@keyframes loader-o{
	0%{
		transform: scale(0);
		opacity: 1;
	}

	100%{
		transform: scale(1);
		opacity: 0;
	}
	
}

#loader-o::after,
#loader-o::before{
	animation: loader-o 2s linear infinite;
	content: '';
	border:3px solid #178601;
	width: 48px;
	height: 48px;
	position: absolute;
	border-radius: 50%;
}

#loader-o::after{
	opacity: 0;
	animation-delay: 1s;
}

.text-danger-2{
	color: #F4B084;
}

.text-warnings{
	color: #f39c12;
}

.label-warnings{
	background: #F4B084;

}


.btnAgregarNo{
	position: relative;
}

.btnAgregarNo button{
	position: absolute;
	right: -90px;
	top:-21px;
}
/*
#loader{
	text-align: center;
	display: block;
	height: 20px;
}*/

.check-o{
	margin: 0 10px;
}

@font-face {

	font-family: fuente1;
	src: url(fonts/AlexBrush-Regular.ttf);

}



/*====================================================*/

@keyframes loader-2 {

  0% { 

    transform: rotate(0); 
  }

  100% { 

    transform: rotate(360deg); 
  }

}

#loader{
	display: block;
}
.loader-2 div { 

  box-sizing: border-box!important 
}

.loader-2 > div {

  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #36b8e0 transparent #36b8e0 transparent;
  animation: loader-2 1s linear infinite;

}

.loader-2 > div:nth-child(2) { 

  border-color: transparent; 

}

.loader-2 > div:nth-child(2) div {

  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);

}

.loader-2 > div:nth-child(2) div:before, .loader-2 > div:nth-child(2) div:after { 

  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 48px;
  background: #36b8e0;
  border-radius: 50%;
  box-shadow: 0 128px 0 0 #36b8e0;

}

.loader-2 > div:nth-child(2) div:after { 

  left: -16px;
  top: 48px;
  box-shadow: 128px 0 0 0 #36b8e0;

}

.loader {

  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  margin: 0 auto;

}

.loader-2 {
  width: 25%;
  height: 25%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.loader-2 div { 

  box-sizing: content-box; 

}




#selectedDates{
	font-weight: bold;
    color: blue;
}


.opcionesDashboard{

	font-family: dreams, sans-serif;
	font-size: 1rem;
	font-weight: bold;
}

.opcionesDashboard:hover{


	background: rgba(0,0,0,0.2);
	border-radius:5px;
	padding: 3px;

}

.fontGrafico{
	font-family:'dreams', Century Gothic, sans-serif !important;
	font-size: 13px;
}


.tablaTickets, .main-footer{
	font-size: 12px;
	font-weight: bold;
}

.dropdown-toggle, .usuario-p{
	font-size: 12px;
}

.tablaTickets thead{
	color: #004AD3;
	font-weight: bold;
}

#particles-js{
	/*background: #223168 !important;*/
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover !important;
	background: url(../../img/plantilla/back.png);
}



.login-logo img{
	margin: 0 auto;
}


.form-group label{
	padding: 10px 0;
}

.bootstrap-select>.dropdown-toggle {
	
	/*padding: 13px;*/
	padding: 6px 12px;
	
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-size: 13px;
	
}

.notificaciones-servicios span{
	padding:5px 5px;
}

.products-list > .item {
	padding: 4px 0px !important; 
}



.cuerpo-notificaciones table{
	font-size: 13px !important;
}

.modal-custom{
	padding: 10px 0 0 0;
}

.modal-header .close {


	position: absolute;
	top: 10px;
	color: #000;
	right: 10px;
	width: 35px;
	height: 35px;
	border-radius: 10%;

}
.close span{
	font-size: 35px;
}

.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
	margin-top: -3%;
}

#cal-day-box .day-event {
	max-width: 98px;

}

#cal-day-box .day-highlight {
  line-height: 20px;
}

.cal-hours,.day-event{
	font-size: 12px;
	text-align: center;
}

