@font-face {
    font-family: "Franklin Gothic";
	src: url('../fonts/ITCFranklinGothicStd-Book.woff') format('woff'), url('../fonts/ITCFranklinGothicStd-Book.ttf') format('truetype');
}
@font-face {
    font-family: CartoVistaLaunchEventIcons;
    src: url(../fonts/CartoVistaLaunchEventIcons.woff?gj91yc) format('woff'), url(../fonts/CartoVistaLaunchEventIcons.ttf?gj91yc) format('truetype');
    font-weight: 400;
    font-style: normal
}
.cartoVista div.k-window:not(.cv-themesetsWindow), .k-panelbar {
	font-family: "Franklin Gothic" !important;
}

.cartoVista div.k-window:not(.cv-mapDataTip) {
    background-color: transparent !important;
}

.cv-FloatingWindow {
	background: transparent !important;
	border: none !important;
}

.cv-FloatingWindow .k-window-titlebar {
	position: relative;
    background-color: rgba(228, 228, 234 ,0.9);
    color: #000;
    border: none !important;
    font-size: 16pt;
    overflow: hidden;
    height: 30px;
}

.k-panelbar .k-i-arrow-s {
    background-position: 0px -288px !important;
}

.k-panelbar .k-i-arrow-n.k-panelbar-collapse {
    background-position: 0px -256px !important;
}


.cv-FloatingWindow .k-window-content {
	padding: 0px !important;

}


#windowThemes {
	position:absolute;
	width:250px;
	height:500px;
	top:38px;
	left:38px;
	background-color: rgba(255,255,255,0.8);
	border-color: rgba(128,128,128,1);
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 6px;
}

#cartoVista .k-content {
    background-color: rgba(255,255,255,0.9) !important;
}

#cartoVista .cv-chartView {
background-color: rgba(0,0,0,0) !important;
}
 
#cartoVista .cv-chartView-divSettings {
background-color: rgba(0,0,0,0) !important;
}

#cartoVista .cv-chartView.k-group {
background-color: rgba(0,0,0,0) !important;

}
							
#cartoVista .k-panelbar>li.k-state-default>.k-link {
    color: #000000 !important;
    background-color: #c8d0d6 !important;
}


.k-i-maximize {
    background-position: -48px -144px !important;
}
.k-i-minimize {
    background-position: 0px -288px !important;
}
.k-i-restore {
    background-position: 0px -256px !important;
}
.k-i-close {
    background-position: 0px 0px !important;
    background-image: url(../images/close_icon.png) !important;
    padding: 2px 1px;
}


.title {
    background-color: rgba(25,37,39,0.9);
    text-align: center;
    color: white;
    /*border-bottom-left-radius: 5px;*/
    border-bottom-right-radius: 5px;
    padding: 10px 15px 0px 15px;
    font-size: 22px;
    font-weight: 400;
	height: 100%;
	display: inline-block;
	font-family: "Franklin Gothic";
	position: absolute;
	/*margin-left: 5px;*/
	height: calc(100% - 12px);
}

.title > span:first-child {
	margin-top: 10px;
}

.title > div:last-child {
	margin-top: 10px;
	font-size: 16px;	
	font-weight: 400;
}

.resultListView {
	border: none;
	padding: 0 !important;
	border-radius: 8px;
	/*overflow: hidden;*/
}
.feature-list-item {
    font-size: 16px;
    font-family: "Franklin Gothic";
    font-weight: 400;
	list-style-type: none;
    cursor: pointer;
}
#canvas_MapDecoration {
	display: none !important;
}

.cv-result-selector-div {
	height: 30px;
	display: block;
	vertical-align: middle;
	margin-top: 8px;
    margin-bottom: -3px;
}
.cv-result-selector {
	border-bottom: 1px solid black;
	margin: 0 !important;
	padding: 5px 15px !important;
}

