/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 5, 2019, 7:51:26 AM
    Author     : gasper
*/

@media screen and (max-width: 1200px){
    .pageBackgroundImage{
        right: 14%;
        width: 120px;
    }

    .nav.nav-pills{
        display: -webkit-box;
        overflow-y: scroll;
        max-width: 100%;
    }

    .nav-pills>li{
        float: none;
    }

    .dashboardBody{
        overflow-y: hidden;
    }
    
    .group-wrap {
        font-size: 0;
        width: 140%;
        overflow-y: scroll;
    }
    
    .servicesSingleBoxContent{
        overflow-y: scroll;
    }
}

@media screen and (max-width: 991px){
    .dashboardCard{
        margin-bottom: 10px;
    }

    #sidebar-wrapper{
        width: 0px;
    }

    #wrapper{
        padding-left: 10px;
    }
    
    .landingPageLogo{
        margin-top: 15vh;
    }
    
    .equipmentCardImageBox{
        padding-top: 40px;
    }


    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 28px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 1001;
        margin-left: 25px;
        top: 10px;

    }

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #3d475b;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    
    #nav-icon1.open{
        top: 23px;
    }
    
    #nav-icon1.open span{
        background: #f0f1f6;
    }
    
    .sidebarWrapperOpen{
        width: 230px !Important;
    }
    
    .sidebarWrapperContentOpen{
        opacity: 0.1;
    }
    
    .projectCard{
        margin-bottom: 10px;
    }
    
    .pageTitle{
        font-size: 20px;
    }
    
    #InvoiceContainerBox{
        overflow: hidden;
        overflow-x: scroll;
        max-width: 100%;
    }
}

@media screen and (max-width: 791px){
    .pageBackground{
        width: 50%;
    }

}

@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_filter{
        margin-top: -51px !important;
    }

    .dataTables_wrapper .dataTables_length{
        margin-left: -100px;
    }

    table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
        font-size: 10px;
    }

    .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
        font-size: 10px;
    }
    
    .modal-wrapper{
        left: 5%;
        width: 90%;
        margin-left: 0px;
    }
    
    .modal-wrapper section{
        padding: 20px;
        padding-bottom: 0px;
        max-height: 63vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .pageBreadCrumb{
        font-size: 8px;
        font-weight: 600;
        margin-top: 41px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    
    .buttonBox{
        margin-top: 10px;
        float: left;
    }
    
    .fc-timeline .fc-cell-text{
        font-size: 10px;
        padding: 1px !Important;
    }
    
    .fc-resource-area.fc-widget-header{
        width: 70px !Important;
    }
    
    .fc-timeline-event .fc-title {
        font-size: 9px;
    }
    
    .updateCalendarUsers{
        top: 90px;
        padding: 0;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    
    .updateCalendarDateRange{
        right: 222px;
        top: 90px;
        padding: 0;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    
    
    #content-wrapper{
        padding-right: 15px;
    }
    
    
    .accordion-container{
        padding: 10px;
    }
    
    .globalTitle1{
        font-size: 12px;
    }
    
    .phasesIcons {
        width: 25px;
        height: 25px;
        padding-top: 3px;
        padding-right: 5px;
        font-size: 15px;
    }
    
    .servicesIcons{
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
    
    .phaseSingleBoxContent{
        padding: 0px;
    }
    
    .singleAssignmentsCard .title{
        font-size: 12px;
    }
    
     .group-wrap {
        font-size: 0;
        width: 400%;
        overflow-y: scroll;
    }

    
}

@media screen and (max-width: 600px){
    .tableHeaderTitle{
        font-size: 16px;
    }

    .tableHeader{
        padding: 20px;
        height: 70px;
    }

    .tableheaderButton{
        font-size: 12px;
    }

    .tableheaderButton span{
        display: none;
    }

    .tableheaderButton img{
        margin-top: -9px;
        margin-right: 0px;
    }
    
}