* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100vh;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
}

#divicones .bloco {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.abreviartexto {
    overflow: hidden;
    text-overflow: ellipsis;
}

#divicones .bloco a {
    display: block;
}

#divicones .bloco:hover {
    background-color: rgba(0, 123, 255, 0.07);
    border-radius: 3%;
}

#divicones .bloco a:active, #divicones div a:link, #divicones div a:hover, #divicones div a:visited {
    text-decoration: none;
    color: #343a40!important;
}

#divicones .bloco a div {
    text-align: center!important;
    font-weight: 500!important;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    text-align: left !important;
    padding: 7px 0;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    left: 0;
}

.body-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.body-login form {
    width: 100%;
    padding: 15px;
    margin: auto;
}

.body-login #divform {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    margin: auto;
}

.body-login #divform .checkbox {
    font-weight: 400;
}

.body-login #divform .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.body-login #divform .form-control:focus {
    z-index: 2;
}

.body-login #divform input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.body-login #divform input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.body-login .alertaerro {
    padding: .4rem 1rem;
}

.body-login .alertaerro a {
    line-height: 0.8;
}

#navbar nav {
    background-color: #0066af!important;
}

.btn-outline-success {
    color: #fff!important;
    border-color: #fff;
}

.btn-outline-success:hover, .btn-outline-success:active, .show>.btn-outline-success.dropdown-toggle, .btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #02518a;
    border-color: #02518a;
}

.show>.btn-outline-success.dropdown-toggle:focus, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 85, 167, 0.5);
}

.btn-primary, .nav-pills .nav-link.active {
    background-color: #006ebd;
    border-color: #006ebd;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

.divcabecalhoconteudo {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #CCC;
}

.divcabecalhoconteudo i {
    right: 4%;
    left: auto;
    font-size: 16px;
    position: absolute;
    margin-top: 6px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.conteudoativo {
    background-color: #f1f1f1;
}

.conteudoativo i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pnlconteudo {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0!important;
}

#snackbarConfirmacao .snackbar-forma {
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1050;
    font-size: 17px;
}

#snackbarConfirmacao.show .snackbar-forma {
    visibility: visible;
}

#snackbar, #snackbarConfirmacao div.snackbar-body {
    visibility: hidden;
    width: 40%;
    margin-left: 30%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1050;
    bottom: 30px;
    font-size: 17px;
}

#snackbarConfirmacao.show div.snackbar-body {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#snackbar.hide, #snackbarConfirmacao.hide div.snackbar-body {
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
        visibility: visible;
    }
    to {
        bottom: 0;
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
        visibility: visible;
    }
    to {
        bottom: 0;
        opacity: 0;
        visibility: hidden;
    }
}

.divsimulandotabela div.row {
    margin: unset;
    border: 1px solid #dee2e6;
}

.divsimulandotabela div.row:hover {
    background-color: rgba(0, 0, 0, .075)!important;
}

.divsimulandotabela div.row.cabecalho div {
    font-weight: bold;
}

.divsimulandotabela div.row div:nth-child(1n):not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.divsimulandotabela div.row div {
    padding: .75rem;
}

.divsimulandotabela div.row:nth-child(even) {
    background-color: #f2f2f2;
}

/*EXCEÇÕES QUE NÃO PODEM PEGAR A FORMATAÇÃO*/

.divsimulandotabela div.row.semformatacao {
    border: unset!important;
    background-color: inherit!important;
    margin-right: -15px;
    margin-left: -15px;
}

.divsimulandotabela div.row.semformatacao:hover {
    background-color: inherit!important;
}

.divsimulandotabela div.row.semformatacao div:nth-child(1n):not(:last-child) {
    border-right: unset!important;
}

.divsimulandotabela div.row.semformatacao div {
    padding: unset!important;
}

@media (max-width: 340px) {
    .col-mini-listachamada-p {
        max-width: 23%!important;
        flex: unset!important;
    }
    .col-mini-listachamada-g {
        max-width: 54%!important;
        flex: unset!important;
    }
}

@media (max-width: 421px) {
    .col-mini-listachamada-p {
        max-width: 22%!important;
        flex: unset!important;
    }
    .col-mini-listachamada-g {
        max-width: 56%!important;
        flex: unset!important;
    }
}

@media (max-width:576px) {
    #painelconteudo {
        max-height: none!important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        background-color: #0066af!important;
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse .btn-outline-success {
        background-color: #02518a;
        border-color: #02518a;
    }
    .offcanvas-collapse ul {
        padding: unset!important;
    }
    .offcanvas-collapse ul li .dropdown-menu {
        display: block!important;
        padding: 0px!important;
        margin: unset!important;
    }
    .offcanvas-collapse ul li .dropdown-menu a {
        text-align: center!important;
        border-bottom: 1px solid #a0a0a0;
    }
    .offcanvas-collapse ul.navbar-nav:first-child {
        margin-bottom: 10px!important;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #navbarsExampleDefault ul.navbar-nav {
        border: none!important;
        margin-right: unset!important;
    }
    #navbarsExampleDefault ul.navbar-nav li.nav-item {
        margin-right: unset!important;
    }
    .dropdown-toggle::after {
        display: none!important;
    }
}

