html, body {
	background-color: #fefefe;
	font-family: "Calibri", "Zawgyi-One","Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding:0px;
	margin: 0px;
}
body {
	padding-top: 50px;
}
a:link, a:active, a:visited, a:hover {
	color: #1B3969;
	text-decoration: none;
}
a:hover {
	color: #1B3969;
}
a.color_grey, .color_grey {
	color: #BFBFBF;
}
h1 {
	font-weight: normal; 
	text-transform: uppercase;
	text-shadow: 0px 3px 3px #bbb;
}
form, p { padding: 0px; margin: 0px;}
input[type=text], input[type=password], input[type=submit], input[type=button], input[type=file], select, textarea, a.btn_all {
	border: 1px solid #767171;
	padding: 5px;
	font-family: "Calibri", "Zawgyi-One", Tahoma, Helvetica, sans-serif; 
	color: #666; 
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0px;
}
input[type=text], input[type=password], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
}
.frm_100 input[type=text], .frm_100 input[type=password], .frm_100 textarea, .frm_100 input[type=submit] {
	width: 100%;
}
input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus   {
	background-color: #f4e8e8;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.50);
}
input[type=submit], input[type=button], input[type=file], a.btn_all {
	display: inline-block;
	background-color: #1B3969;
	color: #fff!important;
	padding: 5px 10px;
	margin: 5px 0px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
    cursor: pointer;
    border:none;
}
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled
{
	background-color: #BFBFBF!important;
}
.button_green, a.button_green {
	background-color: #25b604;
}
.button_red, a.button_red {
	background-color: #E21F26;
}
.mess {
	background-color: #fdf0dc;
	color: #ce572e;
	padding: 5px;
	border: 1px solid #f1dfc5;
	display: block;
}
.ok {
	background-color: #e2ffe0;
	color: #6ca628;
	padding: 10px;
	border: 1px solid #bbffb0;
}
#home_log {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0d0e0;
	margin-top: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home_log .tit {
	background-color: #23517f;
	font-weight: bold; 
	color: #fff;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#home_log .ftr {
	font-size: 12px;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px;
	margin: 10px -10px -10px -10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	background-color: #bdbdbd;
}
#profile_message, #profile_message2, #profile_message3, #profile_message5, #profile_message_form {
	left: 0%;
	top: 0%;
	margin: 0px;
	overflow-x: auto ;
	overflow-y: auto ;
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: none;
	background: url('../img/honey.png') center center repeat;
}
#profile_in, #profile_in2, #profile_in3, #profile_in4, #profile_in5, #profile_in_form {	
	width: 80%;
	max-width: 1200px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 5%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#popup_message, #spopup_message {
	left: 0%;
	top: 0%;
	margin: 0px;
	overflow-x: auto ;
	overflow-y: auto ;
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: none;
	background: url('../../img/honey.png') center center repeat;
}
#popup_message, #spopup_message {
	top: -100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;    
	-moz-transition: all 0.3s ease-in-out;    
	transition: all 0.3s ease-in-out;
}
#popup_message.stick {
	top: 0%;
}
#popup_in, #spopup_in {	
	width: 100%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	position: relative;	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	margin-top: 20px;
}
#spopup_message.stick{
	top: 0%;
}
.popup {
	left: 0%;
	top: 0%;
	margin: 0px;
	overflow-x: auto ;
	overflow-y: auto ;
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: block;
	background: rgba(0,0,0,.3);
	-webkit-transition: all 0.3s ease-in-out;    
	-moz-transition: all 0.3s ease-in-out;    
	transition: all 0.3s ease-in-out;
	top: -100%;
}
.popup_stick {
	top: 0%;
}
.popup_divdep {
	top: 0%;
	background-color: transparent;
}
.popup_in {	
	width: 99%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	margin-top: 20px;
	!margin-bottom: 200px;
}
.popup_close {
	display: block;
	text-align: right;
}
#usr_bar #mobile_log {
	width: 30px;
	height: 35px;
	padding: 5px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdGVkIGJ5IEljb01vb24uaW8gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDMyIDMyIj4NCjxwYXRoIGQ9Ik0xMCA2YzAtMy4zMTQgMi42ODYtNiA2LTZzNiAyLjY4NiA2IDZjMCAzLjMxNC0yLjY4NiA2LTYgNnMtNi0yLjY4Ni02LTZ6TTI0LjAwMiAxNGgtMS4xMDdsLTYuMjIyIDEyLjYzMyAyLjMyNy0xMS42MzMtMy0zLTMgMyAyLjMyNyAxMS42MzMtNi4yMjItMTIuNjMzaC0xLjEwN2MtMy45OTggMC0zLjk5OCAyLjY4Ny0zLjk5OCA2djEwaDI0di0xMGMwLTMuMzEzIDAtNi0zLjk5OC02eiIgZmlsbD0iI0ZGRkZGRiIvPg0KPC9zdmc+) no-repeat center center;
	vertical-align: middle;
	display: none;
}
#mobile_menu {
	width: 30px;
	height: 35px;
	padding: 5px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiICBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+) no-repeat center center;
	vertical-align: middle;
	float: right;
	display: none;
}
#header {
	background-color: #1B3969;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
}
#menu a:hover {
	color: #fff;
}
#logo {
	vertical-align: middle;
	padding-left: 10px;
	display: inline-block;
	font-size: 9px;
	text-align: right;
	line-height: 90%;
}
#logo img {
	vertical-align: middle;
}
#usr_bar {
	float: right;
	position: relative;
}
#usr_bar img {
	width: 35px;
	vertical-align: middle;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
