.view-menu {
    width: 120px;
}

.results-box {
    min-height: 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
    margin-bottom: 50px;
    margin-top: 65px;
}

.single-box {
    flex: 0 0 auto;
    background-color: white;
    box-shadow: 1px 3px 17px -7px rgba(178,178,178,0.28);
    height: 90px;
    width: 240px;
    text-align: left;
    padding-left: 30px;
    padding-top: 15px;
    color: #003d61 ;
    z-index:1;
}

.single-box-formular {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 3px 17px -7px rgba(178,178,178,1);
    color: #003d61;
    padding: 75px;
}


.right-form-div{
    padding-left: 20px;
}

.tab-content{
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-box .box-title {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    color: #003d61;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.single-box .box-body {
    margin-top: 10px;
}



/*Disapear the Download button on the Chart*/
.apexcharts-menu-icon {
    display: none;
}

.slider.slider-horizontal {
    width: 100%;
}
.range-box-wrapper {
    margin-top: 20px;
}
.range-input-value {
    max-width: 70px;
    font-size: 22px;
    border: none;
}
.range-input-value__duration {
    width: 33px;
}












.back {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.member-type{
    font-weight: bold;
    font-size: 18px;
}

.logo-color-light {
    color: rgb(130,195,239) !important;
}
.logo-color-dark {
    color: rgb(25,83,114) !important;
}
.logo-color-light-bg {
    background-color: rgb(130,195,239) !important;
    color: #fff;
}
.logo-color-dark-bg {
    background-color: rgb(25,83,114) !important;
    color: #fff;
}
.btn-next:hover ,.btn-prev:hover{
    color: #fff;
    background-color: rgb(25,83,114) !important;
}

.text-gray-color{
    color: #8f969d !important;
}

.btn-prev {
    color: #fff;
}

.hco-logo {
    width: 33%;
    opacity: 1;
    z-index: 999999;
}
.pic-blue-color {
    color: rgb(25, 72, 212);
}

.transparent-box {
    background-color: #ffffff;
    border-radius: 5px;
    color: #8f969d;
    padding: 10px 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #8F96A1;

}


.dont-show {
    visibility: hidden;
    display: none;
}

.back{
    overflow: auto;
}

.no-left-padding{
    padding-left: 0;
}

.no-right-padding{
    padding-right: 0;
}

.invalid_input{
    border: 1px solid red;
    color: red !important;
}

/* Landscape phones and down */
@media (max-width: 480px) {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}

/* Large desktop */
@media (min-width: 1200px) and (max-width: 1910px) {
    .single-box-formular {
        overflow: visible !important;
        margin-bottom: 50px;
    }

    .body-moved-up{
        margin-top: -30px;
    }

    body{
        zoom: 85%;
    }
}

@media (min-width: 1920px) {
    .single-box-formular{
        margin-top: 50px;
        margin-bottom: 100px;
    }
}