/*Barra Menu*/
/*Header*/
/*Cor*/
/*Footer*/
/*Font*/
/*Tamanho de texto*/
/**
    ===============================================================================
    Reset and style for tags
    ===============================================================================
*/
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #131313;
}

p,
div#complainantFields div,
fieldset div {
    margin: 0.85em 0 0 0;
}

p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px !important;
}

p.description {
    font-size: 15px;
    font-weight: 600;
    max-width: 800px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Segoe UI', sans-serif;
    color: #5a5a5a;
    margin-bottom: .5em !important;
}

h3 {
    font-size: 32px !important;
}

h4 {
    font-size: 24px !important;
}

fieldset h3 {
    height: 1.5em;
    margin: 20px 0px 30px 0;
}

textarea {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

select {
    width: 100% !important;
    margin-top: 5px !important;
}

input.w-100 {
    width: 100%;
    margin-top: 5px;
}

ul,ol {
    list-style: none;
    padding-left: 0;
}

input,
textarea,
select {
    border: 1px inset;
    padding: 8px 5px;
    border-radius: 6px;
    background-color: #dedede;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    border: 1.3px solid #9c9c9c;
    outline: none;
    background-color: #e8e8e8;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #FAFCFD;
}

a {
    text-decoration: none;
}

fieldset ul li {
    list-style: none;
}

fieldset ul li label {
    font-weight: bold;
}

h4 {
    padding-top: 1em;
}

/**
    ===============================================================================
    Generic class
    ===============================================================================
*/

.hidden {
    display: none !important;
}

.logo {
    padding-bottom: 15px;
    font-size: 35px;
    color: #6f6f6f;
    font-weight: 400;
}

.main {
    margin: 2.5em auto auto auto;
    width: 100%;
    max-width: 1400px;
    padding: 15px 15px 100px 15px;
    background-color: rgb(255, 255, 255);
}

/**
    ===============================================================================
    Logo, header and menu horizontal (Aqui fica o local para alterar a cor do header)
    ===============================================================================
*/

.logo-and-header {
    border-top-width: 8px;
    padding-top: 20px;
    background-color: #fff;
    position: relative;
}

.logo-and-header .altera-lingua-menu {
    position: absolute;
    top: 10px;
    right: 25px;
}

.logo-and-header img {
    display: inline-block;
    vertical-align: middle;
}

.logo-and-header,
.menu-horizontal {
    text-align: center;
}

.logo-and-header .logo-image {
    background: transparent url("../images/logo-albert.png") center center no-repeat;
    height: 80px;
    padding-left: 20px;
    width: 110px;
    display: inline-block;
    background-size: cover;
}

.menu-horizontal {
    border-bottom: 4px solid #ffffff;
    background-color: #005A9C;
    box-shadow: 0px 6px 5px rgba(136, 136, 136, 0.67);
}

.menu-horizontal li {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
    background-color: #005A9C;
}

.menu-horizontal li:hover {
    background-color: #194A6E;
}

.menu-horizontal li a {
    color: #F4F4F4;
    display: block;
    font-family: 'Segoe UI', sans-serif;
    line-height: 45px;
    padding: 0 49px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.menu-horizontal a:hover,
.menu-horizontal a.menu-item-hover {
    color: #fff;
}

.menu-horizontal ul {
    background-color: #194A6E;
    border-radius: 0px 0 9px 0px;
    color: #bad2e1;
    position: absolute;
}

.menu-horizontal ul li {
    display: block;
    text-align: left;
}

.menu-horizontal ul a {
    color: #005A9C;
}

.menu-horizontal ul a:hover {
    color: #fff;
}

/**
    ===============================================================================
    Internacionalizacao
    ===============================================================================
*/
.altera-lingua {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
    font-size: 10px;
    float: right;
    padding: 0;
    background-color: #fff;
    color: #000;
    margin: 0 3px;
}

.altera-lingua:hover {
    border: 0;
    background-color: #194A6E;
    color: #fff;
}

.altera-lingua:hover,
.altera-lingua:focus {
    border: 0;
}

/**
    ===============================================================================
    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;
}

.dxButtons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button {
    cursor: pointer;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 0px;
    border-style: none;
    padding: 0 15px 0 15px;
    font-size: 1em;
    line-height: 27px;
}

#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary {
    font-weight: normal;
    display: inline-block;
}

#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary,
.button--primary {
    background-color: #005A9C;
    color: #ffffff;
    margin: 1em 0.5em 0 0;
    height: 30px;
    box-shadow: 0px 1px 5px rgb(0, 0, 0);
}

#incidentStatusDiv fieldset ul li label.button--primary.primary-hover {
    background-color: #005A9C;
}

.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);
}

.button--primary:hover {
    background: #5a5a64;
}

.primary-hover:hover {
    background: #5a5a64;
}

.secondary-hover {
    background: #c5b6ac;
}

.fileParent {
    position: absolute;
    top: -100000px;
    opacity: 0;
    -moz-opacity: 0;
}

.background-1 {
    color: white;
    background-color: #777779;
    text-align: center;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
}

.clear-list {
    list-style: outside none none;
}

.initial-list {
    list-style: initial;
}

.required-mark {
    color: #f00;
}

.attach-label {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.attachment-list {
    margin: 10px 0px;
}

tr.even {
    background: none;
}

tr.odd {
    background: #d5d5d5;
}

.progress-cursor {
    cursor: progress;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.overlay {
    opacity: 0.7;
    background: none no-repeat scroll center center #333333;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loading .load {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 9999;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50px;
}

.load-size {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}
div.footer {
    color: #fff;
    vertical-align: middle;
    background-color: rgb(49, 74, 94);
    overflow: auto;
    box-shadow: 0px -9px 5px rgb(214, 214, 214);
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#incidentAttachmentList {
    margin: 20px 30px;
}

.upload-button {
    padding: 4px 15px;
}

.upload-button span {
    color: #ffffff;
}

#validMailPhone {
    font-size: 0.90em;
    color: #B04212;
}

div.ui-datepicker {
    font-size: 10pt;
}

div .toast-title ul li {
    list-style-type: none;
}

select.locale {
    margin: 1em 0 0 0px;
}

div#complainantFields input,
div#anonymousEmailDiv input {
    width: 67%;
}

table#incidentAuditTable {
    width: 100%;
    text-align: left;
}

#incidentStatusDiv fieldset ul li {
    margin: 10px 0;
}

#incidentStatusDiv fieldset ul li label {
    display: block;
    background-color: #e0e0e0;
    color: #1f1f1f;
}

table#incidentAuditTable td,
table#incidentAuditTable th {
    padding: 0.4em;
}

table#incidentAuditTable th {
    background-color: #e0e0e0;
    color: #1f1f1f;
}

table#incidentAuditTable tr:nth-child(2n+1) {
    background: #f5f6ff;
}

div.dxHint {
    display: inline-block;
}

li.protocolField label > p {
    font-weight: normal;
}

#searchIncidentStatusDiv .protocolField label {
    font-weight: normal;
    display: block;
}

#toast-container * {
    color: #ffffff;
}

.jumbotron {
    padding-top: 0px;
    /* padding-bottom: 36px; */
    margin-bottom: 30px;
    color: inherit;
    background-color: rgba(234, 234, 234, 0.2);
    margin-top: 14px;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 6px;
}

.align-add {
    margin-top: 15px;
    margin-bottom: 14px;
}


.some {
    display: none !important;
}

.lowertexto {
    text-transform: lowercase !important;
}


.card {
    border: none;
    background: #FFF;
    border-radius: 0;
    margin-bottom: 10px;
}

.card-header {
    padding: 1.25rem 0.25rem;
    margin-bottom: 0;
    background-color: #FFF;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0.25rem;
}

.btn-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
    color: var(--cor-grey);
    text-decoration: none !important;
    white-space: normal;
    padding: 0;
    cursor: pointer;
}

.btn-link:hover {
    color: var(--cor-grey);
    text-decoration: none;
}

.btn-link.collapsed::after {
    font-family: FontAwesome;
    font-weight: 900; 
    content: "\f078";
    position: absolute;
    right: 15px;
    color: var(--cor-primary);
}

.btn-link::after {
    font-family: FontAwesome;
    font-weight: 900; 
    content: "\f077";
    position: absolute;
    right: 15px;
    color: var(--cor-secondary);
}

.collapse.in {
    display: block;
}

.bg-white {
    background-color: #fff;
}