/* COMMON */
/* body{
	font-family: "Roboto-Regular";
} */


body.with-panel-left-cover .panel-overlay{
	opacity: 1;
	background: rgba(0,0,0,.6);
}

.panel,
.page{
	background: #fff;
}
.vertical-center {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.content-divider{
	width: 100%;
	height: 1px;
	background: #F2F1F4;
}

.text-a-c{
	text-align: center;
}
.vertical-a-m{
	vertical-align: middle;
}
.position-r{
	position: relative;
}
.w-space-normal{
	white-space: normal;
}
.dislay_none{
	display: none;
}
.navbar_title{
	display: inline-block !important;
	width: calc(100% - 112px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar_title_long{
	width: calc(100% - 72px);
}
.navbar_title_index{
	width: calc(100% - 168px);
}
.navbar{
	color: #fff;
}
.navbar a{
	color: #fff;
}
.user_f_l {
    font-size: 24px;
    text-transform: uppercase;

}
i.icon{
	    line-height: 1;
}
.size-20{
	font-size: 20px;
}
.text-a-r {
    text-align: right;
}
.icon-status-fix {
    font-size: 8px;
    margin-right: 6px;
}
/* .button{
	padding: 0 48px;
    font-size: 20px;
} */
.color-boatwatch{
	color: #217ABB !important;
}
.bg-boatwatch{
	background-color: #217ABB;
}
.button.button-fill.btn_login{
	background-color: #217ABB;
}
.button.button-fill.bg-boatwatch{
	background-color: #217ABB;
}
.bg-secondary{
	background-color: #14B475;
}
.button.button-fill.bg-secondary {
	background-color: #14B475;
}

.button.button-fill.btn_login.active-state,
html:not(.watch-active-state) .button.btn_login.button-fill:active{
	background-color: #217ABB;
}
.focus-state .input-field:after, .focus-state .item-input-field:after, .input-field.focus-state:after, .input-field.not-empty-state:after, .item-input-field.focus-state:after, .item-input-field.not-empty-state:after, .not-empty-state .input-field:after, .not-empty-state .item-input-field:after{
	background-color: #217ABB;
}
.label-switch.theme-bw input[type=checkbox]:checked+.checkbox, .theme-bw .label-switch input[type=checkbox]:checked+.checkbox{
	background-color: rgba(33,122,187, .5);
}
.label-switch.theme-bw input[type=checkbox]:checked+.checkbox:after, .theme-bw .label-switch input[type=checkbox]:checked+.checkbox:after{
	background-color: #217ABB;
}
.theme-bw label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox, .theme-bw label.label-checkbox input[type=checkbox]:checked~.item-after i.icon-form-checkbox, .theme-bw label.label-checkbox input[type=checkbox]:checked~.item-inner i.icon-form-checkbox, .theme-bw label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox, .theme-bw label.label-checkbox input[type=radio]:checked~.item-after i.icon-form-checkbox, .theme-bw label.label-checkbox input[type=radio]:checked~.item-inner i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=checkbox]:checked+.item-media i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=checkbox]:checked~.item-after i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=checkbox]:checked~.item-inner i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=radio]:checked+.item-media i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=radio]:checked~.item-after i.icon-form-checkbox, label.label-checkbox.theme-bw input[type=radio]:checked~.item-inner i.icon-form-checkbox{
	border-color: #217ABB;
    background-color: #217ABB;
}
.form-radio input[type=radio]:checked~i, label.label-radio input[type=checkbox]:checked~.item-inner, label.label-radio input[type=radio]:checked~.item-inner{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%2#217ABB'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
}

.color-green label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio, .color-green label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio, .color-green label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio, .color-green label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio, .color-green label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio, .color-green label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio{
	border-color: #4caf50;
}
.color-red label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio, .color-red label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio, .color-red label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio, .color-red label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio, .color-red label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio, .color-red label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio{
	border-color: #f44336;
}
.color-gray label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio, .color-gray label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio, .color-gray label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio, .color-gray label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio, .color-gray label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio, .color-gray label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio{
	border-color: #9e9e9e;
}

