/****************************************************************************************************/
/*  
/*  sys-styles.css
/*  
*****************************************************************************************************/

.ss-navbar .nav-round{
	background-color: #1b5858;
}

.ss-navbar .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.89);
	font-weight: lighter;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-left: 25px;
}

.ss-navbar .btn-user {
	background-color: rgba(189, 230, 176, 0.767);
}

.footer {
	background-color: #83C567;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.asunto-loading {
	background-color: #F2F6F9;
	padding: 10px;
}
.asunto-body {
	border-radius: 25px;
	border: 2px solid rgba(27, 75, 165, 0.425);      /* #73AD21;*/
	padding: 20px;
	margin: 10px;
	box-shadow: 1px 1px rgba(136, 136, 138, 0.5) ;

}
.asunto-head {
	padding: 5px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	color:rgb(91, 97, 102);
	font-weight: bold;
	margin-left: 10px;
}
.asunto-nota {
	border-radius: 25px;
	border: 1px solid azure;
	padding: 5px;
	font-family:'Courier New', Courier, monospace;
	font-size: 18px;
	background-color: white;
	color:rgb(91, 97, 102);
}

.factura-anulada {
	text-decoration: line-through;
	color: grey;
}

.contacto-inactivo {
	text-decoration: line-through;
	color: grey;
}

/* Este es nuestro diseño para los campos no válidos 
input:invalid{
	border-color: #900;
	background-color: #FDD;
}

input:focus:invalid {
	outline: none;
}
*/
/** LOADER *************************************************************
		Center the loader 
*/
#spinn-loader {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 1;
		width: 150px;
		height: 150px;
		margin: -75px 0 0 -75px;
		border: 16px solid #f3f3f3;
		border-radius: 50%;
		border-top: 16px solid #3498db;
		width: 120px;
		height: 120px;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
	}
	
	@-webkit-keyframes spin {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}
	
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	
	/* Add animation to "page content" */
	.animate-bottom {
		position: relative;
		-webkit-animation-name: animatebottom;
		-webkit-animation-duration: 1s;
		animation-name: animatebottom;
		animation-duration: 1s
	}
	
	@-webkit-keyframes animatebottom {
		from { bottom:-100px; opacity:0 } 
		to { bottom:0px; opacity:1 }
	}
	
	@keyframes animatebottom { 
		from{ bottom:-100px; opacity:0 } 
		to{ bottom:0; opacity:1 }
	}
	
	#myDiv {
		display: none;
		text-align: center;
	}   

/*=================================================================================*/
/* ESTILOS DEL SISTEMA
/*=================================================================================*/

.ss-table th {
	color: #c73901;
	font-weight: lighter;
	font-family: monospace;
}
.ss-table tr {
	color: rgba(0, 0, 0, 0.685);  /* #2b2f55; */
	font-weight: normal;
	font-family: monospace;
}

.ss-form .col-form-label {
	color: #c73901;
	font-weight: bold;
}

H1, H2, H3, H4 {
	/*color: #2635bd;*/
	color: #0051a8;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-shadow: 1px 1px rgb(168, 162, 248);
}

/* clases para extra samll devices (-) */

@media (max-width: 575px) {

	.ss-form .col-form-label {
		font-size: 12px;
	}

	.ss-table th {
		font-size: 12px;
	}
	
	.ss-table tr {
		font-size: 12px;
	}

	H1 {
		font-size: 25px;
	}

	H2 {
		font-size: 18px;
	}

	H3 {
		font-size: 16px;
	}

	H4 {
		font-size: 14px;
	}

	H5 {
		font-size: 12px;
	}

	H6 {
		font-size: 10px;
	}

	P {
		font-size: 12pt;
	}

	.texto-banner {
		font-size: 15px;
	}

	.banner-image {
		padding-bottom: 0px;
		bottom: 1px;
		padding-top: 30vw;
	}
	.banner-backimage .content h1 {
		font-size: 25px;
	}
	.banner-backimage .content p {
		font-size: 15px;
	}
	.texto-normal {
		font-size: 14px;
	}
	.brand-xl {
		display: none;
	}
	.brand-sm {
		display: block;
	}
	.titulo-home2 {
		font-size: 12px;
	}
	.imagenone-sm {
		display: none;
	}
	.textbox-backgris {
		font-size: 20px;
	}
}
/*=================================================================================*/
/* clases para samll devices (-sm-) */

