@font-face {
    font-family: 'Trade Gothic LT Std Bold';
    src: url('../webfonts/TradeGothicLTStd-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../webfonts/TradeGothicLTStd-Light.woff2') format('woff2');
    font-style:normal;
    font-display:swap;
}

html {
    color: #222;
    font-size: 0.9em;
    line-height: 1.4;
}
body {
    padding-bottom: 50px;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    font-family: "Trade Gothic LT Std", Helvetica, arial, sans-serif!important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {  font-family: Helvetica, Arial, sans-serif;}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h3.navbar-header {
    color: #333333 !important;
    margin: 8px 5px 0;
}

.btn {
    border-radius: 2px!important;
    padding: 10px 12px 6px;
}

.form-label {
    font-weight: 700;
    margin-bottom: .2em;
}

a, .nav-link {
    color: #009dde;
    text-decoration: none;
}

a:focus, a:hover, .nav-link:focus, .nav-link:hover {
    color: #017bad;
    text-decoration: underline;
}

a.dropdown-toggle:focus, a.dropdown-toggle:hover {
    color: #ffffff;
}

label.time input, label.time select {
    font-size: 13px;
    max-width: 65px;
    display: inline-block;
    text-align: center;
}

.controls {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 5px 0;
}

.danger.btn-default {
    background-color: #dc5555!important;
    border: 0;
}

.ok.btn-default {
    background-color: #74dc55!important;
    border: 0;
}

.bm.btn-default {
    background-color: #9d56ed!important;
    border: 0;
}

.mbm.btn-default {
    background-color: #03a081!important;
    border: 0;
}

.tbm.btn-default {
    background-color: #56a7ed!important;
    border: 0;
}

.he.btn-default {
    background-color: #a6cc24!important;
    border: 0;
}

.pvs.btn-default {
    background-color: #f2c423!important;
    border: 0;
}

.pvb.btn-default {
    background-color: #bc950d!important;
    border: 0;
}

.move.btn-default {
    background-color: #cdcdcd!important;
    border: 0;
}

tr:nth-child(even) {
    background-color: #fcfcfc;
}
.tablesaw thead th {
    font-weight: bold !important;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 10px;
}
.tablesaw thead tr:first-child th {
    border-right: none !important;
}
.tablesaw th, .tablesaw td {
    padding: 0.5em;
}

.navbar-collapse {
    box-shadow: none;
    border-top: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
}

a.sub-nav-active {
    color: #017bad !important;
    text-decoration: underline !important;
}

.key{
    font-weight: 600;
}

.value {
    padding-right: 40px;
}

a.img-link img{
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border: 5px solid transparent;

}

a:hover.img-link img{
    border: 5px solid #eaeaea;
}

ul.list {
    list-style: none;
    margin: 0 0 20px 0;
    padding:0;
}

ul.list li {
    padding: 5px 0;
}

ul#menu {
    padding-left: 0;
}
ul#menu li {
    display: inline;
    margin-right: 30px;
}

h1.name {
    float:left;
    font-weight:300;
    margin:30px 0 0 30px;
    font-size:28px;
    color: #2d2d2d;
}

.main-logo { float: left;}
.main-logo-login p { text-align: center;}
.logo-login { width: 100px; }

a img {
    border: 0;
}

.modal-bottom { margin-bottom: 25%;}

.mob-show { display: none;}

td.right { text-align: right;}

.login {
    margin: 31px 0 10px 0;
    clear: both;
}

img.logo {
    float: left;
    display: inline-block;
    margin-top: -5px;
}

th.center { text-align: center;}
td.center { text-align: center!important;}
td.right, th.right { text-align: right;}

.table tr th {
    background: none!important;
    border-top: 0!important;
}

.admin {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    overflow: auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0 20px 0;
    float: left;
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #d1d3d4;
    border: 1px solid #ccc;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 10px 21px 14px;
    border-bottom: 3px solid #cfab66;
}

.modal-header h3 {
    margin: 10px 0px 5px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-size: 18px;
    font-weight: bold;
}

.modal-login p {
    font-weight: normal;
}

.modal-login {
    border: 1px solid #ddd;
    padding: 3% 9% 9%;
    background-color: #fff;
    border-radius: 0;
    border-top: 5px solid #562e07;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.login-wrapper {
    width: 400px;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 5px solid #004a7a;
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

h1.login-title {
    text-align: center;
    margin-top: 50px;
    color: #6b1a2f;
}

.btn-disabled {
    color: #fff;
    background-color: #bbb;
}

.btn-default {
    color: #fff;
    font-size: 14px;
    text-decoration:none;
    display:inline-block;
    background-color: #6f4086;
    border-color: #6f4086;
    font-family: "Trade Gothic LT Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08rem !important;
}

.btn-default:hover {
    color: #fff;
    border-color: #7b4494;
    background-color: #7b4494;
}

.navbar-nav {
    padding: 0;
}

.module-content {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 120px;
}

.module-content > h2::after {
    background-color: #E0E2E2;
    content: "";
    display: block;
    width: 1.5em;
    height: .2em;
    margin-bottom: .8em;
    margin-top: .3em;
}

.border-bottom { border-bottom: 1px solid #ddd;}

.table tr th {
    background: none!important;
    border-top: 0!important;
}

.mob-show {
    display: none;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control {
    padding: .5rem .75rem .275rem;
}

@media screen and (max-width: 46.3em) {

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

    img.logo {
        float: left;
        display: inline-block;
        max-width: 59%;
    }

    .navbar-nav > li > a {
        padding: 10px 0;
    }

    .mob-show {
        display: inline-block;
    }
    .mob-hide {
        display: none!important;
    }

    .form-group {
        margin: 0 1px 10px 1px!important;
    }

    .navbar-collapse {
        box-shadow: none;
        border-top: 0;
    }
}


/*iPad*/
@media screen and (min-width: 33em) and (max-width: 63.236em) {
    .navbar-nav > li > a {
        padding: 5px 8px;
        font-size: 12px;
    }
    .module-login { width: 80%;}

    .form-group { margin: 0 1px 10px 1px!important; }

    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2 { padding: 0 5px; }
}

@media screen and (max-width: 32em) {

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

    .module-login { width: 100%;}

    h1.login-title { font-size: 28px;}

    .mob-show { display: block}
    .main-logo { width: 25%; float: left;}
    .mob-hide { display: none;}

    .navbar-nav > li > a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .form-group {
        margin: 0 1px 10px 0!important;
    }
    .logo { width: 50%;}


    h1.name { display: none;}

    .module-title h3 { padding: 0 0 10px 0;}
}


/*iPad*/
@media screen and (min-width: 33em) and (max-width: 63.236em) {

    .navbar-nav > li > a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2 { padding: 0 5px; }
    .extra-col-1 { margin:  0 0 0 11.5%;}
}

label.time {
    display: inline;
    font-size: 13px;
}

label.time input {
    font-size: 13px;
    max-width: 55px;
    display: inline-block;
    text-align: center;
}

.map {
    margin: 20px 0;
    display: block;
}
