/*
Theme Name: e-Sic
Description: Padrão
Author: Alexsander Arcelino
Version: 1.0
*/
body { background: #F3F3F3;}
*{ margin: 0; padding: 0; }
a {
    transition: all 0.2s ease-in-out 0s;
}


/*=== HEADER ===*/
.header {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.header-content {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}



.header-logo {
    width: 48%;
    float: left;
    overflow: hidden;
}
.header-logo img {
    float: left;
    margin-right: 10px;
}

.header-logo p {
    font-family: 'Passion One', cursive;
    font-size: 40px;
    color: #333;
    line-height: 60pt;
}


.header-orgao {
    width: 48%;
    float: right;
}
.header-orgao img {
    width: 183px;
    float: left;
}

/*

.header-login {
    width: 48%;
    float: right;
    overflow: hidden;
}

.login {
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    max-width: 450px;
    position: relative;
    padding: 0px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 60px 0;
    font-family: "Poppins",sans-serif;
}
.login form {
    width: 80%;
    margin: 0 auto;
}
.login input[type=text], .login input[type=password] {
    background-color: #f6f6f6;
    /* border: none; *
    color: #0d0d0d;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    padding: 5%;
    margin-bottom: 6px;
    font-family: "Poppins",sans-serif;
}

input, button {
    outline: none;
    border: none;
}
*/


/*=== CONTAINER ===*/
.container {
    width: 100%;
    overflow: hidden;
}

/*=== INDEX ACESSO ===*/
.index-acesso {
    width: 100%;
    padding: 2% 0;
}

.index-acesso:before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 20%;
    height: 100%;
    background: linear-gradient(100deg,#38d29c,#31aded);
    z-index: -1;
}

.acesso-inform {
    width: 45%;
    float: left;
    margin-left: 10%;
    padding: 5% 0;
}
.acesso-inform h1 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.acesso-inform ul li {
    font-family: 'Poppins', sans-serif;
    margin-left: 10%;
    margin-bottom: 10px;
}




.acesso-form {
    float: right;
    margin-right: 10%;
}

.acesso-form form {
    width: 400px;
    border-radius: 20px 10px 20px 10px;
    background: #fff;
    position: relative;
    padding: 0px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
    font-family: "Poppins",sans-serif;
}

.acesso-form form ul {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

/*
.login form {
    width: 80%;
    margin: 0 auto;
}
*/
.acesso-form form input[type=text],
.acesso-form form input[type=password] {
    background-color: #f6f6f6;
    /* border: none; */
    color: #0d0d0d;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    padding: 5%;
    margin-bottom: 6px;
    font-family: "Poppins",sans-serif;
}


.submit-entrar {
    width: 100px;
    height: 44px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s,
    font-size 0.1s 0.15s;
    font-family: "Poppins",sans-serif;
    color: #333;
    background-color: #F6F6F6;
    border-color: #039b0c;
    border: 1px solid transparent;
    margin-bottom: 10px;
}



.acesso-form form a {
    color: #333;
    text-decoration: none;
}

/*=== SOBRE ==*/
.sobre {
    padding: 2% 0;
    background: #fff;
}

.sobre ul {
    width: 80%;
    margin: 0 auto;
}

.sobre ul li {
    list-style: none;
}

.sobre ul li h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.sobre ul li p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

/*=== GRÁFICOS ===*/
.grafico {
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    background: #F3F3F3;
}

.grafico h1 {
    margin-left: 10%;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    margin-left: 10%;
}

/*=== PRESENCIAL ===*/
.presencial {
    background: #F3F3F3;
    padding: 2% 0;
}
.presencial h1 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    margin-left: 10%;
}

.presencial ul {
    width: 38%;
    float: left;
    margin-left: 10%;
}
.presencial ul:nth-child(3) {
    float: right;
    margin-left: 0;
    margin-right: 10%;
}

.presencial ul li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}

.presencial img {
    width: 20px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
.presencial h2 {
    font-size: 16px;
    line-height: 31pt;
}




/*=== CADASTRO ===*/
.cadastro {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    background: #fff;
    padding: 2%;
    margin-bottom: 20px;
}

.cadastro h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}


.form-cadastro {
    width: 100%;
    overflow: hidden;
}
.form-cadastro ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.form-cadastro ul li {
    width: 48%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

.form-cadastro ul:nth-child(5) li {
    float: none;
    overflow: hidden;
}

.form-cadastro p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}



.input-campo {
    display: block;
    width: 70%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    font-family: "Poppins",sans-serif;
}



.login__submit,
.login__reset {
    width: 100px;
    height: 44px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s,
    font-size 0.1s 0.15s;
    font-family: "Poppins",sans-serif;
    color: #fff;
    background-color: #039b0c;
    border-color: #039b0c;
    border: 1px solid transparent;
}

.login__reset {
    background-color: #eef5f9;
    color: #333;
    margin-left: 10px;
}


.form-cadastro .validate {
    width: 172px;
}

input, button {
    outline: none;
    border: none;
}

/*=== ESQUECI SENHA ===*/

.esqueci-senha {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    /*ackground: #fff;*/
    padding: 2%;
    margin-bottom: 20px;
}

.esqueci-senha h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.esqueci-senha ul {
    width: 80%;
    margin: 0 auto;
}
.esqueci-senha ul li {
    list-style: none;
}

.esqueci-senha form {
    width: 400px;
    border-radius: 20px 10px 20px 10px;
    background: #fff;
    position: relative;
    padding: 0px;
    box-shadow: 0 14px 60px 0 rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
    font-family: "Poppins",sans-serif;
}

.esqueci-senha form p {
    text-align: left;
    margin-left: 6px;
}

.esqueci-senha form input[type=text] {
    background-color: #f6f6f6;
    /* border: none; */
    color: #0d0d0d;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    padding: 5%;
    margin-bottom: 6px;
    font-family: "Poppins",sans-serif;
    margin-top: 20px;
}


.login_solicitar {
    width: 100px;
    height: 44px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s,
    font-size 0.1s 0.15s;
    font-family: "Poppins",sans-serif;
    color: #333;
    background-color: #F6F6F6;
    border-color: #039b0c;
    border: 1px solid transparent;
    margin-bottom: 10px;
}
.login_solicitar:hover {
    background: #F3F3F3;
}


/*=== NOVA DEMANDA ===*/
.nova-demanda {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    background: #fff;
    padding: 2%;
    margin-bottom: 20px;
}

.nova-demanda h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}


