body, .fr-box.fr-basic .fr-element.fr-view {
    background-color: rgb(243, 244, 246); 
    font-family:  Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg-navy-blue {
    background-color: #002b46 !important;
}

.btn-action {
    border-radius: 20px !important;
    background-color: #E0005A !important;
    border: 1px solid #E0005A !important;
    color: #fff;
}

.legenda {
    font-size:14px;
    margin-top:20px !important;
}

.legenda a:hover {
    text-decoration: none !important;
}

.btn-finished:hover {
    color: #fff;
    border-color: #EB005E !important;
    background-color: #EB005E !important;
     
}

.btn-action:hover {
    color: #fff;
    border-color: #A80043 !important;
    background-color: #A80043 !important;
}

.nav-link {
    color: #ffffff9c !important;
}

.nav-link:hover {
    color: #ffffff !important;
}


.signin-form {
    background-color: transparent !important;
    border: none !important;
}

.display-4 {
    font-size: 2.5rem;
}

button.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler {
    border: none;
}

.close { 
    padding-top: 25px !important;
    font-size: 1rem !important;
}

.close:focus {
    outline: none;
}

.btn-url-published {
    border:none !important;
    color: #009688;
}

.btn-url-published:hover {
    border:none !important;
    color: #036f65;
}


.btn-card {
    padding: .3rem;
    padding: .3rem 0.65rem;
    border-radius: 0;
}

a[data-toggle="tooltip"] { 
    color: #ccc;
    text-decoration: none;
}

a[data-toggle="tooltip"]:hover { 
    color: #000;
}

.btn-alt {
    background-color: #fff !important;
    color: #465d68 !important;
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    padding-top: 10px;
}

.answer {
    width: 45px !important;
    height: 45px;
    padding-top: 10px;    
}

.btn-menu-typeOld {
    background-color: #002b4612;
    border: none;
    width: 60px;
    height: 40px;
    color: #607d8b;
    margin-right: 2px;
}

.btn-menu-type {
    background-color: transparent;
    border:none;
    border-right: solid 1px #efefef;
    width: 60px;
    height: 56px;
    color: #607d8b;
    margin-right: 0px;
    padding-top:12px;
}

.btn-menu-type-active {
    background-color: #000 !important;
    color: #fff;
    border: none;
}

.btn-menu-type-active:hover {
    color: #fff;
}

.btnCardLink:hover {
    text-decoration: none;
    color: #e0005a !important;
}

.group-btn-disabled {
    color: #45515e;
    background-color: #FFF;
    border-color: #7e92a647;
}

.group-btn {
    background-color: #7e92a6 !important; 
    color: #fff;
}

.group-btn-activated {
    background-color: #56626e !important; 
    color: #fff;
}

.group-btn-activated:hover {
    color: #fff;
}

custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #009688;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #009688;
}

.badge-warning {
    background-color: #e18600 !important;
    color: #fff !important;
    font-weight: 400;
}

.btn {
    border-radius: 3px;
}

.search-box {
    border-radius: 30px;
    background-color: #fff;
    outline: none;
    height: 35px;
    font-size: 15px;
    border: 0;
    width: 100%;
}

.search-button {
    margin-left: -40px;
    margin-top: 5px;
    right: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    color: #607d8b;
    width: 35px;
    height: 35px;
    outline: 0;
}

.a-tooltip {
    line-height: 1.7;
}

.search-button:hover {
    background-color: #607d8b1a;
}

.btn.focus, .btn:focus {
    box-shadow: none !Important;
}

.btn-info {
    background-color: #009688 !important;
    border-color: #009688 !important;
    color: #fff;
}

.btn-info:hover {
    background-color: #017066 !important;
    border-color: #017066;
    color: #FFF !Important;
}

.btn-light {
    background-color: #fff !important;
    color: #465d68 !important;
    border: solid 1px #01706638 !important;
}

.btn-light:hover {
    background-color: #fff !important;
    color: #465d68 !important;
    border: solid 1px #017066a8 !important;
}

.btn-primary {
    color: #009688 !important;
    background-color: transparent !important;
    border: 2px solid #009688 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #009688 !important;
}

.btn-secondary {
    background-color: #ff9800 !important;
    color: #FFF;   
}

.btn-secondary:hover {
    background-color: #dd8400;
}

.btn-add {
    background-color: #E0005A! important;
    border-color: #E0005A! important;
    color: #fff;
    z-index: 3000;
}

.btn-add:hover {
    background-color: #A80043 !important;
    border-color: #A80043! important;
    color: #fff;
}

.btn-pin {
    background-color: transparent;
    color: #000;
}

.btn-pin-active {
    background-color: transparent;
    font-size: 16px;
    color: #DB0058;
}

.label-text {
    color: #009688;
}

.btn-esc {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    font-family: brandon-grotesque,"Open Sans",open-sans,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #8c96a9;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-esc:hover {
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    background-color: #ebebeb;
    color: #596377;
}

.btnAdd {
    z-index: 2001 !important;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 1001;
    right: 0;
    padding-top: 10px;
    margin: 45px 95% 0;
    -webkit-transition: background-color .4s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .2s ease-in-out !important;
    transition: background-color .4s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .2s ease-in-out !important;
    -o-transition: background-color .4s cubic-bezier(.175,.885,.32,1.275),transform .2s ease-in-out !important;
    transition: background-color .4s cubic-bezier(.175,.885,.32,1.275),transform .2s ease-in-out !important;
    transition: background-color .4s cubic-bezier(.175,.885,.32,1.275),transform .2s ease-in-out,-webkit-transform .2s ease-in-out !important;
}

.btnBorderRadius {
    border-radius: 40px;
}

.btnNavigation {
    text-transform: uppercase;
    font-size: 11px;
    color: #117175;
}

.btnAddDisabled {
    background-color: #7e92a6;
}

.btnAddActivated {
    background-color: #e0005a;
}

/* Barra de rolagem */
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #607d8bcc #93a0ae33;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #93a0ae33;
}

*::-webkit-scrollbar-thumb {
    background-color: #607d8bcc;
    border-radius: 20px;
    border: none;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: unset !important;
}

#boxMsgAdmin {
    width: 290px !important;
    height: 50px;
    border-radius: 0px 7px 7px 0px;
    background-color: #e27529;
    color: #FFF;
    padding-top: 6px;
    font-size: 13px;
    z-index:20;    
    opacity: 0.8;
}

.boxMsgAdminExam {
    bottom: 41px;
    left: 0;
}

.boxMsgAdminInit {
    bottom: -18px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.1em solid currentColor; /*Alterada a espessura da borda*/
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-sm-custom {
    width: 1.1rem;
    height: 1.1rem;
}

#btnConfirmForm {
    width: 100%;
}

#langOptions {
    visibility: hidden;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2-container {
    visibility: visible;
}