﻿.logo-container {
    margin-bottom: -25px !important;
    padding-bottom: 0 !important;
}

#Beneficiario, #Contratante, #Prestador {
    background: transparent;
    justify-content: center;
    margin: 80px auto 0;
    width: 400px
}

.page-content .top-actions-bar .btn-cancel {
    float: left;
    margin-left: 0;
}

.btn.btn-cancel, .btn.btn-cancel:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #337ab7 !important;
    font-weight: normal;
}

.btn.btn-cancel:hover {
    transition: all .3s;
    color: #333 !important;
}

@media (max-width: 466px) {
    #Beneficiario, #Contratante, #Prestador {
        display: grid;
        margin: 0px auto 0;
        padding: 0px 55px 0px;
        width: 313px
    }

    .portlet.light {
        width: 100%;
        padding: 12px 20px 15px;
        background-color: #fff;
    }

    .logo {
        width: 236px;
        position: inherit;
        padding-top: 16%;
        padding-bottom: 5%
    }
}

i.fa-solid {
    color: white;
}

.acess-container {
    position: relative;
}

.acess-item {
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
    background-color: #003087;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

    .acess-item i.fa-solid, #btnAltoContraste {
        font-size: large !important;
    }

.acess-icons > i.fa{
    font-size: 14px !important;
}

.acess-icons {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #003087;
    color: white;
    padding: 0px;
    width: 50px;
    height: 130px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.acess-item:hover .acess-icons {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 767px) {
    #btnDiminuirFonte, #btnAumentarFonte{
        display: none;
    }

    .acess-icons {
        height: 35px;
        width: 35px;
        padding-top: 10px;
        top: 35px;
    }

    .acess-item {
        width: 35px;
        height: 35px;
    }

        .acess-item i.fa-solid, #btnAltoContraste{
            font-size: small !important;
        }
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
}

.enabled-btn {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.req14{
    font-size: 14px !important;
}

.req16 {
    font-size: 16px !important;
}

.req18 {
    font-size: 18px !important;
}

.req20 {
    font-size: 20px !important;
}

.req22 {
    font-size: 22px !important;
}

.req24 {
    font-size: 24px !important;
}

.req26 {
    font-size: 26px !important;
}

.page-content {
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.form-actions.top.nobg.no-border.commands-bar.fluid.list-commands-bar.panel-up.top-actions-bar {
    text-align: right;
}

.fa-light.fa-circle-arrow-right.btn-action {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    padding-right: 0 !important;
}

.content.portlet{
    margin-bottom: 0 !important;
}

.form-cadastro {
    margin: -25px auto 0;
    width: 400px;
}

.tab-form-section > .tab-items > .mt-radio-inline {
    margin-left: 0 !important;
}