.form-demanda {
    width: 100%;
    overflow: hidden;
}
.form-demanda ul {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}
.form-demanda ul:nth-child(2){
    float: right;
}

.form-demanda ul:nth-child(3) {
    width: 100%;
}

.form-demanda ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

.form-demanda ul:nth-child(5) li {
    float: none;
    overflow: hidden;
}

.form-demanda p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.form-demanda .textarea {
    height: 123px;
}



/*=== NOVO RECURSO ===*/
.novo-recurso {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    background: #fff;
    padding: 2%;
    margin-bottom: 20px;
}

.novo-recurso h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.form-recurso p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}


.form-recurso {
    width: 100%;
    overflow: hidden;
}
.form-recurso ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}

.form-recurso ul li {
    width: 48%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}
.form-recurso ul li:nth-child(2),
.form-recurso ul li:nth-child(3) {
    float: right;
}

/*=== CONSULTAR DEMANDAS ===*/
.consultar-demanda {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
    background: #fff;
    padding: 2%;
    margin-bottom: 20px;
}

.consultar-demanda h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}



/*=== TABELA ===*/
.pesquisa-demanda {
    width: 100%;
    overflow: hidden;
}

.pesquisa-demanda p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

.input-protocolo {
    display: block;
    width: 172px;
    margin-right: 10px;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    font-family: "Poppins",sans-serif;
    overflow: hidden;
}

.submit-protocolo {
    width: 100px;
    height: 36px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s 0.15s,
    font-size 0.1s 0.15s;
    font-family: "Poppins",sans-serif;
    color: #fff;
    background-color: #039b0c;
    border-color: #039b0c;
    border: 1px solid transparent;
}




.tabela-demanda {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

#consulta {
    border-bottom: #f3f4f7 solid 1px;
}

.consultar-demanda h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}
.erro-protocolo p {
    color: #ed5353;
    font-family: 'Poppins', sans-serif;
}

#consulta thead {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    font-family: 'Poppins', sans-serif;
}

#consulta th {
    border-bottom: 0;
    background: #59626a;
    color: #fff;
    font-size: 15px;
    border-right: #f3f4f7 solid 1px;
    line-height: 20px;
    text-align: center;
    padding: 1%;
    font-weight: normal;
}

#consulta td {
    padding: 1%;
    font-family: 'Poppins', sans-serif;
}

#consulta td a {
    color: #333;
}

#consulta tr:nth-child(even) {
    background: #FFF;
}
#consulta tr:nth-child(odd) {
    background: #EEE;
}


.table-none {
    display: none;
}

/*=== FOOTER ===*/
.footer-inform {
    width: 100%;
    overflow: hidden;
    background: #000;
    padding: 10px 0;
}
.footer-inform p {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #fff;
}
.footer-inform p a {
    color: #fff;
    text-decoration: none;
}