.cv-result-selector-span {
    vertical-align: middle;
    word-break: break-all;
    text-overflow: ellipsis;
    max-width: 315px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.cv-result-selector-sprite {
	margin-top: -15px;
}

.resultListView li:last-child  {
	border-bottom: none;
}

.cv-FloatingWindow-noTitle {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden !important;
}
.cv-legs-bar, .cartoVista .k-header {
	font-family: "Franklin Gothic" !important;
}
.feature-info-header-title-div {
	width: 100%;
	background-color: rgba(25,37,39,0.9);
	position: relative;
	font-family: "Franklin Gothic";
	font-size: 1.8em;
	color: rgba(255, 255, 255, 1);
	max-height: 140px;
    padding: 10px 0 15px 0;

}

.feature-info-details-div span {
	float: left;
	clear: left;
}

.feature-info-header-title-div div {
	display: -webkit-box;
	/*-webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);*/
    margin-left: 15px;
    margin-right: 10px;
}

.feature-info-header-title {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 80px;
}

.feature-info-header-subtitle {
	position: relative;
    font-size: 0.6em;
    font-family: "Franklin Gothic";
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
}


.feature-info-header-date {
    position: relative;
    font-size: 0.6em;
    font-family: "Franklin Gothic";
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    opacity: 0.5;
}

.feature-info-details-div {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 1);
	position: relative;
	font-family: "Franklin Gothic";
	font-size: 24pt;
	background-color: rgba(255, 255, 255, 1);
    padding-bottom: 10px;
}

.feature-info-details-description-title, .feature-info-details-media-title, .feature-info-details-blog-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}

.feature-info-details-description-title {
	padding: 10pt 0pt 5pt 10pt;
}

.feature-info-details-media-title {
	padding: 3pt 0pt 10pt 10pt;
}

.feature-info-details-blog-title {
	padding: 3pt 0pt 5pt 10pt;
}

.feature-info-details-description-text {
    font-weight: normal;
    font-size: 9pt;
    padding: 0pt 10pt 10pt 10pt;
    font-family: "Franklin Gothic";
    max-height: 130px;
    overflow: auto;
    margin: 0pt 8pt 5pt 0pt;
}

.feature-info-details-blog-text {
	font-weight: normal;
	font-size: 9pt;
	padding: 0pt 10pt 0pt 10pt;
	font-family: "Franklin Gothic";
}

.feature-info-details-div hr {
	position: relative;
    float: left;
    width: calc(100% - 30px);
    margin: 0pt 5pt;
    border-top: 1px solid rgba(213, 215, 219, 1);
    padding: 0pt 0pt 5pt 10pt;
}

.feature-info-details-media-images {
    /*height: 50px !important;*/
    width: 105px !important;   
    margin-right: 8px;
    background-color: lightgray;
}

.feature-info-details-image-view-all {
	color: #E31E25;
    float: right;
    clear: left;
    font-size: 10pt;
    font-weight: bold;
    margin: 5pt 16pt 10pt 0pt;
}

.feature-info-details-back-to-map {
	color: #000;
    background-color: #FFF;
    float: right;
    clear: left;
    font-size: 10pt;
    margin: 10pt 5pt 0pt 5pt;
    border: none;
    height: 35px;
    border-radius: 3px;
    width: calc(100% - 20pt);
    font-size: 12pt;
    font-family: "Franklin Gothic";
    border: 1px solid rgba(213, 215, 219, 1);    
    font-size: 12pt;
}

.feature-info-details-back-to-map:hover {
	cursor: pointer;
	background-color: rgba(213, 215, 219, 1);
}

.feature-info-details-view-more-button {
	color: white;
    background-color: #E31E25;
    float: right;
    clear: left;
    font-size: 10pt;
    font-weight: bold;
    margin: 5pt 5pt 0pt 5pt;
    border: none;
    height: 35px;
    border-radius: 3px;
    width: calc(100% - 20pt);
    font-size: 12pt;
    font-family: "Franklin Gothic";
}

.feature-info-details-view-more-button:hover {
	cursor: pointer;
	background-color: #FFB3B3;
}

.window-title {
	font-size: 16px;
	vertical-align: middle; 
	/*font-weight: bold;*/
}

.cv-FloatingWindowLegend {
	background: #FFF !important;
	display: block ;
}

.cv-FloatingWindowLegend a[role=button]:last-child {
    display: none;
}

.cv-popupWindow  {
	border: none !important;
	background: transparent !important;
}


.cv-popupWindow .k-header {
	color: #000000 !important;
	border-bottom: 1px solid #C2C6CC !important;
}

.cv-popupWindow .k-last .k-header, .cv-FloatingWindowLegend .k-last .k-header {
	border-bottom: none !important;
}

/*.cv-popupWindow .k-link.k-state-selected {
	color: #000000 !important;
	background-color: #C2C6CC !important;
}*/

