.personaBarContainer.personalBarContainer {
    /*display: none !important;*/
}

.simpleGauge_digital {
    position: absolute;
    z-index: 2;
    top: 66% !important;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
    font-family: "Digital Dream Skew Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: #999 2px 2px 4px;
}

#demoGauge1 {
    width: 16em;
    height: 16em;
    margin: 0 auto;
}

#demoGauge2 {
    width: 16em;
    height: 16em;
    margin: 0 auto;
}

ul.DashboardCheckList {
    list-style: none;
}

    ul.DashboardCheckList li input[type=checkbox] {
        position: relative;
        top: 2px;
    }

    ul.DashboardCheckList li span.selected input[type=checkbox] {
    }

    ul.DashboardCheckList li label {
        margin: 0 0 0 5px;
    }

    ul.DashboardCheckList li span.selected {
        color: #0c0;
    }

        ul.DashboardCheckList li span.selected.expired {
            color: orange;
            /* color: #b9cc00; */
        }

.set-not-passed {
    border: 1px red solid;
    padding: 10px;
}

.set-passed {
    border: 1px green solid;
    padding: 10px;
}

.toggle-heading h4 {
    margin: 0;
}

.toggle-content {
    padding-top: 25px;
}

section.toggle, div.toggle {
    padding: 0;
    margin: 0 !important;
}

.toggle.toggle-primary.toggle-simple {
    padding: 10px 10px 20px;
    border: 1px #333 solid;
    border-radius: 10px;
}

    .toggle.toggle-primary.toggle-simple:has(.active) {
        background: rgba(0,0,0,0.1);
    }

#flightlogtable_SE th, #flightlogtable_ME th {
    text-align: center;
}

.enqWrapper {
    width: 94%;
    margin: 0 auto;
    padding: 2%;
    border: 1px #333 solid;
    border-radius: 5px;
}

ul.app-setup-ul {
    list-style: none;
    padding-left: 0;
}

    ul.app-setup-ul em {
        color: #fe4040;
    }

.rbl {
    padding: 0;
}

    .rbl li {
        list-style: none;
        margin: 10px 0;
        border: 1px red solid;
        border-radius: 10px;
        padding: 10px 25px 10px 10px;
        height: auto;
        float: left;
        width: 100%;
    }

        .rbl li:hover {
            background-color: blanchedalmond;
        }

}

.rbl li label {
    font-size: 1rem;
}

element.style {
}



.rbl input[type=radio] {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 3px;
}

.hidden {
    display: none;
}

.qTable {
    margin: 0 auto;
    width: 66%;
}

    .qTable h3 {
        text-align: center;
        color: #020202;
        font-size: 1.375rem;
    }

.btnWrap {
    /* width: auto; */
    float: left;
    margin: 0 10px 0 0;
    /* position: relative; */
    /* top: 5px; */
    /* left: 5px; */
}

.lblWrap {
    /* text-align: center; */
    display: inline-flex;
    width: 80%;
    float: left;
}

    .lblWrap label {
        margin: 0;
        width: 100%;
    }

.LogBookTotalsRow {
    background-color: #333 !important;
}

    .LogBookTotalsRow td {
        color: #fff;
    }

table#flightlog-table thead {
    position: sticky;
    inset-block-start: 0;
    /*background: #fff;*/
}

ul.logbook-tabs {
    list-style: none;
    padding: 0 0 0px 0;
    display: block;
    height: 24px;
    border-bottom: 1px #333 solid;
    margin: 40px 0 0 0;
}

li.logbook-tab {
    float: left;
    margin: 0 30px 0 0;
    height: 24px;
}

.logbook-tab a, .logbook-tab a:visited, .logbook-tab a:active, .logbook-tab a:hover {
    color: #333;
    font-size: 1.2em;
    text-decoration: none;
}

.logbook-tab.active a, .logbook-tab.active a:visited, .logbook-tab.active a:active, .logbook-tab.active a:hover {
    font-weight: bold;
    text-decoration: none;
}

li.logbook-tab:hover,
li.logbook-tab.active {
    border-bottom: 2px #333 solid;
}

.center-text {
    text-align: center;
}

.app-widget a {
    color: #222;
}

.app-widget.report-widget em, .app-widget.report-widget i {
    margin: 0 0 0 10px;
}

.fa-black {
    color: #222;
}

.round-corners {
    border-radius: 5px;
    border: 1px #333 solid;
}

.border-right {
    border-right: 1px #333 solid;
}

@media only screen and (max-width: 600px) {
    .qTable {
        margin: 0 auto;
        width: 100%;
    }

    .rbl input[type=radio] {
    }

    .rbl li label {
        /* line-height: 20px; 
        text-indent: 25px;
        position: relative;
        left: 10px;
        top: -23px;*/
        /* float: left; */
        /* clear: both; */
    }

    .rbl li:last-of-type .btnWrap {
    }

    .rbl li:last-of-type label {
    }
}

div#iFrameFooterWrap {
    width: 100%;
}

div#iFrameFooter {
    width: 80%;
    display: inline-block;
    margin: 0 10%;
    text-align: center;
}

#iFrameFooter p {
    font-size: 0.8em;
}

#iFrameFooter a {
    color: #e96b2c !important;
}

