/*
	CUSTOM CSS - SG
*/

/*
body{
  background-color: #1a1a27;
}

.header{
  background-color: #1a1a27;
}
*/

.symbol .symbol-label{
	background-color: transparent !important;
}

.dt-buttons{
	display: none;
}

.dataTables_filter{
	float: right;
}

.dataTables_length{
	display: inline-block;
}

.dataTables_length label, .dataTables_filter label{
	display: inline-flex;
}

.dataTables_length label select, .dataTables_filter input{
	margin-left: 5px;
	margin-right: 5px;
  
}

.img-round{
  border-radius: 50%;
  object-fit: cover;
}

.pagination{
	float: right;
}

td.otros-detalles{
	/*display: flex;*/
}

.otros-detalles a {
    display: table-cell;
    padding-left: 5px;
}

.custom-select-largo {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 2rem 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 1rem center / 8px 10px;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container {
  width: 100% !important;
}

.custom-select:disabled {
    color: #000000;
    background-color: #ebedf3;
}
/*
.accordion .card .card-header .card-title {
    background-color: #1e1e2d;

}
.accordion .card .card-header .card-title > i {
    color: #FFFFFF;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: #FFFFFF !important;
}
.accordion .card .card-header .card-title.collapsed {
 	background-color: #1e1e2d;  

}
*/

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link, .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-link {
    background-color: #EEF0F8 !important;
}
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text, .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-heading .menu-text, .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-link .menu-text {
    color: #1B1B28 !important;
}

/*Ul de las asignaturas en el listado de personal academico*/
.listado-asignaturas-pacad{

}

.listado-asignaturas-pacad:first-child li:first-child {
  border-top: 0;
}
.listado-asignaturas-pacad:last-child li:last-child {
  border-bottom: 0;
}
.listado-asignaturas-pacad li {
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0;
}

.listado-asignaturas-pacad li{
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.font-size-lg {
  font-size: 1.08rem !important;
}


.bt35{ /*Border para los parciales en la tabla de Calificaciones*/
  border-top: 35px solid #FFFFFF !important;
}


.label.label-ne-azul {
  color: #fff;
  background-color: #0c7fcd;
}
.bg-ne-azul {
  color: #fff !important;
  background-color: #0c7fcd !important;
}

.btn.btn-primary {
  color: #fff;
  background-color: #0c7fcd !important;
  border-color: #0c7fcd !important;
}

.fc-bgevent {
  background: #0c7fcd !important;
  opacity: .3;
}
/*Notificacion del tipo Informativa*/
.toast.toast-info{
  background-color: #0c7fcd !important;
}
/*Icono del tipo informativo*/
.swal2-icon.swal2-info {
  border-color: #0c7fcd;
  color: #0c7fcd;
}

.th_peq_0{
  width: 50px !important;
}

.th_peq_1{
  width: 150px !important;
}

.th_peq_2{
  width: 200px !important;
}

carousel-item {
  height: 100%;
}


.carousel .carousel-item {
  min-height: 50vh;
  height: 50vh;
}


.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-caption{
  background: rgba(3, 3, 3, 0.49);
}

.logo-equipo{
  width: 15%;
}

thead tr th{
  text-align: center;
}

.foto-lideres-home img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.nombre-jugador-mas-logo div:nth-child(1){
  width: 50%;
}

.nombre-jugador-mas-logo div:nth-child(2){
  width: 50%;
}

.nombre-jugador-mas-logo div:nth-child(2) img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}