﻿@media only screen and (max-width:767px) {
    .nav-item {
        text-align: left;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:768px) {
    .profilephoto {
        background-color: #A6D8FF;
        border-radius: 100px;
        margin: 0px auto;
        width: 100px !important;
        height: 100px !important;
    }

    .sub-assign-tabs .md-tab {
        font-size: 11px;
    }
}

@media only screen and (max-width:1024px) {
    .profilephoto {
        width: 100px !important;
        height: 100px !important;
    }
}

@media only screen and (min-width:768px) {
    .navbar-brand {
        padding-right: 1rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #707070;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        font-size: 16px !important;
        font-family: "SourceSansPro-Regular";
    }

    .navbar-expand-md .navbar-nav .nav-link {
        margin-left: 62px;
        padding-left: 0px;
        padding-right: 0px;
        /* padding: 18px 42px 18px; */
        display: block;
        font-size: 16px;
    }
}

.dataTables_filter {
    position: fixed;
    /* top: 120px; */
    line-height: 0px;
    right: 30px;
}

/* .overflowtable {
    width: 100%;
    overflow-x: scroll;
    position: fixed;
    bottom: 0;
    height: 77.2%;
    max-width: 100% !important;
} */

.overflowtable {
    width: 100%;
    overflow-x: scroll;
    position: fixed;
    top: 180px;
    bottom: 0;
    /* height: 100%; */
    height: calc(100% - 12em);
    max-width: 98% !important;
}

@media only screen and (min-width : 1920px) {
    .dataTables_filter {
        position: fixed;
        /* top: 120px; */
        /*right: -530px;*/
        line-height: 0px;
    }

    /*.datatable-scroll
{   
    overflow-x: scroll;
    top: 0px;
    position: sticky;
    height:555px;

}*/
    /* .overflowtable {
        width: 100%;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        height: 82%;
        max-width: 95%; 
    } */
}

@media only screen and (max-width : 1366px) {
    .dataTables_filter {
        position: fixed;
        line-height: 0px;
        right: 10px;
        /* top: 120px; */
    }

    /* .overflowtable {
        width: 100%;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        height: 70%;
        max-width: 95%;
    } */

    /*.datatable-scroll
{   
    overflow-x: scroll;
    top: 0px;
    position: sticky;
    height:555px;

}*/
}

@media only screen and (max-width:1024px) {
    .navbar {
        padding-left: 15px;
    }

    .nav-item {
        width: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 18px;
    }

    .content {
        padding-left: 40px;
        max-width: 1266px;
        margin: 0 auto;
    }

    .login-content {
        padding: 0;
        max-width: 1266px;
        margin: 0 auto;
    }

    .md-active .md-ripple-container {
        width: 90%;
    }

    .menu-item p {
        font-size: 16px;
    }

    .dashboard-dialog {
        max-width: 50%;
        max-height: 50%;
    }
}

@media only screen and (min-width:1024px) {
    .nav-item {
        /*width: 14.28%;*/
        /*padding-left: 0.5rem;
        padding-right: 0.5rem;*/
        font-size: 18px;
        display: inline-block;
    }

    .content {
        padding-left: 35px;
        max-width: 1266px;
        margin: 0 auto;
    }

    .login-content {
        margin: 0 auto;
        padding: 0;
        max-width: none;
    }
}

/* @media (min-width: 1920px) {
    .dashactive {
        max-width: 100% !important;
    }
} */

@media only screen and (max-width:992px) {
    label {
        font-size: 14px;
    }
}

@media only screen and (min-width:3840px) {
    .dataTables_wrapper .dataTables_paginate {
        position: absolute !important;
        right: 30px !important;
        padding-top: 0.25em;
    }

    /* .overflowtable {
        width: 100%;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        height: 91%;
        max-width: 98%;
    } */

    .btn-add-trip {
        /*width:75%!important;*/
    }
}

@media (min-width: 5120px) {
    /* .overflowtable {
        width: 100%;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        height: 93%;
        max-width: 98%;
    } */
}

@media (min-width: 1921px) and (max-width: 2880px) {
    /* .overflowtable {
        width: 100%;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        height: 89%;
        max-width: 97%;
    } */
}