#iFrameFooter span {
    position: relative;
    top: 5px;
}

.btn.btn-primary, .btn.btn-secondary {
    /*border: 0;*/
    padding: 5px 10px 7px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.btn.btn-primary {
    background: #e96b2c;
}

.btn.btn-secondary {
    background: #e96b2c;
}

.rbl li:hover {
    background-color: blanchedalmond;
}

div#coverBox {
    width: 100%;
    height: 100%;
    min-height: 260px;
    position: absolute;
    top: 0;
}

* {
    box-sizing: content-box;
}

#menu-btn {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333;
}

    #menu-btn:hover {
        background-color: #333;
    }

    #menu-btn .icon-bar {
        background-color: #fff;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        #menu-btn .icon-bar:not(:first-child) {
            margin-top: 4px;
        }

#menu-bar {
    background-color: #BDBDBD;
    color: #fff;
    z-index: 1002;
}

.left-shadow-overlay {
    box-shadow: 10px 0 15px 10px #585858;
}

#menu-bar h3 {
    background-color: #2E2E2E;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
}

#menu-bar a {
    border-bottom: 1px solid #D8D8D8;
    padding: 1em;
    display: block;
    color: #424242;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
}

    #menu-bar a:hover {
        background-color: #D8D8D8;
    }

#menu-bar .handle {
    background-color: #2E2E2E;
    left: -40px;
    padding: 10px;
    8px;
    position: absolute;
    top: 0px;
    width: 20px;
    cursor: pointer;
    /*margin-top: -20px;*/
    /*-moz-transition: 200ms ease all;
	-webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}

    #menu-bar .handle:hover {
        /*left: -46px;
  width: 30px;*/
    }

#download-bar {
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: -10px 0 15px -6px #585858 inset;
}

    #download-bar div.well {
        margin-top: 10px;
    }

.side-panel {
    background-color: #E6E6E6;
    padding: 10px;
}

.side-panel-left {
    box-shadow: -5px 0 15px -6px #585858 inset;
}

.side-panel-left-overlay {
    box-shadow: -10px 0 15px 10px #585858;
}

.side-panel-right {
    box-shadow: 5px 0 15px -6px #585858 inset;
}

.jumbotron {
    margin-bottom: 0px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

section {
    padding-top: 20px;
}

    section:last-child {
        margin-bottom: 30px;
    }

#sample-1-btn {
    margin-bottom: 10px;
}

#sample-1 .panel {
    margin-top: 10px;
}

footer {
    padding: 20px;
    margin-top: 30px;
    background-color: #eee;
    color: #333;
    border-top: 1px #ccc solid;
}

a.btn.btn-primary.btn-xs.btn-manage {
    padding: 0 5px;
}

#PilotTabel {
    margin: 10px 0;
    background: #333;
    color: #eee;
}

#PilotBasicDetails {
    margin-bottom: 1em;
    padding: 10px 0 0 0;
    background: #333;
    color: #eee;
    text-align: center;
}

    #PilotBasicDetails p {
        color: #fff;
        margin: 0 0 8px 0;
    }

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -140px;
    top: 32px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

#flightlog-table th, #flightlog-table td {
    text-align: center;
}


/* Steps 

.steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto
}

    .steps .step:first-child {
        margin-left: auto
    }

    .steps .step:last-child {
        margin-right: auto
    }

.step:first-of-type .step-circle::before {
    display: none
}

.step:last-of-type .step-content {
    padding-right: 0
}

.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    padding-top: .5rem;
    padding-right: 1rem
}

.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    background-color: #fff
}

    .step-circle::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -2px;
        width: calc(5rem + 1rem - 1.5rem);
        height: 2px;
        transform: translate(-100%,-50%);
        color: #adb5bd;
        background-color: currentColor
    }

.step-text {
    color: #adb5bd;
    word-break: break-all;
    margin-top: .25em
}

.step-active .step-circle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .step-active .step-circle::before {
        color: #007bff
    }

.step-active .step-text {
    color: #007bff
}

.step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .step-error .step-circle::before {
        color: #dc3545
    }

.step-error .step-text {
    color: #dc3545
}

.step-success .step-circle {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745
}

    .step-success .step-circle::before {
        color: #28a745
    }

.step-success .step-text {
    color: #28a745
}
End Steps */


.check-box-wrapper {
    width: 98%;
    height: auto;
    display: block;
    float: left;
    margin: 5px 0 5px 2%;
}

.check-box {
    border: 2px #333 solid;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    float: left;
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 10;
    border-right: 7px green solid;
    border-bottom: 7px green solid;
}

.check-box-text {
    margin: 0 0 0 10px;
    color: #000;
}

    .check-box-text.valid, em.fa.valid {
        color: green;
    }

em.fa.fa-xmark {
    color: red;
    margin: 0 0 0 4px;
}

.call-to-action .call-to-action-content {
    text-align: center;
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 10px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 30px;
    float: right;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #367e0663;
        -webkit-transition: .4s;
        transition: .4s;
        height: auto;
    }

        .switch .slider:before {
            position: absolute;
            content: "Off";
            height: 22px;
            width: 30px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            text-align: center;
        }

input:checked + .slider {
    background-color: #367e06;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    /*content: "On";*/
    text-align: center;
}

