/*
Theme Name: Sistema de Avaliação - Educanorte
Theme URI: http://www.sinciti.ppgcitiufpa.com.br
Author: Thales Campêlo
Author URI: 
Description: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;700&display=swap');

@font-face{
    font-family: icomoon;
    src: url('fonts/icomoon.ttf');
}


/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor text-decoration
 */ 

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}


/*--------------------------------------------------------------
 Fonts
--------------------------------------------------------------*/

body{
	font: 16px/1.6 'Open Sans', sans-serif !important;
    background-color: #f0b597 !important;
}
body p{ font: 17px/1.6 'Open Sans', sans-serif; margin: 0px 0px 1.75em !important; }

h1, h2, h3, h4, h5, h6{
    font-family: 'Libre Bodoni', serif !important;
	color: #2e5615;
}

h1{ 
	font-size: 32px; 
	margin: 1em 0;
}

h2{ 
	font-size: 28px; 
	margin: 1em 0;
}
h3{ 
	font-size: 26px; 
	margin: 1em 0;
}
h4{ 
	font-size: 22px; 
	margin: 2em 0 ;
}
h5{ 
	font-size: 18px; 
	margin: 2em 0 ;
}
h6{ 
	font-size: 14px; 
	margin: 2em 0;
	font-style: italic;
}
body a{
	color: #001e78;	
}

/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/
header{
    background-color: #f8eed5;
    padding: 20px 10px;
    position: relative;
}

/*.logo{
    margin: auto;
}*/

.header-title{
    margin: auto;
    font-family: 'Oswald', 'sans-serif' !important;
    color: #d8a3ab;
    text-transform: uppercase;
/*    line-height: 1.5em;*/
    font-weight: bold;
    font-size: 5em;
    text-align: center !important;
}


.header-decription{
    margin: 0;
	font-size: 1.5em;
    text-align: right;
    color: #2e5615;
}

.header-data{
    margin: 0;
    font-size: 1.5em;
    text-align: left;
    color: #2e5615;
    font-family: 'Libre Bodoni', serif !important;
}

.subheader{
    padding: 20px 0px;
}
/*.subtitle:after{
    display: block;
    width: 3px;
    height: 300px;
    margin: 10px auto;
    content: '';
    background-color: #fff;
}*/

.decription{
    border-right: solid 1px #fff;
}

.subtitle{}

.header-subtitle{
    font-size: 3em !important;
    padding-bottom: 30px;
}



/*--------------------------------------------------------------
 Menu
--------------------------------------------------------------*/
.sidebar{
    background-color: #a7bf81;
}

.menu-menu-sidebar-container{
    padding: 20px 0;    
}

.menudocente{
    border-top: 2px dotted #c1d1dd;
}

.menu li{
    display: inline;
}

.sidebar .menu li a{
    display: inline-block;
/*    background-color: #3e4095;
*/    color: #2e5615;
    padding: 10px;
/*    width: 100%;
*/    transition: all ease 0.4s;
/*    margin-bottom: 10px;
*/        font-family: 'Libre Bodoni', serif !important;
/*    text-transform: uppercase;*/
    font-size: 1.2em;
}

.sidebar .menu li a:hover, .sidebar .menu .current-menu-item a{
    background-color: #2e5615;
    color: #fff;
}

/*.sidebar .menu .current-menu-item a:after{
    cursor: pointer;
    float: right;
    margin-right: -20px;
    margin-top: -4px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 1.5em; 
    content: "\ea1c";
    transform: rotate(60deg);
}
*/

/*---------------------------------------------------
    Geral
-----------------------------------------------------*/

.the-content{
/*    background-color: #fff;*/
    padding-bottom: 20px; 
}

.bg-title{
    margin: 30px;
}

.bg-title h2{
/*    color: #fff;*/
    margin:0;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
}

