
/*ICONOS MENU*/

.nav-link i {
	font-size: 14px;
	margin-right: 2px;
}

/* FOOTER */

.main-footer {padding: 0.5rem;}

/* SIDEBAR  */

[class*=sidebar-custom1-] {
  background-color:  #ececec;
}

.brand-link .brand-image {
  float: none;
  max-height: 46px;
}

.nav-link i {width: 20px;}
.fas.fa-angle-left.right {margin-right: -10px; margin-top:  2px;}

/*.guest .min-h-screen {min-height: 95vh;}

.footer {
  text-align: center;
  background: #333;
  color: #fff;
  min-height: 5vh;
  line-height: 5vh;
  font-size: 14px;
}*/

/* FONDO LOGIN */

.login-page {
  background: url('/images/fondo.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {

    .login-box {
      background-color: #fff;
      border-radius: 40px;
      padding: 60px 100px;
      width: 550px;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
      /*background: url('/images/backgroundlogin.png');
      background-repeat: no-repeat;
      background-position: bottom;*/
    }
/*
    .login-logo {
      width: 350px;
    }

    .card {
      width: 350px;
    }

    .card-footer a {color: #ff0000;}
*/
}

/* SIDEBAR LOGIN  

.left-sidebar {
  width:20vw!important;
  min-width: 200px!important;
  float: left;
  background: #ff0000;
  color: #fff;
  height: 95vh;
  padding: 20px;
  opacity: 0.8;
  position: absolute;
}*/

/* BREADCRUMB  */

.content-header .breadcrumb {float: right;}

.content-header {
  background: #ececec;
  margin-bottom:  20px;
} 

/* LISTA USUARIOS TEAMS  */

.equipeuser {
  background: #333;
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px 10px;
  color: #fff;
}


.semequipe {
  background: #ff0000;
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px 10px;
  color: #fff;
}

/* FORM HIDDEN  */

.form-control.hidden {display: none;}


/* DATATABLES  */

.dataTables_wrapper .table td, .table th {vertical-align: middle!important;}

div.dataTables_wrapper div.dataTables_filter {float: right;}

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 0!important;
}

/* DROPZONE */

.dropzone.rounded.dz-clickable {
  background-image: url(/images/draganddrop.png);
  background-repeat: no-repeat;
  background-position: top center;
  opacity: .5;
}

.dropzone .dz-message {margin: 125px 0 0!important;}
.dropzone {padding: 0!important;}


/* IMAGE PICKER */

ul.thumbnails.image_picker_selector li .thumbnail img {border-radius: 4px;}
ul.thumbnails.image_picker_selector li .thumbnail.selected {border-radius: 4px;}

/**/

.divseparador {height: 100px;}

.select2-container {width: 530px!important;}


.thumblightgallery.edit a {
  height: auto;
  border:  2px solid #ececec;
  display: block; 
}

.thumblightgallery.edit button {margin: 5px 0 30px 0; width: 500px;}

.thumblightgallery a {
  height: 200px;
  border:  2px solid #ececec;
  display: table-cell; 
}

.thumblightgallery img {
  max-height: 195px;
  max-width: 250px;
}

.resultados {font-size: 20px;}

.Aprovado {background-color: #33cc33; color: #fff;}
.Indeferido {background-color: #cc3333; color: #fff;}
.Empate {background-color: #cc6633; color: #fff;}


.dropdown-menu li {display: inline-grid; width: 100%;}

body {background-color: #f4f6f9;}

.datatablesalunos select {
  max-width: 30%!important;
  margin-bottom: 10px;
}