@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("../fonts/LatoBold.eot");
    src: url("../fonts/LatoBold.eot?#iefix")format("embedded-opentype"), url("../fonts/LatoBold.woff") format("woff"), url("../fonts/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("../fonts/LatoLight.eot");
    src: url("../fonts/LatoLight.eot?#iefix")format("embedded-opentype"), url("../fonts/LatoLight.woff") format("woff"), url("../fonts/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #fff;
    color: #999;
    font-family: "LatoRegular", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

a:hover, a:focus {
    text-decoration: none;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

    .container-fluid:focus {
        outline: -webkit-focus-ring-color auto 1px;
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
        outline-width: 1px;
    }

.navbar .navbar-nav {
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.top_barOff {
    min-height: 40px;
    /*background: #33CC00; /* Old browsers */
    background: -moz-linear-gradient(left, #33CC00 0%, #009900 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #33CC00 0%,#009900 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #33CC00 0%,#009900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33CC00', endColorstr='#009900',GradientType=1 ) /* IE6-9 */ !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding-top: 15px !important;
    font-size: 25px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: #fff;
        text-decoration: none;
    }

.navbar-default .navbar-nav > li > a {
    color: #999;
    font-size: 16px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #33CC00;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #009900;
    background-color: #fafafa;
}


.test {
    white-space: normal;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .0);
}



.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    text-align: center;
    font-weight: bold;
    color: #009900;
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .0);
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}


.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}


    .dropdown-menu li:hover {
        padding: 0;
        margin: 0;
    }

.menu-item:hover, .dropdown .dropdown-menu li:hover, .dropdown .dropdown-menu li:hover a {
    color: #fff;
    background-color: #33cc00;
}


.dropdown .dropdown-menu li:hover {
    background-color: #009900;
    width: 100%;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #4a4a4a;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #33cc00;
        background-image: none;
    }

.rightc {
    list-style-type: none;
    margin-bottom: 0px;
    float: right;
    padding-top: 10px;
    text-decoration: none;
}

    .rightc > li {
        margin: 0px 10px;
        font-size: 15px;
        float: left;
        line-height: 40px;
        /*color: #fff;*/
    }


.navbar-brand img {
    margin-top: 0px;
    margin-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

.header_image {
    margin-top: -70px;
    float: left;
}

.navbar-right li a {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1b6977 !important;
}

.whitestyleOff a {
    color: #fff;
    text-decoration: none;
}

    .whitestyleOff a:hover {
        color: #d9ff9e;
    }

h5 {
    font-weight: bold;
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 15px;
}

b, strong {
    font-weight: normal;
}

.kmargin-top {
    margin-top: 15px !important;
}

.kmargin-bottom {
    margin-bottom: 15px !important;
}

.kmargin-right {
    margin-right: 15px !important;
}

.kmargin-left {
    margin-left: 15px !important;
}


.kpadding-top {
    padding-top: 15px !important;
}

.kpadding-bottom {
    padding-bottom: 15px !important;
}

.kpadding-right {
    padding-right: 15px !important;
}

.kpadding-left {
    padding-left: 15px !important;
}

.btn-primary {
    background-image: none;
    border-color: #009900;
    color: #fff;
    background-color: #009900;
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #33CC00;
        background-position: 0 -15px;
        border-color: #33CC00;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #33CC00;
        border-color: #33CC00;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            background-color: #33CC00;
            border-color: #33CC00;
        }

.btn {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-transform: uppercase;
}

.form-control:focus {
    border-color: #ff990d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,153,13,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ff9908;
}

.orange-border {
    border-top: 3px solid #ff9908 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #4a4a4a;
    font-size: 14px;
}


.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7) {
    border-bottom: #33CC00 3px solid;
}

.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8) {
    border-bottom: #33CC00 3px solid;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 60px;
    line-height: 20px;
}


    .nav > li > a:hover, .nav li > a:active {
        text-decoration: none;
        background-color: #f5f3f3;
        color: #33CC00;
    }


.colorgraph {
    height: 3px;
    border-top: 0;
    background: #ff9908;
    border-radius: 5px;
}

.input-lg {
    height: 34px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

table.table {
    border-top: 3px solid #ff9908 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.fa {
    margin-right: 5px;
}


.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 4px solid #7f7f84;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.1);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.1);
}

.notice-success {
    border-color: #ff9908;
}

    .notice-success > strong {
        color: #4a4a4a;
    }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #b9b9b9;
    background-image: none;
    border-color: #b9b9b9;
}

/* https://elvery.net/demo/responsive-tables/ */

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.table-responsive {
    overflow-x: inherit;
}

@media only screen and (max-width: 800px) {
    .table-responsive {
        overflow-x: auto;
    }
    .table-responsive-main {
        margin-bottom: 30px !important;
    }
    .table-responsive-d-block > thead {
        display: none;
    }
    .table-responsive-d-block > tbody > tr:not(.no-responsive-d-block) {
        display: block;
    }
    /*.table-responsive-d-block > tbody > tr > td {
        display: flex;
        justify-content: center;
    }*/
    .table-responsive-d-block > tbody > tr.tr-collapsed > td {
        padding-top: 0;
        border-bottom-width: 0 !important;
    }
    .table-responsive-d-block > tbody > tr > td {
        display: flex;
        justify-content: space-between;
    }
    *:not(.nested-table) .table-responsive-d-block > tbody > tr:not(.no-responsive-d-block) > td > * {
        width: 70%;
    }
    .td-value {
        width: 70%;
        margin-left: auto;
        margin-bottom: 0;
    }
    .td-center {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    .td-center-mt {
        margin-top: 12px;
    }
    .table-responsive-d-block > tbody > tr:not(.no-responsive-d-block) > td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 15px;
        align-self: start;
    }
    .table-responsive-d-block > tbody > tr > td > .nobr {
        white-space: normal !important;
    }
    .table-responsive-d-block .btn-pay {
        margin-bottom: 30px;
        min-width: calc((100vw - 48px) * 0.4);
        //width: 120px;
    }
}
