.divisor{
   display: block; clear: both; overflow: hidden; width: 100%; height: auto;
   border-bottom: 1px solid #d9d9d9;
   box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.divisor.white{
   background-color: #FFF;
}
.divisor.gray{
   background-color: #f9f9f9;
   box-shadow: inset 0 1px 1px rgba(0,0,0,0.05), inset 0 -1px 1px rgba(0,0,0,0.05);
}

.divCenter{
   display: block; clear: both; width: 96%; height: auto; overflow: hidden;
   margin-left: 2%;
}
.dv50{
   display: block; float: left; width: 49%; margin-right: 1%; overflow: hidden;
}

.welcome{
   display: block; float: left; width: 300px; height: 80px;
   margin: 10px 0 0 0;
}
.welcome h1{
   display: block; clear: both; margin: 0; padding: 0;
   font-size: 1.5em; color: #555555; font-weight: normal;
}
.welcome h2{
   display: block; clear: both; margin: 0; padding: 0;
   font-size: 1.0em; color: #888888; font-weight: normal;
}

.statInfoBox{
   display: block; float: right; width: 200px; height: 80px; position: relative; overflow: hidden; margin: 10px 0 5px 0;
   background-position: center right; background-repeat: no-repeat; background-color: transparent; text-decoration: none;
   padding-left: 20px;
   transition: all 0.3s;
}
.statInfoBox:hover
{
   text-decoration: none;
   background-color: #f0f5f7;
   transition: all 0.3s;
}
.statInfoBox.newMessages{
   background-image: url(../images/box/newMessages.png);
   border-left: 1px solid #d9d9d9;
}
.statInfoBox.newEstimations{
   background-image: url(../images/box/newEstimations.png);
}
.statInfoBox h2{
   display: block; clear: both; width: 100%; height: auto; margin: 15px 0 0 0; padding: 0;
   font-size: 0.8em; font-weight: normal; color: #888888; text-transform: uppercase;
}
.statInfoBox h1{
   display: block; clear: both; width: 100%; height: auto; margin: 2px 0 0 0; padding: 0;
   font-size: 1.4em; font-weight: bold; color: #555555; text-transform: uppercase;
}




.statInfo{
   display: block; float: left; width: 23%; height: 80px; position: relative; overflow: hidden; margin: 25px 1.5% 25px 0;
   background-color: #ffffff;
   border: 1px solid #cccccc; border-radius: 2px;
   box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
   transition: all 0.2s;
}
.statInfo:hover
{
   text-decoration: none;
   border: 1px solid #a0a0a0; border-radius: 2px;
   box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
   transition: all 0.2s;
}
.statInfo span{
   display: block; position: absolute; width: 70px; height: 50px; top: 15px; left: 10px;
   background-color: #94b86e; background-position: center center; background-repeat: no-repeat;
}
.statInfo.sq span{
   width: 50px;
}
.statInfo.ip span{
   background-image: url(../images/box/ip.png);
}
.statInfo.views span{
   background-image: url(../images/box/view.png); background-color: #6dadbd;
}
.statInfo.month span{
   background-image: url(../images/box/month.png); background-color: #e25856;
}
.statInfo.week span{
   background-image: url(../images/box/week.png); background-color: #ffb848;
}
.statInfo.phone span{
   background-image: url(../images/box/phone.png); background-color: #ffb848;
}
.statInfo.email span{
   background-image: url(../images/box/email.png);
}
.statInfo.form span{
   background-image: url(../images/box/form.png); background-color: #e25856;
}
.statInfo.facebook span{
   background-image: url(../images/box/facebook.png); background-color: #6dadbd;
}
.statInfo h2{
   display: block; clear: both; width: auto; height: auto; margin: 15px 25px 0 0; padding: 0;
   font-size: 0.8em; font-weight: normal; color: #adadad; text-transform: uppercase; text-align: right;
}
.statInfo:hover h2{
   text-decoration: none; border: none;
}
.statInfo h1{
   display: block; clear: both; width: auto; height: auto; margin: 2px 20px 0 0; padding: 0;
   font-size: 1.4em; font-weight: bold; color: #555555; text-transform: uppercase; text-align: right;
}
.statInfo:hover h1{
   text-decoration: none; border: none;
}

.boxWindow{
   display: block; clear: both; width: 98%; height: auto; overflow: hidden; margin: 20px 0 20px 1%;
   background: #FFF; border: 1px solid #d9d9d9;
   box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}
.bwInvisible{
   display: none;
}
.bwVisible{
   display: block;
}
.boxWindow.tables{
   border-color: #ce6100;
}
.boxWindow.tables.invisible{
   display: none;
}
.boxWindowTitle{
   display: block; clear: both; width: 100%; height: 40px;
   background: #f9f9f9; border-bottom: 1px solid #d9d9d9;
   box-shadow: 0 0 1px 1px rgba(255,255,255,0.8);
}
.boxWindow.tables .boxWindowTitle{
   border-color: #909aac;
}
.boxWindowTitle h1{
   display: block; float: left; width: auto; height: 40px; line-height: 40px; margin: 0; padding: 0;
   padding-left: 10px; font-size: 1.2em; color: #555555; font-weight: normal;
}
.boxWindowTitle h1 span{
   color: #54728c; font-size: 0.8em;
}
.boxWindowTitle:last-child{
   background-image: none;
}
.tabHeaderCol{
   display: block; float: left; width: 10%; height: 40px; line-height: 40px;
   background: #dee2ea url(../images/loginBg.png) top right repeat;
   text-align: center; font-size: 1em; color: #fff; font-weight: normal; 
}
.tabRow{
   display: block; clear:both; width: 100%; height: 30px; overflow: hidden;
   border-bottom: 1px solid #d9d9d9;
   transition: all 0.1s;
}
.tabRow.bigHeight{
   height: 80px;
}
.tabRow.bigHeight p{
   display: table-cell; margin: 0; padding: 0; width: 100%; height: 100%; vertical-align: middle;
}

.tabRow.bigHeight a.imgPrev{
   display: block; margin: 6px auto; margin-bottom: 0; width: 163px; height: 114px; position: relative; overflow: hidden;
   background: transparent center center no-repeat; background-size: cover;
   border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.tabRow.bigHeight a.imgPrev span{
   display: block; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url("../images/icon/zoom.png") center center no-repeat; top: -114px; left: 0;
   transition: all ease-in 0.2s; border-radius: 3px;
}
.tabRow.bigHeight a.imgPrev:hover span{
   top: 0;
}

.tabRow:hover{
   border-bottom: 1px solid #fc9034;
   transition: all 0.1s;
}
.tabRow:nth-child(odd){
   background-color: #fff1e3;
   box-shadow: 0 0 1px rgba(255,255,255,1);
}
.tabRowCol{
   display: block; float: left; width: 10%; height: 30px; text-indent: 8px;
   background: #FFF url(../images/control/tabHeaderBorder.png) top right repeat-y;
   font-family: "Open Sans", sans-serif;
}
.tabRowCol.bigHeight{
   height: 128px; position: relative;
}
.tabRowCol.bigHeight div{
   display: table-cell; vertical-align: middle; width: 100% auto; height: 128px; overflow: hidden; padding: 0 5px 0 5px;
}
.tabRowCol.bigHeight div.dvToggle{
   display: block; height: auto; margin-top: 50px;
}
.tabRowCol.bigHeight div.btns{
   display: block; height: auto; margin: 50px auto; width: 80px;
}
.tabRowCol{
   display: block; float: left; width: 10%; height: 30px; line-height: 30px;
   background: transparent url(../images/control/tabHeaderBorder.png) top right repeat-y;
   font-size: 0.9em; color: #5f5f5f; text-align: left;
}
.tabRowCol.cent{
   text-align: center;
}
.tabRowCol.pdf{
   background-image: url(images/icon/type/file-pdf.png); background-position: center center; background-repeat: no-repeat;
}
.fileType{
   display: block; width: 100%; height: 100%;
   background-position: center center; background-repeat: no-repeat;
}
.tabRowCol .btns{
    text-align: center;
}




.boxChart{
   display: block; clear: both; width: 100%; height: 350px; overflow: hidden; margin: 10px 0 10px 0;
}
.status{
   display:block; width: 80%; margin: 5px 0 0 10%; text-indent: 0;
   height: 20px; line-height: 20px; 
   background: #6ba300; text-align: center; font-size: 0.9em; color: #FFF;
   border-radius: 3px;
   text-transform: uppercase;
}
.statusOk{
   background: #6ba300;
}
.statusInactive{
   background: #bfbfbf;
}
.statusPending{
   background: #e3c600;
}
.statusBanned{ 
   background: #d12700;
}
.statSmall{
   margin: 5px 0 0 5px; width: auto; overflow: hidden; float: left;
   padding: 0 20px 0 20px;
}
.actionButtons{
   display: block; height: 100%; overflow: auto; width: auto;
   margin: 0 auto;
}
.btnAction{
   display: inline-block; width: 30px; height: 28px; margin: 1px 3px 0 3px;
   background-position: center center; background-repeat: no-repeat;
   border-radius: 3px;
}
.btnAction:hover{
   background-color: #dbe0e8;
}
.btnAction.edit{
   background-image: url(../images/icon/edit.png);
}
.btnAction.delete{
   background-image: url(../images/icon/delete.png);
}
.btnAction.copyLink{
   background-image: url(../images/icon/copyLink.png);
}
.btnAction.up{
   background-image: url(../images/icon/up.png);
}
.btnAction.down{
   background-image: url(../images/icon/down.png);
}
.btnAction.excel{
   background-image: url(../images/icon/excel.png);
}

.navTool
{
   display:block; clear: both; width: 100%; height: 45px;
   border-bottom: 1px solid #95A2AE;
   background: #F7F7F7; margin-bottom: 10px;
}
.navTool a{
   display: block; float: left; width: auto; margin: 5px 5px 0 10px;
   height: 32px; line-height: 32px;
   padding-left: 35px; padding-right: 10px;
   background-position: 5px 6px; background-repeat: no-repeat; background-color: #ffecdb;
   text-decoration:none;
   color: #545454; border: 1px solid #fc9034; text-shadow: 0 1px rgba(255,255,255,0.5);
   border-radius: 3px;
}
.navTool a.current{
   background-color: #b4c1ce;
}
.navTool a:hover{
   background-color: #f9cfa9;
}
.navTool span{
   display: block; float: left; margin-left: 10px;
   width: auto; height: 44px; line-height: 44px;
}
.navTool .page{
   display: block; float: left; width: auto; margin-left: 5px; margin-top: 5px;
   height: 34px; line-height: 34px; text-decoration: none;
   padding: 0 5px 0 5px;
   background: #d9e1e9;
}
.navTool .sep{
   display: block; float: left; width: 1px; height:34px; margin: 5px 15px 0 15px;
   background: #b0bcc9; border-right: 1px solid #FFF;
}


.messageBox{
   display: block; clear: both; width: 96%; height: auto; margin: 20px 0 20px 2%; position: relative; overflow: hidden;
   border: 1px solid #64b1c0;
   box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 2px 3px 2px rgba(0,0,0,0.05), inset 0 0 1px rgba(255,255,255,0.5);
   background-position: center left; background-repeat: no-repeat; background-color: #dee9ef;
   border-radius: 3px;
   background-image: url(../images/icon/msgInfo.png);
}
.messageBox.error{
   border-color: #dc5b70; background-color: #f7d9d9;
   background-image: url(../images/icon/msgError.png);
}
.messageBox.warning{
   border-color: #caa14c; background-color: #ede6c2;
   background-image: url(../images/icon/msgWarning.png);
}
.messageBox.ok{
   border-color: #94c56a; background-color: #dff0d8;
   background-image: url(../images/icon/msgOk.png);
}
.messageBox label{
   display: block; float: left; width: 90%; height: auto; margin: 15px 0 15px 50px; color: #3a8ab0; text-shadow: 1px 1px rgba(255,255,255,0.5); font-size: 1.1em;
}
.messageBox.error label{
   color: #b94a48;
}
.messageBox.warning label{
   color: #94724d;
}
.messageBox.ok label{
   color: #468847;
}
.messageBox label strong{
   padding-right: 10px;
}
.messageBox a.close{
   display: block; position: absolute; width: 30px; height: 30px; top: 5px; right: 5px;
   background: url(../images/icon/msgClose.png) top center no-repeat;
}
.messageBox a.close:hover{
   background-position: bottom center;
}
.messageBox label a.edit{
   display: inline; position: relative; width: auto; height: inherit; line-height: inherit;  margin: 0 0 0 10px; padding: 0; font-size: inherit;
   background: none; color: #000;
}
.messageBox label a.edit:hover{
   text-decoration: underline;
}

.inputLine{
   display: block; clear: both; width: 100%; height: auto; overflow: hidden;
   padding: 10px 0 10px 0;
}
.inputLine label{
   display: block; float: left; width: 20%; height: auto; line-height: 20px;
   font-size: 1em; color: #493a38; text-align: right;
}
.inputLine label small{
   color: #7a7a7a;
}
.inputLine.toCenter label{
   width: 35%;
} 
.inputLine div{
   display: block; float: right;
   width: 70%; height: auto; overflow: hidden;
   margin: 0 5% 0 0;
}
.inputLine.toCenter div{
   width: 55%;
} 

.urlBox{
   display: block; width: 96%; height: 100%; border: none; background: transparent;
   box-shadow: inset 0 0 2px rgba(0,0,0,0.1); color: #393939; font-size: 0.8em; padding: 0 1% 0 1%;
}
.txt{
   display: block; width: 90%; height: 35px; line-height: 35px;
   border: 1px solid #c1bdb8; background: #FFF; padding: 0 5px 0 5px; border-radius: 3px;
   box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px rgb(255, 255, 255);
   
}
.txt.select{
   padding-top: 5px; width: 160px; 
}
.txt.editbox{
   height: 60px; line-height: 22px; font-family: "Open Sans"; font-size: 0.9em; color: #5f5f5f; 
}
.txt.editbox.big{
   height: 200px;
}
.txt.editbox.med{
   height: 100px; width: 96%; line-height: 22px; font-size: 0.8em;
}
.txt.editbox.full{
   height: 860px; line-height: 22px; width: 100%; border: none; margin: 0; min-width: 100%; max-width: 100%;
}
.txt:focus{
   border-color: #66afe9;
   box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
}
.catSelectBox{
   display: table-cell; float: left; width: 130px; height: 30px; line-height: 30px; padding: 0; vertical-align: central;
   margin: 7px 10px 0px 10px; background: #f6f7f8;
   border: 1px solid #a5b4c3;
   font-size: 1.0em;
   border-radius: 3px;
}
.catSelectBox.selBox{
   margin: 0 0 10px 0; width: 70%; height: 35px; line-height: 35px;
}
.catSelectBox label{
   line-height: 30px; 
}
.catSelectBox option{
   display: block; border: 0px; width: auto; margin: 0;
   height: 25px; line-height: 25px;
   color: #3c4e6c; background: #e6ebf0;
   text-shadow: 1px 1px rgba(255,255,255,0.5); padding: 0px 5px 0 5px; text-align: left;
   background-position: -1000px -1000px; background-repeat: no-repeat;
}
.catSelectBox option.selected{
   font-weight: bold;
}
.catSelectBox option.disabled{
   display: block;
   height: 1px; overflow: hidden; margin-top: 2px;
   border-top:  1px solid #b0bcc9;
}
.catSelectBox option:hover{
   background-color: transparent;
}


.gallBox{
   display: block; float: left;
   width: 280px; height: 200px; 
   background: #eff1f3;
   border: 1px solid #95a2ae;
   border-radius: 3px;
   margin: 20px 10px 20px 20px;
}
.gallBox:hover{
   box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
}
.gallBox h2{
   display: block; clear: both; width: 100%; height: 30px; line-height: 30px;
   margin: 0; padding: 0;
   font-size: 0.9em; text-align: center;
}
.gallBox div{
   display: block; clear: both; width: 80%; height: 140px;
   background-color: transparent; border-radius: 3px; margin-left: 10%;
   background-position: center center; background-repeat: no-repeat;
}
.gallBox label{
   display: block; float: left; width: auto;
   height: 20px; line-height: 20px; margin-top:5px;
   padding: 0 20px 0 40px;
   color: #535353; text-shadow: 1px 1px rgba(255,255,255,0.5);
}
.gallBoxDel{
   display: block; float: left; width: auto;
   height: 20px; line-height: 20px; margin-top:5px;
   padding: 0 20px 0 20px;
   background: url(../images/icon/minus_round.png) center left no-repeat;
}

.articleBack{
   display: block; clear: both; overflow: hidden;
   width: 100%; height: 500px;
   background:  url(../images/img/bg/mainBackground.png) top left repeat;
   text-align: center;
}
.articleBox{
   display: block; clear: both; margin: 0 auto;
   width: 700px; height: 100%; 
   border-left: 1px solid #c1bdb8; border-right: 1px solid #c1bdb8;
   box-shadow: 0 0 4px 5px rgba(0,0,0,0.2);
}
.articleTextarea{
   display: block; width: 100%; height: 98%;
   border: none;
}

.formControlToggleOn, .formControlToggleOff{
   display:block; width:35px; height:20px; cursor:pointer; margin-top:5px;
   background-repeat:no-repeat; background-image: url("../images/icon/controlToggle.png");
}
.formControlToggleOn{
   background-position:3px 0px;
}
.formControlToggleOn:hover{
   background-position:3px -19px;
}
.formControlToggleOn:active{
   background-position:3px -38px;
}
.formControlToggleOff{
   background-position:3px -57px;
}
.formControlToggleOff:hover{
   background-position:3px -76px;
}
.formControlToggleOff:active{
   background-position:3px -95px;
}

.imageThumbPrev{
   display: block; clear: both; width: 100%; height: 190px; margin: 3px 0 5px 0;
   background-position: center center; background-repeat: no-repeat; background-size: contain;
}




/****************************   Slides Preview  *******************************/

.slidePreview{
   display: block; float: left; width: 250px; height: 150px; margin: 5px 5px 5px 5px; position: relative; overflow: hidden;
   background: transparent center center; background-size: cover;
   transition: all ease-in 0.2s;
}
.slidePreview span.title{
   display: block; position: absolute; width: 100%; height: auto; top: 0; left: 0; line-height: 25px;
   font-size: 14px; color: #2e2e2e; text-align: center;
   background: url("../images/lightbox.png") repeat;
   z-index: 200;
}
.slidePreview span.description,
.slidePreview span.imageFile{
   display: none;
}
.slidePreview span.whiteBackground,
.slidePreview span.whiteBackground2{
   display: block; position: absolute; width: 100%; height: 100%; bottom: -110px; left: 0; line-height: 25px;
   background: url("../images/main/lightbox2.png") repeat;
   transition: all ease-in 0.2s;
   z-index: 100;
}
.slidePreview span.whiteBackground2{
   background: url("../images/lightbox.png");
   opacity: 0; filter: alpha(opacity=0);
   z-index: 110;
}
.slidePreview:hover span.whiteBackground{
   bottom: 0;
}
.slidePreview:hover span.whiteBackground2{
   opacity: 1; filter: alpha(opacity=100);
}

.slidePreview a.catBtn{
   display: block; position: absolute; width: 30px; height: 30px;
   bottom: 5px; right: 10px;
   background: transparent;
   border-radius: 15px;
   box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
   background-position: center center; background-repeat: no-repeat;
   transition: all 0.5s;
   z-index: 150;
}
.slidePreview a.catDelBtn{
   background-image: url("../images/icon/delWhite.png");
}
.slidePreview a.catEditBtn{
   right: 50px;
   background-image: url("../images/icon/editWhite.png");
}
.slidePreview a.catUpBtn{
   right: 150px;
   background-image: url("../images/icon/upWhite.png");
}
.slidePreview a.catDownBtn{
   right: 100px;
   background-image: url("../images/icon/downWhite.png");
}

.slidePreview:hover a.catDelBtn{
   background-color: rgba(150,0,0,0.5);
}
.slidePreview:hover a.catUpBtn,
.slidePreview:hover a.catDownBtn,
.slidePreview:hover a.catEditBtn{
   background-color: rgba(15,64,150,0.5);
}
.slidePreview a.catDelBtn:hover{
   background-color: rgba(150,0,0,0.9);
   box-shadow: 0 0 0 3px rgba(150,0,0,0.2);
}
.slidePreview a.catUpBtn:hover,
.slidePreview a.catDownBtn:hover,
.slidePreview a.catEditBtn:hover{
   background-color: rgba(15,64,150,0.9);
   box-shadow: 0 0 0 3px rgba(15,64,150,0.2);
}











#prevLightbox{
   display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
   background: url("../images/lightbox.png");
   z-index: 1000;
}
#prevLightbox a.close{
   display: block; position: absolute; width: 50px; height: 50px; top: 10px; left: 49%; left: calc(50% - 25px);
   background: url("../images/close.png") top center no-repeat;
}
#prevLightbox a.close:hover{
   background-position: bottom center;
}

