body, html {
    width: 100%;
    height: 100%;
    font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.body-background {
    width: 100%;
    overflow: hidden;
    background: #F4F4F4 url(/img/bg-1500.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hr.big {
    border-top-width: 3px;
}
hr.dark {
    border-top-color: #2E323A;
}

.advertise {
    color: white;
}

table.table-borderless > tbody > tr > td {
    border: none;
}

.table-fixed {
    table-layout: fixed;
}

.logo-duty {
    padding-top: 5em;
}

.logo-duty, .slogan, .copyright {
    cursor: pointer;
    text-align: center;
    padding-bottom: 3em;
}

nav#sidebar-wrapper.navbar {
    display: flex;
}

nav#sidebar-wrapper .li-menu {
    padding: 8px 2px;
}

nav#sidebar-wrapper ul.nav.sidebar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}

nav#sidebar-wrapper .li-menu .menu-buttons {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    align-items: center;
    font-size: 10px;
    font-weight: normal;
    width: auto;
    cursor: pointer;
    line-height: 12px;
    text-align: center;
}

nav#sidebar-wrapper .li-menu .menu-buttons  > img {
    margin-bottom: 2px;
}


nav#sidebar-wrapper .li-menu {
    position: relative;
}
nav#sidebar-wrapper .li-menu::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;

    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-color: #ccc;
    background-image: linear-gradient(-45deg, #bfbfbf 25%, transparent 25%, transparent 50%, #bfbfbf 50%, #bfbfbf 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    z-index: 1;
    pointer-events: none;
}

nav#sidebar-wrapper .li-menu.loading::before {
    opacity: .25;
}

@-webkit-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 40px; }
}

@-moz-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 40px; }
}

@keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 40px; }
}



#flightOperations {
    font-family: "adobe-garamond-pro";
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    color: #FFF;
    margin: 10px auto;
    text-align: center;
}

#madeSimple {
    color: #FFF;
    font-family: "proxima-nova", "Arial";
    font-size: 5.5em;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 68px;
    text-align: center;
    margin: 10px;
}

.org-choice {
    cursor: pointer;
}

.org-choice .company-logo img {
    margin: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* off canvas mennu */
.nav .open > a {
    background-color: transparent;
}

.nav .open > a:hover {
    background-color: transparent;
}

.nav .open > a:focus {
    background-color: transparent;
}

#wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    background: #2E323A;
    height: 2000px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 66px;
    border-radius: unset;

}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    border-radius: 100%;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    background-color: #2E323A;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.sidebar-nav li a {
    background-color: #2E323A;
    color: #ffffff;
}

.sidebar-nav li a {
    color: #4682B4;
    display: block;
    text-decoration: none;
    font-size: 1.2em;
}

.sidebar-nav li.open:hover before {
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    line-height: 44px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
    background-color: #2E323A;
}

/* make a space between each button , so tooltip has time to disappear */

.li-menu {
    padding: 10px;
    padding-left: 21px;
}
.li-menu .menu-buttons {
    color: #8F9194;
}
.li-menu.active-li {
    background-color: #202329;
}
.li-menu.active-li .menu-buttons {
    color: #F8F8F8;
    background-color: #202329;
    text-decoration: underline;
}
.li-menu .menu-buttons > img {
    opacity: .4;
}
.li-menu .menu-buttons:hover > img {
    opacity: .7;
}
.li-menu.active-li .menu-buttons > img {
    opacity: 1;
}

.menu-buttons {
    background-color: #2E323A;
    color: #4682B4;
    border: 0;
    padding: 0;
}

.menu-buttons:hover {
    color: white;
}

.menu-buttons:disabled {
    color: gray !important;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: relative;
    top: 20px;
    left: 2px;
    width: 32px;

}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -moz-transform: translate3d(-100px, 0, 0);
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transform: translate3d(-100px, 0, 0);
    -o-transition: all 0.35s ease-in-out;
    transform: translate3d(-100px, 0, 0);
    transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hamburger.is-open .hamb-top {
    -moz-transform: rotate(45deg);
    -moz-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transform: rotate(45deg);
    -o-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transform: rotate(45deg);
    transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -moz-transform: rotate(-45deg);
    -moz-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transform: rotate(-45deg);
    -o-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transform: rotate(-45deg);
    transition: -webkit-nsform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    opacity: 1;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s ease;
}

/* end off canvas menu */

/* first status bar */

.first {
    background-color: #333f50;
    position: relative;
    margin-bottom: 0;
}

.off {
    display: none;
}

