* {
    border: 0px;
    font-family: 'Arial', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #000;

}

html {
    height: 100%;
}

body {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: #FFF !important;
}

p,
.main ul,
div#complainantFields div,
fieldset div,
.dxButtons {
    margin: 0.5em 0 0 0;
}

p,
.main ul {
    text-align: justify;
}

ul {
    list-style-position: inside;
}

h1,
h2,
h3,
h4 {
    font-family: 'Arial', sans-serif;
    color: rgb(33, 46, 85);
    text-align: left;
}

h1 {

    margin-top: 18px;
}

h2 {

    margin-top: 30px;
}


h1 {

    font-size: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 38px !important;
    margin-bottom: 0;
    color: rgb(186, 50, 25);
}

h3 {
    font-size: 20px !important;
    margin: 0.85em 0 0 0;
    color: #1E1E1E;
}

h4 {

    margin-top: 2.33em;
}

.titulo {

    font-size: 3.5rem !important;

}

textarea {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

input,
textarea,
select {
    border: 1.3px solid #000;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
    max-width: 100%;
    padding: 0 5px;
}

select {
    padding: 3px 5px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1.3px solid #837a70;
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #F4F9FF;
}

a {
    text-decoration: none;
    color: rgb(0, 92, 203) !important;
}

a:hover {
    text-decoration: underline;

}



fieldset ul li {
    list-style: none;
}

fieldset ul li label {
    font-weight: bold;
}

/**
    ===============================================================================
    Generic class
    ===============================================================================
*/

.text-white {
    color: #333333 !important;
}


.hidden {
    display: none !important;
}

.main {
    width: 100%;
    padding: 0;
    text-align: left;
    padding-top: 2px;
    margin-bottom: 100px;
}

.main:last-child {
    margin-bottom: 10vh;
}

.main label,
/*.main button,*/
.main div,
.main p,
.main p span,
.main a,
.main ul,
.main ul li {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    top: 3px;
    padding: 0px;
}

@media (min-width:768px) {



    .main>div,
    .main>fieldset,
    .main>form {
        margin-top: 1px;
    }

    h2 {
        margin-bottom: 30px;
    }



}

/**
    ===============================================================================
    Logo, header and menu horizontal
    ===============================================================================
*/
header {
    display: flex;
    box-sizing: border-box;
    background-color: transparent;
    margin: auto;
    text-align: center;
    position: relative;
}



nav {
    width: 100%;
    padding: 10px;
}

.align-items-center {
    display: flex;
    align-items: center;
}


.menu-horizontal {
    text-align: center;
    border-bottom: 3px solid #3e7898;
    background-color: #ffffff;
}

.menu-horizontal li {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
    background-color: #ffffff;
}

.menu-horizontal li:hover {
    background-color: #ffffff;
}

.menu-horizontal li a {
    color: #999999;
    display: block;
    font-family: 'Arial', sans-serif;
    line-height: 45px;
    padding: 0 25px;
    text-decoration: none;
    font-size: 18px;
}

.menu-horizontal a:hover,
.menu-horizontal a.menu-item-hover {
    color: #4f8db3;
}

.menu-horizontal ul {
    background-color: #b5c5d4;
    border-radius: 0px 0 9px 0px;
    color: #bad2e1;
    position: absolute;
}

.menu-horizontal ul li {
    display: block;
    text-align: left;
}

.menu-horizontal ul a {
    color: #E5E4E4;
}

.menu-horizontal ul a:hover {
    color: white;
}

/*
.troca {
    display: none;
}
*/

/**
    ===============================================================================
    banner
    ===============================================================================
*/


.banner {
    max-width: 100%;
    display: flex;
}

.banner img {
    margin-top: 0px;
    width: 100%;
    border: 0;
    vertical-align: middle;
    max-width: 1900px;
    margin: 0 auto;
}

.box-titulo {
    margin: 0 2%;
    position: absolute;
    left: 11%;
    padding: 20px;
    max-width: 1000px;
}


.sub-titulo {
    font-size: 2em;
    color: #fff;
}


.link {
    color: rgb(245, 140, 30) !important;
    position: relative;
    text-decoration: none;
    padding: 18px;
    border-right: 1px solid rgb(242, 242, 242);
}

.ultimo {
    border-right: 0 !important;
}

.link:hover {
    color: #FFF !important;
    background: rgb(245, 140, 30);
    padding: 18px;
    border-radius: 5px;
}

.link.ativo {
    color: #FFF !important;
    background: rgb(245, 140, 30);
    padding: 18px;
    border-radius: 5px;
}

/*

.altera-lingua {
    border-right: 1px solid;
}

.altera-lingua.last {
    border-right: 0;
}

.altera-lingua:hover {
    border: 0;
    opacity: 0.9;
}
*/


.jumbotron {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #FFF;
    min-height: 500px;
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
    width: 100%
}

.jumbotron .container {
    max-width: 100%
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .titulo {
        font-size: 2.5rem !important;
        margin-top: 22px;

    }

    .logo {

        width: 200px;
        height: auto;
    }


}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .titulo {
        font-size: 2.2rem !important;
        margin-top: 22px;

    }

    .logo {

        width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .titulo {
        font-size: 1.8rem !important;
        margin-top: 22px;

    }

    .logo {

        width: 130px;
        height: auto;
    }
}

/**
    ===============================================================================
    Scroll arrow
    ===============================================================================
*/

@keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes arrowbounce {

    /* Firefox */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes arrowbounce {

    /* Safari and Chrome */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-o-keyframes arrowbounce {

    /* Opera */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/**
    ===============================================================================
    Internacionalizacao
    ===============================================================================
*/


.altera-lingua-menu {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -1%;
    margin: auto;
    display: flex;
    height: auto;
    align-items: flex-start;
    justify-content: center;
}

.altera-lingua {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
    font-size: 10px;
    float: right;
    padding: 0;
    color: #fff;
    margin: 0 3px;
}

input.en_US {
    background-position-y: -15px;
}

input.es_ES {
    background-position-y: -36px;
}

.img-lingua {
    /* background-image: url(../images/flags/sprite-icts.png); */
    background: rgb(245, 140, 30);
    background-position: top right;
    background-position-y: top;
    background-repeat: no-repeat;
    height: 22px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    font-size: 12px;
}

.altera-lingua:active {
    border: 0px;
}

/**
    ===============================================================================
    banner
    ===============================================================================
*/
.topo {
    background: #FFF;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 10px;

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.main {
    padding-top: 60px;
}


/**
    ===============================================================================
    Mobile
    ===============================================================================
*/
/* min-width & max-width */

@media screen and (max-width: 599px) {


    .cid-qVDexkQhlK .menu-logo .navbar-brand .navbar-logo img {
        display: block;
        max-width: 80% !important;
        height: auto !important;

    }

    header {
        display: none !important;
    }

    .menu-logo {
        display: block !important;
        transition: all 0.4s ease-out;
    }

    h1 {
        font-size: 1.8em !important;
        margin-left: 10px;
        margin-top: 18px;
    }

    h2 {
        font-size: 1.6em !important;
        margin-left: 10px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1114px) and (max-width: 1160px) {
    .cid-qVDexkQhlK .nav-item a {
        margin: 0.1rem 0.1rem !important;
        font-size: 13px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1114px) {
    .cid-qVDexkQhlK .nav-item a {
        margin: 0.1rem 0.1rem !important;
        font-size: 12px !important;
    }

    .banner img {
        margin-top: 72px;

    }
}

@media screen and (max-width: 992px) {
    .cid-qVDexkQhlK .nav-item a {
        margin: 0.5rem 0.5rem !important;
        font-size: 14px !important;
    }

}

@media screen and (min-width: 600px) and (max-width: 1114px) {


    .cid-qVDexkQhlK .menu-logo .navbar-brand .navbar-logo img {
        display: block;
        max-width: 80% !important;
        height: auto !important;

    }

    header {
        display: none !important;
    }

    .menu-logo {
        display: block !important;
        transition: all 0.4s ease-out;
    }

    h2 {
        font-size: 1.8em !important;
        margin-left: 10px;
        margin-top: 30px
    }


}

/**
    ===============================================================================
    Button
    ===============================================================================
*/
.buttonRemove {
    background: url("../images/icons/iconRemove.png") no-repeat !important;
    float: none !important;
    border: none !important;
    width: 20px !important;
    margin: 0 5px !important;
    padding: 0px !important;
    height: 25px;
    vertical-align: middle;
}

.buttonRemove:hover {
    cursor: pointer;
}

.button {
    cursor: pointer;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 0px;
    border-style: none;
    padding: 0 15px 0 15px;
    font-size: 18px;
    line-height: 27px;
}

label.button--primary {
    font-weight: normal;
    display: inline-block;
}

label.button--primary,
.button--primary {
    background: rgb(245, 140, 30);
    color: #fff;
    border: 0;
    margin: 0 0.5em 0.5em 0;
    padding: 4px 12px 4px 12px;
    transition: all ease .3s;
}

label.button--primary,
.button--primary:hover {
    background: rgb(186, 50, 25);
    color: #FFF;
}

header .button--primary {
    background-color: transparent;
    border-color: #fff;
    border-radius: 5px;
}

/* label.button--primary:last-child,
.button--primary:last-child {
    margin: 0;
} */

label.button--primary span {
    color: #fff;
}

label.button--primary:active,
.button--primary:active {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
}

header button.button--primary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.image--button {
    background-color: transparent;
    margin-right: 0.8em;
    text-transform: uppercase;
    position: relative;
}

.image--button:last-child {
    margin-right: 0;
}

.image--button div {
    padding-top: 0.1em;
    padding-bottom: 0.4em;
}

.secondary-hover {
    background: #c5b6ac;
}

.fileParent {
    position: absolute;
    top: -100000px;
    opacity: 0;
    -moz-opacity: 0;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.clear-list {
    list-style: outside none none;
}

.initial-list {
    list-style: initial;
    text-align: left;
}

.required-mark {
    color: red;
}

.attach-label {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.attachment-list {
    margin: 10px 0px;
}

tr {
    background: none;
}

.progress-cursor {
    cursor: progress;
}

.overlay {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: none no-repeat scroll center center #333333;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loading .load {
    background: none no-repeat scroll center center #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px;
    border-radius: 20px;
    text-align: center;
    z-index: 9999;
}

.load-size {
    height: 32px;
    width: 32px;
}

footer {
    position: absolute;
    bottom: 0;
    background-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
}

#incidentAttachmentList {
    margin: 20px 0;
}

.upload-button {
    padding: 3px 15px;
}

div.ui-datepicker {
    font-size: 10pt;
}

div .toast-title ul li {
    list-style-type: none;
}

select.locale {
    margin: 7px 0 0 0;
}

.fields input,
.fields select {
    width: 100%;
}

.fields {
    text-align: left;
}

table#incidentAuditTable {
    width: 100%;
    text-align: left;
}

#incidentStatusDiv fieldset ul li {
    margin: 10px 0;
}

table#incidentAuditTable td,
table#incidentAuditTable th {
    padding: 0.4em;
}

table#incidentAuditTable th {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2.33em;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff;
}

div.dxHint {
    border: 1px solid #837a70;
    border-radius: 10px;
    text-transform: none;
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.dxHint::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #837a70;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.dxHint::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

li.protocolField label>p {
    font-weight: normal;
}

#searchIncidentStatusDiv .protocolField label {
    font-weight: normal;
    display: block;
}

#searchIncidentStatusDiv .protocolField * {
    vertical-align: middle;
}

#toast-container * {
    color: #ffffff;
}

.wrap {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #CCC;
}

.input-prestador {
    width: 97%;
}

.header10 .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px 32px;
    padding: 0px !important;
}

.some {
    display: none !important;
}

.caixa_baixa {
    text-transform: lowercase !important;
}


.titulolgpd {
    font-weight: bold !important;
    /*    font-size: 18px !important;
*/
    margin-bottom: 10px !important;
}

.card-header {
    background-color: rgb(245, 140, 30);
    height: 70px;
    align-content: center;
}

.card-header h3 {
    color: #fff;
    text-align: center;
}

.cards-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px !important;
}

.card {
    width: calc(50% - 20px);
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.card-body {
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px !important;
}

.card-body p {
    text-align: left;
}

#confirmationActions {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* Espaço entre os botões */
}


@media (max-width: 768px) {
    .card {
        width: calc(100% - 20px);
    }
}