#newsBlocksPrev{
   display: block; clear: both; width: 290px; height: auto; overflow-y: hidden; margin: 70px 0 0 35%;
   margin-left: calc(50% - 145px);
}
#newsBlocksPrev.large{
   display: block; clear: both; width: 350px; height: auto; overflow-y: hidden; margin: 70px 0 0 35%;
   margin-left: calc(50% - 175px);
}
#newsBlocksPrev.full{
   display: block; clear: both; width: 700px; height: auto; overflow-y: hidden; margin: 70px 0 0 35%;
   margin-left: calc(50% - 350px);
}
.new{
   display: block; clear: both; width: 280px; height: auto; overflow: hidden; margin: 3px 0 20px 3px; text-decoration: none; min-height: 450px;
   background: #e9e9e9 url("../images/newBlockBack.png") top left repeat-x;
   border-radius: 2px; box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.05), inset 0 0 2px 0 rgba(0,0,0,0.3);
}
.new:hover{
   text-decoration: none;
}
.new.large{
   width: 340px;
}
.new.full{
   width: 680px;
}
.new.oculto{
   display: none;
}
.new div.thumb{
   display: block; clear: both; width: 280px; height: 190px;
   background-position: center center; background-repeat: no-repeat;
   border-radius: 2px 2px 0 0; border-bottom: 1px solid #d0d0d0;
   box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 0 1px rgba(255,255,255,1);
   transition: all ease-in 0.2s;
}
.new.large div.thumb{
   width: 340px;
}
.new.full div.thumb{
   width: 680px;
}
.new:hover div.thumb{
   opacity: 0.85; filter: alpha(opacity = 85);
   transition: all ease-in 0.2s;
}
.new.full:hover{
   cursor: default;
}
.new.full:hover div.thumb{
   opacity: 1; filter: alpha(opacity = 100);
}
.new h2{
   display: block; clear: both; width: 100%; height: auto; line-height: 28px; font-size: 22px; margin: 8px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #1a9fd8; font-weight: 600; text-shadow: 1px 2px #FFF;
}
.new.full h2{
   display: block; clear: both; width: 100%; height: auto; line-height: 32px; font-size: 25px; margin: 8px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #1a9fd8; font-weight: 600; text-shadow: 1px 2px #FFF;
}
.new h3{
   display: block; clear: both; width: 100%; height: auto; line-height: 20px; font-size: 15px; margin: 5px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #575757; font-weight: 600;
}
.new.full h3{
   display: block; clear: both; width: 100%; height: auto; line-height: 23px; font-size: 17px; margin: 5px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #575757; font-weight: 600;
}
.new h4{
   display: block; clear: both; width: 100%; height: auto; line-height: 18px; font-size: 14px; margin: 3px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #575757; font-weight: 100;
}
.new.full h4{
   display: block; clear: both; width: 100%; height: auto; line-height: 22px; font-size: 16px; margin: 3px 0 0 0; padding: 0;
   text-align: center; font-family: "Open Sans", sans-serif; color: #575757; font-weight: 100;
}
.new hr{
   display: block; clear: both; width: 278px; margin: 10px 0 15px 1px; height: 0;
   border-left: 0; border-right: 0; border-top: 1px solid #ffffff; border-bottom: 1px solid #cfcfcf; 
}
.new.large hr{
   width: 338px;
}
.new.full hr{
   width: 678px;
}
.new p{
   display: block; clear: both; width: 250px; height: auto; overflow: hidden; margin: 5px 0 25px 15px;
   line-height: 21px; font-size: 13px; font-family: "Open Sans", sans-serif; color: #7d7d7d; font-weight: 100; text-align: center;
}
.new.large p{
   width: 280px; margin: 5px 0 25px 25px;
}
.new.full p{
   display: block; clear: both; width: 580px; height: auto; overflow: hidden; margin: 5px 0 25px 50px;
   line-height: 21px; font-size: 14px; font-family: "Open Sans", sans-serif; color: #7d7d7d; font-weight: 100; text-align: center;
}