.color-green label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio:after, .color-green label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio:after, .color-green label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio:after, .color-green label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio:after, .color-green label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio:after, .color-green label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio:after{
	background-color: #4caf50;
}
.color-red label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio:after, .color-red label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio:after, .color-red label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio:after, .color-red label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio:after, .color-red label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio:after, .color-red label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio:after{
	background-color: #f44336;
}
.color-gray label.label-radio input[type=checkbox]:checked+.item-media i.icon-form-radio:after, .color-gray label.label-radio input[type=checkbox]:checked~.item-after i.icon-form-radio:after, .color-gray label.label-radio input[type=checkbox]:checked~.item-inner i.icon-form-radio:after, .color-gray label.label-radio input[type=radio]:checked+.item-media i.icon-form-radio:after, .color-gray label.label-radio input[type=radio]:checked~.item-after i.icon-form-radio:after, .color-gray label.label-radio input[type=radio]:checked~.item-inner i.icon-form-radio:after{
	background-color: #9e9e9e;
}
.modal-button{
	color: #217ABB;
}
.actions-modal {
	z-index: 99999999;
}
.subnavbar .button.active{
	background: #fff;
    color: #217ABB;
}
.subnavbar .button{
	border: 1px solid #fff;
	color: #fff;
}
.navbar.theme-bw, .searchbar.theme-bw, .subnavbar.theme-bw, .theme-bw .navbar, .theme-bw .searchbar, .theme-bw .subnavbar, .theme-bw .toolbar, .toolbar.theme-bw{
	    background: #217ABB;
}
.status_block_list .item-title{
	color: #999999;
}
.status_block_list .item-after{
	color: #333333;
}
.status_block_list .display_address{
	color: #333333;
}
.m-0{
	margin: 0 !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.pl-15{
	padding-left: 15px !important;
}
.pr-15{
	padding-right: 15px !important;
}
.pl-8{
	padding-left: 8px !important;
}
.pr-8{
	padding-right: 8px !important;
}
.flex-direction-reverse{
	flex-direction: row-reverse !important;
}
.justify-content-flex-end{
	justify-content: flex-end !important;
}
.width-auto{
	width: auto !important;
}
.fs-15{
	font-size: 15px !important;
}
.fs-16{
	font-size: 16px !important;
}
.align-items-center{
	    align-items: center;
}

.svg_menu{
	width: 32px;
}
/* .svg_menu_st0{
	fill:#414142;
} */
.asset_list_icon{
	width: 24px;
	margin-right: 8px;
	vertical-align: middle;
	    font-size: 16px;
}
.icon-status{
	font-size: 8px;
	margin-right: 8px;
}

.state-0{
	color: #A8A8A8 !important;
}
.state-1{
	color: #1DBC0C !important;
}
.state-2{
	color: #DD821F !important;
}
.state-3{
	color: #E5425A !important;
}
/* INDEX PAGE */
.menu_header{
	min-height: 135px;
	width: 100%;
	background-color: #217ABB;
	/*background: url('../images/menu-bg.png') no-repeat center center;*/
	background-size: cover;
	text-align: center;
}
	.menu_header img{
		width: 80%;
	}


/* .theme-bw .searchbar {
	background: #E6E6E6;
} */
.row > div {
	    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}

/* .searchbar .searchbar-clear{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
		right: -8px;
	} */
		.searchbar input[type=search]{
			/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
			border-color: #000;
			color: #000; */

			border: none;
		    background-color: #FFFFFF;
		    color: #000;
		    background-image: none;
		    padding-left: 16px;
		    border-radius: 5px;
		    opacity: .8;
		}
		.searchbar input[type=search]::-webkit-input-placeholder {color: rgba(0,0,0,.4);}
		.searchbar input[type=search]::-moz-placeholder          {color: rgba(0,0,0,.4);}
		.searchbar input[type=search]:-moz-placeholder           {color: rgba(0,0,0,.4);}
		.searchbar input[type=search]:-ms-input-placeholder      {color: rgba(0,0,0,.4);}


.list-block	input[type=text]::-webkit-input-placeholder{color: rgba(0,0,0,.4);}
.list-block	input[type=text]::-moz-placeholder  		{color: rgba(0,0,0,.4);}
.list-block	input[type=text]:-moz-placeholder 			{color: rgba(0,0,0,.4);}
.list-block	input[type=text]:-ms-input-placeholder  	{color: rgba(0,0,0,.4);}

.list-block	input[type=email]::-webkit-input-placeholder{color: rgba(0,0,0,.4);}
.list-block	input[type=email]::-moz-placeholder  		{color: rgba(0,0,0,.4);}
.list-block	input[type=email]:-moz-placeholder 			{color: rgba(0,0,0,.4);}
.list-block	input[type=email]:-ms-input-placeholder  	{color: rgba(0,0,0,.4);}

.list-block	input[type=password]::-webkit-input-placeholder{color: rgba(0,0,0,.4);}
.list-block	input[type=password]::-moz-placeholder  		{color: rgba(0,0,0,.4);}
.list-block	input[type=password]:-moz-placeholder 			{color: rgba(0,0,0,.4);}
.list-block	input[type=password]:-ms-input-placeholder  	{color: rgba(0,0,0,.4);}

.list-block .item-text.display_address{
    -webkit-line-clamp: 3;
        max-height: 60px;
}
.notification_header{
	font-size: 20px;
}

.header_container{
	padding: 24px 16px;
	text-align: left;
}
	.custom_caption{
		font-size: 18px;
	}
	.custom_divider{
		width: 100%;
		height: 1px;
		background: rgba(255, 255, 255, .4);
		margin: 8px 0;
	}
	.header_row {
		line-height: 1.8;
	}
	.list-button-label{
		padding: 0 15px;
    	text-align: center;
    	display: block;
    	line-height: 43px;
    	text-transform: uppercase;
	}
	.list-block .list-button-label:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    right: auto;
	    top: auto;
	    height: 1px;
	    width: 100%;
	    background-color: #c8c7cc;
	    display: block;
	    z-index: 15;
	    -webkit-transform-origin: 50% 100%;
	    transform-origin: 50% 100%;
	}
