/*
Theme Name: Sistema de Avaliação
Theme URI: http://www.seletivo.ppgeci.com.br
Author: Thales Campêlo
Author URI: http://www.bluewolfartstudio.com.br
Description: Tema criado para sistema de avaliação para processos seletivos
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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{
	background-color: #f5f5ef;
	font: 16px/1.6 'Open Sans', sans-serif !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: "DM Sans", sans-serif; !important;
	text-transform: uppercase;
    font-weight: bold;
	color: #004aad;
}

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 ;
}

.h5adm{
    margin-bottom: 4px;
    margin-top: 10px;
}
h6{ 
	font-size: 14px; 
	margin: 2em 0;
	font-style: italic;
}
body a{
	color: #244880;	
}

/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/
header{
    background-color: #ff914d;
    padding-top: 20px;
    position: relative;
    border-bottom: 20px solid #004aad ;
}

.bg-title{

}

.header-text-box{
    background-color: #f5f5ef ;
    padding: 20px;
    margin-bottom: 20px;
}

.logo{
    margin: auto;
}

.title{
	padding: 20px;
}

.header-title{
	margin: 0px;
	line-height: 1.5em;
    font-weight: bold;
}

.header-title:after{
    display: block;
    width: 300px;
    height: 3px;
    margin-top: 10px;
    content: '';
    background-color: #ff914d;
}

.header-subtitle{
	margin: 20px 0px 0px 0px;
	font-size: 24px;
}


/*--------------------------------------------------------------
 Sidebar
--------------------------------------------------------------*/
.sidebar{
}

.menu-mestrado-container, .menu-menu-inicial-container, .menu-administrativo-container{
    padding: 10px 0;    
}

.menu-mestrado-container:after, .menu-menu-inicial-container:after{
    display: block;
    height: 2px;
    margin-top: 16px;
    margin-right: -20px;
    content: '';
    background-color: #F58634;
    width: 100%;  
}

.sidebar .menu li a{
    display: block;
    background-color: #004aad;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    transition: all ease 0.4s;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif; !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sidebar .menu li a:hover{
    background-color: #ccc;
    padding: 10px 10px 10px 20px;
    color: #004aad;
}

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

.h5adm{
    padding:0px 20px;
    font-weight: font-family: "DM Sans", sans-serif;;
}

/*---------------------------------------------------
    Geral
-----------------------------------------------------*/
.content-box{
    padding: 0px 40px;
    border-top: 4px solid #F58634;
}

.the-content{
    padding-bottom: 20px; 
}

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

.bt1{
    display: inline-block;
    border: none;
    background-color: #004aad;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.bt1:hover{
    background-color: #ccc;
    color: #004aad;    
}

.bt2{
    display: inline-block;
    border: none;
    background-color: #f58634;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif !important;
    letter-spacing: .1em;
    transition: all ease .4s;
}

.bt2:hover{
    background-color: #ccc;
    color: #004aad;    
}

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

.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: #F58634;
}

.bottom-footer{
    border-top: 4px solid #F58634;
    background-color: #004aad;
}

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


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

.recurso{
    width: 100%;
}
/*---------------------------------------------------
    Home
-----------------------------------------------------*/
.home .page h2:after{
    width: 80%;
}
.home .page p{
    margin-bottom: 10px !important;
}
.home .page a{
    display: block;
    font-weight: bold;
    color: #000;
    width: 100%;
    padding: 10px;
    background-color: #ccc;
    font-size: 1.5em;
}
.home .page a:before{
    cursor: pointer;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
    font-family: 'icomoon';
    color: #fff;
    font-size: .9em; 
    content: "\e935";
    background-color: #f58634;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding-left: 3px;
    padding-top: 2px;
}
.home .page a:after{
    display: block;
    cursor: pointer;
    background-color: #004aad;
    font-size: 1em; 
    content: " ";
    height: 4px;
    width: 0%;
    transition: all ease .4s;
    margin-bottom: -10px;
    margin-top: 6px;
    margin-left: -10px;
}

.home .page a:hover:after{
    width: 100%;
}


/*---------------------------------------------------
    Calendário
-----------------------------------------------------*/
.calendario h2:after{
    width: 83%;
}
.calendario table {
    border-collapse: separate;
    border-spacing: 2px;
}
.calendario td {
    background-color: #E6E7E8;
    color: black;
    padding: 5px 10px;
    text-align: left;
}

.calendario tr td.destaque {
    background: #fc9;
}


