﻿@charset "utf-8";

  
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("/content/fonts/RobotoCondensed-Regular.ttf") format('truetype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

body {
	font-family: 'Roboto Condensed';
	margin: 0px;
	padding: 0px;
	color: #333;
	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;

}

.background_ {
    background:url(/content/images/login_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.cRequired {
    background-image:url(/content/images/triangle1s.png);
    background-repeat:no-repeat;
    background-position: right top;
}
.cRequiredSel {

    background-image:url(/content/images/triangle1s.png);
    background-repeat:no-repeat;
    background-position: right top;
}
.cError {
    background-color: #ffdad1;
}

.header_text_1 {
    color: #2c829b;
    margin-left: 7px;
    margin-right: 0px;

}
.header_text_2 {
    margin-left: 7px;
    margin-right: 0px;
}
.header_text_3 {
    margin-left: 7px;
    margin-right: 0px;
    color: #77adbb;
}

input {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}
select {
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}
.site_body {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.site_head {
	position: fixed;
	width: 100%;
	height: 63px;
	float: left;
	left: 0px;
	top: 0px;
	background-color: #a6ced8;
	z-index: 10000;
}
.site_head_2 {
	position: fixed;
	width: 100%;
	height: 63px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	left: 0px;
	top: 65px;
	background-color: #FFF;
	display:none;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}
.logo {
	float: left;
	height: 63px;
	width: 209px;
	background-image: url(/content/images/fsm-logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
    cursor: pointer;
}
.h_text {
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #DDD;
	padding: 4px;
	max-width: 100%;
	background-color: #EFEFEF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.settings {
    background-color:#2c829b;
	float: right;
	height: 63px;
	width: 68px;
	cursor: pointer;
    background-image: url(/content/images/settings.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.settings:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#2c829b;
    background-image: url(/content/images/settings_h2.svg);
}
.settings_block {
	background-color: rgba(0, 0, 0, 0.80);
	position: absolute;
	top: 63px;
	right: 0px;
	padding: 10px;
	color: #2c829b;
	font-size: 0.9em;
	display: none;
	z-index: 100000;
}
.settings_block a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
.sett_active a {
	color: #2c829b;
}
.settings_block img {
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.settings_block h3 {
	font-size: 0.9em;
	background-color: #191919;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}
.left_menu {
	width: 99%;
	float:left;
    margin-top: 10px;
}
/* .left_menu a {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 1.7em;
	padding-top: 24px;
	height: 60px;
	width: 270px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 50px;
}
.left_menu a:hover{
	font-weight: bold;
} */

.config_hp {
	background-image: url(/content/images/configuration_hp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 105px;
}
.left_right {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.border_hp {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
	width: 98%;
    margin-top:10px;
}
.user_p_hp {
	background-image: url(/content/images/user_p_hp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 105px;
}
.reports_hp {
	background-image: url(/content/images/reports_hp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 105px;
}
.customers_hp {
	padding-left: 105px;
	background-image: url(/content/images/customers_hp.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.table_chk {
	float: left;
	width: 100%;
	background-color: #FFF;
	height: 460px;
}

.img_roundcor {
    border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    width: 30px;
}



.login_ {
	width: 400px;
	background-color: #FFF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	margin-top: 100px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-transform: uppercase;
}

.login_select {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1em;
	width: 50px;
}
.login_input {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1.2em;
	width: 180px;
}
.login_input_1 {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 0,7em;
	width: 180px;
}

input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:41px;
	height:30px; 
	display:inline-block;
	line-height:36px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1em;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -30px;
}
label.css-label {
	background-image:url(/content/images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    margin-left: 80px;
			}






.img_select img {
	border: 2px solid #2c829b;
}
.settings_block a:hover {
	color: #2c829b;
    background-color: #fff;
	text-decoration: none;
}

.menu_top {
	float: left;
	height: 63px;
	width: 422px;
    background-color: #a6ced8;
}
.sub_menu {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 7px;
	margin-left: 7px;
	display: block;
	margin-bottom: 5px;
}
.sub_menu2 {
	margin-right: 7px;
	margin-left: 7px;
	display: block;
	margin-bottom: 5px;
}
.sub_menu h3 {
	margin-top: 5px;
	margin-bottom: 5px;
    padding: 3px 0px 3px 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 1px;
	color: #fff;
	background-color:#2c829b;
}
.sub_menu2 h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2c829b;
	margin-left: 30px;

}

.menu_buttons {
	float: left;
/*	width: 800px; */
	height: 63px;

/*	padding-left: 10px; */
    background-color: #a6ced8;
}
.menu_buttons2 {
	float: right;
/*	width: 200px; */
	height: 63px;

	text-align: right;
    background-color: #a6ced8;
}
.menu_buttons3 {
	float: right;
	width: 300px;
	height: 53px;
	padding-top: 10px;
     background-color: #a6ced8;
}
.full_scr {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/full_scr.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: capitalize;
	cursor: pointer;
}
.email {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/email.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: capitalize;
	cursor: pointer;
}
.print {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/print.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: capitalize;
	cursor: pointer;
}
.exel {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/exel.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: capitalize;
	cursor: pointer;
}



.site_workplace {
	float: left;
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.site_workplace_scroll {
	float: left;
	margin-top: 70px;
	overflow: hidden;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}


.site_workplace_report {
	float: left;
	width: 100%;
	margin-top: 70px;
/*  margin-bottom: 100px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}


.home_ {
	float: left;
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
    overflow:auto;
}
.home_ h1 {
    font-size: 1.9em;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 40px;
}


.site_bottom {
	float: left;
	width: 100%;
	background-color: #a6ced8;
	text-align: center;
	color: #1f5869;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}

.eu_logos {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 25px;
	background-color: #EEE;
	height: 65px;
	font-size: 9px;
	color: #666;
	font-weight: bold;
	z-index: 99;
    cursor: pointer;
}
.eu_logos2 {
	width: 240px;
    height: 200px;
	display: inline-block;
    vertical-align:top;
    font-weight: bold;
    margin: 10px;
}
.eu_logos2 a {
	font-weight: normal;
    color: #2c829b;
}
.eu_logos3 {
	width: 100%;
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 20px;
}
.ellab {
    width: 480px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0em;
    font-weight: normal;


}

.bg_dot {
	background-image: url(/content/images/o2.svg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	width: 23px;
	float: left;
	margin-left: -30px;
	margin-top: 5px;
}
.top_menu_h3 {
	display: block;
	margin-left: 0px;
	position: absolute;
	width: 151px;
	margin-top: -23px;
}



/* menu icons */



.bg11 {
	background-image: url(/content/images/home_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg12 {
	background-image: url(/content/images/configuration_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg17 {
	background-image: url(/content/images/profiles_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg13 {
	background-image: url(/content/images/reports_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg16 {
	background-image: url(/content/images/users_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg14 {
	background-image: url(/content/images/sceduler_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}
.bg15 {
	background-image: url(/content/images/monitoring_b.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	height: 63px;
	width: 65px;
	float: left;
	
}





.bg01 a {
	background-image: url(/content/images/home.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg01_b a {
	background-image: url(/content/images/home_b.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg02 a {
	background-image: url(/content/images/configuration.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg02_b a {
	background-image: url(/content/images/configuration_b.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg07 a {
	background-image: url(/content/images/profiles.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg07_b a {
	background-image: url(/content/images/profiles_b.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg03 a {
	background-image: url(/content/images/reports.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg03_b a {
	background-image: url(/content/images/reports_b.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg06 a {
	background-image: url(/content/images/users.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg06_b a {
	background-image: url(/content/images/users_b.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg04 a {
	background-image: url(/content/images/scheduler.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg04_b a {
	background-image: url(/content/images/scheduler_b.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;	
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bg05 a {
	background-image: url(/content/images/monitoring.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bg05_b a {
	background-image: url(/content/images/monitoring_b.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



/* menu icons - end */


.back_to_list {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 

}
.back_to_list:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
    background-image: url(/content/images/arrow_left_h2.svg);
}

.back_to_master {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/arrow_up.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 

}
.back_to_master:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
    background-image: url(/content/images/arrow_up.svg);
}

.cancel_ {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/cancel.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.cancel_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
    background-image: url(/content/images/cancel_h2.svg);
}

.edit_ {
    float:left;
    background-color:#2a829a;
    border: 2px solid #2a829a;
    color: #fff;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/edit.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px;    
}

.edit_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
    background-image: url(/content/images/edit_h2.svg);
}
.save_ {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/edit_save.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px;    
}

.save_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
     background-image: url(/content/images/edit_save_h2.svg);
}

.edit_grey {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/edit_h.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.edit_grey:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/edit_h2_2.svg);
}

.delete_ {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/delete2_grey.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.delete_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/delete2_grey_h2.svg);
}
.delete_grey {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/delete2_grey.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.delete_grey:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/delete2_grey_h2.svg);
}




.edit_s {
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	font-weight: 700;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	cursor: pointer;
	height: 24px;
	width: 46px;
	float: right;
}
.edit_s:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #999;
    color:#fff;
    border: 2px solid #666;
}

.edit_s_large {
	border: 2px solid #2a829a;
	background-color: #2a829a;
	color: #fff;
	font-weight: 500;
	font-size: 0.8em;
    letter-spacing: 0.05em;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	margin-left: 5px;
    margin-bottom: 10px;
	text-transform: uppercase;
	cursor: pointer;
	height: 30px;
	width: 80px;
	float: right;
}
.edit_s_large:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #a6ced8;
    border: 2px solid #a6ced8;
    color:#fff;
}

.edit_s_small {
	border: 2px solid #2a829a;
	background-color: #2a829a;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	margin-left: 5px;
    margin-bottom: 10px;
	text-transform: uppercase;
	cursor: pointer;
	height: 30px;
	width: 30px;
	float: right;
	padding: 0px;
	line-height: 0px;
}
.edit_s_small:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #a6ced8;
    border: 2px solid #a6ced8;
    color:#fff;
}

.details_ {
    float:left;
    background-color:#2a829a;
    border: 2px solid #2a829a;
    color: #fff;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/details.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px;    
}
.details_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
    background-image: url(/content/images/details_grey_h2.svg);
}
.details_grey {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/details_grey.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.details_grey:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/details_grey_h2.svg);
}

.details_s {
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	font-weight: 700;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	cursor: pointer;
	height: 24px;
	width: 46px;
	float: right;
}










.login_b {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/enter.png);
	background-repeat: no-repeat;
	background-position: 150px center;
	width: 200px;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	cursor: pointer;
}

.show_report {
    float: right;
}
.show_report_select {
    float: right;
}
.btn_top {
    float: left;
}
.show_report_select_right {
    align-self: center;
}
.show_report_reset {
    float: right;
    margin: 0px 5px 5px 5px; 
}
.show_report_reset_top {
    float: left;
}
.show_report_reset_right {
     align-self: center;
}
.icon_up {
    float: right; 
}

.icon_down {
    float: right;
}

.icon_delete {
    width: 140px;
    background-image: url(/content/images/delete2_white.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-align: right;  
}
.icon_delete:hover {
    width: 140px;
    background-image: url(/content/images/delete2_grey_h2.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-align: right;  
}
.icon_delete_f {
    width: 230px;
    background-image: url(/content/images/delete_f.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-align: right;  
}
.icon_add {
    width: 120px;
    background-image: url(/content/images/icon_add_white.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-align: right;  
}
.icon_add:hover {
    width: 120px;
    background-image: url(/content/images/icon_add.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-align: right;  
}

.icon_up {
    width: 120px;
    background-image: url(/content/images/up.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-align: right;  
}

.icon_down {
    width: 140px;
    background-image: url(/content/images/down.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-align: right;  
}

.show_report input {
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
    text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
    text-transform: uppercase;
	cursor: pointer;
    margin-right: 100px;
    margin: 0px 5px 5px 5px; 
}
.show_report input:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #ea5820;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #d43a00;
}
.btn_top{
    float:left;
	font-weight: 500;
	font-size: 1em;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.btn_top:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;
}
.show_report_top1{
    border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 0em;
    text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
    text-transform: uppercase;
	cursor: pointer;
    margin-right: 100px;
    margin: 0px 5px 5px 5px;
    text-align:right;
    width:55px;
}


.show_report_select input{
	border: 2px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
    margin: 0px 5px 5px 5px; 
}
.show_report_select input:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #999;
    color:#fff;
    border: 2px solid #2c829b;
}

.btn_top{
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px;  
}
.btn_top:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #fff;

}
.show_report_select_top1{
    width:55px; 
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 0em;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 50px;  
}
.show_report_select_top1:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #ea5820;
    color:rgba(0, 0, 0, 0.80);
    border: 2px solid #d43a00;
}


.show_report_select_right input {
	width: 150px;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
    margin: 20px 35px;  
    border: 1px solid #2c829b;   
}
.show_report_select_right input:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #999;
    color:#fff;
    border: 1px solid #2c829b;
}
.show_report_reset input{
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
    margin: 0px 5px 5px 5px;    
}
.show_report_reset input:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #999;
    color:#fff;
    border: 2px solid #2c829b;
}
.show_report_reset_top{
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
    margin: 0px 5px 5px 5px;
    text-align:right;    
}
.show_report_reset_right input {
	width: 150px;
    border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
    margin: 5px 35px;    
}
.show_report_reset_right input:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #666;
    color:#fff;
    border: 1px solid #2c829b;
}


.create_like {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/create_like.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px;     
    }
.create_like:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/create_like_h2.svg);
}
.reset_ {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/reset.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
    }
.reset_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/reset.svg);
}


.run_now_ {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/run.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
    }
.run_now_:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/run.svg);
}

.create_trend {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/trend.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.create_trend:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/trend_h2.svg);

}

.create_copy {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/copy.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.create_copy:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/copy_h2.svg);
}

.change_meter {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/reset.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 
}
.change_meter:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/reset.svg);
}


.check_mp {
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/content/images/quest.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 44px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: right;
	cursor: pointer;
    padding-left: 46px;
}
.check_mp:hover {
	background-color: #eaeaea;
    transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.print_btn {
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: uppercase;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: center;
	cursor: pointer;
}
.print_btn:hover{
	background-color: #eaeaea;
    transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.exportcsv_btn {
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: uppercase;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: center;
	cursor: pointer;
}
.exportcsv_btn:hover{
	background-color: #eaeaea;
    transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.legend_btn {
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: uppercase;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: center;
	cursor: pointer;
}
.legend_btn:hover{
	background-color: #eaeaea;
    transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.initialize {
    float:left;
    background-color:#a6ced8;
    border: 2px solid #a6ced8;
    color: #083d4b;
	font-weight: 500;
	font-size: 1em;
	background-image: url(/content/images/init.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 63px;
 	text-transform: uppercase;
	cursor: pointer;
    padding-left: 46px; 

}
.initialize:hover {
    -webkit-transition-property: color, background-color, border, background-image;
    transition-property: color, background-color, border, background-image;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #fff;
    color:#083d4b;
    border: 2px solid #fff;
    background-image: url(/content/images/init_h2.svg);
}


.select_forms {
	float: left;
	width: 100%;
}
.table_content {
	overflow: scroll;
	overflow-y: hidden;
	float: left;
	width: 100%;
    font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: 30px;
}
.table_content table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	max-width: 99.99%;
    min-width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.table_content th  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #e7f2f5;
	vertical-align: center;
}
.table_content td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.table_content_short {
	overflow: scroll;
	overflow-y: hidden;
	float: left;
	width: 420px;
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: 30px;

}
.table_content_short table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	max-width: 99%;
    min-width: 400px;
	margin-left:auto;
	margin-right:auto;
}
.table_content_short th  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #eaeaea;
	vertical-align: center;
}
.table_content_short td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.table_content_DT {
	overflow: scroll;
	overflow-y: hidden;
	float: left;
	width: 80%;
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: 30px;

}
.table_content_DT table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	max-width: 99%;
    min-width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.table_content_DT th  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #eaeaea;
	vertical-align: center;
}
.table_content_DT td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.table_content_report {
	overflow: scroll;
	overflow-y: hidden;
	float: left;
	width: 100%;
    font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: 30px;
}

.legend {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	
}
.comm_ {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.comm_ select {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1em;
	width: 50px;
}
.comm_ input {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1em;
	width: 50px;
}
.comm_sett {
	float: left;
	margin: 5px;
	width: 230px;
}
.legend ul {
	display: block;
	float: left;
	padding: 5px;
	margin: 10px;
}
.legend li {
	list-style-type: none;
	font-size: 0.9em;
}
.triangle01 {
	background-image: url(/content/images/triangle1.png);
	background-repeat: no-repeat;
	background-position: right top;
    margin-right: -2px;
    margin-top: -2px;
    display:block;
}
.triangle02 {
	background-image: url(/content/images/triangle2.png);
	background-repeat: no-repeat;
	background-position: right top;
    margin-right: -2px;
    margin-top: -2px;
    display:block;
}
.triangle03 {
	background-image: url(/content/images/triangle3.png);
	background-repeat: no-repeat;
	background-position: right top;
    margin-right: -2px;
    margin-top: -2px;
    display:block;
}
.data_entry {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 1.0em;
}
.data_entry_right {
	font-weight: 400;
	font-size: 1em;
    position: absolute;
	margin-top: 70px;
    right: 12px;
    height: 100%;
    width: 220px;
    z-index: 99;
    }

.data_entry_style select {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1em;
}
.data_entry_style input {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 1em;
}
.data_entry_group {
    float: left;
    text-align: right;
    margin: 7px 40px;
    font-weight: normal;
}
.data_entry_group th,
.data_entry_group td {
    white-space: nowrap;
    border-bottom: 2px dotted #ccc;
}

.data_entry_group input {
    
}

.data_filter {
	font-weight: 400;
	font-size: 1em;
    position: absolute;
	margin-top: 10px;
    left: 0px;
    height: 100%;
    width: 240px;
    z-index: 2;
}

.report_filter {
	font-weight: 400;
	font-size: 1em;
    position: fixed;
	margin-top: 10px;
    left: 0px;
    height: 100%;
    width: 250px;
    z-index: 2;    
}

.data_edit_group {
    float: left;
    text-align: right;
    margin: 7px 40px;
}
.data_edit_group input {
    
}
.details_label {
    margin: 7px;
    font-weight: normal;
    text-align: right;
    padding-top:3px;
}

.link_field {
    
}


.calendar {
	margin: 10px;
	float: left;
}
.user_profile {
	margin: 10px;
	float: left;
}
.multiplier {
	margin: 10px;
	float: left;
}
.filter {
	margin: 10px;
	float: left;
}
.mp_type {
    margin: 10px;
	float: left;
    margin-left: 20px;
}


.mp_type img {
	vertical-align:middle;
    cursor: pointer;
}

.mp_type_2 {
    margin: 5px;
	float: left;
    margin-left: 10px;
}
.mp_type_2 select {
    width: 180px;
	font-size:0.8em;
}
.mp_type_2 input {
    width: 120px;
	font-size:0.8em;
}
.mp_type_2 option {
    width: 180px;
}





.measure_point {
	margin: 10px;
	float: left;
}
.report_type {
	margin: 10px;
	float: left;
}
.data_block {
	width: 220px;
	float: left;
	font-weight: normal;
	font-size: 0.9em;
	margin: 5px;
	color: #333;
	height: 175px;
	padding: 5px;
}
.data_block2 {
	margin: 5px;
	float: left;
	width: 220px;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	height: 175px;
	padding: 5px;
}
.data_block3 {
	margin: 5px;
	float: left;
	width: 220px;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	height: 175px;
	padding: 5px;
}
.links_ {
	background-color: rgba(234, 234, 234, 0.90);
    width: 220px;
    min-height: 100%;
    z-index: 99900;
	float: right;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 5px;
	margin-left: 5px;
}
.links_ h4 {
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
    padding:2px;
    color: #FFF;
    font-size:0.9em;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333;
}

.links_ a {
	margin: 5px;
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 700;
	background-image: url(/content/images/link_l_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
    padding-right: 10px;
}
.links_ a:hover {
	color: #000;
	text-decoration: none;
}
.links_ h3 {
	font-size: 1em;
	color: #333;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.links_filter {
	background-color: rgba(234, 234, 234, 0.90);
    width: 220px;
    min-height: 100%;

	float: right;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 5px;
	margin-left: 5px;
}
.links_filter h4 {
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
    padding:2px;
    color: #FFF;
    font-size:0.9em;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333;
}

.links_filter a {
	margin: 5px;
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 700;
	background-image: url(/content/images/link_l_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
    padding-right: 10px;
}
.links_filter a:hover {
	color: #000;
	text-decoration: none;
}
.links_filter h3 {
	font-size: 1em;
	color: #333;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}








.scroll-pane {
	
	float: left;
	overflow: scroll;
	width: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.data_add {
	float: left;
	width: 460px;
    min-width: 460px;
	padding: 10px;
   	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.9em;
	color: #333;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.data_add li {
	margin-left: -10px;
    font-weight: normal;	
}
.data_add h3 {
	margin-top: 0px;
	margin-bottom: 10px;
    background-color: #2b8399;
    border-radius: 3px;
    padding: 5px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	line-height: normal;
    letter-spacing: 0.1em;
	width: 76%;
	float: left;
}

.data_add h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #2b8399;
    border-radius: 3px;
    padding: 4px;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 168px);
    float: left;
}

.data_add_scroll {
	height: 250px;
	float: left;
	overflow: hidden;
	width: 100%;
	overflow-x:hidden;
	overflow-y:hidden;
}



.dtCell_left{
	text-align:left;
}

.dtCell_center{
	text-align:center;
}

.dtCell_right{
	text-align:right;
}




.p_dialog input {
    margin:5px;
}



/* MEDIA SCREEN */

@media screen and (max-width: 1700px) {
.border_hp {
	float: left;
	width: 70%;
	overflow:auto;
}

}


@media screen and (max-width: 1700px)
{
	.back_to_list
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.back_to_master
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.cancel_
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.edit_
	{
		font-size: 0.7em;
		line-height: 0;
	}
    .save_ {
        font-size: 0.7em;
		line-height: 0;  
}

	.delete_
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.details_
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.edit_grey
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.delete_grey
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.details_grey
	{
		font-size: 0.7em;
		line-height: 0;

	}

	.create_like
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.create_copy
	{
		font-size: 0.7em;
		line-height: 0;
	}
	.change_meter
	{
		font-size: 0.7em;
		line-height: 0;
	}
	.create_trend
	{
		font-size: 0.7em;
		line-height: 0;
		margin-right: 0px;
	}

	.check_mp
	{
		font-size: 0.7em;
		line-height: 0;
	}

	.initialize
	{
		font-size: 0.7em;
		line-height: 0;
	}

    .reset_
	{
		font-size: 0.7em;
		line-height: 0;
	}
    
    .run_now_
	{
		font-size: 0.7em;
		line-height: 0;
	}
    .btn_top
    {
		font-size: 0.7em;
		line-height: 0;
	}
	.menu_buttons
	{
		float:left;
/*        width:700px;  */

	}

	.menu_buttons2
	{
    float:right;
/*    width:100%;  */
	}

	.border_hp
	{
		float: left;
		width: 98%;
		overflow: auto;
	}

	.exportcsv_btn
	{
		background-image: url(/content/images/exportcsv.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		font-size: 20px;
		line-height: 0;
		width: 55px;
		text-indent: -9999px;
	}

	.print_btn
	{
		background-image: url(/content/images/printing.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		font-size: 20px;
		line-height: 0;
		width: 55px;
		text-indent: -9999px;

	}



	.icon_add
	{
		font-size: 0.7em;
		line-height: 0;
		width: 100px;
	}
    .icon_delete_f
    	{
		font-size: 0.7em;
		line-height: 0;
		width: 180px;
	}
    .icon_delete
    	{
		font-size: 0.7em;
		line-height: 0;
		width: 115px;
	}

	.icon_up
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
		background-position: 7px center;
	}

	.icon_down
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
		background-position: 7px center;
	}
}
@media screen and (max-width: 1550px) {
.border_hp {
	float: left;
	width: 70%;
	overflow:auto;
}

}


@media screen and (max-width: 1550px)
{

	.back_to_list
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
	.back_to_master
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.cancel_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.edit_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
    .save_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}


	.delete_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.details_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.edit_grey
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.delete_grey
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.details_grey
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.create_like
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.create_copy
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
	.change_meter
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.create_trend
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
		margin-right: 0px;
	}

	.check_mp
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.initialize
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
    .reset_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

    .run_now_
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}


	.menu_buttons
	{
/*		width: 400px; */
	}

	.menu_buttons2
	{
/*		width: 100%; */
	}

	.border_hp
	{
		float: left;
		width: 98%;
		overflow: auto;
	}

	.exportcsv_btn
	{
		font-size: 1em;
		line-height: 0;
		width: 55px;
		text-indent: -9999px;	
	}

	.print_btn
	{
		font-size: 1em;
		line-height: 0;
		width: 55px;
		text-indent: -9999px;
	}

	.icon_delete
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
    .icon_delete:hover
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.icon_delete_f
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.icon_add
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}
    .icon_add:hover
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
	}

	.icon_up
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
		background-position: 7px center;
	}

	.icon_down
	{
		font-size: 0;
		line-height: 0;
		width: 55px;
		background-position: 7px center;
	}
}
@media screen and (max-width: 1150px) {


    .site_workplace {
        margin-top: 140px;
    }

    .site_workplace_report {
        margin-top: 140px;
    }

    .site_head_2 {
        display: block;
    }

    .menu_buttons {
        display: none;
    }

    .menu_buttons2 {
        display: none;
    }

    \.menu_buttons_2 {
        float: left;
        width: 100%;
        height: 53px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .menu_buttons2_2 {
        float: right;
        width: 200px;
        height: 53px;
        margin-top: -15px;
        padding-left: 0px;
		padding-right:0px;
        text-align: left;
    }

    .menu_buttons3 {
        display: none;
    }

    .menu_buttons3_2 {
        float: right;
        width: 300px;
        height: 53px;
        padding-top: 10px;
    }

    .border_hp {
        float: left;
        width: 98%;
        overflow: auto;
    }

    .left_menu {
        width: 99%;
        float: left;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1000px) {

	.data_filter {
	    position: relative;
		margin-top: 10px;
		right: 0px;
		float: none;
	    width: 100%;
	    z-index: 99;
	}

	.links_arrow_filter {
/*		display:none; */
	}

	.links_filter {
		background: none;
		border: none;
		width:100%;
	}

	.search_right_filter {
		display:none;	
	}

	.header_right_filter {
		display:none;	
	}
	.show_report_select
	{
/*		float:left; */
	}

	.show_report_select_right input
	{
		float:left;
		margin:0 10px 10px 10px;
	}
	.show_report {
	   float: left;
	}
	.show_report_reset_right input
	{
		float:left;
		margin:0 10px 10px 10px;
	}

}


@media screen and (max-width: 950px) {
	.border_hp {
		float: left;
		width: 98%;
		overflow:auto;
	}
	.table_content {
		font-size: 0.8em;
	}
	.table_content_report {
		font-size: 0.8em;
	}
	.links_filter
	{

	}
}


@media screen and (max-width: 700px) {
.site_head {
	width: 100%;
}
.site_head_2 {
	width: 100%;
}
.logo {
	width: 140px;
}
.legend {
	width: 100%;
}
.border_hp {
	float: left;
	width: 98%;
	overflow:auto;
}

}


/* end MEDIA SCREEN */



/* Custom processing page modal form */
.modal {
    display     :none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .8 ) 
                url('/content/images/processing.gif') 
                50% 50% 
                no-repeat;
}

.collapsible_panel_content {
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.links_arrow {
    position: absolute;
    width: 90px;
    height: 30px;
    color: white;
    background-color: #333;
    background-image: url(/content/images/links_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
    margin-left: -78px;
    margin-top: 40px;
    padding-top:7px;
    padding-left:7px;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
}
.links_arrow:hover {
    background-color: #555;
    transition-property: color, background-color, background-position;
    transition-duration: 0.3s;
    background-position: right;
}

.links_arrow_filter {
    position: absolute;
    width: 90px;
    height: 30px;
    color: white;
    background-color: #2b8399;
    background-image: url(/content/images/links_arrow_1.png);
	background-repeat: no-repeat;
	background-position: right;
    margin-left: 200px;
    margin-top: 40px;
    padding-top:7px;
    padding-left:7px;
    -webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
}
.links_arrow_filter:hover {
    background-color: #8bbac6;
    transition-property: color, background-color, background-position;
    transition-duration: 0.3s;
    background-position: right;
}



.links_point {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(/content/images/links_point.png);
	background-repeat: no-repeat;
	background-position: center;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.links_menu {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(/content/images/home_b.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 30px 30px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 5px;
}
 
.search_right {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(/content/images/search_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    margin-right: 0px;
    margin-top: -5px;
    margin-left: -10px;
}

.report_table
{
	padding-left:0px;
	padding-right:0px;
	border-top:1px solid #999;
}

/* DTFC_ScrollWrapper */
.report_table tr:first-child
{
	border-top: 1px solid #999;
}

.report_table th
{
	border-left: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.report_table th:first-child
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.report_table td
{
	border-left: 0px;
	border-right: 1px solid #999;
}
.report_table td:first-child
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.table_header
{
	background-color:#e7f2f5;
}




/* Tooltip container */
.tooltip {
    position: relative;
    display:inline-block;
    
}

.tooltip input
{
		float:left;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #2c829b;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    border-radius: 0px;
    font-size:0.8em;
    margin-top: 3px;
    margin-left: -5px;
    position: absolute;
    z-index: 10000;
	top: 60px;
	left:-7px;
}
.tooltip:hover .tooltiptext
	{
		visibility: hidden;
	}

@media screen and (max-width: 1550px)
{

	.tooltip:hover .tooltiptext
	{
		visibility: visible;
	}
}

.ui-datepicker{
    z-index: 99 !important
}

.link_btn_page a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 1px;
	background-color: #cecece;
	border: 1px solid #cecece;
	padding-right: 4px;
	padding-left: 4px;
}
.link_btn_page a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.link_btn_page_inactive a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #cecece;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 1px;
	border: 1px solid #cecece;
	padding-right: 4px;
	padding-left: 4px;
}
.link_btn_page_inactive a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #cecece;
	text-decoration: none;
}

.report_container {
    float:left;
    margin-left:50px;
    width:100%;
}

.detailref_nav {
	width:160px;
	height:40px;
	float:right;
}


.btn_active
{
    background-color:#2a829a;
    border: 2px solid #2a829a;
    color: #fff;
}

.btn_inactive
{
	background-color: #a6ced8;
	border: 2px solid #a6ced8;
	color: #083d4b;
}
.btn_blue
{
	border: 2px solid #2c829b;
	background-color: #2c829b;
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px 5px 5px 5px;
}

.btn_grey a
{
	border: 2px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #000;
	font-weight: 700;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px 5px 5px 5px;
	padding: 9px;
	text-decoration: none;
}

#vh_cType-menu
{

	max-height:300px;
}

.ajaxLoadingDiv{
  position:absolute;
  background-color:#fff;
  background-image:url(/content/images/ajax-loader.gif);
  background-size: 60px 60px;
  background-repeat:no-repeat;
  background-position:center top 200px;
  z-index:10000000;
  opacity: 0.6;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.tlRight {
   text-align:right; 
}

.bb {
    border-bottom:1px solid #000;
}