#usr_bar span {
	display: inline-block;
	padding: 15px 0px 15px 5px;
}
#usr_bar ul {
	display: none;
	width: 140px;
	background-color: #1B3969;
	position: absolute;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	right: 0px;
	z-index: 10;
}
#usr_bar ul li {
	display: block;
}
#usr_bar ul li a {
	display: block;
	text-align: right;
	padding: 3px 10px;
	color: #fff;
}
#usr_bar ul li a:hover {
	background-color: #bad1e9;
	color: #1B3969;
}
#usr_bar:hover ul {
	display: block;
}
#menu, #menu  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu {
	margin-left: 20px;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu li ul {
	position: absolute;
	background-color: #1B3969;
	min-width: 150px;
	display: none;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li {
	display: block;
}
#menu a {
	color: #fff;
	display: block;
	padding: 15px 5px;
	white-space: nowrap;
	z-index: 5;
}
#menu a.a_ch, #menu a:hover {
	color: #bad1e9;
}
#menu li ul li a {
	padding: 5px 10px;
}
#menu li ul li a:hover {
	background-color: #bad1e9;
	color: #1B3969;
}
#main {
	padding: 10px;
	padding-top: 20px;
}
#menu_snd {
	background-color: #f5f5f5;
	padding: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #e3e3e3;
}
#menu_snd ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu_snd ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu_snd ul li a {
	padding: 5px 5px;
}
#menu_snd a.a_ch, #menu_snd a:hover {
	color: #1B3969;
	font-weight: bold;
}
.tbl {
	width: 100%;
	margin-top: 1px;
}
.tbl td {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #8a8a8a;
}
.tbl tr:hover td {
	background-color: #f9f9f9;
}
.tbl th {
	background-color: #767171;
	font-weight: normal;
	padding: 10px;
}
.tbl tfoot tr td, .tbl tfoot tr:hover td {
	background-color: #f9f9f9;
}
.tbl .tr_grey td {
	background-color: #f3f3f3;
}
.tr_new {
	font-weight: bold; 
}
.tbl_td_center td{
	text-align: center;
}
.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#767171;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #767171;
    color: white;
    width: 14%;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
    border: 1px solid #767171;
    text-align: center;
}
.dateChooser table {
    width: 100%;
}
/* http://www.hedgerwow.com/360/bugs/css-select-free.html */
.select-free {
	 width: 220px;
	 font-size: 10px;
	 z-index: 100;
}
.select-free iframe {
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:-1;
	 width: 100%;
}
.far {
	display: inline-block;
	width: 11px;
	height: 11px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;	
}
.far_red {
	background-color: #E21F26;
	border: 2px solid #E21F26;
	color: #fff;
}
.far_green {
	background-color: #009D03;
	border: 2px solid #009D03;
	color: #fff;
}
.far_blue {
	background-color: #00a7dc;
	border: 2px solid #00a7dc;
	color: #fff;
}
.far_grey {
	background-color: #8c8c8c;
	border: 2px solid #8c8c8c;
}
.far_orange {
	background-color: #F59C00;
	border: 2px solid #F59C00;
}
.far_yellow {
	background-color: #faf101;
	border: 2px solid #faf101;
}
.far_borcol_blue {
	border-color: #33ccff;
}
.far_borcol_red {
	border-color: #E21F26;
}
.far_borcol_orange {
	border-color: #F59C00;
}
.far_ellipse {
	display: inline-block;
	min-width: 60px;
	width: auto;
	/*height: 15px;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	padding: 2px;
	padding-bottom: 1px;
	text-align: center;
	margin-right: 5px;
}

.far_ellipse a {
	color: #fff;
}

.far_elp {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 60px;
	height: 20px;
	vertical-align: middle;
	background-color: #E21F26;
	margin-left: 5px;
	position: relative;
}
.far_elp span {
	background: url('../img/fars.png') center -500px no-repeat;
	display: inline-block;
	width: 40px;
	height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	padding: 3px 10px;
}
.far_elp span.far_2 {
	text-align: right;
}
.far_elp span.far_1_1_0 {
	background-position: center -130px; 
}
.far_elp span.far_1_1_1 {
	background-position: center bottom; 
}
.far_elp span.far_2_1_0 {
	background-position: center -70px; 
}
.far_elp span.far_2_1_1 {
	background-position: center top; 
}
.div_border {
    border: 1px solid #767171;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.div_error {
    border: 2px solid #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#clock_bar {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.label {
	color: #1B3969;
	font-weight: bold;
}
.label_2 {
	color: #E21F26;
	font-weight: bold;
}
.label_3 {
	color: #E21F26;
	background-color: #f9f9f9;
	font-weight: bold;
}
.inventory_value{
	color: #999;
}
.value {
	
}
.old_value, .old_value a:link,.old_value a:active, .old_value a:visited, .old_value a:hover {
	color: #E21F26;
}
.bad_value, .bad_value a:link,.bad_value a:active, .bad_value a:visited, .bad_value a:hover {
	color: #FF0000;
}
.no_value, .no_value a:link,.no_value a:active, .no_value a:visited, .no_value a:hover {
	color: #BFBFBF;
}
.good_value, .good_value a:link,.good_value a:active, .good_value a:visited, .good_value a:hover {
	color: #0384E1;
}
.files, .files a:link,.files a:active, .files a:visited, .files a:hover {
	color: #3366CC;
}
#ticket_header {
	width: 100%;
}
#ticket_header  img {
	width: 30px;
	vertical-align: middle;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-left: 10px;
	margin-right: 10px;
}
.error, .error a:link,.error a:active, .error a:visited, .error a:hover {
	color: #E21F26;
	font-weight: bold;
}
.good, .good a:link,.good a:active, .good a:visited, .good a:hover {
	color: #33CC33;
	font-weight: bold;
}
#home_header, #home_main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home_header {
	border-bottom: 2px solid #d3302f;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 40px;
}
#home_header .links {
	float: right;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
#home_main {
	text-align: center;
	position: relative;
	min-height: 100px;
}
#home_main img {
	width: 90%;
	margin-top: 20px;
}
#home_main .fst {
	font-size: 25px;
	color: #17375e;
	display: block;
	margin-bottom: 10px;
	font-weight: bold; 
}
#home_main .snd {
	font-size: 18px;
	color: #f80404;
	font-weight: bold; 
}
#home_main #form_login {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
#home_main #home_log {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
#home_main #btn_log {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
}
.alert_message, .alert_message a {
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #E21F26;
	font-weight: bold;
	padding-bottom: 20px;
}
a.a_ent {
	text-decoration: underline;
	color: #E21F26;
}
#popup_text {
	width: 300px;
	height: 100px;
}
#timer_bar 
{
	!vertical-align: middle;
	!-moz-border-radius:10%;
	!-webkit-border-radius:10%;
	!border-radius:10%;
	!margin-left: 10px;
	!margin-right: 10px;
	!font-size: 14px;
	!border: 1px solid #f00;
	
	width: 100%;
	border-bottom: 2px dotted #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#srch_report {
	height: 2350px;
	width: 200px;
	float: left; 
	margin-right: 5px;
}
.chk_error {
	color: #f00;
	display: none;
}
.ords .ofer td {
	background-color: #eee;
}
.round {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.div_help {
	position: relative;
}
.help {
	position: absolute;
	border: 1px solid #cfcfcf;
	padding: 5px;
	background-color: #fff;
	right: 0px;
	font-size: 10px;
	display: none;
	color: #0f0f0f;
	text-align: left;
	z-index: 101;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#search {
	list-style-type: none;
}
#search li {
	display: inline-block;
	vertical-align: middle;
}
#search ul {
    margin-bottom: 0%;
}
.clear {
	clear: both;
}
.rotate_text {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: none; /*Mandatory for IE9 to show the vertical text correctly*/ 
}
.hidden {
	display: none;
}
#week_sel {
	padding-top: 10px;
	padding-left: 20px;
}
#week_sel a {
	padding: 10px;
}
.member {
	display: inline-block;
	width: 100px;
	text-align: center;
}
.td_warning, .td_warning a{
	background-color: #F59C00;
	color: #fff;
}
.td_alarm, .td_alarm a {
	background-color: #E21F26;
	color: #fff;
}
.td_ok, .td_ok a {
	background-color: #33CC33;
	color: #33CC33;
}
.td_warning_2, .td_warning_2 a{
	background-color: #33ccff;
	color: #fff;
}
#pic_div {
	height:200px; 
	width: 600px; 
	overflow-y:scroll; 
	border: #6F9DD9 1px solid; 
	padding-left:10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#pic_div  img{
	width: 40px;
}
#pic_div_1 {
	height:200px; 
	width: 600px; 
	overflow-y:scroll; 
	border: #6F9DD9 1px solid; 
	padding-left:10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#pic_div_1  img{
	width: 40px;
}
.input_div {
	display: inline-block;
	width: 49%;
	/*vertical-align: middle;*/
	vertical-align: top;
}
.tbl .forecast_green {
	background-color: #009D03;
}
.tbl .forecast_green a {
	color: #000;
}
.tbl .forecast_grey{
	background-color: #f9f9f9;
}
.tbl .forecast_grey a {
	color: #000;
}
.tbl .forecast_red {
	background-color: #E21F26;
}
.tbl .forecast_red a {
	color: #000;
}
.tbl .forecast_orange {
	background-color: #F59C00;
}
.tbl .forecast_orange a {
	color: #000;
}
select .empty {
	background-color: #767171;
}
.alarm_sup {
	position: absolute;
	background-color: #f9f9f9;
	height: 30px;
	border: #6F9DD9 1px solid; 
	padding: 5px;
}
.tbl .alternative_row  td{
	background-color: #767171;
}
.tbl .attention_row  td{
	background-color: #FF9933;
}
.tbl .auxiliary_row  td{
	background-color: #ff00ff;
}
.tbl .yellow_row  td{
	background-color: #ffff99;
}
.tbl .green_row  td{
	background-color: #009D03;
}
.tbl .red_row  td{
	background-color: #E21F26;
}
.map_info th{
	text-align: center;
	font-weight: bold;
}
.map_info td {
	padding-left: 10px;
}
#dashboard_menu {
	float: right;
	position: relative;
	padding: 5px;
}
#dashboard_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#dashboard_menu ul li {
	display: inline-block;
	text-align: center;
	min-width: 30px;
	margin: 1px;
	padding: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
