@media (min-width: 1200px){
    .container {
        max-width: 90%;
    }

}

@media screen and (max-width:1024px){
    
    .nav.nav-tabs-custom {
        display: block;
        display: block;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav.nav-tabs-custom .nav-item {
        width: auto;
        float: left;
        min-width: 16.66667%;
        margin-bottom: 2px;
    }

}

@media screen and (min-width: 1920px){

    .container {
        max-width: 1690px;
    }

}




/* Max width */
@media screen and (max-width: 1440px){
    .container {
        max-width: 90%;
    }

    
}
@media screen and (max-width:1280px){
    .form-group-custom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width:1170px){
    .form-group-custom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}


@media screen and (max-width: 991px){
    .container {
        max-width: 100%;
    }

} 


@media screen and (max-width:768px){
    .box-header {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

   
}



@media screen and (max-width:767px){
    body{
        font-size: 10px;
    }
    .nav-right {
        float: right;
    }
    .logo-wrap {
        justify-content: center;
    }
    .box-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .logo {
        width: 65px;
        height: 65px;
    }
    .logo-brand {
        font-size: 14px;
    }
    .nav-info {
        font-size: 10px;
        margin-top: 8px;
    }
    .btn-signout {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box-header {
        display: block !important;
    }
    .btn-signout {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-top: 4px;
        margin-top: 2px;
    }
    .nav-tabs-custom .nav-item .nav-link {
        padding: .2rem 1rem;
        min-height: 35px;
        font-size: 12px;
    }
    .footer {
        padding: 15px;
        font-size: 10px;
    }
}


@media (max-width: 576px){
    .col-form-label {
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-group-custom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}