/* General Styling */

@media screen and (min-width: 0\0) {
	select {
	background: none;
	}
}	

html, td, th { 
	font-family: Arial,sans-serif;
	font-size: 11px; 
	color: #45565F;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

th{
	background-color:#fdfdfd;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

a { text-decoration: none; color: #333; }
hr { height:1px; color:#CCC; background-color:#CCC; width:100%; border:none; }

.help_info { cursor:help; }
.fade_text { color:#666; }

/* jQuery UI Dialog Etentions */
.ui-dialog { -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; border: solid 1px #666; }
.ui-dialog .ui-dialog-content { font-size:11px; text-align:center; margin:10px; }

.selectable .ui-unselected { background: #EEE; color: white; border-color:#AAA; }
.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #68ACDB; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; z-index:2000; margin-left:3px; }
.selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 78px; }

/* Header */
#header {
    display: block;
    width: 100%;
    height: 55px;
    padding-top: 0px;
    background-color: #FFF;
    position: fixed;
    z-index: 5;
    -webkit-box-shadow: 0 2px 2px -2px #DDE3E8;
    box-shadow: 0 2px 2px -2px #919292;
}
#floating_menu{
	display: block;
	position: absolute;
	background-color: #FFF;
	right: auto;
	margin-top: 0px;
	margin-left: -229px;
	margin-right: 0px;
	z-index: 10;
	height: 0px;
	overflow: hidden;
	box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.alert_ribbon{
	display:block;
	width:100%; 
	height:35px;
	margin:7px auto;
	clear:both;
	background-color:#FFF;
	text-align:center;
	border:1px solid #F00;
	font-size:12px;
	line-height:35px;
	padding-left:50px;
}
#ribbon_center_container{
	display:block;
	height:35px;
	position:relative;
	margin:0px auto;
	clear:both;
}
.ribbon_image{
	display:block;
	height:35px;
	width:35px;
	position:relative;
	float:left;
	margin-right:5px;
}
#alert_ribbon_content{
	display:block;
	height:35px;
	line-height:35px;
	width:auto;
	position:relative;
	float:left;
	margin-top:0px;
}
#logo{
    display:block;
    margin-left:30px;
    float:left;
    width:97px;
    margin-top:2px;
}

#loader{ 
    position:absolute; 
    left:800px; 
    top:22px;

}

/*============================ LOADER =========================*/
.spinner {
    margin: 0px auto 0;
    width: 80px;
    text-align: center;
}

.spinner > div {
    width: 8px;
    height: 8px;
    margin:0px 4px;
    background-color: #219ed9;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*=================================== FINISH LOADER =======================*/
#clock{ 
	display:none;
	position:absolute;
	height:55px;
	line-height:55px;
	right:40%;
	left:40%;
	font-size:10px;
	color:#878b92;
	width:20%;
	text-align:center;
}

#top_btn_corner{
	display:block;
	width:48px;
	height:37px;
	float:right;
	background-color:#def1fc;
	margin-top:30px;
}

#main_menu2 {
	display: block;
    width: 100%;
    height: 55px;
    margin-top: 0px;
    float: left;
    background: #FAFAFA;
    background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%);
    background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%,rgb(250, 250, 250) 100%);
    background: linear-gradient(to bottom, rgb(250, 250, 250) 0%,rgb(250, 250, 250) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 );
}

.btn_top{
	display:block;
	width:auto;
	height:45px;
	line-height: 50px;
	float:left;
	padding:0px 15px 0px 37.6px;
	margin:5px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:-25px center;
	background-size:95px;
	font-size:12px;
	cursor:pointer;
	color:#9E9B9B;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.btn_top:hover{
	border-bottom:5px solid #03a9f4;
}

.btn_top p{
	display:block;
	float:left;
	line-height:55px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: arial,sans-serif;
}