/* Rounded sliders */
.switch2 .slider.round {
}

    .switch2 .slider.round:before {
    }


.switch2 {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 30px;
    float: right;
}

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch2 .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #367e0663;
        -webkit-transition: .4s;
        transition: .4s;
        height: auto;
    }

        .switch2 .slider:before {
            position: absolute;
            content: "PPL";
            height: 22px;
            width: 30px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            text-align: center;
        }

input:checked + .slider {
    /*background-color: #367e06;*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    /*-webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "CPL";
    text-align: center;*/
}

input:checked + .slider2:before {
    /*-webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "ON";
    text-align: center;*/
}

/* Rounded sliders */
.switch .slider.round {
}

    .switch .slider.round:before {
    }

.appmenu-buttons .btn {
    margin: 0 5px 0 0;
}

.btn.btn-danger:visited, .btn.btn-danger:hover {
    color: #fff !important;
}

.btn.btn-borders.btn-danger:visited {
    color: #d2322d !important;
}

.btn.btn-borders.btn-danger:hover {
    color: #fff !important;
}

.btn.btn-info:visited, .btn.btn-info:hover {
    color: #fff !important;
}

.btn.btn-borders.btn-info:visited {
    color: #5bc0de !important;
}

.btn.btn-borders.btn-info:hover {
    color: #fff !important;
}

img.pilot-photo {
    /*width: 100%;
    max-width: 120px;*/
    border-radius: 60px;
    border: 1px #333 solid;
    padding: 10px;
    margin: 0 0 15px 0;
}

.featured-box.featured-box-primary.featured-box-effect-1 {
    margin: 0;
    /* border: 0; */
}

.featured-box .box-content {
    border-top-width: 1px !important;
}

.row.logbook-select-row a.btn {
    /* width: 100%; */
    max-height: 32px;
    /* line-height: 32; */
    padding: 5px 6px;
}

.row.logbook-select-row {
    margin: 2em 0 0 0;
}

.me-label {
    line-height: 30px;
    margin: 0 10px 0 0;
}

.counter-wrapper {
    display: inline-block;
    /* float: left; */
    /* clear: both; */
    position: relative;
    left: 0;
    width: 100%;
    /*max-width: 445px;*/
}

span.text-counter {
    color: #0c0;
}

    span.text-counter::after {
        color: #0c0;
        content: " Characters Remaining";
    }

.counter-wrapper textarea {
    width: 100%;
}

em.fa.fa-trash {
    color: red;
}

li.menu-child.active, li.menu-child:hover {
    border-left: 5px #333 solid;
    border-right: 5px #333 solid;
}

    li.menu-child.active a, li.menu-child:hover a {
        color: #333 !important;
    }

.chart-container {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 250px;
}

.row.app-dashboard {
    min-height: 64px;
    border-bottom: 1px #333 solid;
}

div#nav-wrapper, header#nav-header {
    min-height: 0 !important;
    background: none !important;
    position: absolute;
    top: 7px;
    right: 10px;
    width: auto;
    min-width: 150px;
    display: block;
}

b.message-count, b.notification-count {
    position: absolute;
    bottom: -8px;
    background: #0c0;
    padding: 1px 5px 0;
    font-size: 12px;
    border-radius: 25px;
}

.menu-tab {
    width: 90px;
    height: 70px;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    /*end of div*/
}

    .menu-tab div {
        width: 33px;
        height: 4px;
        background-color: #2d2d2d;
        display: block;
        margin: 5px 28px;
        transition: all 0.6s ease-in-out;
    }

        .menu-tab div:nth-child(1) {
            margin-top: 20px;
        }

    /*end of menu-tab*/
    .menu-tab.active {
        left: 50%;
        transition: all 600ms ease-in-out;
        /* background-color: rgba(255, 255, 255, 0.2);
        width: 90%; */
        margin: 0 0 0 -45px;
    }

        .menu-tab.active #one {
            transform: translateY(9px) rotate(-135deg);
            transition: all 0.6s ease-in-out;
            background-color: #e74c3c;
        }

        .menu-tab.active #two {
            opacity: 0;
            transition: 0.4s ease;
        }

        .menu-tab.active #three {
            transform: translateY(-9px) rotate(-45deg);
            transition: all 0.6s ease-in-out;
            background-color: #e74c3c;
        }

.menu-hide {
    width: 100%;
    left: -100%;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0px;
    transition: all 0.6s ease-in-out;
    overflow-y: auto;
}

    .menu-hide nav {
        /*end of ul*/
    }

        .menu-hide nav ul {
            padding-left: 0;
            padding-top: 70px;
        }

            .menu-hide nav ul li {
                height: 70px;
                list-style-type: none;
                text-align: center;
                line-height: 70px;
                transition: all 0.5s ease;
                width: 100%;
                max-width: 320px;
                float: left;
                margin: 10px;
                /* padding: 25px; */
                display: block;
                background: rgba(0, 0, 0, 0.25);
                border: 1px rgba(0, 0, 0, 1) solid;
                box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
            }

                .menu-hide nav ul li:hover {
                    background-color: #e74c3c;
                    transition: all 0.5s ease;
                }

                .menu-hide nav ul li a {
                    padding: 30px 25px;
                    text-decoration: none;
                    color: #f1f1f1;
                    font-weight: 800;
                }

    /*end of menu-hide*/
    .menu-hide.show {
        left: 0px;
        background-color: rgba(0,0,0,0.75);
        transition: all 0.6s ease-in-out;
    }