#dashboard_menu ul li:last-child {
	width: 35px;
	height: 35px;
}
#dashboard_menu ul li a, #dashboard_menu ul li a:link,#dashboard_menu ul li  a:active, #dashboard_menu ul li  a:visited, #dashboard_menu ul li  a:hover{
	color: #fff;
}
.dash_red {
	background-color: #E21F26;
}
.dash_green {
	background-color: #009D03;
}
.dash_brown {
	background-color: #ff5500;
}
.dash_purple {
	background-color: #ff00ff;
}
.dash_blue {
	background-color: #0000ff;
}
.div_help2 , #map_panel .div_help2{
	position: absolute;
	border: 1px solid #6F9DD9;
	padding: 2px;
	background-color: #fff;
	left: 2px;
	display: none;
	text-align: left;
	z-index: 7;
}
#map_panel{
	position: absolute;
	top: 60px;
	left: 120px;
	z-index: 3;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
	text-align: left;
	line-height: 30px;
	padding-left: 10px;
	-moz-opacity: 0.95;          /* Netscape */
	-khtml-opacity: 0.95;        /* Safari 1.x */
	opacity: 0.95; 
	width: 250px;
}
#profile_message4 {
	position: absolute;
	top: 100px;
	left: 220px;
	z-index: 11;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
	text-align: left;
	padding-left: 10px;
	opacity: 0.95; 
	width: 60%;
}
.map_panel_title {
	background-color: #1B3969;
	width: 250px;
	height: 30px;
	margin-left: -10px;
	color: #fff;
	padding-left: 10px;
	vertical-align: center;
	font-size: 14px;
}
.map_panel_title img {
	width: 30px;
	vertical-align: center;
	float: right;
}
.map_labels {
     color: #000;
     background-color: #FFFFFF;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     !width: 50px;
     border: 1px solid grey;
     white-space: nowrap;
	 padding: 1px 2px;
}
.map_labels_r {
     color: #fff;
     background-color: #FF0000;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     !width: 40px;
     border: 1px solid grey;
     white-space: nowrap;
	 padding: 2px;
}
.map_labels_y {
     color: #000;
     background-color: #FFFF00;
	 font-size: 10px;
     font-weight: bold;
     text-align: center;
     !width: 40px;
     border: 1px solid grey;
     white-space: nowrap;
	 padding: 2px; 
}
.map_route {
	position: absolute;
	border: 1px solid #6F9DD9;
	background-color: #fff;
	text-align: left;
	z-index: 3;
	display: block; 
	top: 60px;	
	left: 420px;
	padding: 0px; 
	padding-left: 10px; 
	width: 250px;
	line-height: 30px;
}
.input_num  {
	text-align: right;
	width: 100px;
}
#img_version img {
	max-width: 400px;
	max-height: 400px;
}
.site_oth {
	display: inline-block; 
	vertical-align: middle; 
	margin-right: 20px;
}
.pm_help {
	display: none; 
	position: absolute; 
	left: 100px; 
	top: 20px; 
	width: 200px; 
	background-color: #eee; 
	padding: 10px; 
	border: 1px solid #1B3969;
	z-index: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-align: left;
}
.itm_tabs {
	position: relative;
	margin-bottom: 10px;
	!border: 1px solid;
}
.itm_tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.itm_tabs ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	/* width: 120px; */
	width: 12.47%;
	height: 41px;
}
.itm_tabs ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	/* width: 120px; */
	width: 100%;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	position: absolute;
	z-index: 10;
	background-color: #1B3969;
	border: 1px solid #1B3969;
	font-weight: bold;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.itm_tabs ul li a.tab_select{
	z-index: 11;
	font-weight: normal;
	background-color: #fff;
	color: #1B3969;
	border-bottom: 0px;
	text-decoration: underline;
}
#div_content {
	border: 1px solid #1B3969;
	margin-top: 30px;
	clear: both;
}
.snd {
	text-transform: uppercase;
}
.dashboard {
	border: #D4DCE6 1px solid;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	width: 100px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.dashboard a {
	color: #fff;
}
.d_case {
	background-color: #004080;
	color: #fff;
}
.d_cat {
	background-color: #67a6e4;
	color: #fff;
}
.d_red {
	background-color: #E21F26;
}
.d_green{
	background-color: #009D03;
}
.d_blue {
	background-color: #1B3969;
}
.d_grey {
	background-color: #bedaf4;
	color: #fff;
}
.d_title {
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.d_title a {
	color: #000;
}
.map_panel_title #arrow
{
	margin-right: 15px;
}
#td_vehicle_link {
	background-image:   url('../img/map.png');
    !background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url('../img/map.png');
	background-size:    contain;                      /* <------ */
    background-repeat:  no-repeat;
    background-position: center;       
}
#td_vehicle_link  a, #td_vehicle_link  a:link, #td_vehicle_link a:active, #td_vehicle_link a:visited, #td_vehicle_link a:hover
{
	color: #000;
	background-color: #fff;
	opacity: 0.7;
}
.anketa_pic 
{
	width: 150px;
    margin-right: -5%;
}
.folder_pic 
{
	width: 100px;
    padding: 1px;
}
.pic_red_border
{
	border: 1px solid red;
}
.folder
{
	list-style-type: none;
}
.folder li {
	display: inline-block;
	margin-left: 5px;
}
.folder li img {
	vertical-align: middle;
	margin-right: 10px;
}
.list {
	margin-top: 20px;
	text-align: center;
}
.list a {
	border: 1px solid #1B3969;
	padding: 5px 10px;
	display: inline-block;
	margin: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list a:hover, .list a.a_ch, .list a.arr {
	color: #fff;
	background-color: #1B3969;
	border: 1px solid #1B3969;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list a.arr {
	padding: 7px 12px;
}
.prev_next_sites {
	width: 25%;
	text-align: center;
	font-weight: bold;
	min-width: 120px;
}
.elemens_number
{
	font-weight: bold;
	font-size: 18px;
}
#scroll_div
{
	height: 300px;
    max-height: 300px;
    overflow-y: scroll;
}
.tbl.calculator input{
	text-align: right;
}
.tbl.calculator .green input {
	background-color: green;
	color: #fff;
	text-align: right;
}
.tbl.calculator .yellow{
	background-color: yellow;
}

.fdd {
	background-color: #fff;
	position: absolute; 
	left: 170px; 
	padding: 5px;
	width: 300px; 
	height: 100px; 
	display: none; 
	overflow:auto; 
	z-index: 1;
	font-size: 1.2em;
	border: 1px solid #f0f0f0;
}
.tbl.calculator .blue input {
	background-color: #3884ff;
	color: #fff;
	text-align: right;
}
#min_poll{
	display: none;
	margin-left: 100px;
}
#min_poll input[type=text]{
	width: 100px;
}
#max_poll{
	display: none;
	margin-left: 30px;
}
#max_poll input[type=text]{
	width: 100px;
}
.tbl_kpi {
	text-align: left;
}
.tbl_kpi tr th  {
	background-color: #1B3969;
	color: white;
}
.tbl_kpi tr td  {
	color: #1B3969;
}
.tbl_kpi tr:nth-child(even) td  {
	background-color: #fff;
}
.tbl_kpi tr:nth-child(odd) td  {
	background-color: #B5D3E7;
}

@media screen and (max-width: 1385px) {
	#logo {
		display: none;
	}
}
@media screen and (max-width: 1245px) {
	body {
		padding-top: 100px;
	}
}
@media screen and (max-width: 1024px) {
	body {
		padding-top: 50px;
	}
	#header {
		overflow: auto;
	}
	#usr_bar img, #usr_bar span, #clock_bar {
		display: none;
	}
	#usr_bar #mobile_log, #mobile_menu {
		display: block;
	}
	#menu, #menu  ul {
		display: block;
		margin-left: 0px;
	}
	#menu li {
		display: block;
		border-top: 1px solid #bad1e9;
		border-bottom: 1px solid #174572;
	}
	#menu li ul {
		position: static;
		background-color: #285f93;
	}
	#menu {
		margin-top: 10px;
		display: none;
	}	
	#srch_report {
		margin-right: 5px;
		height: 60px; 
		width: 500px;
	}
	#menu.menu_show {
		display: block;
	}
	#header.menu_show {
		height: 100%;
	}
	#dashboard_menu {
		float: none;
		display: inline-block;
		margin: 0px;
	}
}
@media screen and (max-width: 620px) {
	#dashboard_menu.dashboard_hide {
		display: none;
	}
}
#client_pic {
    width: 84%;
}
.snd_client {
    font-size: 18px;
    color: #17375e;
    font-weight: bold; 
}
.fst_client {
    	font-size: 25px;
	color: #17375e;
	display: block;
	margin-bottom: 10px;
	font-weight: bold; 
}
.fst_client span {
    color: #f80404;
}
.w_100 {
	width: 100px;
}
.dd {
	background-color: #fff;
	position: absolute; 
	left: 10px; 
	bottom: -110px;
	padding: 5px;
	
	width: 300px; 
	height: 100px; 
	display: none; 
	overflow:auto; 
	z-index: 1;
	font-size: 1.2em;
	border: 1px solid #f0f0f0;
}
.dd_filter {
	width: 87%;
	color: #BFBFBF;
	background-color: #fff;
	position: absolute; 
	padding: 5px;
	height: 100px; 
	display: none; 
	overflow:auto; 
	z-index: 1;
	font-size: 1.2em;
	border: 1px solid #f0f0f0;
	!border-radius: 14px;
}
.relative-filter {
	position: relative;
}
.file_link a img {
	margin-left: 5px;
}
.border_bottom {
	border-bottom: 5px solid #FFA500;
}
.border_bottom img
{
	max-width: 900px;
}
.prev_next {
    font-weight: bold;
    width: 15%;
}
.prev_next_site .btn_all.prev_next{
	background-color: #767171767171!important;
    width: 9%;
    position: relative;
}
.prev_next_site .btn_all.prev_next img {
	vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.prev_next_site .btn_all.prev_next:first-child img {
    left: 0;
}
.prev_next_site .btn_all.prev_next:last-child img {
    right: 0;
}
.empty_row td {
	height: 5px; 
	background-color: #1B3969;
}
.auth_name {
	font-weight: bold;
	font-style: italic;
	padding-left: 1%;
}
.pic_conteiner {
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    display: inline-block;
}
#loading {
	width: 50%;
	left: 20%;
	padding: 20px;
	position: relative;	
	text-align: center;
	height: 80%;
	z-index: 1;
}
#loading  img{
	width: 100%;
}
#loading_over {
	width: 100%;
	height: 97%;
	background-color: white;
	/* left: 20%; */
	position: absolute;	
	text-align: center;
	z-index: 1;
}
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #222;
	border: 2px dashed #222;
	border-radius: 7px;
	cursor: default;
}
#filedrag.hover
{
	color: #b20f0c;
	border-color: #b20f0c;
	border-style: solid;
}
.upl_dir
{
	text-align: left; 
	display: inline-block; 
	!width: 80%;
	padding: 10px;
	font-size: 14px;
}
.btns 
{
	float:right; 
	padding: 10px;
}
#fils
{
	text-align: left;
}
.replace_pic {
    display: block;
    background-color: #0384E1;
    padding: 4%;
    width: 80%;
    font-weight: bold;
}
.replace_pic:hover {
    color: #fff;
}
.column {
    display: inline-block;
    vertical-align: top;
}
.column .inner_column {
    width: 200px;
}
.column_title {
    background-color: #1B3969;
    font-weight: bold;
    color: #FFF;
    padding: 2%;
    text-align: center;
    font-size: 1.5em;
}

#second_column .column_title{
    padding: 3%;
}

