body {
	margin: 0 !important;
	padding: 0;
	background: #EEF1F8 !important;
}
.header a, 
.search_click, 
.add_button, 
.add_user_barrier_button,  
.form_div label, 
.submit_click, 
.cancel_click, 
.button_upload,  
.delete_div p, 
.click_yes, 
.click_no {
	font-weight:bold;
}
a {
	text-decoration:none;
	outline:none;
    text-decoration: none !important;
}
a:hover {
	text-decoration:none;
	outline:none;
    text-decoration: none !important;
}
a:active {
	text-decoration:none;
	outline:none;
    text-decoration: none !important;
}
a:focus {
	text-decoration:none;
	outline:none;
    text-decoration: none !important;
}
button {
	outline:none !important;
}
button:hover {
	outline:none !important;
}
button:active {
	outline:none !important;
}
button:focus {
	outline:none !important;
}
.loading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	z-index:99999999;
}
@-webkit-keyframes rotate-forever {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate-forever {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-forever {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loading-spinner {
	-webkit-animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: rotate-forever;
	-moz-animation-name: rotate-forever;
	animation-name: rotate-forever;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	height: 50px;
	width: 50px;
	border: 5px solid rgba(72,79,98);
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
#app {
	/*overflow: hidden;*/
}
.header {
	position: relative;
	width: 100%;
	height: 70px;
	background: #4A4F63;
	display: inline-block;
	box-shadow: 0 10px 15px 1px #888888a6;
	z-index: 3;
}
.menu {
	position: relative;
	width: 97.5%;
	height: 100%;
	display: inline-block;
    left: 2.5%;
}
.menu_div {
	position: relative;
	height: 100%;
	display: table;
	float: left;
}
.menu_div a {
	color: #FFFFFF;
	font-size: 16px;
	font-family: fontweb;
	letter-spacing: 1.5px;
	padding-left: 20px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.menu_div a:hover {
	color: #FFFFFF;
	background:#1998F7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;		
}
.active_menu {
	background:#1998F7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;		
}
.user_div {
	position: relative;
	height: 100%;
	display: table;
	float: right;
	left:-20px;
}
.user_div a {
    display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.user_div a span {
	position: absolute;
	right: 0;
	background-color: #FFFFFF;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	display: block;
}
.bubbly_1 {
    top: 22px;
}
.bubbly_2 {
    top: 32px;
}
.bubbly_3 {
    top: 42px;
}
.user_div a img {
	display: block;
}
.click_user {
	display: inline-block !important;
	vertical-align: initial;
	padding-right: 0 !important;
	width: 100%;
	height: 100%;
}
.click_user div {
	position: relative;
	padding-right: 20px;
    height: 100%;
    width: 100%;
}
.click_user img {
	top: 9px;
    position: relative;
}
.user_menu {
	position: absolute;
	width: 360px;
	height: auto;
	padding-right: 25px;
	background-color: #ECEFF6;
	bottom: 0;
	right: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	box-shadow: 4px 3px 15px 1px #88888870;
	display: none;
}
.user_menu_act {
	display: block;
}
.user_menu a {
	position: relative;
	display: flex;
	vertical-align: initial;
	color: #23232B;
	font-size: 16px;
	font-family: fontweb;
	letter-spacing: 1.5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 13px;
	margin-bottom: 13px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.user_menu a:hover {
	color: #23232B;
}
.user_menu a img {
	position: relative;
	margin-right: 15px;
	height: 24px;
}
.user_menu a img.checkbox {
	position: absolute;
	margin-right: 0;
	right: 0;
	height: 22px;
	top:50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.logout_click {
	display: block !important;
	padding-right: 0 !important;
	margin-top: 5px !important;
	margin-bottom: 25px !important;
	font-family: "Nunito", sans-serif !important;
}
.logout_click span {
	position: relative !important;
	right: initial !important;
    background: none !important;
    width: calc(100% - 50px) !important;
    height: initial !important;
    border-radius: 0 !important;
    display: block;
}
.logout_click img {
	position: absolute !important;
	height: 22px !important;
	margin-right: -9px !important;
	right: 0;
	top:50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.leaflet-popup {
	margin-left: 5px;
	border:none !important;
}
.leaflet-popup-content-wrapper {
	border-radius: 0 !important;
	border:none !important;
	padding: 0 !important;
}
.leaflet-popup-content {
	padding: 0 !important;
	margin: 0 !important;
}
.leaflet-container a.leaflet-popup-close-button {
    width: 25px !important;
    top: 10px !important;
    right: 10px !important;
    height: 22px !important;
    padding: 0 !important;
    display: inline-block;
    font-size: 40px !important;
    font-weight: normal !important;
    color: #23232B !important;
}
.pop_up_map_title {
	position: relative;
	width: 100%;
	min-width: 300px;
	height: auto;
	background-color: #FFFFFF;
}
.pop_up_map_title h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 20px;
	padding-right: 40px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #23232B;
	background-color: #ECEDF1;
	box-shadow: 0px 2px 8px -1px #8888888f;
}
.pop_up_map_title h2 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #23232B;
}
.pop_up_map_title h2 span {
	position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #F55346;
    display: block;
    left: 15px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -3px;
}
.pop_up_map_title h2 span.online {
	background-color: #00D8AF;
}
.pop_up_map_title p {
	float: left;
	margin-left:15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pop_up_map_title p.dt_ping {
	width: calc(65% - 15px);
}
.pop_up_map_title p.voltage {
	width: calc(35% - 15px);
}
.pop_up_map_title p.dt_ping img, 
.pop_up_map_title p.voltage img {
	width: 20px;
}
.pop_up_map_title p span {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #23232B;
	margin-left: 5px;
    position: relative;
    top: 2px;
}
.action_center_div {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
	left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.action_center_div a img {
	position: relative;
	margin-right: 10px;
}
.action_left, 
.action_right, 
.action_center {
	position: relative;
	background-color: #ECEDF1;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
    font-family: fontweb;
	letter-spacing: 1.5px;
	font-weight: bold !important;
	color: #1E2C35 !important;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 2px 1px 8px -1px #8888888f;
}
.action_left, 
.action_right {
    float: left;
}
.action_right {
    margin-left: 10px;
}
#app .py-4 {
	min-height: calc(100vh - 155px);
	padding-top:15px !important;
	padding-bottom: 15px !important;
}
.footer {
    position: relative;
    width: 200px;
	height: 55px;
	margin-bottom: 20px;
	left: 2.5%;
}
.footer a {
	position: relative;
	display: inline-block;
}
.footer a img {
	position: relative;
	width: 200px;
	display: block;
}
.container {
    position: relative;
	width: 95% !important;
	max-width: initial !important;
	min-width: initial !important;
	display: inline-block;
	left:2.5%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.container_header {
	position: relative;
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.container_header_alert {
	position: fixed;
	width: auto;
    z-index: 10;
	top: 70px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.container_header_alert .alert {
	position: relative;
	margin: 0;
	width: auto;
	display: inline-block;
	padding: 15px 20px 15px 20px;
    font-size: 16px;
    box-shadow: 1px 1px 10px 1px #88888870;
    font-family: fontweb;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.container_header_alert .alert-info {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.search_div {
	position: relative;
	float: left;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	max-width: calc(100% - 300px);
	display: table;
}
.all_history_search_div {
	max-width: 100%;	
}
.search_div select {
	position: absolute;
	padding: 0;
	width: 250px;
	height: 50px;
	display: inline-block;
	border:none;
	background: #FFFFFF;
	font-size: 18px;
	font-family: verdana;
	float: left;
}
.all_history_search_div select {
	width: 185px  !important;
}
.search_div .chosen-container {
	width: 250px !important;
	height: 50px;
	border:none;
	box-shadow: 3px 3px 10px -3px #88888870 !important;
	float: left;
	margin-right: 15px;
	border-radius: 5px;
}
.search_div_user .chosen-container {
	width: 185px  !important;
}
.search_div_user input {
	width: 200px  !important;
}
.all_history_search_div .chosen-container {
	width: 185px  !important;
}
.search_div .chosen-container-active {
	outline: 2px solid #32A2F8;
}
.search_div .chosen-container .chosen-single {
	height: 50px;
	background: #FFFFFF;
	border:none;
	box-shadow:none !important;
	border-radius: 5px;
}
.search_div .chosen-container .chosen-single span {
	font-size: 18px;
	font-family: verdana;
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 5px;
	color:#4A4F62;
}
.search_div .chosen-container-single .chosen-single abbr {
    top: 19px;
}
.search_div .chosen-container-single .chosen-single div {
    top: 14px;
    width: 18px;
    height: 18px;
}
.search_div .chosen-container-active .chosen-single {
	background: #FFFFFF !important;
	border:none !important;
}
.search_div .chosen-container-single .chosen-drop {
	background: #FFFFFF !important;
	border:none !important;
	box-shadow: 6px 6px 10px -3px #88888870 !important;
}
.search_div .chosen-container-active .chosen-drop {
	outline: 2px solid #32A2F8; 
}
.search_div .chosen-container .chosen-results {
	width: 100%;
}
.search_div .chosen-container .chosen-results li.active-result {
	font-size: 16px !important;
	font-family: verdana !important;
	line-height: 18px !important;
}
.search_div .chosen-container .chosen-results li.highlighted {
	background: #32A2F8 !important;
}
.search_div .chosen-container-single .chosen-search input[type="text"] {
	height: 30px;
	font-size: 16px;
	font-family: verdana;
    background: url(chosen-sprite.png) no-repeat 100% -22px !important;
    background-size: 58px !important;
	width: 100% !important;
}
.search_div input {
	position: relative;
	padding: 0;
	width: 250px;
	height: 50px;
	display: inline-block;
	border-radius: 5px;
	border:none;
	background: #FFFFFF;
	font-size: 18px;
	font-family: verdana;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	box-shadow: 3px 3px 10px -3px #88888870;
	float: left;
	color:#4A4F62;
}
.search_div input:focus {
	outline: 2px solid #32A2F8;
}
.placeholder-fix::-webkit-input-placeholder {
	color:#4A4F62;
	font-family: verdana;
	font-size:18px;
	letter-spacing: 1.5px;
	opacity: 1;
}
.placeholder-fix::-moz-placeholder {
	color:#4A4F62;
	font-family: verdana;
	font-size:18px;
	letter-spacing: 1.5px;
	opacity: 1;
}
.placeholder-fix::-ms-input-placeholder {
	color:#4A4F62;
	font-family: verdana;
	font-size:18px;
	letter-spacing: 1.5px;
	opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder {
	color:transparent;
}
.placeholder-fix:focus::-moz-placeholder {
	color:transparent;
}
.placeholder-fix:focus:-ms-input-placeholder {
	color:transparent;
}
.all_history_search_div .form_datetime {
	background-color: #FFFFFF;
    background: url(../../img/icon/calendar.png) no-repeat !important;
	background-position: 96% center !important;
	background-color: #FFFFFF !important;
	padding-right: 40px;
	width: 260px;
}
.all_history_search_div .form_datetime_1 {
	margin-right: 5px;
}
.all_history_search_div .arrow_span {
	height: 50px;
	float: left;
	color:#4A4F62;
	font-size: 18px;
	margin-right: 5px;
	font-weight: bold;
	display: flex;
  	align-items: center;
}
.search_click {
    position: relative;
    width: auto;
    max-width: 135px;
    min-width: 135px;
    height: 50px;
    outline: none;
    float: left;
    font-size: 18px;
    cursor: pointer;
    font-family: fontweb;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
	background: #32A2F8;
    box-shadow: 4px 4px 10px -1px #88888870;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search_click:hover {
	background: #177ECD;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.add_button {
	position: relative;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	float: right;
	color:#1E2C35;
	font-size: 18px;
	display: table;
    font-family: fontweb;
    letter-spacing: 1.5px;
	background: #FFFFFF;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
    box-shadow: 5px 5px 15px 1px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_button:hover {
	color:#FFFFFF;
	background: #32A2F8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_button img {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 9px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_button:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_button span {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.container_table {
	position: relative;
	width: 100%;
}
.container_table table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
    border-radius: 10px;
    box-shadow: 4px 3px 15px 1px #88888870;
	background: #FFFFFF;
	border-radius: 0 !important;
}
.container_table table tr {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.container_table table tr:hover {
	background:#EEF1F8; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.container_table table td,
.container_table table th {
    border: none;
    border-bottom: 1px solid #EAEBED;
	color: #3C4355;
    box-sizing: initial !important
}
.container_table table th {
	background: #FFFFFF;
	height: 60px;
	font-size: 16px;
	font-family: fontweb;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
	border-bottom: none;
}
.container_table table tbody tr {
    background: #FFFFFF;
}
.container_table table tbody tr.device_data_offline {
	background: #ff000029;
}
.container_table table tbody tr.device_data_offline:hover {
	background:#ff00004f;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.container_table table td {
	position: relative;
	height: 55px;
	padding-top: 0;
	padding-bottom: 0;
}
.container_table table td div {
	position: relative;
}
.container_table table td p {
	position: relative;
    color: #23232B;
    font-size: 14px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
    white-space: nowrap;
	font-weight: bold;
	overflow-x: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.logo_client {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
	left: 15px;
	top:50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform:  translate(0, -50%);
	transform: translate(0, -50%);
}
.status_icon {
	position: absolute;
	width: 21px;
	height: 30px;
	display: block;
	left: 15px;
	top:50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform:  translate(0, -50%);
	transform: translate(0, -50%);
}
.status_icon_2 {
	left: 50px;
}
.title_hover {
	position: absolute;
	max-width: 100%;
	bottom: 0;
	left:15px;
	background: #FFFACD;
	box-shadow: 1px 1px 15px -1px #88888870;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
    color: #23232B;
	font-size: 14px;
	line-height: 18px;
    letter-spacing: 0.5px;
    display: inline-block;
	font-weight: bold;
	border:1px solid #e6e1aec2;
    -ms-transform: translate(0, calc(100% + 7px));
    -moz-transform: translate(0, calc(100% + 7px));
    -webkit-transform: translate(0, calc(100% + 7px));
    -o-transform:  translate(0, calc(100% + 7px));
	transform: translate(0, calc(100% + 7px));
	z-index: 2;
	display: none;
}
.title_hover::before {
	content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #e6e1aec2;
    position: absolute;
    top: -6px;
    left: 5px;
}
.title_hover::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #FFFACD;
    position: absolute;
    top: -4px;
    left: 6px;
}
.container_table table td:hover .title_hover {
	display: block;
}
.container_table table td p span {
	position: relative;
	margin-left: 55px;
}
.container_table_user table th, .container_table_user table td {
	width: calc((100% - 355px)/6);
	min-width: 140px;
	max-width: 0; 
}
.container_table_client table th, .container_table_client table td {
	width: calc((100% - 475px)/3);
	min-width: 180px;
	max-width: 0; 
}
.container_table_object table th, .container_table_object table td {
	width: calc((100% - 165px)/2);
	min-width: 180px;
	max-width: 0; 
}
.container_table_barrier table th, .container_table_barrier table td {
	width: calc((100% - 415px)/3);
	min-width: 180px;
	max-width: 0; 
}
.container_table_device table th, .container_table_device table td {
	width: calc((100% - 995px)/2);
	min-width: 180px;
	max-width: 0;
}
.container_table_devices_data table th, .container_table_devices_data table td {
	width: calc((100% - 1120px)/2);
	min-width: 150px;
	max-width: 0;
}
.container_table_history table th, .container_table_history table td {
	width: calc((100% - 882px)/3);
	min-width: 120px;
	max-width: 0;
}
.container_table_id {
	width: 45px !important;
	min-width: 45px !important;
	max-width: 45px !important;
}
.container_table_hvhh {
	width: 80px !important;
	max-width: 80px !important;
	min-width: 80px !important;
}
.container_table_phone {
	width: 170px !important;
	max-width: 170px !important;
	min-width: 170px !important;
}
.container_table_type_of_operation {
	width: 170px !important;
	max-width: 170px !important;
	min-width: 170px !important;
}
.container_table_barrier_type {
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;	
}
.container_table_hw_id {
	width: 150px !important;
	max-width: 150px !important;
	min-width: 150px !important;
}
.container_table_tel {
	width: 130px !important;
	max-width: 130px !important;
	min-width: 130px !important;
}
.container_table_device_software_version {
	width: 120px !important;
	max-width: 120px !important;
	min-width: 120px !important;
}
.container_table_device_mode {
	width: 150px !important;
	max-width: 150px !important;
	min-width: 150px !important;
}
.container_table_gsm {
	width: 60px !important;
	max-width: 60px !important;
	min-width: 60px !important;	
}
.container_table_status {
	width: 130px !important;
	max-width: 130px !important;
	min-width: 130px !important;	
}
.container_table_status_3 {
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;	
}
.container_table_status_3 sup {
	position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    left: 41px;
    font-weight: bold;
    font-size: 16px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.container_table_dt {
	width: 145px !important;
	max-width: 145px !important;
	min-width: 145px !important;	
}
.container_table_dt_server {
	width: 155px !important;
	max-width: 155px !important;
	min-width: 155px !important;		
}
.container_table_role {
	width: 160px !important;
	max-width: 160px !important;
	min-width: 160px !important;
}
.container_table_actions {
	width: 90px !important;
	max-width: 90px !important;
	min-width: 90px !important;
	padding: 0 !important;
}
.container_table_barrier_actions {
	width: 110px !important;
	max-width: 110px !important;
	min-width: 110px !important;	
}
.container_table_history_actions {
	width: 45px !important;
	max-width: 45px !important;
	min-width: 45px !important;	
}
.container_div_actions {
	position: absolute;
	background: #FFFFFF;
	width: 90px;
	height: 100%;
	top:0;
	right: 0;
	box-shadow: -7px 1px 15px 0px #88888873;
	z-index: 2;
	display: grid;
}
.container_div_barrier_actions {
	width: 110px;
}
.container_div_history_actions {
	width: 45px;
}
.actions_div_th {
	position: relative;
	width: 100%;
	height: 60px;
}
.actions_div {
	position: relative;
	width: 100%;
	height: 55px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.actions_div a {
	position: relative;
	display: inline-block;
	margin-right: 6px;
    margin-left: 6px;
}
.actions_div a img {
	position: relative;
	display: block;
}
.container_table_status div p span {
	margin-left: 30px !important;
}
.container_table_status_3 div p span {
	margin-left: 65px !important;
}
.pop_up_delete {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0, .45);
    z-index: 10;
	display: none;
}
.pop_up_delete_act {
	display: block;
}
.delete_div {
    position: absolute;
	width: auto;
    height: auto;
    border-radius: 5px;
	background-color: #EEF1F8;
	padding: 20px;
	top:10%;
	left:50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pop_up_map {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0, .45);
    z-index: 10;
	display: none;
}
.pop_up_map_act {
	display: block;
}
.map_div {
    position: absolute;
	width: 650px;
    height: auto;
    border-radius: 5px;
	background-color: #EEF1F8;
	padding: 20px;
	top:10%;
	left:50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);	
}
.maps {
	position: relative;
	width: 100%;
	height: 70vh;
	max-height: 400px;
	min-height: 205px;
	margin-top: 15px;
}
.maps #map {
	position: relative;
	width: 100%;
	height: 100%;
}
.maps #map .leaflet-control-layers-base  label {
    margin-bottom: 1px !important;
}
.maps #map .leaflet-control-layers-base input {
    width: 15px;
    height: 15px;
}
.maps #map .leaflet-control-layers-base span {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -2px;
}
.close_pop_up {
	position: absolute;
    top: 8px;
    right: 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.close_pop_up img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.delete_div p {
    font-size: 18px;
	font-family: fontweb;
	width: 100%;
	text-align: center;	
	color: #3C4355;
	margin-top: 10px;
	letter-spacing: 1px;
}
.data_message {
	display: none;
	margin-bottom: 5px;
}
.pop_up_button {
	position: relative;
	width: auto;
	display: inline-block;
	left:50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.click_yes {
	position: relative;
	width: auto;
    max-width: 90px;
    min-width: 90px;
    height: 40px;
	outline: none;
	font-size: 16px;
	cursor:pointer;
    font-family: fontweb;
	letter-spacing: 1.5px;
	border:none;
	border-radius: 5px;
    padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
	background: #32A2F8;
	box-shadow: 4px 4px 10px -1px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.click_yes:hover {
	background: #177ECD;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.click_no {
	position: relative;
	width: auto;
    max-width: 90px;
    min-width: 90px;
    height: 40px;
	outline: none;
	font-size: 16px;
	cursor:pointer;
    font-family: fontweb;
	letter-spacing: 1.5px;
	border:none;
	border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
	color:#484F62;
	background: #FFFFFF;
	margin-left: 10px;
	box-shadow: 3px 3px 10px -3px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.click_no:hover {
	background: #E3E3E3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.pagination_div {
    position:relative;
    width:calc(100% - 500px);
    height:auto;
	text-align:center;
	top: 65px;
	left:50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pagination_div .pagination {
    position:relative;
    width:auto;
    height:auto;
    display: inline-flex;
	margin:0;
}
.pagination_div li {
    position: relative;
    margin-left:5px;
    margin-right:5px;  
    background: none !important;
    border: none !important; 
    width:25px;
    height:25px;
    overflow:hidden;
    display:table;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;      
}
.pagination_div .disabled:hover {
    cursor:no-drop;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;      
}
.pagination_div a {
    position: relative;
    color: #3C4355;
    padding:0;
    margin:0;
	font-size:18px;
	font-family:aktiv_grotesk_regular;
    background: none !important;
    border: none !important; 
    display: table-cell;
    vertical-align: middle;
	text-align: center;  
	font-weight:bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;      
}
.pagination_div li:hover a {
    color:#32A2F8 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
}
.pagination_div .active span {
    color:#32A2F8 !important;
}
.pagination_div span {
    position: relative;
    color: #3C43551;
    padding:0;
    margin:0;
	font-size:18px;
	font-family:aktiv_grotesk_regular;
    background: none !important;
    border: none !important; 
    display: table-cell;
    vertical-align: middle;
	text-align: center; 
	font-weight:bold;   
}
.pagination_div ul li:nth-child(1) span img,
.pagination_div ul li:nth-child(1) a img {
    position: relative;
    display: block;
    top: 1px;
}
.pagination_div ul li:nth-last-child(1) a img, 
.pagination_div ul li:nth-last-child(1) span img {
    position: relative;
    display: block;
    top: 1px;
}
.container {
	z-index: 2 !important;
}
.container_form {
    position: relative;
	width: 1155px;
	display: inline-block;
	z-index: 2;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.forma_flex_clone {
	display: none;
	position: absolute;
	top:0;
	left:0;
}
.attach_div {
    position: relative;
    width: 100%;
    float: left;	
}
.forma_flex_errors {
	position: relative;
	width: calc(100% - 20px);
    padding-left: 10px;
	padding-right: 10px;
	float: left;	
}
.forma_flex_append {
	position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.forma_flex_in_out {
	position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;		
}
.forma_flex_append .chosen-container {
	width: 100% !important;
}
.forma_flex_in_out .chosen-container {
	width: 100% !important;
}
.forma_flex {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.forma_flex h1 {
    padding: 0;
    margin: 0;
    position: relative;
    width: calc(100% - 20px);
    font-size: 22px;
    font-family: fontweb;
	letter-spacing: 1.5px;
	font-weight: bold;
    color: #32A2F8;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    margin-right: 10px;
}
.forma_flex_attach {
	width: 100%;
	display: none;
}
.forma_flex_button {
	position: relative;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.add_user_barrier_button {
	position: relative;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	float: right;
	color:#FFFFFF;
	font-size: 18px;
	display: table;
    font-family: fontweb;
    letter-spacing: 1.5px;
	background: #32A2F8;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
    box-shadow: 5px 5px 15px 1px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_user_barrier_button:hover {
	color:#1E2C35;
	background: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_user_barrier_button img {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 9px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_user_barrier_button:hover img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.add_user_barrier_button span {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.form_div {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc(100% - 20px);
}
.form_div_3 {
	width: calc((100% - 60px)/3);
}
.form_div_2 {
	width: calc((100% - 40px)/2);
}
.forma_flex_append .form_div_2 {
	width: calc((100% - 70px)/2);
}
.click_detach {
    position: relative;
    display: inline-block;
    width: 22px;
	height: 24px;
	top: 55px;
}
.click_detach img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.attach_div .forma_flex_append:nth-child(1) .click_detach {
	display: none;
}
.form_map {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc(100% - 20px);
	min-height: 400px;
	height: auto;
}
.form_map #map {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 400px;
	box-shadow: 6px 6px 10px -3px #88888870;
}
.form_div label {
	color: #484F62;
    font-size: 18px;
    font-family: fontweb;
	letter-spacing: 1.5px;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}
.form_div input {
	position: relative;
	padding: 0;
	width: 100%;
	height: 50px;
	display: inline-block;
	border:none;
	background: #FFFFFF;
	font-size: 18px;
	font-family: verdana;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 3px 3px 10px -3px #88888870;
}
.form_div input:focus {
	outline: 2px solid #32A2F8;
}
.form_div_checkbox {
	display: inline-block;
}
.form_div_checkbox label {
    float: left;
    top: -4px;
    position: relative;
    margin-left: 5px;
    margin-bottom: 0;
}
.form_div_checkbox input {
	width: 20px;
	height: 20px;
	float: left;
}
.form_div_checkbox input:focus {
	outline: none;
}
.form_div select {
	position: absolute;
	padding: 0;
	width: 100%;
	height: 50px;
	display: inline-block;
	border:none;
	background: #FFFFFF;
	font-size: 18px;
	font-family: verdana;
	display: block !important;
	opacity: 0;
}
.form_div select option {
	display: none !important;
}
.form_div .chosen-container {
	height: 50px;
	border:none;
	box-shadow: 3px 3px 10px -3px #88888870 !important;
	width: 100% !important;
}
.form_div .chosen-container-active {
	outline: 2px solid #32A2F8;
}
.form_div .chosen-container .chosen-single {
	height: 50px;
	background: #FFFFFF;
	border-radius: 0;
	border:none;
	box-shadow:none !important;
}
.form_div .chosen-disabled {
	opacity: 1 !important;
}
.form_div .chosen-disabled .chosen-single {
	background: #dee2e6 !important;
	cursor: no-drop !important;
}
.form_div .chosen-container-single .chosen-single abbr {
    top: 19px;
}
.form_div .chosen-container .chosen-single span {
	font-size: 18px;
	font-family: verdana;
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.form_div .chosen-container-single .chosen-single div {
    top: 14px;
    width: 18px;
    height: 18px;
}
.form_div .chosen-container-active .chosen-single {
	background: #FFFFFF !important;
	border:none !important;
}
.form_div .chosen-container-single .chosen-drop {
	background: #FFFFFF !important;
	border:none !important;
	box-shadow: 6px 6px 10px -3px #88888870 !important;
}
.form_div .chosen-container-active .chosen-drop {
	outline: 2px solid #32A2F8; 
}
.form_div .chosen-container .chosen-results li.active-result {
	font-size: 16px !important;
	font-family: verdana !important;
	line-height: 18px !important;
}
.form_div .chosen-container .chosen-results li.highlighted {
	background: #32A2F8 !important;
}
.form_div .chosen-container-single .chosen-search input[type="text"] {
	height: 30px;
	font-size: 16px;
	font-family: verdana;
    background: url(chosen-sprite.png) no-repeat 100% -22px !important;
    background-size: 58px !important;
}
.form_div .invalid-feedback, 
.form_map .invalid-feedback, 
.forma_flex_errors .invalid-feedback {
	color: #D40000;
    font-size: 15px;
    font-family: fontweb;
    letter-spacing: 1.5px;
    line-height: 18px;
    display: block;
    margin-left: 5px;
	margin-top: 5px;
	text-transform: lowercase;
}
.form_div .invalid-feedback:first-letter, 
.form_map .invalid-feedback:first-letter, 
.forma_flex_errors .invalid-feedback:first-letter {
	text-transform: capitalize;
}
#imgInp {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 50px;
    box-shadow: none !important;
	padding: 0;
	opacity: 0;
	z-index: 2;
	cursor:pointer;
}
.button_upload {
	position: absolute;
    top: 33px;
	left: 0;
	max-width: 130px;
	min-width: 130px;
    height: 50px;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    font-family: fontweb;
    letter-spacing: 1.5px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    background: #32A2F8;	
}
#blah {
	position: absolute;
    top: 33px;
    left: 130px;
	width: 50px;
	height: 50px;
	display: none;
}
#imgInpname {
	padding-left: 185px;
	width: 100%;
}
.form_button {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);	
}
.submit_click {
	position: relative;
	width: auto;
	max-width: 135px;
	min-width: 135px;
	height: 50px;
	outline: none;
	float: right;
	font-size: 16px;
	cursor:pointer;
    font-family: fontweb;
	letter-spacing: 1.5px;
	border:none;
	border-radius: 5px;
    padding-left: 20px;
	padding-right: 20px;
	margin-left: 15px;
	color:#FFFFFF;
	background: #32A2F8;
	box-shadow: 4px 4px 10px -1px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.submit_click:hover {
	background: #177ECD;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.cancel_click {
	position: relative;
	width: auto;
	max-width: 135px;
	min-width: 135px;
	height: 50px;
	outline: none;
	float: right;
	font-size: 16px;
	cursor:pointer;
    font-family: fontweb;
	letter-spacing: 1.5px;
	border:none;
	border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
	color:#484F62;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px -3px #88888870;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.cancel_click:hover {
	background: #E3E3E3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;	
}
.form_button h1 {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	font-size: 25px;
    font-family: fontweb;
	letter-spacing: 1.5px;
	color:#32A2F8;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.page_map {
	position: fixed;
	top:70px;
	left:0;
	width: 100%;
	height: calc(100% - 70px);
}
.page_map_div {
	position: absolute;
	top:0;
	left: 0;
	width: calc(100% - 360px);
	height: 100%;
	z-index: 1;
}
.page_map_div #map {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.page_map_barrier {
	position: absolute;
	top:0;
	right: 0;
	width: 360px;
	height: 100%;
	background-color: #EEF1F8;
	box-shadow: 0 10px 15px 1px #888888a6;
	z-index: 2;
	overflow-x: hidden;
}
.page_map_client {
	position: relative;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 90%;
	height:auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.page_map_client ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	position: relative;
	width: 100%;
	box-shadow: 2px 1px 8px -1px #8888888f;
}
.page_map_client ul li {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.page_map_client ul li a {
	position: relative;
    color: #23232B;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
    letter-spacing: 1.5px;
	width: 100%;
    padding-left: 10px;
	padding-right: 36px;
    padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
	box-shadow: 2px 1px 8px -1px #8888888f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_map_client ul li:nth-last-child(1) a {
	box-shadow: none;
}
.logo_client_map {
    position: relative;
    width: 45px;
    height: 45px;
	display: block;
	float: left;
}
.page_map_client ul li a span {
    position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	width: calc(100% - 55px);
}
.page_map_client ul li ul li a {
	padding-left: 10px;
    padding-right: 10px;
    background: #4a4f636b;
    font-size: 16px;
    line-height: 18px;
    box-shadow: none;
	color: #FFFFFF;
	display: table;
}
.arrow_icon {
	position: absolute;
	display: block;
	right: 10px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.arrow_icon_act {
    -ms-transform: translate(0, -50%) rotate(-180deg);
    -moz-transform: translate(0, -50%) rotate(-180deg);
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -o-transform: translate(0, -50%) rotate(-180deg);
	transform: translate(0, -50%) rotate(-180deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.page_map_client ul li ul {
	display: none;
	box-shadow: 2px 1px 8px -1px #88888852;
}
.page_map_client ul li ul li ul li a {
    padding-left: 60px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 18px;
	box-shadow: none;
	background: #FFFFFF;
	color: #23232B;
	display: table;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.page_map_client ul li ul li ul li a:hover {
	background:#bfcbd880;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.page_map_client ul li ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.barrier_icon {
	position: absolute;
	display: block;
	width: 25px;
	left: 23px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.datetimepicker {
	width: 260px;
    margin-top: 10px !important;
    border: none !important;
    box-shadow: 0px 2px 10px 1px #88888870;
    border-radius: 5px !important;
}
[class*=" datetimepicker-dropdown"]:before {
    border-bottom-color: #FFFFFF !important;
    box-shadow: 3px 3px 10px -3px #88888870 !important;
}
.datetimepicker table {
	width: 100%;
	font-weight: bold;
}
.datetimepicker-dropdown-bottom-right:before {
    top: -6px !important;
    left: 25px !important;
}
.datetimepicker-dropdown-bottom-right:after {
    top: -6px !important;
    left: 25px !important;
}
[class*=" datetimepicker-dropdown"]:before {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid #fff !important;
}
[class*=" datetimepicker-dropdown"]:after {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid #fff !important;
}
@media only screen and (max-width: 1600px) {
	.header {
		height: 60px;
	}
	#app .py-4 {
		min-height: calc(100vh - 125px);
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.footer {
		margin-bottom: 10px;
		width: 180px;
		height: 45px;
	}
	.footer a img {
		width: 180px;
	}
	.pagination_div {
		top: 55px;
	}
	.menu_div a {
		font-size: 14px;
		letter-spacing: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.click_user img {
		top: 8px;
		width: 45px;
	}
	.bubbly_1 {
		top: 19px;
	}
	.bubbly_2 {
		top: 29px;
	}
	.bubbly_3 {
		top: 39px;
	}
	.submit_click {
		max-width: 120px;
		min-width: 120px;
		height: 45px;
		font-size: 14px;
		letter-spacing: 1px;
		border-radius: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
	}
	.cancel_click {
		max-width: 120px;
		min-width: 120px;
		height: 45px;
		font-size: 14px;
		letter-spacing: 1px;
		border-radius: 5px;
		padding-left: 10px;
		padding-right: 10px;	
	}
	.form_button h1 {
		font-size: 22px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.form_div label {
		font-size: 16px;
	}
	.form_div input {
		height: 45px;
		font-size: 16px;
	}
	.form_div select {
		height: 45px;
		font-size: 16px;
	}
	.form_div .chosen-container {
		height: 45px;
	}
	.form_div .chosen-container .chosen-single {
		height: 45px;
	}
	.form_div .chosen-container-single .chosen-single abbr {
		top: 17px;
	}
	.form_div .chosen-container .chosen-single span {
		font-size: 16px;
		padding-top: 11px;
	}
	.chosen-container-single .chosen-single div b {
		background: url(chosen-sprite.png) no-repeat 0px -1px !important;
	}
	.chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -18px -1px !important;
	}
	.form_div .chosen-container .chosen-results li.active-result {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.form_div .invalid-feedback, .form_map .invalid-feedback, .forma_flex_errors .invalid-feedback {
		font-size: 14px;
		line-height: 16px;
	}
	.form_div_checkbox input {
		width: 18px;
		height: 18px;
	}	
	.form_div_checkbox label {
		top: -3px;
	}
	.forma_flex h1 {
		font-size: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.add_user_barrier_button {
		height: 45px;
		max-height: 45px;
		min-height: 45px;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.add_user_barrier_button img {
		margin-top: 7px;
	}
	.form_map {
		min-height: 350px;
	}
	.form_map #map {
		height: 350px;
	}
	.click_detach {
		top: 50px;
	}
	#imgInp {
		top: 30px;
		height: 45px;
	}
	.button_upload {
		top: 30px;
		max-width: 120px;
		min-width: 120px;
		height: 45px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#blah {
		top: 30px;
		left: 120px;
		width: 45px;
		height: 45px;
	}
	#imgInpname {
		padding-left: 170px;
	}
	.search_div {
		height: 45px;
		max-height: 45px;
		min-height: 45px;
	}
	.search_div input {
		width: 230px;
		height: 45px;
		font-size: 16px;
		margin-right: 10px;
	}
	.placeholder-fix::-webkit-input-placeholder {
		font-size:16px;
	}
	.placeholder-fix::-moz-placeholder {
		font-size:16px;
	}
	.placeholder-fix::-ms-input-placeholder {
		font-size:16px;
	}
	.all_history_search_div .form_datetime {
		width: 240px;
	}
	.datetimepicker {
		width: 240px;
	}
	.all_history_search_div .arrow_span {
		height: 45px;
	}
	.search_click {
		max-width: 110px;
		min-width: 110px;
		height: 45px;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.search_div select {
		width: 230px;
		height: 45px;
		font-size: 16px;
	}
	.all_history_search_div select {
		width: 165px  !important;
	}
	.search_div .chosen-container {
		width: 230px !important;
		height: 45px;
		margin-right: 10px;
	}
	.search_div_user .chosen-container {
		width: 165px !important;
	}
	.search_div_user input {
		width: 185px !important;
	}
	.all_history_search_div .chosen-container {
		width: 165px  !important;
	}	
	.search_div .chosen-container .chosen-single {
		height: 45px;
	}
	.search_div .chosen-container .chosen-single span {
		font-size: 16px;
		padding-top: 11px;
	}
	.search_div .chosen-container-single .chosen-single abbr {
		top: 17px;
	}
	.search_div .chosen-container .chosen-results li.active-result {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.add_button {
		height: 45px;
		max-height: 45px;
		min-height: 45px;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.add_button img {
		margin-top: 7px;
	}
	.container_header {
		margin-bottom: 10px;
	}
	.container_table table th {
		height: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.container_table table td {
		height: 45px;
	}
	.container_table table td p {
		padding-left: 10px;
	}
	.logo_client {
		width: 35px;
		height: 35px;
		left: 10px;
	}
	.container_table table td p span {
		margin-left: 40px;
	}
	.actions_div_th {
		height: 50px;
	}
	.actions_div {
		height: 45px;
	}
	.container_table_device table th, .container_table_device table td {
		width: calc((100% - 940px)/2);
	}
	.container_table_barrier table th, .container_table_barrier table td {
		width: calc((100% - 380px)/3);
	}
	.container_table_object table th, .container_table_object table td {
		width: calc((100% - 150px)/2);
	}
	.container_table_client table th, .container_table_client table td {
		width: calc((100% - 420px)/3);
	}
	.container_table_user table th, .container_table_user table td {
		width: calc((100% - 320px)/6);
	}
	.container_table_device table th, .container_table_device table td {
		width: calc((100% - 895px)/2);
	}
	.container_table_history table th, .container_table_history table td {
		width: calc((100% - 827px)/3);
		min-width: 105px;
	}
	.container_table_id {
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
	}
	.container_table_hw_id {
		width: 135px !important;
		max-width: 135px !important;
		min-width: 135px !important;
	}
	.container_table_tel {
		width: 120px !important;
		max-width: 120px !important;
		min-width: 120px !important;
	}
	.container_table_barrier_type {
		width: 190px !important;
		max-width: 190px !important;
		min-width: 190px !important;
	}
	.container_table_hvhh {
		width: 70px !important;
		max-width: 70px !important;
		min-width: 70px !important;
	}
	.container_table_phone {
		width: 160px !important;
		max-width: 160px !important;
		min-width: 160px !important;
	}
	.container_table_type_of_operation {
		width: 170px !important;
		max-width: 170px !important;
		min-width: 170px !important;
	}
	.container_table_role {
		width: 150px !important;
		max-width: 150px !important;
		min-width: 150px !important;
	}
	.page_map {
		top: 60px;
		height: calc(100% - 60px);
	}
	.container_header_alert {
		top: 60px;
	}
	.container_header_alert .alert {
		padding: 13px 17px 13px 17px;
		font-size: 14px;
	}
	.delete_div {
		padding: 15px;
	}
	.close_pop_up {
		width: 13px;
		height: 13px;
	}
	.delete_div p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.click_yes {
		max-width: 70px;
		min-width: 70px;
		height: 35px;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.click_no {
		max-width: 70px;
		min-width: 70px;
		height: 35px;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 5px;		
	}
	.map_div {
		width: 550px;
		padding: 15px;
	}
	.user_menu {
		width: 330px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.user_menu a {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.logout_click {
		margin-bottom: 15px !important;
	}
	.user_menu a img {
		margin-right: 10px;
		height: 20px;
	}
	.user_menu a img.checkbox {
		height: 18px;
	}
	.logout_click img {
		height: 18px !important;
		margin-right: -7px !important;
	}
	.page_map_client ul li a {
		font-size: 14px;
		line-height: 18px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.logo_client_map {
		width: 40px;
		height: 40px;
	}
	.barrier_icon {
		left: 20px;
		width: 20px;
	}
	.page_map_client ul li ul li a {
		padding-left: 50px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.page_map_barrier {
		width: 330px;
	}
	.page_map_div {
		width: calc(100% - 330px);
	}
	.page_map_client {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1420px) { 
	.container_table table th {
		font-size: 14px;
	}
	.container_table_device table th, .container_table_device table td {
		width: calc((100% - 845px)/2);
		min-width: 130px;
	}
	.container_table_barrier table th, .container_table_barrier table td {
		width: calc((100% - 345px)/3);
		min-width: 130px;
	}
	.container_table_object table th, .container_table_object table td {
		width: calc((100% - 140px)/2);
		min-width: 130px;
	}
	.container_table_client table th, .container_table_client table td {
		width: calc((100% - 385px)/3);
		min-width: 130px;
	}
	.container_table_user table th, .container_table_user table td {
		width: calc((100% - 300px)/6);
		min-width: 90px;
	}
	.container_table_devices_data table th, .container_table_devices_data table td {
		width: calc((100% - 925px)/2);
		min-width: 90px;
	}
	.container_table_history table th, .container_table_history table td {
		width: calc((100% - 782px)/3);
		min-width: 95px;
	}
	.container_table_id {
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
	}
	.container_table_hw_id {
		width: 125px !important;
		max-width: 125px !important;
		min-width: 125px !important;
	}
	.container_table_tel {
		width: 100px !important;
		max-width: 100px !important;
		min-width: 100px !important;
	}
	.container_table_device_software_version {
		width: 110px !important;
		max-width: 110px !important;
		min-width: 110px !important;
	}
	.container_table_device_mode {
		width: 130px !important;
		max-width: 130px !important;
		min-width: 130px !important;
	}
	.container_table_barrier_type {
		width: 165px !important;
		max-width: 165px !important;
		min-width: 165px !important;
	}
	.container_table_hvhh {
		width: 65px !important;
		max-width: 65px !important;
		min-width: 65px !important;
	}
	.container_table_phone {
		width: 140px !important;
		max-width: 140px !important;
		min-width: 140px !important;
	}
	.container_table_type_of_operation {
		width: 150px !important;
		max-width: 150px !important;
		min-width: 150px !important;
	}
	.container_table_role {
		width: 140px !important;
		max-width: 140px !important;
		min-width: 140px !important;
	}
	.container_table_gsm {
		width: 50px !important;
		max-width: 50px !important;
		min-width: 50px !important;
	}
	.container_table_status {
		width: 115px !important;
		max-width: 115px !important;
		min-width: 115px !important;
	}
	.container_table_status_3 {
		width: 185px !important;
		max-width: 185px !important;
		min-width: 185px !important;
	}
	.status_icon {
		width: 18px;
		height: 26px;
		left: 15px;
	}
	.status_icon {
		left: 10px;
	}
	.status_icon_2 {
		left: 40px;
	}
	.container_table_status_3 sup {
		left: 33px;
	}
	.container_form {
		width: 950px;
	}
	.container_table_status_3 div p span {
		margin-left: 60px !important;
	}
	.cancel_click {
		height: 40px;
		max-width: 110px;
		min-width: 110px;
	}
	.submit_click {
		height: 40px;
		max-width: 110px;
		min-width: 110px;
	}
	.form_div {
		margin-left: 7px;
		margin-right: 7px;
		margin-top: 7px;
		margin-bottom: 7px;
		width: calc(100% - 14px);
	}
	.form_div_3 {
		width: calc((100% - 42px)/3);
	}
	.form_div_2 {
		width: calc((100% - 28px)/2);
	}
	.form_div label {
		margin-bottom: 3px;
	}
	.button_upload {
		top: 28px;
		max-width: 110px;
		min-width: 110px;
		height: 40px;
	}
	#imgInp {
		top: 28px;
		height: 40px;
	}
	#blah {
		top: 28px;
		left: 110px;
		width: 40px;
		height: 40px;
	}
	#imgInpname {
		padding-left: 155px;
	}
	.form_div input {
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.form_div select {
		height: 40px;
	}
	.form_div .chosen-container {
		height: 40px;
	}
	.form_div .chosen-container .chosen-single {
		height: 40px;
	}
	.form_div .chosen-container-single .chosen-single abbr {
		top: 15px;
	}
	.chosen-container-single .chosen-single div b {
		background: url(chosen-sprite.png) no-repeat 0px -2px !important;
	}
	.chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -18px -2px !important;
	}
	.form_div .chosen-container .chosen-single span {
		padding-top: 9px;
		padding-left: 0px;
	}
	.form_div_checkbox input {
		width: 16px;
		height: 16px;
	}
	.form_button h1 {
		font-size: 20px;
	}
	.forma_flex h1 {
		font-size: 18px;
	}
	.add_user_barrier_button {
		height: 40px;
		max-height: 40px;
		min-height: 40px;
	}
	.add_user_barrier_button img {
		margin-top: 6px;
		width: 30px;
		margin-right: 5px;
	}
	.click_detach {
		top: 43px;
	}
	.search_div {
		height: 40px;
		max-height: 40px;
		min-height: 40px;
	}
	.search_div input {
		width: 200px;
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.all_history_search_div .form_datetime {
		width: 230px;
		background-position: 97% center !important;
		background-size: 22px !important;
		padding-right: 35px;
	}
	.datetimepicker {
		width: 230px;
	}
	.all_history_search_div .arrow_span {
		height: 40px;
	}
	.search_div select {
		width: 200px;
		height: 40px;
	}
	.all_history_search_div select {
		width: 125px !important;
	}
	.search_div .chosen-container {
		width: 200px !important;
		height: 40px;
	}
	.search_div_user .chosen-container {
		width: 140px !important;
	}
	.search_div_user input {
		width: 130px !important;
	}
	.all_history_search_div .chosen-container {
		width: 125px  !important;
	}	
	.search_div .chosen-container .chosen-single {
		height: 40px;
	}
	.search_div .chosen-container .chosen-single span {
		padding-top: 9px;
		padding-left: 0;
	}
	.search_div .chosen-container-single .chosen-single abbr {
		top: 15px;
	}
	.search_click {
		max-width: 100px;
		min-width: 100px;
		height: 40px;
	}
	.add_button {
		height: 40px;
		max-height: 40px;
		min-height: 40px;
	}
	.add_button img {
		margin-top: 6px;
		width: 30px;
		margin-right: 5px;
	}
	.form_map {
		min-height: 300px;
		margin-left: 7px;
		margin-right: 7px;
		margin-top: 7px;
		margin-bottom: 7px;
		width: calc(100% - 14px);
	}
	.form_map #map {
		height: 300px;
	}
}
@media only screen and (max-width: 1210px) { 
	body {
		width: 1210px;
	}
	.page_map {
		position: absolute;
		width: 1210px;
	}
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot');src:url('../fonts/fontawesome-webfont-iefix.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.leaflet-routing-container, .leaflet-routing-error {
    width: 320px;
    background-color: white;
    padding-top: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.leaflet-control-container .leaflet-routing-container-hide {
    width: 32px;
    height: 32px;
}

.leaflet-routing-container h2 {
    font-size: 14px;
}

.leaflet-routing-container h3 {
    font-size: 12px;
    font-weight: normal;
}

.leaflet-routing-collapsible .leaflet-routing-geocoders {
    margin-top: 20px;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    max-height: 320px;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt, 
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders {
    display: none;
}

.leaflet-bar .leaflet-routing-alt:last-child {
    border-bottom: none;
}

.leaflet-routing-alt-minimized {
    color: #888;
    max-height: 64px;
    overflow: hidden;
    cursor: pointer;
}

.leaflet-routing-alt table {
    border-collapse: collapse;
}

.leaflet-routing-alt tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.leaflet-routing-alt::-webkit-scrollbar {
    width: 8px;
}

.leaflet-routing-alt::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #eee;
}

.leaflet-routing-alt::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #888;
}

.leaflet-routing-icon {
    background-image: url('../images/leaflet.routing.icons.png');
    -webkit-background-size: 240px 20px;
    background-size: 240px 20px;
    background-repeat: no-repeat;
    margin: 0;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.leaflet-routing-icon-continue         { background-position: 0 0; }
.leaflet-routing-icon-sharp-right      { background-position: -20px 0; }
.leaflet-routing-icon-turn-right       { background-position: -40px 0; }
.leaflet-routing-icon-bear-right       { background-position: -60px 0; }
.leaflet-routing-icon-u-turn           { background-position: -80px 0; }
.leaflet-routing-icon-sharp-left       { background-position: -100px 0; }
.leaflet-routing-icon-turn-left        { background-position: -120px 0; }
.leaflet-routing-icon-bear-left        { background-position: -140px 0; }
.leaflet-routing-icon-depart           { background-position: -160px 0; }
.leaflet-routing-icon-enter-roundabout { background-position: -180px 0; }
.leaflet-routing-icon-arrive           { background-position: -200px 0; }
.leaflet-routing-icon-via              { background-position: -220px 0; }

.leaflet-routing-geocoders div {
    padding: 4px 0px 4px 0px;
}

.leaflet-routing-geocoders input {
    width: 303px;
    width: calc(100% - 4px);
    line-height: 1.67;
    border: 1px solid #ccc;
}

.leaflet-routing-geocoders button {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    margin: 0;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.leaflet-routing-add-waypoint:after {
    content: '+';
}

.leaflet-routing-reverse-waypoints:after {
    font-weight: normal;
    content: '\21c5';
}

.leaflet-routing-geocoders button:hover {
    background-color: #eee;
}

.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder {
    position: relative;
}

.leaflet-routing-geocoder-result {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1000; /* Arbitrary, but try to be above "most" things. */
}

.leaflet-routing-geocoder-result table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: white;
    cursor: pointer;
}

.leaflet-routing-geocoder-result-open {
    max-height: 800px;
}

.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
    background-color: #eee;
}

.leaflet-routing-geocoder-no-results {
    font-style: italic;
    color: #888;
}

.leaflet-routing-remove-waypoint {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.leaflet-routing-remove-waypoint:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    z-index: 1;
    right: 1px;
    top: 4px;
    bottom: 0;
    margin: auto;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    content: "\00d7";
    text-align: center;
    cursor: pointer;
    color: #ccc;
    background: white;
    padding-bottom: 16px;
    margin-top: -16px;
    padding-right: 4px;
    line-height: 1;
}

.leaflet-routing-remove-waypoint:hover {
    color: black;
}

.leaflet-routing-instruction-distance {
    width: 48px;
}

.leaflet-routing-collapse-btn {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 24px;
    color: #ccc;
    font-weight: bold;
}

.leaflet-routing-collapse-btn:after {
    content: '\00d7';
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
    position: relative;
    left: 4px;
    top: 4px;
    display: block;
    width: 26px;
    height: 23px;
    background-image: url(../images/routing-icon.png);
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after {
    content: none;
}

.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide {
    margin-top: 10px !important;
}
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
    margin-right: 10px !important;
}
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide {
    margin-bottom: 10px !important;
}
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide {
    margin-left: 10px !important;
}

@media only screen and (max-width: 640px) {
    .leaflet-routing-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}
.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(../../img/leaflet/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../../img/leaflet/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}
.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}
.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}
.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}
.leaflet-control-geocoder-address-detail {
}
.leaflet-control-geocoder-address-context {
  color: #666;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  display: inline-block;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
    border: inherit !important;
    padding: inherit !important;
    vertical-align: inherit !important;
    border-top: inherit !important;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  border: none;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  border: none;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}