table a{
  display: inline-block;
}

[class*=sidebar-light-] .nav-header{
  font-weight: 600;
  border-bottom: solid 1px #ccc;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #c11c05 !important;
}

.nav-pills .nav-link:not(.active):hover {
    color: #c11c05 !important;
}

.btn-collum{
  min-width: 51px !important;
  text-align: center;
}

.direct-img-square{
  max-height: 35px;
}

.nav-item .nav-link i{
  margin-right: 10px;
}

.main-sidebar{
  opacity: 0.95;
}

.main-sidebar p{
  font-size: 0.9rem;
}

.matricula_item,
.ingresso_item,
.inicio_item{
  border-left: 7px solid #3c8dbc;
  border-top: 1px solid #3c8dbc;
  border-right: 1px solid #3c8dbc;
  border-bottom: 1px solid #3c8dbc;
  border-radius: 3px;
  padding: 15px 15px 0 15px;
  margin-bottom: 10px;
}

.field-title{
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}

#liveSearch{
  font-size: 0.85em;
  line-height: 21px;
  color: #666;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
}

.bootstrap-tagsinput{ width: 100%; }

.bootstrap-tagsinput .label-info{
  background-color: #3c8dbc;
  padding: 3px 8px;
  font-size: smaller;
  border-radius: 3px;
}

.bootstrap-tagsinput .label-info span{
  background-color: rgba(255,255,255,0.8);
  color: #666;
  border-radius: 3px;
  padding: 0 3px;
  font-weight: bold;
}

.cadastro-horarios>div{
  border-right: solid 1px #ccc;
  margin: 10px 0;
}

.aluno-info-tabs h2{
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
}

.aluno-info-tabs h2 span{
  font-weight: bold;
}

.termo-on{
  background-color: #e9ecef;
  color: #28a745;
  font-size: 1.3em;
  padding: 7px;
  border: 1px solid;
  border-radius: 3px;
}

.termo-off{
  background-color: #e9ecef;
  color: #a80e0e;
  font-size: 1.3em;
  padding: 7px;
  border: 1px solid;
  border-radius: 3px;
}

.disabled{
  pointer-events: none;
  cursor: default;
}

#dashboard a>.info-box{
  color: #212529;
}

.row .video_item{ border-top: solid 1px #CCC; padding: 15px 0; }

/* --------- MODAL UPLOAD Wysihtml ----------*/
.note-group-select-from-files{ display: none !important; }

#ajaxFileUploadSubmit {
	padding: 3px 15px;
    background-color: #232848;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    max-width: 50%;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

#ajaxFileUploadSubmit:hover {
	background-color: #475089;
}
/* --------- MODAL UPLOAD Wysihtml ----------*/

/* --------- TUI Calendar ----------*/


.lnb-calendars-item{
  font-size: 0.8rem;
  font-weight: normal;
  padding: 5px;
  margin-bottom:3px;
  color:#FFF; 
}