.menu_wrapper {
    position: relative;
    min-height: 100%;
}
.call-button{
	max-width: 260px;
    margin: auto;
	font-size: 14px!important;
}
	.call-button i{
		vertical-align: middle;
		/* font-size: 20px; */
		margin-right: 5px;
	}
.menu_bottom {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 16px;
}
.menu{
	margin: 16px 0 0;
	padding-bottom: 76px;
}
	.menu ul:before,
	.menu ul:after{
		display: none;
	}
		.menu ul a:last-child{
			margin-bottom: 24px;
		}
		.menu .item-content{
			color: #333333;

			/* font-size: 18px; */
		}
		/* .menu .item-content:active,
		.menu .item-content:hover{
			background-color: #F2F1F4;
			color: #217ABB;
		} */
		/* .menu .item-content:active .svg_menu_st0,
		.menu .item-content:hover .svg_menu_st0{
			fill: #217ABB;
		} */
		.menu .item-media .icon{
			 font-size: 28px;
		}
			.menu .item-link .item-inner{
				padding-right: 16px;
				background: none;
				background-position: initial;

			}
			/* .menu .item-inner:after{
				background-color: transparent;
			} */


.bw_top_shadow{
	/* background: #fff !important; */
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
	/* .navbar a.link, .subnavbar a.link, .toolbar a.link{
		color: #000;
	} */


.assets_list{
	margin: 0;
	/* margin-top: 14px; */
}
	/* .assets_list.list-block ul:before,
	.assets_list.list-block ul:after,
	.assets_list.list-block .item-inner:after{
		display: none;
	} */
		.assets_list.list-block.media-list .item-inner{
			padding-top: 18px;
		}

			.assets_list.list-block.media-list .item-link .item-title-row{
				background: none;
				background-position: initial;
				/* font-size: 20px; */
				color: #333333;
				padding-right: 0;
			}
			.assets_list.list-block.media-list .item-link .item-title-row .item-after i{
				font-size: 16px;
				margin: 0 4px;
			}
			.assets_list.list-block.media-list .item-link .item-subtitle{
				color: #A8A8A8;

				/* margin-top: -6px; */
			}
			.assets_list.list-block.media-list .item-link .item-subtitle.online{
				color: #00A0D3;
			}
			.assets_list.list-block.media-list .item-link .item-subtitle .stopped_time {
			    color: #757575;
			    font-size: 11px;
			}
			.assets_list .item-media img{
				width: 60px;
				border-radius: 50%;
			}
			.assets_list .item-media .item_asset_img{
				width: 60px;
				height: 60px;
				border-radius: 50%;
				overflow: hidden;
			}
			.assets_list.list-block .item-text{
    			overflow: initial;
    			max-height: initial;
    			text-overflow: initial;
    			-webkit-line-clamp: initial;

    			font-size: 11px;
			}
			.assets_list.list-block .item-text .row>div{
				margin-top: 8px;
			}
.notification_button i{
	position: relative;
}
	.new_not{
		/* animation-name: tossing;
		-webkit-animation-name: tossing;

		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;

		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite; */
	}
	.notification_button.new_not i:after{
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #CC1717;
		border-radius: 100%;
		top: 0;
    	right: 0;
	}


/* ALARMS ASSETS */
.list-block-selectall{
	list-style-type: none;
	margin: 0;
}

.alarmsAssetList{
	margin: 0;
}
	.alarmsAssetList .item-media .item_asset_img {
	    width: 60px;
	    height: 60px;
	    border-radius: 50%;
	}
		.alarmsAssetList .item-title-row{
			padding: 18px 0;
		}

/* NOTIFICATIONS */

.notification_list{
	margin: 0;
}
	.list-block.notification_list .item-title{
		font-size: 18px;
		color: #1E1E1E;
	}
	.list-block.notification_list .item-subtitle{
		font-size: 12px;
		color: #424242;

	}
	.list-block.notification_list .item-after{
		font-size: 12px;
	}

/* LOGIN */
.login_page .login-screen-content{
	background: url('../images/bg.png') no-repeat center bottom;
	background-size: cover;
}
	.bg_logo{
		background: url('../images/bg_logo.png') no-repeat center bottom;
		background-size: 100% 100%;
	}
	.logo{

		padding: 64px 64px 16px;
		text-align: center;
	}
		.logo img{
			width: 100%;
			max-width: 391px;
		}

		.login-screen-content .login_list{
			padding: 0 16px;
			margin-top: 48px;
		}
			.login_list ul{

			}
			.login_list ul:before,
			.login_list ul:after,
			.login_list .item-inner:after{
				display: none;
			}

				.login_list .item-input{
					position: relative;
				}
					.login_list .item-input input{
						    border-radius: 2px;
					    border: 1px solid #E6E6E6;
					    background-color: rgba(255,255,255,.8);
					    /* height: 55px; */
					    padding: 0 16px;
					    margin-bottom: 16px;
					}
					.login_list .item-input input[type="password"]{
						padding-right: 44px;
					}
					.forget_pwd_wrapper{
						text-align: right;
						padding-right: 16px;
					}
						.forget_pwd_wrapper a{
							text-decoration: underline;
						}
					.toggle-password{
						position: absolute;
						right: 0;
					    top: 0;
					    padding: 10px 10px 5px 5px;
					    cursor: pointer;

					    transition: all .3s;
					}

		.btn_login{
			width: 260px;
			margin: 0 auto;
			border: none;
			text-transform: uppercase;

			font-size: 24px;
			background: #217ABB;
		}

/* ASSET STATUS */
.tabbar a.tab-link{
	color: rgba(255, 255, 255, .4);
	font-size: 16px;
	text-transform: none;
}

.tabbar a.tab-link.active, .tabbar a.tab-link.active-state, html:not(.watch-active-state) .tabbar a.tab-link:active{
	color: #fff;
}

.tabbar .tab-link-highlight{
	background: #fff;
}
	.status_block_top{

    	box-sizing: border-box;
    	text-align: center;
	}
		.status_block_top img{
			width: 48px;

		}
		.status_block_top p{
			margin: 0;
			font-size: 15px;
			color: #333;
		}
		.status_block_top p.position_data{
			font-size: 12px;
			color: #00A0D3;
		}

	.status_block_list{
		margin-top: 0;
	}
			/* .status_block_list ul li:first-child{
				margin-bottom: 18px;
			}
			.status_block_list ul li:first-child:before,
			.status_block_list ul li:first-child:after{
				content: '';
			    position: absolute;
			    left: 16px;
			    bottom: 0;
			    right: auto;
			    top: auto;
			    height: 1px;
			    width: calc(100% - 32px);
			    background-color: rgba(0,0,0,.12);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 100%;
			    transform-origin: 50% 100%;
			}
			.status_block_list ul li:first-child:before{
				bottom: auto;
				top: 0;
				display: none;
			} */


			.with-hairlines:before,
			.with-hairlines:after{
				content: '';
			    position: absolute;
			    left: 16px;
			    bottom: 0;
			    right: auto;
			    top: auto;
			    height: 1px;
			    width: calc(100% - 32px);
			    background-color: rgba(0,0,0,.12);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 100%;
			    transform-origin: 50% 100%;
			}
			.with-hairlines:before{
				bottom: auto;
				top: 0;
			}


		.item-subtext {
		    font-size: 12px;
		    /* color: #00A0D3; */
		    line-height: 1.4;
		}
			/* .status_block_list.list-block .item-inner{
				display: -webkit-box;
			    display: -ms-flexbox;
			    display: -webkit-flex;
			    display: flex;
			}

			.status_block_list.list-block li:first-child .item-inner{
				 display: initial;
			}

				.status_block_list.list-block .item-text{
					color: #000;
					-webkit-line-clamp: 3;
					max-height: initial;
				}
				.item-subtext{
					font-size: 12px;
			    				color: #00A0D3;
			    				line-height: 1.4;
				} */

/* ASSET PLAYBACK */
.playback_page{

}
	.list-playback-settings{

	}
		.list-playback-settings.list-block .label{
			/* color: #fff; */
		}
		.list-playback-settings.list-block input[type="text"]{
			/* color: #fff; */
		}
		.list-playback-settings.list-block .focus-state .label{
			color: #217ABB;
		}

		.item-with-arrow{

			}
			.theme-bw .list-block.media-list .item-with-arrow .item-inner{
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
				padding-right: 36px;
    			background-size: 15px 25px;
    			background-repeat: no-repeat;
    			background-position: 95% center;
    			background-position: -webkit-calc(100% - 16px) center;
    			background-position: calc(100% - 16px) center;
			}
			.theme-bw .list-block.media-list .item-with-arrow .item-inner.focus-state{
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%2#217ABB'%2F%3E%3C%2Fsvg%3E");
			}

			/* .theme-bw .list-block.list-playback-settings .input-field.focus-state:after,
			.theme-bw .list-block.list-playback-settings .input-field.not-empty-state:after,
			.theme-bw .list-block.list-playback-settings .item-input-field.focus-state:after,
			.theme-bw .list-block.list-playback-settings .item-input-field.not-empty-state:after{
				background-color: rgba(255,255,255,0);
			} */
			.theme-bw .list-block.media-list .item-with-arrow .item-inner:after{
				content: '';
				position: absolute;
				bottom: -4px;
				right: 0;
				top:auto;
				left: auto;
				width: 100%;
				height: 1px;
				background-color: rgba(255,255,255,.2);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 100%;
			    transform-origin: 50% 100%;
			}


			.custom-picker{

			}
			.custom-picker .toolbar .text{
				/* padding: 0 8px; */
				color: #fff;
			}
			.custom-picker .picker-modal-inner{
				background-color: #F7F7F7;
			}
				.custom-picker .picker-modal-inner .picker-item{
					font-size: 18px;
				}
				.custom-picker .picker-modal-inner .picker-item.picker-selected{
					color: #217ABB;
				}
				.custom-picker .picker-modal-inner .picker-center-highlight{
					background-color: #fff;
    				z-index: -1;
				}
				.custom-picker .picker-items-col.picker-items-col-divider{
					color: #217ABB;
				}


			.custom-picker .picker-items-col:before {
			    content: '';
			    position: absolute;
			    left: 0;
			    top: auto;
			    bottom: 0;
			    right: auto;
			    height: 100%;
			    width: 1px;
			    background-color: rgba(0,0,0,.15);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 0;
			    transform-origin: 50% 0;
			}
			.custom-picker .picker-items-col:first-child:before {
				display: none;
			}
			.custom-picker .picker-modal-inner.picker-items .picker-items-col{
				text-align: center;
			}
			.custom-picker.custom-date .picker-items .picker-items-col{
				width: 33.33333333%;
			    width: -webkit-calc((100% - 15px*2)/ 3);
			    width: calc((100% - 15px*2)/ 3);
			}
			.custom-picker.custom-time .picker-items .picker-items-col{
				width: 50%;
    			width: -webkit-calc((100% - 15px*1)/ 2);
    			width: calc((100% - 15px*1)/ 2);
			}

/* STREET VIEW */
.pano_map{
	height: 100%;
	width: 100%;

}
#pano {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 10000000;
}