#first_column .inner_column .column_title{
    font-size: 1.1em;
    padding: 4%;
    margin-top: 3%;
}
#second_column .inner_column .column_title:first-child {
    margin-top: 1%;
}
#second_column .inner_column .column_title{
    font-size: 1.1em;
    padding: 2%;
}
#second_column .column_info_cell {
    padding: 2%;
}
#second_column .inner_column {
    width: 500px;
}
.column_info_cell {
    text-align: left;
    border: 1px solid black;
    padding: 4%;
    border-top: none;
}

.tbl .dc td
{
	background-color: #ebf1de;
	padding: 20px;
	font-weight: bold;
}
.tbl .mp td
{
	background-color: #daeef3;
	padding: 20px;
	font-weight: bold;
}
.tbl .tp td
{
	background-color: #f2dcdb;
	padding: 20px;
	font-weight: bold;
}

section {
  position: relative;
  border: 1px solid #000;
  padding-top: 37px;
  background-color: #767171;
}

.tbl_container {
  overflow-y: auto;
}
#table_fixed {
	border-spacing: 0;
}
#table_fixed td, #table_fixed th {
	!background: #fff;
	!color: #000;
	padding: 10px 25px;
}
#table_fixed th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
  text-align: center;
}
#table_fixed th div{
  position: absolute;
  background: transparent;
  color: #000;
  padding: 9px 25px;
  top: 0;
  !margin-left: -25px;
  line-height: normal;
}
#table_fixed th:first-child div{
	  border: none;
}

.table_site_power_data th span {
    font-weight: bold;
}
.table_site_power_data th {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #FFF;
    border-right: 1px solid #FFF;
}
.white_grey {
    background-color: #E7E6E6;
}
.dark_grey {
    background-color: #E0E0E0;
}
.table_site_power_data td {
    border: 1px solid #FFF;
    padding-bottom: 1%;
}
.th_date {
    background-color: #757171;
	font-style: italic;
}
.th_dc1 {
    background-color: #2d5e96;
	height: 2em;
}
.th_dc2 {
    background-color: #2d5e96;
}
.th_dc3 {
    background-color: #2d5e96;
}
.th_mono {
    background-color: #2d5e96;
	height: 2em;
}
.th_triphase {
    background-color: #2d5e96;
	height: 2em;
}

.table_site_power_data tr th {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.table_site_power_data tr td {
	width: 150px;
	padding: 10px;
}
.table_site_power_data tr td, .table_site_power_data tr td a {
	font-weight: bold;
	!color: #757171;
}
.arrow_down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
.arrow_triphase {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 13px solid #007DC2;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    top: 69%;
}
.arrow_down_blue {
  border-top: 13px solid #00D0D3;
}
.arrow_down_orange {
  border-top: 13px solid #FFA800;
}
.arrow_down_red {
  border-top: 13px solid #FF0025;
}
.arrow_down_purple {
  border-top: 13px solid #334B66;
}
.with_arrow {
    padding-top: 0%;
}
.td_spec {
    padding-top: 1%;
}
.table_site_power_data tr:hover td {
	background-color: #f9f9f9;
}
#tbl_power_triphase {
    margin-bottom: 2%;
    !width: 90%;
}
#tbl_power_triphase td {
    padding-top: 1%;
	width: 150px;
}
.power_title {
    background-color: #1b3a69;
    font-weight: bold;
	font-size: 2.5em;
    color: #fff;
    padding: 20px;
	margin: 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	margin-left: auto;
	margin-right: auto;
}
#modemip {
	float: right; 
	bottom: 10px; 
	font-size: 0.4em; 
	font-style: italic;
}
.site_tabs {
    width: 100%;
    font-weight: bold;
    font-size: 1.9em;
    color: #FFF;
}
.qustionary_tab {
    display: inline-block;
    background-color: #213A67;
    color: #FFF;
    padding: 2%;
    text-align: center;
    /*border-bottom: 8px solid #FFF;*/
}
#quest_tab_pic {
    background-color: #FFF;
    text-align: left;
    /*border-bottom: 8px solid #FFF;*/
}
#quest_tab_pic img {
    width: 25%;
}
#quest_site_id {
    width: 35%;
    border-right: 2px dotted #FFF;
    border-radius: 15px 0px 0px 0px;
}
#quest_site_name {
    width: 35%;
    border-right: 2px dotted #FFF;
    border-left: 2px dotted #FFF;
}
#quest_site_type {
    width: 15%;
    border-left: 2px dotted #FFF;
    border-radius: 0px 15px 0px 0px;
}
.table_quest_validate {
    width: 100%;
}
.table_quest_validate tr td:first-child {
    background-color: #213A67;
    color: #FFF;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 25%;
    position: relative;
}
.table_quest_validate tr td:first-child a img {
    position: absolute;
    left: 1%;
}
.table_quest_validate tr td{
    background-color: #F2F2F2;
    color: #757070;
    font-weight: bold;
    font-size: 1.0em;
}
.table_quest_validate tr td img {
    vertical-align: middle;
    width: 30px;
}
.quest_site_date {
    font-weight: normal;
    color: #787373;
}
.table_quest_validate tr:first-child {
    border-bottom: 5px solid #FFF;
}
.table_quest_validate tr td a {
    color: #FFF;
}
#site_td {
    background-color: #FFF;
    padding: 0px;
}
#button_conteiner {
    width: 100%;
    text-align: right;
}
#button_conteiner a {
    font-weight: bold;
    padding: 1%;
    width: 18%;
	max-width: 200px;
    text-align: center;
    /*margin-top: 1%;*/
    background-color: #213A67;
    font-size: 1.0em;
}
.table_quest_reject {
    width: 100%
}
.table_quest_reject th {
    background-color: #213A67;
    padding: 1%;
    color: #FFF;
    font-size: 1.1em;
}
.table_quest_reject td {
    padding: 1%;
    font-size: 1.2em;
}

#rejected_rotate {
    font-weight: bold;
    color: #FFF;
    background-color: #213A67;
    width: 8%;
    padding: 0;
    height: 100px;
}
.blue_row {
    background-color: #D8D8D8;
}
.table_quest_reject .question_title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 1%;
}
#table_quest_answer {
    margin-top: 2%;
}
#table_quest_answer tr td:first-child {
    border-top: 1px solid #A0B4DA;
    border-left: 1px solid #A0B4DA;
    border-bottom: 1px solid #A0B4DA;
}
#table_quest_answer tr td:last-child {
    border-top: 1px solid #A0B4DA;
    border-right: 1px solid #A0B4DA;
    border-bottom: 1px solid #A0B4DA;
    width: 25%;
}
#table_quest_answer tr td {
    border-top: 1px solid #A0B4DA;
    border-bottom: 1px solid #A0B4DA;
}
.table_quest_reject tr td {
    font-size: 1.0em;
    width:15%;
}
.table_quest_reject tr td:first-child {
    width:15%;
}
.table_quest_reject tr:hover td, #table_quest_answer tr:hover td {
	background-color: #f9f9f9;
}
.pic_conteiner_val {
    display: inline-block;
    width: 35%;
    text-align: right;
    padding: 0px;
}
#button_conteiner .btn_all:hover {
    background-color: rgba(26, 84, 191, 0.8);
}
#button_conteiner #validation_btn {
    background-color: rgb(0,127,70);
    margin-right: 3px;
}
#button_conteiner #reject_btn {
    background-color: red;
}
#button_conteiner #reject_btn:hover {
    background-color: rgba(173, 0, 0, 0.8);
}
#button_conteiner #validation_btn:hover {
    background-color: rgba(16, 122, 0, 0.8);
}
.intervention_status {
    width: 32px;
    vertical-align: middle;
}
#reload_update {
    vertical-align: middle;
    /*position: absolute;
	right: 17%;
	top: 11%;*/
}
#number_of_updates{
    position: absolute;
/*     left: 49%; */
    left: 43%;
	color: #1B3969;
	font-weight: bold;
    top: 5%;
/* 	top: 28%; */
}
#home_main #home_logo_big {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alarm_major {
	color: #E21F26;
}
.alarm_minor {
	color: #F59C00;
}
.alarm_ok {
	color: #009D03;
}
#image_rotate {
    max-width: 100%;
    margin-top:2%;
}
#image_zoom_in {
    width: 15px;
    margin-right:2%;
    margin-left: 20%;
}
#image_zoom_out {
    width: 15px;
    margin-left:2%;
}
.ticket_info {
    width: 18%;
/*     display: inline-block; */
    vertical-align: top;
    text-align: left;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
}
.ticket_info_title {
    margin-top: 30%;
    font-weight: bold;
}
.rejected_rotate_th {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari 3-8 */
    transform: rotate(270deg);
}
#poll_title_anketa {
    color: #242F6B;
    font-size: 1.4em;
}

/* new design */

.text_white_italic_small {
    font-style: italic;
    color: #FFF;
    font-size: 0.9em;
}
.text_white {
    color: #FFF;
}
.text_white_bold {
    color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
}
.text_blue_bold {
    color: #1B3969;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 1%;
}
.circle_img img {
    border: 4px solid #FFF; 
    padding: 1px; 
/*     width: 60px; */
    width: 90%;
	max-width: 80px;
    border-radius: 50%;
}
.circle_img {
    text-align: center;
    padding-top: 10px;
}
.background_green {
    background-color: #009D03!important;
    border: 2px solid #009D03;
}
.background_orange {
    background-color: #F59C00!important;
    border: 2px solid #F59C00;
}
.background_blue {
    background-color: #00a7dc!important;
    border: 2px solid #00a7dc;
}
.background_red {
    background-color: #E21F26!important;
    border: 2px solid #E21F26;
}
.background_yellow {
    background-color: #faf101!important;
    border: 2px solid #faf101;
}