.fv-issues {
    display: none;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

/* spinning waiting for ajax */
.spinning {
    -webkit-animation: spin2 1s infinite linear;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* end of spinning */

.date {
    color: black;
}

/* second status bar */
.second {
    position: relative;
}

.second-bar a:link {
    color: white !important;
}

.second-bar a:hover {
    color: white ! important;
}

.second-bar a:visited {
    color: white ! important;
}

.second-bar i {
    color: white ! important;
}

.pilot-date, .refresh_workday {
    color: white;
}

.pilot {
    font-size: 16px;
}

.readings {
    float: right;
    margin-right: 20px;
    width: auto;
}

.reports {
    float: right;
    margin-right: 10px;
    margin-top: 14px;
    width: auto;
}

.annual-resume {
    margin-top: 10px;
}

/* end second status bar */

.number-right {
    text-align: right;

}

.col-xs-8-nopad {
    padding-left: 0;
}

.col-xs-4-nopad {
    padding-right: 0;

}

.title {
    background: #202329 !important;
    color: #fff;
    white-space: nowrap;
    font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.select-pilot, .pick-date, .select-general {
    color: black;
    font-weight: normal;
}

.center-text {
    text-align: center;
}

.right-justify {
    text-align: right;
}

.fa-spacer {
    padding-right: 50px;
}

.fa-spacer-right {
    padding-right: 1em;
}

.fa-spacer-tables {
    padding-right: 5px;
    color: #3399FF;
}

.expand-button {
    text-align: right;
}

.fa-plus-square-o, .fa-minus-square-o {
    cursor: pointer;
}

.fa-chevron-up {
    display: none;
}

.fa-chevron-down {
    display: none;
}

.fa-chevron-up {
    opacity: .5;
}

.shrink-table {
    cursor: pointer;
}

.status {
    padding: 20px;
    background-color: #31455d;
    color: white;
}

.notifications {
    left: 81px;

}

.notifications a:link {
    color: white !important;
}

.notifications a:hover {
    color: #c8c8c8 ! important;
}

.notifications a:visited {

    color: white ! important;
}

.organization {
    padding-left: 20px;
    font-size: 20px;
}

.table-text-color {
    border-color: #666f7a ! important;
    background-color: #333f50;
    color: #b3b8c0;
    text-align: left;
}

.badge {

    padding: 0;
    min-width: 25px;
    background-color: green;
    font-size: 0.8em;

}

.badge-warning {
    background-color: red;
}

.relative {
    position: relative;
}

.new-logo img {
    max-width: 50px;
    max-height: 50px;
    margin-left: 7px;
    margin-top: 7px;
}

.dismiss-message {
    color: red;
    margin: 20px;
}

.dismiss-message:hover {
    color: green;
    margin: 20px;
}

.table > thead > tr > th {
    border: solid #ddd;
    border-width: 0 0 1px;
    vertical-align: middle;
    display: table-cell;
}
.table > thead > tr > th.header {
    z-index: 0;
    position: relative;
}

.table-dialogs {
    text-align: left;
}

.table-dialogs-size td {
    padding: 10px;
    font-size: 20px;

}

.table-dialogs-colors {
    color: #000;
}

.table-dialogs-colors .title {
    background: #fff !important;
    color: #888 !important;
    border: 0;
}

input[type="checkbox"], input[type="radio"] {
    margin: 8px;
}

.multiselect-container .checkbox input {
    margin-top: 0;
    margin-right: 0;
}

.expire_pre { color: #91c950;}
.expire_pre_on_white { background-color: #91c950;}

.expire_base { color: #fdf21c; }
.expire_base_on_white  { background-color: #fdf21c; }

.expire_grace { color: #fd0101; }
.expire_grace_on_white  { background-color: #fd0101; }

.expire_expired { color: #f128ce; }
.expire_expired_on_white  { background-color: #f128ce; }

/*.content_ {*/
/*display: none;*/
/*position: relative;*/
/*top: 20px;*/
/*left: 100px;*/
/*margin-right: 130px;*/
/*}*/

.content-move {
    left: 220px;
}

.fa-2x {
    font-size: 1.8em;
}

.fa-1x {
    font-size: 1em;
}

.fa-1-5x {
    font-size: 1.3em;
    color: #4682b3;
    margin-right: 4px;

}

.fa-in-out {
    font-size: 1.3em;
    color: rgba(255, 255, 255, .75);
    margin-left: -8px;

}

/* pages on the left of off-canvas menu */

.no-pointer {
    cursor: none;
}

.pointer {
    cursor: pointer;
}

/* second bar */
#logbook-month-year {
    margin-left: -3px;
}

.logbook {
    color: #286090;
}

/* table sort */
table.tablesorter .tablesorter-headerRow th.header:last-child {
    white-space: nowrap;
}

table.tablesorter .tablesorter-headerRow th.header .tablesorter-header-inner {
    display: inline-block;
    margin-right: 8px;
}

table.tablesorter .tablesorter-headerRow th.header:after {
    content: "\e150";
    color: #999;
    cursor: pointer;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    font-weight: 400;
    z-index: -1;
    vertical-align: text-bottom;
}

table.tablesorter .tablesorter-headerRow th.headerSortUp:after {
    content: "\e156";
}

table.tablesorter .tablesorter-headerRow th.headerSortDown:after {
    content: "\e155";
}

/*.tablesorter th.header {*/
/*background-image: url(/img/ice-unsorted.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: 10px;*/
/*border-right: 1px solid #dad9c7;*/
/*cursor: pointer;*/
/*font-weight: bold;*/
/*padding-right: 5px;*/
/*padding-left: 25px;*/
/*}*/

/*.tablesorter th.headerSortUp {*/
/*background: #39f url(/img/ice-asc.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: 10px;*/
/*}*/

/*.tablesorter th.headerSortDown {*/
/*background: #39f url(/img/ice-desc.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: 10px;*/
/*}*/

/*.tablesorter .tablesorter-header.sorter-false {*/
/*background-image: url();*/
/*}*/

/* end tablesorter */

.table-duty-text-color {
    background-color: #bebebe;
}

.maxheadroom {
    margin-top: 20px;
}

#home-page {
    min-height: 85vh;
}

#setWorkDayFromSchedule_home {
    color: black;
    display: inherit;
}

.erase-time-in-home, .erase-time-out-home, .erase-split-start-duty-date, .erase-split-end-duty-date, .erase-not_rest_in-home, .erase-not_rest_out-home{
    cursor: pointer;
    color: #4682B4;
    margin-top: 6px;
    margin-left: 4px;
}

.erase-split-start-duty-date, .erase-split-end-duty-date {
    margin: 0;
    float: right;
    vertical-align: middle;
}

.start-duty, .end-duty, .split, .check-in, .split-start-duty, .split-end-duty, .not-rest {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.start-duty:hover, .end-duty:hover, .split:hover, .check-in:hover, .split-start-duty:hover, .split-end-duty:hover, .not-rest:hover,
.start-duty:focus, .end-duty:focus, .split:focus, .check-in:focus, .split-start-duty:focus, .split-end-duty:focus, .not-rest:focus,
.start-duty:active, .end-duty:active, .split:active, .check-in:active, .split-start-duty:active, .split-end-duty:active, .not-rest:active,
.start-duty[disabled], .end-duty[disabled], .split[disabled], .check-in[disabled] .split-start-duty[disabled], .split-end-duty[disabled], .not-rest[disabled] {
  background: #0055cc;
  color: #fff;
}

.input-time-home {
    width: 40px;
    margin-left: -10px;
}

.erase-not_rest_out-home, .erase-not_rest_in-home {
    margin-left: 2px;
    float: right;
    vertical-align: middle;
    color: #4682B4;
    cursor: pointer;
}

.workDayCanBeUntil {
    color: white;
}

.split {
    width: 12.4em;
    padding-top: 4px;
    text-align: left;
}

.display-none {
    display: none;
}

.needsValue {
    background-color: #ffd;
    border-color:black;
}

/* documents */
.docLink {
    color: #000;
}

.docLink:hover {
    text-decoration: underline;
}

.deleteDocument {
    cursor: pointer;

}

.bases {
    float: left;
}

/* messages style */
#sendTo, #sendToBases {
    width: auto;
}

.attr1 {
    margin-left: 13px;
}

#messageContent {

    width: 100%;
    height: 12em;
    resize: none;
}

.messageSection {
    border: 1px solid #aaa;
    padding: 1em;
    padding-top: 0em;
    margin: .5em;
}

#receivedPlusMinus {
    font-family: Courier;
}

.hidden-history {
    display: none;
}

.empty {
    margin-left: 16px;
}

.message {
    color: black;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 1;
}

/* end messages style */

/* start documents */
#document-header {
    clear: both;
    position: relative;
}


.search-tags input, select {
    color: black;
}

.search-tags .select2-search__field {
    max-width: calc(100% - 10px);
}

.file-upload {

}

.tag {
    margin-right: 5px;
    color: white;
    display: inline-block;
    background: #337ab7;
    border-radius: 5px;
    padding: 6px;
    line-height: 10px;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.signedTag {
    background-color: green;
}

a.tag {
    text-decoration: underline;
}

a.tag:hover {
    color: white;
    text-decoration: none;
}

.deleteTag {
    cursor: pointer;
    font-size: 1.2em;
    padding-left: 4px;
    color: #bbbbbb;
}

.deleteTag:hover {
    color: white;
}

.tagAdder {
    cursor: pointer;
    color: #21b5ff;
    background-color: transparent;
    margin-left: 6px;
    transition: color 150ms;
}

.tagAdder:hover {
    color: #168ecb;
}

.docName:link {
    vertical-align: middle;
    font-weight: bold;
}

.table-documents > tbody > tr > td {
    vertical-align: middle;
}

.tag-icon {
    color: #168ecb;
    font-size: 18px;
    vertical-align: text-top;
}

.table-upload-document > tbody > tr > td {
    border: none;
    padding: 4px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.uploadFileNames {
    padding: 0 5px;
}
.docCheckbox {
    display: inline-block;
    border: 1px solid #333;
    width: 12px;
    height: 12px;
    position: relative;
    padding: 10px;
    margin: 2px 0 0;
    border-radius: 4px;
    background: #fff;
}
.docCheckbox.checked:after {
  content: '\2714';
  font-size: 15px;
  position: absolute;
  top: -1px;
  left: 4px;
  color: #FF5900;
}

/* end documents */

.modal-content {
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
}
.darkmode .modal-content {
    background-color: #4C4A48;
}

.modal-content .table-striped > tbody > tr:nth-of-type(odd) {
    background: #efefef;
}
.modal-content .table-striped.table-hover > tbody > tr:nth-of-type(odd):hover {
    background: #e9e9e9;
}
.modal-content .table-striped td,
.modal-content .table-striped th {
    border-top: none;
}
.modal-header {
    background: #2e3239;
    color: white;
    border-radius: 5px 5px 0 0;
    padding: 18px 30px;
}
.modal-title {
    font-weight: 300;
    font-size: 18px;
}
.modal-footer {
    border-top: none;
    padding: 5px 30px 50px;
}

.modal.modal-danger .modal-content .modal-footer {
  padding: 5px 10px 20px;
  text-align: right;
}

.modal.modal-danger .modal-footer .btn.btn-danger {
  background-color: #fc0005;
}

.modal.modal-danger .modal-footer .btn.btn-danger:hover {
  background-color: #c9302c;
}

/* aircraft entry */
.ac-type {
    padding-left: 29px;
}

.fadedout {
    display: none;
}

.table-aircraft {

    color: black;

}

.text-color {
    color: white;
}

.table-aircraft th {
    height: 2.5em;
}

.table-aircraft .title {
    border: 0;

}

.center-aircraft {
    color: white;
    text-align: center;
}

.add_row_td {
    border: 0;
    color: red;
}

.col-1 {
    width: 200px;
}

div#delete_popup {
    position: absolute;
    top: 5em;
    left: 0em;
    width: 30em;
    height: 3em;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    z-index: 2;
}

#backgroundPopup {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
    opacity: 0.7;
}

span.clickable {
    cursor: pointer;
    font-weight: bold;
}

#aircraft input {
    padding: 0;
    width: 100%;
}

#aircraft td {
    padding: .5em .4em;
}

/*!* modal dialog *!*/

/*!* hack to prevent shift to right when modal opens *!*/
/*body {*/
/*padding-right: 0 !important;*/
/*margin-right: 0 !important;*/
/*}*/

.modal .modal-open {
    overflow-y: hidden;
}

/* hack end */

#plane {
    cursor: pointer;
}

span.clickable {
    cursor: pointer;
    font-weight: bold;
}

#aircraft input {
    padding: 0;
    width: 100%;
}

#aircraft td {
    padding: .5em .4em;
}

