﻿/* OVERRIDE BOOSTRAP*/
.navbar-nav {
    padding-right: 4.375em;
}
.nav-link-light {
    color: #ffffff !important;
    font-size: 1.1875em;
    font-family: GothamBook;
    margin-left: 4.3em;
    margin-top: 1em;
}
.nav-link-pro {
    color: #ffffff !important;
    font-size: 1em;
}
.text-light {
    color: #ffffff !important;
    font-size: 0.8125em;
    font-family: GothamBook;
}
.dropdown-toggle::after {
    color: #3b3b3c !important;
    margin-left: 0.055em;
}
.vertalign {
    vertical-align: middle;
}
.sr-only {
    color: #ffffff;
}
.form-check {
    padding-left: 0.25rem;
}
.form-group {
    margin-top: 1rem;
}
.form-control {
    background-color: #f7f7f7 !important;
    color: #000000;
}
.form-control:focus {
    /*color: none;*/
    background-color: transparent !important;
    border-color: #005A88 !important;
    outline: 0;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(60,60,59);
}
.dropdown-item {
    cursor: pointer;
}
.custom-toggler{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.carousel-control-next {
    width: 15%;
}
.fixed-top {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 85.2% !important;
}
.wefixed-top {
    background-color: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
.nav-pills .nav-link.active {
    background-color: #188FAA;
}
.nav-pills .nav-link {
    color: #000000;
}