/*.bg-title h2:before, .bg-title h2:after{
    display: inline-block;
    width: 300px;
    height: 3px;
    margin-bottom: 10px;
    content: '';
    background-color: #f3e718;    

}

.bg-title h2:before{
    margin-right: 10px;
}

.bg-title h2:after{
    margin-left: 10px;
}

.the-content h2:after{
    display: block;
    height: 2px;
    margin-top: 16px;
    content: '';
    background-color: #F58634;
    float: right;
}*/

.bt1{
    border: none;
    background-color: #5f80be;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.bt1:hover{
    background-color: #ccc;
    color: #3e4095;    
}

.bt1.del{
    float: right;
    background-color: #dc3545;
}

.bt2{
    border: none;
    background-color: #68a363;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.bt2:hover{
    background-color: #ccc;
    color: #2b5428;    
}

.imprimir:before{
    cursor: pointer;
    float: left;
    margin-right: 6px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 1em; 
    content: "\e954";
}
.imprimir{
    color: #fff;
    padding: 6px;
    border-radius: 25px;
    cursor: pointer;
    font-size: .8em;
    background-color: #ccc;
    display: inline-block;
    transition: all ease .4s;
}

.imprimir:hover{
    background-color: #68a363;
}

footer{
    background-color: #a7bf81;
    border-top: 2px dotted #f8eed5;
}


.bottom-footer .row{
    padding-bottom: 20px;
}

.logo-footer{
    max-height: 80px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.copyright{
    font-size: .8em;
    margin-top: 10px;
    text-align: center;
}

.carta-de-aceite a{
    }

.carta-de-aceite .wp-block-file, .certificados .wp-block-file{
    padding: 20px !important;
    border-bottom: solid 1px black;
}

.carta-de-aceite .wp-block-file:hover, .certificados .wp-block-file:hover{
    padding-left: 30px !important;
}

.carta-de-aceite a:before, .certificados a:before{
    cursor: pointer;
    float: left;
    margin-right: 6px;
    font-family: 'icomoon';
    color: #5f80be;
    font-size: 1em; 
    content: "\e926";
}    
/*---------------------------------------------------
    Home
-----------------------------------------------------*/

-------------------------------------
.img-home{
    margin: 10px;
}

.sinciti .page p{
    padding: 0px 40px 40px 0px;
    margin-bottom: 10px !important;
    font-size: 1.2em;
    line-height: 1.5em;
}

.home .page .wp-block-file{
    margin-top: 20px;
    background-color: #ccc;
    padding: 6px;
    color: #001e78;
    font-size: 2em;
}

.home .page a{
    transition: ease all .4s;
}

.home .page a:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #0d8e02;
    font-size: 1em; 
    content: "\e969";    
}

.home .page a:hover{
    padding-left: 10px;
    color: #001e78;    
}

/*---------------------------------------------------
    Calendário
-----------------------------------------------------*/
.calendario table, .calendario-docente table {
    border-collapse: separate;
    border-spacing: 2px;
    margin-top: 20px;
    font-size: 1.2em;
}
.calendario td, .calendario-docente td {
    background-color: #E6E7E8;
    color: black;
    padding: 5px 10px;
    text-align: left;
}

.calendario tr:hover td , .calendario-docente tr:hover td{
    background: #f3e718;
}


/*---------------------------------------------------
    Inscrição
-----------------------------------------------------*/
input[type="radio"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;}

.radiobtn {
  display: block;
  position: relative;
  padding: 5px 5px 5px 26px;
  margin: 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 9px;
  left: 5px;
  height: 16px;
  width: 16px;
  background-color: white;
  border: solid 1px #3E4095;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobtn:hover {
  background-color: #68a363;
  color: #fff;
}