.aircraft-save {
    float: right;
}

.table-aircraft th:not(disabled) {
    /* same as title */
    background-color: #12395B;
    color: white;
    /* smaller then title */
    font-size: 14px;

}

/* end aircraft entry */

/* flight entry */

#workDayArea {
    margin-top: 1em;

}

input.confirmDeleteAllFlights {
  display:none;
}
div.multileg_mode input.confirmDeleteAllFlights{
  display:inline;
}
div.flight_continues .add_leg {
  display:none;
}
div.flight_is_continuation .first_leg_only {
  display:none;
}

.flight {
  position:relative;
  border-radius: 8px;
}

div.flight_attribute {
    width: 14em;
    text-align: right;
    float: left;
    margin-right: 1em;
    padding-bottom: .5em;
    white-space: nowrap;
}

img.button {
    border: 0;
}

div.attr_label {
    padding-top: .3em;
    float: right;
    text-align: right;
    overflow: hidden;
    width: 8em;
}

div.attr_field_holder {
    width: 4.5em;
    float: right;
    text-align: left;
    margin-left: .5em;
}

div.line_flight_attribute {
    width: auto;
    text-align: right;
    float: left;
    margin-right: 1em;
    padding-bottom: .5em;
    white-space: nowrap;
}

div.line_attr_field_holder {
    float: right;
    text-align: left;
    margin-left: .5em;
    clear:both;
}