/* ASSET TRACK */
.toolbar-through .track_page .page-content,
.toolbar-through .playback_show .page-content{
 	padding-bottom: 0;
}
.track_page{

}
.icon-track,
.icon-playback{
	font-size: 32px;
}
	.position_map{
		position: relative;
		height: calc(100% - 48px);
		min-height: 200px;
	}
	.position_map_playback{
		height: calc(100% - 155px);
	}
	.location_page .position_map{
		height: 100%;
	}
		.map{
			width: 100%;
			height: 100%;

		}

		.float_button_wrapper{
    		position: absolute;

		    width: 56px;
		    height: 56px;
		    border-radius: 50%;
		    z-index: 100000;
		    /* box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23); */
		    /*background-color: #2196f3;*/
		    color: #fff;
		    overflow: hidden;
		    -webkit-transition-duration: .3s;
		    transition-duration: .3s;
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    text-align: center;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    -webkit-box-pack: center;
		    -ms-flex-pack: center;
		    -webkit-justify-content: center;
		    justify-content: center;
		    box-sizing: border-box;
		}
		.float_button_wrapper a.link{
			line-height: .6;
		}
		.float_button_wrapper a span{
		 	display: block;
    		font-size: 12px;
		 }

		.route_button_wrapper{
		    bottom: 16px;
		    right: 16px;
		}
		.pano_button_wrapper{
			border: 2px solid #fff;
			bottom: 16px;
			left: 16px;

		}
			.pano_button_wrapper a{
				width: 100%;
				height: 100%;
			}
			.pano_preview_img{
				background: url('../images/pano-preview.png') no-repeat center center;
				background-size: cover;
				display: block;
				height: 100%;
				width: 100%;
			}
		.back_button_wrapper{
			background-color: rgba(0,0,0,.2);
			top: 8px;
			left: 8px;

			z-index: 100000000;

		}
	.position_bottom{
		width: 100%;
		/* position: absolute; */
		bottom: 0;
		left: 0;
		/* height: 206px; */
		/* padding: 16px 16px 4px; */
    	box-sizing: border-box;
    	text-align: left;
    	/* padding-top: 8px; */

	}
	.position_bottom_playback{
		/* height: 190px; */
		/* height: 155px; */
    	padding: 16px 16px 0;
	}
		.playback_show_slider{
			/* margin-bottom: 8px; */
		}


		.range-slider input[type="range"]::-webkit-slider-thumb{
			/* border: 1px solid #3FA8B2; */
			background: #217ABB;
		    background-color: #217ABB;
		    border-radius: 50%;
		    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
		}
		.range-slider input[type="range"]::-moz-range-thumb {
		    /* border: 1px solid #217ABB; */
		    background: #217ABB;
		    background-color: #217ABB;
		    border-radius: 50%;
		    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
		}
		.range-slider input[type="range"]::-ms-thumb{
			/* border: 1px solid #217ABB; */
			background: #217ABB;
		    background-color: #217ABB;
		    border-radius: 50%;
		    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
		}

		.position_bottom img{
			width: 40px;
			margin-bottom: 4px;
		}
		.position_bottom p{
			margin: 0;
			font-size: 16px;
			color: #757575;
		}
		.position_bottom p.position_data{

			/* font-size: 11px; */
			color: #999999;
		}
		.position_bottom_playback p{
			/* text-align: left; */
			font-size: 14px;
			line-height: 1.2;
		}
		.position_bottom .address{
			margin-bottom: 16px;
			text-align: left;
		}
		.help-row{
			margin-bottom: 8px;
		}
		.position_bottom.position_bottom_playback .address{
			margin-bottom: 8px;
		}
		.position_bottom .address i{
			display: inline-block;
			vertical-align: middle;
			margin-bottom: 0;
		}
		.position_bottom .address p{
			line-height: 1.2;
		    width: calc(100% - 62px);
		    display: inline-block;
		    vertical-align: middle;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    display: -webkit-inline-box;
		    /* text-align: left; */
		    padding-left: 8px;
		    font-size: 12px;
		}
	/* .geofenceSetList{

	}
	.geofenceSetList.list-block .item-media+.item-inner{
		margin-left: 0;
	}
	.geofenceSetList.list-block .item-media{
		min-width: 32px;
	} */



		.leaflet-control-layers:not(.leaflet-control-layers-expanded){
		border-radius: 50%;
	}
	.leaflet-popup-content-wrapper{
		border-radius: 6px;
	}
		.marker-data-table{

		}
			.marker-data-table td{
				border-bottom: 1px solid #E6E6E6;
				font-size: 13px;
			    line-height: 1.2;
			    padding: 4px 0;
			    vertical-align: text-top;
			}
			.marker-data-table tr:last-child td{
				border-bottom: 1px solid transparent;
			}
			.marker-data-table .marker-data-caption{
				text-align: left;
				color: #999999;
				white-space: nowrap;
				font-weight: 600;
			}
			.marker-data-table .marker-data-value{
				text-align: right;
				color: #4D4D4D;
				padding-left: 10px;
			}
			.leaflet-popup-close-button{
				/* display: none; */
			}
			.leaflet-control-layers-selector{
				visibility: hidden;
				width: 1px;
    			margin: 0;
			}

			.leaflet-control-layers label{
				display: inline-block;
				margin: 8px 8px;
				color: #999999;
			}
			.layer-icon{
				width: 72px;
			}
			.leaflet-control-layers-base p{
				margin: 0;
				font-size: 14px;
				font-weight: bold;
    			padding-left: 4px;
			}

			.leaflet-control-layers-base input[type=radio]:checked + span{
				color: #000;
			}

			input[type=checkbox].leaflet-control-layers-selector{
				visibility: visible;
				width: 16px;
			}

				.leaflet-control-layers-overlays span{
					margin: 0;
					font-size: 14px;
					font-weight: bold;
	    			padding-left: 4px;
				}

				.leaflet-control-layers-overlays input[type=checkbox]:checked + span{
					color: #000;
				}

