.splashAzulEscuro { color: #0065a4}
.splashAzulClaro { color: #00aeef}
.splashVerdeEscuro { color: #439539}
.splashVerdeClaro { color: #8dc63f}
.splashCinzaEscuro { color: #e7e7e8}
.splashCinzaClaro { color: #f3f3f4}
.backSplashAzulEscuro { background-color: #0065a4}
.backSplashAzulClaro { background-color: #00aeef}
.backSplashVerdeEscuro { background-color: #439539}
.backSplashVerdeClaro { background-color: #8dc63f}
.backSplashCinzascuro { background-color: #e7e7e8}
.backSplashCinzaClaro { background-color: #f3f3f4}

a:hover {color: #00aeef}
a:focus {color: #00aeef}

blockquote {
    color: gray;
    font-style: italic
}

::selection {
    background: #00aeef;
    color: #fff;
    text-shadow: none
}

img::selection {
    background: 0px 0px;
    color: #fff
}

.no-margin {
    margin: 0px;
    padding: 0px
}

.center {text-align: center}
.gap {margin-bottom: 15px}
.med-gap {margin-bottom: 50px}
.big-gap {margin-bottom: 100px}
.pre-gap {margin-top: 15px}
.pre-med-gap {margin-top: 50px}
.pre-big-gap {margin-top: 100px}

.col-sm-8cols {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 1px
}

.img-center {
    margin: 0 auto
}

.cookieAlert-box {
    display: none;
    position: fixed;
    bottom: 0px;
    min-height: 40px;
    z-index: 10000;
    background-color: grey;
    color: white;
    width: 100%
}

.cookieAlert-box p {
    margin: 10px 0px 0px 10px
}

.cookieAlert-box a {
    color: #8dc63f
}

.cookieAlert-box .close {
    color: white;
    margin: 0px 20px 10px 0px;
    opacity: 1
}

@media all and (min-width: 990px) {
    .col-sm-8cols {
        width: 12.5%;
        float: left
    }
}

.col-sm-6cols {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 1px
}

@media all and (min-width: 990px) {
    .col-sm-6cols {
        width: 16.6%;
        float: left
    }
}

.col-xs-5c, .col-sm-5c, .col-md-5c, .col-lg-5c {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-5c {
    width: 20%;
    float: left
}

@media (min-width: 990px) {
    .col-sm-5c {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-5c {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-5c {
        width: 20%;
        float: left
    }
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.vertical-align {
    display: flex;
    align-items: center
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.small-gutter>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px
}

.areaGroup {
    margin: 0px -2px 0px -2px
}

.cursorClica {
    cursor: pointer
}

.efeitoVolumeSombra {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15)
}

.cursorLink {
    cursor: pointer
}

/* #navbarColapsed {
    background: url("/images/RedeTransparente64.png") no-repeat left
}

.navbar-wrapper {
    height: 80px
}


.navbar-custom {
    left: 0px;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 1000
}

.navbar-custom .navbar-brand {
    background: url("/images/logo2.png") no-repeat 0px 50%;
    width: 380px;
    height: 80px
}

.navbar-custom .nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
} */

/* .nav #ucFONav1_liEntrar {
    background-color: #0061a1;
    color: white;
    margin-right: 10px
}

.nav #ucFONav1_liEntrar a {
    color: white
} */

/* @media only screen and (min-width: 990px) {
    .navbar-custom {
        background: white;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: fixed
    }
    .navbar-header {
        height: 120px
    }
    .navbar-custom .navbar-brand {
        height: 120px
    }
    .navbar-wrapper {
        height: 120px
    }
    .navbar-collapse {
        padding-top: 40px;
        padding-right: 10px
    }
    .navbar-custom .navbar-brand {
        padding: 20px;
        color: rgba(0, 0, 0, 0.8);
        margin-left: 50px
    }
    .navbar-custom .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.8);
        background-color: transparent
    }
    .navbar-custom .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.8);
        background-color: transparent
    }
    .navbar-custom .nav li a {
        padding: 20px;
        color: black
    }
    .navbar-custom .nav li a:hover {
        color: white;
        background-color: #049021
    }
    .navbar-custom .nav li a:focus {
        color: white;
        background-color: #049021
    }
} */

/* @media only screen and (min-width: 1170px) {
    .navbar-custom {
        transition: background-color 0.3s;
        transform: translate3d(0px, 0px, 0px);
        backface-visibility: hidden;
        -webkit-transition: background-color .3s;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-transition: background-color .3s;
        -moz-transform: translate3d(0, 0, 0)
    }
    .navbar-custom.is-fixed {
        transition: transform 0.3s;
        top: -120px;
        height: 120px;
        border-bottom-color: #f2f2f2;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: fixed;
        background-color: white;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s
    }
    .navbar-custom.is-fixed .navbar-brand {
        color: #049021;
        margin-left: 50px
    }
    .navbar-custom.is-fixed .navbar-brand:hover {
        color: transparent
    }
    .navbar-custom.is-fixed .navbar-brand:focus {
        color: transparent
    }
    .navbar-custom.is-fixed .nav li a {
        color: black
    }
    .navbar-custom.is-fixed .nav li a:hover {
        color: white;
        background-color: #049021
    }
    .navbar-custom.is-fixed .nav li a:focus {
        color: white;
        background-color: #049021
    }
    .navbar-custom.is-visible {
        transform: translate3d(0px, 100%, 0px);
        -webkit-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0)
    }
} */

/* .navbar-custom .dropdown-menu li {
    display: block
}

.navbar-custom .dropdown-menu li:last-child {
    margin-right: 0px
}

.navbar-custom .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0px
}

.navbar-custom .dropdown-menu li a div {
    white-space: normal
}

.navbar .divider-vertical {
    height: 10px;
    margin: 0 9px;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111
}

@media (max-width: 990px) {
    .navbar-collapse .nav>.divider-vertical {
        display: none
    }
} */

#bottom {
    /* background: #8dc63f;
    color: white; */
    padding-top: 15px;
    padding-bottom: 15px
}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
    /* color: #fff */
}

#bottom h4 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px
}

#bottom a {
    /* color: white */
}

#bottom a:hover {
    /* color: #00aeef */
}

#bottom ul.arrow>li {
    line-height: 20px;
    font-size: 14px
}

#bottom ul.arrow {
    list-style: none;
    margin: 0px;
    padding: 0px
}

#bottom ul.arrow li::before {
    margin-right: 0px
}

#bottom .icon-bottom-info {
    width: 14px;
    text-align: left;
    /* color: #fff; */
    font-size: 10px;
    display: inline-block
}

#footer {
    /* background: #439539;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px */
}

#footer a {
    /* color: #00aeef */
}

#footer a:hover {
    /* color: #0065a4 */
}

#footer #gototop {
    /* background: #00aeef; */
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    display: inline-block
}

#footer #gototop:hover {
    /* background: #0065a4; */
    text-decoration: none
}

.ContaExiste {
    background-position: left;
    padding-left: 22px;
    background-image: url("/images/ico/icoContaExiste.png");
    background-repeat: no-repeat
}

.ContaLivre {
    background-position: left;
    padding-left: 22px;
    background-image: url("/images/ico/icoContaDisponivel.png");
    background-repeat: no-repeat
}

.ContaErro {
    background-position: left;
    padding-left: 22px;
    background-image: url("/images/ico/icoContaErro.png");
    background-repeat: no-repeat
}

.TableErrLista {
    font-family: Verdana, Arial;
    font-size: small;
    font-weight: bold;
    vertical-align: text-bottom;
    border-top-color: #c00000;
    border-bottom-color: #c00000;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    min-height: 100px;
    background-color: #ffc0c0
}

.TableOpOK {
    border: 1px solid #bed79d;
    background-color: #cf9
}

div#toolsBottomMenu {
    border: 2px solid #00aeef;
    border-image: none;
    width: 100%;
    margin-left: 1px;
    background-color: #b9dcf0
}

.ErrMsg {
    color: #f03;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold
}

.WarnMsg {
    color: #eb8909;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold
}

.ErrListaMsg {
    color: #f03;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold
}

.autocomplete_completionList {
    border-radius: 4px;
    border: 2px solid #00aeef;
    border-image: none;
    height: 120px;
    overflow: auto;
    margin-top: 10px;
    list-style-type: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.autocomplete_completionListItem {
    font-family: Verdana, Arial;
    font-size: small;
    list-style-type: none;
    background-color: #e1e1e1
}

.autocomplete_completionListHighlightedItem {
    color: white;
    font-family: Verdana, Arial;
    cursor: pointer;
    background-color: #00aeef
}

#divLargar {
    margin: 10px 0px;
    border: 3px dashed #898;
    border-image: none;
    width: 100%;
    height: 110px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}

#zzz_perfilEdicao {
    background: #f5f5f5;
    color: #999;
    padding-top: 20px;
    padding-bottom: 15px
}

#perfilUploads {
    background: #dbdcff;
    color: #999;
    padding-top: 20px;
    padding-bottom: 15px
}