.tbl_ticket_main .tr .td .background_green, .tbl_ticket_main .tr .td .background_blue, .tbl_ticket_main .tr .td .background_orange, .tbl_ticket_main .tr .td .background_red , .tbl_ticket_main .tr .td .background_yellow {
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin-top: 15%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.1em;
}
.tbl_ticket_main .tr .td 
{
	text-align: left;
    padding-top: 25%;
    font-size: 1.1em;
}
.text_red_italic {
    color: #FF0000;
    font-weight: bold;
    font-size: 1.4em;
    padding-top: 2%;
}
.tbl_ticket_main {
    display: table;
    width: 100%;
    background-color: #1B3969;
    border-radius: 20px;
    margin-top: 1%;
    box-shadow: 3px 4px 5px #ACB5BC;
/*     padding: 1%; */
}
.tbl_ticket_main .tr .td:first-child .tbl_ticket_main_sub {
    display: table;
    margin-top: 10px;
/*     width: 100%; */
}
.tbl_ticket_main .tr .td {
    border-right: 2px dotted #FFF;
    padding: 1%;
    /*width: 26%;*/
	min-width: 150px;
}
.tbl_ticket_main .tr .td:first-child {
    padding-top: 1%;
    padding-left: 2%;
    min-width: 100px;
}
.tbl_ticket_main .tr .td:last-child {
    border-right: none;
}
.tbl_ticket_main .tr .td:first-child .tbl_ticket_main_sub .tr .td:last-child{
/*     padding-left: 10%; */
    
}
.tbl_ticket_main .tbl_ticket_main_sub .tr .td {
    border: none;
    padding: 0%;
}
.tbl_ticket_main .tbl_ticket_main_sub, .tbl_ticket_status_bar, .tbl_ticket_case_activities, .tbl_ticket_team, .tbl_gps_data, .tbl_multi, .tbl_ticket_update, .prev_next_tbl {
    display: table;
    margin-bottom: 1%;
    width: 100%;
}
.tbl_ticket_main a:link, .tbl_ticket_main a:active, .tbl_ticket_main a:visited {
    text-decoration: none;
    color: #FFF;
}
.tbl_ticket_main a:hover {
    color: #ebeef4;
}
.tbl_ticket_main .tbl_ticket_main_sub{
/*     margin-top: 13%; */
    width: 100%;
}

.tbl_ticket_main .tbl_ticket_main_sub .text_white_bold {
    font-size: 1.2em;
}

.tbl_ticket_status_bar .tr .td {
    vertical-align: middle;
    text-align: center;
    width: 11%;
	height: 50px;
}
.tbl_ticket_status_bar .tr .td:first-child, .tbl_ticket_status_bar .tr .td.ticket_updates_number {
    width:3%;
}
.tbl_ticket_status_bar .tr .td.stage_ready {
    background-color: #009d03;
    transition: background 1s ease-in;
}

.tbl_ticket_status_bar .tr .td.stage_ready_1 {
    background-color:#138315;
    color: #FFF;
    font-weight: bold;
    padding-left: 3%;
    font-size: 1.3em;
    transition: background 1s ease-in;
}
.tbl_ticket_status_bar .tr .td.stage_current, .tbl_ticket_status_bar .tr .td.stage_current_no_arrow {
    background-color: #1B3969;
}
.tbl_ticket_status_bar .tr .td.stage_next, .tbl_ticket_status_bar .tr .td.stage_next_no_arrow {
    background-color: #1B3969;
}
.tbl_ticket_status_bar .tr .td.stage_ready, .tbl_ticket_status_bar .tr .td.stage_current, .tbl_ticket_status_bar .tr .td.stage_next, .tbl_ticket_status_bar .tr .td.stage_next_no_arrow, .tbl_ticket_status_bar .tr .td.stage_current_no_arrow {
    padding-top:10px;
    padding-bottom:10px;    
    color: #FFF;
    font-weight: bold;
    padding-left: 3%;
}
.tbl_ticket_status_bar .tr .td.stage_ready img, .tbl_ticket_status_bar .tr .td.stage_current img, .tbl_ticket_status_bar .tr .td.stage_next img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 18px;
    margin-bottom: 2%;
}
.tbl_ticket_status_bar .tr .td.stage_ready {
    border-right:5px solid transparent;
    padding-left: 4%;
}
.tbl_ticket_status_bar .tr .td#stage_first {
    -webkit-border-top-left-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-topleft: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}
.tbl_ticket_status_bar .tr .td#stage_last {
    -webkit-border-top-right-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-topright: 45px;
    -moz-border-radius-bottomright: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.tbl_ticket_status_bar .tr .td.ticket_updates_number, .ticket_updates_number {
    position: relative;
}
.ticket_updates_number {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1%;
}
.tbl_ticket_status_bar .tr .td.ticket_updates_number span, .ticket_updates_number span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index:10;
}
.tbl_ticket_status_bar {
    margin-top: 1%;
    overflow: hidden;
}
.tbl_ticket_case_activities {
    border-top: 1px dashed #1B3969;
    border-bottom: 1px dashed #1B3969;
    color: #1B3969;
    text-align: left;
}
.ticket_activities {
	margin-top: 0px;
}
.tbl_ticket_case_activities ul {
    list-style: none;
    padding: 0;
}
.tbl_ticket_case_activities .text_blue_bold {
    display: block;
}
.tbl_ticket_case_activities .tr .td:first-child {
    border-right: 1px dashed #1B3969;
    color: #1B3969;
}
.tbl_ticket_case_activities .tr .td {
    width: 50%;
    padding: 2px 2px 2px 10px;
}
/*.tbl_ticket_case_activities .tr .td ul li {
  position: relative;
  padding-left: 40px;
}*/
.tbl_ticket_case_activities .tr .td ul li:before {
    content:'';
/*     position: absolute; */
    width: 30px;
	height: 35px;
	padding: 13px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjAuMDAwMDAwcHQiIGhlaWdodD0iMjAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAxMjgwLjAwMDAwMCAxMjgwLjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwxMjgwLjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzFCMzk2OSIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTkyNDUgOTAzMCBjLTQwOCAtMTg1IC01NDIgLTI1NSAtNzkwIC00MTMgLTExOTggLTc2NSAtMjQ4NCAtMjE2NwotMzU1MSAtMzg3MiAtNjYgLTEwNCAtMTU1IC0yNTIgLTE5OSAtMzI3IC00NCAtNzUgLTgyIC0xMzcgLTg1IC0xMzggLTMgMCAtMzIKNjAgLTY1IDEzMyAtMjI1IDUwNiAtNDg1IDkwOSAtNzA4IDEwOTkgLTE3NSAxNDggLTMyOCAyMDcgLTUwOSAxOTQgLTkyIC02Ci00NzMgLTkxIC01OTggLTEzMiAtMTU0IC01MiAtMzU0IC0xNjUgLTU0NSAtMzA5IC0xNDQgLTEwOCAtMTY1IC0xMjkgLTE2NQotMTYwIDAgLTMzIDMzIC02NSA2OCAtNjUgNDQgMCAxNjggLTM4IDIzNSAtNzIgMTA0IC01MiAxNzggLTEwNyAyNzIgLTIwMyAyODUKLTI5MCA1NzIgLTg2MiAxMDIxIC0yMDM3IDE2MSAtNDIxIDIzOCAtNjU3IDI3OSAtODU0IDMgLTEyIDk5IC0xMDUgMjE3IC0yMTAKMjU5IC0yMzEgMjc1IC0yNDQgMzAzIC0yNDQgMTUgMCA1NiAzNSAxMjYgMTA2IDE2MSAxNjUgMzUxIDMzNyA2MjIgNTYyIGwyNDcKMjA3IDMxIDk1IGM1MTcgMTU2NSAxNDgwIDMzMDUgMjYwMCA0NzAwIDMwOSAzODUgNTIzIDYyMiA4NzEgOTY1IDMxOCAzMTUgNTYyCjUyNiA4NTEgNzM4IDUzIDM5IDc3IDY0IDc3IDc4IDAgMjYgLTExNyAzMDggLTEzNyAzMzIgLTkgOSAtMjMgMTcgLTMyIDE3IC05Ci0xIC0yMDUgLTg2IC00MzYgLTE5MHoiLz4KPC9nPgo8L3N2Zz4K') no-repeat center center;
	vertical-align: middle;
}
.tr {
    display: table-row;
}
.td, .th_blue {
    display: table-cell;
}