/* ASSET EDIT */
.edit_top{
	text-align: center;
}
	.edit_top img{
		width: 80px;
	}
	.asset_img {
	    text-align: center;
	    position: relative;
	    /* padding: 0 0 16px; */
	}
		.asset_img img {
		    width: 50%;
		    /* height: 45vw; */
		    max-width: 224px;
		    max-height: 224px;
		    border-radius: 100%;
		}
		.upload_photo {
		    position: absolute;
		    top: 0;
		    right: 50%;
		    margin-right: -100px;
		    color: #fff;
		    font-size: 18px;
		}

	.edit_top p{
		position: relative;
		text-transform: uppercase;
		font-size: 16px;
		display: inline-block;
	}
	/* .edit_top p:after{
		content: '';
	    position: absolute;
	    bottom: -4px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 100%;
	    height: 1px;
	    background: #D1D1D1;

	} */
		.edit_top p span{
			font-size: 18px;
			font-weight: 500;
		}
		.list-block .input-item .floating-label, .list-block .input-item .label, .list-block.inputs-list .floating-label, .list-block.inputs-list .label{
			font-size: 14px;
		}
		.item-title.label{
			color: #999999;
		}
		.list-block .item-divider, .list-block .list-group-title{
			    background-color: transparent;
			    padding: 12px 16px 0;
			    text-transform: uppercase;
			    color: #333333;
		}
		.list-block li.with-right-button{
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		    -webkit-justify-content: space-between;
		    justify-content: space-between;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		}
			.list-block li.with-right-button .item-content{
				width: calc(100% - 40px);
			}
		.input-right-button{
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-flex: 0;
		    -webkit-flex-shrink: 0;
		    -ms-flex: 0 0 auto;
		    flex-shrink: 0;
		    -webkit-box-lines: single;
		    -moz-box-lines: single;
		    -webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: none;
		    -ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    box-sizing: border-box;
		    padding-top: 8px;
		    padding-bottom: 8px;
		    min-width: 40px;

		    -ms-flex-item-align: center;
		    -webkit-align-self: center;
		    align-self: center;
		    min-height: 36px;
		    margin-bottom: 8px;
		    padding: 0;
		}