.foot-icono{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.foot-icono a, .foot-icono h2 a  {
	cursor: pointer;
}

.foot-icono i {
	font-size: 8rem;
	padding: 10px 0;
	
}
.btnTitularDescanso a h4{
	cursor: pointer;
}


.titulo-descansos h2{
	padding: 20px 0;
	font-size: 2rem;
}

.ingresarFechas{
	padding: .3rem 0;
}
.ingresarFechas p{
	padding: 1rem;
	font-weight: 600;
}

#nuevaFecha{
	border-radius: 0 10px 10px 0;
}
.btnGuardarVacaciones{
	padding-bottom: 15px;
}

.fechaPeriodo{
	display: flex;
	justify-content: center;
	margin: 5px auto;
	width: 85%;
}

.alert{
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.opciones-vacaciones li{
	padding-top: 10px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.alert-error1 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.titulo-calendario{
	padding-top:20px;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.tablaSolicitudes, 
.tablaPermisos, 
.tablaSAR,
.tablaSoporte  {
	font-size: 12px;
	color:#444;
	text-align: center;
}


.tablaSolicitudes th, 
.tablaPermisos th, 
.tablaSAR th, 
.tablaSoporte th{
	text-align: center;
}


td.highlight {
	font-weight: bold;
	color: blue;
}


.tablaCorreos,
.tablaHost,
.tablaSAR,
.tablaEmpleados{
	font-size: 12px;
	color:#444;
	text-align: center;
}

.tablaHost th, 
.tablaCorreos th, 
.tablaSAR th,
.tablaEmpleados th{
	text-align: center;
}

.radio-opciones{
	/*padding-left: 20px;*/
	display: flex;
	justify-content: space-evenly;
	background-color: #efefef;
	align-items: center;
}

.radio-opciones input[type="radio"]{
	margin: 0 !important;
	cursor: pointer;
}

/* PERSONALIZACION DEL BOTON INPUT FILE EN CARGA DE ARCHIVOS*/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	max-width: 80%;
	font-size: .8rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

.iborrainputfile, 
.file-personalizado, 
.file-personalizado-foto  {
	font-size:12px; 
	font-weight:normal;
	/*font-family: 'dreams',sans-serif;*/
	color: #444;
}



.inputfile-imss + label {
	color: #000000;
	font-family: 'dreams',sans-serif;
}

.inputfile-imss:focus + label,
.inputfile-imss.has-focus + label,
.inputfile-imss + label:hover {
	color: #000;
	cursor: pointer;
}

.inputfile-imss + label figure {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #444;
	display: block;
	padding: 20px;
	margin: 0 auto 10px;
}

.inputfile-imss:focus + label figure,
.inputfile-imss.has-focus + label figure,
.inputfile-imss + label:hover figure {
	background-color: #0360B6;
}

.inputfile-imss + label svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}




.subir{

    padding: 5px 10px;
    background: #00C5E2;
    color:#fff;
    font-size: .9rem;
    border:0px solid #fff;
    border-radius: 5px;

}
 
.subir:hover{
    color:#fff;
    background: #03BDD9;
    cursor: pointer;
}

.resDocumentacion{
	margin-left:12px;
	margin-right: 2px;
}

.modalPrevia{
	color: #00C5E2;
	cursor:pointer;
}

.modalPrevia:hover{
	color: #07ACC5;
}

.pie-foot-pdf{
	color: #B60606;
	font-size: 14px;
	text-align: center;
	padding: 25px 8px;
}


.mostrar-password{

	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}

.mostrar-password label{
	margin-left: 5px;
	font-size:12px;
} 


.radioGoce{
	border:1px solid #d8d8d8;
	padding: .3rem .5rem;
	margin: 0 auto;
	border-radius: .3rem;

}

/*===================================================
    BLOQUE DE PERSONALIZACION DE DATATABLE JQUERY
=====================================================*/
.dataTables_wrapper {
    background-color: #e6ecef;
    border: 2px #2d92d0 solid;
    border-radius: 12px;
    font-size: .9em;
    padding-bottom: 2px;
    box-shadow: 3px 3px 8px 1px rgba(0,0,0,.16);
}

 .dataTables_filter {
    text-align: right;
    padding: 14px 15px;
    background: #3c8dbc;
    color: #d8d8d8;
    border-radius: 0px 10px 0px 0px;
    margin-left: -15px;

}

.dataTables_length{
	background: #3c8dbc;
	color: #fff;
	padding: 9px 10px;
	border-radius: 10px 0px 0px 0;
	margin-right: -15px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 20px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {

	width: 25px;
	/*padding:2px;*/
	width: auto;
	display: inline-block;
	 /*padding: 15px 15px;*/
}


.dataTables_filter input[type="search"]{
	width: 250px !important;
	border-radius: 1rem;
}


.pagination {
    font-size: .8em;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;
}

.dataTables_info{
	padding: 0px 1rem;
}

select.input-sm {
	border-radius: 8px;
	font-size:12px;
}


.dataTables_wrapper .dataTables_length label {
    padding: 10px 10px 0;
}

div.dataTables_length label {
	
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

table.dataTable {

    max-width: auto;

}


table.dataTable thead>tr>th {

    padding-left: 8px;
    padding-right: 30px;
}

table.table-list thead th {

    background-color: #e6ecef;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 13px;
}

.table > thead > tr > th  {

    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}



#data-recibos tbody td,
#data-recibos-Asimilados tbody td,
#data-recibos th,
#data-recibos-Asimilados th  {
    text-align: center;
}


#tablaColors_wrapper .dt-buttons,
#tablaReportesHost_wrapper .dt-buttons,
#tablaReportesLicencia_wrapper .dt-buttons,
#tablaReportesCorreos_wrapper .dt-buttons,
#tablaReportesSar_wrapper .dt-buttons,
#tablaDispositivos_wrapper .dt-buttons,
#tablaDispositivos2_wrapper .dt-buttons{  

	margin-left: 10px;
	margin-top:10px;
	display: block;
}

.dt-buttons button{

	font-weight: bold;

}

#tablaColors_filter,
#tablaReportesHost_filter,
#tablaReportesLicencia_filter,
#tablaReportesCorreos_filter,
#tablaReportesSar_filter,
#tablaDispositivos_filter,
#tablaDispositivos2_filter{
	margin-left:0px;
	background-color: #e6ecef;
	color: #000;
	font-weight: bold;

}



/*============================================
 EFECTO spinner
==============================================*/
#loading-max{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 9999;

}

