@charset "utf-8";
/* CSS Document */

html {width:100%; height:100%;}

body {width:100%; height:100%; background-color:#f1f1f1; color:#333333; font-size:12px;}

a{outline:none; text-decoration: none; cursor: pointer;}

.global-dialog{cursor:pointer;}

#pageContainer {width:100%; height:100%; position:relative;}

a.addBtn {display:block; padding:4px; padding-left:25px; padding-right:15px; background:#f1f1f1 url(../images/plus.png) no-repeat 5px 4px; float:left; clear:both; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}

a:hover.addBtn {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}

a.trans {zoom: 1; filter: alpha(opacity=30); opacity: 0.3;}
a:hover.trans {zoom: 1; filter: alpha(opacity=100); opacity: 1;}

.asHref {cursor: pointer; text-decoration: underline;}

p.text {margin: 10px;}

::-webkit-input-placeholder { color:#999; font-style: italic;}
::-moz-placeholder { color:#999; font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; font-style: italic; } /* ie */
input:-moz-placeholder { color:#999; font-style: italic; }

/* GLOBAL */

.green {color:#7fbf57 !important; }
.red { color:#da3754 !important;}
.blue { color:#00bbff !important;}
.bold { font-weight: bold !important;}


.summaryInfo {line-height: 36px; font-size: 15px;}

.rLine {background: url(../images/dLine.png) repeat-y right;}
.lLine {background: url(../images/dLine.png) repeat-y left;}
.tLine {background: url(../images/dLineX.png) repeat-x top;}
.bLine {background: url(../images/dLineX.png) repeat-x bottom;}

.hide {display:none;}

.clear {clear:both;}
.clear15 {width:100%; height: 15px; clear: both;}
.clear50 {width:100%; height: 50px; clear: both;}
.toRight {float: right; margin-right: 5%;}

.margLeft10 {margin-left: 10px;} 
.margLeft20 {margin-left: 20px;} 

.breakLine {padding-bottom: 10px;}

.stdBtn{width:150px;display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;background-repeat:repeat-x;*border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;    border:1px solid #ccc;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#f5f5f5;*background-color:#e6e6e6;border-color:#e5f6ff #e5f6ff #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);font-style: normal !important;}
.stdBtn:hover {background-image: none;}

.stdBtn-lightBlue {

    background-image:-moz-linear-gradient(top,#fff,#e5f6ff);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e5f6ff));
    background-image:-webkit-linear-gradient(top,#fff,#e5f6ff);
    background-image:-o-linear-gradient(top,#fff,#e5f6ff);
    background-image:linear-gradient(to bottom,#fff,#e5f6ff);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5f6ff',GradientType=0);

}
.stdBtn-lightBlue:hover{background-color:#e5f6ff;}


.stdBtn-lightPink {

    background-image:-moz-linear-gradient(top,#fff,#ffe5ff);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ffe5ff));
    background-image:-webkit-linear-gradient(top,#fff,#ffe5ff);
    background-image:-o-linear-gradient(top,#fff,#ffe5ff);
    background-image:linear-gradient(to bottom,#fff,#ffe5ff);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffe5ff',GradientType=0);

}
.stdBtn-lightPink:hover{background-color:#ffe5ff;}


.stdBtn-lightOrange {

    background-image:-moz-linear-gradient(top,#fff,#fff6e5);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff6e5));
    background-image:-webkit-linear-gradient(top,#fff,#fff6e5);
    background-image:-o-linear-gradient(top,#fff,#fff6e5);
    background-image:linear-gradient(to bottom,#fff,#fff6e5);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fff6e5',GradientType=0);

}
.stdBtn-lightOrange:hover{background-color:#fff6e5;}




.lightBtn{font-weight:normal; display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.lightBtn:hover {background-image: none; background-color:#f5f5f5;}

.greenBtn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#fff;text-align:center;text-shadow:0 1px 1px rgba(70,100,0,0.75);vertical-align:middle;cursor:pointer;background-color:#9fda00;*background-color:#72a200;background-image:-moz-linear-gradient(top,#9fda00,#72a200);background-image:-webkit-gradient(linear,0 0,0 100%,from(#9fda00),to(#72a200));background-image:-webkit-linear-gradient(top,#9fda00,#72a200);background-image:-o-linear-gradient(top,#9fda00,#72a200);background-image:linear-gradient(to bottom,#9fda00,#72a200);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.greenBtn:hover {background-image: none; background-color:#9fda00;}

.redBtn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#fff;text-align:center;text-shadow:0 1px 1px rgba(70,100,0,0.75);vertical-align:middle;cursor:pointer;background-color:#d20101;*background-color:#a40000;background-image:-moz-linear-gradient(top,#d20101,#a40000);background-image:-webkit-gradient(linear,0 0,0 100%,from(#d20101),to(#a40000));background-image:-webkit-linear-gradient(top,#d20101,#a40000);background-image:-o-linear-gradient(top,#d20101,#a40000);background-image:linear-gradient(to bottom,#d20101,#a40000);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.redBtn:hover {background-image: none; background-color:#d20101;}

.editPencil {display: block;  padding:4px; padding-left:25px; padding-right:15px; background:#f1f1f1 url(../images/smallPencil.png) no-repeat 5px 4px; float:left; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.editPencil:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}

.rightBtn {display: block;  padding:4px; padding-left:25px; padding-right:15px; float:right; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.rightBtn.fa-icon {padding:4px;}
.rightBtn.fa-icon i {color:#999999;}
.rightBtn:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}

.leftBtn {display: block;  padding:4px; padding-left:25px; padding-right:15px; float:left; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.leftBtn:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}

.centerBtn {display: inline-block;  padding:4px; padding-left:25px; padding-right:15px;  border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.centerBtn:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}


.editPencil {display: block;  padding:4px; padding-left:25px; padding-right:15px; background:#f1f1f1 url(../images/smallPencil.png) no-repeat 5px 4px; float:left; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.editPencil:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}


.defaultLightBtn {display: inline-block;  padding:4px; padding-left:15px; padding-right:15px; border:1px #f1f1f1 solid; margin-top:5px; margin-bottom:5px; line-height:17px; color:#333333; text-decoration:none; border-radius:4px; -moz-border-radius:4px; cursor: pointer;}
.defaultLightBtn:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}


.contract {background-color: #f7d9ff;}
.likeContract {background-color: #f7d9ff;}
.greyLabel {color: #999; font-size:11px;}
.btnLabel {display: block; padding:4px; padding-left:0px;  float:left; margin-top:5px; margin-bottom:5px; line-height:17px; }
.lightBlue {background-color: #cfe3f2;}

.loading {background: url(../images/ajax-loader.gif) no-repeat center center; min-height: 20px; min-width: 20px;}
.dialog-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7) url(../images/ajax-loader.gif) no-repeat center center; min-height: 20px; min-width: 20px;
    z-index: 100;
}

input[type=text] { border:1px #b4b4b4 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow:inset 0px 0px 3px #ccc;  box-shadow:inset 0px 0px 3px #ccc;   }
input[type=text]:focus {border:1px #79b8e5 solid; -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5;}

input[type=radio] { margin-left: 25px; margin-right: 5px; border:1px #b4b4b4 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow:inset 0px 0px 3px #ccc;  box-shadow:inset 0px 0px 3px #ccc;   }
input[type=radio]:focus {border:1px #79b8e5 solid; -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5;}

input[type=password] { border:1px #b4b4b4 solid;  border-radius:4px; -moz-border-radius:4px; -moz-box-shadow:inset 0px 0px 3px #ccc;  box-shadow:inset 0px 0px 3px #ccc;}
input[type=password]:focus {border:1px #79b8e5 solid; -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5;}

input[type=submit] { padding:10px; padding-left:25px; padding-right:25px; background:#11579f url(../images/btnBg.png) repeat-x top left; border:1px #557faa solid; color:#fff; border-radius:4px; -moz-border-radius:4px;   -moz-box-shadow: 0px 0px 3px #ccc; box-shadow: 0px 0px 3px #ccc; }
input[type=submit]:hover {background:#206ab7 url(../images/btnBgHover.png) repeat-x top left; }
input[type=submit]:focus { -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5; }

input[type=button] { padding:10px; padding-left:25px; padding-right:25px; background:#11579f url(../images/btnBg.png) repeat-x top left; border:1px #557faa solid; color:#fff; border-radius:4px; -moz-border-radius:4px;   -moz-box-shadow: 0px 0px 3px #ccc; box-shadow: 0px 0px 3px #ccc; }
input[type=button]:hover {background:#206ab7 url(../images/btnBgHover.png) repeat-x top left; }
input[type=button]:focus { -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5; }

input[readonly="readonly"] { background: #f1f1f1; border: 1px #f1f1f1 solid; color: #555; border: none;}

button { padding:10px; padding-left:25px; padding-right:25px; background:#11579f url(../images/btnBg.png) repeat-x top left; border:1px #557faa solid; color:#fff; border-radius:4px; -moz-border-radius:4px;   -moz-box-shadow: 0px 0px 3px #ccc; box-shadow: 0px 0px 3px #ccc; }
button:hover {background:#206ab7 url(../images/btnBgHover.png) repeat-x top left; }
button:focus { -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5; }
button.loading{ background:#f1f1f1 url(../images/ajax-loader.gif) no-repeat 5px center; padding-left:30px; border:1px #ccc solid; color:#ccc; border-radius:4px; -moz-border-radius:4px;   -moz-box-shadow: 0px 0px 3px #ccc; box-shadow: 0px 0px 3px #ccc; }


select { border:1px #b4b4b4 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow:inset 0px 0px 3px #ccc;  box-shadow:inset 0px 0px 3px #ccc; padding:2px; } 
select:focus {border:1px #79b8e5 solid; -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5; } 

textarea { border:1px #b4b4b4 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow:inset 0px 0px 3px #ccc;  box-shadow:inset 0px 0px 3px #ccc; }
textarea:focus {border:1px #79b8e5 solid; -moz-box-shadow:0px 0px 4px #79b8e5;  box-shadow:0px 0px 4px #79b8e5;}
textarea[readonly="readonly"] { background: #f1f1f1; border: 1px #f1f1f1 solid; color: #555; border: none;}

label span.red {color:#f08800;}

ul.errors { display:block; clear:both; padding:0px; margin:0px; list-style:none;}
ul.errors li { display:block; font-size:11px; font-style:italic; color:#C00;}


.dialogBottom {width:100%; background-color:#333333; padding-top:3px; padding-bottom:3px;}
.dialogBottom a {font-size:11px; color:#777777; text-decoration:none;}
.dialogBottom a:hover { color:#ccc;}
.dialogBg {width:100%; height: auto; background-color: #fff;}

.noResults {width:100%; height: auto; line-height: 100px; text-align: center; font-style: italic; background-color: #fff;}

.searchTable {background-image: url(../images/loupe.png); background-repeat: no-repeat; background-position: center right; padding-right: 23px; }

/* END OF GLOBAL */


/* SYSTEM MESSAGES */
#messages {position:fixed; padding:0px; margin:0px; top:5%; left:50%; z-index:9999; }

#messages li {width:400px; display:block; padding:12px; padding-left:40px;  margin-left:-220px;  line-height:19px; margin-bottom:10px;  }

#messages .error { background:#f6d8d9 url(../images/errorX.png) no-repeat 12px 12px; border:1px #d79292 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow: 0px 0px 5px #d79292;  box-shadow: 0px 0px 5px #d79292; }

#messages .ok { background:#d8f6dc url(../images/okV.png) no-repeat 12px 12px; border:1px #b6d792 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow: 0px 0px 5px #b6d792;  box-shadow: 0px 0px 5px #b6d792; }

#messages .warn { background:#f9f0b3 url(../images/warn.png) no-repeat 12px 12px; border:1px #cdbc49 solid;  border-radius:4px; -moz-border-radius:4px;  -moz-box-shadow: 0px 0px 5px #ff8a00;  box-shadow: 0px 0px 5px #ff8a00; }


/* END OF SYSTEM MESSAGES */



/* LOGIN */

#loginContainer {position:absolute; width:500px; height:260px; margin-left:-250px; margin-top:-130px; left:50%; top:50%; }

#loginBox { width:500px; min-height:260px; height:auto !important; height:260px; margin-left:auto; margin-right:auto; background-color:#fff; border:1px #b4b4b4 solid; overflow:hidden; border-radius:7px; -moz-border-radius:7px;  -moz-box-shadow: 0px 0px 8px #ccc;  box-shadow: 0px 0px 8px #ccc; }

#loginBox h1{ width:455px; height:55px; line-height:55px; margin:0px; margin-left:auto; margin-right:auto;  padding:0px;  padding-left:35px; display:block; border-bottom:1px #b4b4b4 dotted; font-size:24px; font-style:italic; font-weight:100; color:#333333; background:url(../images/lock.png) no-repeat center left;}

#loginBox .form-group{ width:490px; margin:0px; margin-left:auto; margin-right:auto;  padding:0px; padding-top:16px; display:block; }
#loginBox .form-group .line-group{ width:490px; height:auto; overflow:hidden; padding-top:10px;  padding-bottom:5px;  }
#loginBox .form-group .line-group label{width:165px; height:auto; display:block; text-align:right; float:left; line-height:34px;  }
#loginBox .form-group .line-group span.sep{height:auto; display:block; float:left; line-height:34px;  }
#loginBox .form-group .line-group input {float: right; margin-right:60px;  padding:10px; width:230px;  }


#loginBox ul.errors { float: right; margin-right:60px;  width:245px; }

#loginBox .form-group .btn-group {width:490px; height:auto; overflow:hidden; padding-top:10px;  padding-bottom:5px;}
#loginBox .form-group .btn-group input{ float: right; margin-right:60px;}

/* END OF LOGIN */

/* SERVICE BREAK */
#serviceBreak {width: 450px; height: 200px; line-height: 150px; overflow: hidden; font-size: 26px; margin: 30px 25px; background: url(../images/serviceBreak.jpg) no-repeat right bottom;}




/* END OF SERVICE BREAK */

/* NO ACCESS FROM LOCALISATION */
#noAccessFromLoc {width: 450px; height: 200px; line-height: 150px; overflow: hidden; font-size: 26px; margin: 30px 25px; background: url(../images/noaccess.png) no-repeat center bottom;}

/* END OF NO ACCESS FROM LOCALISATION */

/* TOP */


#top { width:100%; height:35px; background-color:#fff; position:relative; min-width:990px; margin-bottom:15px;}
#top .home { height:35px; line-height:35px; display:block; float:left; color:#267ec4; font-size:12px; margin-left:20px; padding-left:35px; text-decoration:none; background:url(../images/home.png) no-repeat 0px 5px; position:absolute; }
#top a.logout { height:35px; line-height:35px; display:block; float:right; color:#000; font-size:12px; margin-left:20px; padding-right:15px; text-decoration:none; background:url(../images/off.png) no-repeat right 12px; position:absolute; top:0px; right:20px;}
#top a:hover.logout {  color:#c10002;  background:url(../images/offHover.png) no-repeat right 12px;}

#topNav {width:800px; padding-left:95px; padding-right:95px; height:43px; margin-left:auto; margin-right:auto; }

#topNav .left{width:360px; height:40px; padding-left:40px; background-color:#267ec4;  border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; float:left; color:#fff; line-height:40px;}
#topNav .left select{}


#topNav .left span.customStyleSelectBox {  font-size:12px; background-color: #3c8bc9; color:#fff;  border:1px solid #5a9ab7; -moz-border-radius: 4px; border-radius: 4px 4px;  box-shadow:inset 0 0 2px #267ec4; -moz-box-shadow:inset 0 0 2px #267ec4; padding:5px; line-height:14px;  } 
#topNav .left span.customStyleSelectBox.changed { background-color: #3c8bc9; } 
#topNav .left .customStyleSelectBoxInner { background:url(../images/arrow.png) no-repeat center right; }  


#topNav .right{width:400px; height:40px; background-color:#333333;  border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; float:left; color:#fff; line-height:40px }

#currentUser { width:240px; height:40px; float:left; overflow:hidden;}               	
#currentUser span{color:#a4a4a4; display:block; float:left; padding-left:15px; background:url(../images/lockGrey.png) no-repeat 0px 10px; margin-right:10px;}               	

#profile { width:33px; height:40px; display:block; float:right; background:url(../images/profile.png) top left; margin-right:7px;}               	
#profile:hover { background:url(../images/profile.png) bottom left;}      

#openCloset {float: right; width: 23px; height: 21px; background: url(../images/whiteFolderIcon.png) no-repeat center center; margin-top: 7px; margin-right: 7px; opacity: 0.4;}
#openCloset:hover {opacity: 1;}

/* END OF TOP */

/* DEFAULT PAGE NAVIGATION*/ 

.defaultNav ul.navigation { height:auto;   float:left; overflow:hidden; padding:0px; margin:0px; list-style:none; border-top:1px #cacaca solid; border-bottom:1px #fff solid;}
.defaultNav ul.navigation li { height:auto;  overflow:hidden; border-bottom:1px #cacaca solid; border-top:1px #fff solid;}
.defaultNav ul.navigation li a { height:40px; display:block; line-height:40px; text-decoration:none; color:#333333; font-weight:bold; padding-left:10px; padding-right:10px; border:1px #f1f1f1 solid;  border-radius:7px; -moz-border-radius:7px; margin:5px; background-repeat:no-repeat; background-position:10px 5px;}
.defaultNav ul.navigation li a:hover { border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}

/* END OF DEFAULT PAGE NAVIGATION*/ 


/* DESKTOP */

#desktop {width:990px; height:auto; overflow:hidden; margin-left:auto; margin-right:auto; }

#desktop ul.navigation { height:auto; border-top:1px #cacaca solid; border-bottom:1px #fff solid; float:left; overflow:hidden; padding:0px; margin:0px; list-style:none;}
#desktop ul.navigation li {width:330px; height:auto; float:left; overflow:hidden; border-bottom:1px #cacaca solid; border-top:1px #fff solid;}
#desktop ul.navigation li a{width:160px; height:90px; display:block; line-height:90px; text-decoration:none; color:#333333; font-weight:bold; padding-left:110px; border:1px #f1f1f1 solid;  border-radius:7px; -moz-border-radius:7px; margin:20px; background-repeat:no-repeat; background-position:10px 5px;}
#desktop ul.navigation li a:hover{ border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}
#desktop ul.navigation li a.employees{ background-image:url(../images/menuEmploees.png);}
#desktop ul.navigation li a.employers{  background-image:url(../images/menuEmployers.png);}
#desktop ul.navigation li a.forms{  background-image:url(../images/menuForms.png);}
#desktop ul.navigation li a.agreements{  background-image:url(../images/menuAgreements.png);}
#desktop ul.navigation li a.payroll{  background-image:url(../images/menuPayroll.png);}
#desktop ul.navigation li a.stats{  background-image:url(../images/menuStats.png);}
#desktop ul.navigation li a.dealers{ background-image:url(../images/menuDealers.png);}
#desktop ul.navigation li a.users{ background-image:url(../images/menuUsers.png);}
#desktop ul.navigation li a.userGroups{ background-image:url(../images/menuUsersGroups.png);}
#desktop ul.navigation li a.settings{ background-image:url(../images/menuSettings.png);}
#desktop ul.navigation li a.profile{ background-image:url(../images/menuProfile.png);}
#desktop ul.navigation li a.reminds{ background-image:url(../images/menuReminds.png);}
#desktop ul.navigation li a.customers{ background-image:url(../images/menuCustomers.png);}
#desktop ul.navigation li a.mytasks{ background-image:url(../images/menuTasks.png);}
#desktop ul.navigation li a.usertasks{ background-image:url(../images/menuUserTasks.png);}
#desktop ul.navigation li a.calendar{ background-image:url(../images/menuCalendar.png);}
#desktop ul.navigation li a.documents{ background-image:url(../images/menuDocuments.png);}
#desktop ul.navigation li a.suppliers{ background-image:url(../images/menuSuppliers.png);}
#desktop ul.navigation li a.sms{ background-image:url(../images/menuSms.png);}
#desktop ul.navigation li a.mailtemplates{ background-image:url(../images/menuEmail.png);}

#findByBarCode {width:100%; overflow:hidden;}
#findByBarCode .form-group {width:100%;}
#findByBarCode .line-group{width:100%; background:url(../images/barCode.png) no-repeat right 10px;  overflow:hidden;   }
#findByBarCode .line-group label{ width:770px; display:block; color:#a4a4a4; font-weight:bold; font-size:11px; float:left; text-align:right; line-height:46px; }
#findByBarCode .line-group span.sep{ display:block; color:#a4a4a4; font-weight:bold; font-size:11px;  float:left; line-height:46px;}
#findByBarCode .line-group input{ padding:5px 10px; padding-right:30px; margin:10px; margin-right:50px; float:right; width:110px; }
#findByBarCode .line-group input.searching{ background:#fff url(../images/ajax-loader.gif) no-repeat 130px 4px; }

/* END OF DESKTOP */





/* REMIND BOX */
#addRemindBtn { display:block; width:31px; height:40px; background:url(../images/light.png) no-repeat top left; float:left; margin-right:40px; margin-left:9px; position:relative;}               	
#addRemindBtn:hover{background:url(../images/light.png) no-repeat bottom left; }      

.smallDialogForm{ background-color:#fff; padding:15px;}

.smallDialogForm .form-group{ width:470px; margin:0px; margin-left:auto; margin-right:auto;  padding:0px;display:block; }
.smallDialogForm .form-group .line-group{ width:470px; height:auto; overflow:hidden; padding-top:10px;  padding-bottom:5px; line-height:22px; }
.smallDialogForm .form-group .line-group label{width:195px; height:auto; display:block; text-align:right; float:left; line-height:22px;  }
.smallDialogForm .form-group .line-group span.sep{height:auto; display:block; float:left; line-height:22px;  }
.smallDialogForm .form-group .line-group input {float: right;   padding:4px; width:230px; margin-right:10px;  }
.smallDialogForm .form-group .line-group input[type="checkbox"] {float: left;   padding:4px; width:20px; margin-left:20px; margin-top: 5px;  }
.smallDialogForm .form-group .line-group textarea {float: right;   padding:4px; width:230px; height: 150px; margin-right:10px;  }
.smallDialogForm .form-group .line-group select {float: right;   padding:4px; width:240px; margin-right:10px;  }
.smallDialogForm .form-group .line-group ul.errors {float: right; width:230px; margin-right:10px; }
.smallDialogForm .form-group .btn-group {width:470px; height:auto; overflow:hidden; padding-top:10px;  padding-bottom:5px;}
.smallDialogForm .form-group .btn-group button{ float: right; margin-right:10px; }



#remindsBox {width:300px; height:auto; position:fixed; right:0px; bottom:0px; }
#remindsBox .remind { border-top-left-radius:4px; border-bottom-left-radius:4px; -moz-border-radius-topleft:4px; -moz-border-radius-bottomleft:4px; -moz-box-shadow:0px 0px 6px #333333;  box-shadow:0px 0px 6px #333333; padding-top:20px; padding:20px; padding-left:50px; padding-right:50px; color:#ccc; font-size:12px; line-height:18px; position:relative; margin-bottom:10px; }
#remindsBox .simple { background:#333333 url(../images/simpleRemindIcon.png) no-repeat 25px 12px;}
#remindsBox .remind a.closeRemind{ display:block; width:16px; height:16px; border:1px #333333 solid; background:url(../images/closeX.png) no-repeat center center; position:absolute; right:10px; top:50%; margin-top:-9px; cursor:pointer;}
#remindsBox .remind a:hover.closeRemind {border:1px #777777 solid;}
#remindsBox .remind a.loading { background:url(../images/ajax-loader2.gif) no-repeat top left;}
#remindsBox .remind a:hover.loading {border:1px #333333 solid;}
/* END OF REMIND BOX */


/* STRUCTURE */
#contentContainer {width:100%; height: auto; overflow: hidden; background:url(../images/dLine.png) repeat-y 99px 0px;}

#leftCol {width:100px; height: auto; float: left; overflow: hidden;  }
#leftCol ul.navigation {padding:0px; margin:0px; list-style:none; margin-left:10px;}
#leftCol ul.navigation li{padding:0px; margin:0px; display:block; font-size:11px;}
#leftCol ul.navigation li a{padding:0px; margin:0px; width:78px; height:28px;  padding-top:50px; display:block; font-size:10px; font-weight:bold;  border-radius:4px; -moz-border-radius:4px;  border:1px #f1f1f1 solid; color:#aeaeae; text-align:center; text-decoration:none; background-image:url(../images/leftMenuIcons.png); background-repeat:no-repeat; background-position:left; }
#leftCol ul.navigation li.active a{background-position:right; color:#333333;}
#leftCol ul.navigation li a:hover{ border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc; background-position:right; color:#333333;}

#leftCol ul.navigation li a.employees {background-image:url(../images/leftMenuIcon1.png);}
#leftCol ul.navigation li a.employers{background-image:url(../images/leftMenuIcon2.png);}
#leftCol ul.navigation li a.agreements{background-image:url(../images/leftMenuIcon3.png);}
#leftCol ul.navigation li a.payroll{background-image:url(../images/leftMenuIcon4.png);}
#leftCol ul.navigation li a.stats{background-image:url(../images/leftMenuIcon5.png);}
#leftCol ul.navigation li a.dealers{background-image:url(../images/leftMenuIcon6.png);}
#leftCol ul.navigation li a.users{background-image:url(../images/leftMenuIcon7.png);}
#leftCol ul.navigation li a.userGroups{background-image:url(../images/leftMenuIcon8.png);}
#leftCol ul.navigation li a.settings{background-image:url(../images/leftMenuIcon9.png);}
#leftCol ul.navigation li a.profile{background-image:url(../images/leftMenuIcon10.png);}
#leftCol ul.navigation li a.reminds{background-image:url(../images/leftMenuIcon11.png);}
#leftCol ul.navigation li a.customers{background-image:url(../images/leftMenuIcon12.png);}
#leftCol ul.navigation li a.mytasks{background-image:url(../images/leftMenuIcon14.png);}
#leftCol ul.navigation li a.usertasks{background-image:url(../images/leftMenuIcon13.png);}
#leftCol ul.navigation li a.calendar{background-image:url(../images/leftMenuIcon15.png);}
#leftCol ul.navigation li a.documents{background-image:url(../images/leftMenuIcon16.png);}
#leftCol ul.navigation li a.suppliers{background-image:url(../images/leftMenuIcon17.png);}
#leftCol ul.navigation li a.sms{background-image:url(../images/leftMenuIcon18.png);}
#leftCol ul.navigation li a.mailtemplates{background-image:url(../images/leftMenuIcon19.png);}
#leftCol ul.navigation li a.forms{background-image:url(../images/leftMenuIcon20.png);}

#rightCol {width:100%; height: auto; float: left; margin-right: -100px; }

#breadcrumbs {width:100%; background:url(../images/dLineX.png) repeat-x bottom left; margin-left: 15px; padding-bottom:10px; font-size:11px; color:#999;}
#breadcrumbs a {font-size:11px; color:#999; text-decoration:none;}
#breadcrumbs a:hover {color:#666; text-decoration:underline;}


#centerContent {width:800px; padding-right: 200px; height: auto;  margin-left: auto; margin-right: auto; clear: both;}
#centerContentBox {width:770px; margin-left: 15px; margin-right: 15px; }

#fullContent { clear: both; padding-left: 15px; padding-right: 15px; margin-right: 100px; padding-bottom: 25px; }
#fullContent h1{ display:block; margin:0px; margin-top:10px; margin-bottom:15px; padding:0px; padding-bottom:15px; font-size:20px; color:#555555; background:url(../images/dLineX.png) repeat-x bottom left;}
#fullContent h1 span.small{ font-size: 15px; color: #999; }
#fullContent h2{ display:block; margin:0px;  margin-bottom:15px; padding:0px;  font-size:22px; color:#555555;}
#fullContent .fullContent{ clear: both; width: 100%; min-width: 850px; height: auto; overflow: hidden; }

.centerContent {width:800px; padding-right: 200px; height: auto;  margin-left: auto; margin-right: auto; clear: both;}
.centerContentBox {width:770px; margin-left: 15px; margin-right: 15px; }

/* END OF STRUCTURE */


/* FILTERS */
#fullFilter {width:100%; clear:both;  background:url(../images/dLineX.png) repeat-x bottom left; overflow: hidden; padding-bottom: 5px;}
#fullFilter .form-group {overflow: hidden;}
#fullFilter .form-group .line-group {float:left; padding-right:15px; line-height: 40px; }
#fullFilter .form-group .line-group input{padding:3px;}
#fullFilter .form-group .btn-group {float:left; padding-right:15px;}
#fullFilter .form-group .btn-group button{ padding:7px; padding-left:10px; padding-right:10px; min-width: 80px; width: auto !important; width: 80px;  background:#cbd6e2 url(../images/btnClearBg.png) repeat-x top left; border:1px #b3c0cf solid; color:#6f8cae; }
#fullFilter .form-group .btn-group button:hover{ padding:7px; padding-left:10px; padding-right:10px; min-width: 80px; width: auto !important; width: 80px;  background:#e3ebf2 url(../images/btnClearBgHover.png) repeat-x top left; border:1px #b3c0cf solid; color:#6f8cae; }
#fullFilter .form-group .btn-group input[type=submit]{ padding:7px; padding-left:10px; padding-right:10px; min-width: 80px; width: auto !important; width: 80px; }

#filterPersonal {clear: both; background-color: #faaef7; overflow: hidden; display: none;}
#filterAdvanced {clear: both; background-color: #d9faae; overflow: hidden; padding-bottom: 10px; display: none;}

#showPersonal.active {background-color: #faaef7;}
#showAdvanced.active {background-color: #d9faae;}

span.colorBtn { display: block; float: right; margin-right: 25px; font-size: 11px; font-style:italic; cursor: pointer;border-radius:4px; -moz-border-radius:4px; padding: 3px; }

/* END OF FILTERS */


/* TABLES */



#fullTable {width:100%; clear:both; }
#fullTable table{width:100%; margin-right:-215px; border-top:1px #aac1d3 solid; }
#fullTable table thead.last{ border-right:1px #aac1d3 solid; }
#fullTable table tbody{ background-color:#fff;}
#fullTable table tr th{ min-width: 85px; background:#ced9e4 url(../images/thBg.png) repeat-x top left; padding:3px; padding-top:7px; padding-bottom:7px; color:#374d63; border-bottom:1px #aac1d3 solid;}
#fullTable table tr th.first{ border-left:1px #aac1d3 solid; }
#fullTable table tr th.last{ border-right:1px #aac1d3 solid; }
#fullTable table tr th.options2{ width:85px; }
#fullTable table tr th.options3{ width:140px; }
#fullTable table tr th.options4{ width:185px; }

#fullTable table tr th a{ color:#374d63; text-decoration:underline; }
#fullTable table tr th a.desc{ color:#39F; text-decoration:none;  }
#fullTable table tr th a.asc{ color:#39F; text-decoration:none; }
#fullTable table tr th a.asc span.asc{ color:#39F; }
#fullTable table tr th a.desc span.desc{ color:#39F; }
#fullTable table tr th.leftText {text-align: left;  }

#fullTable table tr td {padding:3px; padding-top:7px; padding-bottom:7px; color:#374d63; border-bottom:1px #aac1d3 dotted; text-align:center;}
#fullTable table tr:hover td { background-color:#fffae3;}
#fullTable table tr td a.edit {display:block; width:21px; height:20px; background:url(../images/options.png) no-repeat top left; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.edit {background-position:bottom left;}
#fullTable table tr td a.clip {display:block; width:23px; height:23px; background:url(../images/pinBtn.png) no-repeat top left; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.clip {background-position:bottom left;}
#fullTable table tr td a.hand {display:block; width:23px; height:22px; background:url(../images/handBtn.png) no-repeat top left; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.hand {background-position:bottom left;}
#fullTable table tr td a.delete {display:block; width:21px; height:20px; background:url(../images/options.png) no-repeat top right; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.delete {background-position:bottom right;}
#fullTable table tr td a.folder {display:block; width:21px; height:20px; background:url(../images/folderBtn.png) no-repeat top center; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.folder {background-position:center -23px;;}
#fullTable table tr td a.folderAjax {display:block; width:21px; height:20px; background:url(../images/ajax-loader.gif) no-repeat center center; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a.folderDisabled {display:block; width:21px; height:20px; background:url(../images/folderBtn.png) no-repeat top center; float:left; margin-left:10px; margin-right:10px; opacity: 0.4;}


#fullTable table tr td a.copy {display:block; width:21px; height:19px; background:url(../images/copy.png) no-repeat top right; float:left; margin-left:10px; margin-right:10px;}
#fullTable table tr td a:hover.copy {background-position:bottom right;}
#fullTable table tr td.photo {padding: 0px; margin: 0px; text-align: left; }
#fullTable table tr td.photo img{margin: 2px; }
#fullTable table tr td.leftText {text-align: left; }

#fullTable table tr.disabled td { background-color: #e8e8e8 !important; color: #999999 !important;}


.ui-dialog {width:100%; clear:both; }
.ui-dialog table{width:100%; margin-right:-215px; border-top:1px #aac1d3 solid; }
.ui-dialog table tbody{ background-color:#fff;}
.ui-dialog table tr th{ background:#ced9e4 url(../images/thBg.png) repeat-x top left; padding:3px; padding-top:8px; padding-bottom:8px; color:#374d63; border-bottom:1px #aac1d3 solid;}
.ui-dialog table tr th.first{ border-left:1px #aac1d3 solid; }
.ui-dialog table tr th.last{ border-right:1px #aac1d3 solid; }
.ui-dialog table tr th.options2{ width:85px; }
.ui-dialog table tr th a{ color:#374d63; text-decoration:underline; }
.ui-dialog table tr th a.desc{ color:#39F; text-decoration:none;  }
.ui-dialog table tr th a.asc{ color:#39F; text-decoration:none; }
.ui-dialog table tr th a.asc span.asc{ color:#39F; }
.ui-dialog table tr th a.desc span.desc{ color:#39F; }

.ui-dialog table tr td {padding:3px; padding-top:7px; padding-bottom:7px; color:#374d63; border-bottom:1px #aac1d3 dotted; text-align:center;}
.ui-dialog table tr:hover td { background-color:#fffae3; cursor: pointer;}
.ui-dialog table tr td a.edit {display:block; width:21px; height:20px; background:url(../images/options.png) no-repeat top left; float:left; margin-left:10px; margin-right:10px;}
.ui-dialog table tr td a:hover.edit {background-position:bottom left;}
.ui-dialog table tr td a.delete {display:block; width:21px; height:20px; background:url(../images/options.png) no-repeat top right; float:left; margin-left:10px; margin-right:10px;}
.ui-dialog table tr td a:hover.delete {background-position:bottom right;}
.ui-dialog table tr td.leftText { text-align: left;}

.scrollTable { overflow: auto; width: auto;}


.lightTable {font-size: 11px; width: 100%;}
.lightTable tr th { border-bottom: 1px #999 dotted;}

.lightTable tr td { padding: 4px; text-align: center; border-bottom: 1px #999 dotted; color: #555; font-style: italic;}
.lightTable tr.light td { background-color: #f9f9f9;}
.lightTable tr.green td { background-color: #c9dd8d;}
.lightTable tr.green th { background-color: #c9dd8d; color: #222222;}
.lightTable tr.darkGrey th { background-color: #cccccc;}
.lightTable tr:hover td { background-color: #ffffff;}

/* END OF TABLES */


/* PAGINATOR */
.paginator {overflow:hidden;  margin-top:10px; margin-bottom:10px; clear:both; }
.paginator a {display:block; line-height:15px; height:15px; padding-left:4px; padding-right:4px; float:left; font-weight:bold; color:#267ec4; text-decoration:none; margin-left:5px; margin-right:5px;}
.paginator span {display:block; line-height:15px; height:15px; padding-left:4px; padding-right:4px; float:left; background-color:#333333; color:#fff;  margin-left:5px; margin-right:5px;}
.paginator span.first{display:block; padding:0px;   width:16px; height:15px; background:url(../images/paginator.png) no-repeat 0px -30px; float:left;}
.paginator span.prev{display:block; padding:0px;   width:16px; height:15px; background:url(../images/paginator.png) no-repeat -16px -30px; float:left;}
.paginator span.next{display:block; padding:0px;   width:16px; height:15px; background:url(../images/paginator.png) no-repeat -32px -30px; float:left;}
.paginator span.last{display:block; padding:0px;   width:16px; height:15px; background:url(../images/paginator.png) no-repeat -48px -30px; float:left;}
.paginator a.first{display:block; padding:0px; width:16px; height:15px; background:url(../images/paginator.png) no-repeat 0px 0px; float:left;}
.paginator a.prev{display:block; padding:0px;  width:16px; height:15px; background:url(../images/paginator.png) no-repeat -16px 0px; float:left;}
.paginator a.next{display:block; padding:0px;  width:16px; height:15px; background:url(../images/paginator.png) no-repeat -32px 0px; float:left;}
.paginator a.last{display:block; padding:0px;  width:16px; height:15px; background:url(../images/paginator.png) no-repeat -48px 0px; float:left;}
.paginator a:hover.first{display:block; width:16px; height:15px; background:url(../images/paginator.png) no-repeat 0px -15px; float:left;}
.paginator a:hover.prev{display:block; width:16px; height:15px; background:url(../images/paginator.png) no-repeat -16px -15px; float:left;}
.paginator a:hover.next{display:block; width:16px; height:15px; background:url(../images/paginator.png) no-repeat -32px -15px; float:left;}
.paginator a:hover.last{display:block; width:16px; height:15px; background:url(../images/paginator.png) no-repeat -48px -15px; float:left;}

/* END OF PAGINATOR */


/* FORMS */
.col1 {  width:500px;}
.col2 {  width:375px; float: left;}
.col75 {width:75%;  float: left; }
.col25 {width:25%;  float: left; }
.col50 {width:50%;  float: left; }
.defaultForm {width:100%; font-size: 12px;}

.defaultForm .part-label {display: block; overflow: hidden; padding-bottom: 20px;}
.defaultForm h4 {display: block; padding: 0px; margin: 0px; padding-left: 30px; padding-top: 10px; margin-bottom: 20px; color: #267ec5; font-weight: 100; font-size: 14px;}

.defaultForm .form-group .line-group {clear:both; padding-top:10px;}
.defaultForm .form-group .line-group label {width:45%; float:left; text-align:right; line-height:20px;}
.defaultForm .form-group .line-group span.sep{line-height:20px; float:left;}
.defaultForm .form-group .line-group span.descriprion {display: block; padding-left: 5px; float:left; text-align:left; line-height:20px;}
.defaultForm .form-group .line-group input{padding:3px; float:left; width:45%; margin-left:2%;}
.defaultForm .form-group .line-group input.short{padding:3px; float:left; width:15%; margin-left:2%;}
.defaultForm .form-group .line-group input.right{ text-align: right;}
.defaultForm .form-group .line-group textarea{padding:3px; float:left; width:45%; margin-left:2%; height: 150px;}
.defaultForm .form-group .line-group textarea.lowHeight{height: 40px;}
.defaultForm .form-group .line-group select{float:left; width:45%;  margin-left:2%;}
.defaultForm .form-group .line-group ul.errors { margin-left:48%; width:45%; clear: both;}
.defaultForm .form-group .hint {width:50%; float:left; text-align:right; line-height:20px; margin-top:10px;}
.defaultForm .form-group .hint span.red {color:#f08800;}
.defaultForm .form-group .multi-group {float:left; width:45%;  margin-left:2%; margin-top:10px; overflow:hidden;}
.defaultForm .form-group .multi-group label{clear:both;}
.defaultForm .form-group .multi-group input[type=checkbox]{ margin-right:10px;}
.defaultForm .form-group .btn-group { witdh:100%; clear:both; padding-top:10px; }
.defaultForm .form-group .btn-group input[type=submit]{ display:block; margin-left:auto; margin-right:auto;}
.defaultForm .form-group .multi-group ul.errors { margin-left:48%; width:45%;}
.defaultForm h3 { display: block; margin-left: 10%; width: 80%; text-align: center; color: #9a9a9a; font-size: 20px; font-weight: 100;}

.defaultForm .form-group .part-label .available .dependLeft {width:50%; overflow: hidden; float: left;}
.defaultForm .form-group .part-label .available .dependLeft .line-group label {width:70%; }
.defaultForm .form-group .part-label .available .dependLeft .line-group input {width:15%; text-align: center; }

.defaultForm .form-group .part-label .available .depend {width:12%; overflow: hidden; float: left;  }
.defaultForm .form-group .part-label .available .depend .line-group label{ display: none;}
.defaultForm .form-group .part-label .available .depend .line-group span.sep{ display: none;}
.defaultForm .form-group .part-label .available .depend .line-group input {width:65%; text-align: center; }
.defaultForm .form-group .part-label .available ul.errors {width: 3px; height: 24px; display: block; float: left; overflow: hidden; padding: 0px; margin: 0px; clear: none;}
.defaultForm .form-group .part-label .available ul.errors li{width: 3px; height: 24px; display: block; float: left; overflow: hidden; background-color: #C00; color:#C00; font-size: 1px;  padding: 0px; margin: 0px; clear: none; }

.defaultForm .form-group .part-label .available .sel {width:7%; overflow: hidden; float: left; padding-top: 5px;}
.defaultForm .form-group .fullLine .line-group textarea{padding:3px; float:left; width:93%; margin:0px;}

.manyInLine {line-height: 35px;}
.manyInLine .line-group {clear:none; float: left; padding-top:10px; margin-left: 15px; background-color: #fff;}

.defaultForm .form-group .line-group label {width:45%; float:left; text-align:right; line-height:20px;}
.defaultForm .form-group .line-group span.sep{line-height:20px; float:left;}
.defaultForm .form-group .line-group input{padding:3px; float:left; width:45%; margin-left:2%;}
.defaultForm .form-group .line-group textarea{padding:3px; float:left; width:45%; margin-left:2%; height: 150px;}


#userGroupsForm { clear:both; width:100%;}
#userGroupsForm .line-group{ padding-bottom:10px; display:block; overflow:hidden;   }
#userGroupsForm .line-group label {float:left; text-align:right; line-height:20px; margin-left:150px;}
#userGroupsForm .line-group ul.errors { margin-left:330px;}
#userGroupsForm .line-group span.sep{line-height:20px; float:left;}
#userGroupsForm .line-group input[type=text]{padding:3px; float:left; margin-left:15px; width:300px;}
#userGroupsForm table { margin-left:auto; margin-right:auto;  background:url(../images/dLineX.png) repeat-x top left;}


#userGroupsForm table th {padding:6px;  background:url(../images/dLineX.png) repeat-x bottom left;}
#userGroupsForm table td {padding:6px;  background:url(../images/dLineX.png) repeat-x bottom left;}
#userGroupsForm table td input[type=checkbox] {position:relative; top:7px;}
#userGroupsForm table tr:hover td { background-color:#fff;}
#userGroupsForm table td { text-align:center;}
#userGroupsForm table td .line-group { text-align:center;}
#userGroupsForm .btn-group{ padding-top:10px; width:100%;}
#userGroupsForm .btn-group input[type=submit]{ display:block; margin-left:auto; margin-right:auto;}





/* END OF FORMS */


/* ONLY FOR EMPLOYEE */
#employeePhotoBox {width:150px; height: 120px; background: url(../images/dLine.png) repeat-y right; float: left; overflow: hidden;}
#employeePhoto {width: 83px; height: 104px; background: url(../images/profilePhoto.png) no-repeat bottom center; padding: 1px; border: 1px #e1e1e1 solid; float: left; margin-right:10px;  }
#progressPhoto {clear: both; width: 87px; height: 8px;}
#employeePhotoButtons span.addSpace { margin-top: 10px;}
#employeePhotoButtons span.plus {background: url(../images/miniPlus.png) no-repeat bottom center; display: block; width: 12px; height: 12px; }
#employeePhotoButtons span.webcamera {background: url(../images/webcamera.png) no-repeat bottom center; display: block; width: 12px; height: 12px;  }
#employeePhotoButtons span.trash {background: url(../images/trash.png) no-repeat bottom center; display: block; width: 12px; height: 12px; }

.hideCamera {width:1px; height: 1px; overflow: hidden; position: relative; top:-1px;}

.employeeTopBox {float: left; height: 120px; overflow: hidden; padding-left: 15px; padding-right: 15px; line-height: 18px; min-width: 200px;}

#employeeActivity {min-width: 200px; height: 100px; overflow: hidden; max-width: 500px; clear: both;}
#employeeActivity .noResults{ background-color: #f1f1f1;}
#employeeActivity table {width:100%; border-top:1px #b8b8b8 dotted;}
#employeeActivity table tr td {border-bottom:1px #b8b8b8 dotted; padding: 2px; padding-right: 15px; font-size: 12px; font-style: italic;}



.stdTopBox {float: left; height: 120px; overflow: hidden; padding-left: 15px; padding-right: 15px; line-height: 18px; }

.folderIcon { background:#f1f1f1 url(../images/folderIcon.png) no-repeat 6px 7px;}
.roundPlusIcon { background:#f1f1f1 url(../images/addPlusRing.png) no-repeat 9px 7px;}
.colsIcon { background:#f1f1f1 url(../images/colsIcon.png) no-repeat 6px 7px;}
.printerIcon { background:#f1f1f1 url(../images/printerIcon.png) no-repeat 4px 3px;}
.trashIcon { background:#f1f1f1 url(../images/trash.png) no-repeat 6px 7px;}


#colsHider {background-color: #fff; padding: 15px; line-height: 20px;}

#contractButtons {overflow: hidden; height: auto;}

#contractButtons {overflow: hidden; height: auto;}

#contractButtons a, #contractButtons span { display: block; margin: 5px; margin-bottom: 15px; padding-left: 45px; padding-right: 10px; font-size: 11px;  height: 40px; line-height: 40px; background-image: url(../images/contractsButtons.png);  text-decoration:none; font-weight:bold; border:1px #f1f1f1 solid;  border-radius:4px; -moz-border-radius:4px; background-repeat:no-repeat; }
#contractButtons a:hover {border:1px #a4a4a4 solid;  -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;}
#contractButtons span {opacity:0.4; filter:alpha(opacity=40); }

#contractButtons .green {color:#7fbf57; background-position: 5px 5px;}
#contractButtons .red {color:#da3754; background-position: 5px -45px;}
#contractButtons .blue {color:#30a6c4; background-position: 5px -95px;}
#contractButtons .none {background: none; padding-left: 10px;}

.copyAddress {position: absolute; top:80px; left:-17px; }
.copyAddress2 {position: absolute; top:120px; left:-17px;}
/* END OF ONLY FOR EMPLOYEE */


/* COMBOBOX FOR UI */
.custom-combobox { position: relative; display: inline-block; }
.custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; /* support: IE7 */ *height: 1.7em; *top: 0.1em; }
.custom-combobox-input { margin: 0;  padding: 0.3em;}


/* BUTTONS */
.imgButton {display:block; width: 22px; height: 22px; float: left; background-position: center center; background-repeat: no-repeat; margin-left: 10px;}
a:hover.imgButton {zoom: 1; filter: alpha(opacity=50); opacity: 0.5;}
.printer { background-image: url('../images/printer.png');}
.zoom { background-image: url('../images/loupePlus.png');}
.iBTrash { background-image: url('../images/options.png'); background-position: right 2px;}
.iBEdit { background-image: url('../images/options.png');  background-position: 0px 2px; }
.iBCopy { background-image: url('../images/copy.png');  background-position: 0px 2px; }


.greyBg {background-color: #f1f1f1; overflow: hidden;}



/* CALENDAR */
/*
.calendar-box {font-family: 'Arial', sans-serif; width:840px; height: 606px; overflow: visible; border-top: 1px #cacaca solid;  border-left: 1px #cacaca solid; margin-left: auto; margin-right: auto;}
.calendar-box .calendar-month{width:100%;  ; height: auto; float: left; overflow: visible;}
.calendar-box .calendar-month .calendar-day {width:119px; position: relative; border-bottom: 1px #cacaca solid; border-right: 1px #cacaca solid; height: 100px; float: left; background-color: #fff;}
.calendar-box .calendar-month .calendar-day:hover { background-color: #d8e9f5;}
.calendar-box .calendar-month .calendar-day-readonly {  width:119px; font-size: 12px; background-color: #f1f1f1; border-bottom: 1px #cacaca solid; border-right: 1px #cacaca solid; min-height: 100px; float: left; background-color: #f1f1f1; color: #ccc;}
.calendar-box .calendar-month .calendar-day-today {background-color: #ffeed1 !important;}
.calendar-box .calendar-month .calendar-day-weekend {background-color: #fafafa;}
.calendar-box .calendar-month .calendar-day-weekend:hover { background-color: #d8e9f5;}
.calendar-box .calendar-month .calendar-day-disabled {background-image: url('../images/disabledDay.png'); background-position: center center; background-repeat: no-repeat;}
.calendar-box .calendar-month .calendar-day-readonly .calendar-event { background-color: #cccccc; margin: 2px; padding: 2px; line-height: 14px; height: 14px; overflow: hidden; color: #fff; font-weight:bold;}
.calendar-event-disabled {opacity:0.2; filter:alpha(opacity=20);}
.calendar-box .calendar-month .calendar-day .calendar-event { font-family: 'Arial', sans-serif; font-size: 12px; cursor: pointer; background-color: #267ec4; margin: 2px; padding: 2px;  line-height: 14px; height: 14px; overflow: hidden; color: #fff; font-weight:bold; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.calendar-box .calendar-month .calendar-day .calendar-event-hover {width:200px  !important; height: auto !important; cursor: pointer; position: relative; z-index: 9; background-color:#39F; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888;box-shadow: 0 0 5px #888;  }
.calendar-box .calendar-month .calendar-day .calendar-day-add-event {display: none; width: 15px; height: 15px; position: absolute; top:0px; right: 0px; background: url(../images/miniPlus.png) no-repeat center center; cursor: pointer;}
.calendar-box .calendar-month .calendar-day:hover .calendar-day-add-event {display: block; opacity:0.4; filter:alpha(opacity=40); }
.calendar-box .calendar-month .calendar-day:hover .calendar-day-add-event:hover { opacity:1; filter:alpha(opacity=100); }
.calendar-navigation { display: block; width:100%; text-align: center;}
.calendar-navigation a{ font-size: 18px; color: #267ec4;}
.calendar-navigation span{ font-size: 18px;}
.calendar-event-selected { background-color: #6e9c00 !important;}
*/

.calendar-box {font-family: 'Arial', sans-serif; width:840px; height: auto; overflow: hidden;  margin-left: auto; margin-right: auto;}
.calendar-box table.calendar-month{width:100%; border: none; border-collapse:collapse;}
.calendar-box table.calendar-month td{ border: 1px #cacaca solid; vertical-align:top; height: 100px;}
.calendar-box table.calendar-month .calendar-day {width:119px;  background-color: #fff; padding: 0px;  }
.calendar-box table.calendar-month .calendar-day:hover { background-color: #d8e9f5;}
.calendar-box table.calendar-month .calendar-day-readonly { background-color: #f1f1f1; background-color: #f1f1f1; color: #ccc; padding: 0px; }
.calendar-box table.calendar-month .calendar-day-today {background-color: #ffeed1 !important;}
.calendar-box table.calendar-month .calendar-day-weekend {background-color: #fafafa;}
.calendar-box table.calendar-month .calendar-day-weekend:hover { background-color: #d8e9f5;}
.calendar-box table.calendar-month .calendar-day-disabled {background-image: url('../images/disabledDay.png'); background-position: center center; background-repeat: repeat-y;}
.calendar-box table.calendar-month .calendar-day-nr {float: left; text-align: left;}
.calendar-box table.calendar-month .calendar-day .calendar-event { cursor: pointer; background-color: #267ec4; margin: 2px; padding: 2px;  line-height: 14px; height: 14px; overflow: hidden; color: #fff; font-weight:bold; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; clear: both; text-align: left; font-size: 12px;}
.calendar-box table.calendar-month .calendar-day-readonly .calendar-event { background-color: #cccccc; margin: 2px; padding: 2px; line-height: 14px; height: 14px; overflow: hidden; color: #fff; font-weight:bold; webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; clear: both; font-size: 12px; }.calendar-box table.calendar-month .calendar-day .calendar-event-hover {width:200px  !important; height: auto !important; cursor: pointer; position: absolute; z-index: 9; background-color:#39F; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888;box-shadow: 0 0 5px #888;  }


.calendar-box table.calendar-month .calendar-day .calendar-day-add-event {display: none; width: 15px; height: 15px; background: url(../images/miniPlus.png) no-repeat center center; cursor: pointer;}
.calendar-box .calendar-month .calendar-day:hover .calendar-day-add-event {display: block; opacity:0.4; filter:alpha(opacity=40); float: right; }
.calendar-box .calendar-month .calendar-day:hover .calendar-day-add-event:hover { opacity:1; filter:alpha(opacity=100); }

.calendar-event-disabled {opacity:0.2; filter:alpha(opacity=20);}
.calendar-event-selected { background-color: #6e9c00 !important;}

.calendar-navigation { display: block; width:100%; text-align: center;}
.calendar-navigation a{ font-size: 18px; color: #267ec4;}
.calendar-navigation span{ font-size: 18px;}
/*












.calendar-box .calendar-month .calendar-day:hover .calendar-day-add-event {display: block; opacity:0.4; filter:alpha(opacity=40); }



*/



.display-inline-label34 .col34 {float: left; width: 80%;}
.display-inline-label34 .col34 .line-group label{width:150px;}
.display-inline-label34 .col34 .line-group input[type="text"]{width:90px;}
.display-inline-label34 .col14 {float: left; width: 20%;}
.display-inline-label34 .col14 .line-group input[type="text"]{width:43px;}

.right-button-line {overflow: visible; clear: both; position: relative;}
.right-button-line .addBtn {position: absolute; right: -20px; top:0px; padding: 0px; margin: 0px; margin-top: 6px; width: 25px; height: 25px;}

.right-button-line .removeParentBtn {position: absolute; right: -15px; top:0px; padding: 0px; margin: 0px; margin-top: 10px; width: 22px; height: 20px; background-image: url('../images/options.png'); background-position: right top; opacity: 0.2;}
.right-button-line .removeParentBtn:hover { opacity: 1; }

.standard-zend-select {margin-left: 25px; margin-top: 10px;}
.standard-zend-select dt{ float: left; line-height: 25px; margin-right: 10px;}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.steps-updater { width: 400px; height: auto; background: #ffffff; border: 1px #cccccc solid; -webkit-box-shadow: 0 0 10px 0 #999;
                 box-shadow: 0 0 10px 0 #999; position: fixed; top:200px; z-index: 9999999;}

.steps-updater-progressbar {width:380px;  height: 15px; margin: 10px; border: 1px #ccc solid;}
.steps-updater-progress {width:1px; height: 15px; margin: 0px; background-color: #6ab400;}
.steps-updater-infobar {width:380px;  height: auto; margin: 10px; margin-top: 0px; }
input.decimal-data {width:45px; text-align: center;}
input.full-decimal-data {width:45px; text-align: center;}
.simpleview {display:none;}

table#payrollTable tbody tr td, table#payrollTable thead tr th { min-width: 20px;padding: 2px !important; }

table.fteStatTable {width:100%;}
table.fteStatTable th { background:#ced9e4 url(../images/thBg.png) repeat-x top left; padding:1px; padding-top:7px; padding-bottom:7px; color:#374d63; border-bottom:1px #aac1d3 solid;  border-right: 1px #fff solid;}
table.fteStatTable td { padding:1px; padding-top:7px; padding-bottom:7px; color:#374d63; border-bottom:1px #aac1d3 solid;  border-right: 1px #ccc solid; text-align: center;}

table.fteStatTable .light-blue td { background-color: #a4e2f7;}
table.fteStatTable .light-green td {background-color: #cbf7a4; }
table.fteStatTable .very-light-green td {background-color: #f0fde4; }

table.fteStatTable .light-pink td {background-color: #feadff; }
table.fteStatTable .very-light-pink td {background-color: #fdd3fd; }
table.fteStatTable .light-orange td {background-color: #fbf0c5; }
table.fteStatTable .light-red td {background-color: #ffc4c4; }

table.fteStatTable .fteHide {display: none; }


.rightBtn.active { -webkit-box-shadow: inset 0px 0px 7px -2px rgba(0,0,0,0.58);
                   -moz-box-shadow: inset 0px 0px 7px -2px rgba(0,0,0,0.58);
                   box-shadow: inset 0px 0px 7px -2px rgba(0,0,0,0.58); border: 1px #999 solid; }

.table-button td {font-weight: bold; cursor: pointer;}
.table-button-data {display: none;}

a.copy {display:block; width:21px; height:19px; background:url(../images/copy.png) no-repeat top right; float:left; margin-left:10px; margin-right:10px;}
a:hover.copy {background-position:bottom right;}
/* border-right:1px #aac1d3 solid; */

.alert {
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
}

.alert-error {
    background: #f1635a;
}
.alert-info {
    background: #5aa3d9;
}
.alert-warn {
    background: #fba92e;
}
.alert-success {
    background: #6abe6f;
}


.grid-container-fluid {
    display: block;
    overflow: hidden;
    width: 100%;
}

.grid-container-fluid .grid-row {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px ;
    text-align: right;
}

.grid-container-fluid .grid-row.no-side-padding {
    padding-left: 0px;
    padding-right: 0px;

}

.grid-container-fluid .grid-row.text-left {
    text-align: left;
} 

.grid-container-fluid .grid-row .col-6 {
    float: left;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
}

.grid-container-fluid .grid-row .col-4 {
    float: left;
    overflow: hidden;
    width: 33.3%;
    box-sizing: border-box;
}

.grid-container-fluid .separator{
    margin: 15px 10px;
    display: block;
    clear: both;
    width: 100;
    height: 1px;
    background: #cccccc;

}

.grid-pl-1 {
    padding-left: 15px;
}
.grid-pr-1 {
    padding-right:  15px;
}

.grid-pb-1 {
    padding-bottom: 15px;
}

.text-small {
    font-size: 11px;
}

.full-textarea {
    box-sizing: border-box;
    height: 150px;
    width: 100%;
    display: block;
}

.text-left {
    text-align: left;
}

/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 20px;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
   border-radius: 8px;
   overflow: hidden;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-style: normal;
  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eff4f6}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



.thead-selectable-check-all {
    cursor: pointer;
}

.filter-row {
    box-sizing: border-box;
    padding: 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

mt-1 {margin-top: 5px; }
mt-2 {margin-top: 10px; }
mt-3 {margin-top: 15px; }
mt-4 {margin-top: 20px; }
mt-5 {margin-top: 25px; }

.input-info {
    clear: both; 
    text-align: right; 
    font-weight: bold; 
    font-style: italic; 
    padding-right: 20px; 
    padding-top: 5px;
}

.switcher {
    display: flex;
    justify-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.switcher .switcher-btn{
    display: block;
    padding: 12px;
    background-color: #e3e3e3;
    text-decoration: none;
}

.switcher .switcher-btn:last-child {
    border-radius: 0px 4px 4px 0px;
}
.switcher .switcher-btn:first-child {
    border-radius: 4px 0px 0px 4px;
}

.switcher .switcher-btn:active, .switcher .switcher-btn:visited {
   color: #333333;
}

.switcher .switcher-btn.active {
    background-color: #267ec4;
    color: white;
}
    
.row {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,.col-9,.col-10, .col-11, .col-12 {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    
} 

.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

.app-icon {width: 18px;  opacity: 0.1; }
.app-icon:first-child {margin-left: 20px;}

.app-icon.active { opacity: 1; cursor: pointer;}

.edit-comment .comment {
    font-size: 0.9em; font-style: italic;
    opacity: 0.7;
    margin-bottom: 5px;
}
.edit-comment .comment-btn a {
    display:block;
    height: 20px;
    padding: 0px;
    padding-left: 25px;
    text-align: left;
    color: #000;
    background: url(../images/comment.svg) no-repeat left top;
    background-size: 16px 16px;
    border: none;
    box-shadow: none;
    font-size: 10px;
    opacity: 0.3;
    margin: 0px;
   
}

.edit-comment .comment-btn a:hover {
    opacity: 1;
}