.tbl_popup {
	font-size: 1.2em;
}
.tbl_popup .td {
	padding: 10px;
}
.arrow_box {
	position: relative;
	background: #009d03;
	border: 1px solid #009d03;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #009d03;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 36px;
	margin-top: -36px;
}
.tbl_ticket_team .tr .td:first-child img {
    width: 6%;
    vertical-align: middle;
}
.tbl_ticket_team .tr .td:first-child {
    width:25%;
}
.tbl_ticket_team {
    border-bottom: 1px dashed #1B3969;
    color: #1B3969;
    margin-top: 0;
    padding-bottom: 1%;
    text-align: left;
}
.tbl_ticket_team .tr .td {
    vertical-align: middle;
    padding: 2px 2px 2px 10px;
    width: 10%;
}
.tbl_ticket_team .tr .td .circle_img img {
    border: 4px solid #A6A6A6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}
.tbl_ticket_team .tr .td .circle_img {
    padding-top: 0;
    text-align: left;
}
.vehicle_assigned {
    display: inline-block;
    width: 48%;
    vertical-align: top;
	padding-left: 10px;
}
.vehicle_assigned img {
    width: 30%;
    margin-top: 1%;
    margin-bottom: 2%;
	max-width: 80px;
}
.vehicle_assigned ul {
    color: #1B3969;
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 4%;
}
.tbl_gps_data {
    text-align: center;
	font-size: 1.1em;
}
.tbl_gps_data tr th{
	border: 1px solid #fff;
}
.tbl_gps_data tr:first-child th {
	font-weight: bold;
	font-size: 1.2em;
}
.tbl_gps_data tr:last-child td {
	border-top: 2px dashed #767171;
}
.tbl_gps_data tr td:last-child {
	border-left: 2px dashed #767171;
}
.tbl_gps_data .tr .td {
    padding-top: 1%;
    padding-bottom: 1%;
}

.table_title {
	margin-top: 10px;
}
.table_title, .ticket_title, .error_title
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 10px;*/
    background-color: #1B3969;
    font-weight: bold;
    font-size: 1.2em;
    color: #FFF;
	text-align: left;
}
.table_title .padding {
	padding-left: 10px;
}
.table_title.title_smaller_font
{
	font-size: 1em;
}
.table_title.half {
	display: table-cell;
	text-align: center;
	width: 5%;
}
.title_smaller_font, .tbl_blue tr th
{
	background-color: #1B3969;
    font-weight: bold;
    font-size: 1.2em;
    color: #FFF;
}
.report_table tr th {
	background-color: #1B3969;
	color: #fff;
}
.report_table tr th a {
	color: #fff;
}
.report_table tr th a:hover {
	color: #bad1e9;
}
.report_table tr td {
	text-align: center;
}
.report_table tr th.report_table_ratio {
	background-color: #ffcc00;
}
.report_table tr td.report_table_ratio {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.report_table .report_table_header_row td, .report_table .report_table_header_row:hover td{
	background-color: red;
	color: #fff;
	font-weight: bold;
}
.error_title {
	background-color: #FFF;
	border: 3px solid red;
	margin-top: 10px;
	color: red;
	text-align: center;
}
.ticket_title
{
	text-align: center;
	font-size: 1.8em;
}
.tbl_left, .tbl_right {
    width: 100%;
    color: #1B3969;
    font-size: 1.1em;
}
.tbl_left {
    border-left: 10px solid #1B3969;
	border-right: 1px solid #1B3969;
	border-bottom: 1px solid #1B3969;
    text-align: center;
    margin-top: 5px;
}
.tbl_left tr td, .tbl_right tr td, .th_blue {
    border-bottom: 1px dashed #BDBDBD;
	padding: 1%;
	height: 40px;
}
.tbl_left tr td, .tbl_right tr td, .tbl_left tr th, .tbl_right tr th {
	/*height: 15px;*/
	padding: 1%;
}
.tbl_right {
    border-left: 1px solid #1B3969;
	border-right: 1px solid #1B3969;
	border-bottom: 1px solid #1B3969;
    text-align: left;
    margin-top: 5px;
}
.tbl_right tr td img {
    width: 25px;
    vertical-align: middle;
    margin-right: 2%;
}

.tbl_multi .tr .tbl_left .tr .td {
   /* width: 33%;*/
}
.tbl_multi .tr .td {
    width: 50%;/*57%*/
    vertical-align: top;
}


.tbl_multi .tr .td .tbl_right .tr .td {
    width: 33%;
    padding-bottom: 2%;
/*     border-right: 1px solid #000; */
    padding-top: 2%;
}
.tbl_multi .tr .td .tbl_left .tr, .tbl_multi .tr .td .tbl_right .tr {
     background-color: #FFF; 
}

.tbl_multi .tr .tbl_right .tr:last-child .td {
/*     border-bottom: 1px solid #000; */
}
.tbl_multi .tr .tbl_right .tr .td:first-child {
    font-weight: bold;
    color: #1B3969;
}
.tbl_multi .tr .tbl_right .tr:first-child .td, .th_blue {
    background-color: #1B3969;
    font-weight: bold;
    color: #FFF;
}
.table_sub_title {
	background-color: #1B3969;
    font-weight: bold;
    color: #FFF;
	text-align: center;
	margin-top: 3px;
	padding: 5px;
	border-right: 1px solid #1B3969;
}

.table_title#ticket_update_title {
    background-color: #C55A11;
    margin-top: 2%;
}
.tbl_multi_tbl.ticket_update .tr .td {
    width: 100%;
}

.tbl_ticket_update {
    margin-top: 0;
    text-align: center;
    color: #1B3969;
}
.tbl_ticket_update .tr:first-child .td:last-child {
	/*border-right: 1px solid #C55A11;*/
}
.tbl_ticket_update .tr .td:first-child {
    border-right: 1px dashed #ED7D31;
    border-bottom: none;/*1px dashed #000;*/
    width: 20%;
	border-left: 13px solid #C55A11;
}
.tbl_ticket_update .tr .td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.tbl_ticket_update .tr .td:last-child {
    border-left: 1px dashed #ED7D31;
    width: 20%;
}
.tbl_ticket_update .tr:first-child .td {
    background-color: #C55A11;
}
.tbl_ticket_update .tr:last-child .td {
    border-bottom: none;
}
/*.stage_ready::after {
    content:'';
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position:absolute;
}*/
.stage_ready, .stage_current, .stage_next, .stage_ready_1 {
    position: relative;
}
.stage_current::after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 50px solid #1B3969;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2;
    transition: all 2s ease-in;
}
.stage_ready::after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 50px solid #009d03;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2;
    transition: all 1s ease-in; 
}
.stage_ready_1::after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 50px solid rgb(19,131, 21);
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2;
    transition: all 1s ease-in; 
} 

.stage_next::after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 50px solid #1B3969;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
    transition: all 2s ease-in;
}
.stage_ready::before, .stage_current::before, .stage_next::before, .stage_ready_1::before {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 50px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 4px;
    left: 100%;
    z-index: 1;
    transition: all 1s ease-in;
}

.no_arrow::after, .no_arrow::before {
    content: "";
}
.tbl_ticket_status_bar .tr .td#stage_last::after {
    content:'';
    border:none;
}
.td.ticket_updates_number a {
    text-decoration: none;
    color: red;
}
.tbl_right.ticket_log_tbl {
    margin-left: 0%;
    margin-bottom:2%;
	text-align: center;
}
.tbl_right.ticket_log_tbl .td {
/*     border-right: 1px solid #000; */
    padding-top: 1%;
    padding-bottom: 1%;
    width: 20%;
}
.table_title.ticket_log_tbl_title {
    width:100%;
    padding-right: 1px;
    font-size: 1.1em;
}
.th_blue {
    border-top: 1px solid #FFF;
}
.tbl_right.ticket_log_tbl .th_blue {
    font-size: 0.9em;
}
.align_left {
	text-align: left;
}
.tbl_right.ticket_log_tbl .td.align_left, .tbl_right.ticket_log_tbl .th_blue.align_left {
    text-align: left;
    padding-left: 1%;
}
.ticket_log_tbl .tr .td.align_left::first-child {
    font-weight: bold;
}
.tbl.tbl_td_center .table_title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    width: 5%;
    font-size: 0.8em;
}