/*---------------------------------------------------
    Inscrição
-----------------------------------------------------*/
.inscricao h2:after{
    width: 85%;
}

input[type="radio"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;}

.radiobtn {
  display: inline-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 #004aad;
  border-radius: 50%;
}

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

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

/* 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;
}

.box{
    border: 1px solid #F58634;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
/*    overflow-x: scroll;
*/}

.box:last-child{
    margin-bottom: 10px; 
}
.box h4{
    position: absolute;
    top: -20px;
    left: 10px;
    margin: 0;
    background-color: #f5f5ef;
    padding: 4px;
}

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

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

.titulo{
    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, #graduacaofim{
    width: 30% !important;
}

.labelblock{
    display: block !important;
}

#formUploadServidor, #isenCpf, #orientador1, #orientador2, #lista-orientador, #mquilombo , #indig, #dCID, #ne, #concl, #aeb, #oap, #formUploadIsencao, #formUploadLaudo, #formUploadIndigena, #formUploadTransgenero, #formUploadEtnico, #nsocial{
    display: none;
}

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

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

.aviso:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #F58634;
    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: #ccc;
    color: #004aad;
    max-width: 100%;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif !important;
    letter-spacing: .1em;    
}

.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: #004aad !important;
    display: block;
    margin-top: 10px;
    margin-left: 40px;
}
.docOK a:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #004aad;
    font-size: 1em; 
    content: "\e926";    
}
.avisoOK{
    margin-top: 10px;
    margin-left: 40px;
    color: #000;
}
.avisoOK:before{
    float: left;
    margin-right: 8px;
    margin-left: -10px;
    font-family: 'icomoon';
    color: #000;
    font-size: 1em; 
    content: "\ea07";
    background-color: #fff86c;
    padding-left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;   
}
.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{
    display: block;
    margin-bottom: 10px;
}
.avisoResposta:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #000;
    font-size: 1em; 
    content: "\ea0c";        
}
.faltadoc{
    color: #c50e0e !important;
    display: block;
}
.faltadoc:before{
    float: left;
    margin-right: 8px;
    font-family: 'icomoon';
    color: #c50e0e;
    font-size: 1em; 
    content: "\ea07";    
}
/*---------------------------------------------------
    criar usuário
-----------------------------------------------------*/
.label-login{
    width: 30%;
}

.label-email{
    width: 65%;
}

.label-nome, .label-sobrenome{
    width: 47%;
}

.label-linha{
    display: block;
    margin-top: 20px;
}

/*---------------------------------------------------
    Acompanhar inscrição
-----------------------------------------------------*/
.acompanhar-inscricao h2:after{
    width: 65%;
}

.cabecalho-comprovante{
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}
.cabecalho-comprovante h3{
    margin: 6px 0 !important;
}

.comprovante, .quadro-notas{
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin-bottom: 20px;
}
.comprovante th, .quadro-notas th{
    padding: 10px;
    background-color: #004aad;
    color: #fff;
}
.comprovante td, .quadro-notas td{
    padding: 10px;
    background-color: #ccc;
}
.comprovante span{
    color: #004aad;
    font-weight: bold;
}

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

.administrativo .button.button-primary:hover{
    background-color: #ccc;
    color: #004aad;    
}

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

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

.filtro label{
    font-family: "DM Sans", sans-serif !important;
    color: #004aad;
}
.filtro:before{
    float: left;
    margin-right: 3px;
    margin-top: 15px;
    font-family: 'icomoon';
    color: #004aad;
    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';
    height: 60px;
    width: 130px;
    background-color: #f58634;
    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: #004aad;
    color: #fff;
    text-align: center;
    padding: 10px;
}

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

.listainscritos span{
    color: #004aad;
    font-weight: bold;
}

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

.btdoc{
    display: inline-block;
    border: none;
    background-color: #dc3545;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "DM Sans", 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;
}*/


/*===========RELATORIO==============*/

    .linha1{
        background-color: #CCCCCC !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .linha2{
        background-color: #dee2e6 !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .aprovado{
        background-color: #66CDAA !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .reprovado{
        background-color: #FF3300 !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .reavaliar{
        background-color: #6666FF !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .I1{
        background-color: #9C9 !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .I2{
        background-color: #9C6 !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .II1{
        background-color: #FC9 !important;
        color: black;
        padding:5px;
        text-align:left;
    }
    .II2{
        background-color: #FC3 !important;
        color: black;
        padding:5px;
        text-align:left;
    }

#docenteid{
    color: white !important;
}