/* Border Colors of the header */
.vcm-border-splash {
    /*border: none;*/
    border-color: #555555;
}


/* Change these two color values to change the button Color */
.vcm-base-splash,
.vcm-btn-base-splash,
.vcm-btn-base-splash-hover.active,
.vcm-btn-base-splash-hover.selected {
    background-color: #d20022;
}

.vcm-btn-base-splash-hover:hover,
.vcm-btn-base-splash-active:hover {
    background-color: #e4667a;
}

.vcm-font-splash,
.vcm-btn-font-splash,
.vcm-btn-font-splash-hover:hover,
.vcm-btn-font-splash-hover.active,
.vcm-btn-icon-font-splash-hover:hover,
.vcm-btn-icon-font-splash-hover.active {
    color: #e4667a;
}


/* Header Background Color */
.vcm-header-base {
	/*background-image: url(../templates/img/mm.png);
    /*height: 70px;*/
    /*background-color: transparent;*/
	/*background-repeat: no-repeat;
    background-size: contain;
	/*background-position: left left;
	background-size: auto;*/
}

.content-layer-wrap{
  bottom:5rem
}
/* Ballooon Color */
.balloon {
    border: 5px solid #d20022;
}

.balloon:before {
    border-color: #d20022 transparent;
}

/** Show empty box for inactive layers in legend */
.setting-checker.inactive {
    /*display: block !important;*/
}

/* Change Company logo in the upper left corner */
.company-logo {
    /* background-image: url(../images/logo.jpg);
  width: 140px;
  height: 70px;*/
   display: none;
}

/* Change these values to change the height of the header (they should all have the same value) */
.vcm-header-height {
    /*height: 2rem;
    line-height: 2rem;*/
}

.title-box {
    /*display: none;*/
}

.tool-box {
    /*padding: 2px;
    padding-right: 2px !important;
    margin-top: 0px !important;
    background-color: none;*/
}

.Cesium .featured-company{
  display: none;  
}

.mobileMenuButtons div {
    /*margin-top: .5rem;*/
}

.vcm-map-top {
    /*top: 2rem;*/
}

.map-navigation {
    /*top: 2.5rem !important;*/
}
/* Enable VCS slider in smapp view */

.slide-fade-enter-active,
.slide-fade-leave-active {
    /*-webkit-transition: all .3s ease;
    transition: all .3s ease*/
}

.slide-fade-enter,
.slide-fade-leave-to {
    /*-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0*/
}

.shadow-control-box-wrap {
    /*position: absolute;
    top: 2rem;
    right: .5rem;
    z-index: 10;
    overflow: hidden;
    background: rgba(49, 49, 49, .61)*/
}

.shadow-control-box-wrap,
.shadow-control-box {
    /*display: block !important;
    border: 1px solid #424242;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)*/
}

.shadow-control-box {
    /*background: hsla(0, 0%, 42%, .61)*/
}

.shadow-icon {
    /*color: #fff !important;
    font-size: .8rem;
    padding: 0 .2rem;
    cursor: pointer*/
}

.shadow-icon.shadow-settings {
    /*padding: 0 .2rem*/
}


.vcm-slider-wrap .vue-slider-wrap.vue-slider-vertical {
    /*padding: 8px 0 !important*/
}

/* VCS Slicer end */

.search_container {
    /*z-index: 11 !important;*/
}

/* Change these values to change the height of the logobox in the lower left Company-box height should be 1rem less */
.vcm-map-bottom {
   /*bottom: 1rem;*/
}



.company-box {
    /*display: none;
    height: 3.0rem; */
	width:40rem;
    height: 4rem; 
}

@media screen and (max-width:48em) {
    .company-box {
        display: none;
    }
}

/* use this for map below header */
.mapElement {
    /*top: 0px;*/
}

#widget-box {
    /*bottom: 0px;*/
}

.widgets-expandable.widgets {
    /*display: block;*/
}

.footer_container_wrap {
    /*visibility: hidden;*/
	background: none !important;
}

@media screen and (min-height:45em) and (min-width:48em) {
    #widget-box {
        /*bottom: 0px;*/
    }
}

@media screen and (min-width:48em) {
    .tool-box {
        /*background-color: #ffffff;*/
    }
}