.cv-themeSet .k-link.k-state-hover *, .cv-themeSet .k-link.k-state-hover {
	color: #000000 !important;
	background-color: #ABB2BA !important;
}
.cv-themeGroup > .k-state-hover, .cv-themeGroup >.k-state-selected {
	color: #000000 !important;
	background-color: #FFF !important;
}
.k-panelbar {
	border: none !important;
}

.k-panel>li.k-item {
   /* background-color: #ffffff !important;*/

}

.k-panel {
	/*border-bottom: none !important;*/
}
.k-panelbar .k-item {
	color: #000000 !important;
}

.cv-themeGroup {
	font-family: "Franklin Gothic";
	font-size: 16px;
	font-weight: 400;
	background-color: #ffffff !important;
	/*border-bottom: 1px solid #C2C6CC !important;*/
}
.cv-themeGroupBis {
	font-size: 12px;
	background-color: #E4e4ea !important;
}
.k-panelbar.span * {
	border-bottom: 1px solid #C2C6CC !important;
}
.cv-themeSet {
	font-family: "Franklin Gothic";
	font-size: 12px;
	font-weight: 400;
	background-color: #E4e4ea !important;
	/*border-bottom: 1px solid #C2C6CC !important;*/

}

.k-panel>.k-item>.k-link, .k-panelbar>.k-item>.k-link {
    padding: 0 10px;
}

.cv-themeSet > .k-state-selected {
    color: #333;
    background-color: #ABB2BA !important;
    border-color: #ABB2BA !important;
}

.k-panelbar .k-content, .k-panelbar .k-panel {
     border-bottom-width: 0px; 
}

.cv-icon-button {
    font-size: 20px !important;
    margin-right: 1px;
    padding-bottom: 1px;

}

.cv-button-feature {
	width: 50%;
	background-color: #fff !important;
	height: 100%;
}

.cv-button-themeset {
	width: 34px;
	height: 34px;
	background-color: #fff !important;
}

.cv-feature-bar {
	margin-top: 10px;
	height: 37px;
}

.cv-themeset-bar {
	background-color: #FFF;
    width: 100%;
	height: 34px;
}


.btnNextThemeset {
    border-right: 1px solid #C2C6CC !important;
}

.border-top {
    border-top: 1px solid #C2C6CC !important;
}

.cv-button-icon-themeset, .cv-button-icon-feature {
	margin-bottom: 3px;
}

.k-button:active .k-i-arrowhead-e,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-e,.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-e,.k-state-hover>*>.k-i-arrowhead-e,.k-state-hover>.k-i-arrowhead-e,.k-textbox:hover .k-i-arrowhead-e {
    background-position: 0 -272px;
}

.k-button:active .k-i-arrowhead-w,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-w,.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-w,.k-state-hover>*>.k-i-arrowhead-w,.k-state-hover>.k-i-arrowhead-w,.k-textbox:hover .k-i-arrowhead-w {
    background-position: 0 -304px;
}

.k-button:hover {
	background-color: #C2C6CC!important;
}

.cv-ThemesetView {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;	
}

.cv-button-feature > span {
	color: #000;
	font-weight: 400;
	font-family: "Franklin Gothic" !important;	
}

.cv-result-selector:hover {
	cursor: pointer;
    border-color: #bbc2cb !important;
    background-color: #bbc2cb !important;
}

.infoview-close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	background: transparent;
}

.infoview-close-button > * {
	background-color: rgba(120,120,120,.5) !important;
}

.cv-legendView {
	display: inline-block;
	 height: 100% !important;
}

/*.cv-legendView.div {
	display: inline-block !important;
	height: auto !important;
}*/


::-webkit-scrollbar {
    width: 1em;
    height: 0.4em;
}
::-webkit-scrollbar-button {
    background: #ccc;
    height: 0.5em;
    width: 0.2em;
}
::-webkit-scrollbar-track-piece {
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #888;
    height: 0.5em;
}


.logo {
	border-bottom-left-radius: 5px;
	-moz-box-shadow: -10px 0 20px #192527 !important;
	-webkit-box-shadow: -10px 0 20px #192527 !important;
	box-shadow: -10px 0 20px #192527 !important;
	margin-left: -96px;
}

.leg-button {
	box-shadow: none !important;
	position: relative !important;
}

.custom-zoombar {
    right: 240px;
    opacity: 1 !important;
    bottom: 100px;
    z-index: 0;
    position: absolute !important;

}

