body {
    background-color: #f0f7ff!important;
}
div.modal-janela {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    z-index: 99;
    display: none;
}
ul#header-nav {
    list-style: none;
    padding: 0px;
    color: white;
    transform: ;
    margin: 0px;
    text-transform: uppercase;
}
ul#header-nav>li {
    display: inline-block;
    margin-right: 15px;
}
ul#header-nav>li>a {
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bolder;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
}
ul#header-nav>li>a:hover {
    opacity: 0.7 !important;
}
ul#header-nav>li>a>i {
    font-size: 16px;
    margin-right: 3px;
}
div#footer-container {
    background-color: #162135;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
}
div#footer-bl1>div.row>div.col-md-8>p {
    color: #bcbcbc;
}
div#footer-bl1>div.row>div.col-md-8>ul {
    color: #bcbcbc;
    padding: 0px;
    list-style: none;
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 25px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}
div#footer-bl1>div.row>div.col-md-8>ul>li.first-child {
    border-right: 1px solid #6d6d6d;
    padding-right: 10px;
    margin-right: 10px;
}
div#footer-bl1>div.row>div.col-md-8>ul>li {
    display: inline-block;
    border-radius: 1px;
}
div#footer-bl1>div.row>div.col-md-8>ul>li>a {
    color: #bcbcbc;
    text-decoration: none;
}
div#footer-bl1>div.row>div.col-md-8>ul>li>a:hover {
    color: #f06f17;
}
div.header-title-classic {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 2px solid #18498b;
}
div.header-title-classic>h3 {
    position: absolute;
    background-color: white;
    padding-right: 15px;
    margin: 0px;
    top: 5px;
    font-weight: bolder;
}
div.header-title-classic>h3>i {
    font-size: 24px;
    margin-right: 5px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.01)!important;
}
@media screen and (max-width: 768px) {
    div#footer-logo-container {
        margin-bottom: 15px;
    }
    div#footer-bl1>p {
        margin-bottom: 10px!important;
    }
}
table>thead>tr>th:nth-child(2n+1) {
    border-bottom: 4px solid #7bc144!important;
}
table>thead>tr>th:nth-child(2n) {
    border-bottom: 4px solid #a2d27a!important;
}
[disabled] {
    opacity: 0.55
}
hr {
    margin: 30px 0;
    padding: 0;
    border: 0;
    height: 1px;
    background-color: #E5E5E5
}
.form__field {
    display: inline-block;
    width: 260px;
    /* select width: px or % */
}
/* SELECT */

.dropdown-select {
    position: relative;
}
.dropdown-select>select {
    padding-left: 30px;
    cursor: pointer;
    width: 260px;
    height: 36px;
    padding: 0 10px;
    color: white;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*box-shadow:#d0d0d0 0 1px 1.2px;*/
    box-shadow: #1d4277 0 3px 0px;
    background-repeat: no-repeat;
    background-image: url('../imgs/sprite.png');
    background-color: #335382;
    padding-left: 40px;
}
.dropdown-select>select.moeda-USD {
    background-position: 0px 0px;
}
.dropdown-select>select.moeda-GBP {
    background-position: center -195px;
}
.dropdown-select>select.moeda-EUR {
    background-position: center -125px;
}
.dropdown-select>select.moeda-AUD {
    background-position: center -58px;
}
.dropdown-select>select::after {
    padding-left: 30px;
    content: "";
}
.dropdown-select>select::-ms-expand {
    display: none
}
.dropdown-select>select:disabled {
    cursor: no-drop
}
.select__dropdown {
    height: auto;
    max-height: 125px;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: #d0d0d0 0 1px 1.1px;
    padding: 5px 0 0 0;
    margin: -5px 0 0 0;
    background: #335382;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 50;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .15s ease-in, opacity .15s ease-in;
    color: white;
}
.select__dropdown--show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}
.select__dropdown::-webkit-scrollbar {
    width: 6px
}
.select__dropdown::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 5px;
    border-left: #FFF 1px solid;
}
div.toggleMask {
    display: inline-block;
}
div.toggleMask>span.visibility-off {
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
div.toggleMask>span.visibility-on {
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
    display: none;
}
div.toggleMask.active>span.visibility-on {
    display: inline-block!important;
}
div.toggleMask.active>span.visibility-off {
    display: none!important;
}
.select__dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.select__dropdown li {
    cursor: pointer;
    line-height: 30px;
    padding: 0 10px;
    font-size: 80%;
    transition: background-color .15s ease-in, color .15s ease-in
}
.select__dropdown li:hover, .select__active {
    background-color: #274571;
    color: #FFF
}
/* Example list (option) styles */

a#header-logo {
    max-width: 120px;
    position: absolute;
    z-index: 9;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    a#header-logo {
        position: relative!important;
        margin-bottom: 15px!important;
    }
    div#header-btns>a {
        margin-bottom: 0px!important;
    }
    div#header-btns>div {
        margin-bottom: 15px!important;
    }
}
@media screen and (max-width: 587px) {
    div#footer-bl1>div.row>div.col-md-8>ul>li.first-child {
        border-right: inherit!important;
        padding-right: 0px!important;
        margin-right: 0px!important;
    }
}
div#header-btns>a {
    box-shadow: #d76314 0 3px 0px;
    display: inline-block;
    vertical-align: top;
}
div#header-btns>div {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.hover {
    opacity: 0.6;
}
.hover:hover {
    opacity: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-orange {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #f06f17;
}

.fixed-bottom { 
z-index: 9999;
  }