/* When the radio button is checked, add a blue background */
.radiobtn input:checked ~ .checkmark {
  background-color: #3E4095;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobtn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobtn .checkmark:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}


.whitebox{
    margin-top: -50px;
    padding: 40px 20px 20px 20px;
    border-radius: 5px !important;
    background-color: #f8eed5 !important; 
}

.box{
    border: 1px solid #0d8e02;
    /*background-color: #f8eed5;*/
    border-radius: 5px;
    padding: 16px;
    margin-top: 40px;
    position: relative;
    clear: both;
    font-size: 1.2em;
}

.box:last-child{
    margin-bottom: 10px; 
}
.box h4{
    position: absolute;
    top: -30px;
    left: 10px;
    margin: 0;
    background-color: #f8eed5;
    padding: 4px;
    font-size: 1.6em;
}

.ast{
    display: block;
    color: red;
    font-size: .9em;
    margin-right: 2px;
}

.box .ast{
    float: left !important;
    margin-right: 2px;
}

.titulo{
    font-family: 'Libre Bodoni', serif !important;
    display: block;
    font-weight: bold;
    margin-top: 24px;
}

.box label{
    margin:16px 10px 0 0;
}

.box .radiobtn{
    margin-top: 0px !important;
}

.box input[type="text"]{
    width: 100%;
}

#datanasc, #mestradofim, #user_login{
    width: 30% !important;
}

.labelblock{
    display: block !important;
}



.display-show{
    display: block !important;
}

.red-alert{
    color: red;
    padding-left: 20px;
}

.aviso{
    display: block;
    margin-bottom: 10px;
}

.aviso:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #68a363;
    font-size: 1em; 
    content: "\ea42";    
}

.box-documento{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 32px;
}

.box-documento:last-child{
    border: none;
}

.box-documento .titulo{
    margin-bottom: 10px;
}

.box-documento input[type=file]{
    margin-right: 10px;
}

.envia-doc{
    border: none;
    background-color: #a7bf81;
    color: #fff;
    padding: 10px;
    max-width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
}

.envia-doc::file-selector-button{
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    border: none;
    color: #2e5615;
}


.bt-envia-doc{
    margin: 6px 0px;
}

.bt-envia-doc button{
    border: none;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

/*.btnEnviardoc{
    background-color: #3e4095;
    border: none;
    color: #fff;
    padding: 6px;
    cursor: pointer;
}
*/
.upOK{
    margin-top: 10px;
    margin-left: 40px;
    color: #28a745;
}
.upOK:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #28a745;
    font-size: 1em; 
    content: "\ea52";    
}

.docOK a{
    color: #3e4095 !important;
    display: block;
    margin-top: 10px;
    margin-left: 40px;
}
.docOK a:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #3e4095;
    font-size: 1em; 
    content: "\e926";    
}
.avisoOK{
    margin-top: 10px;
    margin-left: 40px;
    color: #000;
}
.avisoOK:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #000;
    font-size: 1em; 
    content: "\ea07";
}
.upNO{
    margin-top: 10px;
    margin-left: 40px;
    color: #dc3545;
}
.upNO:before{
    float: left;
    margin-right: 8px;
    color: #fff;
    font-size: 1em; 
    content: "x";
    font-weight: bold;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #dc3545;
    margin-left: -10px;
    padding-left: 8px;  
}

.avisoResposta,.comissaoIcon{
    display: block;
    margin-bottom: 10px;
}
.avisoResposta:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #000;
    font-size: 1em; 
    content: "\ea0c";        
}
.comissaoIcon:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #000;
    font-size: 1em; 
    content: "\e971";        
}

.faltadoc{
    color: #c50e0e !important;
    display: block;
}
.faltadoc:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #c50e0e;
    font-size: 1em; 
    content: "\ea07";    
}

/*---------------------------------------------------
    Administrativo
-----------------------------------------------------*/
.administrativo .button.button-primary{
    border: none;
    background-color: #5f80be;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.administrativo .button.button-primary:hover{
    background-color: #ccc;
    color: #3e4095;    
}

