﻿html {
    background-color: #fff;
    background: url(../Images/Background/comportamentoBG.png) no-repeat center center fixed;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE 10+ */
    /*overflow: -moz-scrollbars-none; /* Firefox */
}

/*::-webkit-scrollbar {
    width: 0px; Remove o espaço da scrollbar 
    background: transparent; Opcional: faz a scrollbar invisivel 
}*/

body {
    font-size: 0.8em;
    /*font-family: 'Nunito', sans-serif;*/
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-decoration: none !important;
}

.gridviewResposta {
    font-family: verdana, arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: justify;

}

.cssBotaoVerde {
    background-color: #0e9100;
    color: ghostwhite;
    padding: 0.5em;
    text-decoration: none;
}

.cssBotaoVermelho {
    background-color: #ff0000;
    color: ghostwhite;
    padding: 0.5em;
    text-decoration: none;
}

.cssBotaoCinza {
    background-color: transparent;
    padding: 0.5em;
    color: #E8E8E8;
    text-decoration: none;
}

.p5 {
    padding: 10px;
}

.toUpper {
    text-transform: uppercase;
}

.toLower {
    text-transform: lowercase;
}

.linkGrid {
    text-decoration: none !important;
    color: #FFF !important;
}


.divOuter {
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.divInner {
    left: 50%;
    margin-left: -100px; /* A metade de sua largura */
    position: absolute;
    width:800px; /* O valor que você desejar */
}

.loginBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    z-index: 69001;
    top: 40%;
    left: 41%;
    border-radius: 5px;
}

.loginForm {
    order: 1;
    flex: 0 1 auto;
    background-color: #0396aa;
    padding: 20px;
    border-radius: 5px;
}

.labelModalTitulo {
    font-family: 'Nunito', sans-serif;
    font-size: 1.9em;
    font-weight: 700;
    color: #103d70;
    text-align: justify;
}

.labelModalSubTitulo {
    font-family: 'Nunito', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: white;
    text-align: center;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    /*cursor: pointer;*/
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
}

.btn-efeito {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    /*cursor: pointer;*/
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
}

    .btn-efeito:hover {
        background: #103d70;
        border: solid 0px #FFF;
        color: #fff;
    }



article, aside, figcaption, figure, footer,
header, hgroup, main, nav, section {
    display: block;
}

@-ms-viewport {
    width: device-width;
}

.clearBoth {
    clear: both;
}

/* #region BOOTSTRAP */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* #endregion */

/* #region FONT SIZE */

.fs05 {
    font-size: 0.5rem !important;
}
.fs07 {
    font-size: 0.7rem !important;
}
.fs08 {
    font-size: 0.8rem !important;
}

.fs1 {
    font-size: 1rem !important;
}

.fs15 {
    font-size: 1.5rem !important;
}

.fs2 {
    font-size: 2rem !important;
}

.fs25 {
    font-size: 2.5rem !important;
}

.fs3 {
    font-size: 3rem !important;
}

/* #endregion */

/* #region FONT WEIGHT */

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

/* #endregion */

/* #region FLEX */
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
/* #endregion */

/* #region DISPLAYS */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
/* #endregion */

/* #region JUSTIFY */

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
/* #endregion */