#flight_list {
    clear: both;
    padding-top: 1em;
}

.attr_table .labelcell {
    text-align: right;
}

.saveFlight {
    right: .2em;
    top: .2em;
    position: absolute;
    display: inline;
    z-index: 1;
    font-weight: bold;
}

.flight_summary .saveFlight {
    position: relative;
    right: unset;
    top: unset;
    font-size: 16px;
    padding: 5px 30px;
    margin-left: 10px;
}

.warning {
    color: red;
    font-weight: bold;
}

div.bold {
    font-weight: bold;
}

div.deleteConfirmBacker, div.notamBacker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .7;
}

.deleteConfirmHolder, div.notamHolder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.clearRiskArea {
    font-size: 50%;
    margin-left: 2em;
    cursor: pointer;
    color: #888;
}

.deleteConfirmPane,.notamPane {
    text-align: center;
    margin: 0 auto;
}

select.flight_attr_dropdown_field {
    padding: 0;
    margin: 0;
    height: 1.95em;
    width: 6em;
}

.dutyWarning {
    color: red;
    font-weight: bold;
}

div.wabPass:not(#wabGraphContainer) {
    background-color: #92D050;
    border: 1px solid black;
    width: 4em;
    display: inline-block;
    text-align: center;
}

input.numberWidth {
    width: 5em;
}

td.wabSection {
    text-decoration: underline;
    font-weight: bold;
}

.viewHistory {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* risk assessment */
#riskScreen {
    width: auto;
}

.risk-table {
    margin: 0 auto;
}
.risk-header {
    text-align:center;
    font-size:110%;
    font-weight:bold;
    border:1px solid black;
}

#riskTotal {
    font-size: 1.5em;
    text-align: right;
    width: 100%;
    margin-right: 10px;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    top: 4px;
}
.occ-risk #riskTotal {
    margin-right: 20vw;
}
#riskTotal + span {
    margin-right: 10px;
    font-size: 16px;
}
#riskAssessmentPassword {
    border: 2px solid #202329;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 30px;
    height: 35px;
    width: 20%;
    top: 4px;
    position: relative;
    margin-right: 10px;
}
#riskAssessmentSubmitted {
    font-size: 35px;
    position: relative;
    top: 6px;
    margin-right: 5px;
    color: #ADB5BD;
}
#riskAssessmentSubmitted.failed {
    color: #FB6565
}
#riskAssessmentSubmitted.success {
    color: #02BC77
}
#printRiskAssessment {
    background-color: #02BC77;
    color: #fff;
}
#submitRiskAssessment, #printRiskAssessment {
    padding: 10px 15px;
    font-size: 14px;
}

#disapproveRiskAssessment, #riskAssesmentOccSubmit {
    background-color: #FF5900;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    display: none;
}
.occ-risk #disapproveRiskAssessment, .occ-risk #riskAssesmentOccSubmit {
    display: none;
}

.occ-risk #submitRiskAssessment, .occ-risk #riskAssessmentSubmitted, .occ-risk #riskAssessmentPassword, .occ-risk #riskTotal + span {
    display: none;
}

.clearRiskArea {
    float: right;
    color: black;
    font-size: 12px;
}

#riskTable td {
    padding: 0.3em;
}

.submitRiskAssessment {
    height: 2.2em;
    vertical-align: top;
}

#riskSignArea {
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}

/* end flight */

/* logbook */

.report_field input[type="checkbox"] {
    margin-left: 1em;
}

.report_field {
    margin-top: 1em;
}

.select_all, .select_none {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#incident_tags_field div {
    float: left;
    width: 18em;
}

div#key div {
    margin-bottom: .2em;
}

div#key {
    float: left;
    margin-left: 10em;
}

div#expirations {
    float: left;
}

div.reportDivider {
    width: 20em;
    border-top: 1px solid #aaa;
    margin: .4em 0 .4em 0;
}

.critical {
  color:red;
  font-weight:bold;
}
.statsWarning{
  color:#ca0;
  font-weight:bold;
}

.edit-report, .delete-report {
    cursor: pointer;
    color: #4682B4;
    font-size: 1.8em;
    margin-left: 6px;

}

.delete-report {
    text-align: right;
}

.edit-report {
    font-size: 1.2em;
}

.edit-report:hover, .delete-report:hover {
    color: white;
}

/*end logbook */

/* start schedule */

/* end schedule */

/* end file report */