.custom-zoombar > button:first-child {
	moz-box-shadow: 0 -3px 13px #192527 !important;
    -webkit-box-shadow: 0 -3px 13px #192527 !important;
    box-shadow: 0 -3px 13px #192527 !important;
}

.custom-zoombar > button:last-child {
	moz-box-shadow: 0 3px 13px #192527 !important;
    -webkit-box-shadow: 0 3px 13px #192527 !important;
    box-shadow: 0 3px 13px #192527 !important;
}

.cv-disclaimer {
	width: 100%;
    text-align: center;
    clear: left;
    position: absolute;
    z-index: 10;
    bottom: 43px;
}

.cv-disclaimer > span {
    background: rgb(250, 249, 247);
    display: inline-block;
    padding: 10px;
}

.cv-overviewMapContainer{
}

.cv-overviewMapContainer,
.cv-overviewMapContainer div,
.cv-overviewMapContainer canvas {
    border-radius: 50%;
    position:absolute;
}
.cv-overviewMapContainer {
    border: 4px solid rgba(255, 255, 255, 0.8)!important;
    position: absolute;
    bottom: 50px!important;
    right: 10px!important;
}
.cv-overviewMap div {
    display: none
}

.cv-overviewMapContainer {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, .8)
}
.cv-overviewMap {
    width: 200px;
    height: 200px;
    position: absolute
}
.cv-overviewMap:focus {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 255, .7);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 255, .7);
    box-shadow: inset 0 0 4px rgba(0, 0, 255, .7)
}
.cv-overviewMap-minimizeArrow {
    display: none
}
.cv-overviewMap-minimizeArrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
    color: rgba(0, 0, 0, .3);
    font-family: CartoVistaIcons!important;
    font-size: 2em
}
.cv-overviewMap-minimizeArrow:hover {
    color: rgba(0, 0, 0, .9);
    cursor: pointer
}
.cv-overviewMap-maximizeArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
    color: rgba(0, 0, 0, .3);
    font-family: CartoVistaIcons!important;
    font-size: 2em
}
.cv-overviewMap-maximizeArrow:hover {
    color: rgba(0, 0, 0, .9);
    cursor: pointer
}

.k-overlay-style {
	display: block; 
	z-index: 10006; 
	opacity: 0.5;
}

.cv-windowMedia, .cv-windowViewMore {
	border: none !important;
}

.cv-windowMedia-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
}


.cv-windowMedia-close:hover {
    background: transparent !important;
}

.cv-media-image {
	border-radius: 3px;
    border: 4px solid white;
    
    
}

@media (orientation: landscape) {
    .cv-media-image {
        max-height: 90vh;
    }
}

@media (orientation: portrait) {
    .cv-media-image {
        max-width: 100%;
    }
}

.cv-media-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    font-family: "Franklin Gothic";
    padding: 0 4px;
    color: #ccc;
}

.cv-media-pages {
    font-size: 12px;
    color: #999999;
    font-family: "Franklin Gothic";
    padding: 2px 4px;
}

.cv-button-previous-media {
	position: absolute;
    background: transparent;
    border: none;
    top: 40%;
    left: 10px;
    z-index: 1;

}

.cv-button-previous-media:hover {
	 background: transparent !important;
}

.cv-button-previous-media span {
	background-position: -16px -318px !important;
}


.cv-button-next-media {
	position: absolute;
    background: transparent;
    border: none;
    top: 40%;
    right: 10px;
    z-index: 1;
}

.cv-button-next-media:hover {
	 background: transparent !important;
}

.cv-button-next-media span {
	background-position: 0px -272px !important;
}

.k-overlay {
	opacity: 0.8 !important;
}