/* #region ALIGN */
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-baseline {
    vertical-align: baseline !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-text-top {
    vertical-align: text-top !important;
}

.vertical-align-text-bottom {
    vertical-align: text-bottom !important;
}

.vertical-align-text-central {
    vertical-align: central !important;
}

/* #endregion */

/* #region WIDTH E HEIGHT */
.w1 {
    width: 1rem !important;
}

.w2 {
    width: 2rem !important;
}

.w3 {
    width: 3rem !important;
}

.w4 {
    width: 4rem !important;
}

.w5 {
    width: 5rem !important;
}

.w05 {
    width: 5% !important;
}
.w10 {
    width: 10% !important;
}
.w15 {
    width: 15% !important;
}
.w20 {
    width: 20% !important;
}
.w25 {
    width: 25% !important;
}
.w30 {
    width: 30% !important;
}
.w35 {
    width: 35% !important;
}
.w40 {
    width: 40% !important;
}
.w45 {
    width: 45% !important;
}
.w50 {
    width: 50% !important;
}
.w55 {
    width: 55% !important;
}
.w60 {
    width: 60% !important;
}
.w65 {
    width: 65% !important;
}
.w70 {
    width: 70% !important;
}
.w75 {
    width: 75% !important;
}
.w80 {
    width: 80% !important;
}
.w85 {
    width: 85% !important;
}
.w90 {
    width: 90% !important;
}
.w95 {
    width: 95% !important;
}
.w100 {
    width: 100% !important;
}

.wAuto {
    width: auto !important;
}

.h1 {
    height: 1rem !important;
}

.h2 {
    height: 2rem !important;
}

.h3 {
    height: 3rem !important;
}

.h4 {
    height: 4rem !important;
}

.h5 {
    height: 5rem !important;
}

.h25 {
    height: 25% !important;
}

.h50 {
    height: 50% !important;
}

.h75 {
    height: 75% !important;
}

.h100 {
    height: 100% !important;
}

.hAuto {
    height: auto !important;
}

.mw100 {
    max-width: 100% !important;
}

.mh100 {
    max-height: 100% !important;
}
/* #endregion */

/* #region MARGIN */

.m0 {
    margin: 0 !important;
}

.mt0, .my0 {
    margin-top: 0 !important;
}

.mr0, .mx0 {
    margin-right: 0 !important;
}

.mb0, .my0 {
    margin-bottom: 0 !important;
}

.ml0, .mx0 {
    margin-left: 0 !important;
}

.m1 {
    margin: 0.25rem !important;
}

.mt1, .my1 {
    margin-top: 0.25rem !important;
}

.mr1, .mx1 {
    margin-right: 0.25rem !important;
}

.mb1, .my1 {
    margin-bottom: 0.25rem !important;
}

.ml1, .mx1 {
    margin-left: 0.25rem !important;
}

.m2 {
    margin: 0.5rem !important;
}

.mt2, .my2 {
    margin-top: 0.5rem !important;
}

.mr2, .mx2 {
    margin-right: 0.5rem !important;
}

.mb2, .my2 {
    margin-bottom: 0.5rem !important;
}

.ml2, .mx2 {
    margin-left: 0.5rem !important;
}

.m3 {
    margin: 1rem !important;
}

.mt3, .my3 {
    margin-top: 1rem !important;
}

.mr3, .mx3 {
    margin-right: 1rem !important;
}

.mb3, .my3 {
    margin-bottom: 1rem !important;
}

.ml3, .mx3 {
    margin-left: 1rem !important;
}

.m4 {
    margin: 1.5rem !important;
}

.mt4, .my4 {
    margin-top: 1.5rem !important;
}

.mr4, .mx4 {
    margin-right: 1.5rem !important;
}

.mb4, .my4 {
    margin-bottom: 1.5rem !important;
}

.ml4, .mx4 {
    margin-left: 1.5rem !important;
}

.m5 {
    margin: 3rem !important;
}

.mt5, .my5 {
    margin-top: 3rem !important;
}

.mr5, .mx5 {
    margin-right: 3rem !important;
}

.mb5, .my5 {
    margin-bottom: 3rem !important;
}

.ml5, .mx5 {
    margin-left: 3rem !important;
}

.mAuto {
    margin: auto !important;
}

.mtAuto, .myAuto {
    margin-top: auto !important;
}

.mrAuto, .mxAuto {
    margin-right: auto !important;
}

.mbAuto, .myAuto {
    margin-bottom: auto !important;
}

.mlAuto, .mxAuto {
    margin-left: auto !important;
}
/* #endregion */

/* #region PADDING */

.p0 {
    padding: 0 !important;
}

.pt0, .py0 {
    padding-top: 0 !important;
}

.pr0, .px0 {
    padding-right: 0 !important;
}

.pb0, .py0 {
    padding-bottom: 0 !important;
}

.pl0, .px0 {
    padding-left: 0 !important;
}

.p1 {
    padding: 0.25rem !important;
}

.pt1, .py1 {
    padding-top: 0.25rem !important;
}

.pr1, .px1 {
    padding-right: 0.25rem !important;
}

.pb1, .py1 {
    padding-bottom: 0.25rem !important;
}

.pl1, .px1 {
    padding-left: 0.25rem !important;
}

.p2 {
    padding: 0.5rem !important;
}

.pt2, .py2 {
    padding-top: 0.5rem !important;
}

.pr2, .px2 {
    padding-right: 0.5rem !important;
}

.pb2, .py2 {
    padding-bottom: 0.5rem !important;
}

.pl2, .px2 {
    padding-left: 0.5rem !important;
}

.p3 {
    padding: 1rem !important;
}

.pt3, .py3 {
    padding-top: 1rem !important;
}

.pr3, .px3 {
    padding-right: 1rem !important;
}

.pb3, .py3 {
    padding-bottom: 1rem !important;
}

.pl3, .px3 {
    padding-left: 1rem !important;
}

.p4 {
    padding: 1.5rem !important;
}

.pt4, .py4 {
    padding-top: 1.5rem !important;
}

.pr4, .px4 {
    padding-right: 1.5rem !important;
}

.pb4, .py4 {
    padding-bottom: 1.5rem !important;
}

.pl4, .px4 {
    padding-left: 1.5rem !important;
}

.p5 {
    padding: 3rem !important;
}

.pt5, .py5 {
    padding-top: 3rem !important;
}

.pr5, .px5 {
    padding-right: 3rem !important;
}

.pb5, .py5 {
    padding-bottom: 3rem !important;
}

.pl5, .px5 {
    padding-left: 3rem !important;
}
/* #endregion */

/* #region MENU PRINCIPAL */

nav {
    margin: 0;
    display: inherit;
}
    /* BOTÕES DO MENU PRINCIPAL */
    nav ul li a {
        padding: 1.2rem; /* <- Define o tamanho do botão no Menu principal */
        color: #0A629C; /* Azul Tailler */
        font-family: RobotoMedium, sans-serif;
        background-color: #EFEFEF; /* Cinza Tailler */
        text-decoration: none;
        border: none;
        font-size: 1rem;
        display: flex;
    }

    /* BOTÕES DO SUB MENU */
    nav ul li ul li a {
        width: 18rem; /* <- Largura do item do SubMenu */
        /* display: block; */
        padding: 0.5rem;
        color: #0A629C; /* Azul Tailler */
        background-color: #EFEFEF; /* Cinza Tailler */
        text-decoration: none;
        border-bottom: #FFF 1px dotted;
        display: flex;
    }

    nav a:hover {
        color: #E33036; /* Vermelho Tailler */
        background-color: #FFF;
        font-family: RobotoMedium;
    }

    nav ul {
        margin: 0;
        padding: 0;
        background: #EFEFEF; /* Cinza Tailler */
        list-style: none;
        position: relative;
        z-index: 2001;
        display: inline-flex; /* <- Alinha os itens do Menu na horizontal */
        align-items: center;
    }

        nav ul li {
            position: relative;
        }

        nav ul > li {
            float: left;
        }

        nav ul li:hover > ul {
            display: block;
        }

        nav ul ul {
            display: none;
            position: absolute;
            border-radius: 0;
        }

            nav ul ul li:hover > ul {
                display: block;
                left: 100%;
                top: 0;
            }

.show-menu {
    font-family: RobotoMedium, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    background: #5AB250; /* Verde Tailler */
    text-align: center;
    padding: 10px 0;
    display: none;
}

/* Esconde o checkbox */
#show-menu {
    display: none;
}

    /* Mostra o Menu invisível quando o checkbox é marcado */
    #show-menu:checked ~ #menu {
        display: block;
    }

