body{
	padding: 0px;
	margin:0px;
	font-family: 'Karla', sans-serif;
	background-image: url(../IMG/FONDO/cover.jpg);
}

/*Header //////////////////////////////////////////////////////////*/
.line{
	width: 100%;
	border-top: 1px solid #ced4da;
	margin: 11px 2px 11px 2px;
}
.comp-header{
	z-index: 10;
	background: -webkit-radial-gradient(bottom, white 0%, #f0f0f0 150%);
	background: -moz-radial-gradient(bottom, white 0%, #f0f0f0 150%);
	background: -o-radial-gradient(bottom, white 0%, #f0f0f0 150%);
	position: fixed;
	padding:0px;
	margin:0px;
	height: 55px;
	width: 70%;
	border-bottom: 1px solid #cccccc;
}
.comp-header-logo{
	background: url('../IMG/ICON/logo_64.png');
	background-size: 100%;
	border-radius: 255px;
	background-color: #fffd9e;
	margin: 10px;
	margin-left: 15px;
	float: left;
	height: 40px;
	width: 40px;
}
.comp-header-title{
	margin: 10px;
	margin-left: 20px;
	padding: 5px;
	font-size: 18px;
	color: #2a2a2a;
	float: left;
	height: 40px;
}
.comp-header-logout{
	font-size: 18px;
	color: white;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	top: 10px;
}
/*Nav /////////////////////////////////////////////////////////////*/
#nav-container{
	display: none !important;
	position: fixed;
	z-index: 9;
	width: 100%;
	background-color: white;
}
.comp-nav{
	background-color: rgba(115, 2, 2, 0.9);
	overflow: auto;
	position: fixed;
	z-index: 10;
	padding: 7px;
	margin:0px;
	height: 100%;
	width: 22%;
	border-radius: 0px;
	transition: 0.3s;
	padding-bottom: 10px;
	z-index: 1000;
}
.comp-nav-title{
	height: 20px;
	width: 95%;
	font-size: 12px;
	color: #ebe5e5;
	padding: 2px;
	margin: 5px 0px 0px 5px; 
}
.comp-nav-list{
	margin: 5px 0px 5px 0px;
	padding: 7px;
	width: 100%;
	color: #ebe5e5;
}
.comp-nav-item{
	border-radius: 0px;
	list-style: none;
	margin: 3px;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	-webkit-transition: 0.6s ease;
	transition: 0.3s ease;
	border-left: 3px solid #ebe5e5;
}
.comp-nav-icon{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
/*Eventos*/
.comp-nav-item:hover{
	background-color: #B30404;
	border-left: 3px solid #ebe5e5;
	border-radius: 18px;
	cursor: pointer;
}
#toast-content{
	right:0px;
	bottom:30px;
	position: fixed;
	z-index: 2000;
	height: auto;
	min-width:10%;
	margin-right: 5px;
}
/*Footer //////////////////////////////////////////////////////////*/
.footer{
	margin:0px;
	padding-top: 3px;
	position: fixed;
	background: -webkit-radial-gradient(bottom, #e5e5e5 0%, #e5dada 150%);
	background: -moz-radial-gradient(bottom, #e5e5e5 0%, #e5dada 150%);
	background: -o-radial-gradient(bottom, #e5e5e5 0%, #e5dada 150%);
	left:0px;
	bottom:0px;
	height:25px;
	width:100%;
	z-index: 2000;
	border-top: 1px solid #a0a0a0;
	text-align: center;
	font-size: 12px;
}
/*Section Login /////////////////////////////////////////////////////*/
.comp-section-login{
	padding-top:50px; 
	float: left;
	margin-top: 55px;
	width: 100%;
	height: 100%;
}
#comp-card-login{
	background-color: rgb(255, 255, 255,0.6);
}
.comp-section-card{
	margin:0 auto;
	height: 300px;
	width: 25%;
}
.comp-section-container{
	float: right;
	width: 78%;
	height: 100%;
	transition: 0.3s;
}
/*Section Modulos*/
#card-module{
	background-color: #f1f1f1;
}
/*Tabla de Datos - DataTable*/
.data-table{
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #d8d8d8;
}
.data-table thead{
	margin: 0px;
}
.data-table tbody{
	margin: 0px;
	border-bottom: 1px solid #d8d8d8;
}
.data-table thead tr th{
	padding: 2px 8px;
	height: 40.5px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	display: table-cell;
}
.data-table tbody tr td{
	padding: 2px 8px;
	height: 40.5px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	display: table-cell;
}
.data-table tbody tr:hover{
	background-color:#f9f2d6;
}
.card-subtitle{
	color: rgb(63, 63, 63);
}
.btn-td-nav{
	display: none;
}
.data-table tbody tr td:last-child{
	border-right:0px;
}
.data-table tbody tr:last-child td{
	border-bottom:1px;
}
.data-table thead tr th:last-child{
	border-right:0px;
}
.filling-header-table{
	width: 2px;
	display: table-cell;
}
.card-body-table-body{
	border:1px solid #d8d8d8;
	border-bottom: 0px;
	height:400px;
	overflow-y:scroll;
}
/*Movil */
@media(max-width: 767px)
{
	.comp-nav{
		width: 75%;
		margin-left: -80%; 
	  }
	  .comp-section-container{
		width: 100%;
	  }
	  #menu-despleg:checked ~ .comp-nav{
		margin-left: 0%;
	  }
	  #nav-container{
		  display: none;
	  }
	  #panel-container{
		  margin-top: 0px;
	  }
	  .comp-section-card{
		margin:0 auto;
		height: 300px;
		width: 95%;
	}
	.filling-header-table{
		width: 2px;
		display: none;
	}
	.data-table{
		border-top: 0px; 
	}
	.row-card-datatable{
		margin-left: 0px;
		margin-right: 0px;
	}
	.card-body-table-header{
		margin-left: 0px;
		margin-right: 0px;
	}
	.card-body-table-body{
		margin-left: 0px;
		margin-right: 0px;
	}
	.card-footer{
		margin-left: 0px;
		margin-right: 0px;
	}
	td{
		font-size: 12px;
	}
	.filling-header-table{
		display: none !important;
	}
}
/*No Movil*/
@media(min-width: 768px){
	#panel-container{
		margin-top: 0px;
	}
}

