body {
    background-color: #2f4050;
}

.image-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.table-no-bordered th,
.table-no-bordered td {
    border: 0px !important;
}

.info-fixed.affix {
    border: 1px solid #cecece;
    width: 30%;
    padding: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    background: #ffffff;
}

.regular-font-size span {
    font-size: 13px;
}

.minimum-font-size span {
    font-size: 8px;
}

.maximum-font-size span {
    font-size: 20px;
}

.legenda {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.legenda-verde-bg {
    background-color: #1ab394;
}

.legenda-vermelho-bg {
    background-color: #ed5565;
}

.legenda-verde-font {
    color: #468847;
}

.legenda-vermelho-font {
    color: #b94a48;
}

.legenda-preto-font {
    color: #000;
}

.foto-usuario {
    /*background: url('img/user.png') no-repeat center;*/
    background-size: 50px 50px;
}

.servico {
    margin-top: 10px;
    margin-left: 5px;
    max-height: 60px;
    color: #080808;
}

.servico > div.link {
    padding: 5px 0px 0px 5px;
    background-color: #E6E7E9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.servico > div.link {
    padding: 5px 0px 0px 5px;
    height: 70px;
}

.servico > div.icon {
    height: 70px;
    padding: 10px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.servico.red > div.icon {
    background: #F32E35;
}

.servico.red > div.link {
    border-bottom: 4px solid #F32E35;
}

.servico.red > a:hover,
.servico.red > a:focus {
    background: #F32E35;
}

.servico.blue > div.icon {
    background: #3E3F95;
}

.servico.blue > div.link {
    border-bottom: 4px solid #3E3F95;
}

.servico.blue > a:hover,
.servico.blue > a:focus {
    background: #3E3F95;
}

.servico.light-blue > div.icon {
    background: #0198D6;
}

.servico.light-blue > div.link {
    border-bottom: 4px solid #0198D6;
}

.servico.light-blue > a:hover,
.servico.light-blue > a:focus {
    background: #0198D6;
}

.servico.smoth-green > div.icon {
    background: #4FAAB0;
}

.servico.smoth-green > div.link {
    border-bottom: 4px solid #4FAAB0;
}

.servico.smoth-green > a:hover,
.servico.smoth-green > a:focus {
    background: #4FAAB0;
}

.servico.green > div.icon {
    background: #03AA5D;
}

.servico.green > div.link {
    border-bottom: 4px solid #03AA5D;
}

.servico.green > a:hover,
.servico.smoth-green > a:focus {
    background: #03AA5D;
}

.servico.brow > div.icon {
    background: #A78F72;
}

.servico.brow > div.link {
    border-bottom: 4px solid #A78F72;
}

.servico.brow > a:hover,
.servico.brow > a:focus {
    background: #A78F72;
}

.servico.yellow > div.icon {
    background: #FFC627;
}

.servico.yellow > div.link {
    border-bottom: 4px solid #FFC627;
}

.servico.yellow > a:hover,
.servico.yellow > a:focus {
    background: #FFC627;
}

.servico.purple > div.icon {
    background: #6D4D8E;
}

.servico.purple > div.link {
    border-bottom: 4px solid #6D4D8E;
}

.servico.purple > a:hover,
.servico.purple > a:focus {
    background: #6D4D8E;
}

.servico.gray > div.icon {
    background: #727377;
}

.servico.gray > div.link {
    border-bottom: 4px solid #727377;
}

.servico.gray > a:hover,
.servico.gray > a:focus {
    background: #727377;
}

.servico.orange > div.icon {
    background: #F9862F;
}

.servico.orange > div.link {
    border-bottom: 4px solid #F9862F;
}

.servico.orange > a:hover,
.servico.orange > a:focus {
    background: #F9862F;
}

.efetuar-login {
    float: left;
    margin-left: -15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.campo-obrigatorio {
    font-weight: bold !important;
    color: #ed5565 !important;
}

.ui-password-panel {
    border-color: lightgrey !important;
    box-shadow: none !important;
    color: #4682b4 !important;
    text-shadow: none !important;
}

.maiusculo {
    text-transform: uppercase;
}

.minusculo {
    text-transform: lowercase;
}

.labelArredondado {
    border-radius: 05px;
}

.centralizado {
    text-align: center!important;
}

.direita {
    text-align: right;
}

.esquerda {
    text-align: left;
}

.login-page::before {
    content: '';
    display: block;
    height: 400px !important;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(165, 165, 165), rgb(248, 248, 248)) repeat scroll 0% 0%;
    z-index: 0;
}

.logo-ponte-bg-2 {
    background: rgb(248, 248, 248) !important;
}

.btn-login-lg {
    font-size: 14px;
}

.mt-todos-servicos {
    margin-top: 20px;
}


.box-item > a {
    color: #787878;
    text-decoration: none;
}

.box-item > a:hover {
    color: #4788c7;
    text-decoration: none;
}

.box-item > a > img {
    margin: 5px;
}


.box-item {
    display: flex;
    color: white;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    background-color: #ececec;
    /*max-width: 15%;*/
    border: 1px solid #ececec;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-item:hover {
    border: 1px solid #4788C7;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.box-item.disabled {
    background-color: #ececec;
}

.box-item.disabled  > a {
    color: #bababa;
}

.box-item.disabled:hover {
    border: 1px solid #bababa;
}

.box-item.disabled img {
    opacity: 0.5;
}

.ui-selectoneradio label {
    padding-left: 2px !important;;
    padding-right: 10px !important;;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;;
    font-size: 13px !important;;
    font-weight: normal !important;
}

.ui-selectmanycheckbox label {
    padding-left: 2px !important;;
    padding-right: 10px !important;;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;;
    font-size: 13px !important;;
    font-weight: normal !important;;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 14px;
}

.btn-gov-br {
    font-family: Rawline, Raleway, sans-serif;
    line-height: 1.45;
    font-size: 16.8px;
    white-space: nowrap;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 100em;
    align-items: center;
    background-color: #1351b4;
    color: #fff;
    padding-block: 1px;
    padding-inline: 6px;
    padding: 0 16px;
}

.btn-gov-br .sub-title {
    font-weight: 900 !important;
    margin-left: 4px;
}

.alinhamentoEsquerda {
    text-align: left!important;
}

.alinhamentoDireita {
    text-align: right!important;
}

.input-group-btn {
    font-size: 14px;
}

.mleft03 {
    margin-left: 5px!important;
}

.mleft05 {
    margin-left: 5px!important;
}

.mtop10 {
    margin-top: 10px;
}