#saveBar {
    padding-top: 20px;
    padding-bottom: 15px
}

th {
    background: url("/images/bckListaTitulo.png") repeat-x;
    height: 35px
}

.tdBOButtonInsert {
    vertical-align: middle;
    text-align: center
}

.wrapperPaginaBO {
    width: 95% !important;
    text-align: justify !important;
    margin: auto !important
}

.tdBOButtonInsert {
    vertical-align: middle !important;
    text-align: center !important
}

.wrapperPaginaBO {
    width: 90% !important;
    text-align: justify !important;
    margin: auto !important
}

.divContentCenterV {
    padding: 20px
}

.btn, .btn-xs, .btn-sm, .btn-lg, .input-group-addon {
    border-radius: 0px
}

.input-group {
    margin-bottom: 2px
}

.barraTopo h1, .barraTopo h2, .barraTopo h3 {
    margin: 10px 0px 10px 0px
}

.barraTopo .barraTopoTotal {
    background-color: #00aeef;
    color: White
}

.barraTopo img {
    max-height: 70px;
    display: inline-block
}

.barraFundoFerramentas .barraFundoFerramentasTotal {
    background-color: #f3f3f4;
    color: #0065a4
}

.barraFundoFerramentas .barraFundoFerramentasConteudo {
    padding: 10px 0px
}