#notification_icon{
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	margin-top:11px;
	margin-left:-15px;
	background-color:#63666a;
	font-size:10px;
	color:#FFF;
	line-height:14px;
	text-align:center;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-transition: all 300ms ease-in-out;
  	-moz-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	transition: all 300ms ease-in-out;
}
.tab{
	display:block;
	min-width:270px;
	height:105px;
	clear:both;
	margin:20px;
	cursor:pointer;
	-webkit-transition: all 100ms ease-in-out;
  	-moz-transition: all 100ms ease-in-out;
  	-o-transition: all 100ms ease-in-out;
  	transition: all 100ms ease-in-out;
	text-align:center;
	color:#146699;
	line-height:178px;
	font-size:13px;
	background-color:#FFF;
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-box-shadow: 0 0 2px 0 #CCC;
	box-shadow: 0 0 2px 0 #CCC;
	border-bottom:3px solid #388cc2;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.tab:hover{
	-webkit-box-shadow: 0 0 4px 0 #146699;
	box-shadow: 0 0 4px 0 #146699;
	border-bottom:3px solid #388cc2;
	font-weight:bold;
}
.tab_rcp {
    font-family: arial,sans-serif;
    display: block;
    width: 80%;
    height: 30px;
    clear: both;
    margin: 0px auto;
    padding: 5px 0px 5px 20%;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    text-align: left;
    color: #9E9B9B;
    line-height: 35px;
    font-size: 13px;
    background-size: 31%;
    background-position: -15px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #F2F4F5;
}
.tab_rcp:hover{
	color:#9E9B9B;
	background-color:#fafafa;
	-webkit-box-shadow:inset 0 -1px 1px 0 #f2f2f2;
	box-shadow:inset 0 -1px 1px 0 #f2f2f2;

}
.tab_rcp:active { 
    color:#9E9B9B;
	background-color:#fafafa;
	-webkit-box-shadow:inset 0 -1px 1px 0 #139DD9;
	box-shadow:inset 0 -1px 1px 0 #139DD9;
}
#user_loged{
	text-align:right;
	font-size:14px;
	padding-right:4.3%;
	padding-left:15.7%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e3e4e5;
	cursor:pointer;
}
#user_loged:hover{
	color:#313439;
	background-color:#FFF;
}

#about {
    width: calc(100% - 39px);
    float: left;
    text-align: left;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 30px;
    margin-bottom: 0px;
    line-height: 10px;
    padding-top: 0px;
    border-bottom: none;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    opacity: 1;
    color: #219ed9;
    -webkit-box-shadow: 0 -3px 5px -2px #9C9C9C;
    box-shadow: 0 -2px 1px -1px #C7C7C7;
    background-color: #FDFDFD;
}

#about a {
    display: block;
    float: left;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    margin-left: -20px;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/interlogos.png);
    background-repeat: no-repeat;
    background-position: 185px 2px;
    background-size: 105px;
    width: 300px;
    color: #13719A;
}

.tab_red{
	display:block;
	min-width:270px;
	height:105px;
	clear:both;
	margin:20px;
	cursor:pointer;
	-webkit-transition: all 100ms ease-in-out;
  	-moz-transition: all 100ms ease-in-out;
  	-o-transition: all 100ms ease-in-out;
  	transition: all 100ms ease-in-out;
	text-align:center;
	color:#3b3b3b;
	line-height:178px;
	font-size:13px;
	background-color:#FFF;
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-box-shadow: 0 0 2px 0 #CCC;
	box-shadow: 0 0 2px 0 #CCC;
	border-bottom:3px solid #c20707;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.tab_red:hover{
	-webkit-box-shadow: 0 0 4px 0 #c20707;
	box-shadow: 0 0 4px 0 #c20707;
	border-bottom:3px solid #c20707;
	font-weight:bold;
}



/* Footer */
#footer {margin-left: auto; margin-right: auto;  width:100%; bottom:0; height:auto; height:0px;}
#footer_p {background-color:#CCC; }
#footer_menu {margin-left: auto; margin-right: auto;  width:90%; bottom:0; height:auto; padding:0px 5%; height:70px;}

