* {
    font-family: arial;
    font-size: 12px;
}
img {
    display: inline-block;
    vertical-align: middle;
}
html {
    background-color: rgb(58, 66, 87);
}
body {
    background-color: #FAFAFA;
    margin: 0;
    line-height: 2em;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:active, a:focus {
    outline: none;
}
p {
    margin: 0;
}
h1 {
    border-bottom: 1px solid rgb(62, 71, 94);
    color: rgb(62, 71, 94);
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}
.ico16 {
    width: 16px;
}
.ico32 {
    width: 32px;
}
.ico64 {
    width: 64px;
}
.ui-widget-overlay {
    opacity: 0.3;
}
.fixed {
    color: #FFFFFF;
    border: none;
    background: rgb(58, 66, 87);
    height: 50px;
}
.rodape {
    margin-bottom: 0;
}
.cabecalho td {
    padding: 0 10px;
    position: relative;
}
.cabecalho td a.cab-usuario {
    font-weight: bolder;
    text-decoration: none;
}
.cab-menu.usuario {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(185, 185, 185);
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    color: #000;
    display: none;
    position: absolute;
    right: 10px;
    top: 120%;
    width: 300px;
}
.cab-menu.usuario::after {
    content: '';
    background-color: #FFF;
    border-color: rgb(185, 185, 185) transparent transparent rgb(185, 185, 185);
    border-style: solid;
    border-width: 1px;
    height: 14px;
    position: absolute;
    top: -9px;
    right: 20px;
    width: 14px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.cab-menu.usuario ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cab-menu.usuario ul li {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid rgb(226, 226, 226);
}
.cab-menu.usuario ul li:last-child {
    border-bottom: none;
}
.cab-menu.usuario ul li img {
    float: left;
    margin: 0 10px 0 0;
}
.cab-menu.usuario ul li.cab-menu-usuario-main {
    background-color: #FFF;
    border-radius: 3px 3px 0 0;
}
.cab-menu.usuario ul li.cab-menu-usuario-main img {
    margin: 5px 10px 0 0;
    width: 48px;
}
.cab-menu.usuario ul li h2
, .cab-menu.usuario ul li h3 {
    float: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 222px;
    white-space: nowrap;
}
.cab-menu.usuario ul li.cab-menu-usuario-main h2 {
    color: rgb(170, 170, 170);
    font-size: 16px;    
}
.cab-menu.usuario ul li h3 label {
    font-weight: bold;
}
.cab-menu.usuario ul li a {
    float: left;
}
.cab-menu.usuario ul li a h3 {
    line-height: 16px;
}
.textAlignDireita {
    text-align: right;
}
button {
    background: rgb(58, 66, 87);
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bolder;
    line-height: 2em;
    margin-left: 5px;
}
button:hover {
    background: rgb(38, 46, 67);
    cursor: pointer;
}
button:active {
    background: rgb(78, 86, 107);
}
input[type=text], input[type=password] {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 3px;
    border: 1px solid #CCC;
    text-transform: uppercase;
}
input[type=text].email {
    text-transform: none !important;
}
select.form-select {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.field-warning, .field-error {
    border-color: #FAA !important;
    background-color: #FFA;
}
.container {
    margin: auto;
    min-height: calc(100vh - 120px);
    overflow-y: hidden;
    width: 96%;
}
.container .center-block {
    margin: 50px auto;
    width: 350px;
}
.container .center-block.login {
    border-radius: 5px;
    box-shadow: 0 0 10px #CCC;
    border: 1px solid #CCC;
    padding: 10px;
}
.title {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
.ocupaTudo {
    box-sizing: border-box;
    width: 100%;
}
.container .center-block.login .msgAlert {
    margin: 0;
    font-style: italic;
    color: #FF4444;
    font-size: 12px;
    text-align: center;
}
table {
    border: 1px solid #CCC;
    border-collapse: collapse;
    margin-bottom: 20px; 
    width: 100%;
}
table td
, table th {
    font-size: 12px;
    line-height: 3em;
    padding: 0 5px;
}
table thead tr {
    background-color: rgb(62, 71, 94);
    color: #FFFFFF;
}
table thead tr th {
    font-size: 14px;
}
table tbody tr:nth-child(2n) {
    background-color: #EEE;
}
table tfoot tr {
    background-color: #EAEAEA;
}
table tfoot tr td {
    text-align: right;
}
p.actions {
    margin-bottom: 20px;
    text-align: right;
}
p.actions button {
    font-size: 16px;
}
.warning, p.msg {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    min-height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 10px;
}
.warning.error, p.msg.erro {
    background-color: #FFE0E0;
    border: 1px solid #CC6666;
    color: #BB3333;
}
.warning.sucesso, p.msg.sucesso {
    background-color: #DDFFDD;
    border: 1px solid #99CC99;
    color: #669966;
}
.warning.aviso, p.msg.aviso {
    background-color: #FFA;
    border: 1px solid #FAA;
}
.warning.mensagem, p.msg.mensagem {
    background-color: #AACCDD;
    border: 1px solid #668899;
}
div.contrato {
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 5px;
    padding: 10px;
    height: 300px;
    overflow-y: auto;
}

#div_carregando {
    position: fixed;
    width: 200px;
    height: 70px;
    left: 50%;
    top: 50%;
    font-size: 13px;
    /*font-family: Open Sans;*/
    font-weight: 700;
    line-height: 15px;
    margin-left: -100px;
    margin-top: -35px;
    color: #000000;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    border: 2px solid #011542;
    z-index: 9999;
}

#div_carregando_overlay {
    position: relative;
    z-index: 9999;
}

#div_carregando_overlay .ui-widget-overlay {
    background: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
}