@import "icons.css";

/* loading */
.app-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.app-loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    background-image: url("../img/loading.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.alert{ padding: 15px; font-size: 14px; }

#certidao-nav {
    margin-bottom: 30px;
}

#certidao-nav li{
    border: 1px solid #ddd;
    margin-right: 10px;
}
#certidao-nav li a {
    font-size: 15px;
    color: #000;
}
#certidao-nav li.active a{
    background-color: #57579E;
    color: #fff;
}

#app-header,
#app-header h1,
#app-header h2,
#app-header h3,
#app-header h4,
#app-conten {
    font-family: 'Roboto', sans-serif;
}
#app-header {
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 3rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#app-header .title-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    margin-right: 20px;
}
#app-header .title-icon i {
    vertical-align: middle;
}
#app-header h1{margin: 0; font-size: 2rem}
#app-header .app-page-title > div {
    float: left;
}
#app-header .title-info {margin-top: 2rem;}

#app-header nav {margin-top: 2rem; text-align: right}
#app-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#app-header nav > ul > li {
    display: inline-block;
    padding:0 10px;
    position: relative;
}
#app-header  li.app-user-gravatar {}
#app-header  li.app-user-gravatar > span {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
}

#app-header nav > ul > li > a {
    display: block;
    padding: 10px;
    color: #666;
    font-size: 16px;
}
#app-header nav > ul > li.active a {
    background-color: #4F5CA6;
    color: #fff !important;
}
#app-header nav > ul > li:hover a {color: #4F5CA6;}

#app-content {
    width: 100%;
    clear: both;
    border-top: 2px solid #4F5CA6;
    border-bottom: 2px solid #4F5CA6;
}
#app-body{
    padding: 3rem 0;
    position: relative;;
}

#auth-info {
    padding: 15px 10px;
    border: 1px dashed #4F5CA6;
    color: #000;
    font-size: 16px;
    margin-top: -3rem;
    margin-bottom: 3rem;
    background-color: transparent;
    border-top: 0;
}
#auth-info p {margin: 0;}

.pc-section {
    position: relative;
    clear: both;
    min-width: 150px;
}
.pc-section-content {
    padding:20px 0;
}
.pc-section > h4{
    font-size: 15px;
    border-left: 5px solid #999999;
    padding-left: 10px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#pcRequerente {

}
.pc-section-content::before{
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.3rem;
}
#pcRequerente .pc-section-content {padding-top: 0;}
#pcRequerente .pc-section-content::before{
    content: 'REQUERENTE';
}
#pcRequerido .pc-section-content::before{
    content: 'REQUERIDO - Dados para emissão da certidão';
}
#pcResult .pc-section-content::before{
    content: 'CERTIDÃO';
}

#pcRequerente ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#pcRequerente ul li {
    padding: 5px 0;
    font-size: 14px;
    color: #000;
}
#pcRequerente table{
    margin: 0;
}
#pcRequerente table td{
    font-size: 16px;
    border-color: #ccc;
}
#pcRequerente table td sup{
    display: block;
    margin: 10px 0 7px 0;
    font-size: 12px;
    color: #333;
    letter-spacing: 2px;
}
#pcRequerente table td i{

}
table.table-certidao {}
table.table-certidao td, table.table-certidao th {
    text-align: center;
    width: 16.66666666666667%;
}
table.table-certidao thead tr{
    background-color: #FBFBFB;
}

table.table-certidao td:last-child {
    color: #fa0000;
    font-weight: bold;
}
table.table-certidao td:nth-child(2) {
    color: #0b63b6;
}
table.table-certidao td:nth-child(3) {
    color: #0EA804;
}
table.table-certidao td:nth-child(5) {
    color: #F19031;
}
table.table-certidao td {

}


/* Cadastro */
.form-control {height: 35px;}
.form-data {}
.form-data legend{
    color: #000;
    padding-left: 10px;
    border: none;
    border-left: 5px solid #ddd;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.form-controls-links {float: right; margin-top: 3rem;}
.form-controls-links a {color: #666; font-size: 17px; display: inline-block; margin: 0 7px;}



/* login */
#app-login {
    max-width: 450px;
    margin: 50px auto;
    border: 1px solid #ddd;
    padding:25px 40px;

}
#app-login form{

}
#app-login form label{text-transform: none;}
#app-login p {margin: 0}
.login-header {margin-bottom: 30px;}
.login-header h4{
    margin: 0 0 7px 0;
    font-size: 2.5rem;
    color: #999;
}
.login-header p{color: #000; font-size: 15px;}
.app-login-helper { }
.app-login-helper a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    margin-top: 7px;
}
.app-login-helper a:hover{color: #000;}
.login-footer {margin-bottom: 10px;}
.login-footer p {font-size: 15px;}

/* form */

.form-certidao{
    /*background-color: #f9f9f9;
    border: 1px solid #ddd;*/
}
form#Pc {margin: 0;}
form#Pc .form-control {
    border-radius: 0;
    font-size: 15px;
    background-color: #fff;
    box-shadow: none;
    height: 30px;
}
form#Pc .form-group input[readonly]{
    background-color: #fffcd7;
}
#pcRequerido {
    padding-bottom: 0;
}
#pcRequerido .pc-section-content {

}
#appCep a{
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.app-form .form-group > label{
    color: #000;
    font-size: 10px;

}
.app-form .form-control{
    font-size: 16px;
    color: #4F5CA6;
}
.app-form legend{
    border: none;
    border-left: 5px solid #4F5CA6;
    padding-left: 10px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
#pc_requerido {
    text-transform: uppercase;
}
.app-form .checkbox-inline{
    display: inline-grid;
}
.app-form .checkbox-inline label{
    text-transform: none;
}
.app-form .radio-inline {
    color: #000;
}
.endereco-item {
    padding: 2rem;
    border: 1px solid #ddd;
}
.endereco-item header {
    font-size: 17px;
}