#back-nav {
    position: relative;
    left: 0;
    margin: 0px 0 0 25px;
}

    #back-nav ul {
        list-style: none;
        /* float: left; */
        width: auto;
    }

        #back-nav ul li {
            float: left;
            margin: 0 10px;
        }

.nav-top {
    position: relative;
    top: 70px;
    width: 100%;
    display: block;
    height: 50px;
    background: white;
}

.pnlConsole {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 480px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    color: yellowgreen;
    z-index: 99999;
    padding: 15px;
}

    .pnlConsole p {
        color: yellowgreen;
    }

.flag-wrapper .badge {
    width: 100%;
    padding: 10px 15px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/** AppUi **/

.app-wrapper {
    overflow: auto;
    width: 100%;
    padding-left: 50px;
    transition-duration: 0.5s;
    height: 100%;
    background: #f0ebe5;
    position: fixed;
    top: 0;
    left: 0;
}

.sb-item.sb-header {
    /*margin: 0 0 25px 0;*/
}

.app-wrapper .sidebar {
    width: 240px;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #2e3140;
    white-space: nowrap;
    transition-duration: 0.25s;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-right: 1px #000 solid;
    padding: 10px;
}

    .app-wrapper .sidebar .sb-item-list {
        width: 100%;
        height: calc(100% - 50px);
    }

        .app-wrapper .sidebar .sb-item-list > .sb-item > .sb-text {
            position: absolute;
            transition-duration: 0.5s;
        }

    .app-wrapper .sidebar .sb-item {
        display: block;
        width: 100%;
        line-height: 25px;
        color: #fff;
        /* background: #333; */
        cursor: pointer;
        /* padding-left: 7px; */
        font-weight: bold;
        padding: 6px 10px 4px 10px;
        margin: 0 0 10px 0;
    }

        .app-wrapper .sidebar .sb-item.active {
            /* border-left: solid 3px green; */
            box-sizing: border-box;
            background: #faf7f2;
            color: #2e3140 !important;
            border-radius: 10px;
        }

            .app-wrapper .sidebar .sb-item.active a {
                color: inherit;
                /* font-weight: bold; */
            }

            .app-wrapper .sidebar .sb-item.active > .sb-icon {
                margin-left: -3px;
            }

    .app-wrapper .sidebar .sb-icon {
        padding-left: 0px;
        padding-right: 20px;
        font-size: 20px;
    }

    .app-wrapper .sidebar .sb-item:hover,
    .app-wrapper .sidebar .sb-item.active {
        filter: brightness(130%);
    }

.app-wrapper .sb-menu {
    position: relative;
}

.sb-icon {
    font-size: 1.5em;
}

.app-wrapper .sb-menu:after {
    /*content: " ";*/
    width: 0;
    height: 0;
    display: block;
    float: right;
    margin-top: 19px;
    margin-left: -12px;
    margin-right: 5px;
    border: solid 5px transparent;
    border-left-color: #eee;
}

.app-wrapper .sb-menu > .sb-submenu {
    display: none;
}

.app-wrapper .sb-settings.sb-menu:hover > .sb-submenu {
    position: absolute;
    display: block;
    width: 200px;
    top: -100px;
    left: calc(80% + 0px);
    background: #2e3140;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px #000 solid;
    content: " ";
    transition-duration: 0.5s;
}

.app-wrapper.sidebar-collapse .sb-settings.sb-menu:hover > .sb-submenu {
    position: absolute;
    display: block;
    width: 200px;
    top: -45px;
    left: calc(100% + 11px);
    background: #2e3140;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px #000 solid;
    content: " ";
}

.app-wrapper .sb-settings.sb-menu:hover > .sb-submenu.no-auth {
    position: absolute;
    display: block;
    width: 200px;
    top: -60px;
    left: calc(100% + 0px);
    background: #3a515f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px #000 solid;
    content: " ";
}

.app-wrapper.sidebar-collapse .sb-settings.sb-menu:hover > .sb-submenu.no-auth {
    position: absolute;
    display: block;
    width: 200px;
    top: -60px;
    left: calc(100% + 11px);
    background: #3a515f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px #000 solid;
    content: " ";
}

i.sb-icon.fa.fa-square {
    color: #3a515f;
}

span.sb-text.sb-text-site {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.sb-item a, .sb-item a:visited, .sb-text a, .sb-text a:visited {
    color: #fff;
}

.app-wrapper .sb-submenu > .sb-item:first-child {
    border-radius: 8px 8px 0px 0px;
}

.app-wrapper .sb-submenu > .sb-item:last-child {
    border-radius: 0px 0px 8px 8px;
}

.sb-submenu .sb-item.active {
    border-radius: 0 !important;
}

.app-wrapper .btn-toggle-sidebar {
    /*position: absolute;
        left: 0;
        bottom: 0;
        border-top: 1px solid #aaa;*/
    user-select: none;
}

    .app-wrapper .btn-toggle-sidebar .sb-icon {
        padding-left: 15px;
    }

        .app-wrapper .btn-toggle-sidebar .sb-icon.fa-angle-double-left, .app-wrapper.sidebar-collapse .btn-toggle-sidebar .sb-icon.fa-angle-double-right {
            display: inline-block;
            width: 25px;
            height: 25px;
            text-align: right;
            position: relative;
            left: 206px;
            padding: 0px 7px 2px 5px;
            background: #fff;
            border-radius: 50%;
            border: 1px #3a515f solid;
            color: #000;
            top: -5px;
        }

        .app-wrapper .btn-toggle-sidebar .sb-icon.fa-angle-double-right {
            display: none;
        }

.sidebar-collapse .sidebar .btn-toggle-sidebar-footer.sb-settings.sb-item, .sidebar-collapse .sidebar .btn-toggle-sidebar-footer.sb-settings.sb-item.active {
    max-width: 35px;
}

.sidebar-collapse .sidebar .btn-toggle-sidebar-footer.sb-user.sb-item.active {
    max-width: 35px;
}

.btn-toggle-sidebar-footer.sb-settings.sb-item {
    max-width: 219px;
}

.btn-toggle-sidebar-footer.sb-user.sb-item {
    max-width: 219px;
}

.btn-toggle-sidebar-footer.sb-user.sb-item {
    position: absolute;
    bottom: 0;
}

.btn-toggle-sidebar-footer.sb-settings.sb-item {
    position: absolute;
    bottom: 50px;
}

.app-wrapper.sidebar-collapse {
    padding-left: 56px;
}

    .app-wrapper.sidebar-collapse .sidebar {
        width: 56px;
        /*left:-50px;*/
    }

    .app-wrapper.sidebar-collapse .sb-item-list > .sb-item > .sb-text {
        position: absolute;
        transform: translateX(-200%);
        opacity: 0;
    }

    .app-wrapper.sidebar-collapse .btn-toggle-sidebar .sb-icon.fa-angle-double-left {
        display: none;
    }

    .app-wrapper.sidebar-collapse .btn-toggle-sidebar .sb-icon.fa-angle-double-right {
        display: inline-block;
        left: 22px;
        padding: 0px 5px 2px 5px;
    }

div#app-body {
    padding: 25px 30px 100px 25px;
    background-image: url(/DesktopModules/FlightLogbook/Images/40897321_8885501.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

img.app-header-logo {
    float: left;
    height: 40px;
    margin: 0 15px;
}

#app-body h1 {
    font-weight: bold;
    margin: 0 0 25px 0;
    /* line-height: 36px; */
    width: calc(100% - 165px);
    float: left;
}

#app-body .app-widget h1 {
    float: none;
}

#app-body h1 span.title-license {
    font-weight: normal;
}