@media (min-width: 576px) {

	.ss-form .col-form-label {
		font-size: 12px;
	}
	.ss-table th {
		font-size: 12px;
	}

	.ss-table tr {
		font-size: 12px;
	}

	H1 {
		font-size: 25px;
	}

	H2 {
		font-size: 18px;
	}

	H3 {
		font-size: 16px;
	}

	H4 {
		font-size: 14px;
	}

	H5 {
		font-size: 12px;
	}

	H6 {
		font-size: 10px;
	}

	P {
		font-size: 14pt;
	}

	.texto-normal {
		font-size: 18px;
	}

	.texto-banner {
		font-size: 15px;
	}

	.banner-image {
		padding-bottom: 0px;
		bottom: 1px;
		padding-top: 30vw;
	}
	.banner-backimage .content h1 {
		font-size: 30px;
	}
	.banner-backimage .content p {
		font-size: 18px;
	}	
	.texto-normal {
		font-size: 16px;
	}
	.brand-xl {
		display: none;
	}
	.brand-sm {
		display: block;
	}
	.titulo-home2 {
		font-size: 15px;
	}
	.imagenone-sm {
		display: none;
	}
	.textbox-backgris {
		font-size: 18px;
	}

}

/*=================================================================================*/
/* clases para medium devices (-md-) */

@media (min-width: 768px) {

	.ss-form .col-form-label {
		font-size: 13px;
	}
	
	.ss-table th {
		font-size: 13px;
	}

	.ss-table tr {
		font-size: 14px;
	}

	H1 {
		font-size: 28px;
	}

	H2 {
		font-size: 20px;
	}

	H3 {
		font-size: 18px;
	}

	H4 {
		font-size: 16px;
	}

	H5 {
		font-size: 12px;
	}

	H6 {
		font-size: 10px;
	}

	P {
		font-size: 14pt;
	}

	.texto-normal {
		font-size: 18px;
	}

	.texto-banner {
		font-size: 22px;
	}

	.banner-image {
		padding-bottom: 0px;
		bottom: 1px;
		padding-top: 40vw;
	}
	.banner-backimage .content h1 {
		font-size: 35px;
	}
	.banner-backimage .content p {
		font-size: 20px;
	}
	.brand-xl {
		display: none;
	}
	.brand-sm {
		display: block;
	}
	.titulo-home2 {
		font-size: 20px;
	}
	.imagenone-sm {
		display: block;
	}
	.textbox-backgris {
		font-size: 20px;
	}

}

/*=================================================================================*/
/* clases para large devices (-lg-) */

@media (min-width: 992px) {

	.ss-form .col-form-label {
		font-size: 13px;
	}
	
	.ss-table th {
		font-size: 13px;
	}

	.ss-table tr {
		font-size: 16px;
	}

	H1 {
		font-size: 30px;
	}

	H2 {
		font-size: 20px;
	}

	H3 {
		font-size: 22px;
	}

	H4 {
		font-size: 20px;
	}

	H5 {
		font-size: 14px;
	}

	H6 {
		font-size: 12px;
	}

	P {
		font-size: 16pt;
	}

	.texto-normal {
		font-size: 20px;
	}

	.texto-banner {
		font-size: 25px;
	}

	.banner-image {
		padding-bottom: 0px;
		bottom: 1px;
		padding-top: 60vh;
	}
	.brand-xl {
		display: none;
	}
	.brand-sm {
		display: block;
	}
	.titulo-home2 {
		font-size: 25px;
	}
	.imagenone-sm {
		display: block;
	}
	.textbox-backgris {
		font-size: 22px;
	}

}

/*=================================================================================*/
/* clases para xlarge devices (-xl-) */

@media (min-width: 1200px) {

	.ss-form .col-form-label {
		font-size: 15px;
	}

	.ss-table th {
		font-size: 15px;
	}
	
	.ss-table tr {
		font-size: 16px;
	}
	
	H1 {
		font-size: 40px;
	}
	H2 {
		font-size: 25px;
	}

	H3 {
		font-size: 24px;
	}

	H4 {
		font-size: 22px;
	}

	H5 {
		font-size: 16px;
	}

	H6 {
		font-size: 14px;
	}

	P {
		font-size: 18px;
	}

	.texto-normal {
		font-size: 22px;
	}
	
	.texto-banner {
		font-size: 25px;
	}
	.banner-image {
		padding-bottom: 0px;
		bottom: 1px;
		padding-top: 60vh;
	}
	.brand-xl {
		display: block;
	}
	.brand-sm {
		display: none;
	}
	.titulo-home2 {
		font-size: 30px;
	}
	.imagenone-sm {
		display: block;
	}
	.textbox-backgris {
		font-size: 22px;
	}
		
}

/** TOAST *************************************************************/

.toast {
		position: absolute;
		bottom: 0; 
		right: 0;
		margin: 1em;
		z-index: 99;
}

.toast .logo {
		height: 2em;
}