/* ASSET EDIT PHOTO */
#redo{
	position: fixed;
	bottom: 20px;
	left :20px;
	font-size: 30px;
}
#undo{
	position: fixed;
	bottom: 20px;
	right :20px;
	font-size: 30px;
}

.asset_img_before_crop{
	width: 100%;
}
	.asset_img_before_crop img{
		width: 100%;
		max-width: 100%;
	}

/* PROFILE */
.profile_page{

}
	.profile_page .list-block{
		margin-top: 0;
	}
/* ALARM */
.alarm_page{

}
	.alarm_switch_container{
		padding: 0 16px;
		line-height: 56px;
    	height: 56px;
	}
	.alarm_list{
		margin-top: 0;
	}
	.alarm_list ul ul{
		padding: 0;
	}
		.alarm_list .list-block-radio{
			margin: 0;
			margin-top: -4px;
		}
		.alarm_list .list-block label.item-content{
			min-height: 36px;
		}
	.alarm_list.list-block ul:before{
		display: none;
	}

	.list-block .alarm-radio-caption {
		text-transform: none;
		text-align: right;
	}
	.list-block .alarm-radio-caption span	{
			width: 56px;
		    display: inline-block;
		    text-align: center;
		}

/* UPGRADE */


/* GEOFENCE */