#tooltip {
    text-align: center;
    color: white;
    border-radius: 5px;
    background-color: #3379b6;
    position: absolute;
    z-index: 1060;
    padding: 15px;
}

/*chrome button outline */
button {
    outline: none !important;
}

/* replace spinning gif with ccs animations */
.circle {

    border: 2px dotted;
    border-radius: 30%;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    -moz-animation: spin 0.8s linear infinite;
    -ms-animation: spin 0.8s linear infinite;
    -o-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.circle.spin-green {
    color: green;
}

.circle.spin-red {
    color: red;
}

.circle.spin-black {
    color: black;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);

    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);

    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);

    }
    to {

        -o-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {

        transform: rotate(0deg)
    }
    to {

        transform: rotate(360deg)
    }
}

.scroll tbody,
.scroll thead {
    display: block;
}

.scroll > thead > tr {
    color: white;
    background-color: #12395B;
    display: block;

}

.scroll > thead > tr > th {
    border: 0;
}

.scroll tbody {
    max-height: 23.85em;

    overflow-y: scroll;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.scroll ::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'aircraft';
    src: url('aircraft.eot');
    src: url('aircraft.eot') format('embedded-opentype'),
    url('aircraft.ttf') format('truetype'),
    url('aircraft.woff') format('woff'),
    url('aircraft.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'aircraft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit_aircraft_v5a_nostroke:before {
    content: "\e900";
    margin-right: 19px;
}

.fa-special {
    font-size: 1.4em;
}

.fa-special-flight {
    font-size: 1.4em;
    margin-left: 3px;
}

.disable-copy {
    -webkit-user-select: none;
}

.report-with {
    max-width: 1024px;
    position: fixed;
}

.split-duty-label {
    float: left;
    font-weight: bold;
    font-size: 1.6em;
    vertical-align: bottom;

}

.modal-header .close {
    margin: 0;
    opacity: 0.9;
    width: 0.96em;
    height: 0.96em;
    line-height: 0.9em;
    text-align: center;
    background: #fff;
    color: #2e323a;
    font-weight: normal;
    border-radius: 100%;
    font-size: 25px;
}
.modal-header .close:hover {
    opacity: 1;
}

.modal-footer .btn:not(.btn-default):not(.btn-link) {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 3px;
}
.modal-body .btn.btn-primary,
.modal-footer .btn.btn-primary {
    background: #ff5900;
    border-color: #ff5900;
}
.modal-footer .btn.btn-default,
.modal-footer .btn.btn-link {
    background: none;
    border: none;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
    line-height: 20px;
    box-shadow: none;
}

#reportTypeChoices {

    padding-right: 20px;
}

.closePopup {
  text-decoration: underline;
  cursor: pointer;
  font-weight:bold;
  text-align:center;
  background-color:#eee;
}

#dutyHoursModal .modal-content p {
    font-weight: bold;
    font-weight: bold;
    margin: 0;
}
#dutyHoursModal .crew-checkin-container {
    flex: 0 0 auto;
    max-width: 100%;
}
#dutyHoursModal .crew-checkin-container .remove-crew-container {
    position: absolute;
    top: -23px;
    left: -3px;
}
#dutyHoursModal .crew-checkin-container .remove-crew {
    border-radius: 23px;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 0px;
}
.dutyHoursCrewCheckIn-container {
    overflow-x: auto;
}
#dutyHoursCrewCheckIn {
    display: flex;
    flex-wrap: nowrap;
}
#dutyHoursModal .crew-checkin-container .form-control {
    margin-bottom: 10px;
}
#userDutyHoursFormContainer button,
#userDutyHoursSplitFormContainer button,
#workDayNotRestTimes button {
    margin-top: 25px;
}
/* custom datepicker style */
#ui-datepicker-div {
    border: none;
    border-radius: 10px;
    padding: 5px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    z-index: 9999 !important;
}
.flight-datepicker {
    z-index: 10 !important;
}

#ui-datepicker-div .ui-state-default.ui-state-hover,
#ui-datepicker-div .ui-datepicker-today .ui-state-default {
    background: #ddd;
    border-radius: 5px
}
#ui-datepicker-div .ui-datepicker-header {
    background: #fff;
    color: #333;
    border: none;
}
#ui-datepicker-div table {
    font-size: 1em;
}
#ui-datepicker-div .ui-state-default {
    background: #fff;
    color: #333;
    border: none;
    text-align: center;
    padding: 0.4em;
}
#ui-datepicker-div .ui-datepicker-buttonpane button {
    color: #000;
    font-weight: bold;
}
#ui-datepicker-div .ui-state-active {
    background: #26b4ff !important;
    color: #fff;
    border-radius: 5px;
}


.risk-screen .modal-dialog {
    margin-top: 10px
}
.risk-screen .modal-header .riskSelectionHeader {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    margin-left: 50px;
}
.risk-screen .modal-body {
    overflow-y: auto;
    height: calc(100vh - 130px);
}
.risk-screen .riskTable .riskSectionRow .riskSelectionHeader {
    font-size: 18px;
}
.risk-screen .riskTotals .riskSectionRow .riskSelectionHeader {
    font-size: 18px;
}
.risk-screen .risk-total-div {
    position: fixed;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100%;
}
.btn.btn-primary {
    background: #21b5ff;
    border-color: #21b5ff;
}
.btn-primary.btn-outline {
    background: #ffffff !important;
    color: #21b5ff !important;
    border: 1px solid #21b5ff !important;
}
#dutyHoursModal .btn.btn-warning {
    font-weight: bold;
    color: #fff;
    background-color: #ff5900;
    border: none;
    margin-top: 9px;
    padding: 0;
}
#dutyHoursModal .btn.btn-warning:disabled {
    color: #fff !important;
}
#dutyHoursModal .btn.btn-warning:hover {
background-color: #de4e00;
color: #fff
}
#dutyHoursModal .btn.btn-warning:focus {
color: #fff
}
#duty-hours-page .daterange-form-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
}
#duty-hours-page .daterange-form-container::before, #duty-hours-page .daterange-form-container::after {
    display: table;
    content: " ";
}
#duty-hours-page .daterange-form-container::after {
    clear: both;
}
#duty-hours-page .daterange-form-container .form-group .form-control {
    width: calc(100% - 75px);
    display: inline;
    margin-right: 10px;
}
#duty-hours-page .daterange-form-container .form-group label {
    display: block;
}
.dutyHourSortDropdown .dropdown-menu {
    width: 175px;
    padding: 15px;
}
.dutyHourSortDropdown .dropdown-menu .btn {
    border: none;
}