.main-footer {
    /*position: absolute;
        bottom: 0;
        padding: 15px 25px;*/
}

.btn.btn-black {
    border: 2px solid #000 !important;
    background-color: #000;
    color: #fff !important;
}

    .btn.btn-black.btn-borders {
        border: 2px solid #000 !important;
        background-color: #fff;
        color: #000 !important;
    }

        .btn.btn-black.btn-borders:hover {
            background-color: #000 !important;
            border-color: #000 !important;
            color: #fff !important;
        }

.main-footer {
    /*position: fixed;*/
    bottom: 0;
    padding: 15px 0 0 0;
    /* left: 0; */
    width: 100%;
    margin: 25px auto 0;
    background: #f0ebe5;
}

.app-wrapper #footer-body p {
    color: #000;
}

    .app-wrapper #footer-body p a {
        color: #000;
        text-decoration: underline;
    }

.grid-sizer,
.grid-item {
    width: 100%;
    margin-bottom: 30px;
    color: #4a4a4a;
}

div#app-content {
    padding: 0;
    margin: 0px auto 0;
}

.app-widget {
    background: #ffffffe6;
    border-radius: 10px;
    color: #000;
    padding: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

    .app-widget h4 {
        text-decoration: none;
        border-bottom: 1px #333 solid;
        padding: 0 0 10px 0;
        /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
        text-underline-offset: 10px;
        color: inherit !important;
    }

        .app-widget h4 a {
            color: #333 !important;
            padding: 0px 0 0px 0 !important;
            cursor: pointer;
        }

.card:has(> div.collapse) .card-header h4 a:before {
    content: "+";
    font-weight: bold;
}

.card:has(> div.collapse.show) .card-header h4 a:before {
    content: "-";
    font-weight: bold;
}

.add-flight-form .card {
    border: 0;
    margin: 0 0 15px 0;
}

.add-flight-form .card-header {
    border: 0;
    padding: 0.5em 0;
}

.app-widget.exam-widget {
    box-shadow: 2px 2px 4px #3a515feb;
}

.gutter-sizer {
    width: 4%;
}

.grid-item--width2 {
    width: 48%;
}

.fieldset-warning {
    padding: 10px 25px;
    border: 1px #f3ddb6 solid;
    border-radius: 10px;
    margin: 24px 0 10px 0;
    background: #fefbf6;
}

legend.legend-danger {
    font-size: 14px;
    background: #b03f2e;
    width: auto;
    padding: 2px 10px 4px;
    color: #fff;
    margin: -24px 0 13px -5px;
    /* position: absolute; */
    /* top: 0; */
    border-radius: 5px;
}

.fieldset-success {
    padding: 10px 25px;
    border: 1px green solid;
    border-radius: 10px;
    margin: 24px 0 10px 0;
    background: #fefbf6;
}

legend.legend-success {
    font-size: 14px;
    background: green;
    width: auto;
    padding: 2px 10px 4px;
    color: #fff;
    margin: -24px 0 13px -5px;
    /* position: absolute; */
    /* top: 0; */
    border-radius: 5px;
}

.circle {
    width: 2em;
    height: 2em;
    display: block;
    background: #333;
    border-radius: 50%;
    /* line-height: 2em; */
}

    .circle.circle-success {
        background: #77dd9b;
    }

    .circle.circle-warning {
        background: #feec40;
    }

    .circle.circle-danger {
        background: #fe4040;
    }

span.req-list-item {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.125em;
}

    span.req-list-item em {
        color: #000;
    }

.exams-remaining {
    text-align: center;
    margin: 25px 0;
}

    .exams-remaining p.counter {
        font-size: 24px;
    }

        .exams-remaining p.counter em.fa {
            margin: 0 6px 0 0;
        }

    .exams-remaining p.view-exams a {
        color: #000;
        font-size: 1.125em;
    }
/***********/

/* Wizard */


/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: css
*/
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #dedede;
}

