@font-face {
font-family: dreams;
src:url(../../../extensiones/fonts/CaviarDreams.ttf);

}

@font-face {
font-family: opensSans;
src:url(../../../extensiones/fonts/OpenSans-Regular.ttf);

}

@font-face {
font-family: opensSansBold;
src:url(../../../extensiones/fonts/OpenSans-SemiBold.ttf);

}

body{
	font-family: "opensSans", sans-serif;
}

a{
	color: #17a2b8;
    text-decoration: none;
    background-color: transparent
}

.form-control {
	font-family: "opensSans", sans-serif;
}

.anchor{
	width: 120px;
	text-align: right;
}


.bg-info-th{
	border-radius: 1rem;
	background-color: #D70808;
}


.tabla-reporte-acumulado th {

    padding-left: 8px;
    padding-right: 30px;


}

.tabla-reporte-acumulado td {
	padding: 0.2rem 0.75rem;
	vertical-align: top;
}


.tabla-reporte-acumulado{
	font-size: .8rem;
    background-color: #e6ecef;
    /*border: 3px #2d92d0 solid;*/

   
    padding-bottom: 2px;
    box-shadow: 3px 3px 8px 1px rgba(0,0,0,.16);


}

.tabla-reporte-acumulado th{

	border-radius: 1rem 1rem  0 0;

}

.tabla-reporte-acumulado tr{
	
	border-left: 3px #2d92d0 solid;
	border-right: 3px #2d92d0 solid;
	border-bottom: 0px;
	/*border-top: 0px;*/

}




.font-custom-size{
	font-size: 14px;
	font-weight: 700;
}

.font-custom-size-res{
	font-size: 12px;
	font-weight: 700;
}

.box-presupuesto{
	/*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 5px;
}

.variacion{
	border:1px solid #d8d8d8;
}

.login-box{
	background: rgba(255,255,255,0.9);
	padding: 1rem .5rem;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 600px !important;
	border-radius: 6px;
	box-shadow: ;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	
}

#ba-login{

	position: absolute;
	background-repeat: no-repeat;
	background-size: cover!important;
	background: url(../../img/plantilla/back.jpg);
	height: 100vh;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: -1;
	border-radius: .4rem;

}

.dropdown-menu{
	background: #17a2b8;
}
.dropdown-menu a:hover{
	background: rgba(255,255,255,0.3);
}
.user-cabezote{
 
    width: 2.1rem;
}

.buttons-copy,
.buttons-csv, 
.buttons-excel, 
.buttons-pdf, 
.buttons-print,
.buttons-collection{
	background: #17a2b8;
}

.buttons-copy:hover,
.buttons-csv:hover, 
.buttons-excel:hover, 
.buttons-pdf:hover, 
.buttons-print:hover,
.buttons-collection:hover{
	background: #FFFFFF;
	color: #17a2b8;
}

.dropdown-item.active{
	background: #17a2b8;

}

#editarPerfil{
	/*text-transform: uppercase;*/
}

.table-hover tbody tr:hover{
	color: #17a2b8;
	background-color:rgba(23, 162, 184, 0.1);
	/*font-weight: bold;*/

}

.tablaUsuarios thead{
	background: #17a2b8;
	color: #fff;
}
table.tablaUsuarios{
	/*border-bottom:1px solid #17a2b8;*/
	border-collapse: collapse;
}

table.tablaUsuarios td:hover{
	border-bottom: 1px solid #17a2b8;
}

.radio{
	display: flex;
	align-items: center;
}

/*input[type="radio"]{
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}*/

.radioBotones{
	display: flex;
	text-transform: uppercase;
	justify-content:space-around;
}

.quitarItem{
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true], 
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover{
	background: #17a2b8;
}

.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice, 
.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background: #17a2b8;
	border-color: #17a2b8;
    color: #fff;
} 


.heads input{
	margin: 0px 20px;
}

.tablaColors, 
.tablaVision,
.tablaTandem,
.tablaGirsa,
.tablaConstructora,
.tablaFrasanco{
  font-size: 12px;
  color: #444;
  text-align: center;
}


.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(23,162,184,0.2);

}


/*===================================================
    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: #000;
    border-radius: 0px 10px 0px 0px;
    margin-left: -15px;

}

.dataTables_length{
	/*background: #3c8dbc;*/
	color: #000;
	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 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;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0.85em;
    font-size: 12px;
}






.horizontal-timeline .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 7%;
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}




/*=========================================
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){
	

}

@media(max-width: 991px) and (min-width: 768px){

	.login-box{

		width: 360px !important;

	}

	.btn-block {

		
	}
 
 

}

@media(max-width: 767px) and (min-width: 320px){

	.login-box{

		width: 360px !important;

	}
 

}
