*, *::before, *::after {
box-sizing: border-box;
}

html,body{
font-family: Arial, Helvetica, sans-serif;
margin:0px;
font-size:12px;
font-weight:normal;
color:#424242;
background:ffffff;
}

.main_body{
background:#ffffff;
margin:0;
padding:0;
}

.blank_body{
background:#ffffff;
margin:0;
padding:0;
}

a{
font-weight:normal;
text-decoration:underline;
color:#424242;
}

a:hover{
text-decoration: none;
cursor: pointer;
}

.left{
text-align:left;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.justify{
text-align:justify;
}

.top{
vertical-align:top;
}

.bottom{
vertical-align:bottom;
}

.middle{
vertical-align:middle;
}

.lhm{
float:left;
line-height:29px;
}

.fleft{
float:left;
}

.fright{
float:right;
}

.centered{
margin:0 auto !important;
}

.nowrap{
white-space:nowrap;
}

.clear{
display:block;
clear:both;
width:0px;
height:0px;
margin:0px;
padding:0px;
font-size:0px;
overflow:hidden;
}

.spaceleft{
margin-left:10px;
}

.spaceright{
margin-right:10px;
}

.spacetop{
margin-top:10px;
}

.spacebottom{
margin-bottom:10px;
}

.padleft{
margin-left:10px;
margin-bottom:10px;
}

.padright{
margin-right:10px;
margin-bottom:10px;
}

.formsubmit{
margin-top:5px;
margin-bottom:5px;
}

.indicator{
float:left;
width:80%;
padding-left:20px;
padding-top:7px;
}

.indicator:after{
clear:both;
}

.lineindicator{
width:50%;
float:right;
text-align:right;
line-height:26px;
display:inline-block;
vertical-align:middle;
}

.maxl,.inputl{
width:100%;
}

.clinput::before{
display:block;
content:'';
clear:both;
}

.biginputl{
width:80%;
}

.halfinputl{
width:50%;
}

.medinputl{
width:26%;
}

.smallinputl{
width:13%;
}

.groupselectl,.smallselectl,.selectric-smallselectl{
width:26% !important;
min-width:190px;
}

.selectl,.selectric-selectl{
width:50% !important;
min-width:250px;
}

.lineindicator .smallinputl{
width:26%;
}

.lineindicator .medinputl{
width:52%;
}

.searchfield{
min-width:150px;
width:15%;
}

.login_table{
border:1px solid transparent;
border-collapse:separate;
border-spacing:1px;
width:300px;
}

.login_table td{
border:1px solid transparent;
padding:5px;
}

.login_table_head{
font-weight:bolder;
white-space:nowrap;
}

.login_table_cell{
font-weight:normal;
width:100%;
}

.login_table_title{
color:#ffffff;
padding:10px;
background:#494949;
font-weight:bolder;
}

.form_table{
width:100%;
border:1px solid #494949;
border-collapse:separate;
border-spacing:0px;
background:#efefef;
}

.form_table tr td, .form_table .form_table_head, .form_table .form_table_cell, .form_table .form_table_right{
padding:4px;
}

.form_table_col{
font-weight:bolder;
background:#696969;
color:#ffffff;
padding:8px 5px 8px 5px !important;
}

.form_table_row:hover td, .form_table_row:hover .form_table_head, .form_table_row:hover .form_table_cell, .form_table_row:hover .form_table_right{
background-image:url(images/shader.png);
color:#000000;
}

.form_table_head {
font-weight:bolder;
background:#d4d4d4;
}

.form_table_cell{
font-weight:normal;
background:#efefef;
}

.form_table_right{
background:#efefef;
vertical-align:top;
max-width:30%;
/*border-left:1px solid #999999 !important;*/
}

.ftb_bottom{
border-bottom:1px solid #d4d4d4 !important;
}

.form_table_top{
background:#efefef;
padding:0px !important;
height:0px !important;
border:0px none !important;
overflow:hidden;
}

.form_table_error{
background:#efefef;
color:#ff0000;
padding:10px 0px 10px 0px;
}

.form_table_subtitle{
font-weight:bolder;
background:#999999;
text-align:left;
color:#ffffff;
padding:8px 5px 8px 5px !important;
}

@media screen and (min-width: 1151px){
.form-table{
display:table; 
}
.form_table_row{
display:table-row;
}
.form_table_head {
display:table-cell;
width:200px;
max-width:200px;
}
div.form_table_head{
display:table-cell;
vertical-align:middle;
}
.ntc{
display:block; 
}
.form_table_cell{
display:table-cell;
width:700px;
min-width:600px;
max-width:700px;
}
.form_table_right{
display:table-cell;
width:25%;
max-width:25%; 
}
}

@media screen and (max-width: 1150px){
.form_table_head {
width:100%;
max-width:100%;
}
.form_table_cell{
width:100%;
min-width:100%;
max-width:100%;
}
.form_table_cell .selectricWrapper{
float:none;
width:100% !important;
}
.form_table_right{
width:100%;
min-width:100%;
max-width:100%;
}
.smallinputl{
width:30%;
}
}

.item_table{
width:100%;
border:1px solid #999999;
border-collapse:collapse;
border-spacing:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.item_table td,.item_table div{
border:1px solid #999999;
padding:5px;
}

.item_table_col{
font-weight:bolder;
background:#696969;
color:#ffffff;
}

.item_table_row{
background:#ebebeb;
}

.item_table_row:hover{
background:#d4d4d4;
}

.item_table_head{
font-weight:bolder;
}

.item_table_cell{
font-weight:normal;
}

.item_table_subtitle{
font-weight:bolder;
background:#999999;
color:#ffffff;
}

@media screen and (min-width: 1151px){
.history_table{
width:100%;
border:1px solid #999999;
border-collapse:collapse;
border-spacing:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.history_table .hpin,.history_table .hprep,.history_table .hpout{
width:100%;
margin:2px;
}

.history_table .hpin .history_table_col, .history_table .hprep .history_table_col, .history_table .hpout .history_table_col{
display:block;
width:20%;
float:left;
}
.history_table .hpin .history_table_cell, .history_table .hprep .history_table_cell, .history_table .hpout .history_table_cell{
display:block;
width:79%;
float:right;
}

.history_table .hprep .history_table_cell .col1{
display:block;
width:20%; 
float:left;
}
.history_table .hprep .history_table_cell .col2{
display:block;
width:79%;
float:left; 
}

.history_table_col{
font-weight:bolder;
background:#696969;
color:#ffffff;
padding:5px;
}
.history_table_head{
font-weight:bolder;
padding:5px;
}
.history_table_text,.history_table_cell{
font-weight:normal;
padding:5px;
}
}

@media screen and (max-width: 1150px){
.history_table{
width:100%;
border:1px solid #999999;
border-collapse:collapse;
border-spacing:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.history_table .hpin,.history_table .hprep,.history_table .hpout{
width:100%;
padding:2px;
}

.history_table .hpin .history_table_col, .history_table .hprep .history_table_col, .history_table .hpout .history_table_col{
display:block;
width:100%;
}
.history_table .hpin .history_table_cell, .history_table .hprep .history_table_cell, .history_table .hpout .history_table_cell{
display:block;
width:100%;
}

.history_table .hprep .history_table_cell .col1{
display:block;
width:100%;
}
.history_table .hprep .history_table_cell .col2{
display:block;
width:100%;
}

.history_table_col{
font-weight:bolder;
background:#696969;
color:#ffffff;
padding:5px;
}
.history_table_head{
font-weight:bolder;
padding:5px;
}
.history_table_text,.history_table_cell{
font-weight:normal;
padding:5px;
}
}



.stat_table{
width:250px;
border:0px none;
border-collapse:collapse;
border-spacing:1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.stat_table td{
border:1px solid #999999;
padding:3px;
}

.stat_table_col{
font-weight:bolder;
background:#696969;
color:#ffffff;
}

.stat_table_colh{
font-weight:bolder;
background:#2176cc;
color:#ffffff;
width:50px;
}

.stat_table_colv{
font-weight:bolder;
background:#999999;
color:#ffffff;
width:50px;
}

.stat_h{
position:relative;
left:0px;
top:0px; 
height:10px; 
overflow:hidden; 
z-index:1; 
background:#2176cc;
}

.stat_v{
position:relative;
left:0px;
top:0px;
height:10px;
overflow:hidden;
z-index:1;
background:#999999;
}

.stat_table_row{
background:#ffffff;
}

.stat_table_row:hover{
background:#efefef;
}

.stat_table_head{
font-weight:bolder;
background:#efefef;
}

.stat_table_cell{
font-weight:normal;
}

.selectbefore{
float:left;
line-height:26px;
vertical-align:middle;
margin-right:5px;
}

.error{
font-size: 12px;
font-weight:normal;
color:#ff0000;
}

.text{
font-weight: normal;
color: #424242;
}

.pager_table{
border:1px solid transparent;
border-collapse:separate;
border-spacing:2px;
}

.pager_table td{
padding:0px;
}

.pager a{
font-weight:normal;
}

.pager a:hover{
font-weight:normal;
}

.pager{
padding:10px 0px 10px 0px;
text-align:center;
margin:0 auto;
}

.pager_item a, .pager_item_selected a{
font-weight:bolder;
font-size:12px;
color:#424242;
display:block;
width:24px;
height:24px;
line-height:24px;
text-align:center;
background:#ffffff;
border:1px solid #e2e2e2;
border-radius:0px;
-webkit-border-radius:0x;
-moz-border-radius:0px;
text-decoration:none;
}

.pager_item_selected a, .pager_item a:hover, .pager_item_selected a:hover{
font-weight:bolder;
font-size:12px;
background:#2176cc;
color:#ffffff;
text-decoration:none;
}

#redirect{
position:fixed;
margin:0;
padding:0;
top:0;
left:0;
z-index:999;
text-align:left;
height:100%;
width:100%;
}

.redirect_overlay{
position:relative;
height:100%;
width:100%;
background:url(images/overlayw.png);
}

.redirect_container{
position:absolute;
left:50%;
top:50%;
margin-left:-150px;
margin-top:-50px;
width:350px;
padding:3px;
border:1px solid #999999;
background:#cbcbcb;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

.redirect_head{
font-weight:bolder;
color:#232323;
padding:6px;
text-align:left;
}

.redirect_body{
background:#ffffff;
padding:10px;
text-align:left;
}

.module_title{
font-size: 22px;
font-weight:normal;
color:#ffffff;
background:#2176cc;
padding:10px;
border-bottom:1px solid #dddddd;
border-left:1px solid #dddddd;
}

.module_content{
padding:20px;
}

.sub_title{
font-size: 13px;
font-weight:bolder;
color:#ffffff;
background:#696969;
padding:6px;
}

.subtitle{
font-size: 18px;
font-weight:bolder;
color:#2176cc;
padding:5px;
margin:10px 0px;
}

.icon{
background:url(images/icon_bgn.png) left top no-repeat #161616;
border:0px;
cursor: pointer;
margin:0px;
display:inline-block;
}

.addbutton{
display:block;
width:26px;
height:26px;
text-indent:-5000px;
background:url(images/add.png) left top no-repeat;
background-size:100%;
float:right;
border:1px solid #999999;
}
.delbutton{
display:block;
width:26px;
height:26px;
text-indent:-5000px;
background:url(images/del.png) left top no-repeat;
background-size:100%;
float:right;
border:1px solid #999999;
}

.item_table_row:hover img.icon,.form_table_row:hover img.icon{
background:url(images/icon_bgh.png) left top no-repeat #161616;
}

.icon:hover, .item_table_row:hover img.icon:hover, .form_table_row:hover img.icon:hover{
background:url(images/icon_bgh.png) left top no-repeat #0641b9;
}

.ficon{
width:26px;
height:26px;
display:inline-block;
}

.icon_nh{
border:0px;
}

.container{
width:100%;
margin:0px;
padding:0px;
}

.header{
width:100%;
height:100px;
background:url(images/head_fill.jpg) left top repeat-x #efefef;
z-index:5;
}

@media screen and (min-width: 1020px) {
.menu{
display:block !important;
}
.main_body.loggedin{
background:url(images/bg.png) left top repeat-y #ffffff;
}
.logo{
font-family: Helvetica, sans-serif;
position:absolute;
width:180px;
height:95px;
background:url(images/logo.png) left bottom no-repeat;
left:5px;
top:5px;
color:#232323;
font-size:36px;
font-weight:bolder;
line-height:36px;
padding-top:30px;
text-shadow:2px 2px #ffffff;
}
.logo span{
position:relative;
display:block;
font-size:16px;
font-weight:bolder;
text-align:right;
color:#2176cc;
top:0px;
left:10px;
line-height:16px;
}
.userbox{
position:absolute;
margin-left:215px;
margin-top:18px;
width:260px;
height:60px;
}
.languagebox{
position:absolute;
left:100%;
margin-left:-350px;
margin-top:28px;
width:200px;
height:60px;
text-align:center;
}
.languagebox .selectric{
margin-top:3px;
width:200px;
}
.languagebox .selectric .label{
text-align:center;
}
.logoutbox{
position:absolute;
left:100%;
margin-left:-150px;
margin-top:28px;
width:150px;
height:60px;
text-align:center;
}
.content{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1px 0px 0px 200px;
z-index:3;
background:url(images/top_fill.png) left top repeat-x;
}
.menu{
position:absolute;
margin-left:0px;
margin-top:0px;
background:url(images/top_left.png) left top no-repeat;
width:200px;
padding:0px;
padding-top:1px;
z-index:5;
}
.menuitem{
width:200px;
margin-bottom:1px;
}
.menuopener{
display:none;
}
.searchopener{ 
display:none;
}
#searchbar{
display:block !important;
}
}
@media screen and (min-width: 801px) and (max-width: 1019px){
.menu{
display:block !important;
}
.main_body.loggedin{
background:url(images/bg.png) left top repeat-y #ffffff;
}
.logo{
font-family: Helvetica, sans-serif;
position:absolute;
width:180px;
height:95px;
background:url(images/logo.png) left bottom no-repeat;
left:5px;
top:5px;
color:#232323;
font-size:36px;
font-weight:bolder;
line-height:36px;
padding-top:30px;
text-shadow:2px 2px #ffffff;
}
.logo span{
position:relative;
display:block;
font-size:16px;
font-weight:bolder;
text-align:right;
color:#2176cc;
top:0px;
left:10px;
line-height:16px;
}
.userbox{
position:absolute;
margin-left:215px;
margin-top:18px;
width:260px;
height:60px;
}
.languagebox{
position:absolute;
left:100%;
margin-left:-350px;
margin-top:28px;
width:200px;
height:60px;
text-align:center;
}
.languagebox .selectric{
margin-top:3px;
width:200px;
}
.languagebox .selectric .label{
text-align:center;
}
.logoutbox{
position:absolute;
left:100%;
margin-left:-150px;
margin-top:28px;
width:150px;
height:60px;
text-align:center;
}
.content{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1px 0px 0px 200px;
z-index:3;
background:url(images/top_fill.png) left top repeat-x;
}
.menu{
position:absolute;
margin-left:0px;
margin-top:0px;
background:url(images/top_left.png) left top no-repeat;
width:200px;
padding:0px;
padding-top:1px;
z-index:5;
}
.menuitem{
width:200px;
margin-bottom:1px;
}
.menuopener{
display:none;
} 
.searchopener{ 
display:none;
}
#searchbar{
display:block !important; 
}
}
@media screen AND (max-width: 800px) {
.main_body.loggedin{
background:#ffffff;
}
.logo{
font-family: Helvetica, sans-serif;
position:absolute;
width:180px;
height:55px;
left:15px;
top:5px;
color:#232323;
font-size:36px;
font-weight:bolder;
line-height:36px;
padding-top:5px;
text-shadow:2px 2px #ffffff;
}
.logo span{
position:relative;
display:block;
font-size:16px;
font-weight:bolder;
text-align:right;
color:#2176cc;
top:0px;
left:10px;
line-height:16px;
}
.userbox{
position:absolute;
top:60px;
width:100%;
height:60px;
padding:0px 15px;
}
.languagebox{
display:none;
}
.languagebox .selectric{
margin-top:3px;
width:200px;
}
.languagebox .selectric .label{
text-align:center;
}
.logoutbox{
display:none;
}
.content{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1px 0px 0px 0px;
z-index:3;
background:#ffffff;
}
.menu{
position:absolute;
left:0px;
top:100px;
background:#232323;
width:100%;
padding:0px;
padding-top:1px;
z-index:5;
display:none;
}
.menuitem{
width:100%;
margin-bottom:1px;
}
.menuopener{
display:block;
position:absolute;
right:15px;
top:10px;
width:30px;
height:30px;
text-indent:-5000px;
background:url(images/menug.png) left top no-repeat;
background-size:100%;
z-index:50;
}
.searchopener{
display:block;
position:absolute;
right:50px;
top:10px;
width:30px;
height:30px;
text-indent:-5000px;
background:url(images/search.png) left top no-repeat;
background-size:100%;
z-index:50;
}
#searchbar{
display:none; 
}
}

.mainmenuitem{
display:block;
font-weight:normal;
color:#999999;
background:#282828;
text-decoration: none;
padding:10px 9px 10px 35px;
background-repeat:no-repeat;
background-position:left top;
}

a.mainmenuitem:hover{
display:block;
color:#ffffff;
background:#2176cc;
background-repeat:no-repeat;
background-position:left bottom;
}

.submenuitem{
display:block;
font-weight:normal;
color: #333333;
text-decoration: none;
padding:10px 9px 10px 30px;
background:url(images/submenu.png) left top no-repeat #eeeeee;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}

a.submenuitem:hover{
display:block;
padding:10px 9px 10px 30px;
background:url(images/submenu.png) left bottom no-repeat #ffffff;
}

.submenuseparator{
display:block;
height:20px;
background:#eeeeee;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}

.start{
width:100%;
background:url(images/top_fill.jpg) left top repeat-x #ffffff;
padding-top:100px;
z-index:3;
}

.loginbox{
width:300px;
margin:0 auto;
border:1px solid #999999;
padding:1px;
background:#efefef;
-webkit-box-shadow:0px 0px 10px 0px rgba(120, 120, 120, 0.8);
-moz-box-shadow:0px 0px 10px 0px rgba(120, 120, 120, 0.8);
box-shadow:0px 0px 10px 0px rgba(120, 120, 120, 0.8);
}

.separator{
height:10px;
overflow:hidden;
}

.piccnt{
float:left;
margin:3px;
padding:2px;
border:1px solid #424242;
text-align:center;
}

.piccnt:hover{
background:#eeeeee;
}

.nodisplay{
display:none;
}

.nopad{
padding:0px !important;
}

.form{
padding:0px;
margin:0px;
border:0px;
}

a.button{
display:inline-block;
text-decoration:none;
line-height:1.5em;
}

.button{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#424242;
background:#cbcbcb;
border:1px solid #999999;
padding:3px 5px 3px 5px;
height:26px;
}
.button:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ffffff;
background:#2176cc;
border:1px solid #999999;
padding:3px 5px 3px 5px;
height:26px;
}
.nlbutton{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
padding:1px 1px 1px 1px;
font-weight: bold;
background-color: #transparent;
}

.cke_contents{
padding:4px 0px 4px 0px !important;
color:#424242 !important;
}
.cke_contents table, .cke_contents table tr, .cke_contents table tr td{
background-image:none !important;
}
form .error .cke-border{
border-color:#ff0000;
}

.textinput{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#424242;
background:#ffffff;
border:1px solid #999999;
padding:2px 4px 2px 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height:26px;
}
form error .textinput{
border-color:#ff0000;
}

.spaninput{
display:inline-block;
padding:5px 4px 4px 4px;
}

.textarea{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#424242;
background:#ffffff;
border:1px solid #999999;
padding:2px 4px 2px 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
form error .textarea{
border-color:#ff0000;
}

.selectricWrapper {
position: relative;
margin: 0;
width: 300px;
cursor: pointer;
font-size:1em;
display:inline-block;
float:left;
}
.selectricResponsive {
/*width:100%;*/
}
.selectric {
color:#424242;
border: 1px solid #999999;;
background: #ffffff;
position: relative;
text-align:left;
}
.selectric-required .selectric{
background-color:#f7f7f7;
}
.selectric .label {
display: block;
white-space: nowrap;
overflow: hidden;
margin: 0 30px 0 0;
font-size:1em;
padding:5px 4px 4px 4px;
color:#424242;
}
.selectric .sl_arrow {
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
font-size:1em;
padding:5px 3px 4px 3px;
text-align: center;
border-left:1px solid #999999;
background:#cbcbcb;
color:#424242;
}
.selectricHover .sl_arrow{
background:#2176cc;
color:#ffffff;
}
.selectricOpen {
z-index: 45;
}
.selectricOpen .selectricItems {
display: block;
}
.selectricDisabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.selectricHideSelect {
position: relative;
overflow: hidden;
width: 0;
height: 0;
}
.selectricHideSelect select {
position: absolute;
left: -100%;
display: none;
}
.selectricInput {
position: absolute !important;
top: 0 !important;
left: 0 !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
height: 1px !important;
outline: none !important;
border: none !important;
background: none !important;
}
.selectricTempShow {
position: absolute !important;
visibility: hidden !important;
display: block !important;
}
.selectricItems {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #ffffff;
border: 1px solid #999999;
z-index: -1;
text-align:left;
}
.selectricItems .selectricScroll {
height: 100%;
overflow: auto;
}
.selectricAbove .selectricItems {
top: auto;
bottom: 100%;
}
.selectricItems ul, .selectricItems li {
list-style: none;
padding: 0;
margin: 0;
font-size: 1em;
min-height: 20px;
}
.selectricItems li {
display: block;
padding: 0.333em;
color: #424242;
cursor: pointer;
}
.selectricItems li.selected {
background: #f7f7f7;
color:#424242;
border-top-color: #999999;;
}
.selectricItems li:hover {
background: #f7f7f7;
color:#424242;
}
.selectricItems li.disabled {
background: #f7f7f7;
color: #BBB;
border-top-color: #999999;;
cursor: default;
}
.selectricItems li.default {
display:none;
}
.selectric-halfinputl{
display:inline-block;
width:50%;
}

a.multiselect {
position: relative;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
text-decoration: none;
cursor: default;
height:26px;
padding:0;
color:#424242;
background:#ffffff;
border: solid 1px #999999;
}
a.multiselect:link, a.multiselect:visited, a.multiselect:hover, a.multiselect:active {
color:#424242;
text-decoration: none;
}
a.multiselect span.ms_text {
display:block;
padding:4px;
white-space: nowrap;
overflow: hidden;
}
a.multiselect span.ms_arrow{
float:right;
background:#cbcbcb;
color:#424242;
width:18px;
height:24px;
cursor:pointer;
border-left:1px solid #999999;
display:block;
text-align:center;
vertical-align:middle;
line-height:24px;
}
a.multiselect span.ms_arrow:hover, a.multiselect:hover span.ms_arrow, a.multiselect:hover span.ms_arrow:hover{
color:#ffffff;
background:#2176cc;
}
a.multiselect span.ms_arrow:after{
font-family:Arial;
content: "▼";
}
.multiselectOptions {
background: #ffffff;
border: solid 1px #999999;
margin-top: -1px;
overflow-y: auto;
overflow-x: hidden;
}
.multiselectOptions LABEL {
display: block;
padding: 3px 2px;
white-space: nowrap;
}
.multiselectOptions LABEL:hover {
display: block;
padding: 3px 2px;
white-space: nowrap;
background:#d4d4d4 !important;
}
.multiselectOptions LABEL.optGroup {
font-weight: bold;
}
.multiselectOptions .optGroupContainer LABEL {
padding-left: 10px;
}
.multiselectOptions.optGroupHasCheckboxes .optGroupContainer LABEL {
padding-left: 18px;
}
.multiselectOptions input {
vertical-align: middle;
}
.multiselectOptions LABEL.checked {
background-color:#ffffff;
}
.multiselectOptions LABEL.selectAll {
border-bottom: dotted 1px #999999;
}
.multiselectOptions LABEL.hover {
background-color:#d4d4d4;
color:#424242;
}
form .error .multiselect{
color:#ff0000;
border-color:#ff0000;
background:#ffffff;
}

.jdpicker_w{
display:inline;
margin-right:5px;
}
.jdpicker_w .date_selector * {
width: auto;
height: auto;
border: none;
background: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
font-size:12px;
}
.jdpicker_w .date_selector {
background: #FFF;
border: 1px solid #bbb;
padding: 5px;
margin: -1px 0 0 0;
position: absolute;
z-index: 100000;
display: none;
width:230px
}
.jdpicker_w .date_selector table{
width:210px;
margin-left:3px;
}
.jdpicker_w .date_clearer{
color: #a00;
padding-left:3px;
cursor:pointer;
font-weight:bold;
font-family:sans-serif
}
.jdpicker_w .date_selector_ieframe {
position: absolute;
z-index: 99999;
display: none;
}
.jdpicker_w .error_msg{
display:none;
text-align:center;
font-size:0.8em;
color:#666
}
.jdpicker_w .date_selector .nav {
width: 17.5em;
}
.jdpicker_w .date_selector .month_nav, .jdpicker_w .date_selector .year_nav {
margin: 0 0 3px 0;
padding: 0;
display: block;
position: relative;
text-align: center;
}
.jdpicker_w .date_selector .month_nav {
float: left;
width: 56%;
}
.jdpicker_w .date_selector .year_nav {
float: right;
width: 37%;
position:relative;
}
.jdpicker_w .date_selector .month_nav select {
width:75px;
margin: 0 auto;
border:1px solid #ccc;
position:relative;
top:1px
}
.jdpicker_w .date_selector .year_nav .year_input {
text-align:center;
width:36px;
border:1px solid #ccc;
position:relative;
top:2px
}  
.jdpicker_w .date_selector .month_name, .jdpicker_w .date_selector .year_name {
font-weight: bold;
line-height: 20px;
}
.jdpicker_w .date_selector .button {
display: block;
position: absolute;
top: 0;
width: 18px;
height: 18px;
line-height: 17px;
font-weight: bold;
color: #333;
text-align: center;
font-size: 120%;
overflow: hidden;
border: 1px solid #F2F2F2;
cursor:pointer;
}
.jdpicker_w .date_selector .button:hover, .jdpicker_w .date_selector .button.hover {
background: none;
color: #333;
cursor: pointer;
border-color: #ccc;
}
.jdpicker_w .date_selector .prev {
left: 0;
}
.jdpicker_w .date_selector .next {
right: 0;
}
.jdpicker_w .date_selector table {
margin:0 auto;
border-spacing: 1px;
clear: both;
}
.jdpicker_w .date_selector th{
padding-top:5px
}
.jdpicker_w .date_selector th, .jdpicker_w .date_selector td {
text-align: center;
color: black;
}
.jdpicker_w .date_selector th.week_label{
font-weight:normal;
font-style:italic;
font-size:80%;
width:25px
}
.jdpicker_w .date_selector .week_num, .jdpicker_w .date_selector .hover .week_num, .jdpicker_w .date_selector .selected .week_num{
font-style:italic;
color:#333 !important;
vertical-align:bottom !important;
text-align:right;
border:none !important;
font-size:70%;
background:#FCFCFC !important;
padding-right:4px;
}
.jdpicker_w .date_selector td {
border: 1px solid #ccc;
line-height: 2em;
text-align: center;
white-space: nowrap;
color: #003C78;
background: white;
}
.jdpicker_w .date_selector td.today {
background: #FFFEB3;
}
.jdpicker_w .date_selector td.unselected_month {
color: #ccc;
}
.jdpicker_w .date_selector td.selectable_day, .jdpicker_w .date_selector tr.selectable_week td {
cursor: pointer;
background:#cbcbcb;
border:1px solid #aaa;
color:#333
}
.jdpicker_w .date_selector td.selected, .jdpicker_w .date_selector tr.selected  td{
background:#065fb9;
color: white;
font-weight: bold;
}
.jdpicker_w .date_selector tr.selectable_week.hover td, .jdpicker_w .date_selector td.selectable_day.hover {
background:#2176cc;
color: white;
}
form .error .jdpicker_w input{
border-color:#ff0000;
background:#ffffff;
}

.radio, .checker, .radio *, .checker *, .uploader *{
margin:0;
padding:0;
}

div.uploader, div.uploader.disabled{
position:relative;
display:inline-block;
margin:0;
padding:0;
width:200px;
height:26px;
overflow:hidden;
cursor:default;
background:#ffffff;
border:1px solid #999999;
}
div.uploader:hover{
cursor:pointer;
}
div.uploader.disabled, div.uploader.disabled:hover{
background:#dadada;
}
div.uploader span.action{
display:inline;
float:right;
width:40px;
height:24px;
padding:2px 0px;
overflow:hidden;
font-size:12px;
font-weight:normal;
line-height:20px;
text-align:center;
color:#424242;
background:#cbcbcb;
border-left:1px solid #999999;
}
div.uploader:hover span.action, div.uploader span.action:hover{
color:#ffffff;
background:#2176cc;
}
div.uploader.disabled span.action{
background:#dfdfdf;
color:#676767;
}
div.uploader span.filename{
display:block;
float:left;
width:150px;
height:24px;
padding:4px;
overflow:hidden;
font-size:12px;
line-height:20px;
white-space:nowrap;
text-overflow:ellipsis;
cursor:default;
color:#424242;
}
div.uploader input{
position:absolute;
float:right;
top:0;
right:0;
bottom:0;
width:200px;
height:24px;
border:none;
cursor:default;
opacity:0;
filter:alpha(opacity=0);
}
form .error div.uploader{
color:#ff0000;
border-color:#ff0000;
background:#ffffff;
}

div.checker, div.radio{
display:inline-block;
position:relative;
width:19px;
height:19px;
}
div.checker span, div.radio span{
display:inline-block;
height:19px;
width:19px;
background-image:url(images/sprite.png);
background-repeat:no-repeat;
-webkit-font-smoothing:antialiased;
}
div.checker input, div.radio input{
display:inline-block;
width:19px;
height:19px;
opacity:0;
filter:alpha(opacity=0);
background:none;
}
div.radio, div.radio span, div.radio input{
width:18px;
height:18px;
}
div.checker span{
background-position:0px 0px;
}
div.checker span.checked{
background-position:-19px 0px;
}
div.checker.disabled span{
background-position:-38px 0px;
}
div.checker.disabled span.checked{
background-position:-57px 0px;
}
form .error div.checker span{
background-position:-76px 0px;
}
form .error div.checker span.checked{
background-position:-95px 0px;
}
div.radio span{
background-position:0px -19px;
}
div.radio span.checked{
background-position:-18px -19px;
}
div.radio.disabled span{
background-position:-36px -19px;
}
div.radio.disabled span.checked{
background-position:-54px -19px;
}
form .error div.radio span{
background-position:-72px -19px;
}
form .error div.radio span.checked{
background-position:-90px -19px;
}

.radio input:focus, .checker input:focus, .uploader input:focus, .textinput:focus, .textarea:focus{
outline:0;
}

label.srclabel{
display:inline-block;
float:left;
line-height:26px;
padding:0px 10px 5px 10px;
font-weight:bolder;
}
label.srclabel:first-child,label.srclabel.first{
padding-left:0px; 
}
.textinput.searchl{
display:inline-block;
float:left;
width:15%;
max-width:200px;
}
.selectric-searchselectl{
width:15%;
}
.selectric-orderselectl{
width:20%;
}

@media screen and (max-width: 800px){
label.srclabel{
display:block;
float:none;
width:100%;
padding-left:0px;
}
.textinput.searchl{
display:block;
float:none;
width:100%;
max-width:100%;
}
.selectric-searchselectl,.selectric-orderselectl{
width:100%;
float:none; 
}
.module_content{
padding:5px;
}
}

strong.bigger{
font-size:1.2em; 
}

img.respoleft{
float:left;
margin-right:1em;
margin-bottom:1em;
padding:0px;
border:1px solid #ffffff;
}

img.resporight{
float:right;
margin-left:1em;
margin-bottom:1em;
padding:0px;
border:1px solid #ffffff;
}

img.respohalf {
width:50% !important;
margin:0 auto;
margin-bottom:1em;
padding:0px;
border:1px solid #ffffff;
}

img.respofull {
width:100% !important;
margin-bottom:1em;
padding:0px;
border:1px solid #ffffff;
}

@media screen and (min-width:1001px) {
 img.respoleft, img.resporight{
  max-width:33% !important;
 }
}

@media screen and (min-width:801px) and (max-width:1000px) {
 img.respoleft, img.resporight{
  max-width:33% !important;
 }
}

@media screen and (min-width:481px) and (max-width:800px) {
 img.respoleft, img.resporight{
  float:none;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:1em;
  width:100% !important;
 }
}

@media screen and (max-width:480px) {
 img.respoleft, img.resporight, img.respohalf{
  float:none;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:1em;
  width:100% !important;
 }
}