.geofence_page{

}
	.icon-add_geofence{
		font-size: 30px;
	}
	.geofenceList{
		margin: 8px 0;
	}
		.geofenceList li:after{
			content: '';
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    right: auto;
		    top: auto;
		    height: 1px;
		    width: 100%;
		    background-color: rgba(0,0,0,.12);
		    display: block;
		    z-index: 15;
		    -webkit-transform-origin: 50% 100%;
		    transform-origin: 50% 100%;
		}


		.geofenceList .item-inner:after{
			display: none;
		}
		.geofenceList .item-after i{
			vertical-align: middle;
		}

		.geofenceList .item-title{
			text-transform: uppercase;
		}
		/* GEOLOCK */


		.input_geolock_radius{
			position: absolute;
			z-index: 500;
			top: 20px;
			/* width: 100%; */
			text-align: center;
			margin: 0;
			padding: 0 32px;
			box-sizing: border-box;
		}
		.input_geolock_radius:after{
			display: none;
		}
			.input_geolock_radius input{
				border: none;
				padding: 0 16px;
				font-size: 14px;
	    		height: 32px;
	    		width: 100%;
	    		box-sizing: border-box;

	    		-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
				box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
			}

		.geofence_add_page .position_bottom{
			height: initial;
			position: relative;
			text-align: left;
			padding: 0;
		}
		.geofence_add_page .list_geofence_preferences{
			margin: 0 ;
		}

			.list_geofence_preferences .smart-select .item-inner:after{
				content: '';
			    position: absolute;
			    left: 0;
			    bottom: 0;
			    right: auto;
			    top: auto;
			    height: 1px;
			    width: 100%;
			    width: calc(100% - 16px);
			    background-color: rgba(0,0,0,.12);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 100%;
			    transform-origin: 50% 100%;

			    -webkit-transform: scaleY(2)!important;
   				transform: scaleY(2)!important;
   				background-color: #217ABB;
			}


				.list_geofence_preferences .smart-select .item-inner .item-title{
					font-size: 14px;
				}
			.list_geofence_preferences .smart-select .item-after{
				padding: 4px 0;
				margin-left: 0;
				font-size: 16px;
				color: #212121;
				max-width: 100%;
				padding-right: 20px;
			}
				.list_geofence_preferences .smart-select .item-after:before,
				.select_alarm_type_wrapper:before,
				.select_time_range_state:before{
					content: "";
					display: block;
					position: absolute;
					background: url(../images/svg_select_arrow.svg) no-repeat right center;
					right: 0;
    				top: 0;
    				bottom: 0;
    				margin: auto;
    				width: 15px;
    				height: 10px;
				}

				.list-block input[type=date]:before,
				.list-block input[type=time]:before{
					content: "";
					display: block;
					position: absolute;
					background: url(../images/svg_select_arrow.svg) no-repeat right center;
					right: -5px;
    				bottom: 0;
    				width: 15px;
    				height: 10px;

    				-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}



			#myelement:before {
				content: "";
				position: absolute;
				width: 200%;
				height: 200%;
				top: -50%;
				left: -50%;
				z-index: -1;
				    background: url(../images/svg_select_arrow.svg) no-repeat right center;

			}
			.form_geofence_search_address input,
			.form_geofence_search_address textarea{
				padding-right: 38px !important;
			}
			.form_geofence_search_address button{
				position: absolute;
			    top: 0;
			    right: 0;
			    border: none;
			    background: transparent;
			}

		.time_range_block{
			/* display: none; */
			background: #EAEAEA;
			/* box-shadow: inset 0 0 5px rgba(0,0,0,.25); */
			box-shadow: 0 20px 20px -20px rgba(0,0,0,.25) inset, 0 -20px 20px -20px rgba(0,0,0,.25) inset;
			padding-bottom: 14px;
			height: 75px;
		}
		.time_range_block.active{
			height: auto !important;
		}
			.list-block.inputs-list.list_geofence_preferences .time_range_block .item-inner{

			    /* padding-bottom: 14px; */
			    margin-bottom: 0;
			}


			.list_geofence_preferences .time_range_block .item-input span{
				position: absolute;
				font-size: 14px;
				top: 50%;
	    		transform: translateY(-50%);
			}
			.list_geofence_preferences .time_range_block .item-input span + input{
				padding-left: 60px;
			}

			.time_range_block label.label-checkbox{
				padding-left: 0;
			}
				.time_range_block label.label-checkbox .item-after{
					margin-left: 0;
				}
					.time_range_block label.label-checkbox .item-after i.icon.icon-form-checkbox{
						margin-left: 0;
					}







