body, html {
    width: 100%;
    height: 100%;
}

.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;
}

.advertise {
    color: white;
}

.logo-duty {
    padding-top: 5em;
}

.logo-duty, .slogan, .copyright {
    cursor: pointer;
    text-align: center;
    padding-bottom: 3em;
}

#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: 1050;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    background: #1a1a1a;
    height: 2000px;
    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;
    width: 220px;
    border-radius: 100%;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;

}

.sidebar-nav li a {
    background-color: #1a1a1a;
    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;
    height: 65px;
    line-height: 44px;
}

/* make a space between each button , so tooltip has time to disappear */

.li-menu {
    padding: 10px;
    padding-left: 21px;
}

.menu-buttons {
    background-color: #1a1a1a;
    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;
}

/* 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 {
    /*background-image: url(/img/title_bar_clouds_3000.gif);*/
    background-color: #365f84;
    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-color: #12395B !important;
    color: white;
    white-space: nowrap;
}

.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 {
    color: gray;
}

.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 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 60px;
    left: -20px;
}

.dismiss-message {
    color: red;
    margin: 20px;
}

.dismiss-message:hover {
    color: green;
    margin: 20px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    display: table-cell;
}

.table-dialogs {
    text-align: left;
}

.table-dialogs-size td {
    padding: 10px;
    font-size: 20px;

}

.table-dialogs-colors {
    border-color: #666f7a ! important;
    background-color: #333f50;
    color: #b3b8c0;
}

input[type="checkbox"], input[type="radio"] {
    margin: 8px;
}

.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: #fd66e3; }
.expire_expired_on_white  { background-color: #fd66e3; }

/*.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: #4682b3;
    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 thead tr th.headerSortUp:before,
table thead tr th.headerSortDown:before,
table thead tr th.header:before {
    font-family: FontAwesome;
}

table thead tr th.header:before {
    content: "\f0dc";
    color: #4682b3;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.2em;
}


table thead tr th.headerSortUp:before {
    content: "\f0de";
    color: #4682b3;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.2em;
}

table thead tr th.headerSortDown:before {
    content: "\f0dd";
    color: #4682b3;
    margin-left: 5px;
    margin-righ: 5px;
    cursor: pointer;
    font-size: 1.2em;
}

/*.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;
}

#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;
}

.start-duty:hover, .end-duty:hover, .check-in:hover, .start-duty:focus, .end-duty:focus, .check-in:focus {
    color: yellow;
}

.erase-split-start-duty-date, .erase-split-end-duty-date {
    margin: 0;
    float: right;
    vertical-align: middle;

}

.start-duty, .end-duty, .split, .check-in {
    font-size: 14px;
    background-color: #333f50;
    color: #fdfd01;
    font-weight: bold;
    text-align: center;

}

.input-time-home {
    width: 40px;
    margin-left: -10px;
}

.split-start-duty, .split-end-duty {
    font-size: 14px;
    background-color: #333f50;
    color: #fdfd01;
    font-weight: bold;
    text-align: center;

}

.not-rest {
    font-size: 14px;
    width: auto;
    background-color: #333f50;
    color: #fdfd01;
    font-weight: bold;
    text-align: center;
    /*margin-left: -3px;*/

}

.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;
}

.split:hover, .split:focus {
    color: yellow;
}

.display-none {
    display: none;
}

.needsValue {
    background-color: #ffd;
    border-color:black;
}

/* documents */
.docLink {
    color: white;
}

.docLink:hover {
    color: white;
}

.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;
}

.table-documents .title {
    border: 0;

}

.search-tags input, select {
    color: black;
}

.file-upload {

}

.table-documents > tbody > tr > td {
    vertical-align: bottom;
}

.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: #4682B4;
    margin-left: 6px;

}

.tagAdder:hover {
    color: white;
}

.docName:link {
    vertical-align: middle;
    font-weight: bold;
}

.table-documents > tbody > tr > td {
    vertical-align: middle;
}

/* end documents */

.modal-header {
    background-color: #3379b6;
    color: white;
}

/* 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;
}

.tagAdder {
    cursor: pointer;
    color: #4682B4;
    font-size: 1.8em;
    background-color: #333f50;
}

#uploadForm {
    padding-bottom: 30px;
}

.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;
}

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;
}

.flight #saveFlight {
    right: .2em;
    top: .2em;
    position: absolute;
    display: inline;
    z-index: 1;
}
.flight_is_continuation:not(.flight_summary) #saveFlight {
    display:none;
}

.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 {
    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%;
    padding-right: 14px;
}

.clearRiskArea {
    float: right;
    color: black;
}

#riskTable td {
    padding: 0.3em;
}

.submitRiskAssessment {
    height: 2.2em;
    vertical-align: top;
}

#riskSignArea {
    margin: 10px;
    padding: 10px;
    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:yellow;
  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;

}

.bootbox-close-button {
    font-size: 28px ! important;
    opacity: 0.4 ! important;
}

#reportTypeChoices {

    padding-right: 20px;
}

.closePopup {
  text-decoration: underline;
  cursor: pointer;
  font-weight:bold;
  text-align:center;
  background-color:#eee;
}