/* MENU RESPONSIVO MOBILE */
@media screen and (max-width : 1000px) {
    ul {
        position: static;
        display: none;
    }

    nav ul li input,
    nav input:hover {
        width: 100%;
    }

    nav ul {
        display: none;
    }

        nav ul li {
            text-align: center;
            background-color: #EFEFEF;
        }

        nav ul ul {
            position: inherit;
        }

            nav ul ul li:hover > ul {
                left: 0;
            }
    /* Faz todos os links ficarem com 100% Width */
    ul li, li a {
        width: 100%;
    }
    /* Mostra o link Menu no mobile */
    .show-menu {
        display: block;
    }
}

/* CLASSE DO LOGO */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

#menuUnidade {
    text-align: center;
    text-decoration: none;
    list-style: none;
    width: 100%;
}

    #menuUnidade ul {
        list-style: none;
        margin: 0;
    }

    #menuUnidade li {
        float: left;
        margin-left: 20px;
    }

/* #endregion */

/* #region COLORS */

.clrPreto {
    color: #000000 !important; /* Preto */
}

.clrBranco {
    color: #FFFFFF !important; /* Branco */
}

.clrAzul {
    color: #0A629C !important; /* Azul Tailler */
}

.clrVermelho {
    color: #E33036 !important; /* Vermelho Tailler */
}

