/* GENERAL STYLE */

* {
    font-family: Arial;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
	overflow: hidden;
}
section {
	padding-top: 120px;
}
form {
	margin: 0px;
	padding: 0px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-style: none;
}
.modal-dialog {
	margin-top: 0px;
}
input::placeholder,
textarea::placeholder {
	font-size: 15px;
    color: #DDDDDD;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='file'] {
	display: none;
}
input[type=radio] {
    transform: scale(1.3);
	cursor: pointer;
}
input[type=checkbox] {
    transform: scale(1.5);
	cursor: pointer;
}
label {
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	font-weight: inherit;
	color: #185E78;
	cursor: pointer;
	transition: all ease 0.3s;
}
label:hover {
	border: 1px solid #185E78;
	background-color: #F5F5F5;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 30px;
}
.print-start {
	display: none;
}
.fa-print {
	margin-right: 20px;
}
.fa-margin-right {
	margin-right: 20px;
}
.page-link {
	color: #185E78;
}
.modal-body-loading {
	text-align: center;
}
.modal-loading {
	font-size: 20px;
	font-weight: bold;
	color: #F78D30;
	margin-top: -20px;
	margin-bottom: 20px;
	animation: loading 1s linear infinite;
}
@keyframes loading {
	50% {
	  opacity: 0;
	}
}
.modal-employee a {
	font-size: 15px;
	color: #185E78;
	text-decoration: none;
	transition: all ease 0.3s;
}
.modal-employee a:hover {
	opacity: 0.7;
}
.modal-two-discount-area {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-two-discount-item-area {
	text-align: center;
}
.modal-two-discount-item-area span {
	font-size: 13px;
	text-align: center;
}
.modal-two-discount-item {
	text-align: center;
	height: 70px;
	width: 70px;
	padding: 20px;
	margin: 20px;
	margin-bottom: 5px;
	border: 1px solid #185E78;
	border-radius: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.modal-two-discount-item:hover {
	opacity: 0.7;
}
.modal-two-discount-item i {
	font-size: 32px;
}

@media screen and (max-width: 1050px) {

	.fa-margin-right-responsive {
		margin-top: -15px;
		margin-right: 0px;
	}

}

/* GENERAL STYLE */


/* LOGIN */

.login-body {
	background-color: #F5F5F5;
}
.login-area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 310px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -150px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.login-img {
	margin-bottom: 20px;
}
.login-img img {
	width: 220px;
}
.login-area-auth {
	display: block;
	text-align: center;
	padding: 15px;
}
.login-area-auth input {
	width: 100%;
	font-size: 15px;
	padding: 8px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #277DA0;
	text-align: center;
	margin-bottom: 10px;
	transition: all ease 0.3s;
}
.login-area-auth input:focus {
	border: 1px solid #277DA0;
}
.login-area-auth button {
	width: 100%;
	padding: 8px;
	background-image: linear-gradient(#F3A835, #ED7300);
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	transition: all ease 0.3s;
}
.login-area-auth button:hover {
	opacity: 0.8;
}
.login-reset-password {
	font-size: 13px;
	color: #185E78;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.login-reset-password:hover {
	opacity: 0.8;
}

/* LOGIN */


/* HEADER */

.header-area {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 99;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background-image: linear-gradient(#277DA0, #185E78);
}
.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.header-logo img {
	width: 120px;
}
.header-bars {
	display: none;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	font-size: 20px;
	color: #FFFFFF;
}

@media screen and (max-width: 800px) {

	.header-logo {
		justify-content: flex-start;
	}
	.header-bars {
		display: flex;
	}

}

/* HEADER */


/* HOME */

.home {
	display: flex;
}
.home-menu {
	display: block;
	flex: 1;
	height: 100vh;
	width: 100%;
	background-color: #E9EBEE;
	border-right: 1px solid #DDDDDD;
	padding-top: 70px;
	overflow: auto;
}
.home-main {
	flex: 6;
	height: 100vh;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 65px;
	overflow: auto;
}
.home-main-payment {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -15px;
	background-color: #F3A835;
}
.home-main-payment i {
	margin-right: 10px;
}
.home-main-payment2 {
	background-color: #DC3545;
}
.home-main-payment2 i {
	margin-left: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.home-main-payment2 i:hover {
	opacity: 0.8;
}
.home-area {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
}
.home-dashboard{
	display: block;
}
.home-area-item {
	background-color: #FFFFFF;
	border: 1px solid #F5F5F5;
	padding: 10px;
	margin-bottom: 25px;
}
.home-ga {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 12%;
}
.home-ga-area {
	flex: 1;
	background-image: linear-gradient(#F3A835, #ED7300);
}
.home-monthly {
	background-image: linear-gradient(#277DA0, #185E78);
}
.home-right {
	margin-right: 0px;
}
.home-ga-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
.home-ga-result {
	display: grid;
	grid-template-columns: 33% 34% 33%;
	flex: 1;
	font-size: 20px;
	color: #FFFFFF;
}
.home-ga-result i {
	font-size: 25px;
	margin: 5px;
}
.home-ga-result-item {
	text-align: center;
}
.home-ga-footer {
	display: flex;
	text-align: center;
	padding: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
.home-ga-footer-visit {
	display: flex;
	justify-content: center;
	flex: 1;
	white-space: nowrap;
}
.home-ga-footer-sales {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	cursor: default;
}
.home-ga-footer-sales i {
	font-size: 12px;
	margin-right: 6px;
}
.home-ga-footer-conversion {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	cursor: default;
}
.home-ga-footer-conversion i {
	font-size: 12px;
	margin-right: 6px;
}
.home-area-admin {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 400px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}
.home-area-admin img {
	width: 400px;
}

@media screen and (max-width: 1400px) {

	.home-menu {
		flex: 2;
	}
	.home-main {
		flex: 10;
	}
	.home-ga-item {
		height: 60px;
	}
	.home-ga-result {
		font-size: 15px;
	}
	.home-ga-result i {
		font-size: 15px;
	}
	.home-ga-footer-visit,
	.home-ga-footer-sales {
		font-size: 10px;
	}
	.home-ga-footer-sales i {
		display: none;
	}
	.home-ga-footer-conversion {
		font-size: 10px;
		margin-left: 10px;
	}
	.home-ga-footer-conversion i {
		display: none;
	}

}

@media screen and (max-width: 1050px) {

	.home-ga-footer {
		font-size: 12px;
	}
	.responsive-ga {
		margin-top: -10px;
	}
	.home-menu {
		flex: 3;
	}
	.home-main {
		flex: 13;
	}

}

@media screen and (max-width: 800px) {

	.home-area-admin {
		height: 300px;
		width: 300px;
		margin-top: -150px;
		margin-left: -150px;
	}
	.home-area-admin img {
		width: 300px;
	}
	.home-ga-result {
		font-size: 13px;
	}
	.home-ga-result i {
		font-size: 13px;
	}
	.home-menu {
		display: none;
	}
	.home-area {
		display: grid;
		grid-template-columns: 100%;
	}
	.home-main-payment {
		height: 30px;
		font-size: 11px;
	}

}

/* HOME */


/* MENU */

.menu {
	height: 50px;
}
.menu-item {
	color: #185E78;
}
.menu-item a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #185E78;
	padding: 10px;
	border-left: 4px solid #E9EBEE;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	text-decoration: none;
	transition: all ease 0.3s;
}
.menu-item a:hover {
	border-left: 4px solid #185E78;
	background-color: #F5F5F5;
}
.menu-item a i {
	margin-right: 8px;
}
.menu-active {
	border-left: 4px solid #185E78;
	background-color: #F5F5F5;
}
.menu-item-employee {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #185E78;
	padding: 10px;
	margin-left: 4px;
	border-bottom: 1px solid #EEEEEE;
}
.menu-item-exit {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #F3A835;
	padding: 10px;
	border-left: 4px solid #E9EBEE;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	text-decoration: none;
	transition: all ease 0.3s;
}
.menu-item-exit:hover {
	border-left: 4px solid #F3A835;
	background-color: #FFF5E5;
}
.menu-item-exit i {
	margin-right: 8px;
}
.menu-item-bottom {
	display: flex;
	padding-bottom: 30px;
}
.menu-item-icon {
	width: 25px;
}
.menu-item-title {
	display: flex;
	align-items: center;
	flex: 1;
	white-space: nowrap;
}
.menu-item-chevron {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	font-size: 12px;
	transform: rotateX(0deg);
}
.fa-chevron-up {
	display: none;
}
.menu-item-accordion {
	color: #185E78;
	cursor: pointer;
}
.menu-item-accordion a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 15px;
	color: #185E78;
	padding: 10px;
	padding-left: 40px;
	background-color: #F5F5F5;
	border-left: 4px solid #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	transition: all ease 0.3s;
}
.menu-item-accordion a:hover {
	border-left: 4px solid #185E78;
	background-color: #F1F1F1;
}
.menu-item-accordion a i {
	margin-right: 8px;
}
.menu-item-accordion2 a {
	padding-left: 80px;
	background-color: #F5F5F5;
}
.menu-load-area {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
}
.menu-load1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 25px;
	width: 100%;
	background-color: #F3A835;
}
.menu-load1 img {
	width: 22px;
}
.menu-load2 {
	flex: 6;
	height: 25px;
	width: 100%;
	background-color: #F5F5F5;
}
.menu-payment-icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}
.menu-payment-icon i {
	height: 20px;
	width: 20px;
	line-height: 11px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	background-color: #28A745;
	border-radius: 50%;
	cursor: pointer;
	transition: all ease 0.3s;
}
.menu-payment-icon i:hover {
	opacity: 0.7;
}
.modal-payment-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
	margin-top: 10px;
}
.modal-payment-area {
	margin-bottom: 20px;
}
.modal-payment-message {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #28A745;
	padding-bottom: 20px;
}
.modal-payment-message i {
	height: 40px;
	width: 40px;
	line-height: 22px;
	font-size: 22px;
	color: #FFFFFF;
	margin-right: 20px;
	padding: 10px;
	background-color: #28A745;
	border-radius: 50%;
}
.modal-payment-info {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	margin-bottom: 10px;
}
.modal-payment-info-left {
	flex: 1;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-right: 0;
}
.modal-payment-info-right {
	flex: 1;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
.modal-payment-alert {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
.payment-button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #185E78;
	border: 1px solid #185E78;
	padding: 10px;
	margin-top: 30px;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all ease 0.3s;
}
.payment-button:hover {
	background-color: #F5F5F5;
}

@media screen and (max-width: 1366px) {

	.menu-load1 {
		flex: 2;
	}
	.menu-load2 {
		flex: 10;
	}

}

@media screen and (max-width: 1050px) {

	.menu-load1 {
		flex: 3;
	}
	.menu-load2 {
		flex: 13;
	}
	.modal-payment-info {
		font-size: 12px;
	}
	.modal-payment-alert {
		font-size: 12px;
	}

}

@media screen and (max-width: 800px) {

	.menu-load-area {
		display: none;
	}

}

/* MENU */


/* MENU MOBILE */

.menu-mobile {
	position: fixed;
	z-index: 999;
	top: 50px;
	left: -315px;
	height: 100vh;
	width: 300px;
	background-color: #E9EBEE;
	overflow: auto;
	box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.5);
	transition: all ease 0.3s;
}
#close {
	display: none;
}
.menu-mobile-background {
	display: none;
	position: absolute;
	z-index: 995;
	top: 50px;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
}


/* CONTENT */

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content {
	padding: 10px;
}
.content-title-area {
	display: flex;
	padding-bottom: 20px;
}
.content-title-area2 {
	margin-top: -30px;
}
.content-title,
.content-subtitle,
.content-subtitle-home {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #185E78;
	white-space: nowrap;
	padding-bottom: 5px;
	border-bottom: 5px solid #DDDDDD;
}
.content-title i {
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-title i:hover {
	opacity: 0.8;
}
.buttons-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
	margin-bottom: -20px;
}
.buttons-area i {
	font-size: 25px;
	color: #185E78;
	margin: 20px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.buttons-area i:hover {
	opacity: 0.8;
}
.content-subtitle-home a {
	color: #185E78;
	text-decoration: none;
	transition: all ease 0.3s;
}
.content-subtitle-home a:hover {
	opacity: 0.8;
}
.content-subtitle-home i {
	font-size: 18px;
	margin-left: 10px;
}
.content-subtitle {
	margin-top: 30px;
}
.content-title-border {
	width: 100%;
	margin-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
}
.content-title-input {
	font-size: 14px;
	color: #185E78;
	margin-bottom: 3px;
}
.content-title-input2-area {
	display: flex;
	align-items: center;
}
.content-title-input2 {
	font-size: 15px;
	color: #185E78;
	margin-left: 10px;
}
.content-observation {
	font-size: 14px;
	color: #F3A835;
	margin-bottom: 10px;
}
.content-employee-area {
	margin: 10px;
}
.content-title-employee {
	font-size: 14px;
	color: #185E78;
	text-align: left;
	margin-bottom: 5px;
}
.content-form-colunm {
	display: flex;
	margin-top: 15px;
}
.content-form-colunm-button {
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	background-color: #F3A835;
	border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-form-colunm-button:hover {
	opacity: 0.7;
}
.content-form-item1 {
	flex: 1;
}
.content-form-item1 label {
	background-color: #FFFFFF;
}
.content-form-item1-delete {
	text-align: center;
}
.content-form-item1-delete i {
	font-size: 22px;
	color: #F3A835;
	margin-top: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-form-item1-delete i:hover {
	opacity: 0.8;
}
.content-form-item2 {
	flex: 2;
}
.content-form-item3 {
	flex: 3;
}
.content-form-item4 {
	flex: 4;
}
.content-form-item5 {
	flex: 5;
}
.content-space-left10 {
	margin-left: 10px;
}
.content-space-right10 {
	margin-right: 10px;
}
.content-center input {
	font-size: 20px;
	text-align: center;
}
.content-input {
	height: 40px;
	width: 100%;
	font-size: 14px;
	color: #185E78;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
}
.content-input:focus {
	border: 1px solid #185E78;
}
.content-input-password {
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #185E78;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #185E78;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-input-password:hover {
	background-color: #F5F5F5;
}
.content-input-password a {
	font-size: 14px;
	color: #185E78;
	text-decoration: none;
}
.content-textarea {
	height: 100px;
	width: 100%;
	color: #185E78;
	padding: 10px;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
}
.content-textarea:focus {
	border: 1px solid #185E78;
}
.content-textarea2 {
	height: 65px;
	resize: none;
}
.content-textarea-seo {
	height: 85px;
	resize: none;
}
.content-file-image,
.content-file-image2,
.content-file-image-logotipo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.content-file-image img {
	height: 200px;
	width: 150px;
}
.content-file-image2 img {
	height: 200px;
	width: 200px;
}
.content-file-image-logotipo img {
	height: 200px;
	width: 600px;
}
.content-file-banner-home-desktop,
.content-file-banner-home-mobile,
.content-file-banner-home-video,
.content-file-post-home-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.content-file-banner-home-desktop img {
	height: 200px;
	width: 600px;
}
.content-file-banner-home-mobile img {
	height: 200px;
	width: 400px;
}
.content-file-banner-home-video img {
	height: 225px;
	width: 400px;
}
.content-file-banner-ruler-desktop,
.content-file-banner-ruler-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.content-file-banner-ruler-desktop img {
	height: 30px;
	width: 600px;
}
.content-file-banner-ruler-mobile img {
	height: 64px;
	width: 240px;
}
.content-file-banner-img-category,
.content-file-banner-slim-desktop,
.content-file-banner-slim-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.content-file-banner-img-category img {
	height: 390px;
	width: 600px;
}
.content-file-banner-slim-desktop img {
	height: 150px;
	width: 600px;
}
.content-file-banner-slim-mobile img {
	height: 150px;
	width: 450px;
}
.content-file-post-home-mobile img {
	height: 300px;
	width: 600px;
}
.content-banner-delete {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content-button-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.content-button-area2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.content-button-item1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	color: #FFFFFF;
	margin-right: 30px;
}
.content-button-item1 a {
	text-decoration: none;
}
.content-button-item2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	margin-left: 30px;
}
.content-button {
	font-size: 35px;
	color: #185E78;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-button:hover {
	opacity: 0.8;
}
.content-list {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
}
.content-list-item {
	flex: 2;
	font-size: 14px;
	font-weight: bold;
	color: #185E78;
	padding: 8px;
}
.content-list-item-actions {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	padding: 5px;
	color: transparent;
}
.content-list-result,
.content-list-result a {
	flex: 2;
	font-size: 14px;
	color: #185E78;
	padding: 8px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.content-list-result i {
	font-size: 16px;
	margin: 2px;
}
.content-list-result a:hover {
	opacity: 0.7;
}
.fa-star {
	color: #DDDDDD;
}
.star-gold {
	color: #F7B800;
}
.content-list-result small {
	font-size: 12px;
	margin: 2px;
}
.content-no-data {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #185E78;
	padding: 30px;
	padding-top: 40px;
}
.content-ga {
	color: #F7B800;
	text-align: center;
}
.flex1 {
	flex: 1;
}
.content-flex1 {
	display: flex;
	justify-content: center;
	flex: 1;
	text-align: center;
}
.content-flex2 {
	display: flex;
	justify-content: center;
	flex: 2;
}
.content-flex3 {
	flex: 3;
}
.content-flex4 {
	flex: 4;
}
.text-center {
	text-align: center;
}
.content-two-prices {
	display: block;
	text-align: center;
}
.content-two-prices-offer {
	font-size: 12px;
	color: #AAAAAA;
}
.content-list-result img {
	width: 150px;
}
.content-img-products img {
	width: 80px;
}
.content-list-result-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	padding: 5px;
}
.content-list-details {
	background-color: #FFFFFF;
	padding: 5px;
	padding-bottom: 15px;
}
.content-list-details-i i {
	width: 35px;
	text-align: center;
}
.content-fa-edit,
.content-fa-eye,
.content-fa-info,
.content-fa-times-circle,
.content-fa-deny,
.content-fa-times-circle-disabled {
	font-size: 17px;
	margin-left: 3px;
	padding: 5px;
	transition: all ease 0.3s;
}
.content-fa-edit:hover,
.content-fa-eye:hover,
.content-fa-info:hover,
.content-fa-times-circle:hover,
.content-fa-deny:hover {
	opacity: 0.8;
}
.content-fa-edit {
	color: #185E78;
	cursor: pointer;
}
.content-fa-eye {
	color: gray;
	cursor: pointer;
}
.content-fa-info {
	color: #28A745;
	cursor: pointer;
}
.content-fa-times-circle {
	color: #F3A835;
	cursor: pointer;
}
.content-fa-deny {
	color: #DC3545;
	cursor: pointer;
}
.content-fa-times-circle-disabled {
	color: #DDDDDD;
	cursor: initial;
}
.content-search-area {
	display: flex;
	align-items: center;
	width: 100%;
}
.content-search-form {
	flex: 1;
	width: 100%;
}
.content-search {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.content-search-client {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	width: 100%;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
}
.content-search-item {
	flex: 1;
	margin-right: 10px;
}
.content-search-button input {
	height: 40px;
	width: 100%;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #185E78;
	border: 0;
	transition: all ease 0.3s;
}
.content-search-button input:hover {
	opacity: 0.8;
}
.content-search-button button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #185E78;
	border: 0;
	transition: all ease 0.3s;
}
.content-search-button button:hover {
	opacity: 0.8;
}
.margin-search {
	padding-left: 20px;
}
.content-legend {
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #DDDDDD;
}
.content-legend-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.content-legend-text {
	font-size: 13px;
	color: #185E78;
}
.content-legend-color {
	height: 15px;
	width: 30px;
	background-color: #FFC107;
	margin-right: 5px;
}
.content-legend-color2 {
	height: 15px;
	width: 30px;
	background-color: #DC3545;
	margin-right: 5px;
}
.content-organize3 {
	margin-top: 5px;
}
.content-organize-area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.content-organize1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}
.content-organize1 i {
	font-size: 25px;
	color: #185E78;
	cursor: pointer;
	transition: all ease 0.3s;
}
.content-organize1 i:hover {
	opacity: 0.8;
}
.content-count-item {
	width: 200px;
	text-align: center;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #185E78;
	margin-top: 5px;
	margin-right: 20px;
}
.content-count-item i {
	cursor: initial;
	font-size: 25px;
	margin-bottom: 10px;
}
.content-count-item i:hover {
	opacity: 1;
}
.content-buttons-i {
	display: flex;
}
.content-organize2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}
.content-organize-item {
	width: 150px;
	margin-left: 20px;
}
.content-organize-item-limit {
	width: 90px;
	margin-left: 20px;
}
.content-list-details-home i {
	font-size: 16px;
	width: 35px;
	text-align: center;
}
.content-no-order {
	font-size: 16px;
	color: #185E78;
	text-align: center;
	padding: 20px;
	padding-top: 35px;
}
.content-no-order2 {
	font-size: 16px;
	color: #185E78;
	text-align: center;
	padding: 20px;
}
.content-form-colunm-checkbox {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}
.content-form-colunm-checkbox-item {
	display: flex;
	margin-top: 20px;
}
.content-form-colunm-checkbox-item label {
	border: 0;
	padding: 0;
	font-size: 16px;
	margin-top: -4px;
	margin-left: 10px;
	text-align: left;
}

@media screen and (max-width: 1600px) {

	.content-count-item {
		width: 100%;
	}

}

@media screen and (max-width: 1400px) {

	.content-list-item {
		font-size: 13px;
		padding: 6px;
	}
	.content-list-item-actions {
		display: flex;
		justify-content: flex-end;
		flex: 1;
		padding: 5px;
		color: transparent;
	}
	.content-list-result {
		font-size: 13px;
		padding: 6px;
	}
	.content-list-result i {
		font-size: 14px;
	}
	.content-list-result-actions i {
		font-size: 15;
		margin: 0px;
	}

}

@media screen and (max-width: 1050px) {

	.content-observation {
		font-size: 10px;
	}
	.content-file-banner-img-category img {
		height: 195px;
		width: 300px;
	}
	.content-file-banner-home-desktop img {
		height: 100px;
		width: 300px;
	}
	.content-file-banner-home-mobile img {
		height: 150px;
		width: 300px;
	}
	.content-file-banner-ruler-desktop img {
		height: 15px;
		width: 300px;
	}
	.content-file-banner-slim-desktop img {
		height: 75px;
		width: 300px;
	}
	.content-file-banner-slim-mobile img {
		height: 100px;
		width: 300px;
	}
	.content-file-post-home-mobile img {
		height: 150px;
		width: 300px;
	}
	.content-search-area {
		display: block;
	}
	.content-search,
	.content-search-client {
		display: block;
	}
	.content-search-item {
		margin-top: 15px;
		margin-right: 0px;
	}
	.content-search-button button {
		width: 100%;
	}
	.margin-search {
		padding-left: 0px;
	}
	.content-legend-text {
		font-size: 10px;
	}
	.content-legend-color,
	.content-legend-color2 {
		height: 10px;
		width: 20px;
	}
	.content-input {
		font-size: 12px;
	}
	.content-count-item {
		width: 100%;
	}
	.content-buttons-i {
		justify-content: center;
		padding: 10px;
		padding-top: 25px;
	}
	.content-organize-area {
		display: block;
	}
	.content-organize1 {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.content-organize2 {
		justify-content: center;
	}
	.content-organize-item {
		margin: 10px;
		margin-left: 0px;
	}
	.content-organize-item-limit {
		margin-left: 0px;
	}
	.content-form-colunm {
		display: block;
	}
	.content-space-left10 {
		margin-left: 0px;
	}
	.content-space-right10 {
		margin-right: 0px;
	}
	.content-form-item1,
	.content-form-item3,
	.content-form-item5 {
		margin-top: 15px;
	}
	.content-form-item1 label {
		background-color: #FFFFFF;
	}
	.content-file-image-logotipo img {
		height: 100%;
		width: 100%;
	}
	.content-list-item,
	.content-list-result {
		font-size: 10px;
		text-align: center;
		padding: 4px;
	}
	.content-two-prices-offer {
		font-size: 6px;
	}
	.content-list-result i {
		font-size: 10px;
	}
	.content-list-result small {
		font-size: 6px;
		margin: 2px;
	}
	.content-list-details-i i {
		width: 20px;
	}
	.content-fa-edit,
	.content-fa-eye,
	.content-fa-info,
	.content-fa-times-circle,
	.content-fa-deny,
	.content-fa-times-circle-disabled {
		font-size: 13px;
	}
	.content-title-employee {
		font-size: 10px;
	}
	.content-no-data {
		font-size: 12px;
		padding: 20px;
		padding-top: 30px;
	}
	.content-list-details-home i {
		font-size: 12px;
	}
	#add_client_order,
	#add_product_order {
		width: 95%;
	}

}

@media screen and (max-width: 600px) {

	.responsive {
		display: none;
	}

}

/* CONTENT */


/* TRACK */

.track-area {
	display: flex;
	justify-content: center;
	align-items: center;
}
.track-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #DDDDDD;
}
.track-circle i {
	font-size: 32px;
	color: #FFFFFF;
}
.track-bar {
	height: 10px;
	width: 80px;
	background-color: #DDDDDD;
}
.track-active {
	background-color: #185E78;
}

.track-details-area {
	margin-bottom: 30px;
}
.track-details-item {
	display: flex;
	align-items: center;
}
.track-details-item-left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 80px;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.track-details-item-inside-left {
	display: block;
	flex: 1;
	font-size: 12px;
	text-align: center;
}
.track-details-item-left i {
	font-size: 25px;
	margin-bottom: 10px;
}
.track-details-item-right {
	display: flex;
	align-items: center;
	flex: 5;
	height: 80px;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.track-dismiss {
	font-size: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.track-dismiss:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1050px) {

	.track-circle {
		height: 30px;
		width: 30px;
	}
	.track-circle i {
		font-size: 15px;
	}
	.track-bar {
		height: 5px;
		width: 40px;
	}
	.track-details-item-left {
		height: 70px;
		margin-right: 10px;
	}
	.track-details-item-inside-left {
		font-size: 10px;
	}
	.track-details-item-left i {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.track-details-item-right {
		height: 70px;
		font-size: 12px;
	}

}

/* TRACK */


/* MODAL */

.modal-header {
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #185E78;
}
.modal-header i {
	font-size: 20px;
	margin-left: 12px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.modal-header i:hover {
	opacity: 0.7;
}
.modal-body {
	font-size: 13px;
	color: #185E78;
	text-align: center;
}
.modal-progress {
	margin-bottom: 20px;
}
.modal-progress-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-progress-item-icon {
	z-index: 9;
}
.modal-progress-item-icon i {
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	padding: 10px;
	background-color: #DDDDDD;
	font-size: 25px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.modal-progress-item-bar {
	height: 7px;
	width: 100px;
	margin: -10px;
	margin-top: -30px;
	background-color: #DDDDDD;
}
.modal-progress-item-title {
	font-size: 12px;
	color: #DDDDDD;
}
.modal-area {
	border: 1px solid #DDDDDD;
}
.modal-status {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}
.modal-bottom {
	margin-bottom: 20px;
}
.modal-status-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	font-size: 14px;
	padding: 10px;
}
.modal-list {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
}
.modal-list-item {
	flex: 2;
	font-size: 12px;
	font-weight: bold;
	color: #185E78;
	padding: 8px;
}
.modal-list-result {
	flex: 2;
	font-size: 12px;
	color: #185E78;
	padding: 8px;
}
.modal-list-result i {
	color: #F7B800;
}
.modal-list-result small {
	margin-top: 2px;
	margin-left: 3px;
}
.modal-flex4 {
	flex: 4;
}
.modal-list-result-obs {
	flex: 2;
	font-size: 12px;
	color: #185E78;
	padding: 8px;
	text-align: center;
	background-color: #F5F5F5;
}
.modal-list-total-area {
	padding: 10px;
	padding-top: 25px;
}
.modal-list-total {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 3px;
}
.modal-list-result-title {
	font-size: 13px;
	color: #185E78;
	margin-right: 5px;
}
.modal-list-result-total {
	font-size: 15px;
	font-weight: bold;
	color: #185E78;
}
.modal-buttons i {
	font-size: 25px;
	color: #185E78;
	margin: 15px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.modal-buttons i:hover {
	opacity: 0.8;
}
.modal-download i {
	font-size: 35px;
	color: #185E78;
	margin: 15px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.modal-download i:hover {
	opacity: 0.8;
}
.modal-body-nfe {
	display: block;
}
.modal-body-nfe textarea {
	height: 100px;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	color: #185E78;
	outline: 0;
	resize: none;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
}
.modal-body-nfe textarea:focus {
	border: 1px solid #185E78;
}
.modal-body-nfe-input-text {
	height: 40px;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	color: #185E78;
	outline: 0;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
}
.modal-body-nfe-input-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 0;
	padding: 8px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	outline: 0;
	background-color: #185E78;
	margin-top: 10px;
	transition: all ease 0.3s;
}
.modal-body-nfe-input-submit:hover {
	opacity: 0.8;
}
.modal-checkout-area {
	font-size: 15px;
	text-align: left;
	padding: 10px;
}
.modal-checkout-item {
	display: flex;
	font-size: 15px;
}
.modal-checkout-item b {
	margin-right: 5px;
}
.modal-checkout-item-fisrt {
	margin-bottom: 10px;
}
.modal-checkout-item-middle {
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-checkout-value {
	margin-right: 10px;
}
.modal-checkout-value-typed {
	color: #ED7300;
}
.modal-checkout-item-title {
	font-size: 16px;
	color: #ED7300;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal-list-checkout {
	flex: 1;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.modal-list-checkout-result {
	flex: 1;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

@media screen and (max-width: 1050px) {

	.modal-header {
		font-size: 20px;
	}
	.modal-progress-item-icon i {
		height: 25px;
		width: 25px;
		padding: 5px;
		padding-top: 7px;
		font-size: 12px;
	}
	.modal-progress-item-bar {
		height: 3px;
		width: 50px;
		margin-top: -25px;
	}
	.modal-progress-item-title {
		font-size: 8px;
	}
	.modal-status-item {
		font-size: 10px;
		padding: 6px;
	}
	.modal-list-item,
	.modal-list-result,
	.modal-list-result-obs {
		font-size: 10px;
		padding: 5px;
	}
	.modal-list-result-title {
		font-size: 10px;
	}
	.modal-list-result-total {
		font-size: 12px;
	}

}

@media screen and (max-width: 500px) {

	.modal-checkout-item {
		font-size: 12px;
	}

}

/* MODAL */


/* MODAL DELETE */

.modal-header-delete {
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.modal-body-delete {
	display: block;
}
.modal-body-delete-input-text {
	height: 40px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #185E78;
	outline: 0;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #DDDDDD;
	transition: all ease 0.3s;
}
.modal-body-delete-input-text:focus {
	border: 1px solid #185E78;
}
.modal-body-delete-input-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 0;
	padding: 8px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	outline: 0;
	margin-top: 10px;
	background-color: #185E78;
	transition: all ease 0.3s;
}
.modal-body-delete-input-submit:hover {
	opacity: 0.8;
}

/* MODAL DELETE */


/* NOTIFICATION */

.notification-area {
	display: block;
	text-align: center;
	margin-top: 70px;
}
.notification-area i {
	font-size: 130px;
	color: #28A745;
	margin-bottom: 30px;
}
.notification-title {
	font-size: 30px;
	font-weight: bold;
	color: #28A745;
	margin-bottom: 20px;
}
.notification-subtitle {
	font-size: 20px;
	color: #28A745;
	margin-bottom: 20px;
}
.notification-subtitle2 {
	font-size: 20px;
	color: #28A745;
}
.notification-subtitle2 i {
	font-size: 40px;
	color: #28A745;
	margin-top: 30px;
	transition: all ease 0.3s;
}
.notification-subtitle2 i:hover {
	opacity: 0.7;
}
.pending,
.pending i {
	color: #F3A835;
}
.failure,
.failure i {
	color: #DC3545;
}

@media screen and (max-width: 1050px) {

	.notification-area {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.notification-area i {
		font-size: 80px;
		margin-bottom: 20px;
	}
	.notification-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.notification-subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.notification-subtitle2 {
		font-size: 15px;
	}
	.notification-subtitle2 i {
		font-size: 30px;
	}

}

/* NOTIFICATION */


/* FOOTER */

.footer-area {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	height: 30px;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	background-image: linear-gradient(#277DA0, #185E78);
	box-shadow: 0px -10px 10px -5px rgba(50, 50, 50, 0.5);
}

/* FOOTER */


/* CALEANDAR */

.modal-header-caleandar i {
	font-size: 20px;
	margin-left: 15px;
}
.modal-header-caleandar a {
	color: #185E78;
	text-decoration: none;
	transition: all ease 0.3s;
}
.modal-header-caleandar a:hover {
	opacity: 0.7;
}
.caleandar-colors {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.caleandar-colors i {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.cld-main {
	width: 100%;
}
.cld-main a {
	color: #ED7300;
	text-decoration: none;
	transition: all ease 0.3s;
}
.cld-main a:hover {
	opacity: 0.7;
}
.cld-main svg {
	fill: #185E78;
}
.cld-datetime {
	position: relative;
	width: 66%;
	min-width: 100px;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
}
.cld-datetime .today {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	margin: auto;
	text-align: center;
}
.cld-nav {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}
.cld-nav:hover {
	cursor: pointer;
}
.cld-nav:hover svg {
	fill: #185E78;
}
.cld-rwd {
	float: left;
}
.cld-fwd {
	float: right;
}
.cld-labels, .cld-days {
	padding-left: 0;
}
.cld-label, .cld-day {
	box-sizing: border-box;
	display: inline-block;
	width: 14.28%;
	text-align: center;
}
.cld-day {
	border: 1px solid #DDDDDD;
}
.cld-day.today .cld-number {
	background-color: #185E78;
	color: #FFFFFF;
}
.cld-day.disableDay {
	opacity: 0.5;
}
.cld-day.nextMonth, .cld-day.prevMonth {
	opacity: 0.5;
	background-color: #EEEEEE;
}
.cld-number {
	position: relative;
	margin: 0;
	padding: 10px;
}
.cld-title {
	position: absolute;
	z-index: 5;
	display: none;
	top: 35px;
	left: 0;
	padding: 5px 10px;
	background: #FFFFFF;
	white-space: nowrap;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 12px;
}
.cld-number:hover .cld-title {
	display: block;
}
.cld-title::before {
	content: '';
	position: absolute;
	top: -7.5px; left: 10px;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #FFFFFF;
}
.eventday {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F3A835;
	cursor: pointer;
	transition: all ease 0.3s;
}
.eventday:hover {
	background-color: #ED7300;
}
.track-dismiss-cld {
	display: flex;
	justify-content: center;
	font-size: 30px;
	color: #185E78;
	margin-top: -10px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.track-dismiss-cld:hover {
	opacity: 0.8;
}
.quantity-caleander {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.quantity-caleander-result {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #F3A835;
}

/* CALEANDAR */