.administrativo a{
    display: block;
    background-color: #ccc;
    padding: 6px 10px;
    color: #000;
    margin-bottom: 6px;
    font-weight: bold;
}

.bt1.exit{
    background-color: #d41919;
    color: #fff;
    display: inline-block;
}

.filtro{
    clear: both;
    margin-bottom: 20px;
}

.filtro label{
    font-family: 'Oswald', 'sans-serif' !important;
    color: #3e4095;
}
.filtro:before{
    float: left;
    margin-right: 3px;
    margin-top: 15px;
    font-family: 'icomoon';
    color: #3e4095;
    font-size: .9em; 
    content: "\ea5b";    
}

.listainscritos{
    border-collapse: separate !important;
    border-spacing: 2px;
    margin-bottom: 10px;
    width: 100%;
/*    opacity: .9;
*/    position: relative;
}
.lista-inscritos .listainscritos:before{
    position: absolute;
    content: 'Clique para abrir o cadastro completo';
    width: 130px;
    background-color: #68a363;
    display: block;
    font-size: .8em;
    color: #fff;
    padding: 6px;
    top: 8px;
    left: 5px;
    opacity: 0;
}
/*.listainscritos:hover{
    opacity: 1;
}*/
.lista-inscritos .listainscritos:hover:before{
    opacity: 1;
}
.listainscritos th{
    background-color: #5f80be;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.listainscritos td{
    background-color: #ccc;
    padding: 10px;
    color: #000;
}

.listainscritos span{
    color: #3e4095;
    font-weight: bold;
}

.listainscritos .bt1{
    margin-right: 10px;
}
.listainscritos .bt1:hover{
    background-color: #fff;
}

.btdoc{
    display: flex;
    margin-bottom: 10px;
    border: none;
    background-color: #dba09d;
    color: #fff;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', 'sans-serif' !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.btdoc:hover{
    background-color: #fff;
    color: #dc3545;    
}

.btdoc:before{
    margin-right: 8px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 1em; 
    content: "\e926";    
    transition: all ease .4s;
}

.btdoc:hover:before{
    color: #dc3545;
}

.calendario.relatorios{
    width: 100%;
    margin-bottom: 10px;
    border-collapse: separate;
}

.relTitulo{
    font-weight: bold;
}

.relatorioLink{
    float: right;
    color: #dc3545;
    font-weight: bold;
}



/*---------------------------------------------------
	Menu MObile
-----------------------------------------------------*/
#hamburger-icon {
    margin: 14px;
    width: 36px;
    height: 36px;
    top: 0;
    display: none;
    border-top: 4px solid #fff;
    float: right;
    position: relative;
    cursor: pointer;
 }

#hamburger-icon:before, #hamburger-icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 6px;
    background: #fff;
    position: relative;
    transition: transform .2s ease;
}

#hamburger-icon.active {
  border-top-color: #244880;
}

#hamburger-icon.active:before {
    top: 6px;
    transform: rotate(135deg);
}

#hamburger-icon.active:after {
    margin-top: 0;
    top: 2px;
    transform: rotate(45deg);
}

.menu-mobile {
    width: auto;
    overflow: hidden;
    position: fixed;
/*    margin-top: 30px;
    padding: 0px 20px 20px 20px;
*/    background: #244880;
    z-index: 9999;
    right: 0;
    opacity: 0;
    transform: translate(60px, 0px);
    visibility: hidden;
    top: 50px;
}

.menu-mobile.active{
	transform: translate(0px, 0px);
	transition: .2s all ease;
	visibility: visible;
	opacity: 1;
}

.menu-mobile ul li{
	display: block;
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #fff;
}

.menu-mobile ul li a, .menu-mobile ul #menu-item-cat{
	color: #fff;
	padding: 3px 30px;
}

/*.menu-mobile ul li:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 6px;
	background: #fff;
	position: relative;
	transition: transform .2s ease;
}

.menu-mobile ul li:first-child:before{
  display: none;
}*/