.clrVerde {
    color: #5AB250 !important; /* Verde Tailler */
}

.bgPreto {
    background-color: #000000 !important; /* Preto */
}

.bgBranco {
    background-color: #FFFFFF !important; /* Branco */
}

.bgAzul {
    background-color: #0A629C !important; /* Azul Tailler */
}

.bgVermelho {
    background-color: #E33036 !important; /* Vermelho Tailler */
}

.bgVerde {
    background-color: #5AB250 !important; /* Verde Tailler */
}

/* #endregion */

/* #region INPUTS */

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
    cursor: pointer;
}

textarea,
input[type="password"],
input[type="text"],
input[type="input"] {
    font-family: RobotoMedium, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0A629C; /* Azul Tailler */
    background-color: #EFEFEF; /* Cinza Tailler */
    border: none !important;
}

.ajax__html_editor_extender_container {
    height: auto !important;
}

.ajax__html_editor_extender_texteditor {
    height: auto !important;
    background-color: #FFFFFF !important; /* Branco */
}

.textbox,
.dropdown {
    font-family: RobotoMedium, sans-serif;
    font-size: 1rem;
    color: #0A629C; /* Azul Tailler */
    background-color: #EFEFEF; /* Cinza Tailler */
    border: none !important;
}

textarea {
    overflow: auto;
    resize: none;
    border: none;
}

fieldset {
    min-width: 0;
    padding: 10px;
    margin: 0;
    border: 0;
}

