/*
  ========================================
  Alterações CSS CSJT
  ========================================
*/

.btn {
    border: 0;
}
.fundo-cor-primaria,
.btn-primary {
    background: #01426a;
}
.fundo-cor-primaria:hover,
.btn-primary:hover {
    background: #01426a;
}
.fundo-cor-primaria:active,
.btn-primary:active {
    background: #01426a;
}
.fundo-cor-primaria:focus,
.btn-primary:focus {
    background: #01426a;
}
.fundo-cor-sucesso,
.btn-success {
    background: #087b60;
}
.fundo-cor-sucesso:hover,
.btn-success:hover {
    background: #087b60;
}
.fundo-cor-sucesso:active,
.btn-success:active {
    background: #087b60;
}
.fundo-cor-sucesso:focus,
.btn-success:focus {
    background: #087b60;
}

/*
  ========================================
  Print
  ========================================
*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
  ========================================
  Float Clearfix
  ========================================
*/
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    clear: both;
    *zoom: 1;
}

/*
  ========================================
  Tipografia
  ========================================
*/

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.6em;
}

h6 {
    font-size: 0.4em;
}

strong {
    font-weight: 600;
}

cite, em {
    font-style: italic;
}

/*
  ========================================
  Custom styles
  ========================================
*/

main {
    background: #fff;
}

/*
  ========================================
  Links
  ========================================
*/

a {
    color: #237CA8;
    text-decoration: none;
}

a:hover {
    color: #2c3b57;
}

/*
    ========================================
    Buttons
    ========================================
*/

.btn-prosseguir {
    font-weight: 600;
    width: 80%;
    margin-top: 5%;
    transition: all 150ms linear;
    color: #fff;
    border-radius: 0;
}

.btn-prosseguir:hover {
    color: #fff;
}

.btn-ambientes {
    background-color: #ef7474;
    box-shadow: 1px 1px 1px 1px #d72020;
    transition: all 150ms linear;
    padding: 0;
}

.btn-ambientes:hover {
    background-color: #bd1111;
    box-shadow: 1px 1px 1px 1px #8e0707;
}

/*
    ========================================
    Header
    ========================================
*/

.superior {
    height: 50px;
}

.ambientes {
    background-color: #5d8eae;
    border-bottom-left-radius: 70px;
    text-align: center;
    height: inherit;
    width: 93.7%;
    display: inline-block;
}

.ambientes li {
    display: inline-block;
}

.ambientes a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px !important;
}

.inferior {
    margin-top: 2px;
}

.inferior li {
    display: inline-block;
}

.sistemas {
    display: inline-block;
    width: 66.66%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 30px;
    background: #cadee7;
    background: -moz-linear-gradient(left, #ffffff 0%, #cadee7 25%, #cadee7 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #cadee7 25%, #cadee7 100%);
    background: linear-gradient(to right, #ffffff 0%, #cadee7 25%, #cadee7 100%);
}

.acessibilidade {
    display: inline-block;
    width: 33.06%;
    border-bottom: 3px solid #f00;
    vertical-align: top;
}

.acessibilidade ul {
    height: 18px;
}

.acessibilidade li {
    font-size: 0.8em;
    margin-right: 10px;
    vertical-align: top;
}

.acessibilidade li:first-child {
    margin-left: 5px;
}

.acessibilidade li:last-child {
    margin-right: 0;
}

.acessibilidade a {
    color: #000;
    text-decoration: none;
}

/*
  ========================================
  Main
  ========================================
*/

main {
    padding-bottom: 10%;
}

.login-container {
    margin-top: 5%;
}

.login-box,
.help-box {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px #c0c0c0;
    padding: 5%;
}

.login-box h3 {
    text-align: center;
    margin-bottom: 5%;
    color: #afafaf;
}

.login-box {
    text-align: center;
}

.login-box label {
    color: #2a2a2a;
}

.login-box .form-control {
    border-radius: 0;
    height: 32px;
    margin-bottom: 1px;
    display: inline-block;
    max-width: 80%;
}

.field_item {
    margin-top: 10px;
}

.field_item:first-child {
    margin-top: 0;
}

.login-usr,
.login-password {
    background-color: #fffcf5;
    border: 0.5px solid #ccc;
    border-radius: 4px;
    box-shadow: 0.5px 0.5px 0.5px 0.5px #c0c0c0;
    font-size: 16px;
    padding: 7px 5px;
    height: 40px;
}

.help-box {
    margin-top: 6%;
    text-align: center;
    color: #686868;
}

#lbl_Senha {
    margin-left: 9px;
}

.login-container h5 {
    text-align: right;
}


/* alerta erro */
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* alerta erro */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
  ========================================
  Footer
  ========================================
*/

.contorno {
    height: 6px;
    background: #fff;
    border-top: 3px solid #f00;
}

.rodape {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
