/*.footer {*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*!*height: 60px; !* Set the fixed height of the footer here *!*!*/
/*!*line-height: 60px; !* Vertically center the text there *!*!*/
/*background-color: #f5f5f5;*/
/*}*/

.footer {
    /*height: 24px; !* Replace with the height your footer should be *!*/
    width: 100%; /* Don't change */
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    /*height: 5vh;*/
    color: #9da6af;
}

/*.footer_contents {*/
/*!*height: 24px; !* Replace with the height your footer should be *!*!*/
/*width: 1000px; !* Visible width of footer *!*/
/*margin: auto;*/
/*}*/

/*.dropdown-submenu {*/
/*position: relative;*/
/*}*/

/*.dropdown-submenu > .dropdown-menu {*/
/*top: 0;*/
/*left: 100%;*/
/*margin-top: -6px;*/
/*}*/

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-item:hover {
    background: #efa2a9;
}

body {
    padding-top: 55px;
    background: #9da6af;
}

html {
    /*background: #ffffff;*/
}

body.index {
    padding-top: 0;
    background: url('../images/cuba-408869_1920-light.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*@media (min-width: 1325px) {*/
/*.container {*/
/*max-width: 1024px;*/
/*}*/
/*}*/

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

/*@media (min-width: 768px) {*/
/*.sub-header {*/
/*width: 768px;*/
/*}*/
/*}*/

.container.body {
    background: #ffffff;
    min-height: 100vh;
}

#sub-header {
    background: #f0c040;
    color: #2b2b2b;
    font-size: 12pt;
    cursor: default;
    height: auto;
    left: 0;
    line-height: 0.5em;
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    padding: 10px 0 0 20px;
    /*z-index: 10000;*/
}

#sub-header .row {
    padding-left: 40px;

}

#sub-header h1 {
    color: #2b2b2b;
    font-size: 10pt;
    font-weight: bolder;
    display: inline-block;
}

#sub-header h2 {
    color: #2b2b2b;
    font-size: 9pt;
    /*font-weight: bolder;*/
    display: inline-block;
    /*left: 0;*/
    /*line-height: 1.25em;*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0;

}

.message_bar {
    height: 4em;
    left: 5%;
    line-height: 1.25em;
    position: absolute;
    /*margin: auto 0;*/
    /*display: none;*/
    z-index: 10;
    width: 90%;
    margin: 0 auto;
}

/* The switch - the box around the slider */
.switch-main {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #34ce57;
}

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

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* <nav> */
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.nav-pills .nav-link.selected {
    background-color: #5cb85c;
    color: #040505;
}

.selectedDiv {
    padding: 5% 0 0 0;
    display: none;
}

.selectedDiv .selectedDivContent {
    padding: 0;
    margin: 0 auto
}

.nav > li {
    list-style: none;
    margin: 0 20px;
    padding: 0;
}

.nav-pills .nav2 {
    background-color: rgba(0, 123, 255, 0.5);
    color: #040505;
}

table td {
    font-size: 10pt;
}

.shiftTable {
    border: 1px solid #ffffff;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    box-shadow: 0 0 10px 10px #888888;
    margin: 0 auto;
    /*    moz-border-radius-bottomleft: 19px;
        moz-border-radius-bottomright: 19px;
        moz-border-radius-topleft: 19px;
        moz-border-radius-topright: 19px;*/
    padding: 0px;
    /*    webkit-border-bottom-left-radius: 19px;
        webkit-border-bottom-right-radius: 19px;
        webkit-border-top-left-radius: 19px;
        webkit-border-top-right-radius: 19px;*/
    width: 90%;
}

.shiftTable table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.shiftTable tr:nth-child(odd) {
    background-color: #efefef;
}

.shiftTable tr:nth-child(even) {
    background-color: #cccccc;
}

.shiftTable tr.none {

}

.shiftTable td {
    border: 1px solid #ffffff;
    border-width: 0px 1px 1px 0px;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 1px 1px 5px;
    text-align: left;
    vertical-align: middle;
}

.shiftTable tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.shiftTable tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.shiftTable tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.shiftTable tr:first-child td {
    background: -moz-linear-gradient(center top, #003366 5%, #003f7f 100%);
    background: -o-linear-gradient(bottom, #003366 5%, #003f7f 100%);
    background: -o-linear-gradient(top, #003366, 003 f7f);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #003f7f));
    background-color: #003366;
    border: 0px solid #ffffff;
    border-width: 0px 0px 1px 1px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003366", endColorstr="#003f7f");
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.shiftTable td.title {
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bolder;
    text-align: center;
    background-color: #6699cc;
}

.shiftTable td.subtitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    padding-left: 8px;
}

.shiftTable td.subtotal {
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*font-size: 8pt;*/
    text-align: left;
    /*padding-left: 8px;*/
    background: #c4e3f3;
}

.shiftTable td.daytotal {
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*font-size: 8pt;*/
    text-align: left;
    /*padding-left: 8px;*/
    background: #f7e1b5;
}

.shiftTable td.gastostotal {
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*font-size: 8pt;*/
    text-align: left;
    /*padding-left: 8px;*/
    background: #ebcccc;
}

.shiftTable td.total {
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*font-size: 8pt;*/
    text-align: left;
    /*padding-left: 8px;*/
    background: #c9e2b3;
}

.shiftTable td.clear {
    background: #FFFFFF;
}

.shiftTable td.separate {
    border-right-color: #000;
    border-right-width: 2px;
}

.shiftTable input[readonly] {
    background-color: #ffc;
}