

*{
	box-sizing: border-box;
	position: relative;
}
html{
	font-family: helvetica, Verdana, Arial, "Sans Serif";
	font-weight: normal;
	height: 100%;
	width: 100%;
	font-size:14px;
}
#mainWindow{min-width: 800px;}/* min-height of the html of the main window*/
body{margin:0;padding:0;height:100%;width:100%;}

/*------------------------------ HEADER --------------------------------*/
#headerPanel{
	width: 100%;
	height:50px;
}
#headerLeft,#headerRight{float:left;height:100%;}
#headerLeft{width:50%;padding-left:20px;}
#headerLeft>div{float:left;}
#headerLeft>#compLogo{width:40px;height:40px;margin-right:10px;}
#headerLeft>#compLogo>img{width:100%;height:100%;}
#headerRight{width:50%;}
#headerRight>div{height:100%;float:right}
#headerRight>#dateUser>div{height:50%;}
#headerRight>#dateUser>div>span{top:4px;}
#headerRight>#dateUser>div>#duDate{font-style:italic;}
#headerRight>#disButt{width:50px;margin:0 15px;}
#headerRight>#disButt>a{line-height:40px;width:40px;top:5px}
#headerRight>#disButt img{height:40px;width:40px;border:0;}
#version{font-size:0.9em;margin-left:8px;padding-top:5px;}
#searchPanel{float:right;height:30px;margin-right:15px;}
#searchPanel>input{height:30px;vertical-align:top;}
#searchButton{width:30px;}
#searchField{width:154px;}
.miImg{
	background-size: 100% 100%;
	height:71px;
	margin:auto;
	width:71px;
}
.miText{text-align:center;font-size:0.95em;margin-top:5px;color:#fff;}
#miWrap{
	display:inline-block;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform:translate(-50%,0);
	left:50%;
}
#miWrap>a{
	float:left;
	margin:5px;
	width:88px;
}
#miWrap>a:hover>.miText:not(#miSelText){text-decoration:underline;}
#miWrap>a:hover>.miImg{opacity:0.5;}
#miWrap>a.inactive{opacity:0.25;}
#menuPanel{
	width: 100%;
	height: 155px;
}
#alert_icon{
	background-size:100% 100%;float:right;height:34px;width:34px;overflow:visible;
	display:inline-block;
}
#alert_number{
	background-color:#e00;color:#fff;position:absolute;left:20px;height:20px;
	width:20px;border-radius:10px;font-size:11px;text-align:center;vertical-align:top;
	line-height:20px;top:6px;
}
/*------------------------------ SUB-MENU --------------------------------*/
#sub-menu{width:100%;}
#sm-title,#sm-comment{height:35px}
#sm-body{min-height: 50px;}
.sm-item {cursor:pointer;padding:7px;margin:15px 0 15px 7px;float:left;width:160px;text-align:center;}
.rmm .sm-item {margin-top:0;margin-bottom:0;}
#sm-path-label,#sm-path{float:left;height:100%;line-height:35px;padding:0 10px;}
#sm-path-label{margin-left:7px;}
#sm-comment{font-style:italic;line-height:35px;padding:0 10px;}
#sm-period{float:right;height:100%;margin-right:7px;}
.rmm{float:right;margin:15px 7px;height:100%;}

/*------------------------------ HOME --------------------------------*/
.hc-group{margin:0 auto 70px auto;width:90%;}
.hc-head{
	/*background-color:#777;*/
	background-color:#aaa;
	font-size:1.120em;
	margin-bottom: 5px;
	padding:7px 5px;
}
.hc-group .hc-body div{}
.hc-group .hc-body div:not(.hc-head) span:last-child{float:right;font-weight:normal;color:#008}
.hc-head span:last-child{float:right;}
.hc-body{padding:7px;/*height:344px;*/}
.hc-line{padding:3px 0}
.hc-inner-line{padding:6px 5px}
.hc-footer{height:8px;}
.hc-odd-inner{}

/*------------------------------ FOOTER --------------------------------*/
#footerPanel{bottom:0}
#fp-main{
	width: 100%;
	height: 70px;
}
#fp-copyright{text-align:center;}
.fp-bottom{height:3px;width:100%;margin:3px 0}