.tbl.tbl_td_center {
    border: none;
    color: #1B3969;
    border-bottom: 1px solid black;
}
.tbl.tbl_td_center td {
    border-right: none;
}
.tbl.tbl_td_center .text_blue_bold {
    font-size: 1.0em;
}
.tbl.tbl_td_center tr:hover td.table_title, .tbl.tbl_site_cond_s4 tr:hover td.table_title,  .tbl.tbl_site_cond_s3 tr:hover td.table_title,{
    background-color: #1B3969;
}
.tbl_site_cond_s4, .tbl_site_cond_s3 {
	margin-top: 10px;
	width: 100%;
}
.status_intervention_title {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.status_intervention_title .text_blue_bold {
    text-align: left;
}
.status_intervention_title img {
    vertical-align: middle;
    margin-left: 5%;
}
.tbl_intervention tr th 
{
    background-color: #1B3969;
    font-weight: bold;
    color: #FFF;
}
.btn_all_radio_fill, .btn_all_radio_border 
{
    background-color: #1B3969;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
	font-size: 1.5em;
	margin-left: 5%;
}
.btn_all_radio_border {
    background-color: #FFF;
    border: 1px solid #1B3969;
    color: #1B3969;
}
.tbl.tbl_site_cond_s4 td{
    !border: none;
}
.tbl.tbl_no_border tr td {
    border: 0px;
}
.tbl.tbl_no_padding tr td {
    padding: 0px 5px;
}
.tbl.tbl_no_background tr td {
    background: none;
}
.section_skip {
    font-weight: bold;
    font-size: 1.3em;
    padding: 1%;
}
.underline {
    text-decoration: underline;
}
.tbl_ticket_team .tr .td .circle_img img{
    width: 15%;
}
.tbl_ticket_case_activities .tr .td ul {
    width:70%;
}
.tbl_ticket_case_activities .tr .td ul li {
    display: inline-block;
    width: 50%;
}
.tbl_gps_data .tr .td .text_blue_bold {
    font-size: 14px;
}
.text_bold {
    font-weight:bold;
}
.text_blue {
    color: #1B3969;
}
.align_center_middle {
    text-align: center;
    vertical-align: middle;
}
ul li .searched_by {
    /* background-color: rgb(118, 113, 113); */
	background-color: #0070C0;
    color: #FFF;
}
.tbl_ticket_status_bar .tr .td.stage_ready span,
.tbl_ticket_status_bar .tr .td.stage_current span, 
.tbl_ticket_status_bar .tr .td.stage_next span,
.tbl_ticket_status_bar .tr .td.stage_next_no_arrow span,
.tbl_ticket_status_bar .tr .td.stage_current_no_arrow span {
    font-size: 1.6em;
}
#stage_first_text, #stage_2_text, #stage_3_text, #stage_4_text, #stage_last_text {
    font-size: 1.1em;
}
.tbl_ticket_case_activities .tr .td:first-child .text_blue_bold:last-child {
/*     margin-top: 7%; */
}
.tbl_multi .tr .td .tbl_left div table {
    width: 178%;
}
.status_intervention_title img:hover, .intervention_status:hover, .tbl_ticket_status_bar .tr .td a img:hover, .img_onhold:hover {
    opacity: 0.5;
    transition: all 1s ease-out;
}
.tbl_multi .tr .td .tbl_left div .site_oth {
    margin-right: 1%;
    margin-left: 1%;
}
.tbl_multi .tr .td .tbl_left div .site_oth table {
    width: 100%;
}
.tbl_multi .tr .td .tbl_left div .site_oth::after {
    content: '';
    display: block;
    margin-right:1%;    
}
.tbl_ticket_main .tr .td:last-child div.text_white_italic_small {
    font-size: 1.2em;
    font-weight: bold;
}
.tbl_ticket_status_bar .tr .td:first-child img, .tbl_ticket_status_bar .tr .td.ticket_updates_number img {
    width: 60%;
}
.tbl_ticket_main_sub {
	margin-top: 20px;
}
.arrow_pages img {
    width: 100%;
}
.pic_conteiner a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pic_conteiner .arrow_pages {
    width:10%;
}
.btn_grey, .btn_blue {
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 14px;
	border: 1px solid #1B3969;
}
.btn_grey a, .btn_blue {
    text-decoration: none;
}
.btn_grey img, .btn_blue img {
    vertical-align: middle;
}
.btn_blue {
	background-color: #0070C0!important;
	color: #FFF !important;
}
.btn_grey {
    background-color: #BFBFBF;
	color: #1B3969 ;
}

#question_change_alert{
	display: block;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    width: 50%;
    top: 0;
    left: 25%;
	padding: 20px;
}
#event_box {
	!border: 1px solid #f0f; 
	position:absolute; 
	background-color: #fff;
	top: 2px; 
	left: 5px; 
	width: 20px; 
	height: 20px; 
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	font-size: 10px;
}
#event_value {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.separator_line {
	border-top: 1px dashed red;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.oth_conteiner {
	display: table-cell;
}
.inline_divs div{
	display: inline-block;
}
.change_feed {
	position: relative;
	padding: 5px;
	text-align: center;
	border: 1px solid #1B3969;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 10px;
	width: 800px;
	display: inline-block;
	font-size: 1.2em;
	box-shadow: 3px 4px 5px #ACB5BC;
}
.shadow {
	box-shadow: 3px 4px 5px #ACB5BC;
}
.change_feed .change_date, .pm_help .change_date {
	position: absolute;
	margin: 5px;
	top: 5px;
	left: 5px;
}
.change_feed #button_conteiner {
	text-align: center;
}
.sticky_header_50 tr th {
	position: sticky;
	top: 59px;
	z-index: 3;
}
.sticky_header_0 tr th {
	position: sticky;
	top: 0px;
	z-index: 3;
}
.blue_bold {
    color: #1B3969;
    font-weight: bold;
}
/*.checkbox_select::before {
    background: url("../img/validatorList.png") no-repeat center center;
    width: 38px;
    content: '';
    height: 21px;
    display: inline-block;
    background-color: rgb(118, 113, 113);;
    vertical-align: middle;
    background-size: 25px 25px;
}*/

.checkbox_select_img {
    width: 36px;
    vertical-align: middle;
}
/*.checkbox_select_grey::before {
    background: url("../img/validatorList_grey.png") no-repeat center center;
    width: 38px;
    content: '';
    height: 21px;
    display: inline-block;
    background-color: #FFF;
    vertical-align: middle;
    background-size: 25px 25px;
}*/
.btn_white {
    background-color: #FFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #BFBFBF !important;
	font-size: 14px;
	
	border: 1px solid #767171 !important;
}
.btn_white a {
    text-decoration: none;
}
.btn_selected .btn_not_selected {
	padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.btn_not_selected {
	background-color: #F2F2F2;
	border-color: #1B3969;
	color: #1B3969;
}
.btn_selected {
	background-color: #0384E1;
	border-color: #1B3969;
	color: #FFFFFF;
}
/* ********* Double Slider ********** */
.middle {
	position: relative;
	width: 85%;
	max-width: 500px;
	padding: 7%;
	padding-bottom: 2%!important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.duration-buttons-conteiner{
	margin-top: 3%;
}

.slider {
	position: relative;
	z-index: 1;
	height: 10px;
	margin: 0 15px;
}
.slider > .track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #D8D8D8;
}
.slider > .range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #1B3969;
}
.slider > .thumb {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(98,0,238,.1);
	transition: box-shadow .3s ease-in-out;
	border: 2px solid #1B3969;
}
.slider > .thumb.left {
	left: 25%;
	transform: translate(-15px, -10px);
}
.slider > .thumb.right {
	right: 25%;
	transform: translate(15px, -10px);
}
.slider > .thumb.hover {
	box-shadow: 0 0 0 20px rgba(98,0,238,.1);
}
.slider > .thumb.active {
	box-shadow: 0 0 0 40px rgba(98,0,238,.2);
}
.multi-range-slider {
	
}

.multi-range {
   position: relative;
   height: 50px;
}
.multi-range input[type=range]  {
    position: absolute;
	left: 10px;  
}
.multi-range :nth-child(1) {
	 /* &::-webkit-slider-thumb::before { */
		/* background-color: red; */
	 /* } */
}

.multi-range :nth-child(2) {
	 background: none;

	 /* &::-webkit-slider-thumb::before { */
		 /* background-color: grey;  */
	 /* } */
}
input[type=range] {
   box-sizing: border-box;
   appearance: none;
   width: 260px;
   margin: 0;
   padding: 0 2px;
   /* Add some L/R padding to ensure box shadow of handle is shown */
   overflow: hidden;
   border: 0;
   border-radius: 1px;
   outline: none;
   background: linear-gradient(grey, grey) no-repeat center;
   /* Use a linear gradient to generate only the 2px height background */
   background-size: 100% 2px;
   pointer-events: none;
}
input[type=range]:active, input[type=range]:focus{
	outline: none;
} 
input[type=range]::-webkit-slider-thumb {
      height: 28px;
      width: 28px;
      border-radius: 28px;
      background-color: #fff;
      position: relative;
      margin: 5px 0;
      /* Add some margin to ensure box shadow is shown */
      cursor: pointer;
      appearance: none;
      pointer-events: all;
      box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
      &::before {
            content: ' ';
            display: block;
            position: absolute;
            top: 13px;
            left: 100%;
            width: 2000px;
            height: 2px;
      }
   }
}
/* input[type=range] { */
	/* position: absolute; */
	/* /* pointer-events: all; */ */
	/* /* -webkit-appearance: none; */ */
	/* z-index: 2; */
	/* height: 10px; */
	/* width: 80%; */
	/* opacity: 0; */
	/* left: 9%; */
/* } */
/* input[type=range]::-webkit-slider-thumb { */
	/* /* pointer-events: all; */ */
	/* width: 30px; */
	/* height: 30px; */
	/* border-radius: 0; */
	/* border: 0 none; */
	/* background-color: red; */
	/* /* -webkit-appearance: none; */ */
/* } */
.duration_show_fields {
	width: 45%!important;
	margin-top: 13% !important;

}
/* ********************************** */
.popup_filter {
   height: auto;
   z-index: 5;
}
.div_regions {
	margin-top: 10px;
	border-top: 2px solid #ccc;
	max-height: 500px;
	overflow-y: auto;
}
.lbl_office {
	white-space: nowrap; 
}
.tbl_checks tr td {
	white-space: nowrap;
	text-align: left;
}