.smart-select-page .navbar {
	/*background: #fff ;
	color: #000;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25)*/
}
.smart-select-page .searchbar {
	/*background: #fff;*/
}
.smart-select-page .navbar i.icon-back{
	font-size: 28px;
}
i.icon.icon-back{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
	.smart-select-page .list-block{
		margin: 16px 0;
	}
			.smart-select-page .list-block ul:before,
			.smart-select-page .list-block ul:after,
			.smart-select-page .list-block .item-inner:after,
			.smart-select-page .list-block .item-inner:after
			{
				/*display: none;*/
			}
				.smart-select-page .list-block ul li label .item-media img{
					width: 48px;

					border-radius: 50%;
				}
/*
==============================================
tossing
==============================================
*/

.tossing{
  animation-name: tossing;
  -webkit-animation-name: tossing;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}


.popover-status {
		    padding: 0 8px;
		    width: auto;
		    max-width: 320px;
		}

/* LOW CREDIT BALANCE MODAL */
.custom-modal-logo-wrapper{
	text-align: center;
}
	.custom-modal-logo{
		max-width: 160px;
		 width: 100%;
	    /* max-height: 105px; */
	    /* height: 100%; */
	}
.custom-modal-title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
}
.custom-modal-text{
	margin-top: 10px;
	color: #757575;
	font-size: 16px;
}

	.menu_remainings.custom-modal-remaining{
		text-align: left;
    	margin: 0;
    	position: relative;
    	background: transparent;
    	padding: 12px 0 0;
	}


.color-green .check-radio-tweak-wrapper[type="radio"]:hover{
    border: 2px solid #4cd964;
}
.color-green .check-radio-tweak-wrapper[type="radio"][checked]{
	border: 2px solid #4cd964;
}
.color-green .check-radio-tweak-wrapper[type="radio"][checked]::before{
	background: #4cd964;
}

.color-gray .check-radio-tweak-wrapper[type="radio"]:hover{
    border: 2px solid #8e8e93;
}
.color-gray .check-radio-tweak-wrapper[type="radio"][checked]{
	border: 2px solid #8e8e93;
}
.color-gray .check-radio-tweak-wrapper[type="radio"][checked]::before{
	background: #8e8e93;
}


.color-red .check-radio-tweak-wrapper[type="radio"]:hover{
    border: 2px solid #ff3b30;
}
.color-red .check-radio-tweak-wrapper[type="radio"][checked]{
	border: 2px solid #ff3b30;
}
.color-red .check-radio-tweak-wrapper[type="radio"][checked]::before{
	background: #ff3b30;
}

.alarm_list .custom-radio-wrapper{
	    padding: 0 19px;
	    display: inherit;
}

	.modal-inner{
		background: #fff;
	}
	.modal-checkbox{
		margin-top: 8px;
		margin-bottom: 15px;

	}
	.modal-checkbox.list-block .item-content{
		padding-left: 0;
	}
	.modal-checkbox.list-block .item-inner{
		padding-right: 0;
		margin-left: 0;
	}

	.theme-bw .list-block-modal .item-inner .item-input:after {
		display: block ;
		content: '';
		background-color: #c8c7cc;

	    position: absolute;
	    left: 0;
	    bottom: 0;
	    right: auto;
	    top: auto;
	    height: 1px;
	    width: 100%;
	    display: block;
	    z-index: 15;
	    -webkit-transform-origin: 50% 100%;
	    transform-origin: 50% 100%;
	}

.with-additional-button .item-input{
	/*width: calc(100% - 50px);*/
	padding-right: 36px;
}
.item-additional-button{
	position: absolute;
	right: 16px;
	bottom: 0px;
	width: 32px;
	height: 32px;
	text-align: center;
}