.app-widget h4.no-border {
    border: 0;
}

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

    .wizard-content .wizard .content {
        margin-left: 0 !important
    }

    .wizard-content .wizard > .steps {
        position: relative;
        display: block;
        width: 100%
    }

        .wizard-content .wizard > .steps .current-info {
            position: absolute;
            left: -99999px
        }

        .wizard-content .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none
        }

            .wizard-content .wizard > .steps > ul > li {
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative
            }

                .wizard-content .wizard > .steps > ul > li a {
                    position: relative;
                    padding-top: 52px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    display: block
                }

                .wizard-content .wizard > .steps > ul > li:before {
                    left: 0
                }

                .wizard-content .wizard > .steps > ul > li:after {
                    right: 0
                }

                .wizard-content .wizard > .steps > ul > li:first-child:before,
                .wizard-content .wizard > .steps > ul > li:last-child:after {
                    content: none
                }

                .wizard-content .wizard > .steps > ul > li.current > a {
                    color: #2f3d4a;
                    cursor: default
                }

                .wizard-content .wizard > .steps > ul > li.current .step {
                    border-color: #009efb;
                    background-color: #fff;
                    color: #009efb
                }

                .wizard-content .wizard > .steps > ul > li.disabled a,
                .wizard-content .wizard > .steps > ul > li.disabled a:focus,
                .wizard-content .wizard > .steps > ul > li.disabled a:hover {
                    color: #999;
                    cursor: default
                }

                .wizard-content .wizard > .steps > ul > li.done a,
                .wizard-content .wizard > .steps > ul > li.done a:focus,
                .wizard-content .wizard > .steps > ul > li.done a:hover {
                    color: #999
                }

                .wizard-content .wizard > .steps > ul > li.done .step {
                    background-color: #009efb;
                    border-color: #009efb;
                    color: #fff
                }

                .wizard-content .wizard > .steps > ul > li.error .step {
                    border-color: #f62d51;
                    color: #f62d51
                }

        .wizard-content .wizard > .steps .step {
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -24px;
            z-index: 10;
            text-align: center
        }

    .wizard-content .wizard > .content {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
        min-height: 250px;
    }

        .wizard-content .wizard > .content > .title {
            position: absolute;
            left: -99999px
        }

        .wizard-content .wizard > .content > .body {
            padding: 0 20px
        }

        .wizard-content .wizard > .content > iframe {
            border: 0;
            width: 100%;
            height: 100%
        }

    .wizard-content .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 20px 20px
    }

        .wizard-content .wizard > .actions > ul {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0
        }

            .wizard-content .wizard > .actions > ul:after {
                content: '';
                display: table;
                clear: both
            }

            .wizard-content .wizard > .actions > ul > li {
                list-style: none;
                float: left;
            }

                .wizard-content .wizard > .actions > ul > li + li {
                    margin-left: 10px
                }

                .wizard-content .wizard > .actions > ul > li > a {
                    background: #009efb;
                    color: #fff;
                    display: block;
                    padding: 7px 12px;
                    border-radius: 4px;
                    border: 1px solid transparent
                }

                    .wizard-content .wizard > .actions > ul > li > a:focus,
                    .wizard-content .wizard > .actions > ul > li > a:hover {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
                    }

                    .wizard-content .wizard > .actions > ul > li > a:active {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
                    }

                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
                        background-color: #fff;
                        color: #54667a;
                        border: 1px solid #d9d9d9
                    }

                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
                        }

                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
                        }

                .wizard-content .wizard > .actions > ul > li.disabled > a,
                .wizard-content .wizard > .actions > ul > li.disabled > a:focus,
                .wizard-content .wizard > .actions > ul > li.disabled > a:hover {
                    color: #999
                }

                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
                        -webkit-box-shadow: none;
                        box-shadow: none
                    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
        top: 45px;
        width: 50%;
        height: 3px;
        background-color: #009efb
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
        background-color: #F3F3F3
    }

    .wizard-content .wizard.wizard-circle > .steps .step {
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 3px solid #F3F3F3;
        font-size: 1.3rem;
        border-radius: 50%
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
        top: 39px;
        width: 50%;
        height: 2px;
        background-color: #009efb
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
        border: 2px solid #009efb;
        color: #009efb;
        line-height: 36px
    }

        .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
        .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
            border-top-color: #009efb
        }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
        background-color: #F3F3F3
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
        color: #FFF
    }

    .wizard-content .wizard.wizard-notification > .steps .step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        border-radius: 15%;
        background-color: #F3F3F3
    }

        .wizard-content .wizard.wizard-notification > .steps .step:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -8px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #F3F3F3
        }

    .wizard-content .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 20%
    }

        .wizard-content .wizard.vertical > .steps > ul > li {
            display: block;
            width: 100%
        }

            .wizard-content .wizard.vertical > .steps > ul > li.current:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current:before,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
            .wizard-content .wizard.vertical > .steps > ul > li:after,
            .wizard-content .wizard.vertical > .steps > ul > li:before {
                background-color: transparent
            }

