@media screen and (max-width: 1300px) {
    .step1header{
        display:block;
    }
    .step1header a.print{
        display: none!important;
    }
    h4.noPassengers{
        padding-right: 0!important;
    }
}

@media screen and (max-width: 800px) {
    .btnClosure{
        display: block!important;
        margin: 2px!important;
        width:100%!important;
    }
}

@media screen and (max-width: 1230px) {
    .sessionTitleInfo{
        display: block!important;
    }
    .btnForCalendar{
        display: block!important;
    }
    .header-right .btnForCalendar{
        display: none!important;
    }
    .header-left{
        opacity: 0!important;
    }
    .titleForCalendar{
        display: inline!important;
        width: auto!important;
    }
    .flightSummaryPhone{
        display: block!important;
    }
    .bigTableResumeManifest{
        display: none!important;
    }
    .bigTableAwaitingPassengers{
        display: none!important;
    }
    .bigTableAwaitingBlockages{
        display: none!important;
    }
}

@media screen and (min-width: 1231px) {
    .mobile-custom-responsive{
        display: none!important;
    }
}

@media screen and (max-width: 575px) {
    .saveFlightInformations{
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .nav-header{
        margin-left: 15px;
    }
}


@media only screen and (min-width: 768px){
    [data-sidebar-style="mini"] .content-body {
        margin-left: 0;
    }
}

.mobile-custom-responsive p{
    margin: 0;
    text-align: center;
}