table.table-striped-reverse tbody tr:nth-child(odd) td{
    background: #e6e6e6;
}

table.duty-hours-table thead tr th {
    background-color: #202329;
    color: #F8F8F8;
    font-size: 12px;
}

table.duty-hours-table input[type=checkbox] {
    width: 17px;
    height: 17px;
}
table.duty-hours-table th:nth-child(6), table.duty-hours-table th:nth-child(7) {
    width: 70px;
}
table.duty-hours-table tr td:nth-child(6), table.duty-hours-table tr td:nth-child(7) {
    text-align: center;
}
table.duty-hours-table .edit-dutyhours {
    width: 30px;
    height: 30px;
    background: #26B4FF;
    border-radius: 94px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-left: 7px;
    border: none;
}
table.duty-hours-table .edit-dutyhours svg path {
    fill: #fff;
}
table.duty-hours-table .delete-dutyhours {
    border: none;
    background: none;
}
table.duty-hours-table .delete-dutyhours svg path {
    fill: #26B4FF;
}
.route-info-modal-weather .modal-dialog {
    max-width: 815px !important;
}
.route-info-modal-weather .modal-content {
    border-radius: 0;
    border: 0;
}
.risk-screen .modal-header {
    background-color: #ff5900;
}
.route-info-modal-weather .modal-header {
    background-color: #ff5900;
    text-align: center;
}
.route-info-modal-weather .modal-header .modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.route-info-modal-weather .modal-body {
    padding: 0;
}
.route-info-modal-weather .route-info-modal-content {
    background: #f8f8f8;
}
.route-info-modal-weather .modal-footer {
    background-color: #2a2e37;
    text-align: center;
    padding: 20px;
}
.route-info-modal-weather .modal-footer button {
    width: 100px;
}

/* Training page styles */
#new-training-page .header-action .btn {
    width: 120px;
    font-weight: bold;
}
#new-training-page form {
    margin-top: 15px;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
}
#new-training-page form .form-group {
    margin-bottom: 30px;
}

/* utility classes */
.inline-block {
    display: inline-block;
}
.m-0 {
    margin: 0;
}
.text-black {
    color: #000;
}
.box-shadow {
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1)
}
#popup-modal .modal-content {
    background: #f8f8f8;
    color: #2E323A;
}
#popup-modal .modal-body {
    padding-top: 0;
}

#popup-modal .list-group.stacked .list-group-item:last-child:before, #popup-modal .list-group.stacked .list-group-item:last-child:after {
    background: #fff;
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.11);
}
#popup-modal .list-group.stacked .list-group-item:last-child:before {
    z-index: -1;
    transform: translate(-3px, -3px);
}
#popup-modal .list-group.stacked .list-group-item:last-child {
    background: #fff;
    position: relative;
    z-index: 0;
    transform: translate(6px, 6px);
}
#popup-modal .list-group.stacked .list-group-item:last-child:after {
    z-index: -1;
    transform: translate(-6px, -6px);
}
#popup-modal .list-group.stacked .list-group-item:last-child > .list-group-item-content {
    position: relative;
    top: -6px;
    left: -6px;
}
#popup-modal .list-group.stacked .list-group-item .expand-list-btn {
    font-size: 25px;
    line-height: 0px;
    bottom: -10px;
    position: absolute;
    right: -15px;
    border-radius: 0 4px 4px 0;
}
#popup-modal .list-group > .list-group-item {
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.11);
    margin-bottom: 2px;
    font-size: 13px;
}
#popupContact .list-container {
    margin-bottom: 25px;
}
#popup-page .list-wrapper {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
#popupContact .list-wrapper > .table {
    margin-bottom: 0;
}
#popupContact .list-wrapper > .table thead {
    background: #ddd;
}

#popupContact .list-container > h4 > .item-counts {
    font-size: 14px;
}

#popupContact .receivedMessage .content.truncated-message p,
#popupFullList-container .receivedMessage .content.truncated-message p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

#popupFullList-container .list-container {
    display: block;
    width: 100%;
}
#popupFullList-container .list-container .list-wrapper {
    height: 80vh;
    overflow: auto;
}
.filter-column {
    display: flex;
    align-items: center;
}
.filter-column label {
    margin-right: 10px;
}
@media (max-width: 743px) {
    #popupFullList-container .list-container .list-wrapper {
        height: 95vh;
    }
}
@supports (overflow: overlay) {
    #popupFullList-container .list-container .list-wrapper {
        overflow-y: overlay;
    }
}

#popupFullList-container .list-container .header .back-container {
    position: absolute;
    left: 15px;
    top: -7px;
}
#popupFullList-container .list-container .header a.back-link {
    color: #FFF;
}