/*------------------------------ MAIN CONTAINER --------------------------------*/
#mainFrame{
	margin:0;
	min-height:496px;/*414px;*/
	padding-top: 9px;
	display:block;
	overflow-y: visible;
}
.but-add{
	background-color:#09f;color:#fff;border:1px solid #09f;height:30px;line-height:28px;
	width:110px;text-align:left;border-radius:15px;padding:0;padding-right:6px;
	display:inline-block
}
.but-add:before{
	content:"+";height:28px;width:28px;display:inline-block;border-radius:14px;position:relative;
	background-color:#0bf;text-align:center;margin-right:8px;
	color:#fff;
}
.ale-header{padding:5px 10px;border-bottom:2px solid #fa0;color:#555}
#ale-legend{margin:7px 0;padding-left:15px}
#ale-legend div:not(.clearance){float:left;height:20px;line-height:20px}
.ale-leg-sq{width:40px;margin:0 7px 0 15px;border:1px solid #ddd}
#popup_background,#popup_overlay{
	position:fixed;top:0;left:0;height:100%;width:100%;display:none;
}
#popup_background{
	opacity:0.5;background-color:#000;z-index:1000;
}
#popup_overlay{
	z-index:1001;
}
#popup_box{
	margin:auto;width:370px;min-height:200px;background:#fff;opacity:1;padding:7px;
	box-shadow: 0 0 50px #ccc;border:1px solid #555;
}
#popup_msg{margin:0;}
#popup_close>div:not(.clearance){
	float:right;font-size:16px;cursor:default;border:1px solid transparent;line-height:27px;
	border-radius:3px;width:27px;height:27px;text-align:center;
}
#popup_close>div:hover{
	border-color: #ddd;
}
#rent-side-bar{
	float:left;padding:10px;border-right: 1px solid #ddd;height:100%;width:200px;
	background-color:#fefefe;
}
.rsb-item{padding:5px 10px;margin:10px 0;border-left:3px solid transparent;cursor:default;}
.rsb-item:hover{color:#5af;}
#rsb-sel{border-left-color:#5af;border-bottom:1px solid #5af;}
.input-xs{width:50px;text-align:right;}
.list_2{border-radius:7px;}
.list_2>thead>tr{background-color:#abc;color:#036;border:1px solid #89a;}
.list_2>thead>tr>td{border-right:1px solid #cde}
.list_2>thead>tr>td:last-child{border-right-color:#89a}
.list_2>tbody>tr{}
.list_2>tbody>tr>td:not(:last-child){background-color:#fdfeff;border-bottom:1px solid #cde;
	border-right:1px solid #cde;border-left:1px solid #cde;
}
#ins-table{margin:auto}
#ins-table>tbody>tr>td:first-child,#tax-table>tbody>tr>td:first-child{text-align:left;}
#tax-table{margin:auto;width:700px;}
#dep-details{width:100%;max-width:1000px;margin:auto;text-align:center;border-collapse:separate;
	border-spacing:10px;
}
#dep-details>tbody>tr.dep-det-odd>td{background-color:#c6d7e8;color:#036;border-radius:15px;
	border-bottom:2px solid #567;
}
#dep-details>tbody>tr.dep-det-even>td{color:#e70;border-bottom:1px solid #950;height:40px;}


.mainForm{width:100%}
.draft-new-butt{
	display:inline-block;
	height:30px;
	margin:0 15px;
	width:160px;
}
.draft-new-butt>img{
	height:100%;
	width:100%;
}
.syntTable>tbody>tr>td{white-space: nowrap;}
table{border-collapse:collapse;}
table thead{
	/*background-color:#777;*/
	background-color:#abc;/*#d0d0d0;*/
	/*color:#fff;*/
	color:#025;
	cursor:default;
	text-align: center;
}
table.list>tbody>tr:nth-child(even){background-color:#eee;}
table tbody td table{width:100%;}
table.list tr td,table table tr td{
	border:solid 1px #888;
}
table.list>tbody>tr>td:first-child{border-left-color:transparent}
table.list>tbody>tr>td:last-child,table.list tr td.bicon-td{border-right-color:transparent}
h2,h3{font-weight:normal;}
table td, table th{padding:7px 5px;}
.icon1{
	cursor:pointer;
	margin-left:0px;
	border: 1px solid transparent;
	border-radius: 3px;
	padding:3px;
	color:#090;
}
.icon2{width:26px;height:26px;display:inline-block;background-size:100% 100%;border:none;
	background-color:transparent;
}
.icone2:hover{border:1px solid #ccc}
table.list tr td.icon1-td{
	background-color:#fff;
	border-color:#fff;
	z-index: 2;
}
table.list2>tbody>tr{border-bottom:1px solid #ddd;}
table.list2>thead>tr>td{border:1px solid #eaeaea;border-top:none;border-bottom:none}
.txtAR{text-align:right}
.txtAC{text-align:center}
.txtAL{text-align:left}
.icon1:hover{
	background-color:#eee;
	border-color: #888;
}
.dmcolumn{
	padding: 0 15px;
}
.dmcolumn, .dcolumn, .home-column{width:25%;float: left;}
.dcolumn{
	font-size: 1em;
	margin-top: 22px;
	padding:0 15px;
	height: 32px;
}
.dcolumn>span:first-child{width:50%;display:inline-block}
.dcolumn>span:last-child{font-weight:bold;}
.dcolumn>span>span{float:right;}
a.link:hover{cursor:pointer;text-decoration:underline;color:blue;}
.rsltR{
	float:right;
	margin-top:30px;
	padding:15px 0;
	text-align:center;
	border-radius:5px;
	min-width:150px;
	font-weight:bold;
	font-size:1.2em;
}
.err{font-size:0.8em;color:red;font-style:italic;}
.resBut{
	display:inline-block;
	margin:auto;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform:translate(-50%,0);
	left:50%;
}
.draftBut{padding:10px;display:inline-block;border:1px solid #a80;color:#fff;
	background-color:#fa0;border-width:1px 2px 2px 1px}
.draftButSel{background-color:#fff;color:#fa0;border-width:2px 1px 1px 2px}
.setEdit a,.setEdit span{color:#00f;cursor:pointer}
.setEdit a:hover,.setEdit span:hover{text-decoration:underline;}
.setEdit a img,.setEdit span img{margin-right:5px;vertical-align:middle}
/*-----------------------------------------*/
hr.v-break{margin: 3px 0 10px 0}
.clearance{clear: both}
.input-w{width:173px;}
.input-m{width:100px;}
.v-center, .v-center2{
	position: relative;
	top: 50%;
	-ms-transform: translate(0,-50%); /* IE 9 */
   	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%);
}
.v-center2{display:inline-block;margin:0 3px;vertical-align:top;}
.asterix{
	font-size: 1.1em;
	vertical-align: text-top;
}

/***************** BUTTONS ********************/

/*Default Button*/
[class*="btn"]{	
	/*background-color: #777;*/
	background-color: #aaa;
	border: solid 1px transparent;
	border-bottom: solid 2px #555;
	color: #fff;
	cursor: pointer;
	display:inline-block;
	font-family: helvetica, Verdana, Arial, "Sans Serif";
	padding:7px;
	text-align:center;
	vertical-align: top;	
}
[class*="btn"]:hover{background-color: #bbb;}
.SMB{
	border: solid 2px;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 1em;
	margin: 10px 0;
	padding:7px;
	text-align:center;
	vertical-align: top;
	width: 78%;
}
.select {
	display: inline-block;
	position: absolute;
	z-index: 999;
}
.select .SSelection{
	background-color:#fa0;
	border: 1px solid #888;
	border-radius: 4px;
	cursor: default;
	display: block;
}
.select .SSelection div:not(.clearance){
	display: block;
	padding: 5px;
}
.select .SSelection .SSelected{float:left;}
.select .SSelection .SArrow{
	border-left: 1px solid #888;
	float: right;
	text-align: center;
	width: 26px;
}
.select .SDrop, .select .SDrop ul ul{
	background-color: #ccc;
	border: 1px solid #888;
	cursor: default;
	max-height: 200px;
	overflow-y: auto;
	overflow-x:visible;
}
.select .SDrop{height: 0;border-top-color: transparent;}
.select .SDrop ul{list-style:none;padding:0;overflow-x:visible;}
.select .SDrop ul li{
	padding: 4px 5px 4px 20px;
}
.select .SDrop ul li:hover{
	background-color: #eee;
}

/*Border Radius sizes -br*/
[class*="btn"][class*="-br1"]{border-radius:2px;}
[class*="btn"][class*="-br2"]{border-radius:4px;}
[class*="btn"][class*="-br3"]{border-radius:6px;}
[class*="btn"][class*="-br4"]{border-radius:8px;}
[class*="btn"][class*="-br5"]{border-radius:10px;}
[class*="btn"][class*="-br6"]{border-radius:12px;}
[class*="btn"][class*="-br7"]{border-radius:14px;}
[class*="btn"][class*="-br8"]{border-radius:16px;}
[class*="btn"][class*="-br9"]{border-radius:18px;}
[class*="btn"][class*="-br10"]{border-radius:20px;}
[class*="btn"][class*="-br11"]{border-radius:22px;}
[class*="btn"][class*="-br12"]{border-radius:24px;}
/*Rounded Corners -rc*/
[class*="btn"][class*="-rc12"]{border-bottom-left-radius:0;border-bottom-right-radius:0;}
[class*="btn"][class*="-rc23"]{border-top-left-radius:0;border-bottom-left-radius:0;}
[class*="btn"][class*="-rc34"]{border-top-left-radius:0;border-top-right-radius:0;}
[class*="btn"][class*="-rc14"]{border-top-right-radius:0;border-bottom-right-radius:0;}
[class*="btn"][class*="-rc13"]{border-bottom-left-radius:0;border-top-right-radius:0;}
[class*="btn"][class*="-rc24"]{border-top-left-radius:0;border-bottom-right-radius:0;}
/*Button Sizes -bs*/
[class*="btn"][class*="-bs1"]{font-size:10px;padding:5px;}
[class*="btn"][class*="-bs2"]{font-size:12px;padding:6px;}
[class*="btn"][class*="-bs3"]{font-size:14px;padding:7px;}
[class*="btn"][class*="-bs4"]{font-size:16px;padding:8px;}
[class*="btn"][class*="-bs5"]{font-size:18px;padding:9px;}
[class*="btn"][class*="-bs6"]{font-size:20px;padding:10px;}
[class*="btn"][class*="-bs7"]{font-size:22px;padding:11px;}
/*Shadow Types -st*/
.btn-sh1{}
/*Shadow Sizes -ss*/

/*Button Types -bt*/
.btn-tp1{}
.btn-btclose{
	cursor:default;
	height:12px;
	width:12px;
	font-family:;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	vertical-align:text-top;
	padding:0;
}
/*Button Colors -bc*/

[class*="btn"][class*="-bcblue"]{background-color:#09f;border-bottom-color:#059;}
[class*="btn"][class*="-bcblue"]:hover{background-color:#0af;}
[class*="btn"][class*="-bcgold"]{background-color:#f90;border-bottom-color:#940}
[class*="btn"][class*="-bcgold"]:hover{background-color:#fa0;}
/*Text Colors -tc*/


/****************** CONTAINERS ****************/
.container{overflow: auto;}

/****************** PAGE CONTROLLERS ****************/
.SSub{display:none;}
#topSettings{
	float: right;
	height: 100%;
	position: relative;
	width: 30%;
}
#topSettings div{
	float: right;
	padding: 10px 30px 10px 0;
}
#topSettings div:hover{
	cursor: default;
}
#menuPanel div.wrap{
	position: relative;
	top: 2.5%;
}
#mainMenu{
	font-size: 1.183em;
	display: inline-block;
	height: 100%;
	left: 50%;
	margin: 0 auto;
	position: relative;
	-ms-transform: translate(-50%,0); /* IE 9 */
   	-webkit-transform: translate(-50%,0); /* Safari */
	transform: translate(-50%,0);
}
#mainMenu ul{
	display: inline-block;
	float: left;
	height: 100%;
	position: relative;
}
.VMItem{
	border-radius:  20px 20px 0 0;
	display: inline-block;
	float: left;
	height: 100%;
	list-style: none;
	padding: 0 10px;
	position: relative;
}
#mainMenu ul li.VMItem div{
	
}
#mainMenu ul li.VMItem:hover{
	cursor: pointer;
}
#mainMenu ul li.VMItem:not([selected]):hover{text-decoration: underline;}
#mainMenu div.mmbDes{
	display: inline-block;
	float: left;
	height: 100%;
	width: 50px;
}
#mmb{
	height: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.editField{
	border: solid 1px #888;
	border-radius: 3px;
	color: #a8a8a8;
	font-size: 0.9em;
	font-style: italic;
	padding: 7px;
}
.editField:focus{
	content: "";
	font-size: 0.9em;
	font-style: normal;
}
.searchDiv{
	height: 15%;
	padding-top: 10px;
	width: 100%;
}
.sideMenu{
	
	height: 85%;
	padding: 10px;
	width: 100%;
}
#searchBox{
	width: 75%;
}
.mainPanel{
	float:left;
	height: 100%;
	position: relative;
	width: 82%;
}
#mainMap{
	border: 1px solid #555;
	height: 99%;
	width: 99%;
}
.mpc{
	height: 100%;
	width: 100%;
}
#vehicle-filter-form div {
	display: inline-block;
	margin: 5px;
	width: 11%;
}
#vehicle-filter-form div select{
	margin-top: 5px;
	width: 100%;
}
#vehicle-list, #vehicle-basics{
	float: left;
}
#vehicle-list{
	min-height: 200px;
	width: 55%
}
#vehicle-basics{
	width: 42.2%}