p {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    /*margin-bottom: .5rem;*/
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.lgdTituloModal {
    text-align: center;
}

/* #endregion */

/* #region BUTTONS */

.iptBtnNovo {
    border: none;
    background-color: #0A629C; /* Azul Tailler */
    color: #FFF; /* Branco */
    font-size: 1rem;
    font-family: RobotoMedium, sans-serif;
    cursor: pointer;
}

.iptBtnSalvar {
    font-family: RobotoBold, sans-serif;
    font-size: 1rem;
    color: #FFF; /* Branco */
    background-color: #5AB250; /* Verde Tailler */
    border: none;
    cursor: pointer;
}

.lupaPesquisa {
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.lnkBtn {
    text-decoration: none;
}

.lnkBtnMenu {
    padding: 1.2rem; /* <- Define o tamanho do botão no Menu principal */
    color: #0A629C; /* Azul Tailler */
    font-family: RobotoMedium, sans-serif;
    background-color: #EFEFEF; /* Cinza Tailler */
    text-decoration: none;
    border: none;
    font-size: 1rem;
    display: flex;
}

.lnkBtnBranco,
.lnkBtnPreto,
.lnkBtnAzul,
.lnkBtnVermelho,
.lnkBtnVerde {
    font-family: RobotoBold, sans-serif;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.lnkBtnBranco {
    background-color: #FFFFFF; /* Branco */
}

.lnkBtnPreto {
    background-color: #000000; /* Preto */
}

.lnkBtnAzul {
    background-color: #0A629C; /* Azul Tailler */
}

.lnkBtnVermelho {
    background-color: #E33036; /* Vermelho Tailler */
}

.lnkBtnVerde {
    background-color: #5AB250; /* Verde Tailler */
}

/* #endregion */

/* #region DIVS */

.bgPainel {
    /* Esta parte está comentada porque o Painel não respeita
    position: fixed !important;
    z-index: 1000 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;*/
    background-color: #000000; /* Preto */
    opacity: .5;
}

.divFundo {
    position: fixed !important;
    z-index: 2003 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000000; /* Preto */
    opacity: .5;
}

.divPesquisa {
    background-color: #0A629C; /* Azul Tailler */
}

.divModal {
    background-color: #0A629C; /* Azul Tailler */
    /*top: 0;
    left: 50%;
    transform: translate(-50%,0);*/
    width: 100%;
    position: absolute;
    z-index: 4001;
}
/*Modal*/
.modalBackground {
    background: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: .5;
    -moz-opacity: .5;
}
.modalPopup {
    background-color: white;
    /*background: url(/Comum/Imagens/BG/bg_colmeia_cinza.png) center center repeat fixed;*/
    /*background-color:#c9ecee;*/
    border-width: 1px;
    border-style: solid;
    border-color: #559398;
    padding: 10px;
    width: auto;
    height: auto;
    -moz-border-radius: 15px 15px 15px 15px;
    -moz-box-shadow: 0 0 10px #333333;
    -webkit-border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 0 0 10px #333333;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 10px #333333;
    /*margin:10 10 10 10;*/
}

.divPainel {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pnlFixoTopo {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%,0);
}

.novoServiço {
    background-color: #0A629C; /* Azul Tailler */
    position: absolute;
    z-index: 4001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.imgFotoLogo {
    max-height: 400px !important;
    max-width: 400px !important;
}

.divisoria {
    border-bottom: 1px solid #EFEFEF; /* Cinza Claro do Menu */
    margin: 10px 0;
}

/* #endregion */

.gdvPainel {
    max-height: 350px;
    overflow: auto;
}

.gdvDiv {
    background-color: #EFEFEF; /* Cinza Claro do Menu */
}

.gdvLink {
    color: #000000; /* Preto */
    font-family: RobotoMedium, sans-serif;
    font-size: 1em;
    text-decoration: none;
}

/* #endregion */

/* #region LOGIN */

.loginFora {
    position: absolute;
    height: 88%;
    width: 100%;
}

.loginDentro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); /* Centraliza a div no meio da tela */
    background-color: #0A629C; /* Azul Tailler */
}

.lblLogin {
    font-family: RobotoBold, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF; /* Branco */
}

.btnLogin {
    font-family: RobotoBold, sans-serif;
    font-size: 1rem;
    color: #FFF; /* Branco */
    background-color: #5AB250; /* Verde Tailler */
    border: none;
    cursor: pointer;
}

/* #endregion */

/* #region LOADING */

.loadingFora {
    position: fixed;
    z-index: 100002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Preto */
    opacity: .5;
}

.loadingDentro {
    position: fixed;
    z-index: 100003;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .loadingDentro p {
        font-family: RobotoMedium, sans-serif;
        font-size: 1.6rem;
        color: #FFF;
    }

    .loadingDentro img {
        width: 6rem;
    }

/* #endregion */

/* #region FOOTER */

footer {
    background-color: #525353;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 2002;
    text-align: center;
    font-size: 0.5rem;
}

    footer a {
        font-family: RobotoMedium, sans-serif;
        text-decoration: none;
        color: #FFF; /* Branco */
    }

/* #endregion */

/* #region GUIA CSS */

.divGuiaCss {
    position: fixed;
    z-index: 100000;
    right: 0;
    bottom: 0;
}

.guiaCssItem {
    width: auto;
    height: auto;
    margin: 1rem 0.5rem 0 0.5rem;
    background-color: #EFEFEF; /* Cinza Claro do Menu */
    border-radius: 20px;
}

/* Triângulo vermelho acima do rodapé para retornar ao topo da página - GuiaCSS.aspx */
.back2Top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #E33036; /* Vermelho Tailler */
}

/* #endregion */

/*     -----------------             MATHEUS CSS         ----------------------  */
.borderBottom {
    border-bottom: 1px solid #cfcbcb !important;
}

#divCadastroQuestao {
    margin: auto;
    width: 1000px;
    border: 10px solid #52658f;
    padding: 10px;
    margin-top: 10px;

}

#divCRFundo {
    margin: auto;
    background-color: #6b6c6f;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    font-size:x-large;
    padding: 10px;
    margin-top: 10px;
}