#popupFullList-container .list-container .header .back-link {
    position: static;
    display: block;
    font-size: 14px;
    text-align: left;
    margin: -30px 30px 15px 0;
}
#popup-page .hasDismissIcon svg {
    display: none;
}
#popup-page .mustBeDismissed {
    cursor: pointer;
}
#popup-page .mustBeDismissed.hasDismissIcon svg {
    display: inline;
}
#popup-page a.hasDismissIcon {
    display: block;
    color: #2E323A;
    text-decoration: none;
}
#popup-page a.hasDismissIcon {
    margin: 0;
    cursor: default;
}
#popup-page a.mustBeDismissed.hasDismissIcon {
    margin: -5px -5px -1px;
    cursor: pointer;
}
#popupContact a.mustBeDismissed ~ button.expand-list-btn {
    top: -5px !important;
}

#workReportModalContentDiv {
    height: auto;
}

#workReportModalContent {
    width: 100%;
    height: 100%;
}
.table>tbody>tr>td, table>tbody>tr>td {
    vertical-align: middle;
}

.config-table thead {
    background: #DDDDDD;
}
.config-table thead .glyph-sort {
    color: #999;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.config-table>tbody>tr:nth-of-type(even) {
    background: #E8E9E9;
}
.config-table tbody tr td:nth-child(4), .config-table tbody tr td:nth-child(5) {
    width: 35px;
}
.config-table thead tr th:first-child, .config-table tbody tr td:first-child {
    padding-left: 15px;
}
.config-page table td a {
    display: block;
}

.config-table .action-cell {
    width: 55px;
    min-width: 55px;
    padding: 0;
    text-align: center;
}
.config-table .action-cell .icon-blue {
    display: block;
}

.config-table-color-cell {
    width: 34px;
    height: 34px;
}

.configList .select2-selection__rendered {
    min-width: 198px;
}

.required-field > label::after,
.required-field div:not(.list-inputs) label:not(.btn)::after {
    content: '*';
    color: #a94442;
    margin-left: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.required-field.important > label {
    color: #a94442;
}

.btn-cancel {
    border: none;
    background: none;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 35px;
}

.btn-orange {
    background: #ff5800;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #ff5800;
    transition: background 0.2s;
}

.btn-orange:disabled {
    opacity: 0.7;
}

.btn-orange:not([disabled]):active:focus,
.btn-orange:not([disabled]):focus {
    color: #FFF;
}

.btn-orange:not([disabled]):hover,
.btn-orange:not([disabled]):active {
    background: #FFF;
    transition: background 0.2s;
    color: #ff5800;
    -webkit-animation: pulse 1s both;
    animation: pulse 1s both;
}

.btn-orange.btn-outline {
    background: #FFF;
    color: #ff5800;
}

.btn-no-hover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-green-no-hover {
    background: #00bd78;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #00bd78;
    transition: background 0.2s;
}

.btn-green {
    background: #00bd78;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #00bd78;
    transition: background 0.2s;
}

.btn-green:focus {
    color: #FFF;
}

.btn-green:hover,
.btn-green:active {
    background: #FFF;
    transition: background 0.2s;
    color: #00bd78;
    fill: #00bd78;
    -webkit-animation: pulse 1s both;
    animation: pulse 1s both;
}

.btn-green:hover[disabled],
.btn-green:hover:disabled,
.btn-green:active[disabled],
.btn-green:active:disabled {
    color: #FFF;
    -webkit-animation: none;
    animation: none;
}

.btn-green[disabled],
.btn-green:disabled {
    background: #b7b7b7;
    border: 2px solid #b7b7b7;
}

.btn-blue {
    background: #3abaff;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #3abaff;
    transition: background 0.2s;
}

.btn-blue:focus {
    color: #FFF;
}

.btn-blue:hover,
.btn-blue:active {
    background: #FFF;
    transition: background 0.2s;
    color: #3abaff;
    fill: #3abaff;
    -webkit-animation: pulse 1s both;
    animation: pulse 1s both;
}

.btn-red {
    background: #F04545;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #F04545;
    transition: background 0.2s;
}

.btn-red:focus {
    color: #FFF;
}

.btn-red:hover,
.btn-red:active {
    background: #FFF;
    transition: background 0.2s;
    color: #F04545;
    fill: #F04545;
    -webkit-animation: pulse 1s both;
    animation: pulse 1s both;
}

.orange-tabs {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
.orange-tabs > a {
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding: 0.23em 0.7em;
    border-bottom: 0.16em solid transparent;
    color: #afafaf;
    cursor: pointer;
    text-decoration: none;
}
.orange-tabs > a:hover {
    color: #000;
    text-decoration: none;
}
.orange-tabs > a.selected {
    color: #000;
    border-color: #ff5900;
}


@media (max-width: 991px) {
    .is-mobile .hidden-under-desktop {
        display: none !important;
    }
    .is-mobile #sidebar-wrapper {
        height: auto;
    }
    .is-mobile #wrapper  {
        top: 60px;
        bottom: 0;
        overflow: auto;
        overflow: overlay;
        scrollbar-width: thin
    }
    .is-mobile #wrapper::-webkit-scrollbar {
        width: 6px;
    }
    .is-mobile #wrapper::-webkit-scrollbar-thumb {
        background: #f3f2f2b2;
        -webkit-border-radius: 6px;
        -webkit-box-shadow: 0 1px 2px #f3f2f2;
    }


    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
    .form-control, .form-label-group > .form-control + label {
        font-size: 16px;
    }
    .ui_tpicker_timezone {
        margin-top: 8px;
    }

    #dutyHoursHistory {
        display: grid;
        grid-template-areas: "left right" "middle middle" "bottom bottom";
    }

    #dutyHoursHistory > div:nth-child(1) {
        grid-area: left;
    }
    #dutyHoursHistory > div:nth-child(2) {
        grid-area: right;
    }
    #dutyHoursHistory > div:nth-child(3) {
        text-align: center;
        grid-area: middle;
    }
    #dutyHoursHistory > div:nth-child(4) {
        grid-area: bottom;
    }

    #popupContact .list-container > h4 {
        overflow: hidden;
    }
}