.medium_vimg{
	height: 200px;
	width: 200px;
}
.FSSelf{
	height: 100%;
	width:100%;
}
.FSHeader{
	border:1px solid transparent;
	border-radius: 5px;
	clear: both;
	height: 42px;
	padding: 8px 5px;
}
.FSHeader hr{margin:0;}
.FSHeader span{display: inline-block;float:left;font-size: 1.3em;vertical-align:text-top;}
.FSHeader span:nth-child(2){
	
	margin: 0 5px;
}
.FSHeader span hr{}
.FSImg{float:left;}
.FSImg img{margin-bottom: 10px;border:1px solid #888;}
.FSLabel{
	display: inline-block;
	width: 200px;
}
.FiLabel{
	display: inline-block;
	width: 150px;
}
.FSPanel{padding: 15px 0}
.FSPanel>div:not(.FSImg){margin: 15px 0;}
.FSSelf>div{}
.FSValidate{
	display: block;
	margin: 60px 0;
}
.FSValidate input, .FSValidate a, .FSValidate button{float: right; margin: 0 10px}
.filter{
	padding:10px 7px;
	border: solid #888;
	border-width: 2px 1px 1px 2px;
}
.filter>div:not(.clearance){margin: 15px 5px;}
#GMMWrap{
	float: left;
	height: 48px;
	width: 18%;
	overflow:visible;
}
#geoMainMenu{
	left: 12.20%;
	margin: 0 auto;
	top: 50%;
	transform: translate(0,-14px);
	width: 61%;
	max-width: 150px;
	height:90%;
}
#geoMainMenu ul ul{width:150px}
#geoMainMenu .SSelection{cursor: pointer;overflow:visible;}
#geoMainMenu .SSelection .SSelected,#geoMainMenu .SSelection .SArrow{
	text-align:center;
	padding-left:0;
	padding-right:0;
}
#geoMainMenu .SSelection .SSelected{width:80.67%}
#geoMainMenu .SSelection .SArrow{width:19.33%;}
#geoMainMenu .SDrop{cursor: pointer;width:150px;overflow:visible}
#geoMainMenu div.SDrop ul li ul{cursor:pointer;display:none;margin:0;left:148px;position:absolute;top:0;}
#geoMainMenu div.SDrop ul li span{}
#geoMainMenu div.SDrop ul li:hover{}
#geoMainMenu div.SDrop ul li:hover ul{display:inline-block;}
#geoMainMenu div.SDrop ul li:hover ul li{position:relative;}
#GMWrap{
	float: left;
	width: 82%;
}
#DGFilter{width:22.506%;margin-top:40px;float:right;padding-right:8px}
#DGBody{margin-top:40px;width:77.494%;float:left;display:inline-block;padding-left:8px}
#DGList{width:97%;margin-right:3%;}
.lmm{float:left;height:48px;margin-right:25px;}
@media only screen and (max-width:990px){
	.dmcolumn, .dcolumn, .home-column{width:33.33%;}
	.LSub{display:none;}
	.SSub{display:inline-block;}
	#DGFilter{float:none;width:100%;margin-top:20px;padding-left:8px}
	#DGFilter>div.filter>div.DGFF{float:left;}
	#DGBody{width:100%;padding-right:8px}
	#DGList{width:100%;margin-right:0;}
}
@media only screen and (max-width:866px){
	#depDS{float:left;}
	#headerTitle>div{font-size:16px;}
	
}
@media only screen and (max-width:746px){
	.dmcolumn, .dcolumn, .home-column{width:50%;}
	#rmmDG{float:left;}
}
@media only screen and (max-width:662px){
	#rmmRG{float:left;}
}
@media only screen and (max-width:488px){
	.dmcolumn, .dcolumn, .home-column{width:100%;}
	.lmm{margin-right:0;}
}