.loading-spinner{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top:4px solid #0dcaf0;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}


@keyframes spin{

    0% { 

        transform: rotate(0deg); 

    }

    100% { 

        transform: rotate(360deg); 

    }

}



.vistaDetalle{
	border: 1px solid #efefef;
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}


/*===============================================
    PERSONALIZACION DE DASBOARD RH
=================================================*/
.info-box-icon-rh{
	order-top-left-radius: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 12px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    color: #fff;
    /*background: rgba(138,186, 214, 0.4);*/
}

.info-box-content-rh{

	padding: 5px 10px;
    margin-left: 90px;

}

.cajas-dashboard{
	background-color: #dee2e6;
	height: auto;
	border-radius: 15px;
	color: #444;
	margin-top: 1rem;

}

.cajas-dashboard h4{
	padding: 1rem;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;

}

.cajas-dashboard h1{
	padding: 1rem;
	font-weight:bold;
	text-align: center;
	font-size: 2rem;
}

.separador-hr{
	/*margin: .5rem;*/
}

/*=========================================
PANTALLA GRANDE 1920px en adelante)
===========================================*/

@media(min-width: 1600px){


}

/*=========================================
PANTALLA ESCRITORIO 1366px en adelante)
===========================================*/
@media(max-width: 1599px) and (min-width: 1200px){


}

/*=========================================
TABLET HORIZONTAL LG 1024px en adelante)
===========================================*/
@media(max-width: 1199px) and (min-width: 992px){
	
	.dataTables_filter input[type="search"]{

		width:200px !important;

	}

}

@media(max-width: 991px) and (min-width: 768px){

	.dataTables_filter input[type="search"]{

        width:200px !important;

    }
 

}

@media(max-width: 767px) and (min-width: 320px){

	.dataTables_length{
        margin-right: 0px;
        border-radius: 10px 10px 0px 0px;
    }

    .dataTables_filter{
        margin-left: 0px;
        border-radius: 0px 0px 10px 10px;

    }

    .dataTables_filter input[type="search"]{

        width:200px !important;

    }



}
