body {
	background:#FFF
}

textarea {
   resize: none;
}

.user-panel .btn {
	color: rgba(255, 255, 255, 0.8) !important;
}

.no-borders {
    border: none!important;
}

.no-pointers {
	pointer-events : none;
}

.skin-blue .logo {
	background-color: #F1F1F1
}

.skin-blue .navbar {
	background-color: #2a4c61 !important;
}

/*sobrepondo o icone exclamation fa-exclamation*/
.fa-danger:before {
	content: "\f05e";
}

.panel-heading {
	padding: 4px 15px;
}

a.btn.btn-default.btn-novo:hover {
	background-color: #001f3f !important;
	color: white
}

.fa-success:before {
	content: "\f00c"
}

.box-footer {
	clear: both;
}

.fa-error:before {
	content: "\f05e";
}

.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.radio label {
	padding-left :0;
	padding-right:10px;
}

.checkbox label {
	padding-left :0;
	padding-right:10px;
}

.left {
	padding-left: 0;
}

.select-multiple-control select {
	width:100%;
}

.move-buttons {
	margin-top: 10px;
    margin-bottom: 10px;
}

.btn-move-right {
/* 	margin-bottom: 10px; */
}

select {
	min-height : 26px;
}

.pagination {
	position: relative;
	left:50%;
}
.btn-opcoes {
	margin-bottom:12px;
}

.icheckbox_minimal {
	margin-right:5px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.has-error , .error{
	color: red;
	border-color: red;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin: -8px;
}

.online{border: 2px solid #00a65a;}
.aguardando-resposta{border: 2px solid #f39c12 !important}

.divisoria{
    display: inline-block;
    border: 1px solid #dedede;
    width: 100%;
}

#loading {
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  display: none;
  z-index: 99999;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  animation: spin 1.2s linear infinite;
  -webkit-animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
input[type=text]:not(#processoSeletivo_pesquisa_nome,#login,#textCaptcha,#captcha,#reloadCaptcha,[name='login']){
	text-transform: uppercase;
}
*/

#sino-notificacao {
    float: left;
    padding: 9px 5px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-left: 5px;
    color: #d0d7dc;	
}

#sino-notificacao .glyphicon-bell {
	font-size: 20px;
}

#sino-notificacao .badge {
	left: -9px;
	color: rgba(255, 255, 255, 0.8);
	padding: 1px 5px;
	position: relative;
	background-color: red;
}

#sino-notificacao .badge:EMPTY {
	display: none;
}

#notificacoes {
	width: 400px;
	margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    z-index: 9999;
    right: 0;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #dfe4e8d6;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}

#notificacoes::-webkit-scrollbar {
    width: 6px;
}

#notificacoes::-webkit-scrollbar-track {
    background-color: #dfe4e8d6;
}
 
#notificacoes::-webkit-scrollbar-thumb {
    background-color: #428bca;
    border-radius: 4px;
}

#notificacoes::-webkit-scrollbar-thumb:hover {
    background-color: #0f7ad6;
}

@media(max-width: 400px) {
	#notificacoes {
		width: 86%;
	}
}

#notificacoes .panel-heading {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
}

#notificacoes .panel-body {
	padding-bottom: 10px;
}

.ui-dialog{
	z-index: 2147483647;
}

.ui-dialog-titlebar-close{
	font-size: 0!important;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i{
    color:#555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 1150px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.red {
	color: red;
	font-weight: bold;
}


#sucesso .navbar{
	background-color: #d2d2d2!important;
}

form[action='incluirPessoa'] #botaoSalvar {
	margin-top: 20px;
}

#reloadCaptcha {
	position: absolute;
	border-radius: 50%;
	right: 5px;
	bottom: 5px;
	outline: none;
}

#progressBarProcessoSeletivo{
	margin-bottom: 80px;
}

select[readonly] {
	pointer-events : none;
	tab-index : -1;
}

div.icheckbox_minimal.checked.disabled {
	background-color: gray;
}

div.icheckbox_minimal.disabled:not(.checked) {
	border: 1px solid gray;
}

.horizontal-padding-zero {
	padding-left: 0;
	padding-right: 0;
}

.horizontal-padding-2x {
	padding-left: 30px;
	padding-right: 30px;
}

.border-none {
	border: none;
}

@media print {
  a[href]:after {
    content: "";
  }
}

table.notasPorDisciplina th, table.notasPorDisciplina td {
	text-align: center !important;
	vertical-align: middle !important;
}

.modal {
	overflow-y: scroll;
}

#descricaoBolsista .bolsaEstudoClassificada, #descricaoBolsista  .iconeStatusBolsista, #descricaoBolsista .nomeBolsista, #descricaoBolsista .cpf {
	font-weight: bold;
}

#erratas {
    padding-right: 15px;
    padding-left: 15px;
}

.errata {
    border-color: #e2bd70;
}

.errata .panel-heading {
	font-size: 24px;
	color: #000000;
    background-color: #f7d41f;
    border-color: #faebcc;
}

.errata .descricao {
	font-weight: 600;
    text-align: justify;
}

.errata .vigencia span {
	font-weight: bolder;
}

.errata .panel-body a span {
	margin-right: 5px;
}

#modalAlerta {
	overflow-wrap: break-word;
}

@media (min-width: 1200px) {
   .modal-xlg {
      width: 80%; 
   }
}

.separadorColuna {
	width:20px;
}

.separadorColuna2 {
	width:5px;
}

.separadorLinha {
	height:20px;
}

.separadorLinha2 {
	height:5px;
}

table.noBorder th, table.noBorder td {
	border: 0px;
}

.tableResConsultaHeader {
	text-align: center;
	vertical-align: middle;
}

.tableResConsultaBody {
	text-align: center;
	vertical-align: middle;
}

.azul01 {
	color: #3450A3;
}

.widthCPF {
	width:100px;
}

.popover{
    max-width: 80%;
}

.text-warning-2 {
    color: #a6a600;
}

.text-success-2 {
    color: #00c100;
}

table.borderTable th, table.borderTable td {
  border: 1px solid;
}

.tableModelo01 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tableModelo01 td, .tableModelo01 th {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
  vertical-align: middle;	  
}

.tableModelo01 tr:nth-child(even){background-color: #f2f2f2;}

.tableModelo01 tr:hover {background-color: #ddd;}

.tableModelo01 th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #bfbfbf;
  color: black;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.fontSizeStepsProcessoSeletivo {
	font-size: 12px;
}