#lightbox{
   display: none; position: fixed; width: 100%; height: 100%; overflow-y: scroll;
   background: url("../images/main/lightbox.png") repeat;
   z-index: 100000;
}
.lightBoxContent{
   display: block; position: absolute; top: 40px; left: 10%; right: 10%; height: auto; overflow: hidden;
}
#lightboxChooseCompany{
   display: block; position: fixed; width: 40%; height: 300px;
   top: 150px; left: 30%; right: 30%;
}
.chooseCompany{
   display: block; clear: both; width: 90%; height: 50px;
   margin: 10px 0 5px 5%;
   background: url("../images/icon/tickDisabled.png") 10px 15px no-repeat;
   text-indent: 50px;
   text-align: left; font-size: 1.2em; color: #333333; line-height: 50px;
}
.chooseCompany.selected{
   background-color: #f0f0f0; background-image: url("../images/icon/tick.png");
   border-radius: 5px;
   box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
.boxWindowTitle .lboxClose{
   display: block; float: right; width: 50px; height: 38px;
   background: url("../images/icon/closeLightbox.png") top center no-repeat;
}
.boxWindowTitle .lboxClose:hover{
   background-position: bottom center;
}
.iconPreview, .imagePreview{
   display: block; clear: both; width: 92%; height: 180px; overflow: hidden; margin-top: 20px;
   background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 3px;
   box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.imagePreview{
   height: 120px; overflow: hidden; background-size: 100%;
}
.lightBoxContent .boxWindow{
   display: block; clear: both; width: 96%; height: auto; overflow: hidden; margin: 15px 0 15px 2%;
   background: #FFF; border: 2px solid #008C99;
   box-shadow: 0px 1px 12px 3px rgba(0,0,0,0.3);
}















div.selectStatus{
   display: block; float: left; width: 200px; height: 42px; position: relative; overflow: visible;
}
div.selectStatus a.select{
   display: block; position: absolute; width: 200px; height: 42px; top: 0; left: 0px;
   text-align: left; text-indent: 10px; font-size: 14px; color: #545454; text-decoration: none; text-transform: uppercase;
   line-height: 42px; text-shadow: 0 1px rgba(255,255,255,0.5);
   background: linear-gradient(#f6f6f6, #f0f0f0); border-radius: 3px;
   box-shadow: 0px 2px 1px #dadada;
   transition: all ease-in 0.2s;
}
div.selectStatus a.select:hover{
   background: linear-gradient(#f0f0f0, #eaeaea);
}
div.selectStatus a.select.clicked{
   background: linear-gradient(#eaeaea, #f0f0f0);
}
div.selectStatus a.select span.statusColor{
   display: block; position: absolute; width: 48px; height: 42px; top: 0; right: 0;
   background: linear-gradient(#d2d2d2, #b9b9b9); border-radius: 0 3px 3px 0;
   transition: all ease-in 0.2s;
   z-index: 5;
}
div.selectStatus a.select span.menuIcon{
   display: block; position: absolute; width: 48px; height: 42px; top: 0; right: 0;
   background: url("../images/icon/menuIcon.png") top center no-repeat;
   z-index: 10;
}
div.selectStatus a.select:hover span.menuIcon,
div.selectStatus a.select.clicked span.menuIcon{
   background-position: bottom center;
}
div.selectStatus a.select span.arrow{
   display: none; position: absolute; width: 11px; height: 6px;
   top: 42px; right: 18px;
   background: url("../images/icon/selectArrowColors.png") 0px 0 no-repeat;
   z-index: 15;
}
div.selectStatus a.select.clicked span.arrow{
   display: block;
}


div.selectStatus a.select.Sent span.statusColor{
   background: linear-gradient(#ffc744, #ff9a26);
}
div.selectStatus a.select.Sent span.arrow{
   background-position: 0 -6px;
}
div.selectStatus a.select.Delivered span.statusColor{
   background: linear-gradient(#93ca52, #7eb83a);
}
div.selectStatus a.select.Delivered span.arrow{
   background-position: 0 -12px;
}
div.selectStatus a.select.Cancelled span.statusColor{
   background: linear-gradient(#f42c2c, #cf2424);
}
div.selectStatus a.select.Cancelled span.arrow{
   background-position: 0 -18px;
}



div.selectStatus ul{
   display: none; position: absolute; width: 200px; height: auto; overflow: hidden; top: 58px; left: 0;
   margin: 0; padding: 0; list-style-type: none;
   background: #f3f3f3; box-shadow: inset 0 0 1px rgba(255,255,255,1), 0 0 1px #a1a1a1, 0 0 5px rgba(0,0,0,0.3); border-radius: 3px;
}
div.selectStatus ul li{
   display: block; clear: both; width: 100%; height: 32px; overflow: hidden; margin: 0; padding: 0;
   border-left: 4px solid transparent; z-index: 100;
   transition: all ease-in 0.2s;
}

div.selectStatus ul li.selected.Pending,
div.selectStatus ul li.Pending:hover{
   border-left-color: #bcbcbc;
}
div.selectStatus ul li.selected.Sent,
div.selectStatus ul li.Sent:hover{
   border-left-color: #ff9f29;
}
div.selectStatus ul li.selected.Delivered,
div.selectStatus ul li.Delivered:hover{
   border-left-color: #7eb83a;
}
div.selectStatus ul li.selected.Cancelled,
div.selectStatus ul li.Cancelled:hover{
   border-left-color: #cf2424;
}

div.selectStatus ul li a{
   display: block; width: 100%; height: 32px; line-height: 32px;
   line-height: 32px; text-indent: 10px; color: #575757; text-shadow: 0 1px rgba(255,255,255,0.5);
}
div.selectStatus ul li a:hover{
   text-decoration: none;
}
div.selectStatus ul li:first-child{
   margin-top: 5px;
}
div.selectStatus ul li:last-child{
   margin-bottom: 5px;
}
div.selectStatus ul li.selected{
   background-color: #e7e7e7;
}
div.selectStatus ul li.selected a{
   color: #2e2e2e; cursor: default;
}
div.selectStatus ul li.disabled a{
   color: #9b9b9b; cursor: not-allowed;
}



.noOverflow{
   overflow: visible; height: 60px;
}
.noOverflow > div{
   overflow: visible;
}
.groupHeader{
   display: block; clear: both; width: 100%; height: 50px; line-height: 50px;
   font-family: "Open Sans", sans-serif; font-size: 24px; text-indent: 10px; font-weight: 400;
   color: #5d93b7; background: #f9f9f9; border-bottom: 2px solid #c3c9d3;
}

.tabRow.notFound .tabRowCol{
   color: #C60F13 !important;
}
.navTool .currentPage{
   width: 60px; height: 30px; background: #FFF; border: 1px solid #a5b4c3; border-radius: 2px; margin: 5px 5px 0 10px; float: left;
   font-family: "Open Sans", sans-serif; font-weight: 400; color: #3c4e6c; text-align: center; font-size: 18px;
}
.navTool .search{
   width: 120px; height: 30px; background: #FFF center right no-repeat; border: 1px solid #a5b4c3; border-radius: 2px; margin: 5px 5px 0 10px; float: left;
   font-family: "Open Sans", sans-serif; font-weight: 400; color: #3c4e6c; text-align: left; font-size: 14px; text-indent: 5px;
   transition: all ease-in 0.2s;
}
.navTool .search:focus{
   background-image: url(../images/icon/enter.png); width: 150px;
}
.navTool a.disabled:hover{
   cursor: default; background-color: #F9CFA9;
}
.navTool a.invisible{
   display: none;
}
.navTool label.hidden{
   display: none;
}
.navTool a.btnIcon,
.navTool a.navBtn{
   width: 36px; background-position: center center; padding: 0;
}

hr{
   border: none; width: 90%; margin-left: 5%; border-bottom: 1px solid #dddddd;
}