/* main styles */
html{
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
	border:0px;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
}
img{
	border: 0px;
}
a {
	color: #5f6f84;
	text-decoration: none;
        cursor: pointer;
}
a:hover {
	color: #2a333f;	
	text-decoration: none;
        cursor: pointer;
}
input.error{
	background: #FFDFE0;
}
label.error{
	padding-left: 5px;
	color: #FF0000;
}
#ui-datepicker-div{
	z-index:1010;
}

#jqg_empty_row{
	height: 60px;
	background: #CCCCCC;
}
.cascade-loading {
	background: transparent url(../images/indicator.gif) no-repeat center; 		
}
.header_div{
	padding: 0px;
	height: 50px;
	background: #EFF3FF;
}
.menu_div{
	margin: 0px;
	width:200px;
}
.main_div{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.main_page{
	text-align:center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.error_div{
	font-size: 12px;
	padding-left: 70px;
	background: #ffffff;
	border: 1px solid #afb3b8;
	background-image:url(../images/warning_sign.png);
	background-position: left center;
	background-repeat:no-repeat;
	height: 70px;
	width:100%;
}

.error_message{	
	padding: 10px;
}
.system_message {
	display: none;
	padding-left: 70px;
	margin-top: 1px;
	margin-bottom: 12px;
	background: #ffffff;
	border: 1px solid #afb3b8;
	background-image:url(../images/ex.png);
	background-position: left center;
	background-repeat:no-repeat;
	height: 70px;
	width:100%;
}

.msg{
	font-weight: bold;
}

.validation_error{
	display: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFDFE0;
	border: 1px solid #D1D7DF;
}
.footer_div{
	padding: 10px;
	background: #D1D7DF;
	text-align:right;
}
.tab_container{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #afb3b8;
	border-left: 1px solid #afb3b8;
	border-right: 1px solid #afb3b8;
	border-top: 1px solid #afb3b8;
	background: #f3f5f9;
	margin-top:1px;
	background-image:url(../images/fon4.png);
	background-position:top;
	background-repeat:repeat-x;
}

.tab_menu{
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 10px;
	min-height: 60px;
	line-height: 60px;
	background: #f3f5f9;
	background-image:url(../images/fon4.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom: 1px solid #afb3b8;
}

.tab_menu .menu_item{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.tab_menu .menu_item:hover{
	background: #f3f5f9;
}

/* Layout */

/*.col1 {
	background-color:#ffffff;
	width: 210px;
	position: absolute;
	top: 50px;
	left: 0px;
	clear:both;
}
.col2 {
	width: auto;
	background-color:#ffffff;
	padding-left: 210px;
}
#footer {
    width:100%;
	position: relative;
}*/

/* custom form and inputs */

select{
	margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
select:focus{
	margin: 0px;
	padding: 1px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}
input{
	margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
/*.default_sp{
	margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#E1FFDF;
} */
input:focus{
	margin: 0px;
	padding: 1px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}
input[type="button"] {
    margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
input[type="button"]:hover {
    margin: 0px;
	padding: 1px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}

input[type="button"].red_button {
    margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#FF0000;
} 
input[type="button"]:hover.red_button {
    margin: 0px;
	padding: 1px;
    border: solid 1px #a0a0a0;
    background-color: 	#FA8072;
}

input[type="submit"] {
    margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
input[type="submit"]:hover {
    margin: 0px;
	padding: 1px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}
textarea{
	margin: 0px;
    padding: 1px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
textarea:focus{
	margin: 0px;
	padding: 1px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}
input[type="image"] {
    border: 0px;
} 
input[type="image"]:focus {
    border: 0px;
}

.input_form tr {height: 40px;}
.input_form td.rightcol{width: 90%; min-width: 700px; padding: 5px; vertical-align:top;}
.input_form td.rightcol_sm{padding: 5px; vertical-align:top;}
.input_form td.leftcol {width: 10%; min-width: 100px; padding: 5px; vertical-align:top;}
.input_form .form_fieldset {padding:10px;border: 1px solid #D1D7DF;background: #f3f4f9}
.input_form .container {background: #f6f8ff; border: 1px solid #87868F; padding: 5px}
.input_form .container select {width: 250px;}

/*.grid_table {
	width: 100%;
}
.grid_table tr {
	height: auto;
	font-size:10px;
}
.grid_table div {
	height: auto;
	font-size:10px;
}*/

.white {padding:10px;border: 1px solid #D1D7DF; background: #f3f4f9}

.hidden{
	display:none;	
}

/* hidden div for modal dialog */

/*.modal_form{
	display:none;	
}*/

/*#simplemodal-overlay {
	background-color:#FFF;
	z-index:1000;
}*/

/*#modal-container{
	background-color:#333; 
	padding: 10px;
	z-index: 1001;
	color: #FFF;
	font-size: small;
	text-align: right;
}*/

/*#modal-fieldset{
	background-color:#333; 
	color: #000;
	background: #FFF;		
}*/

/*#modal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:11px;
	height:11px;
	display:inline;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1002;
}*/


/* span calling js */

/*.jscontroller{
	font-size:12px;
	cursor:pointer;
}*/

/* floats */

/*.left{
	float:left;	
}
.right{
	float:right
}
.clear{
	clear:both;	
}*/

/* tables (tablesorter) */
table.tablesorter {
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr{
	height: 25px;
	min-height: 25px;
	color: #ffffff;
	line-height: 25px;
	background-image: url(../images/fon3.png);
	background-position: right;
	background-repeat: repeat-x;
	background-color:#000;
}
table.tablesorter thead th{
	padding-left: 10px;
	padding-right: 15px;
}
.tablesorter_antetka{
	border-left: 1px solid #FFF;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td{
	border-bottom: 1px solid #afb8c5;
	border-left: 1px solid #afb8c5;
	padding: 2px;
}
.tablesorter-td-last{
	border-bottom: 1px solid #afb8c5;
	border-left: 1px solid #afb8c5;
	border-right: 1px solid #afb8c5;
	padding-left: 5px;
}
table.tablesorter tbody tr {
	background-color: #ffffff;
	vertical-align:middle;
}
table.tablesorter tbody tr.odd{
	background-color:#f4f7ff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.png);
	background-position: right;
	background-repeat: no-repeat;
height:100%;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.png);
	background-position: right;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	
}
table.tablesorter tbody tr.hover{
	background: #e2e6f0;
}



/* tables (info) */
/*table.information_table {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	border: 1px solid #D1D7DF;
}
table.information_table thead tr th{
	background-image:url(../images/fon1.png);
	background-position:center;
	background-repeat:repeat-x;
	height: 28px;
	padding-left: 15px;
	color:#FFF;
}
table.information_table tbody tr {
	background-color: #ffffff;
	vertical-align: top;
}
table.information_table tbody tr td{
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}*/

/*table.contact_table {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: 1px solid #D1D7DF;	
}
table.contact_table thead tr th{
	background-image:url(../images/fon2.png);
	background-position:center;
	background-repeat:repeat-x;
	height: 22px;
	padding-left: 15px;
	color:#FFF;
	vertical-align: middle;
}
table.contact_table tbody tr {
	background-color: #ffffff;
	vertical-align: top;
}
table.contact_table tbody tr td{
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}*/

/*.search_table{
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: 1px solid #afb3b8;
	height: 50px;
}*/

/*.report_table{
	width: 100%;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: 1px solid #afb3b8;
}*/

/*.search_input{
	width: 200px;
	height: 18px;
}
.search_select{
	width: 110px;
	height: 21px;
}
.search_button{
	width: 200px;
	height: 18px;
	border: 1px solid #F00;
	margin-left: 15px;
}*/

/*.order_service_button{
	margin: 0px;
    padding: 3px;
	font-size: 14px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
}*/

/*.dot1{
	background-image:url(../images/dot1.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 8px;
	width: 8px;
	display:inline-block;
	margin-right: 8px;
	vertical-align: baseline;
}
.dot2{
	background-image:url(../images/dot1.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 8px;
	width: 8px;
	margin-right: 0px;

}*/

/* tooltips css*/
/*#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }*/

/* autocompleter css*/
/*.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}*/
/*.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}*/
/*.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;*/
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/ /*not to be uncommented!*/
/*	font: menu;
	font-size: 12px;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
/*	line-height: 16px;
	overflow: hidden;
}*/
/*.ac_loading {background: white url('indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #0A246A;color: white;}*/

/* sd menu */

div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 21px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color: #FFF;
	background: #3F3F3F url(../images/expanded.png) no-repeat 0px center;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
	
}
div.sdmenu div.collapsed span {
	background: #3F3F3F url(../images/collapsed.png) no-repeat 0px center;
}
div.sdmenu div a {
	padding: 2px 10px;
	background: #EFF3FF;
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #000;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : url(../images/menu_sel.png) no-repeat right center;
	color: #000000;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : url(../images/menu_sel.png) no-repeat right center;
	color: #000000;
	text-decoration: none;
}

/*** tabs style ***/
/*.tabs {
	margin: 0;
	padding: 0;
	padding-left: 13px;
}
.tabs li { 
	display:inline-block; 
	padding: 10px;
	height: 16px;
	background-image:url(../images/fon3.png);
	background-position:center;
	background-repeat: repeat-x;
	color:#FFF;
	margin-right: 2px;
	cursor: pointer;
	font-weight:bold;
}
.tabs li:hover{ 
	display:inline-block; 
	background-image:url(../images/fon2.png);
	background-position:center;
	background-repeat: repeat-x;
	cursor: pointer;
}
.tabs li.selected { 
	display:inline-block; 
	padding: 10px;
	height: 16px;
	background-image:url(../images/fon1.png);
	background-position:center;
	background-repeat: repeat-x;
	color:#FFF;
	cursor: pointer;
}
.tabs li a {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}*/


/* CSS for jquery.picklists.js */
.pickListContainer { /* this class gets added to the container */
	padding:10px;
	border: 1px solid #D1D7DF;
	background: #f3f5f9
}
.pickListContainer .pickListButtons {
	/* this is a div that gets added between the select boxes and holds the buttons */
	display: block;
	text-align: center;
	visibility: visible;
}
.pickListContainer select {
	/* you can style the selects within the container specifically */
	display: block;
	height: 9em;
	width: 100%;
	clear: both;
}
.pickListContainer button {
    margin: 13px 10px 0px 10px;
    padding: 2px;
    border: solid 1px #c8c8c8;
	background-color:#EFF3FF;
} 
.pickListContainer button:hover {
    margin: 13px 10px 0px 10px;
	padding: 2px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
}
.pickListContainer button img {
	margin-bottom: 0;
}
.pickListContainer div {
	clear: both;
}
#pickList_fieldset option[disabled] {
	background-color: #D1D7DF;
	color: #000;
}

/* calendar css */
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}
#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}
#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}
#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}
#calendarDiv td{
	text-align:right;
	cursor:pointer;
}
#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}


/*.invoice_underline_cell{
	
	border-bottom: thin;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}
.invoice_underline_cell_header{
	
	border-bottom: thin;
	border-bottom-color: #00BFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}*/

.loading_div{
	font-size: 12px;
	font-weight: bold;
	z-index: 999;
	background: #FF0000;
	color: #FFFFFF;
	position:fixed;
	top:0;
	left:0;
	width: 100px;
	padding: 5px;
}
.toggle_menu_div{
	z-index: 800;
	position:fixed;
	top:0px;
	left:0px;
	width: 25px;
	height:100%;
	background: url("../images/fon4.png") repeat-x scroll center top #F3F5F9;
	border-right: 1px solid #AFB3B8;
}
.menu_bullet{
	width:16px;
	height: 8px;
	background: url("../images/dot2.png") no-repeat;
	background-position:center;
}

/* Lora >>> */

.no_rec_div{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AFB3B8;
	padding: 5px;
	text-align: left;
        clear: both;
}
.account_info_table{
	width: 350px;
	background: #F3F5F9;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 2px;
	border: 1px solid #afb3b8;
	height: 50px;
	float:right;
}
.account_info_table tr td{
	padding-right:10px;
	font-size:12px;
}
.account_info_table_label{
        text-align: right;
        width:44%;
        font-weight:bold;
        color:#4e4e4e;
}
#page_title{
        font-weight: bold;
        font-size: 20px;
        margin-left: 1px;
        margin-top: 18px;
        float: left;
}
#page_logo {
        float:left;
        margin-left:-15px;
        margin-top: 0px;
/*         margin-top:9px; */
}
#lang_bar {
        clear: both;
        text-align: right;
        margin-bottom: 7px;
        margin-right: 5px;
}
.lang_form {
        display: inline;
}
.lang_selector {
        cursor: pointer;
}

.refresh {
        padding-right: 2px;
        padding-top: 10px;
}

.tooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:5px;
    color:#fff;
    font-size:10px Arial;
}

/* >>> Lora */

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

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

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

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