.image-media {
    width: 32px;
    height: 45px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: .3;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.image-previous-media {
    background: url(../images/prev.png);
}

.image-next-media {
    background: url(../images/next.png);
}

.image-media:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.image-close-media {
    background: url(../images/close.png);
    width: 27px;
    height: 27px;
}

.image-close-viewMore {
    background: url(../images/close_large.png);
    width: 24px;
    height: 24px;
}

.cv-windowViewMore-close {
    background: transparent;
    border: none;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.cv-windowViewMoreCloseDiv {
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.cv-windowViewMoreIframe, .cv-windowViewMoreIframeLoading {
    width: 100%;
    height: calc(100% - 56px);
    width: calc(100% - 2px);
    border: 1px solid #C2C6CC;
}

.cv-windowViewMoreIframeLoading {
    background-color: #fbfbfb;
}

.k-loading-image {
    background-image: url(../images/kendo/loadingImage2.gif);
}

@media screen and (min-width: 768px) {
	.cartoVista div.k-window:not(.cv-mapDataTip, .cv-windowMedia) {
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
	}

	.cv-FloatingWindow-noTitle {
	    border-top-left-radius: 8px !important;
	    border-top-right-radius: 8px !important;
	}

	.cv-FloatingWindow .k-window-titlebar {
	    border-top-left-radius: 8px !important;
	    border-top-right-radius: 8px !important;
	}

	.cv-themesetsWindow {
		top: 10px !important;
		left: 10px !important;
	}

	.cv-themesetsWindow > div:first-child {
		border-radius: 8px !important;
	}

	.title-div {
		width: 100%;
		text-align: center;
		clear: left;
		position: relative;
		z-index: 10;
	}

	.feature-info-details-image-thumbnail-div {
		width: 100%;
	    max-width: 350px;
	    text-align: center;
	    margin-bottom: 10px;
	    display: flex;
	    padding-bottom: 10px;
	    margin: 0 -10px 0 10px;
	}

	.feature-info-header-background-image {
		width: 370px;
		height: 130px;
	}

	.feature-info-header {
		max-width: 370px;
		max-height: 120px;
		background-size: 100%;
		overflow: hidden;
		position: relative;
	}

	.cv-legs-bar {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 40px;
		background-color: #fff;
		border: solid 2px #E9EAEE;
	}

	.cv-legs-bar > * {
		height: auto;
		display: inline-block;
	    position: relative;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    font-weight: 400;
	    text-align: center;
	}

	.cv-legs-bar > div {
		width: 100px;
	    -webkit-transform: translateY(-140%);
	    -ms-transform: translateY(-140%);
	    transform: translateY(-140%);
	}

	.cv-legs-bar > button:not(:first-child) {
	    height:100%;
	    width: calc(6.66667% - 6.66667px);
	    background: transparent !important;
	    color: #000 !important;
	    border-right: solid 2px #E9EAEE !important;
	}

	.cv-legs-bar > button:first-child {
	    height:100%;
	    width: 100px;
	    background: transparent !important;
	    color: #000 !important;
	    border-right: solid 2px #E9EAEE !important;
	}

	.cv-legs-bar-first-button {
	    border-left: solid 2px #E9EAEE !important;
	}

	.cv-legs-bar > button.k-state-active, .cv-legs-bar > button:hover {
	    color: #fff !important;
	    border-color: #E31E25 !important;
	    background-color: #E31E25 !important;
	}

	.list-feature-arrow {
		position: absolute; 
		right: 10px;	
	}

	.cv-legs-bar-close-button {
	    display: none;
	}

	.cv-btnLegendResponsive {
		position: absolute;
		border-bottom: 0;
		left: 0;
		display: none;
	}

	.cv-legs-bar-open-button {
		display: none;
	}

	.cv-responsive-overview {
		display: inline;
	}

	.resultListView-close {
	    display: none;
	}

	.feature-info-details-back-to-map {
		display: none !important;
	}

    iframe {
        height: 480px;
        width: 854px;
    }

    .cv-scaleBar {
        bottom: 50px !important;
        left: calc(100% - 380px) !important;
    }

}


@media screen and (max-width: 768px) {
    .cv-windowMedia {
        width: 100%;
    }

    div.k-window-content {
        overflow: hidden;
    }

	.cv-FloatingWindow .k-window-titlebar {
	    border-top-left-radius: none !important;
	    border-top-right-radius: none !important;
	}

	.k-window:not(.cv-mapDataTip, .cv-themesetsWindow, .cv-resultListWindow) {
		-moz-box-shadow: 0 0 20px #192527 !important;
		-webkit-box-shadow: 0 0 20px #192527 !important;
		box-shadow: 0 0 20px #192527 !important;
	    min-width: 100% !important;
	    min-height: 100% !important;
	    max-height: 100% !important;
	    width: 100% !important;
	    top:  0!important;
	    left:  0!important;
	}

	.cv-FloatingWindowInfo {
		-moz-box-shadow: 0 0 20px #192527 !important;
		-webkit-box-shadow: 0 0 20px #192527 !important;
		box-shadow: 0 0 20px #192527 !important;
	    min-width: 100% !important;
	    min-height: 100% !important;
	    max-height: 100% !important;
	    width: 100% !important;
	    top:  0!important;
	    left:  0!important;
	    z-index: 11100 !important;
	    background: #FFF !important;
	    border: none !important;
	}


	.cv-FloatingWindowInfo > div:first-child {
	    height: 100%;
	    position: absolute;
	    width: 100%;
	}

	.cv-FloatingWindow-noTitle {
		background: transparent !important;
	    border-top-left-radius: none !important;
	    border-top-right-radius: none !important;
		padding: 0 !important;
		border: none !important;
		overflow: hidden !important;
	}

	.custom-zoombar {
	    right: 10px;
	    top: 10px;
	    opacity: 1 !important;
	    z-index: 0;
	}

	/*.cv-FloatingWindowLegend a[role=button]:last-child {
	    display: inherit;
	}*/

	.cv-FloatingWindowLegend a[role=button]:first-child {
	    display: none;
	}

	.cv-FloatingWindowLegend {
	    min-width: 100% !important;
	    min-height: 100% !important;
	    max-height: 100% !important;
	    width: 100% !important;
	    top:  0!important;
	    left:  0!important;
	    z-index: 10100 !important;
	}

    .cv-FloatingWindowLegend .k-window-content {
        position: absolute;
        overflow-y: auto;
        max-height: calc(100% - 75px) !important;
    }

	.cv-btnLegendResponsive {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inherit;
		width: 40px;
    	height: 40px;
    	background-color: #FFF !important;
    	color: #000 !important;
    	font-size: 2.5em;
    	z-index: 11000;
	}


	.cv-themesetsWindow {
		top: 40px !important;
		left: 0 !important;
	    min-width: 100% !important;
	    min-height: auto !important;
	    max-height: 100% !important;
	    width: 100% !important;
	}

	.cv-btnThemesetResponsive {
		position: absolute;
		top: 0;
		left: 0;
		display: inherit;
		width: 40px;
    	height: 40px;
    	background-color: #FFF !important;
    	color: #000 !important;
    	font-size: 2.5em;
	}

	.cv-btnLegendResponsive > span, .cv-btnThemesetResponsive > span, .cv-legs-bar-open-button > span {
	    margin-top: 0 !important;
	    margin-left: -2px !important;
	}

	.title-div {
		display: none;
	}

	.cv-themeset-responsive-title {
		position: absolute;
		top: 0;
		left: 40px;
		width: 100%;
		height: 40px;
	    background-color: rgba(25,37,39,0.9);
	    color: white;
	}
	.cv-themeset-responsive-title > span {
	    position: absolute;
	    top: 13px !important;
	    left: 5px !important;
		font-size: 16px;	
		font-weight: 400;

	}
	.display-small-screen {
		display: none !important;
	}

	.feature-info-details-image-thumbnail-div {
		width: 100%;
	    max-width: calc(100% - 20px);
	    text-align: center;
	    margin-bottom: 10px;
	    display: flex;
	    padding-bottom: 10px;
	    margin: 0 -10px 0 10px;
	}

	.feature-info-header-background-image {
		width: 100%;
		height: 130px;
	}

	.feature-info-header {
		max-width: 100%;
		max-height: 120px;
		background-size: 100%;
		overflow: hidden;
		position: relative;
	}

	.cv-legs-bar {
		position: absolute;
		right: 0;
		top: 0;
		width: 110px;
		height: 100%;
		background-color: #fff;
		border: solid 2px #E9EAEE;
	}

	.cv-legs-bar > * {
		display: inline-block;
	    position: relative;
	    width: 100% !important;
	    font-weight: 400;
	    text-align: center;
	}

	.cv-legs-bar > div {
		height: 40px;	   
		-webkit-transform: translateY(40%);
	    -ms-transform: translateY(40%);
	    transform: translateY(40%);
	    text-align: left;
	    margin-left: 5px;
	}

	.cv-legs-bar > button:first-child {
		display: none;
	}

	.cv-legs-bar > button:last-child {
		display: block;
		height: 40px;	   
	    text-align: left;
	    margin-left: 5px;
	    background: transparent !important;
	    color: #000 !important;
	    max-width: calc(100% - 25px);
	}

	.cv-legs-bar > button:not(:last-child) {
	    width:100%;
	    height: calc(6.66667% - 2.666666666666667px);
	    background: transparent !important;
	    color: #000 !important;
	    border-bottom: solid 2px #E9EAEE !important;
	}

	.cv-legs-bar > button.k-state-active, .cv-legs-bar > button:hover {
	    color: #fff !important;
	    border-color: #E31E25 !important;
	    background-color: #E31E25 !important;
	}

	.list-feature-arrow {
		position: absolute; 
		right: 10px;	
	}

	.cv-legs-bar-close-button {
		position: absolute;
	    top: 2px;
	    right: 2px;
	    width: 20px !important;
	    height: 20px;
	    border: none !important;
	    font-size: 2.2em !important;
	    background: #FFF !important;
	    color: black !important;
	}

	.cv-legs-bar-close-button > span {
		margin-top: -30px !important;
	    margin-left: -10px !important;
	}

	.cv-legs-bar-responsive-hidden {
		display: none !important;
	}

	.cv-legs-bar-open-button {
		position: absolute;
		bottom: 0;
		right: 0;
		display: inherit;
		width: 40px;
    	height: 40px;
    	background-color: #FFF !important;
    	color: #000 !important;
    	font-size: 2.5em;
	}

	.cv-legs-icon {
	    background-position: 0px 0px !important;
	    background-image: url(../images/legs_icon.png) !important;
	    padding: 5px 5px;
	}
	
	.cv-resultListWindow {
		bottom: 0px !important;
		left: 0 !important;
		top: none !important;
	    min-width: 100% !important;
	    width: 100% !important;
	    position: absolute !important;
	}

	.resultListView-close {
	    border-top: 1px solid black;
	    margin: 0 !important;
	    padding: 10px 15px 0px 15px !important;
		font-size: 16px;
	    font-family: "Franklin Gothic";
	    font-weight: 400;
	    list-style-type: none;
	    cursor: pointer;
	    height: 30px;
	}

	.resultListView-close:hover {
	    cursor: pointer;
	    border-color: #bbc2cb !important;
	    background-color: #bbc2cb !important;
	}

	.resultListView-close-icon {
		float: left;
		font-size: 1.3em !important;
	}

	.resultListView-close-text {
		padding-left: 10px;
	}

	.cv-nobackground {
		background: transparent !important; 
	}

	.legs-remove-icon-position {
	    top: 6px;
	    position: absolute;
	    right: 9px;
	}

	.feature-info-body {
	    overflow-y: auto;
	    overflow-x: hidden; 
	    max-height: calc(100% - 45px) !important;
	    position: relative;
	}
    
    .cv-FloatingWindow .k-window-titlebar {
        background-color: rgba(228, 228, 234 , 1) !important;
    }

    iframe {
        /*height: 100%;*/
        width: 100%;
    }

    .cv-scaleBar {
        bottom: 50px !important;
        left: 10px !important;
    }

    .k-i-close {
        padding: 10px 9px !important;
    }
}

.k-button {
	line-height: 1 !important;
}

.infoview-image-div {
	position: relative !important;
    overflow: hidden !important;
    display: inline-table !important;
    max-height: 70px !important;
    cursor: pointer;
}

.cv-display-hidden
{
	display: none !important;
}


.cv-display-inline-block { 
    display: inline-block !important;
}

.cv-info-image-holder {
    height: 70px;
    overflow: hidden;
}

/* kendo switch override */
.km-switch-container .km-switch-handle {
    border-radius: 8px;
    background: #fff;
}
.km-switch-background, .km-switch-handle {
    color: #bababa !important;
}
.km-switch {
    background: transparent !important; 
    margin-top: 6px;
    margin-right: 4px;
    float: right;
    width: 36px !important;
}


.km-switch:hover {
    cursor: hand;
}

.km-switch-container, .km-switch-wrapper {
     border-radius: 10px !important;
     border-color: transparent !important;
     width: 36px !important;
}

.km-switch-off .km-switch-wrapper {
    background-color: white !important;
    border: 1px #bababa solid !important; 
}

.projected-path-label {
    margin-top: 5px;
    float: left;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 600;
}

.km-switch-on .km-switch-handle {
    transform: translateX(13px) translateY(0px) !important;
    transition: all 200ms ease-out;

}