/* custom style checkbox */
.container {
  !display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end custom checkbox */
.dd_checkbox {
	!background: url("../img/arr-down.svg") no-repeat right center; 
	background-position: right 3px center;
	padding: 5px;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/************* Double calendar ****************/
.dash_field a {
	color: #767171;
}
#dash_filter .select_date {
	background: url("../img/calendar_grey.svg") no-repeat right center; 
	background-size: 17px 17px;
	padding-right: 30px;
}

#dash_filter .dash_selected {
	!border-color: #1e5598;
	border-color: rgb(118, 113, 113);
}
.dash_selected .dash_field a {
	color: #fff;
}
.filter_label {
	
}
.dashboard_itm {
	display: none;
	border: 1px solid #767171;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	margin-top: 15px;
	padding: 5px;
	z-index: 999;
	background-color: #fff;
	font-weight: normal;
	color: #000;
}
.dd_checkbox .predictive_dd {
	min-width: 350px;
}
#dashboard_date, #dashboard_date2  {
	width: 750px;  
}
.dash_cal {
	display: inline-block;
	min-width: 240px;
	width: 48%;
	border: 1px solid#1B3969;
	vertical-align: top;
}
.dash_cal .date_slct, .day_period {
	color: #fff!important;
	background-color:#1B3969!important;
}
.dash_cal .day_lbl {
	text-align: center;
}
.date_buttons a {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #1B3969;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #767171;
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #1B3969;
}
.date_buttons a:hover, .date_buttons a.a_ch  {
	background-color:#1B3969;
	color: #fff;
}
.calendar_label {
	text-align: center; 
	color:#1B3969; 
	font-weight: bold;
	margin: 10px;
}
#date_res {
	padding-left: 3%;
}
.date_picker_time {
	background-color:#1B3969;
	color: #FFF!important;
}
/***************************************************/
.case_type_checkbox_div {
	max-height: 250px; 
	width: 100%; 
	overflow: auto; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}
.check-boxes-select {
	box-sizing: border-box;
    width: 248px;
    display: table-cell;
    vertical-align: middle;
    padding: unset;
}
.input-elem {
	height: 36px;
	color: #CECECE !important;/*BFBFBF*/
}
.input-elem::placeholder {
    color: #CECECE !important;
    opacity: 1;
}
.input-elem option {
    color: black!important;
}
.prev_next_tbl .tr .td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    padding-top: 1%;
}
.prev_next_tbl .tr .td a {
    width: 50%;
}
.pic_titles {
    font-weight: bold;
    font-size: 1.3em;
}
/* TT Main page */
.tt_main_preview {
    white-space: nowrap;
    text-align: right!important;    
}
.tt_main_preview a img {
	vertical-align: middle;
    width: 32px;
}
.tt-border-left {
	margin-left: 1%;
	border-left: 4px solid #1B3969;
	padding-left: 1%;
    height: 30px !important;
    display: inline-block;
}
.tt-main-stage {
    background-color: #1B3969;
    color: #FFF;
    font-weight: bold;
    padding-top: 8%;
    padding-bottom: 8%;
    border-radius: 5px;
	cursor: pointer;
	position: relative;
	width: 100px !important;
}
.tt-main-stage a:hover, .tt-main-stage a{
    color: #FFF;
}
.tt-main-stage div:first-child{
	width: 80%;
	display: inline-block;
}
.tt-main-stage div:last-child{
	width: 15%;
	display: inline-block;
}
.tt-main-stage::after{
	content: url('../img/w_right.svg');
	width: 25px;
	position: absolute;
	right: 0px;
	bottom: 19%;
}
.tt-main-stage.background-green-no-border::after{
	content: '';
	width: 25px;
	position: absolute;
	right: 0px;
}
.tt-main-stage img {
    vertical-align: middle;
	width: 10px;
	/* position: absolute; */
	/* right: 5%; */
	/* top:10%; */
}
.background-green-no-border {
    background-color: #267f00!important;
}

.overflow-two-lines {
    --max-lines: 2;
    position: relative;
    max-height: 28px;
    overflow: hidden;
    padding-right: 1rem;
}
.overflow-two-lines-mm {
    max-height: 35px!important;
}
.overflow-two-lines::before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
}
.overflow-two-lines::after,
.tt-main-stage.tt-severity-major::after,
.tt-main-stage.tt-severity-critical::after,
.tt-main-stage.tt-severity-minor::after,
.tt-main-stage.tt-severity-none::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
}
.overflow-two-lines::after {
	background: white;
}
.tt-main-stage.tt-severity-major {
    background-color: #F59C00!important;
}
.tt-main-stage.tt-severity-critical{
    background-color: #E21F26!important;
}
.tt-main-stage.tt-severity-minor{
    background-color: #ffd966!important;
}
.tt-main-stage.tt-severity-none{
    background-color: #d9d9d9!important;
}
.text-red, .text-red a {
    color: #E21F26!important;
}
.text-green, .text-green a {
    color: #009D03!important;
}
.text-yellow, .text-yellow a {
    color: #ffc000!important;
}
.text-orange, .text-orange a {
    color: #F59C00!important;
}
.text-grey, .text-grey a {
    color: #BFBFBF!important;
}
.text-white, .text-white a {
    color: #FFFFFF!important;
}
.text-black, .text-black a {
    color: #000000!important;
}
.text-blue, .text-blue a {
    color: #0070C0!important;
}
.text-purple, .text-purple a {
    color: #7030A0!important;
}
.tt-main-quest-validated-img {
	width: 15px;
    vertical-align: middle;
}
.only-relative{
    position: relative;
}
#pool_img{
	width: 30px;
	vertical-align: middle;
}
.table-cell-width{
	display: block;
	width: 80px;
}
#chk_all {
	vertical-align: middle;
}
#mobile-poll-settings {
	width: 300px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
#mobile-poll-settings .background-green-no-border{
	color: #FFF;
}
.background-red-no-border{
	color: #FFF;
	background-color: #FF0025;
}
.ticket_info.quest_pics{
    right: 0;
    text-align: center;
}
.quest-pics-all {
    width: 100px;
    margin-bottom: 3%;
}
.quest-pics-all.selected{
    border: 1px solid red;
}
.add_ticket_site {
	width: 100%;
	text-align: right;
	position: absolute;
	/* right: 3%; */
	bottom: 82%;
}
.btn_all.add_ticket {
	border-radius: 25px;
	width: 35px;
    height: 35px;
	position: relative;
	background-color: #1B3969;
	transition: width 0.5s, left 1s;
}
.btn_all.add_ticket img {
    width: 35px;
    position: absolute;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
	transition:left 1s;
}
.btn_all.add_ticket span {
	opacity: 0;
	visibility: hidden;
	width: 70%;
	text-align: left;
	position: absolute;
	right: 27%;
	height: 14px;
	font-size: 14px;
	top: 0;
	bottom: 10%;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
	padding-bottom: 1%;
	transition: visibility 0s, opacity 1.9s;
}
.btn_all.add_ticket:hover {
	width: 200px;
}
.btn_all.add_ticket:hover img{
	left: 0;
	margin-left: 0;
	margin-right: 0;
}
.btn_all.add_ticket:hover span {
    font-weight: bold;
    left: 27%;
	visibility: visible;
	opacity: 1;
}
.site_title {
	font-weight: bold!important;
	font-size: 28px;
    color: #1B3969;
    text-shadow: none;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#err_mail .mess{
    width: 239px;
}
.custom-second-popup{
    width: 30%!important;
    text-align: left!important;
}
.pass-info-close-conteiner{
    text-align: center!important;
}
.pass-info-close-conteiner .btn_all {
    width: 40%!important;
}

.tooltip {
  position: relative;
  !display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #1B3969!important;
  text-align: center;
  font-weight: normal;
  border: 1px solid #1B3969;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 111;
  top: 165%;
  left: 50%;
  margin-left: -150px;
  transition-delay: 0.5s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1B3969 transparent;
}
.tooltip .no_arr::after {
	display: none;
}	
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.dash_cell {
	border: 1px solid #1B3969;
	background-color: #F2F2F2;
	padding: 10px 5px;
	text-align: center;
	white-space: nowrap;
}
.dash_cell_count {
	border: 1px solid #1B3969;
	background-color: #BFBFBF;
	padding: 10px 5px;
	text-align: center;
}
.lbl_big {
	font-size: 1.2em;
	font-weight: 600;
	color: #1B3969;
	border-bottom: 1px solid #1B3969; 
	padding: 10px 0px;
	margin: 10px 0px;
}
.line-items li {
	margin: 10px;
}
.report_block_border {
	border-left: 1px dashed #000000;
}
.report_grid_border {
	border-left: 1px dashed #BFBFBF;
}
#header .many_logins {
	left: -300px;
	text-align: center;
}
#dashboard_menu #header {
	display: none;
}
.empty_check:empty {
	background-color: #fdf0dc;
	color: #ce572e;
	padding: 5px;
	border: 1px solid #f1dfc5;
}
.empty_check:empty:before {
	content: "Undefined"
}
.report_caption{
	font-weight: bold; 
	font-size: 1.2em; 
	margin-bottom:5px;
}
.inventory_header {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
}
.alert {
	position: fixed; 
    bottom: 0%;
	z-index: 999;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-weight: 700;
}
.alert_yes {
	opacity: 1;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #eff;
}
.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}