@media screen and (min-width:992px) {
    li.nav-item.dropdown {
        max-width: 220px;
        min-width: 170px;
    }
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block!important;
    width: 34px;
    height: 30px;
    line-height: 30px!important;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label, .has-success span {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .has-error span {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.alinhartextoverticalmente {
    align-items: center!important;
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: wrap!important;
}

.custom-file-label::after {
    content: 'Buscar'!important;
}

.switch-block {
    margin: 8px auto;
    padding: 16px;
    text-align: center;
}

.switch-block h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d7ecfb;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #666666;
    border: 0px none #666666;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

::-webkit-scrollbar-thumb:active {
    background: #666666;
}

::-webkit-scrollbar-track {
    background: #dad8d8;
    border: 0px none #dad8d8;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #dad8d8;
}

::-webkit-scrollbar-track:active {
    background: #dad8d8;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.font-scale-9 {
    font-size: 0.9em;
}

.font-scale-8 {
    font-size: 0.8em;
}

.font-scale-7 {
    font-size: 0.7em;
}

.p-50 {
    padding: 0.5rem!important;
}

.px-50 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}

.py-50 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.pl-50 {
    padding-left: 0.5rem!important;
}

.pt-50 {
    padding-top: 0.5rem!important;
}

.pr-50 {
    padding-right: 0.5rem!important;
}

.pb-50 {
    padding-bottom: 0.5rem!important;
}

.p-30 {
    padding: 0.3rem!important;
}

.px-30 {
    padding-right: 0.3rem!important;
    padding-left: 0.3rem!important;
}

.py-30 {
    padding-top: 0.3rem!important;
    padding-bottom: 0.3rem!important;
}

.pl-30 {
    padding-left: 0.3rem!important;
}

.pt-30 {
    padding-top: 0.3rem!important;
}

.pr-30 {
    padding-right: 0.3rem!important;
}

.pb-30 {
    padding-bottom: 0.3rem!important;
}

.p-0 {
    padding: 0rem!important;
}

.px-0 {
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}

.py-0 {
    padding-bottom: 0rem!important;
    padding-top: 0rem!important;
}

.pl-0 {
    padding-left: 0rem!important;
}

.pt-0 {
    padding-top: 0rem!important;
}

.pr-0 {
    padding-right: 0rem!important;
}

.pb-0 {
    padding-bottom: 0rem!important;
}

.semdecoracao, .semdecoracao:hover:focus:visited:active {
    text-decoration: none!important;
}

.nav li.navconfiguracao {
    position: relative;
    display: block;
    border-bottom: 1px solid #bcbcbc;
}

.nav li.navconfiguracao.active {
    border: 1px solid #bcbcbc;
    border-radius: 10% 10% 0% 0%;
    border-bottom: none;
}

.nav li.navconfiguracao a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav li.navconfiguracao a:hover, .nav li.navconfiguracao a:focus, .nav li.navconfiguracao a:visited, .nav li.navconfiguracao a:active {
    color: #000!important;
    text-decoration: none!important;
}

.accordion {
    transition: 0.4s;
    outline: none;
}

.accordion i.arrow {
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion.a i.arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panelaccordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0!important;
    padding: 0;
    border-bottom: unset;
}

/*XXS*/

@media screen and (max-width: 395px) {
    .twenty-four-cols .offset-xxs-0 {
        margin-left: 0!important;
    }
    .twenty-four-cols .offset-xxs-1 {
        margin-left: 4.166666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-2 {
        margin-left: 8.333333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-3 {
        margin-left: 12.5%!important;
    }
    .twenty-four-cols .offset-xxs-4 {
        margin-left: 16.66666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-5 {
        margin-left: 20.83333333333333%!important;
    }
    .twenty-four-cols .offset-xxs-6 {
        margin-left: 25%!important;
    }
    .twenty-four-cols .offset-xxs-7 {
        margin-left: 29.16666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-8 {
        margin-left: 33.33333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-9 {
        margin-left: 37.5%!important;
    }
    .twenty-four-cols .offset-xxs-10 {
        margin-left: 41.66666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-11 {
        margin-left: 45.83333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-12 {
        margin-left: 50%!important;
    }
    .twenty-four-cols .offset-xxs-13 {
        margin-left: 54.16666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-14 {
        margin-left: 58.33333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-15 {
        margin-left: 62.5%!important;
    }
    .twenty-four-cols .offset-xxs-16 {
        margin-left: 66.66666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-17 {
        margin-left: 70.83333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-18 {
        margin-left: 75%!important;
    }
    .twenty-four-cols .offset-xxs-19 {
        margin-left: 79.16666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-20 {
        margin-left: 83.33333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-21 {
        margin-left: 87.50000000000001%!important;
    }
    .twenty-four-cols .offset-xxs-22 {
        margin-left: 91.66666666666667%!important;
    }
    .twenty-four-cols .offset-xxs-23 {
        margin-left: 95.83333333333334%!important;
    }
    .twenty-four-cols .offset-xxs-24 {
        margin-left: 100%!important;
    }
    .m-xxs-1 {
        margin: .25rem!important;
    }
    .mx-xxs-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .my-xxs-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .mt-xxs-1 {
        margin-top: .25rem!important;
    }
    .mr-xxs-1 {
        margin-right: .25rem!important;
    }
    .mb-xxs-1 {
        margin-bottom: .25rem!important;
    }
    .ml-xxs-1 {
        margin-left: .25rem!important;
    }
    .twenty-four-cols .font-xxs-scale-9 {
        font-size: 0.9em;
    }
    .twenty-four-cols .font-xxs-scale-8 {
        font-size: 0.8em;
    }
    .twenty-four-cols .font-xxs-scale-7 {
        font-size: 0.7em;
    }
    .twenty-four-cols .py-xxs-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .px-xxs-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pl-xxs-30 {
        padding-left: 0.3rem!important;
    }
    .twenty-four-cols .pr-xxs-30 {
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pt-xxs-30 {
        padding-top: 0.3rem!important;
    }
    .twenty-four-cols .pb-xxs-30 {
        padding-bottom: 0.3rem!important;
    }
    .twenty-four-cols .p-xxs-30 {
        padding: 0.3rem!important;
    }
    .twenty-four-cols .py-xxs-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .px-xxs-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pl-xxs-50 {
        padding-left: 0.5rem!important;
    }
    .twenty-four-cols .pr-xxs-50 {
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pt-xxs-50 {
        padding-top: 0.5rem!important;
    }
    .twenty-four-cols .pb-xxs-50 {
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .p-xxs-50 {
        padding: 0.5rem!important;
    }
    .twenty-four-cols .pl-xxs-10 {
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pr-xxs-10 {
        padding-right: 0.1rem!important;
    }
    .twenty-four-cols .pt-xxs-10 {
        padding-top: 0.1rem!important;
    }
    .twenty-four-cols .pb-xxs-10 {
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .p-xxs-10 {
        padding: 0.1rem!important;
    }
    .twenty-four-cols .py-xxs-10 {
        padding-top: 0.1rem!important;
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .px-xxs-10 {
        padding-right: 0.1rem!important;
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pl-xxs-0 {
        padding-left: 0!important;
    }
    .twenty-four-cols .pr-xxs-0 {
        padding-right: 0!important;
    }
    .twenty-four-cols .pt-xxs-0 {
        padding-top: 0!important;
    }
    .twenty-four-cols .pb-xxs-0 {
        padding-bottom: 0!important;
    }
    .twenty-four-cols .p-xxs-0 {
        padding: 0!important;
    }
    .twenty-four-cols .py-xxs-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .twenty-four-cols .px-xxs-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .twenty-four-cols .d-xxs-none {
        display: none!important;
    }
    .twenty-four-cols .d-xxs-show {
        display: block!important;
    }
    .twenty-four-cols .d-xxs-child-none:nth-child(1n) {
        display: none!important;
    }
    #snackbar, #snackbarConfirmacao .snackbar-body {
        width: 70%!important;
        margin-left: 15%!important;
    }
    .twenty-four-cols .col-xxs-1 {
        max-width: 4.166666666666667%!important;
    }
    .twenty-four-cols .col-xxs-2 {
        max-width: 8.333333333333334%!important;
    }
    .twenty-four-cols .col-xxs-3 {
        max-width: 12.5%!important;
    }
    .twenty-four-cols .col-xxs-4 {
        max-width: 16.66666666666667%!important;
    }
    .twenty-four-cols .col-xxs-5 {
        max-width: 20.83333333333333%!important;
    }
    .twenty-four-cols .col-xxs-6 {
        max-width: 25%!important;
    }
    .twenty-four-cols .col-xxs-7 {
        max-width: 29.16666666666667%!important;
    }
    .twenty-four-cols .col-xxs-8 {
        max-width: 33.33333333333334%!important;
    }
    .twenty-four-cols .col-xxs-9 {
        max-width: 37.5%!important;
    }
    .twenty-four-cols .col-xxs-10 {
        max-width: 41.66666666666667%!important;
    }
    .twenty-four-cols .col-xxs-11 {
        max-width: 45.83333333333334%!important;
    }
    .twenty-four-cols .col-xxs-12 {
        max-width: 50%!important;
    }
    .twenty-four-cols .col-xxs-13 {
        max-width: 54.16666666666667%!important;
    }
    .twenty-four-cols .col-xxs-14 {
        max-width: 58.33333333333334%!important;
    }
    .twenty-four-cols .col-xxs-15 {
        max-width: 62.5%!important;
    }
    .twenty-four-cols .col-xxs-16 {
        max-width: 66.66666666666667%!important;
    }
    .twenty-four-cols .col-xxs-17 {
        max-width: 70.83333333333334%!important;
    }
    .twenty-four-cols .col-xxs-18 {
        max-width: 75%!important;
    }
    .twenty-four-cols .col-xxs-19 {
        max-width: 79.16666666666667%!important;
    }
    .twenty-four-cols .col-xxs-20 {
        max-width: 83.33333333333334%!important;
    }
    .twenty-four-cols .col-xxs-21 {
        max-width: 87.50000000000001%!important;
    }
    .twenty-four-cols .col-xxs-22 {
        max-width: 91.66666666666667%!important;
    }
    .twenty-four-cols .col-xxs-23 {
        max-width: 95.83333333333334%!important;
    }
    .twenty-four-cols .col-xxs-24 {
        max-width: 100%!important;
    }
}

/*XS*/

@media screen and (min-width: 395px) and (max-width: 576px) {
    .twenty-four-cols .offset-xs-0 {
        margin-left: 0!important;
    }
    .twenty-four-cols .offset-xs-1 {
        margin-left: 4.166666666666667%!important;
    }
    .twenty-four-cols .offset-xs-2 {
        margin-left: 8.333333333333334%!important;
    }
    .twenty-four-cols .offset-xs-3 {
        margin-left: 12.5%!important;
    }
    .twenty-four-cols .offset-xs-4 {
        margin-left: 16.66666666666667%!important;
    }
    .twenty-four-cols .offset-xs-5 {
        margin-left: 20.83333333333333%!important;
    }
    .twenty-four-cols .offset-xs-6 {
        margin-left: 25%!important;
    }
    .twenty-four-cols .offset-xs-7 {
        margin-left: 29.16666666666667%!important;
    }
    .twenty-four-cols .offset-xs-8 {
        margin-left: 33.33333333333334%!important;
    }
    .twenty-four-cols .offset-xs-9 {
        margin-left: 37.5%!important;
    }
    .twenty-four-cols .offset-xs-10 {
        margin-left: 41.66666666666667%!important;
    }
    .twenty-four-cols .offset-xs-11 {
        margin-left: 45.83333333333334%!important;
    }
    .twenty-four-cols .offset-xs-12 {
        margin-left: 50%!important;
    }
    .twenty-four-cols .offset-xs-13 {
        margin-left: 54.16666666666667%!important;
    }
    .twenty-four-cols .offset-xs-14 {
        margin-left: 58.33333333333334%!important;
    }
    .twenty-four-cols .offset-xs-15 {
        margin-left: 62.5%!important;
    }
    .twenty-four-cols .offset-xs-16 {
        margin-left: 66.66666666666667%!important;
    }
    .twenty-four-cols .offset-xs-17 {
        margin-left: 70.83333333333334%!important;
    }
    .twenty-four-cols .offset-xs-18 {
        margin-left: 75%!important;
    }
    .twenty-four-cols .offset-xs-19 {
        margin-left: 79.16666666666667%!important;
    }
    .twenty-four-cols .offset-xs-20 {
        margin-left: 83.33333333333334%!important;
    }
    .twenty-four-cols .offset-xs-21 {
        margin-left: 87.50000000000001%!important;
    }
    .twenty-four-cols .offset-xs-22 {
        margin-left: 91.66666666666667%!important;
    }
    .twenty-four-cols .offset-xs-23 {
        margin-left: 95.83333333333334%!important;
    }
    .twenty-four-cols .offset-xs-24 {
        margin-left: 100%!important;
    }
    .m-xs-1 {
        margin: .25rem!important;
    }
    .mx-xs-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .my-xs-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .mt-xs-1 {
        margin-top: .25rem!important;
    }
    .mr-xs-1 {
        margin-right: .25rem!important;
    }
    .mb-xs-1 {
        margin-bottom: .25rem!important;
    }
    .ml-xs-1 {
        margin-left: .25rem!important;
    }
    .twenty-four-cols .d-xs-child-none:nth-child(1n) {
        display: none!important;
    }
    .twenty-four-cols .font-xs-scale-9 {
        font-size: 0.9em;
    }
    .twenty-four-cols .font-xs-scale-8 {
        font-size: 0.8em;
    }
    .twenty-four-cols .font-xs-scale-7 {
        font-size: 0.7em;
    }
    .twenty-four-cols .py-xs-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .px-xs-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pl-xs-30 {
        padding-left: 0.3rem!important;
    }
    .twenty-four-cols .pr-xs-30 {
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pt-xs-30 {
        padding-top: 0.3rem!important;
    }
    .twenty-four-cols .pb-xs-30 {
        padding-bottom: 0.3rem!important;
    }
    .twenty-four-cols .p-xs-30 {
        padding: 0.3rem!important;
    }
    .twenty-four-cols .pl-xs-10 {
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pr-xs-10 {
        padding-right: 0.1rem!important;
    }
    .twenty-four-cols .pt-xs-10 {
        padding-top: 0.1rem!important;
    }
    .twenty-four-cols .pb-xs-10 {
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .p-xs-10 {
        padding: 0.1rem!important;
    }
    .twenty-four-cols .py-xs-10 {
        padding-top: 0.1rem!important;
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .px-xs-10 {
        padding-right: 0.1rem!important;
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .py-xs-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .twenty-four-cols .px-xs-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .twenty-four-cols .pl-xs-0 {
        padding-left: 0!important;
    }
    .twenty-four-cols .pr-xs-0 {
        padding-right: 0!important;
    }
    .twenty-four-cols .pt-xs-0 {
        padding-top: 0!important;
    }
    .twenty-four-cols .pb-xs-0 {
        padding-bottom: 0!important;
    }
    .twenty-four-cols .p-xs-0 {
        padding: 0!important;
    }
    .twenty-four-cols .py-xs-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .px-xs-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pl-xs-50 {
        padding-left: 0.5rem!important;
    }
    .twenty-four-cols .pr-xs-50 {
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pt-xs-50 {
        padding-top: 0.5rem!important;
    }
    .twenty-four-cols .pb-xs-50 {
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .p-xs-50 {
        padding: 0.5rem!important;
    }
    .twenty-four-cols .d-xs-none {
        display: none!important;
    }
    .twenty-four-cols .d-xs-show {
        display: block!important;
    }
    #snackbar, #snackbarConfirmacao .snackbar-body {
        width: 60%!important;
        margin-left: 20%!important;
    }
    .twenty-four-cols .col-xs-1 {
        max-width: 4.166666666666667%!important;
    }
    .twenty-four-cols .col-xs-2 {
        max-width: 8.333333333333334%!important;
    }
    .twenty-four-cols .col-xs-3 {
        max-width: 12.5%!important;
    }
    .twenty-four-cols .col-xs-4 {
        max-width: 16.66666666666667%!important;
    }
    .twenty-four-cols .col-xs-5 {
        max-width: 20.83333333333333%!important;
    }
    .twenty-four-cols .col-xs-6 {
        max-width: 25%!important;
    }
    .twenty-four-cols .col-xs-7 {
        max-width: 29.16666666666667%!important;
    }
    .twenty-four-cols .col-xs-8 {
        max-width: 33.33333333333334%!important;
    }
    .twenty-four-cols .col-xs-9 {
        max-width: 37.5%!important;
    }
    .twenty-four-cols .col-xs-10 {
        max-width: 41.66666666666667%!important;
    }
    .twenty-four-cols .col-xs-11 {
        max-width: 45.83333333333334%!important;
    }
    .twenty-four-cols .col-xs-12 {
        max-width: 50%!important;
    }
    .twenty-four-cols .col-xs-13 {
        max-width: 54.16666666666667%!important;
    }
    .twenty-four-cols .col-xs-14 {
        max-width: 58.33333333333334%!important;
    }
    .twenty-four-cols .col-xs-15 {
        max-width: 62.5%!important;
    }
    .twenty-four-cols .col-xs-16 {
        max-width: 66.66666666666667%!important;
    }
    .twenty-four-cols .col-xs-17 {
        max-width: 70.83333333333334%!important;
    }
    .twenty-four-cols .col-xs-18 {
        max-width: 75%!important;
    }
    .twenty-four-cols .col-xs-19 {
        max-width: 79.16666666666667%!important;
    }
    .twenty-four-cols .col-xs-20 {
        max-width: 83.33333333333334%!important;
    }
    .twenty-four-cols .col-xs-21 {
        max-width: 87.50000000000001%!important;
    }
    .twenty-four-cols .col-xs-22 {
        max-width: 91.66666666666667%!important;
    }
    .twenty-four-cols .col-xs-23 {
        max-width: 95.83333333333334%!important;
    }
    .twenty-four-cols .col-xs-24 {
        max-width: 100%!important;
    }
}

/*SM*/

@media screen and (min-width: 576px) and (max-width: 768px) {
    .twenty-four-cols .offset-sm-0 {
        margin-left: 0!important;
    }
    .twenty-four-cols .offset-sm-1 {
        margin-left: 4.166666666666667%!important;
    }
    .twenty-four-cols .offset-sm-2 {
        margin-left: 8.333333333333334%!important;
    }
    .twenty-four-cols .offset-sm-3 {
        margin-left: 12.5%!important;
    }
    .twenty-four-cols .offset-sm-4 {
        margin-left: 16.66666666666667%!important;
    }
    .twenty-four-cols .offset-sm-5 {
        margin-left: 20.83333333333333%!important;
    }
    .twenty-four-cols .offset-sm-6 {
        margin-left: 25%!important;
    }
    .twenty-four-cols .offset-sm-7 {
        margin-left: 29.16666666666667%!important;
    }
    .twenty-four-cols .offset-sm-8 {
        margin-left: 33.33333333333334%!important;
    }
    .twenty-four-cols .offset-sm-9 {
        margin-left: 37.5%!important;
    }
    .twenty-four-cols .offset-sm-10 {
        margin-left: 41.66666666666667%!important;
    }
    .twenty-four-cols .offset-sm-11 {
        margin-left: 45.83333333333334%!important;
    }
    .twenty-four-cols .offset-sm-12 {
        margin-left: 50%!important;
    }
    .twenty-four-cols .offset-sm-13 {
        margin-left: 54.16666666666667%!important;
    }
    .twenty-four-cols .offset-sm-14 {
        margin-left: 58.33333333333334%!important;
    }
    .twenty-four-cols .offset-sm-15 {
        margin-left: 62.5%!important;
    }
    .twenty-four-cols .offset-sm-16 {
        margin-left: 66.66666666666667%!important;
    }
    .twenty-four-cols .offset-sm-17 {
        margin-left: 70.83333333333334%!important;
    }
    .twenty-four-cols .offset-sm-18 {
        margin-left: 75%!important;
    }
    .twenty-four-cols .offset-sm-19 {
        margin-left: 79.16666666666667%!important;
    }
    .twenty-four-cols .offset-sm-20 {
        margin-left: 83.33333333333334%!important;
    }
    .twenty-four-cols .offset-sm-21 {
        margin-left: 87.50000000000001%!important;
    }
    .twenty-four-cols .offset-sm-22 {
        margin-left: 91.66666666666667%!important;
    }
    .twenty-four-cols .offset-sm-23 {
        margin-left: 95.83333333333334%!important;
    }
    .twenty-four-cols .offset-sm-24 {
        margin-left: 100%!important;
    }
    .m-sm-1 {
        margin: .25rem!important;
    }
    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .mt-sm-1 {
        margin-top: .25rem!important;
    }
    .mr-sm-1 {
        margin-right: .25rem!important;
    }
    .mb-sm-1 {
        margin-bottom: .25rem!important;
    }
    .ml-sm-1 {
        margin-left: .25rem!important;
    }
    .twenty-four-cols .d-sm-child-none:nth-child(1n) {
        display: none!important;
    }
    .twenty-four-cols .font-sm-scale-9 {
        font-size: 0.9em;
    }
    .twenty-four-cols .font-sm-scale-8 {
        font-size: 0.8em;
    }
    .twenty-four-cols .font-sm-scale-7 {
        font-size: 0.7em!important;
    }
    .twenty-four-cols .py-sm-30, .py-sm-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .px-sm-30, .px-sm-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pl-sm-30, .pl-sm-30 {
        padding-left: 0.3rem!important;
    }
    .twenty-four-cols .pr-sm-30, .pr-sm-30 {
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pt-sm-30, .pt-sm-30 {
        padding-top: 0.3rem!important;
    }
    .twenty-four-cols .pb-sm-30, .pb-sm-30 {
        padding-bottom: 0.3rem!important;
    }
    .twenty-four-cols .p-sm-30, .p-sm-30 {
        padding: 0.3rem!important;
    }
    .twenty-four-cols .pl-sm-10, .pl-sm-10 {
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pr-sm-10, .pr-sm-10 {
        padding-right: 0.1rem!important;
    }
    .twenty-four-cols .pt-sm-10, .pt-sm-10 {
        padding-top: 0.1rem!important;
    }
    .twenty-four-cols .pb-sm-10, .pb-sm-10 {
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .p-sm-10, .p-sm-10 {
        padding: 0.1rem!important;
    }
    .twenty-four-cols .py-sm-10, .py-sm-10 {
        padding-top: 0.1rem!important;
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .px-sm-10, .px-sm-10 {
        padding-right: 0.1rem!important;
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .py-sm-0, .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .twenty-four-cols .px-sm-0, .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .twenty-four-cols .pl-sm-0, .pl-sm-0 {
        padding-left: 0!important;
    }
    .twenty-four-cols .pr-sm-0, .pr-sm-0 {
        padding-right: 0!important;
    }
    .twenty-four-cols .pt-sm-0, .pt-sm-0 {
        padding-top: 0!important;
    }
    .twenty-four-cols .pb-sm-0, .pb-sm-0 {
        padding-bottom: 0!important;
    }
    .twenty-four-cols .p-sm-0, .p-sm-0 {
        padding: 0!important;
    }
    .twenty-four-cols .py-sm-50, .py-sm-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .px-sm-50, .px-sm-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pl-sm-50, .pl-sm-50 {
        padding-left: 0.5rem!important;
    }
    .twenty-four-cols .pr-sm-50, .pr-sm-50 {
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pt-sm-50, .pt-sm-50 {
        padding-top: 0.5rem!important;
    }
    .twenty-four-cols .pb-sm-50, .pb-sm-50 {
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .p-sm-50, .p-sm-50 {
        padding: 0.5rem!important;
    }
    .twenty-four-cols .d-sm-none {
        display: none!important;
    }
    .twenty-four-cols .d-sm-show {
        display: block!important;
    }
    #snackbar, #snackbarConfirmacao .snackbar-body {
        width: 50%!important;
        margin-left: 25%!important;
    }
    .twenty-four-cols .col-sm-1 {
        max-width: 4.166666666666667%!important;
    }
    .twenty-four-cols .col-sm-2 {
        max-width: 8.333333333333334%!important;
    }
    .twenty-four-cols .col-sm-3 {
        max-width: 12.5%!important;
    }
    .twenty-four-cols .col-sm-4 {
        max-width: 16.66666666666667%!important;
    }
    .twenty-four-cols .col-sm-5 {
        max-width: 20.83333333333333%!important;
    }
    .twenty-four-cols .col-sm-6 {
        max-width: 25%!important;
    }
    .twenty-four-cols .col-sm-7 {
        max-width: 29.16666666666667%!important;
    }
    .twenty-four-cols .col-sm-8 {
        max-width: 33.33333333333334%!important;
    }
    .twenty-four-cols .col-sm-9 {
        max-width: 37.5%!important;
    }
    .twenty-four-cols .col-sm-10 {
        max-width: 41.66666666666667%!important;
    }
    .twenty-four-cols .col-sm-11 {
        max-width: 45.83333333333334%!important;
    }
    .twenty-four-cols .col-sm-12 {
        max-width: 50%!important;
    }
    .twenty-four-cols .col-sm-13 {
        max-width: 54.16666666666667%!important;
    }
    .twenty-four-cols .col-sm-14 {
        max-width: 58.33333333333334%!important;
    }
    .twenty-four-cols .col-sm-15 {
        max-width: 62.5%!important;
    }
    .twenty-four-cols .col-sm-16 {
        max-width: 66.66666666666667%!important;
    }
    .twenty-four-cols .col-sm-17 {
        max-width: 70.83333333333334%!important;
    }
    .twenty-four-cols .col-sm-18 {
        max-width: 75%!important;
    }
    .twenty-four-cols .col-sm-19 {
        max-width: 79.16666666666667%!important;
    }
    .twenty-four-cols .col-sm-20 {
        max-width: 83.33333333333334%!important;
    }
    .twenty-four-cols .col-sm-21 {
        max-width: 87.50000000000001%!important;
    }
    .twenty-four-cols .col-sm-22 {
        max-width: 91.66666666666667%!important;
    }
    .twenty-four-cols .col-sm-23 {
        max-width: 95.83333333333334%!important;
    }
    .twenty-four-cols .col-sm-24 {
        max-width: 100%!important;
    }
}

/*MD*/

@media screen and (min-width: 768px) and (max-width: 992px) {
    .twenty-four-cols .offset-md-0 {
        margin-left: 0!important;
    }
    .twenty-four-cols .offset-md-1 {
        margin-left: 4.166666666666667%!important;
    }
    .twenty-four-cols .offset-md-2 {
        margin-left: 8.333333333333334%!important;
    }
    .twenty-four-cols .offset-md-3 {
        margin-left: 12.5%!important;
    }
    .twenty-four-cols .offset-md-4 {
        margin-left: 16.66666666666667%!important;
    }
    .twenty-four-cols .offset-md-5 {
        margin-left: 20.83333333333333%!important;
    }
    .twenty-four-cols .offset-md-6 {
        margin-left: 25%!important;
    }
    .twenty-four-cols .offset-md-7 {
        margin-left: 29.16666666666667%!important;
    }
    .twenty-four-cols .offset-md-8 {
        margin-left: 33.33333333333334%!important;
    }
    .twenty-four-cols .offset-md-9 {
        margin-left: 37.5%!important;
    }
    .twenty-four-cols .offset-md-10 {
        margin-left: 41.66666666666667%!important;
    }
    .twenty-four-cols .offset-md-11 {
        margin-left: 45.83333333333334%!important;
    }
    .twenty-four-cols .offset-md-12 {
        margin-left: 50%!important;
    }
    .twenty-four-cols .offset-md-13 {
        margin-left: 54.16666666666667%!important;
    }
    .twenty-four-cols .offset-md-14 {
        margin-left: 58.33333333333334%!important;
    }
    .twenty-four-cols .offset-md-15 {
        margin-left: 62.5%!important;
    }
    .twenty-four-cols .offset-md-16 {
        margin-left: 66.66666666666667%!important;
    }
    .twenty-four-cols .offset-md-17 {
        margin-left: 70.83333333333334%!important;
    }
    .twenty-four-cols .offset-md-18 {
        margin-left: 75%!important;
    }
    .twenty-four-cols .offset-md-19 {
        margin-left: 79.16666666666667%!important;
    }
    .twenty-four-cols .offset-md-20 {
        margin-left: 83.33333333333334%!important;
    }
    .twenty-four-cols .offset-md-21 {
        margin-left: 87.50000000000001%!important;
    }
    .twenty-four-cols .offset-md-22 {
        margin-left: 91.66666666666667%!important;
    }
    .twenty-four-cols .offset-md-23 {
        margin-left: 95.83333333333334%!important;
    }
    .twenty-four-cols .offset-md-24 {
        margin-left: 100%!important;
    }
    .m-md-1 {
        margin: .25rem!important;
    }
    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .mt-md-1 {
        margin-top: .25rem!important;
    }
    .mr-md-1 {
        margin-right: .25rem!important;
    }
    .mb-md-1 {
        margin-bottom: .25rem!important;
    }
    .ml-md-1 {
        margin-left: .25rem!important;
    }
    .twenty-four-cols .d-md-child-none:nth-child(1n) {
        display: none!important;
    }
    .twenty-four-cols .font-md-scale-9 {
        font-size: 0.9em;
    }
    .twenty-four-cols .font-md-scale-8 {
        font-size: 0.8em;
    }
    .twenty-four-cols .font-md-scale-7 {
        font-size: 0.7em;
    }
    .twenty-four-cols .pl-md-10, .pl-md-10 {
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pr-md-10, .pr-md-10 {
        padding-right: 0.1rem!important;
    }
    .twenty-four-cols .pt-md-10, .pt-md-10 {
        padding-top: 0.1rem!important;
    }
    .twenty-four-cols .pb-md-10, .pb-md-10 {
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .p-md-10, .p-md-10 {
        padding: 0.1rem!important;
    }
    .twenty-four-cols .py-md-10, .py-md-10 {
        padding-top: 0.1rem!important;
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .px-md-10, .px-md-10 {
        padding-right: 0.1rem!important;
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .py-md-30, .py-md-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .px-md-30, .px-md-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pl-md-30, .pl-md-30 {
        padding-left: 0.3rem!important;
    }
    .twenty-four-cols .pr-md-30, .pr-md-30 {
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pt-md-30, .pt-md-30 {
        padding-top: 0.3rem!important;
    }
    .twenty-four-cols .pb-md-30, .pb-md-30 {
        padding-bottom: 0.3rem!important;
    }
    .twenty-four-cols .p-md-30, .p-md-30 {
        padding: 0.3rem!important;
    }
    .twenty-four-cols .py-md-50, .py-md-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .px-md-50, .px-md-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pl-md-50, .pl-md-50 {
        padding-left: 0.5rem!important;
    }
    .twenty-four-cols .pr-md-50, .pr-md-50 {
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pt-md-50, .pt-md-50 {
        padding-top: 0.5rem!important;
    }
    .twenty-four-cols .pb-md-50, .pb-md-50 {
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .p-md-50, .p-md-50 {
        padding: 0.5rem!important;
    }
    .twenty-four-cols .py-md-0, .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .twenty-four-cols .px-md-0, .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .twenty-four-cols .pl-md-0, .pl-md-0 {
        padding-left: 0!important;
    }
    .twenty-four-cols .pr-md-0, .pr-md-0 {
        padding-right: 0!important;
    }
    .twenty-four-cols .pt-md-0, .pt-md-0 {
        padding-top: 0!important;
    }
    .twenty-four-cols .pb-md-0, .pb-md-0 {
        padding-bottom: 0!important;
    }
    .twenty-four-cols .p-md-0, .p-md-0 {
        padding: 0!important;
    }
    .twenty-four-cols .d-md-none {
        display: none!important;
    }
    .twenty-four-cols .d-md-show {
        display: block!important;
    }
    #snackbar, #snackbarConfirmacao .snackbar-body {
        width: 50%!important;
        margin-left: 25%!important;
    }
    .twenty-four-cols .col-md-1 {
        max-width: 4.166666666666667%!important;
    }
    .twenty-four-cols .col-md-2 {
        max-width: 8.333333333333334%!important;
    }
    .twenty-four-cols .col-md-3 {
        max-width: 12.5%!important;
    }
    .twenty-four-cols .col-md-4 {
        max-width: 16.66666666666667%!important;
    }
    .twenty-four-cols .col-md-5 {
        max-width: 20.83333333333333%!important;
    }
    .twenty-four-cols .col-md-6 {
        max-width: 25%!important;
    }
    .twenty-four-cols .col-md-7 {
        max-width: 29.16666666666667%!important;
    }
    .twenty-four-cols .col-md-8 {
        max-width: 33.33333333333334%!important;
    }
    .twenty-four-cols .col-md-9 {
        max-width: 37.5%!important;
    }
    .twenty-four-cols .col-md-10 {
        max-width: 41.66666666666667%!important;
    }
    .twenty-four-cols .col-md-11 {
        max-width: 45.83333333333334%!important;
    }
    .twenty-four-cols .col-md-12 {
        max-width: 50%!important;
    }
    .twenty-four-cols .col-md-13 {
        max-width: 54.16666666666667%!important;
    }
    .twenty-four-cols .col-md-14 {
        max-width: 58.33333333333334%!important;
    }
    .twenty-four-cols .col-md-15 {
        max-width: 62.5%!important;
    }
    .twenty-four-cols .col-md-16 {
        max-width: 66.66666666666667%!important;
    }
    .twenty-four-cols .col-md-17 {
        max-width: 70.83333333333334%!important;
    }
    .twenty-four-cols .col-md-18 {
        max-width: 75%!important;
    }
    .twenty-four-cols .col-md-19 {
        max-width: 79.16666666666667%!important;
    }
    .twenty-four-cols .col-md-20 {
        max-width: 83.33333333333334%!important;
    }
    .twenty-four-cols .col-md-21 {
        max-width: 87.50000000000001%!important;
    }
    .twenty-four-cols .col-md-22 {
        max-width: 91.66666666666667%!important;
    }
    .twenty-four-cols .col-md-23 {
        max-width: 95.83333333333334%!important;
    }
    .twenty-four-cols .col-md-24 {
        max-width: 100%!important;
    }
}

/*LG*/

@media screen and (min-width: 992px) {
    .twenty-four-cols .offset-lg-0 {
        margin-left: 0!important;
    }
    .twenty-four-cols .offset-lg-1 {
        margin-left: 4.166666666666667%!important;
    }
    .twenty-four-cols .offset-lg-2 {
        margin-left: 8.333333333333334%!important;
    }
    .twenty-four-cols .offset-lg-3 {
        margin-left: 12.5%!important;
    }
    .twenty-four-cols .offset-lg-4 {
        margin-left: 16.66666666666667%!important;
    }
    .twenty-four-cols .offset-lg-5 {
        margin-left: 20.83333333333333%!important;
    }
    .twenty-four-cols .offset-lg-6 {
        margin-left: 25%!important;
    }
    .twenty-four-cols .offset-lg-7 {
        margin-left: 29.16666666666667%!important;
    }
    .twenty-four-cols .offset-lg-8 {
        margin-left: 33.33333333333334%!important;
    }
    .twenty-four-cols .offset-lg-9 {
        margin-left: 37.5%!important;
    }
    .twenty-four-cols .offset-lg-10 {
        margin-left: 41.66666666666667%!important;
    }
    .twenty-four-cols .offset-lg-11 {
        margin-left: 45.83333333333334%!important;
    }
    .twenty-four-cols .offset-lg-12 {
        margin-left: 50%!important;
    }
    .twenty-four-cols .offset-lg-13 {
        margin-left: 54.16666666666667%!important;
    }
    .twenty-four-cols .offset-lg-14 {
        margin-left: 58.33333333333334%!important;
    }
    .twenty-four-cols .offset-lg-15 {
        margin-left: 62.5%!important;
    }
    .twenty-four-cols .offset-lg-16 {
        margin-left: 66.66666666666667%!important;
    }
    .twenty-four-cols .offset-lg-17 {
        margin-left: 70.83333333333334%!important;
    }
    .twenty-four-cols .offset-lg-18 {
        margin-left: 75%!important;
    }
    .twenty-four-cols .offset-lg-19 {
        margin-left: 79.16666666666667%!important;
    }
    .twenty-four-cols .offset-lg-20 {
        margin-left: 83.33333333333334%!important;
    }
    .twenty-four-cols .offset-lg-21 {
        margin-left: 87.50000000000001%!important;
    }
    .twenty-four-cols .offset-lg-22 {
        margin-left: 91.66666666666667%!important;
    }
    .twenty-four-cols .offset-lg-23 {
        margin-left: 95.83333333333334%!important;
    }
    .twenty-four-cols .offset-lg-24 {
        margin-left: 100%!important;
    }
    .m-lg-1 {
        margin: .25rem!important;
    }
    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .mt-lg-1 {
        margin-top: .25rem!important;
    }
    .mr-lg-1 {
        margin-right: .25rem!important;
    }
    .mb-lg-1 {
        margin-bottom: .25rem!important;
    }
    .ml-lg-1 {
        margin-left: .25rem!important;
    }
    .twenty-four-cols .d-lg-child-none:nth-child(1n) {
        display: none!important;
    }
    .twenty-four-cols .font-lg-scale-9 {
        font-size: 0.9em;
    }
    .twenty-four-cols .font-lg-scale-8 {
        font-size: 0.8em;
    }
    .twenty-four-cols .font-lg-scale-7 {
        font-size: 0.7em;
    }
    .twenty-four-cols .pl-lg-10, .pl-lg-10 {
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .pr-lg-10, .pr-lg-10 {
        padding-right: 0.1rem!important;
    }
    .twenty-four-cols .pt-lg-10, .pt-lg-10 {
        padding-top: 0.1rem!important;
    }
    .twenty-four-cols .pb-lg-10, .pb-lg-10 {
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .p-lg-10, .p-lg-10 {
        padding: 0.1rem!important;
    }
    .twenty-four-cols .py-lg-10, .py-lg-10 {
        padding-top: 0.1rem!important;
        padding-bottom: 0.1rem!important;
    }
    .twenty-four-cols .px-lg-10, .px-lg-10 {
        padding-right: 0.1rem!important;
        padding-left: 0.1rem!important;
    }
    .twenty-four-cols .py-lg-30, .py-lg-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .px-lg-30, .px-lg-30 {
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pl-lg-30, .pl-lg-30 {
        padding-left: 0.3rem!important;
    }
    .twenty-four-cols .pr-lg-30, .pr-lg-30 {
        padding-right: 0.3rem!important;
    }
    .twenty-four-cols .pt-lg-30, .pt-lg-30 {
        padding-top: 0.3rem!important;
    }
    .twenty-four-cols .pb-lg-30, .pb-lg-30 {
        padding-bottom: 0.3rem!important;
    }
    .twenty-four-cols .p-lg-30, .p-lg-30 {
        padding: 0.3rem!important;
    }
    .twenty-four-cols .pl-lg-50, .pl-lg-50 {
        padding-left: 0.5rem!important;
    }
    .twenty-four-cols .pr-lg-50, .pr-lg-50 {
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .pt-lg-50, .pt-lg-50 {
        padding-top: 0.5rem!important;
    }
    .twenty-four-cols .pb-lg-50, .pb-lg-50 {
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .py-lg-50, .py-lg-50 {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
    .twenty-four-cols .px-lg-50, .px-lg-50 {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .twenty-four-cols .p-lg-50, .p-lg-50 {
        padding: 0.5rem!important;
    }
    .twenty-four-cols .py-lg-0, .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .twenty-four-cols .px-lg-0, .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .twenty-four-cols .pl-lg-0, .pl-lg-0 {
        padding-left: 0!important;
    }
    .twenty-four-cols .pr-lg-0, .pr-lg-0 {
        padding-right: 0!important;
    }
    .twenty-four-cols .pt-lg-0, .pt-lg-0 {
        padding-top: 0!important;
    }
    .twenty-four-cols .pb-lg-0, .pb-lg-0 {
        padding-bottom: 0!important;
    }
    .twenty-four-cols .p-lg-0, .p-lg-0 {
        padding: 0!important;
    }
    .twenty-four-cols .d-lg-none {
        display: none!important;
    }
    .twenty-four-cols .d-lg-show {
        display: block!important;
    }
    .twenty-four-cols .col-lg-1 {
        max-width: 4.166666666666667%!important;
    }
    .twenty-four-cols .col-lg-2 {
        max-width: 8.333333333333334%!important;
    }
    .twenty-four-cols .col-lg-3 {
        max-width: 12.5%!important;
    }
    .twenty-four-cols .col-lg-4 {
        max-width: 16.66666666666667%!important;
    }
    .twenty-four-cols .col-lg-5 {
        max-width: 20.83333333333333%!important;
    }
    .twenty-four-cols .col-lg-6 {
        max-width: 25%!important;
    }
    .twenty-four-cols .col-lg-7 {
        max-width: 29.16666666666667%!important;
    }
    .twenty-four-cols .col-lg-8 {
        max-width: 33.33333333333334%!important;
    }
    .twenty-four-cols .col-lg-9 {
        max-width: 37.5%!important;
    }
    .twenty-four-cols .col-lg-10 {
        max-width: 41.66666666666667%!important;
    }
    .twenty-four-cols .col-lg-11 {
        max-width: 45.83333333333334%!important;
    }
    .twenty-four-cols .col-lg-12 {
        max-width: 50%!important;
    }
    .twenty-four-cols .col-lg-13 {
        max-width: 54.16666666666667%!important;
    }
    .twenty-four-cols .col-lg-14 {
        max-width: 58.33333333333334%!important;
    }
    .twenty-four-cols .col-lg-15 {
        max-width: 62.5%!important;
    }
    .twenty-four-cols .col-lg-16 {
        max-width: 66.66666666666667%!important;
    }
    .twenty-four-cols .col-lg-17 {
        max-width: 70.83333333333334%!important;
    }
    .twenty-four-cols .col-lg-18 {
        max-width: 75%!important;
    }
    .twenty-four-cols .col-lg-19 {
        max-width: 79.16666666666667%!important;
    }
    .twenty-four-cols .col-lg-20 {
        max-width: 83.33333333333334%!important;
    }
    .twenty-four-cols .col-lg-21 {
        max-width: 87.50000000000001%!important;
    }
    .twenty-four-cols .col-lg-22 {
        max-width: 91.66666666666667%!important;
    }
    .twenty-four-cols .col-lg-23 {
        max-width: 95.83333333333334%!important;
    }
    .twenty-four-cols .col-lg-24 {
        max-width: 100%!important;
    }
    #snackbar, #snackbarConfirmacao .snackbar-body {
        width: 40%!important;
        margin-left: 30%!important;
    }
}

.twenty-four-cols .col-xxs-1, .twenty-four-cols .col-xxs-2, .twenty-four-cols .col-xxs-3, .twenty-four-cols .col-xxs-4, .twenty-four-cols .col-xxs-5, .twenty-four-cols .col-xxs-6, .twenty-four-cols .col-xxs-7, .twenty-four-cols .col-xxs-8, .twenty-four-cols .col-xxs-9, .twenty-four-cols .col-xxs-10, .twenty-four-cols .col-xxs-11, .twenty-four-cols .col-xxs-12, .twenty-four-cols .col-xxs-13, .twenty-four-cols .col-xxs-14, .twenty-four-cols .col-xxs-15, .twenty-four-cols .col-xxs-16, .twenty-four-cols .col-xxs-17, .twenty-four-cols .col-xxs-18, .twenty-four-cols .col-xxs-19, .twenty-four-cols .col-xxs-20, .twenty-four-cols .col-xxs-21, .twenty-four-cols .col-xxs-22, .twenty-four-cols .col-xxs-23, .twenty-four-cols .col-xxs-24, .twenty-four-cols .col-xs-1, .twenty-four-cols .col-xs-2, .twenty-four-cols .col-xs-3, .twenty-four-cols .col-xs-4, .twenty-four-cols .col-xs-5, .twenty-four-cols .col-xs-6, .twenty-four-cols .col-xs-7, .twenty-four-cols .col-xs-8, .twenty-four-cols .col-xs-9, .twenty-four-cols .col-xs-10, .twenty-four-cols .col-xs-11, .twenty-four-cols .col-xs-12, .twenty-four-cols .col-xs-13, .twenty-four-cols .col-xs-14, .twenty-four-cols .col-xs-15, .twenty-four-cols .col-xs-16, .twenty-four-cols .col-xs-17, .twenty-four-cols .col-xs-18, .twenty-four-cols .col-xs-19, .twenty-four-cols .col-xs-20, .twenty-four-cols .col-xs-21, .twenty-four-cols .col-xs-22, .twenty-four-cols .col-xs-23, .twenty-four-cols .col-xs-24, .twenty-four-cols .col-sm-1, .twenty-four-cols .col-sm-2, .twenty-four-cols .col-sm-3, .twenty-four-cols .col-sm-4, .twenty-four-cols .col-sm-5, .twenty-four-cols .col-sm-6, .twenty-four-cols .col-sm-7, .twenty-four-cols .col-sm-8, .twenty-four-cols .col-sm-9, .twenty-four-cols .col-sm-10, .twenty-four-cols .col-sm-11, .twenty-four-cols .col-sm-12, .twenty-four-cols .col-sm-13, .twenty-four-cols .col-sm-14, .twenty-four-cols .col-v-15, .twenty-four-cols .col-sm-16, .twenty-four-cols .col-sm-17, .twenty-four-cols .col-sm-18, .twenty-four-cols .col-sm-19, .twenty-four-cols .col-sm-20, .twenty-four-cols .col-sm-21, .twenty-four-cols .col-sm-22, .twenty-four-cols .col-sm-23, .twenty-four-cols .col-sm-24, .twenty-four-cols .col-md-1, .twenty-four-cols .col-md-2, .twenty-four-cols .col-md-3, .twenty-four-cols .col-md-4, .twenty-four-cols .col-md-5, .twenty-four-cols .col-md-6, .twenty-four-cols .col-md-7, .twenty-four-cols .col-md-8, .twenty-four-cols .col-md-9, .twenty-four-cols .col-md-10, .twenty-four-cols .col-md-11, .twenty-four-cols .col-md-12, .twenty-four-cols .col-md-13, .twenty-four-cols .col-md-14, .twenty-four-cols .col-md-15, .twenty-four-cols .col-md-16, .twenty-four-cols .col-md-17, .twenty-four-cols .col-md-18, .twenty-four-cols .col-md-19, .twenty-four-cols .col-md-20, .twenty-four-cols .col-md-21, .twenty-four-cols .col-md-22, .twenty-four-cols .col-md-23, .twenty-four-cols .col-md-24, .twenty-four-cols .col-lg-1, .twenty-four-cols .col-lg-2, .twenty-four-cols .col-lg-3, .twenty-four-cols .col-lg-4, .twenty-four-cols .col-lg-5, .twenty-four-cols .col-lg-6, .twenty-four-cols .col-lg-7, .twenty-four-cols .col-lg-8, .twenty-four-cols .col-lg-9, .twenty-four-cols .col-lg-10, .twenty-four-cols .col-lg-11, .twenty-four-cols .col-lg-12, .twenty-four-cols .col-lg-13, .twenty-four-cols .col-lg-14, .twenty-four-cols .col-lg-15, .twenty-four-cols .col-lg-16, .twenty-four-cols .col-lg-17, .twenty-four-cols .col-lg-18, .twenty-four-cols .col-lg-19, .twenty-four-cols .col-lg-20, .twenty-four-cols .col-lg-21, .twenty-four-cols .col-lg-22, .twenty-four-cols .col-lg-23, .twenty-four-cols .col-lg-24 {
    flex: 0 0 100%!important;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.linhaocorrencia {
    max-height: 65px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

.linhaocorrencia.active {
    max-height: 100vh;
    transition: max-height 0.25s ease-in;
}