.pc-section .radio{}
.pc-section .radio small{
    display: inline-block;
    font-size: 13px;
}
#pcResult .pc-section-content{
}
#pcResult .pc-section-content table{

}

#BoxAlterEndereco {

}

#PcEnderecoEntrega{margin-bottom: 10px;}
#PcEnderecoEntrega .form-group{margin-bottom: 10px;}
#PcEnderecoEntrega label{margin-bottom: 5px;}
#PcEnderecoEntrega input{font-size: 15px;}

#pcResult .pc-section-content table > thead > tr > th {border-bottom: none;}

#PcPostagem, #PcEnderecoEntrega{
    padding:0;
}

#PcPostagem {margin-bottom: 20px;}

/* cancelamento */
.cl-block {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#sCancelamento {
    width: 100%;
    max-width: 400px;
    /*margin: 40px auto;*/
    overflow: hidden;
}
#sCancelamento .form-group{

}

#resultCancelamento table tfoot tr td{
    font-weight: bold;
}
#resultCancelamento table tfoot tr td._total{
    color: #ff0000;
}

.table-list-titulos {

}
.table-list-titulos thead tr th{
    text-transform: uppercase;
}
.table-list-titulos td._total{
    width: 100px;
}
.table-list-titulos tfoot tr {
    background-color: rgba(219, 255, 0, 0.1);
}
.table-list-titulos tfoot tr td {

    text-transform: uppercase;
}
.table-list-titulos tfoot tr td span{font-weight: bold;}
.table-list-titulos tr th:last-child,
.table-list-titulos tr td:last-child{direction: rtl; text-align: right;}
.table-list-titulos tfoot tr td a {
    color: #000;
}
.table-list-titulos tfoot tr td a i {
    color: #ff0000;
    font-weight: bold;
}

#resultCancelamento .legend {
    display: flex;
    margin-bottom: 20px;
}

#resultCancelamento .legend span::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f2dede;
    border:1px solid #a94442;
    display: inline-flex;
    margin-right: 7px;
}

.cursor-pointer {cursor: pointer;}
.popover {width: 300px;}

.table tfoot tr td {font-weight: bold;}

.list-items table {margin: 0; border-bottom: 1px solid #ddddff;}
.list-items table thead tr {background-color: #e6e9eb;}
.list-items table th,
.list-items table td {font-size: 15px; color: #000000; padding: 12px !important; border-color: #ddddff !important;}
.list-items table tbody tr{transition: background-color ease 100ms}
.list-items table tbody tr:hover {background: none;}

.list-items table tbody tr:hover td,
.list-items table tbody tr:hover td a{color: #362DD9;}

.list-items .pagination li a,
.list-items .pagination li span{background: none;}
.list-items .pagination li.active span {
    background-color: #57579E !important;
}

#pedido {margin-top: 3rem;}
#pedido i.fa-question-circle-o {color: #0b63b6;}
#pedido p{margin: 0; font-size: 16px;}
#pedido-header {border: 1px solid #ddddff}
#pedido-header {
    background-color: #e6e9eb;
    padding: 3rem;
}
.pedido-label {margin: 20px 0;}

#pedido-pay{margin-bottom: 3rem; border: 1px solid #ddddff;}
#pedido-pay p{font-size: 18px; margin-bottom: 2rem;}
#pay-pix {display: flex; align-items: center}
#pix-code {margin-bottom: 1rem;}
#pix-code textarea{border: 1px solid #EEEEEE; resize: none; overflow: hidden; padding: 8px; margin-bottom: 1rem;}
#pix-code button {cursor: pointer; padding: 0; font-size: 14px; color: #362DD9; text-decoration: none;}
#pay-pix > div {max-width: 600px;}
#pay-pix img {margin-right: 2rem;}

#pay-billet {
    border: 1px solid #ddddff;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pay-billet a{margin-right: 3rem; flex-shrink: initial}
#pay-billet p {margin: 0;}

#pedido-anexo {}