body { background-color:#fff; font-family:Arial,Helvetica,sans-serif; font-size:11px; vertical-align:text-top; text-align: left; margin-top: 0px;  margin: 0px;height: 100%;}
html { height: 100% }
input, textarea { width: 120px; background-color: #FFFFFF; border: 1px solid rgb(88,89,91); font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif; color: rgb(88,89,91);}
table,tr,td{ margin:0; padding:0;}
label {width:120px; display: block; float:left; padding: 0 0 10px 0;}
select { width: 250px;}
.text { width: 300px; background-color: #FFFFFF; border: 1px solid #cccccc;}
.submitbutton { width: 100px; border: 1px solid #cccccc;}
h1, h2, h3, h4, h5, h6 { color: rgb(102,102,102); letter-spacing: 0.5px;	font-family: Tahoma,Arial, Helvetica, sans-serif;}
h1 {	font-size: 18px;  font-weight:normal;}
h2 {	font-size: 18px;}

p{ margin-top: 1.6em;}
ul, ol {margin-top: 1.5em; list-style:none; }

a { color: rgb(88,89,91);}
a:hover { text-decoration: none;}
a img { border: none;}

img.left { float: left; margin-right: 20px;}
img.right { float: right; margin-right: 20px;}
hr {	display: none;}


/* FRAME DEFINITION */
div#container{ width: 100%; margin: 0; padding: 0;  }

/* HEADER */
div#header { width: 1600px; height: 100x;  margin: 0px auto; }

/* HEADER MENU */
 .top-menu ul { float:left;	margin: 0;	padding: 0;	list-style: none; line-height: normal; font-size:11px;}
 .top-menu li { float:left; margin: 10px 0 0 10px;}
 .top-menu li a{ text-decoration: none; color: #fff;}
 .top-menu li a:hover{ text-decoration: underline;}



/* CONTENT */
div#wrapper{ width: 1600px;  margin: 0px auto; min-height: 100%; height:auto !important; height:100%; overflow: hidden !important;}


/*LOGIN BOX*/
div.loginBox {width: 300px; height: 150px; background-color:#fff; padding: 20px; margin: 0 auto;}
div.loginBox  label {width:150px; display: block;float: left; text-align: left; padding: 0 0 15px 0}

.clear{clear:both;}

.levelroot ul { float:left;	margin: 0;	padding: 0;	list-style: none; line-height: normal; font-size:11px;}
.levelroot li { float:left; margin: 10px 0 0 10px; color: #fff;list-style: none;}
.levelroot li a{ text-decoration: none; color: #fff;}
.levelroot li a:hover{ text-decoration: underline;}


.cell1{ background-color:#000; color:#fff; width:100px; margin: 0 5px 0 0; padding:10px;display: inline-block;font-weight:bold;}
.cell2,.cell3,.cell4,.cell5{ background-color:#000; color:#fff; width:130px; margin: 0 5px 0 0; padding:10px;display: inline-block;font-weight:bold;}
.row-cell1 { color:#000; width:100px; margin: 0 5px 0 0; padding:10px;display: inline-block;font-weight:normal;border-bottom: 1px solid #cccccc;}
.row-cell2,.row-cell3,.row-cell4,.row-cell5{ color:#000; width:130px; margin: 0 5px 0 0; padding:10px;display: inline-block;font-weight:normal;border-bottom: 1px solid #cccccc;}

.content-hidden{display:none;}
.content-show{}

.red{color:red;}
tr.violet td{ background-color:#ee82ee !important; }
tr.orange td{ background-color:yellow !important; }
tr.green td{ background-color:green !important; color:#fff; }
tr.green td a, tr.blue td a {color:#fff; }
tr.blue td{ background-color:blue !important; color:#fff; }
table.tablesorter tbody tr.even td.red, table.tablesorter tbody tr.odd td.red , table.tablesorter tbody tr td.red {
    background-color: red;
}

table.tablesorter tbody tr.even td.red a, table.tablesorter tbody tr.odd td.red a , table.tablesorter tbody tr td.red a{
	color:#fff;
}
.product-tabs-content .access tr .red:hover, .product-tabs-content .active  .red a:hover{ background-color: red; font-weight:normal; color:#fff; text-decoration: none; }
.green{color:green;}
.link_green{color:green;}


 /* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

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

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
} 

span.login-user { display:block; padding: 10px; float:right;  font-size: 13px}

span.uname {font-weight: bold;}

/* Login modul */
.loginBox {}
.loginBox .error { border: 1px solid #EB340A; padding: 10px; background: #FAEBE7; }

/* Product Tabs */
.product-tabs { padding-left:50px; }
.product-tabs li { float:left; border-right:1px solid #287aaa; border-top :1px solid #287aaa; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; border-left:1px solid #287aaa;}
.product-tabs li.last { border-right :1px solid #287aaa; }
.product-tabs a { display:block; padding:6px 15px; color:#444; text-decoration:none; font-weight:bold; }
.product-tabs a:hover { background-color:#bde2f5; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#287aaa; font-weight:bold; color:#fff; }
.product-tabs-content { border:1px solid #287aaa; padding: 15px 10px 15px 10px; clear:both;}
.product-tabs-content td { border-bottom :1px solid #ccc;}
.product-tabs-content .header {background-color: #287aaa; color: #fff; padding:3px 8px 3px 8px; text-transform:uppercase; font-weight: bold; }

.product-tabs-content .header_bottom {background-color: #287aaa; color: #fff; padding:3px 8px 3px 8px; text-transform:uppercase; font-weight: bold; }
.product-tabs-content .header_checkbox {background-color: #287aaa; color: #fff; padding:3px 0 3px 0; text-transform:uppercase; font-weight: bold; width:10px; }
.product-tabs-content .checkbox{ width:15px; border:none;}
.product-tabs-content .no-checkbox{ } /*width:15%;*/
.product-tabs-content a { display:block; color:#000; text-decoration: none; padding:padding: 3px 2px;}
.product-tabs-content a.link { text-decoration: underline;}
.product-tabs-content .no-value.header {background-color: #287aaa; color: #fff; padding:3px 0; text-transform:uppercase; font-weight: bold; width: 20px; }

.product-tabs-content .active,
.product-tabs-content .active  { background-color:#ddd; font-weight:normal; color:#444; text-decoration: none; }
.product-tabs-content tr:hover, .product-tabs-content .active a:hover{ background-color:#ddd; font-weight:normal; color:#444; text-decoration: none; }
.product-tabs-content .access tr:hover, .product-tabs-content .active a:hover{ background-color:#fff; font-weight:normal; color:#444; text-decoration: none; }
.product-tabs-content .access td { border-bottom :none; width:auto;}
.product-tabs-content h1{background-color:#287aaa; color:#fff; padding: 5px 10px; margin: 0 0 10px 0;}
.product-tabs-content .headline { background-color:#287aaa; font-weight:bold; color:#fff; padding:3px 8px 3px 8px;}
.product-tabs-content input { width: 250px; }
.pagniation{ float:left; font-size:12px; color: #333; width: 880px;}
#pageNavPositionTop{ padding: 3px 0 10px 0; float:left; }
#pageNavPositionBottom{ padding: 10px 0 20px 0; float:left;}
.each-page{ width:60px; font-size:12px; }
.show{ float:right; padding: 0; margin: 0; }
.total-records span,.show span{ padding:0 5px;}
.total-records{ float:left; padding: 8px 0 0 20px; margin: 0; }
.pg-normal {
	font-size:12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer; 
}
.pg-selected {
	font-size:12px;
	color: #287aaa;
	font-weight: bold;        
	text-decoration: underline;
	cursor: pointer;
	padding:3px 0 0 0;
}

button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#fff; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:28px; background:transparent url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.button span span a{color:#fff}

div.button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#fff; }
div.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
div.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
div.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
div.button span { float:left; height:28px; background:transparent url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; }
div.button span span { background-position:100% 0; padding:0 15px 0 9px; }


.search {padding: 10px 0; float:left; width: 100%;}
.search .input{background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; border:none; margin:0; line-height:23px; width: 176px; height: 23px;}
.search button.button span { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
.search button.button span span { padding:0 40px 0 34px; }

.export, .import {padding: 10px 0; float:left;}
.export .input, .import .input{background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; border:none; margin:0; line-height:23px; width: 176px; height: 23px;}
.export button.button span, .import button.button span  { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
.export button.button span span, .import button.button span span { padding:0 40px 0 34px; }

.googlemap {padding: 10px 0; float:right;}
.googlemap .input{background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; border:none; margin:0; line-height:23px; width: 176px; height: 23px;}
.googlemap button.button span { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
.googlemap button.button span span { padding:0 40px 0 34px; }

.show-row{display:block;}
.hide-row{display:none;}
#pagedisplay {float:left;}
input.pagedisplay{width: 30px; border:1px solid #ccc; height: 15px;}
#pager{float:left; width: auto; padding:5px 0;}
#pager img, #pager span, #pager input, #pager select{float:left;}
#pager select{ width: 50px; margin: 0 0 0 10px; color: #444444; font-size: 11px;}
#pager img { height: 20px; width: 20px; padding: 0 2px; cursor: pointer; }
#pager .page{padding:2px 5px 0 5px; font-size:12px; height: 20px; color: #444444;}
#pager .view{padding:2px 0px 0 25px; font-size:12px; height: 20px; color: #444444;}

.filter tr, .filter tr:hover{background: none; color: #444444; font-size: 11px; border: none;}
.filter td { border: none; line-height:23px; }
.filter span{height:30px; line-height:30px; padding: 0;}

.visit_check td{ border:none; }
.visit_check tr{}
.visit_check tr,.visit_check tr:hover{ background-color:#fff; color: #444444;}

.messenger td{ border:none; }
.messenger tr:hover{background-color:#fff;}
.messenger tr,.visit_check tr:hover{ background-color:#fff; color: #444444;}
.messenger input, .messenger textarea, .messenger select { border:1px solid #ddd; padding:2px; margin-bottom: 5px; width: 250px;}
.messenger textarea { height: 200px; width: 300px;}
.messenger input { width: 300px; }
.bold{font-weight: bold;}

.filter-input{width: 120px;}

.branches_header td{ color: #3D3D3D;	padding: 4px; background-color: #FFF; vertical-align: top; }

.report {}
.report span { display: inline-block; width: 200px; line-height: 20px; padding: 5px; float: left;}
.report input, .report select { width: 200px; }

#loader{ display:block ; background: url(../images/ajax-loader.gif) no-repeat 50% 30px #fff;  height: 100px;  width: 200px;  position: absolute;   z-index: 1000;  left: 50%;  top: 100px; margin: -25px 0 0 -25px; padding: 20px; }
#loader span { padding:20px; margin-top:30px;  height: 100px;  width: 200px; display:inline-block;}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    font-size: 6pt!important;
}

table.tablesorter {
    font-family: arial;
    font-size: 7pt!important;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}

/* google map*/
#map-canvas { height: 100% }
#map-canvas.show { height: 500px; display: inline-block; width:100% }
#map-canvas.hide { height: 500px; display: none; }