.barraFundoFerramentas img {
    max-height: 70px;
    display: inline-block
}

.barraFundoFerramentas p {
    margin: 0px
}

#perfilEdicao .campoPrePreenchido, .perfilEdicao .campoPrePreenchido {
    background-color: #e7e7e8;
    min-height: 27px;
    margin: 0px;
    padding-top: 4px
}

#perfilEdicao .campoPrePreenchido span, .perfilEdicao .campoPrePreenchido span {
    margin-left: 17px
}

#perfilEdicao .input-group-addon, .perfilEdicao .input-group-addon {
    min-width: 150px;
    text-align: left;
    background-color: #e7e7e8;
    color: #282828
}

#perfilEdicao .fileUpload, .perfilEdicao .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px
}

#perfilEdicao .fileUpload input.upload, .perfilEdicao .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

#perfilEdicao .logoEEE, .perfilEdicao .logoEEE {
    width: 150px;
    height: 150px;
    cursor: pointer;
    text-align: center
}

#perfilEdicao .logoEEE:hover, .perfilEdicao .logoEEE:hover {
    background: none !important
}

#perfilEdicao .logoEEE:hover:after, .perfilEdicao .logoEEE:hover:after {
    font-size: 2.0rem;
    content: "Substituir o logotipo. A nova imagem deve ter 150x150px"
}

#perfilEdicao #tblMudaPass, .perfilEdicao #tblMudaPass {
    border: 1px solid #8c8c8c
}

@media (min-width: 1200px) {
    #perfilEdicao .lg-direita, .perfilEdicao .lg-direita {
        float: right !important
    }
}

@media (max-width: 990px) {
    #perfilEdicao .radio input[type="radio"], #perfilEdicao .radio-inline input[type="radio"], #perfilEdicao .checkbox input[type="checkbox"], #perfilEdicao .checkbox-inline input[type="checkbox"], .perfilEdicao .radio input[type="radio"], .perfilEdicao .radio-inline input[type="radio"], .perfilEdicao .checkbox input[type="checkbox"], .perfilEdicao .checkbox-inline input[type="checkbox"] {
        margin-left: 0px
    }
}

.btn, .btn-xs, .btn-sm, .btn-lg, .input-group-addon {
    border-radius: 0px
}

.input-group {
    margin-bottom: 2px
}