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

/*-- BOOSTRAP ----------------------------------------

.btn-primary {
	background-color: #5c2d1c;
}
.btn-primary:hover {
	background-color: #492416;
}
*/
.btn-primario {
	background-color: #007bff;
	color: white;
}

.btn-primario:hover {
	background-color: #0069d9;
}

/*-- NAVBAR ----------------------------------------*/
.ss-navbar {
	/*background-color: #007bff;*/
	background-color: #5c2d1c;
}

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

.ss-navbar .btn-user {
	color: #024388;
	background-color: white;
}

/*-- NAVBAR DE DESARROLLO ----------------------------------------*/
.ss-navbar-dev {
	background-color: #83C567;
}

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

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

/*------------------------------------------*/

.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;
}

.importe-negativo {
	color: #a40000;
}

.cheque-pendiente {
	/*	color: rgb(228, 157, 27);*/
	color: rgb(10, 132, 247);
	/* rgb(228, 27, 27); */
	background-color: rgba(157, 168, 168, 0.459);
}

.cheque-descubierto {
	color: rgb(228, 27, 27);
	background-color: rgba(157, 168, 168, 0.459);
}


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

H1,
H2,
H3,
H4,
H5,
H6 {
	/*color: #2635bd;*/
	color: #69301b;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-shadow: 1px 1px #69301ba8;
}

.ss-datos {
	color: #69301b;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

.ss-label {
	color: #69301b;
	font-weight: bold;
}

.ss-bg-form {
	background-color: gainsboro;
}

/************************ TABLAS *******************/
.ss-table th {
	color: #69301b;
	font-weight: bold;
	font-family: monospace;
}

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

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

/************************ LABELS Y VALORES *******************/
.ss-label {
	color: #69301b;
	font-weight: bold;
	margin-right: 10px;
}

.ss-valor {
	color: rgb(97, 97, 97);
	font-weight: 600;
}

/************************ TABLAS PANEL ADMIN *******************/
.panel-table th {
	color: #746e6c;
	font-weight: lighter;
	font-family: monospace;
}

.panel-table tr {
	/*	color: rgba(0, 0, 0, 0.685);  /* #2b2f55; */
	color: rgb(97, 97, 97);
	/* #2b2f55; */
	font-weight: normal;
	font-family: monospace;
}

.panel-form .col-form-label {
	color: #69301b;
	font-weight: bold;
}

/******************* comprobantes *******************/
.ss-cpbte .head {
	color: #66666b;
	/* #2b2f55; */
	background-color: #E9ECEF;
	font-weight: lighter;
	font-family: monospace;
	padding: 10px;
	border: 1px solid #a2a6a8;
}

.ss-cpbte .item {
	color: rgb(97, 97, 97);
	/* #2b2f55; */
	/*	background-color: #a0b8cf7c;*/
	font-weight: normal;
	font-family: monospace;
	padding: 10px;
	/*	border: 1px solid #a2a6a8;*/
}

.ss-cpbte .foot {
	color: #66666b;
	/* #2b2f55; */
	background-color: #E9ECEF;
	font-weight: bold;
	font-family: monospace;
	padding: 10px;
	font-size: 16px;
	color: #006de3;
	/*border: 1px solid #a2a6a8;*/
}


/******************* BOTONES MOSTRADOR *******************/
/* Button Style 4 (Circle) */
.circle-btn {
	min-height: 100px;
	line-height: 100px;
}

.circle-btn button {
	margin: 10px;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	font-size: 25px;
	align-items: center;
}

/******************* PANEL MANAGER *******************/
.importes-widget {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #323636;
	font-size: 16px;
}


/******************* CARDS VENDEDORES *******************/
/* .card-vendedor es una clase a para agrupar los estilos modificados .card y que no afecten a otros lugares donde se usa .card */
.card-vendedor {
	border: 0;
}

.card-vendedor .card {
	border: 0;
	margin-bottom: 30px;
	margin-top: 100px;
	border-radius: 6px !important;
	color: rgba(0, 0, 0, .87);
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.card-vendedor .card-title {
	font-weight: 700 !important;
	margin-top: 10px;
	color: #0051a8;
	/* #3c4858;*/
	font-family: Roboto Slab, Times New Roman, serif;
	font-size: 2.125rem;
}

.card-vendedor .card-ventas {
	font-weight: normal;
	margin-top: 10px;
	color: #0051a8;
	/* #3c4858;*/
	font-family: Roboto Slab, Times New Roman, serif;
	font-size: 1.125rem;
}

.card-vendedor .card .card-body {
	padding: .9375rem 1.875rem;
}

.card-vendedor .card-description {
	color: #999;
}

.card-vendedor .card.card-profile {
	text-align: center;
}

.card-vendedor .card .card-header.card-header-image {
	position: relative;
	padding: 0;
	z-index: 1;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
	max-height: 215px;
}

.card-vendedor .card .card-header.card-header-image a {
	display: block;
}

.card-vendedor .card .card-header.card-header-image img {
	width: 100%;
	height: 215px;
	border-radius: 6px;
	pointer-events: none;
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.card-vendedor .card .card-header.card-header-image .colored-shadow {
	transform: scale(.94);
	top: 12px;
	filter: blur(12px);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	transition: opacity .45s;
	opacity: 1;
}

.card-vendedor .card .card-header.card-header-image .card-title {
	position: absolute;
	bottom: 5px;
	left: 15px;
	color: #fff;
	font-size: 1.125rem;
	text-shadow: 0 2px 5px rgba(33, 33, 33, .5);
	font-weight: 700;
	font-family: 'Roboto Slab';
}

.card-vendedor .card .card-category {
	margin-top: 15px;
	margin-bottom: 10px;
}

.card-vendedor .card .card-body+.card-footer {
	padding-top: 0;
	border: 0;
	border-radius: 6px;
}

.card-vendedor .card .card-footer {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 0;
}

.card-vendedor .card-profile .card-footer .btn.btn-just-icon {
	font-size: 20px;
	padding: 12px 13px;
	line-height: 1em;
}

.card-vendedor .card .card-footer {
	padding: .9375rem 1.875rem;
}


.card-vendedor .card-profile .card-body+.card-footer {
	margin-top: -15px;
}

.card .text-info {
	color: #00bcd4 !important;
}

.card-vendedor .card-profile .card-avatar {
	width: 200px;
	max-width: 200px;
	max-height: 200px;
	margin: -50px auto 0;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.card-vendedor .card-profile .card-avatar img {
	width: 100%;
}

.card-vendedor .card-profile .card-avatar+.card-body {
	margin-top: 15px;
}

/*****************************************************************************************************
ESCALAS
*/

/* 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: 16px;
	}

	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;
	}

	.panel-table th {
		font-size: 15px;
	}

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


	H1 {
		font-size: 40px;
	}

	H2 {
		font-size: 25px;
	}

	H3 {
		font-size: 24px;
	}

	H4 {
		font-size: 22px;
	}

	H5 {
		font-size: 18px;
	}

	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;
	}

	.ss-cpbte .head {
		font-size: 15px;
	}

	.titulo-saldo {
		/*color: #2635bd;*/
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 22px;
	}
}

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

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

.toast .logo {
	height: 2em;
}