/* common css frame */
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Titillium Web', sans-serif;
	overflow-x: hidden;
}
label {
	font-weight: normal;
}
a {
	text-decoration: underline;
}
a:hover,
.navbar a {
	text-decoration: none;
	cursor: pointer;
}
nav.navbar .nav.navbar-nav input[type="checkbox"],
nav.navbar .nav.navbar-nav span.glyphicon {
	vertical-align: middle;
}
nav.navbar {
	margin: 0;
}
nav.navbar .nav.navbar-nav input[type="range"] {
	width: 50px;
	margin-top: 20px;
}
/*
.nav.navbar-nav .dropdown-toggle.user_real_name {
	font-size: 18px;
	line-height: 1;
}
*/
.position-absolute {
	position: absolute;
}
.position-relative {
	position: relative;
}
.round {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.fixed {
	position: fixed;
}
.w100 {
	width: 100%;
}
.minWidth100 {
	width: 100px !important;
	max-width: 100px;
}
.minWidth200 {
	width: 200px;
	max-width: 200px;
}
.minWidth300 {
	width: 300px;
	max-width: 300px;
}
.h100 {
	height: 100%;
}
.shadow12 {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
.blur10 {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.nowrap {
	white-space: nowrap !important;
}
.abs_center {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.al_l {
	text-align: left !important;
}
.al_c {
	text-align: center !important;
}
.al_r {
	text-align: right !important;
}
.clr {
	clear: both !important;
}
.fw200 {
	font-weight: 200;
}
.txt_shadow6 {
	text-shadow: 0 0 6px rgba(0,0,0,.9);
}
.trans02 {
	-webkit-transition: all .2s ease-out;
}
.blink {
	-webkit-animation: blink .5s linear infinite;
}
.blink_fst {
	-webkit-animation: blink .17s linear infinite;
}
.rot90 {
	transform: rotate(90deg);
}
.rot180 {
	transform: rotate(180deg);
}
.hide {
	display: none;
}
.show {
	display: initial;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
  	opacity: 0;	
  }
}
.shakeX {
	position: relative;
	-webkit-animation: shakeX .5s linear;
}
@keyframes shakeX {
  0%,20%,40%,60%,80% {
    left: -10px;
  }
  10%,30%,50%,70%,90% {
    left: 10px;
  }  
  100% {
  	left: 0;
  }
}

/*
.loading {
	background-color: #fff;
	color: #000;
	z-index: 1000;
	font-size: 11px;
	letter-spacing: 3px;
}
*/
.loading img {
	height: 20px;
	margin-left: 20px;
}
.login_lang {
	position: fixed;
    right: 20px;
    top: 20px;
    padding: 10px;
}
.login_lang .dropdown-menu {
	min-width: initial;
	left: -2px;
	margin: 0;
	padding: 0;
}
.login_lang:hover .dropdown-menu {
	display: inline;
}
.login_lang .dropdown-menu li {
    /* margin-top: 10px; */
}
.login_lang .dropdown-menu li a {
    padding: 10px;
	text-decoration: none;
}
.login_img_back {
	background-size: 100%;	
	text-align: center;
	margin: 0px;
	overflow: hidden;
}
.login_img_back {
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.login_form {
	width: 300px;
}
/*
.login_form .remember_me_on {
	margin-right: 10px;
	vertical-align: top;
}
*/
.modal {
	z-index: 5000;
}
.preloader {
	z-index: 10000;
	top: 0;
	left: 0;
    background-color: #000;
    opacity: .3;
}
.preloader img {
	width: 120px;
}
.login_form .register_forgot div,
.forgot_form div,
.reg_form div {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size :11px;	
}
.login_form .app_name {
	position: relative;
    font-size: 50px;
    font-weight: 200;
    margin-top: 10px;
    font-weight: 200;	
}
.login_form .app_name img {
	width: 100%;
	border-radius: 8px;
}
.login_form .form,
.login_form .forgot_form,
.login_form .reg_form {
	position: relative;
}
.login_form_back {
	background-size: 400%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.login_form.form-control {
	height: initial !important;
}
.copy_text {
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-size: 10px;
	padding: 5px;
	font-weight: 200;
	transform: translateX(-50%);
}
.copy_text.internal {
	position: initial;
	left: initial;
	transform: initial;
}

/* my bootstrap fixes */
.dropdown:hover .dropdown-menu {
	z-index: 1000;
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.navbar-default .navbar-form {
 	border: 0;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;    
}
.navbar-nav {
	margin: 0;
}
.reports .form-check {
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
}
.form-group {
	display: inline-block;
    margin-bottom: 0;
    top: 1px;
    position: relative;
}
.bootstrap-datetimepicker-widget {
	position: absolute !important;
	z-index: 1000;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #ccc;
}
.input-group.datetimepicker2 input.form-control {
	background-color: #fff;
	height: 33px;
}
.fullScreenToggle {
	padding: 6px;
}
.mainMenu {
	z-index: 5;
	border-radius: 0px;
}
.map {
	top: 0;
}
.map .mapLogo,
.map .customLogo {
	position: absolute;
	z-index: 10;
}
.map .mapLogo {
	width: 90px;
}
.map .customLogo {
	left: 7px;			
	width: 60px;	
	bottom: 35px;
}
.login_form .customLogo {
	margin-top: -60px;
}
.customLogo.login {
	top: 10px;
	left: 10px;
}
.customLogo.login img {
	height: 70px;
}
.customLogo img {
	height: 40px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;	
}
.reports {
	width: 100%;
	height: calc(100% - 160px);
}
.jqplot-table-legend.jqplot-table-legend-label {
	white-space: nowrap;
}
.map nav.navbar {
	top: 70px;
	left: 20px;
	right: 20px;
	z-index: 1;
}
.track .filtersToggle,
.map .filtersToggle {
	z-index: 2;
	top: 82px;
	right: 30px;
}
.map .fit-map {
	z-index: 1;
	left: 20px;
	bottom: 20px;
}
.navbar-brand img {
	height: 44px;
	margin-top: -12px;
	border-radius: 6px;
}
.wrap nav.navbar {
	margin: 20px;
}
.select_types_icons {
	width: 36px;
	margin-top: -3px;
}
.devices .dev_det .conf_parameters div {
	margin-top: 5px;
}
.devices .dev_det .conf_parameters div:first-child {
	margin: 0;
}
.devices .dev_det .conf_parameters span.del_conf_param {
	cursor: pointer;
}
.miniAkumPlot {
	cursor: pointer;
}
.wrap .auditLog table,
.wrap .reportsTbl table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wrap .auditLog table th,
.wrap .auditLog table td,
.wrap .reportsTbl table th,
.wrap .reportsTbl table td {
	border: 1px solid #999;
	padding: 4px;
	white-space: nowrap;
}
.wrap .auditLog table tbody tr:nth-child(even),
.wrap .reportsTbl table tbody tr:nth-child(even) {
	background-color: #f0f0f0;
}
.wrap .auditLog table tbody tr:nth-child(odd),
.wrap .reportsTbl table tbody tr:nth-child(odd) {
	background-color: #e0e0e0;
}
.wrap .auditLog table tbody tr:hover,
.wrap .auditLog table tbody tr:hover a,
.wrap .reportsTbl table tbody tr:hover {
	background-color: #036;
	color: #fff;
}
.wrap .reportsTbl,
.wrap .auditLog,
#akum_plot {
	margin-left: 20px;
	margin-right: 20px;
}
#akum_plot * {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}
.min_max_btn.custom {
	background-color: #eec !important;
	background-image: initial;	
}
#akum_plot .min_max_btn {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}
.plot_reset {
    z-index: 100;
    top: 20px;
    left: 80px;	
}
.pinger_labels {
	position: absolute;
	background-color: #fff;
	padding: 2px;
	font-size: 11px;
	border: .5px solid #666;
	opacity: 0.8;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
}
.devices .conf .select2-container {
	width: initial !important;
	float: right;
}
.select2-container .select2-search__field,
.select2-container {
    width: 100% !important;
}
.select2-container.select2-search--inline {
	width: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: -2px;
    position: relative;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
	height: 34px;	
	line-height: 32px;
}
.select2-container--default .select2-results>ul.select2-results__options {
	max-height: 500px;
}

ul.select2-selection__rendered {
	height: 27px;
	/* width: 300px !important; */
	transition: all .2s;
}
@keyframes fadein {
    0% { opacity: 0; }
    40% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 0; }
    40% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    40% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 0; }
    40% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% { opacity: 0; }
    40% { opacity: 0; }
    100%   { opacity: 1; }
}

.infowindow_wait {
	width: 22px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: -3px;
}
.infow_rows {
	line-height: 26px;
}
.infow_title {
	font-size: 22px;
	margin: 0;
}
.infow_rows .param {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
	padding: 1px;
	margin: 1px;
	font-size: 11px;
	cursor: pointer;
}
.infow_rows .glyphicon,
.infow_h6 .glyphicon {
	color: #aaa;
}
.infow_countdown {
	font-size: 14px;
	opacity: 0.3;
	letter-spacing: -0.5px;
}
.infow_rows .glyphicon.catch {
	color: #5cb85c;
}
.infow_rows .glyphicon.bycatch {
	color: #d9534f;
}
.infow_rows .select_types_icons {
	margin-right: 4px;
}
.infow_rows a img.imgThumbs {
	margin-top: 5px;
	width: 120px;
}
.input_label {
	font-weight: 200;
	font-size: 12px;
	margin: 0;
}
.input_label.error {
	color: #f00;
}
.Ycenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.Xcenter {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.imgsDate {
	margin: 0;
    transform: scale(.85);
    padding: 0;
}

@media screen and (max-device-width : 568px) {
	.login_lang {
		top: 10px;
		right: 10px;
	}
	.login_lang,
	.login_lang .dropdown-menu li a {
	    padding: 5px;
	    font-size: 12px;
	}
	.login_lang .dropdown-menu,
	.login_lang .dropdown-menu li {
		margin-top: 3px;
		top: initial;
	}
	.min_max_btn.desktop {
		display: none !important;
	}
	.min_max_btn.mobile {
		display: inline !important;
	}
	.fullScreenToggle {
		display: none;
	}
}
@media screen and (max-device-width : 736px) {
	.track .filtersToggle,
	.map .filtersToggle {
		display: inline !important;
	}
	.track nav.navbar.navbar-default,
	.map nav.navbar.navbar-default {
		display: none;
	}
}

li .navbar-form.material-switch {
    padding: 6px;
    margin-top: 9px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
li .navbar-form.material-switch .material-switch label {
	margin-left: 6px;
	margin-top: 10px;	
}
.logOut {
	margin-top: 20px;
}
.logOut pre {
	margin: 20px;
	font-size: 11px;
	white-space: pre-wrap;
}
.logOut pre * {
	text-decoration: initial;
	color: initial;
}
.gm-style .gm-style-iw.gm-style-iw-c {
	max-width: initial !important;
	max-height: initial !important;
}
.gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
	overflow-y: hidden !important;
	padding-right: 12px !important;
	max-height: initial !important;
}
/* bootstrap checkbox */
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.panel {
    margin-bottom: 8px;
}
/* bootstrap checkbox */