/*---------------------------------------------------*/
/* Table Drag and Drop styles */
.drag-handle {
    cursor: move;
}

table.dnd tr.tDnD_whileDrag td {
    background-color: #B6EDFC;
}
/* end of Table Drag and Drop styles */




/*---------------------------------------------------*/
/* Loader styles */

.la-anim-10 {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #ed4e6e;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    z-index: 1004;
    display: none;
}

.la-anim-10.la-animate {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    display: block;
}

.la-anim-10::before,
.la-anim-10::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.la-anim-10::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: #bb344f;
    border-left-color: #bb344f;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}

.la-anim-10::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #bb344f;
    border-bottom-color: #bb344f;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}


@-webkit-keyframes rotation {
    0%      { -webkit-transform: rotate(0deg); }
    50%     { -webkit-transform: rotate(180deg); }
    100%    { -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
    0%      { transform: rotate(0deg); }
    50%     { transform: rotate(180deg); }
    100%    { transform: rotate(360deg); }
}

/* end of Loader styles */


/* Dynamic Content Insert */

.for-copy {
    display: none;
    visibility: hidden;
}

/* end of Dynamic Content Insert */




/* Custom Form Styles */

.control-label span.info {
    color: #767676;
    display: block;
    font-size: 10px;
    font-style: italic;
}


.has-error span.info, label.has-error {
    color: #A94442;
}

/* end of Custom From Styles */


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

#confirmDelete {
    z-index: 1041;
}

div.modal-backdrop + div.modal-backdrop {
    z-index: 1040;
}

.form-control.form-error {
    border-color: #b94a48;
}

span.help-block.error {
    color: #b94a48;
}

a.label {
    cursor: pointer;
}

a.label:hover {
    color: white;
}



/* Media gallery */

.media-gal .item {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 10px;
    width: 110px;
    float: left;
    height: 152px;
    cursor: move;
    background: white;
}

.media-gal .item img {
    width: 100%;
    background: url('../img/chequerboard.png') top left no-repeat;
}
.media-gal .item p {
    overflow: hidden;
    max-height: 42px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
}
.img-modal img {
    margin-bottom: 10px;
    width: 100%;
    background: url('../img/chequerboard.png') top left no-repeat;
}

.media-gal .item .label {
    left: -2px;
    position: absolute;
    top: 2px;
}

.media-gal .item .label + .label {
    top: 25px;
}

.break {
    word-wrap: break-word;
}



/* Nestable lists */

ol.nestable {
    list-style: none outside none;
    padding-left: 0;
}


ol.nestable ol {
    list-style: none;
    padding-left: 0;
}
.nestable div.title {
    background: white;
    border: 1px solid;
    margin-top: 11px;
    padding: 8px;
    position: relative;
    text-indent: 35px;
    height: 36px;
}

.nestable div.title a.btn {
    float: right;
    margin-right: 10px;
}

.nestable li.placeholder {
    margin: 11px 0;
}

.nestable a {
    text-indent: 0;
}

ol.nestable li.placeholder {
    outline: 1px dashed #4183C4;
}

ol.nestable ol {
    padding-left: 40px;
}

.nestable .handle {
    background: none repeat scroll 0 0 #d5d5d5;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    color: #333;
    cursor: move;
    display: block;
    font-weight: bold;
    height: 34px;
    left: 0;
    margin: 5px 0;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    text-decoration: none;
    text-indent: 100%;
    top: -5px;
    white-space: nowrap;
    width: 30px;
}


.nestable .handle:before {
    color: #fff;
    content: "≡";
    display: block;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 3px;
    width: 100%;
}

.nestable .handle:hover {
    background: none repeat scroll 0 0 #404040;
    border: 1px solid #404040;
}

span.toggler {
    padding: 10px;
    cursor: pointer;
}

span.toggler:before {
    content: "\2013";
    color: black;
}

span.toggler.closed:before {
    content: "+";
}

.toggler + span {
    cursor: pointer;
}


/* Thumbs preview */

img.thumb-preview {
    cursor: pointer;
}


/* Links list */

.addables-list .addable-item {
    margin-bottom: 12px;
}

.addables-list span.handle {
    cursor: move;
}

/* Rules List */

.rules-list .action {
    overflow: hidden;
    padding: 4px 0;
}


/* Maps */

#map {
    height: 490px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 0 2px #EDEDED;
    background: white;
}

/* Products Grid View */


ul.grid-view {
    float: left;
}

ul.grid-view li {
    background-color: #fff;
    float: left;
    height: 187px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 140px;
    border: 1px solid #CED0D2;
}

ul.grid-view.grid-view-wide li {
    width: 260px;
    height: 230px;
}

ul.grid-view li a {
    text-decoration: none;
}

ul.grid-view li a div {
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #CED0D2;
    background-color: #FFFFFF;
}

ul.grid-view li a div img {
    background: url('../img/chequerboard.png') top left no-repeat;
}

ul.grid-view.grid-view-wide li a div {
    height: 170px;
}

ul.grid-view li.non-visible {
    background-color: #FDC7C7;
}


