/**** Custom Responsive Styles ****/

@media (min-width: 1200px) {
/* For Big Stuff */
    .uk-width-1-1\@l, .uk-width-1-2\@l, .uk-width-1-3\@l, .uk-width-1-4\@l, .uk-width-1-5\@l, .uk-width-1-6\@l, .uk-width-2-3\@l, .uk-width-2-5\@l, .uk-width-2xlarge\@l, .uk-width-3-4\@l, .uk-width-3-5\@l, .uk-width-4-5\@l, .uk-width-5-6\@l, .uk-width-auto\@l, .uk-width-large\@l, .uk-width-medium\@l, .uk-width-small\@l, .uk-width-xlarge\@l {
        flex: initial;
    }
    .uk-width-1-3\@l {
        width: calc(100% / 3);
    }
    .uk-grid>* {
        padding-left: 40px;
    }

    .uk-hidden\@l {
        display: none !important;
    }


}

@media (max-width: 1199px) {
    #footer-content-bottom {
        flex-wrap: wrap;
    }
    #footer-content-bottom>div {
        flex:1 0 100% !important;
    }
    #footer-partners {
        display:block;
        padding:0;
    }
    #footer-partners .button {
        text-align: center;
    }
    #footer-partners-logos {
        padding-right:0;
        flex-wrap: wrap;
        margin-top:20px;
    }
    #footer-content-top div {
        padding-left:0 !important;
    }
    #footer-call-to-action {
        padding-left:125px;
        padding-right:125px;
    }
    .footer-call-to-action-shape {
        left: -10px;
        top: 30px;
    }
    #footer-content-top {
        margin-top:75px;
    }
    #footer {
        padding:0.1px 25px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

.lb-right-scroll-panel {
overflow:auto;
width:681px;
}
.logbook-details-section{
width:938px;
}
}



@media (min-width: 768px) and (max-width: 991px) {
    .lb-right-scroll-panel {
        overflow:auto;
        width:461px;
    }
    .logbook-details-section{
        width:718px;
    }

    .box-edit {
        flex-direction: column;
    }

    .box-options-container {
        flex-basis: unset;
    }

    .box-content-middle {
        padding: 2rem;
        justify-content: start;
    }
}

@media (max-width: 767px) {

    .box-edit-container {
        padding: 50px 10px 10px 10px;
    }

    .hours-summary > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .lb-right-scroll-panel {
        overflow:auto;
        width:256px;
    }
    .logbook-details-section{
        width:auto;
    }
    .hidden-xs {
        display:none;
    }
    .tab-content > .block-imp {
        display:block !important;
    }
    .tab-content > .in-imp {
        opacity:1 !important;
        visibility: visible !important;
    }
    .pagename{
        margin-bottom:30px;
    }

    .box-edit {
        flex-direction: column;
    }

    .box-options-container {
        flex-basis: unset;
    }

    .box-content-middle {
        padding: 2rem;
        justify-content: start;
    }
}
@media (max-width: 486px) {
    .hdr_nav_link{
        width:33.33%;
        min-width:auto !important;
        height:60px;
    }
    #hdr_nav_links{
        float:none;
    }
    #hdr_logo_container{
        display:block;
        background:#333;
        text-align:center;
        float:none;
    }
    #hdr_logo{
        display:inline-block;
        height:32px;
    }
    #logged_vol_header_nav .hdr_nav_link{
        min-width:auto;
        padding:6px;
        float:right;
    }
    #logged_vol_header_nav #hdr_primary_msg{
        padding: 6px 10px 6px 0;
        text-align: right;
        width:65%;
    }
    .pagename{
        margin-bottom:20px;
    }
    .history-div {
        width: 100% !important;
    }
    .mce-toolbar{
        display:none !important;
    }

    .box-edit-container {
        padding: 50px 10px 10px 10px;
    }

    .box-options-container {
        padding: 0;
    }

    .box-content-middle {
        padding: 0;
    }

    .social {
        width: 43px;
        display: block;
        margin-left: 0px;
        margin-right: 2px;
    }
}
