html,
body {
    min-height: 100vh;
}

html, body, button, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    background-color: #e5ffef;
}

a:focus, a:hover {
    color: #3498db;
}

.btn {
    box-shadow: 2px 2px 5px #aaaaaa;
}

.navbar {
    box-shadow: 0px 0px 0px 1px #aaaaaa;
    padding-right: 0px !important;
}

#leftNav {
    padding-right: 0px !important;
}

table {
    margin-top: 10px;
}

footer {
    margin-top: 10px;
    text-align: center;
}

form input[type=submit] {
    text-align: center;
}

.buttonDiv {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: right;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

.navbar-brand > img {
    display: inline;
}

#createButtonUser {
    display: none;
}

.dropdown {
    display: inline;
}

#filterSection {
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 767px) {

    #createButtonUser {
        display: auto;
        margin-bottom: 10px;
    }

    .input-group-addon {
        display: none;
    }

    .pagination span {
        padding-left: 5px;
        padding-right: 5px;
    }

    #filterButton, #filterSection a, #filterSection input[type=submit] {
        margin: 10px 0;
        font-size: 110%;
        display: block !important;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .buttonDiv .btn, .dropdown .btn {
        display: block !important;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 6px 6px;
    }

    .h1, .h2, .h3 .h4, h1, h2, h3, h4 {
        font-size: 120%;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
    }

    .buttonDiv {
        width: 100%;
        margin-top: 0px;
        text-align: left;
    }

    .timeInput select {
        display: inline;
        width: 48%;
    }

    .marginBottomSm {
        margin-bottom: 15px !important;
    }
}

.jumbotron {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.jumbotron h1 {
    font-size: 68px;
    line-height: 68px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.jumbotron h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}


.checkbox {
    margin-top: 0;
}

#registryHeader {
    text-align: center;
}

.smallLabels label {
    font-size: 85%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

h4 {
    border-bottom: 1px solid lightgray;
    padding: 5px;
}

#jobDetailForm {
    font-family: Arial;
    font-size: 12px;
    padding: 2px 5px;
}

.form-group {
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-group-last {
    margin-bottom: 1rem;
}

textarea.form-control {
    height: auto !important;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {

    background-color: rgba(255, 255, 0, .6);
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.table > tbody > tr:hover {
    background-color: rgba(255, 255, 0, 0.2);
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.alertDiv {
    padding: 5px;
    text-align: center;
    margin-top: 5px;
}

.navigation, .count {
    text-align: center;
    font-weight: bold;
}

.filterButton {
    float: right;
    margin-top: 5px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
}

.table .btn-group-sm > .btn, .btn-sm {
    padding: 2px 6px;
}

.required:before {
    content: "* ";
    color: red;
}

.asc::after {
    content: " ▲";
}

.desc:after {
    content: " ▼";
}

table {
    margin-bottom: 5px;
}

.emptyRow {
    text-align: center;
    font-weight: bold;
}

.failedRow td, .failedCell {
    background-color: #f2dede;
    font-weight: bold;
}

.table-responsive {
    border: 0 !important;
}

.datepicker-field {
    padding-left: 15px;
}

th, td {
    white-space: nowrap;
}

.alert {
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}

#leftNav .navbar-nav > li > a, #leftNav .navbar li a {
    padding: 7px;

}

#leftNav .nav > li {
    display: block;
    width: 100%
}

#leftNav .navbar-default .navbar-nav > li > a, .navbar a {
    color: black;
}


#leftNav .navbar-default .navbar-nav > li > a:hover, #leftNav .navbar li a:hover {
    background-color: rgba(255, 255, 0, 0.2);
    color: black;
    box-shadow: 0px 0px 0px 1px #aaaaaa;
}

.navbar-default {
    border-radius: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.indentLeft {
    margin-left: 25px;
}

.navbar-default {
    background-color: white;
    border: 0;
    border-right: 1px solid #efefef;
}

#createButton {
    display: block;
    margin: 10px 15px;
    color: white;
}

.divider {
    border-top: 1px solid #efefef;
}

.nowrap td, .nowrapcell {

    /* css-3 */
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;

}

.spinner {
    background-image: url('/assets/img/gears.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px /* Change to accommodate to your spinner */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}

.description {
    white-space: pre-wrap !important;
}

.totalRow td {
    font-weight: bold;
    background-color: lightgrey !important;
}