.restriction-wrapper, .help-req-wrapper {
    width: auto;
    display: block;
    max-width: 675px;
    margin: 25px auto;
    padding: 20px;
    background: rgba(55, 55, 55, 0.5);
    border-radius: 10px;
}

    .restriction-wrapper label, .help-req-wrapper label {
        margin: 0 0 10px 10px;
    }

    .restriction-wrapper input[type=checkbox], .help-req-wrapper input[type=checkbox] {
    }

/* Nav Tabs */
.tab-content {
    border-radius: 0 0 4px 4px;
    /* box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04); */
    background-color: #fff;
    /* border: 1px solid #eee; */
    border: 0 !important;
    padding: 15px;
}

.nav-tabs > li {
    background-color: transparent;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        /* border: 1px solid transparent; */
        border-radius: 4px 4px 0 0;
        background-color: transparent !important;
        color: #000 !important;
        border: 0;
    }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            text-decoration: none;
            background-color: #fff;
            border-top: 0 !important;
            border-bottom: 2px #000 solid !important;
        }

    .nav-tabs > li a.active {
        border-bottom: 2px #000 solid;
        font-weight: bold;
    }

.tab-content {
    border: 0 !important;
    box-shadow: none !important;
}

.exercise-object {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px #ccc solid; */
}

    .exercise-object.completed {
        /* background: #00ff0029; */
    }

    .exercise-object p {
        border: 1px #fff solid;
        height: 100%;
        cursor: pointer;
        padding-top: 1em;
    }

    .exercise-object.completed p {
        background: #f0ebe58a;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        border-color: #f0ebe5;
    }

    .exercise-object input[type="checkbox"]:checked {
        /* background: red; */
        accent-color: #3a515f;
    }

.exercises input[type="checkbox"] {
    accent-color: rgb(119, 119, 119);
    height: 1.25em;
    width: 1.25em;
}

.fa.circled-check {
    /* height: 100%; */
    position: relative;
    top: 4px;
    left: 7px;
    color: #fff;
}

.fa.fa-circle-exclamation.circled-check {
    left: 8px;
}

.dnnFormItem input[type="date"] {
    width: 45%;
    max-width: 445px;
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}
/* Nav Tabs End */
@media (max-width:768px) {
    .wizard-content .wizard > .steps > ul {
        margin-bottom: 20px
    }

        .wizard-content .wizard > .steps > ul > li {
            display: block;
            float: left;
            width: 50%
        }

            .wizard-content .wizard > .steps > ul > li > a {
                margin-bottom: 0
            }

            .wizard-content .wizard > .steps > ul > li:first-child:before {
                content: ''
            }

            .wizard-content .wizard > .steps > ul > li:last-child:after {
                content: '';
                background-color: #009efb
            }

    .wizard-content .wizard.vertical > .steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard > .steps > ul > li {
        width: 100%
    }

        .wizard-content .wizard > .steps > ul > li.current:after {
            background-color: #009efb
        }

    .wizard-content .wizard.vertical > .steps > ul > li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard.vertical > .steps {
        width: 100%;
        float: none;
    }
}
/* End Wizard */

i .fa.fa-chevron-down, i.fa.fa-chevron-up {
    cursor: pointer;
}

    i.fa.fa-chevron-down.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.make-circle {
    border: 1px #000 solid;
    padding: 3px 4px 2px;
    border-radius: 50%;
}

.type-form input, .type-form select {
    border-radius: 10px;
}

.pilot-form input {
    border-radius: 10px;
}

    .pilot-form input.invalid {
        border-color: #c00;
    }

.badge.badge-black {
    background: #000;
    padding: 4px 6px 3px 6px;
    color: #fff;
}

.type-form input.invalid, .type-form select.invalid {
    border-color: #c00;
}

.dropdown-toggle::after {
    display: none !important;
}

.black {
    color: #000 !important;
}

div#onboarding-wrapper {
    background: #f0ebe5;
    height: 100vh;
    overflow-y: auto;
}

    div#onboarding-wrapper.no-vh {
        height: auto;
    }