/* Contents Tables */
table .contents { border-collapse: collapse; border:solid 1px #CCC; width:100%; }
tr .tr_title td { border:solid 1px #CCC; padding:5px; text-align:left; font-weight:bold; background:url(../images/formbg.gif) repeat-x top; }
tr .tr_title td.tool_btn { width:30px; text-align:center; }
tr .tr_contents td { cursor:default; padding:5px; text-align:left; border:solid 1px #CCC; background-color:#FFF; }
.normal { background-color:#FFF; }
.highlight{ background-color:#fffcc4; }
tr .tr_contents td.no_border { padding:2px; text-align:left; border:none; }
tr .tr_contents td.tool_btn { width:30px; text-align:center; }
tr .dragable td { cursor:move; }

/* Buttons */
.fg-button { margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; text-align: center; font-size:11px; }
.menu_button { float:left; }

/* Admin Menu */
#admin_menu { padding-left:0px; width:100%; padding-top:30px; }
.admin_menu { padding-bottom:10px; padding-left:90px; width:175px; margin:10px; background:no-repeat; font-size:11px; text-decoration:none; font-weight:normal; text-align:left; color:#fff; cursor:pointer; background-color:#15acdc; border:#fff; }
.test_menu { padding-bottom:10px; padding-left:90px; width:175px; margin:10px; background:no-repeat; font-size:11px; text-decoration:none; font-weight:normal; text-align:left; color:#fff; cursor:pointer; background-color:#ff5454; border:#fff;}
.admin_menu div { font-size:11px; text-align:left; font-weight:bold; padding-top:25px;}
.test_menu div { font-size:11px; text-align:left; font-weight:bold; padding-top:25px;}
#admin_menu .system_admin { background-image:url(../images/system_admin.png); padding-right:5px; height:60px;}
#admin_menu .utility_admin { background-image:url(../images/utility_admin.png); padding-right:5px; height:60px;}
#admin_menu .data_entry { background-image:url(../images/appbar.thermometer.digital.png); padding-right:5px; height:60px;}
#admin_menu .performace_testing { background-image:url(../images/performace_testing.png); padding-right:5px; height:60px;}
#admin_menu .pagesat { background-image:url(../images/pagesat.png); padding-right:5px; height:60px;}
#admin_menu .faturat { background-image:url(../images/appbar.page.text.png); padding-right:5px; height:60px;}
#admin_menu .abonentet { background-image:url(../images/abonentet.png); padding-right:5px; height:60px;}
#admin_menu .cost_estimate { background-image:url(../images/cost_estimate.png); padding-right:5px; height:60px;}
#admin_menu .help { background-image:url(../images/help.png); padding-right:5px; height:60px;}
#admin_menu .perdoruesit { background-image:url(../images/perdoruesit.png); padding-right:5px; height:60px;}
#admin_menu .raporte { background-image:url(../images/appbar.graph.bar.png); padding-right:5px; height:60px;}
#admin_menu .meters { background-image:url(../images/meters.png); padding-right:5px; height:60px;}
#admin_menu .financa { background-image:url(../images/appbar.book.perspective.png); padding-right:5px; height:60px;}
#admin_menu .meters_mob { background-image:url(../images/meters.png); padding-right:5px; height:60px;}
#admin_menu .logs { background-image:url(../images/appbar.thermometer.digital.png); padding-right:5px; height:60px;}
#admin_menu .cash { background-image:url(../images/appbar.money.png); padding-right:5px; height:60px;}

.index_button { 
	margin:1px 4px 1px 0; 
	padding: .1em 1em; 
	text-decoration:none !important; 
	cursor:pointer; 
	text-align: center; 
	font-size:10px;
	height:25px;
}

.stats {
	background-image:url(../images/stat_bg.png); 
	background-repeat:no-repeat;
	background-position: bottom;

}

input:focus,textarea:focus,select:focus { 
  border: 1px solid #6b6b6b; 
  background-color: #fffcc4;
  color: #6b6b6b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input,textarea,select {  
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
.stats_s {
	background-image:url(../images/stat_bg_s.png); 
	background-repeat:no-repeat;
	background-position: bottom;
}

.listo { 
	margin:1px 4px 1px 0; 
	padding: .1em 1em; 
	text-decoration:none !important; 
	cursor:pointer; 
	text-align: center; 
	font-size:10px; 
}

input.file {
	border: 1px solid #ccc;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

<!--- Show/Hide ---!>
.slidingDiv {
	clear:both;
    background-color: #fff;
	padding-bottom:10px;
	text-align:left;
}

.show_hide {
    display:none;
}

.multiSelect {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	border: 0;
}

.multiSelect .title {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-top: -11px;
	cursor: default;
	min-width: 9.8em;
}

.multiSelect div.title {
	position: absolute;
	height: 15px;
	width: 150px;
	z-index: 104;
}

.multiSelect div.title-open {
	border-bottom: 1px solid #fff;
}

.multiSelect .title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;; 
	font-weight:bold;
	line-height: 1.2em;
	overflow: hidden;
	padding: .3em 1.1em .1em .5em;
}

.multiSelectContent {
	position: absolute;
	z-index: 106;
	min-height: 1em;
	background: #f9f9f9;
	padding: .1em;
	display: block;
	font-size: 100%;
	margin-top: 12px;
	border: 1px solid #ddd;
}

.collapsed {
	display: none;
}

.multiSelectContent ul {
	overflow: auto;
	min-height: 1em;
	min-width: 20em;
	margin: 0;
	padding: 0;
}

.multiSelectContent li {
	cursor: pointer;
	cursor: hand;
	margin: 0 0 .2em 0;
	list-style:none;
}

.multiSelectContent li:hover {
	background: #ddd;
}

.arc90_multiselect {
	width: 12.5em;
	height: 1.35em;
	visibility: hidden;
}
.a9selectall {
	border-bottom: 1px solid #ccc;
}

#client_data table { border-collapse: collapse; margin:0 auto; }
#client_data table.data_table thead, #client_data table.data_table tfoot { font-weight:bold; }
#client_data table.data_table td { border:solid 1px #CCC; font-size:11px; }
#client_data table.data_table tr.separator td { border:none; }
#client_data table tr td { padding:4px; margin:0; }
#client_data table.data_table td a { color:#1999ce; }
#client_data table tr td.details { width:60px; }
#client_data input[type="text"], input[type="password"], select { border:solid 1px #ccc; }
#client_data select { overflow:hidden; -moz-scrollbars-vertical: hidden; overflow:hidden; overflow-y: hidden; }
#client_data table.data_table td h3 { font-size:12px; margin-top:5px; }
#client_data button{
    display:block;
    margin:0 7px 0 0;
    background-color:#EEE;
    border:1px solid #CCC;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:12px;
    line-height:130%;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px;
}

#client_data table tbody tr td.val_0 { color:#CCC; }

.container {
	width: 95%;
	margin:0 auto;
 }

.ul_input{
	display:block;
	width:100%;
	height:auto;
	line-height:auto;
	float:left;
	margin:0px;
	padding:5px 0px 10px 0px;
	color:#595c6d;
}

.ul_input li {
	display:block;
	float:left;
	width:33.33%;
	height:25px;
	margin:3px auto 0px auto;
}

.ul_input li > *{
	display:block;
	width:85%;
	height:25px;
	margin:0px auto;
	padding-left:2%;
}

.select{
	min-height:29px;
	min-width:88%;
	color:#595c6d;
}

.checkbox_holder{
	display:block;
	height:25px;
	width:24px;
	float:left;
	margin:0px 0px 0px 0px;
	padding-top:6px;
	cursor:pointer;
}
.checkbox_wraper{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background-color:transparent;
	height:auto;
	float:left;
	border-bottom:1px solid #e3e4e5;
}
.checkbox_wraper:last-child{
	border-bottom:none;
}
.checkbox_label{
	display:block;
	float:left;
	width:auto;
	text-align:left;
	line-height:31px;
}
.checkbox_label_full{
	display:block;
	float:left;
	text-align:left;
	line-height:31px;
	cursor:pointer;
	margin-left:5px;
	font-weight:bold;
	color: #595c6d;
}
.indicator_popup_icon{
	display:block;
	float:left;
	height:30px;
	width:30px;
	background-image:url(../../images/popover_question.png);
	background-repeat:no-repeat;
}
.indicator_popup_icon img{
	display:block;
	position:absolute;
	height:20px;
	width:20px;
	margin-top:5px;
	margin-left:30px;
}
.popover_description_container{
	display:block;
	position:absolute;
	height:auto;
	width:auto;
	margin-top:0px;
	margin-left:60px;
	background-color:#0F0;
}
.header{
	display:block;
	float:left;
	width: calc(100% - 10px);
	height:25px;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#595c6d;
	border-bottom:1px solid #CCC;
}

.header > *{
	float:left;
	text-align:left;
	display:block;
	height:25px;
	line-height:25px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.header p{
	line-height:29px;
	margin-left:5px;
}

.label {
    display: block;
    width: calc(31.3% - 15px);
    padding-left: 2%;
    padding-right: 15px;
    height: 13px;
    line-height: 13px;
    float: left;
    color: #595c6d;
    text-align: left;
    font-weight: bold;
    
}

label{
	color:red;
}

.btn_ul_input{
	display:block;
	min-height:26px;
	line-height:26px;
	max-width:150px;
	border:1px solid #dddddd;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	color:#0073ea;
	text-align:center;
	padding:0px;
	margin:0px;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.btn_ul_input:hover{
	color:#FFF;
	background: rgb(34,134,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,134,237,1) 0%, rgba(34,134,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,134,237,1)), color-stop(100%,rgba(34,134,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,134,237,1) 0%,rgba(34,134,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,134,237,1) 0%,rgba(34,134,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,134,237,1) 0%,rgba(34,134,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,134,237,1) 0%,rgba(34,134,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2286ed', endColorstr='#2286ed',GradientType=0 ); /* IE6-9 */
}
.btn_ul_input:focus{
	outline:none;
}
.button_container_footer{
	display:block;
	position:relative;
	width:calc(100% + 60px);
	padding:0px;
	margin:0px 0px 0px -30px;
	height:80px;
}
.left_display_frame{
	display:block;
	width:calc( 100% - 361px);
	float:left;
	border:none;
	background-image:url(../../images/bg_logo.png);
	background-position:center 10%;
	background-size:30%;
	background-repeat:no-repeat;
	position:fixed;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: auto;
}
.left_display_frame:hover{
	overflow-y:scroll;
}
.container_left{
	display:block;
	position:fixed;
	width:calc( 100% - 345px);
	height:calc(100% - 79px);
	margin:8px;
	float:left;
	border:none;
	background-size:30%;
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: auto;
	
}
.container_left:hover{
	overflow-y:scroll;
}
.table_card{
  border-radius: 4px;

  padding: 0px 10px 10px 10px;
}

/* ============================== RIGHT CONTROLL PANEL STYLES ===================*/
.tittle_button_holder{
	display:block;
	width:calc(100% - 20px);
	height:auto;
	line-height:20px;
	margin:0px;
	text-align:left;
	padding-left:20px;
	margin-top:8px;
	font-size:11px;
	background-repeat:no-repeat;
	background-size:14px;
	background-position:center left;
	background-image:url(../../images/sign-icon.png);	
}


.btn_top_sub{
	display: block;
	width: auto;
	padding: 0px 15px 0px 35px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 11px center;
	background-size: 15px;
	cursor: pointer;
	border-right: 1px solid #F2F4F5;
	color: #63666a;
	opacity: 1;
	float:left; 
	height:43px; 
	line-height:43px;
	font-size:11px;
}
.close_window{
	display:block;
	float:left;
	margin:10px 0px 0px 10px;
	width:25px;
	height:25px;
	cursor:pointer;
	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}
.right_cp_tittle{
	display:block;
	float:left;
	margin:10px 0px 0px 20px;
	width:calc(100% - 65px);
	line-height:25px;
	height:25px;
	font-size:15px;
	font-weight:bold;
	color:#666;
}
#right_cp_without_close{
	overflow:scroll;
}
#right_cp_without_close:hover{
	overflow:scroll;
}
.btn_container{
	display:block;
	float:left;
	height:28px;
	width:auto;
	padding:0px 14px 0px 14px;
	margin:1px 0px 8px 1px;
	border:1px solid #cbd5da;
	cursor:pointer;
}
.btn_container:hover{
	border:1px solid #cbd5da;
}
.btn_icon{
	display:block;
	float:left;
	margin-top:6px;
	margin-left:10px; 
}
.btn_text{
	display:block;
	width:auto;
	height:28px;
	line-height:28px;
	text-align:right;
	margin:0px;
	float:left;
	margin-left:10px; 
}
.select_right_cp{
	display:block;
	width:80%;
	float:left;
	height:28px;
	line-height:28px;
	background-color:transparent;
	border:none;
	margin-left:5px; 
}
.select_right_cp:focus{
	outline:none;
	border:none;
	background-color:transparent;
}
.right_cp_form{
	display:block;
	width:90%;
	overflow: hidden;
	margin:0px auto;
	clear:both;
	min-height:150px;
	padding-top:10px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.tittle_button_holder{
	display:block;
	width:calc(100% - 20px);
	height:auto;
	line-height:20px;
	margin:0px;
	text-align:left;
	padding-left:20px;
	margin-top:8px;
	font-size:11px;
	background-repeat:no-repeat;
	background-size:14px;
	background-position:center left;
	background-image:url(../../images/sign-icon.png);	
}
.tittle_button_holder_small{
	display:block;
	width:calc(100% - 20px);
	height:auto;
	line-height:16px;
	margin:0px;
	text-align:left;
	padding-left:20px;
	margin-top:0px;
	font-size:11px;
	background-repeat:no-repeat;
	background-size:14px;
	background-position:center left;
	background-image:url(../../images/sign-icon.png);	
	
}
.btn_holder{
	display:block;
	width:100%;
	height:28px;
	margin:12px 0px 25px 0px;
	border-bottom:1px solid #e3e4e5;
	border-top:1px solid #e3e4e5;
}
.button_style{
	border-top: none;
    padding-bottom: 12px;
}
.checkbox_list_holder{
	width:calc(100% - 2px);

}
.btn_text_cp{
	display: block;
	width: 60%;
	height: 30px;
	line-height: 24px;
	color: #444444;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
	cursor: pointer;
	clear: both;
	border-top: none;
	cursor: pointer;
	border: 1px solid #F2F4F5;
	border-top: none;
	border-bottom: none;
	background-color:#FFF;
}
.submit_icon{
	display:block;
	position:relative;
	margin-top:6px;
	width:18px;
	height:auto;
	float:left;
	margin-left:0px;
}
.submit_text{
	display:block;
	position:relative;
	height:auto;
	width:auto;
	float:left;
	height:24px;
	line-height:24px;
	text-align:left;
	margin-left:7px;
	margin-right:0px;
}
.btn_image_container{
	display: block;
	width: auto;
	float: left;
	padding: 3px 45px;
	height: 24px;
	margin: 0px;
}
.tab_header_rcp{
	float:left;
	margin-right:5px;
	margin-top:1px;
	font-size:14px;
	font-family:sans-serif;
	line-height: 1.5
}
#left_frame{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#chart_container{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#system_container{
	display:block;
	height:96px;
	overflow:scroll;
	overflow-x: hidden;
	margin-top:34px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-bottom:1px solid #e3e4e5;
}
#subsytem_container{
	display:block;
	height:96px;
	overflow:scroll;
	overflow-x: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#assessment_container{
	display:block;
	height: 127px;
	border-bottom:1px solid #e3e4e5;
	overflow:scroll;
	overflow-x: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#indicator_container{
	display:block;
	height: 159px;
	overflow:scroll;
	overflow-x: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#search_systems{
	height:21px;
	width:calc(95% - 1px);
	padding-left:13px;
	background-color:#FFF;
	float:left;
	color:#666;
	line-height:21px;
	margin-bottom:0px;
	border-color:#cbd5da;
}
#search_systems:focus{
	outline:none;
}
#search_indicators{
	height:21px;
	width: calc(100% - 2px);
	padding-left:13px;
	background-color:#FFF;
	float:left;
	color:#666;
	line-height:21px;
	margin-bottom:0px;
	border-color:#e3e4e5;

}
#search_indicators:focus{
	outline:none;
}
#categories_container{
	display:block;
	height:auto;
	max-height:127px;
	overflow:scroll;
	overflow-x: hidden;
	margin-bottom:10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.chart_type_img{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.download_type_img{
	display:block;
	width:25%;
	height:60px;
	float:left;
	background-position:center 10%;
	background-repeat:no-repeat;
	background-size:25%;
	cursor:pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-align:center;
	line-height:90px;
}
@media print {
	#left_frame{
		width:1004px;
		overflow:hidden;
		border:none;
	}
	
	body, html, td, th, p, table {
		font-family: arial;
		font-size:10px;
		color:#000;
	}
}

/*------------------------- INFO POPOVER -----------------------------------*/
.question{
  cursor: default;
  display: block;
  font-family: 'Helvetica',sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin-top:4px;
  width: 44px;
  margin-right:5px;
  background-image:url(../../images/info.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
  cursor:pointer;
  -webkit-border-radius: 4px 4px 3px 3px;
  border-radius: 4px 4px 3px 3px;
}
.arrow-right {
	position:absolute;
	display:none;
	top: 1px;
	right: 34px;
	width: 20px;
	height: 20px;
	background-image:url(../../images/arro_popover_right.png);
	background-size:100%;
	background-repeat:no-repeat;
	z-index:98;
}
.left_popover_container{
	display:none;
	width:400px;
	height:auto;
	position:absolute;
	margin-left:-410px;
	margin-top:-100%;
	background-color:#ffffff;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size:12px;
	line-height:15px;
	color:#333333;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	border:1px solid #C6C6C6;
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	z-index:98;
}
.popover_tittle{
	display:block;
	width:calc(100% - 15px);
	border-bottom:1px solid #ebebeb;
	height:30px;
	color:#333333;
	background-color:#f7f7f7;
	font-size:13px;
	padding-left:15px;
	line-height:30px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	text-align:left;
}
.popover_desription{
	padding:10px;
	padding-left:15px;
	font-size:12px;
	line-height:15px;
	color:#333333;
	height:auto;
}
.popover_desription p{
	text-align:left;
	font-weight:normal;
}
.label-info{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #5bc0de;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.select_function_su{
	display:block;
	width:240px;
	height:100px;
	line-height:160px;
	color:#444444;
	text-align:center;
	padding:0px 0px;
	margin:25px auto;
	clear:both;
	cursor:pointer;
	border:1px solid #cbd5da;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-position:center 25px;
	background-repeat:no-repeat;
	background-size:32px;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	font-size:11.5px;
	font-weight:bold;
}
.select_function_su:hover{
	border:1px solid #388cc2;
}
.close_btn{
	display:block;
	height:30px;
	width:30px;
	float:right;
	background-image:url(../../images/close_btn_background.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:5px;
}

/*================================== IMPORT POPOVER ===============================*/
#import_form{
	display: block;
	position: absolute;
	width: 305px;
	overflow: hidden;
	height: 0px;
	position: absolute;
	margin-left: -48px;
	margin-top: 0px;
	background-color:#FFF;
	background-image:none;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	z-index: 99;
	box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*================================== NOTIFICATION POPOVER ===============================*/
#notification_pop_up{
	display: block;
	position: absolute;
	width: 427px;
	overflow: hidden;
	height: 0px;
	position: absolute;
	margin-left: -368px;
	margin-top: 1px;
	background-color:#FFF;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	z-index: 99;
	box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.26);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.no_messges{
	display:block;
	height:130px;
	text-align:center;
	background-size:64px;
	background-position:center 40px;;
	background-image:url(../images/bell_64x64.png);
	background-repeat:no-repeat;
	margin-top:30px;
	
}
.notification_no_messages_text{
	display:block;
	text-align:center;
	line-height:20px;
	font-size:11px;
}

.notifications_subject{
	height:35px;
	line-height:35px;
	border-bottom:1px solid #f1f1f1;
	width:calc(100% - 30px);
	padding-left:30px;
	font-size:12px;
	background-image:url(../../images/icon_unread.png);
	background-repeat:no-repeat;
	background-position: 12px center;
	background-size:12px;
	cursor:pointer;
}
.notifications_date{
	float:right;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #f1f1f1;
	width:100px;
	padding-right:10px;
	padding-left:10px;
	font-size:11px;
	text-align:right;
	background-image:none;
}
.notifications_subject:hover{
	background-color:#f2f2f2;
}
.arrow-top{
	position:absolute;
	display:block;
	top: -20px;
	right: 145px;
	width: 20px;
	height: 20px;
	background-image:url(../../images/arro_popover_top.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.message_container_rcp{
	clear:both;
	margin:0px;
	width:100%;
}
/* ============================== Left Frame_buttons ============================*/
.input_variables{
	display:block;
	padding:2px 0px 1px 0px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #a6a6a6;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	float:right;
	min-width:140px;
	color:#444444;
	border:none;
	margin:0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	border:1px solid #a6a6a6;	
}

.main_button{
	display:block;
	float:right;
	min-width:140px;
	height:30px;
	line-height:30px;
	color:#444444;
	border:none;
	margin:50px 15px 0px 15px;
	margin-top:35px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	border:1px solid #cbd5da;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

}
.main_button:hover{
	text-decoration:none;
	color:#000;
	border:1px solid #8fa7b3;
}
.stars_holder{
	height:29px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:66px;
	text-align:center;
	background-image:url(../../images/stars_quality/0_stars.png);
}
.inside_star_holder{
	width:0px;
	height:29px;
	margin-left:-6px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(../../images/stars_quality/data_3.png);
}
.stars_holder_small{
	height:20px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:45px;
	text-align:center;
	background-image:url(../../images/stars_quality/0_stars_45.png);
	width: 45px;
	border-bottom: none;
}
.inside_star_holder_small{
	width:0px;
	height:20px;
	margin-left:0px;
	background-size:45px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(../../images/stars_quality/data_3_45.png);
}
.panel_card{
	background-color:#fff; 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15); 
	box-shadow: 0 1px 3px rgba(0,0,0,0.15); 
	border-radius: 4px;
}
.transform_open{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.transform_close{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#close_panel_autoload{
	background-image:url(../../images/close_cp_blue.png); 
	padding-left:30px;
	padding-right:30px; 
	background-position:center center;
	border-right:none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background-size: 20px;
}
#close_panel{
	background-image:url(../../images/close_cp_blue.png); 
	padding-left:30px;
	padding-right:30px; 
	background-position:center center;
	border-right:none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background-size: 20px;
}
#resize_panel{
	background-image:url(../../images/resize_blue_1.png);
	padding-left:30px;
	padding-right:30px; 
	background-position:center center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background-size: 20px;
}
.btn_to_submit{
	margin: 0px auto;
}
.middle_btn_container{
	display: block;
	width: auto;
	background-color: #0F0;
	text-align: center;
	margin: 0 40%;
}
.btn_submit_icon{
	display:inline-block;
	margin-right:5px;
}
.btn_submit_text{
	display:inline-block;
}
.bottom_label_rcp{
	width: 155px;
	margin-top: 0px;
	text-align: left;
	position: relative;
	float: left;
	height: 43px;
	padding-left: 8px;
	line-height: 43px;
	color: #63666a;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.fileUpload {
	display: block;
	position: absolute;
	overflow: hidden;
	margin: 0px auto;
	width: 111px;
	height: 39px;
	margin-top: -41px;
	margin-left: -30px;
	opacity: 0;
	cursor: pointer;
}
.video_container{
	display: block;
	float: left;
	margin-left: 40px;
}
.right_finish{
	margin-left:230px;
}
#pastro_selected{
	display: block;
	float: left;
	width: 40px;
	text-align: right;
	height: 23px;
	background-image:url(../../images/sweep_blue.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:14px;
	line-height: 25px;
	border: 1px solid #e3e4e5;
	cursor:pointer;
	font-size: 11px;
	background-color:#FFF;
}

.zoom_vehicle_pics{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: 240px;
    margin-top: 105px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.50);
    float: right;
	border: 1px solid #000;
	background-image:url(../../images/resize_blue_1.png);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(91,104,171,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(91,104,171,0.5);
	box-shadow: 0px 0px 10px 1px rgba(91,104,171,0.5);
}