
@media only screen and (max-width: 768px) {

    section.content {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.tandem_nav.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}
.tandem_nav.nav > li > a > .fa {
 margin-right: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 75px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a > .fa {
    margin-right: 5px;
}
@media (max-width: 768px){
    .navbar-nav {
        max-width: 560px;
    }
}
@media (max-width: 1199px){
    .navbar-nav {
        max-width: 600px;
    }
}
@media (max-width: 880px){
    .navbar-nav {
        max-width: 600px;
    }
}

/* Fixed layout */

.fixed-tandem .main-header {
    position: fixed;
}

.fixed-tandem .main-header {
    top: 0;
    right: 0;
    left: 0;
}

/**
******* menu and filter positioning
*/

.fixed-tandem .wrapper-with-filter .content-wrapper {
    padding-top: 160px;
}


.fixed-filter-position {
    background-color: #3c8dbc;
    position: fixed;
    right: 0;
    left: 0;
    top:50px;
    z-index: 1020;
}

@media (max-width: 1199px) {
    .fixed-tandem .wrapper-with-filter .content-wrapper {
        padding-top: 210px;
    }
    .fixed-filter-position {
        top: 100px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .fixed-filter-position {

    }
    .fixed-tandem .wrapper-with-filter .content-wrapper {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed-filter-position {
        top: 50px;
        z-index: 1000;
    }

    .fixed-filter-position .panel-default {
        overflow-y: scroll;
    }

    .fixed-tandem .wrapper-with-filter .content-wrapper {
        padding-top: 95px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .fixed-filter-position .panel-default {
        /*height: 463px;*/
        overflow-y: scroll;
    }

    .fixed-tandem .wrapper-with-filter .content-wrapper {
        padding-top: 0px;
    }
}


.fixed-tandem.layout-boxed .wrapper {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
    .filter .form-inline .form-control {
        margin-bottom: 4px;
    }
    .filter .form-inline .dropdown-toggle {
        margin-bottom: 4px;
    }
}

/**
******* end menu and filter positioning
*/



/* layout editable div's */

.termin {
    color: #555;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.termin .first-row {
    border-top: 2px solid #3c8dbc;
    border-right: 2px solid #3c8dbc;
    border-left: 2px solid #3c8dbc;
    border-bottom: 1px solid #3c8dbc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.termin .inside-row {
    border-right: 2px solid #3c8dbc;
    border-left: 2px solid #3c8dbc;
    border-bottom: 1px solid #3c8dbc;

    display: flex;
    flex-direction: row;
}


.termin .last-row {

    border-bottom: 2px solid #3c8dbc;
    border-right: 2px solid #3c8dbc;
    border-left: 2px solid #3c8dbc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

    display: flex;
    flex-direction: row;
}


@media only screen and (max-width: 1200px) {
    .termin .inside-row {

        flex-direction: column;
    }
    .termin .last-row {

        flex-direction: column;
    }

    .termin .inside-row {

        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    .termin .inside-row {

        display: block;
    }
}




.termin .editable-input {
    display: block;
    width: -moz-available;
    min-height: 33px;
}


.termin .editable-input:hover{
    color: #333;
    font-weight: 600;
}
.termin .editable-select:hover{
    color: #333;
    font-weight: 600;
}
.termin .editable-select {
    display: block;
    width: -moz-available;
    height: 33px;
}
.termin .form-control {
    height: 33px;
}

.termin #create-group {

    display: block;
    width: -moz-available;
    min-height: 33px;

}

.termin .editable-select-small:hover{
    color: #333;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {

    .termin .editable-select {
        height: auto;
        min-height: 20px;
    }

    .termin .editable-input {
        height: auto;
        min-height: 20px;
        line-height: 17px;
    }

    .termin .form-control {
        height: 32px;
    }
}

.termin .col-editable {
    background-color: #ecf0f5;
    line-height: 12px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #3c8dbc;
    min-height: 100%;
    padding: 3px;
}

.termin .last-row .col-editable {
    text-align: left;
    min-height: 16px;
}

.termin .last-row .col-editable .content-memo {
    min-height: 16px;
    line-height: 16px;
}

.termin .col-editable .fa {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .termin .col-editable {
        border-right: none;
    }
}

.termin .first-row .col-editable {
   height: 56px;
}

@media only screen and (max-width: 768px) {
    .fixed-tandem .content-wrapper {
        margin-top: 50px;
    }
    .termin .first-row .col-editable {
        height: auto;
        min-height: 45px;
    }

}

.termin .col-editable:last-child {
    border-right: none;
}


.termin .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 27px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: auto;
}


.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-menu > li > span:hover {
    color: #333;
    font-weight: 600;
}


.col-editable .label-default {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 3px;
}

.print-priority{
    font-size: 18px;
}


/*
******  appointmentsNew
*/

#createFlight {
    margin-bottom: 35px;
}
.appointments-new .content-header {
        margin-top: 50px;
}

@media only screen and (max-width: 1024px) {

    .appointments-new .content-header {
        margin-top: 125px;
    }
}
@media only screen and (max-width: 768px) {

    .appointments-new .content-header {
       margin-top: 20px;
    }
}


/**
right Sidebar Actions
 */

.control-sidebar {
    z-index: 1020;
}

@media only screen and (max-width: 1024px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

/**
Admin Pilots
 */

.admin-wrapper {
    margin-top: 50px;
}


@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .admin-wrapper {
        height: 2600px;
    }
}


#place-holder-profile {
    min-height: 250px;
    margin-bottom: 20px;
}

#adminContent .dataTablePilots {
    overflow:auto;
}

.tab-pane {

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

hr {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #ddd;; /* old IE */
    background-color: #ddd; /* Modern Browsers */
    margin-top: 10px;
    margin-bottom: 10px;
}


#passenger_content .create-group-passenger {
    border: 2px solid #3c8dbc;
    border-radius: 4px;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}



@media only screen and (min-width: 1500px) {

    .container {
        width: 1333px;
    }
}

#content-box {
    overflow: auto;
}

.table-mobile-content {
    overflow-x: auto;
}




