body{
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	//background-color: black;
	//background-image: url("../imagenes/fondo2.jpg");
	//padding-top: 20px;
	//background-size: cover;
	background: #F5F5F5;
}
.white{
	background-color: white;
}
.table-sm{
	font-size: 11px;
	line-height: 12px;
}

.table-sm th{
	text-align: center;
	background-color: #f7f7f7;
}
.table-sm td, .table-sm th {
    padding: 4px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-sm td{
	text-transform: uppercase;
	text-align:center;
	background-color: #fbfbfb;
}

.w-100pc{
	width:100%;
}
.lateral{
	padding: 0px 10px 0px 15px !important;
}

.ficha{
	padding: 3px 8px;
}
.ficha-seleccionada{
	background-color: #eee;
}

.top{
	padding: 20px 15px 5px 15px;
	background-position-y: bottom;
	color: white;
	background-image: url("../imagenes/top.png");
	background-size: cover;
} 

.contenedor-fichas{
	padding-top: 10px;
}
.ficha{
	border: solid #ccc 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 0px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 5px 20px;
	min-width: 100px;
	/*
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.75);*/
}

.top a{
	color: white;
}

.ficha {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px 6px 0 0;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	border-bottom: 0px;
}
.ficha:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.ficha:active {
	position:relative;
	top:1px;
}


a.ficha{
	text-decoration: none
}



#ul_listado_periodos {
            list-style: none;
            margin: 0;
            padding: 0;
           /*  border: 1px solid #ccc;
            border-radius: .5em; */
			border-bottom: 1px solid #ccc;
        }

        #ul_listado_periodos li {
            border-top: 1px solid #ccc;
            padding: 2px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #ul_listado_periodos li:first-child {
            border-top: 0;
        }

        #ul_listado_periodos .badge {
            background-color: rebeccapurple;
            color: #fff;
            font-weight: bold;
            font-size: 80%;
            border-radius: 10em;
            min-width: 1.5em;
            padding: .25em;
            text-align: center
        }
		
#ul_listado_periodos a{
	width: 100%;
	padding: 0;
}

.modal input, .modal input:focus{
	color: black;
}

/*plugin para la subida de archivos*/
.file-caption {
    border-radius: 100px 0px 0px 100px;
}
.file-caption-name{
	padding-left: 0px !important;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#tabla_totales th{
	text-align: left;
	width: 15%;
}
#tabla_totales td{
	text-align: right;
}

.strong{
	text-weight: bold;
}
.destacado{
	background-color:lightblue !important;
	font-weight: bold;
	font-size: 12px;
}

.listado-periodos .card-header{
	padding: 0px;
}

.listado-periodos .card-body{
	padding: 0px 11px;
}
.listado-periodos .card{
	margin-bottom: 3px;
}
.listado-periodos .btn-link{
	margin-bottom: 3px;
	width: 100%;
	text-align: left;
}

.listado-periodos .nav-link.periodo {
    padding: 3px 0px 3px 10px;
	font-size: 15px;
	margin-top: 4px;
}
.listado-periodos .nav-link.periodo .fa {
    font-size: 14px;
	margin-right: 4px;
	
}

.contenedor-fichas{
	min-height: 50px;
}
.listado-periodos{
	min-height: 50px;
}
.meses-periodo a.active, .meses-periodo a.active:hover{
	color: white;
	background-color: #007bff;
	border-radius: 5px;
	background: rgb(0,157,220);
}
.meses-periodo a:hover{
	color: white;
	background-color: #007bff;
	border-radius: 5px;
	background: rgba(0,157,220,.7);
}

.cargando{
	background-color: unset;
	
}

.tabla-archivos, .tabla-archivos input, .tabla-archivos .filter-option-inner-inner{
	font-size: 14px !important;
}
.tabla-archivos .dataTables_filter {
   float:left;
}
.tabla-archivos .dataTables_length {
   float:right;
}
.tabla-archivos .dataTables_filter label{
    display: inline-flex;
	line-height: 38px;
}

.bootstrap-select > .dropdown-toggle{
	border: 1px solid #ced4da;
}

.menu-item{
	padding: 10px;
	display: inline-block;
}



.menu{
	border: 1px solid #bbb;
	background: url("../imagenes/menu.png");
}

.menu a{
	color: #666 !important;
	border-radius: 0px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px 15px;
	margin: 0px auto;
	border: 0px 1px 0px 1px;
	border: ;
	border-top: 0px;
	border-bottom: 0px;
}
.menu a:first-child{
	border-right: 0px;
}
.menu a:hover{
	//background: url("../imagenes/menu2.png");
	//text-decoration: none;
}

@media (max-width: 385px) {
	.menu a {
		width: 100%;
	}
	.menu a:first-child{
		border-right: 1px solid #ccc;
	}
}

.menu .activo{
	background: url("../imagenes/menu2.png");
	//text-decoration: none;
}