ul.grid-view li p {
    height: 14px;
    line-height: 12px;
    margin-top: 1px;
    overflow: hidden;
    padding: 0 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

ul.grid-view li a.delete {
    position: absolute;
    top: 3px;
    right: 4px;
}

/* Product Tabs */

.panel.tab {
    outline: 1px solid #9e9e9f;
}

.panel.tab .panel-heading {
    position: relative;
    padding: 12px;
    background-color: #F6F6F6;
}

.panel.tab .panel-body {
    padding: 0;
}

.panel.tab .panel-heading input {
    background: white;
    border: 1px solid #9E9E9F;
    border-radius: 6px;
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 8px;
    vertical-align: middle;
    width: 78%;
}

.panel.tab .panel-heading .t-tools {
    position: absolute;
    right: 20px;
    top: 13px;
}

.panel.tab .panel-heading .handle {
    cursor: move;
}

.panel.tab .tab-text-toggler i:before {
    content: "\f077";
}

.panel.tab .tab-text-toggler.closed i:before {
    content: "\f078";
}

/* Time Line */

.timeline-messages .third {
    float: left;
    margin-left: 5px;
}

.timeline-messages .third .btn.btn-danger.delete {
    color: white;
    padding: 9px 14px;
}

.index-list .second {
    min-width: 300px;
    text-align: center;
}

/* Others */

html.addable-window, html.addable-window body {
    height: 100%;
    overflow: auto;
}

#sidebar ul.sub ul.sub a {
    padding-left: 66px;
}

.text-birght {
    color: #FFFFFF;
}

.remove-parent {
    cursor: pointer;
}

.handle {
    cursor: move;
}

/* Upload Files Styles */

.input-group.file-group {
    display: inline-block;
    overflow: hidden;
}

.input-group.file-group input {
    font: 500px monospace;
    height: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 200px;
    color: transparent;
    cursor: pointer;
}

/* Tagsinput blue */

div.tagsinput-blue div.tagsinput span.tag {
  background: #90d9fd !important;
  color: #005783 !important;
}

div.tagsinput-blue div.tagsinput span.tag a {
  color: #0084c6;
}



/* Translations Tables */

#uploadPoFile .form-group {
    margin-left: 0;
    margin-right: 0;
}


.table-translations tr th.variable {
    width: 33%;
}

/* The Modal (background) */
.tracking-modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.tracking-modal-content {
   background-color: #fefefe;
   margin: 15% auto; /* 15% from the top and centered */
   padding: 20px;
   border: 1px solid #888;
   width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
   color: #aaa;
   float: right;
   font-size: 28px;
   font-weight: bold;
}

.close:hover,
.close:focus {
   color: black;
   text-decoration: none;
   cursor: pointer;
}

.tracking-table th button{
    width: 100%;
}
.tracking-table th{
    text-align: center;
    font-size: 11px;
}
.tracking-table td, .tracking-table th{
    width: 14.2%;
    padding: 0px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #DDDDDD;
}
.tracking-table tr:first-child th, .tracking-table tr:last-child td{
    border: 1px solid #DDDDDD !important;
}
.tracking-table tbody td.content:hover{
    background-color: #B0B5B9;
    color: #fff;
    cursor: pointer;
}
.tracking-table tfoot{
    font-weight: bold;
    color: #1CA59E;
}
.tracking-table tr td:nth-child(6),
.tracking-table tr th:nth-child(6),
.tracking-table tr td:nth-child(7),
.tracking-table tr th:nth-child(7) {
    background-color: #f2f2f2;
}
#tracking-time-separator{
    float: left;
    height: 34px;
    line-height: 34px;
}

.right-floater{
    float:right;
}
.hide-item{
    display: none;
}

/* total table css */
#total-time{
    float: right;
    font-size: 15px;
}
#total-time td:first-child{
    width: 100px;
}
#total-time td{
    border-bottom: 1px solid #B0B5B9;
}
#total-time tr:last-child td{
    border-top: 2px solid #B0B5B9;
    border-bottom: 0px;
    font-weight: bold;
}

#total-time{
    float: right;
    font-weight: bold;
    font-size: 16px;
}



/* Reports Table */
.table-wrap {
  position: relative;
}
.wmd-view-topscroll, .wmd-view {
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0 red;
}

.wmd-view-topscroll {
  height: 17px;
}
.scroll-div1 {
    width:600% !important;
    max-width:500% !important;
    overflow-x: scroll;
    overflow-y: hidden;
}
#report-table {
  margin-top: 20px;
  width: 600% !important;
  max-width: 500% !important;
}
#report-table tr {
  height: 40px;
}
#report-table tr:first-child td {
  background-color: #fff;
}
#report-table tr:first-child .year {
  font-size: 17px;
  font-weight: bold;
}
#report-table .group {
  width: 200px !important;
  font-weight: bold;
}
#report-table .weekend {
  background: #eee;
  width: 120px;
}
#report-table .week-day {
  background: #2ac7bf;
  color: #fff;
  max-width: 200px;
}
#report-table .project-name {
  max-width: 100px;
}

#table-row-template {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #ddd;
  width: 201px !important;
}
#table-row-template.visibile-el {
  display: table;
}
#table-row-template tr:first-child td {
  background-color: #fff;
}
#table-row-template tr:first-child .year-template {
  font-size: 17px;
  font-weight: bold;
}
#table-row-template td {
  border: 1px solid #ddd;
  padding: 8px 10px;
}
#table-row-template .group-template {
  font-weight: bold;
}
.btn.weekend {
    opacity: 0.5;
}