@media (max-width: 743px) {
    .risk-screen .modal-dialog {
        margin-top: 0
    }
    .risk-screen .modal-header {
        border-radius: 0;
    }
    .risk-screen .modal-body {
        overflow-y: auto;
        height: calc(100vh - 66px);
    }
    .risk-screen .modal-content,
    #popup-modal .modal-content,
    #dutyHoursModal .modal-content {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 100% !important;
        border-radius: 0;
        overflow: auto;
    }

    #dutyHoursModal .crew-checkin-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #dutyHoursModal .attr_table,
    #dutyHoursModal .attr_table tbody,
    #dutyHoursModal .workDayAttrRow,
    #dutyHoursModal .workDayAttrRow td {
        display: block;
        width: 100%;
    }
    #dutyHoursModal .workDayAttrRow + .workDayAttrRow {
        margin-top: 10px;
    }
    #dutyHoursModal .workDayAttrRow .labelcell {
        text-align: left;
    }
    #dutyHoursModal .workDayAttrRow .form-control {
        margin-left: 0 !important;
    }
    #dutyHoursModal .workDayAttrRow input[type="checkbox"],
    #dutyHoursModal .workDayAttrRow input[type="radio"] {
        margin-left: 0;
    }

    #userDutyHoursFormContainer {
        margin-bottom: 20px;
    }
    #popupContact .list-container > h4 > .item-counts {
        float: none !important;
    }

    .modal-risk-sign-area {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }

    #riskTotal {
        margin-right: 0;
        position: static;
        font-size: 18px;
        padding: 10px 15px;
    }
    .modal-risk-sign-area-second-cell {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .modal-risk-sign-area #riskPasswordLabel {
        margin-right: 10px;
    }
    .modal-risk-sign-area #riskPasswordLabel,
    .modal-risk-sign-area #riskAssessmentSubmitted,
    .modal-risk-sign-area #riskAssessmentPassword {
        position: static;
        top: 0;
    }
    .modal-risk-sign-area #riskAssessmentSubmitted {
        margin-right: 0;
    }
    #riskAssessmentPassword {
        line-height: 21px;
        font-size: 21px;
    }

    .route-info-modal-weather .modal-content {
        width: calc(100% - 20px);
    }
    .route-info-modal-weather #route-info-options {
        display: block;
        width: 100%;
    }
    .route-info-modal-weather #route-info-get-button {
        position: absolute;
        right: 15px;
        top: 14px;
    }
    .route-info-modal-weather .help-block {
        white-space: nowrap;
    }

    #risktable-div {
        padding-bottom: 96px;
    }
    #userDutyHoursFormContainer button {
        margin-top: 10px;
        width: 100%;
    }
}

.send-chat.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.chat-block {
    position: relative;
}
.chat-block .chat-circle {
    position: absolute;
    top: 12px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #FF5900;
}

.navbar-chat.chat-block .chat-circle {
    right: -8px;
    top: 8px;
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  transition: scrollbar-color 0.3s ease;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0.375rem;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.01);
}
.custom-scroll:hover, .custom-scroll:focus, .custom-scroll:focus-within {
  scrollbar-color:  rgba(90, 90, 90, 0.3) transparent;
}
.custom-scroll:hover::-webkit-scrollbar-thumb,
.custom-scroll:focus::-webkit-scrollbar-thumb,
.custom-scroll:focus-within::-webkit-scrollbar-thumb {
  background-color: rgba(90, 90, 90, 0.3);
}
@media (min-width: 992px) {
    .custom-scroll::-webkit-scrollbar {
        width: .375rem;
    }
}
.critical_expirations_filter_cell .select2 {
    min-width: 40%;
}
.familiarizations_filter_cell .select2 {
    min-width: 40%;
}
.admin_proficiencies_filter_cell .select2 {
    min-width: 40%;
}
.training_status_filter_cell .select2 {
    min-width: 40%;
}
.my_training_status_filter_cell .select2 {
    min-width: 40%;
}
.filter_cell .select2 {
    min-width: 100%;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Roboto100Ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Roboto100.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Roboto400Ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Roboto400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Roboto500Ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Roboto500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Roboto700Ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Roboto700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.display-flex {
    display: flex;
}

.display-flex .flex-nowrap {
    flex-wrap: nowrap;
}

.display-flex .flex-align-center {
    align-items: center;
}

.display-flex .flex-justify-center {
    justify-content: center;
}

#userDutyHoursSplitFormContainer .btn-save:disabled {
    background-color: #ddd;
    color: #333;
}

.password-rules {
    margin-bottom: 15px;
}
.password-rules p {
    margin: 5px 10px;
    font-size: 12px;
}
.password-rules p.green {
    color: #00bd78;
}

#workday-changelog-button {
    margin-left: 10px;
    background-color: #44BB7B;
    border-color: #44BB7B;
}

#workday-changelog-button:hover {
    background: #FFF;
    color: #44BB7B;
    fill: #44BB7B;
}

.workday-changelog-modal table {
    box-shadow: 0 0 15px 3px #e0e0e0;
}

.workday-changelog-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}

.workday-changelog-modal th.title {
    background-color: #ff5900 !important;
    text-align: center;
}

.workday-changelog-modal button {
    background-color: transparent;
}

.workday-changelog-main-spinner {
    display: flex;
    justify-content: center;
}

.pilotBriefing h3 {
  text-align: center;
}
.pilotBriefing .section {
  background-color: #D9D9D9;
  border-top:2px solid black;
}
.pilotBriefing .topPanel {
  background-color: #2a2e37;
  color: white;
  padding: 10px;
}
.pilotBriefing table {
  width: 100%;
}
.pilotBriefing td {
  font-weight: normal;
}
.pilotBriefing th {
  font-weight: bold;
}

.pilot-briefing-screen .modal-header {
    background-color: #ff5900;
    text-align: center;
    font-weight: bold
}
