﻿.content-page {
    margin-top: 100px !important;
    /*margin-bottom: 50px !important;*/
    min-height: calc(100vh - 230px) !important;
}

@media screen and (max-width: 767px) {
    .content-page {
        margin-top: 80px !important;
        /*margin-bottom: 50px !important;*/
        min-height: calc(100vh - 148px) !important;
    }
}

.render-body {
    background: #F3F3F3;
    padding-top: 3.3rem;
    min-height: 37vw;
}

@media screen and (max-width: 767px) {
    .render-body {
        background: #FFF;
        padding-top: 6.5rem;
        min-height: 30vw;
    }
}

@media only screen and (max-width: 991px){
    .mobile-nav .mobile-menu.mean-container a.meanmenu-reveal {
        padding-top:5px;
    }
}

.header-right-content .btn-dashboard {
    color: #FFF;
    padding: 0.3rem 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.0 !important;
    border: 2px solid;
}

@media only screen and (max-width: 767px){
    .header-right-content .btn-dashboard {
        color: #FFF;
        padding: 0.3rem 0.5rem !important;
        font-size: 1rem !important;
        line-height: 1.0 !important;
        border: 2px solid;
        margin-top : 7px;
    }
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ebebeb;
    border-radius: 0px;
}