/* The switch - the box around the slider */
.app-widget .switch, #onboarding-wrapper .switch, .logbook-select-row .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
    margin-right: 25px;
}

.app-widget .add-flight-form .switch {
    float: right;
}
/* Hide default HTML checkbox */
.app-widget .switch input, #onboarding-wrapper .switch input, .logbook-select-row .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.app-widget .slider, #onboarding-wrapper .slider, .logbook-select-row .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfdfdf;
    -webkit-transition: .4s;
    transition: .4s;
}

    .app-widget .slider:before, #onboarding-wrapper .slider:before, .logbook-select-row .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.app-widget .add-flight-form .slider:before {
    position: absolute;
    content: "N";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: bold;
    align-content: center;
}

.app-widget input:checked + .slider, #onboarding-wrapper input:checked + .slider, .logbook-select-row input:checked + .slider {
    background-color: #333;
}

.app-widget input:focus + .slider, #onboarding-wrapper input:focus + .slider, .logbook-select-row input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.app-widget input:checked + .slider:before, #onboarding-wrapper input:checked + .slider:before, .logbook-select-row input:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.app-widget .add-flight-form input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "Y";
    font-weight: bold;
    align-content: center;
    left: 8px;
}

.add-flight-form .form-group span {
    font-weight: 600;
    margin: 0 0 5px 0;
    width: 100%;
    display: block;
}
/* Rounded sliders */
.app-widget .slider.round, #onboarding-wrapper .slider.round, .logbook-select-row .slider.round {
    border-radius: 34px;
}

    .app-widget .slider.round:before, #onboarding-wrapper .slider.round:before, .logbook-select-row .slider.round:before {
        border-radius: 50%;
    }

#pilot-img-wrapper {
}

.pilot-profile-img {
    width: 64px;
    /*border: 1px #333 solid;*/
    padding: 5px;
    border-radius: 50%;
    height: 64px;
}

.pilot-info-wrapper {
    width: calc(98% - 85px);
    /*float:left;*/
    height: auto;
}

    .pilot-info-wrapper h3 {
        margin: 0 0 5px 0;
        text-transform: capitalize;
        font-size: 1.5em;
    }

.dnnFilePickerImageHolder {
    display: none;
}

.dnnFilePicker .dnnLeft {
    margin-top: 0;
}

.pic-wrapper .dnnFilePicker {
    width: auto !important;
}

.dropdown-toggle.pilot-menu::before {
    content: none !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0 auto;
}
i.modal-trig.fa-solid.fa-circle-info.pull-right {
    cursor: pointer;
}
i.modal-trig.fa-solid.fa-circle-info.pull-left {
    cursor: pointer;
    margin-right:10px;
}
.modal-dialog {
    width: auto !important;
    max-width: 600px !important;
}
.modal{
    background:rgba(0,0,0,0.33);
}
.modal-backdrop.show {
    display: none !important;
    z-index: -1 !important;
}
h3.modal-title{
    text-align:center;
    width:100%;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right !important;
        margin: 0;
        width: 100%;
    }
        .navbar-nav > li {
            float: right !important;
        }
            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                width: 100%;
            }
    .navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media only screen and (max-width: 420px) {
    .menu-hide {
        width: 100%;
        left: -101%;
        height: 100vh;
        position: absolute;
        z-index: 10;
        top: 0px;
        transition: all 0.6s ease-in-out;
        /*end of nav*/
    }

        .menu-hide.show {
            left: 0px;
            background-color: rgba(0,0,0,0.75);
            transition: all 0.6s ease-in-out;
        }

    .menu-tab.active {
        left: auto;
        right: 0;
        transition: all 600ms ease-in-out;
        background-color: rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (max-height: 480px) {
    .app-wrapper .sidebar .sb-item {
        line-height: 1.1em;
        padding: 4px 8px 4px 10px;
        margin: 0 0 8px 0;
    }

    .app-wrapper.sidebar-collapse .sb-settings.sb-menu:hover > .sb-submenu {
        top: -80px;
    }

    .app-wrapper .sb-settings.sb-menu:hover > .sb-submenu {
        top: -80px;
    }

    .sb-settings.sb-item.sb-menu.active {
    }

    .sb-item.sb-header {
        margin: 0 0 0 0;
    }

    .btn-toggle-sidebar-footer.sb-settings.sb-item {
        bottom: 40px;
    }
    .pilot-info-wrapper {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .col-md-4 {
        width: 100% !important;
    }

    .app-wrapper.sidebar-collapse .sb-settings.sb-menu:hover > .sb-submenu {
        top: -100px;
        width: 180px;
    }

    .app-wrapper .sb-settings.sb-menu:hover > .sb-submenu {
        top: -100px;
        width: 180px;
        left: 75%;
    }
    .pilot-info-wrapper {
        text-align: center;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        width: 100%;
    }
    #app-body h1 {
        font-weight: bold;
        margin: 0 0 25px 0;
        /* line-height: 36px; */
        width: calc(100%);
        float: left;
        text-align: center;
    }
    img.app-header-logo {
        float: none;
        height: 20px;
        margin: 0 auto;
    }
    .header-logo {
        text-align: center;
    }
}