.tbCadQuestao {
    width: 900px;
    height: 100px;
    background-color: #eeeeee;
    text-align:justify;

}

.mGridVer {
    width: 99.9%;
    margin: 5px 0px 0px 0px;
    border: solid 10px transparent;
    border-collapse: collapse;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 300;
    text-align:center;

}

    .mGridVer th {
        background-color: #52658F;
        color: white;
    }

    .mGridVer tr:nth-child(even) {
        background-color: #f2f2f2
    }

.bfQuestao {
    border: solid 2em transparent;
    text-align: justify;
}

.bfPeso {
    border: solid 2em transparent;
    text-align: center;
}

.tfEditar {
    border: solid 2em transparent;
    text-align: center;
}

#divbtnNovoCad {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mGridVerpager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: center;
}

.btnNovaQuestao {
    /*font-family: 'Nunito', sans-serif;*/
    font-family: verdana, arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    /*cursor: pointer;*/
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #333A56;
    color: white;
}

    .btnNovaQuestao:hover {
        background: #CDCDCD;
        border: solid 0px #FFF;
        color: #000000;
    }

.btnEditarQst {
    font-family: 'Nunito', sans-serif;
    font-size: 1.0em;
    text-transform: uppercase;
    border: none;
    padding: 5px;
    /*cursor: pointer;*/
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #333A56;
    color: white;
}

    .btnEditarQst:hover {
        background: #8f8f8f;
        border: solid 0px #FFF;
        color: #000000;
    }

#divHomeEX {
    width: 100vw;
    height: 100vh;
    background-image: url(../IMAGENS/coding-on-laptop.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#divHomeIN {

    display: flex;
    justify-content: center;
    align-items: center;

    /* aqui entra as propriedades da transparência, aqui eu usei a cor Black */
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.7);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

#resp {
    display: flex;
    justify-content: center;
    align-items: center;
    /* aqui entra as propriedades da transparência, aqui eu usei a cor Black */
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

#OrientacaoRsp {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: white;
}

.mGrid {
    width: 99.9%;
    border-collapse: collapse;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #474c5e;
    text-align: justify;
    color: #E8E8E8;
    position: relative;
}


    .mGrid .alt {
        background-color: #abb3c6; /* cores alternadas na gridview das rows*/
    }

    .mGrid .ESPACAMENTO{
        padding-bottom: 2em;
    }

.BACKGROUND {
    background-color: #E8E8E8;
}

#piechart_3d {
    margin: auto;
    border: 8px solid #333A56;
    border-radius: 10px;
    position: fixed;
    display: inline-block;
    top: 200px;
    width: 500px;
    height: 300px;
    overflow: hidden;
}


