*{
	font-family: 'Josefin Sans', sans-serif;
	outline: 0;
}
section{
	min-height: 1000px;
}
.badge.badge-primary {
    background: #000;
}

nav.navbar a.menu-btn:hover {
    background: #000;
}
.side-navbar {
    position: fixed;
    top: 60px;
    left: 0;
    width: 200px;
    height: 100%;
    width: 250px;
    text-align: left;
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999;
    overflow-y: auto;
    /*  Side navbar small ------------------------ */
}
.tipos {
	width: 100%;
}
.tipos label {
	width: 33.33%;
}
.tipos span {
    font-size: 10px;
}
.tipos-oferta label {
	width: 25%;
}
.tipos-oferta span {
	white-space: initial;
	font-size: 10px;
}
#customer-data-table {
	width: 100% !important;
}
.btn.btn-black {
	background: #000;
	color: #fff;
}
.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li a[aria-expanded="true"] {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.side-navbar li.active>a {
    background: #000;
}
.side-navbar .sidenav-header {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding: 0;
}
.dashboard-counts .count-title i {
    font-size: 2em;
    color: #000;
    width: 60px;
}
.statistics .user-activity .progress .progress-bar.bg-primary {
    background: #000 !important;
}
.statistics .user-activity .page-statistics strong {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 2em;
}
.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    border-right: 1px solid #eee;
}

input.input-material:focus {
    border-color: #000;
    outline: none;
}

input.input-material~label.active {
    font-size: 0.8em;
    top: -10px;
    color: #000;
}

input.form-control-custom:checked+label::before {
    background: #000 !important;
}
.login-page .logo span,
.register-page .logo span {
    color: #000;
}
.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size: 0.8em;
    color: #000;
}
.btn-primary {
    color: color-yiq(#000);
    background-color: #000;
    border-color: #000;
	transition: all 0.4s;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000;
    background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

a {
    color: #000;
    text-decoration: none;
}
.editar-variacion{
  font-size: 10.5px;
}
.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #000;
}
.text-primary {
    color: #000 !important;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #000;
}
.bg-primary {
    background-color: #000 !important;
}
.border-primary {
    border-color: #000 !important;
}
.text-primary {
    color: #000 !important;
}
.badge-primary {
    color: color-yiq(#000);
    background-color: #000;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: color-yiq(#000);
    text-decoration: none;
    background-color: #288b46;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #000;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}
.italic {
	font-style: italic;
}
.modal{
	overflow: scroll;
}
.dataTable {
	margin-top: 30px;
}
.table thead {
	background-color: #FFF;
}
.details-header{
	margin-left: 400px !important;
	margin-top: -5px;
	font-size: 21px !important;
	color: #000;
	position: relative;
}
.daterangepicker{
    z-index: 9999;
}
.details-note{
	margin-top: -24px;
    padding-left: 370px;
    font-size: 13px;
    font-style: italic;
}
.white-text {
	color: #FFF !important
}
.sendmail-form {
	margin-top: -32px;
    margin-left: 77px;
}
.btn-pos {
	background-color: #00a65a;
	border: 2px solid #00a65a;
	line-height: 40px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-decoration: none !important;
}
.btn-pos:hover {
	background-color: transparent;
	border: 2px solid #00a65a;
	color: #00a65a !important;
}
#loader {
  position: fixed;
  left: 53%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 12px solid #d9d9db;
  border-radius: 50%;
  border-top: 15px solid #000;
  -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); }
}
.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 }
}
.colored-box {
	background-color: #FFF;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
	margin-bottom: 25px;
	padding: 15px;
	color: #333;
	min-height: 250px;
	overflow: hidden;
	position: relative;
}
.colored-box h3 {
	color: #000;
}
.colored-box hr {
	background-color: rgba(255,255,255,0.5)
}
.colored-box i {
	color: #adad85;
	font-size: 170px;
	opacity: 0.07;
	position: absolute;
	right: -10px;
	top: 25%;
}
.colored-box.green-bg {
	background-color: #00cc44;
	min-height: 110px !important;
}
.purple-bg {
	background-color: #8e44ad;
}
.orange-bg {
	background-color: #ff8952;
	min-height: 110px !important;
}
.red-bg {
	background-color: #ff3030;
}
.blue-bg {
	background-color: #014463;
}
.yellow-bg {
	background-color: #f78b38;
}
.light-blue-bg {
	background-color: #138496;
}

a:focus,button:focus,.btn:focus {
	outline: none;
	box-shadow: none;
}
.btn-default.btn-primary:hover {
	color: #FFF;
}
.btn-info:focus,.btn-primary:focus {
	color: #FFF;
}
.btn.btn-default,
.btn.btn-default:focus {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}
.btn.btn-default:focus {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #666;
	box-shadow: none;
}
.btn-primary.active {
	background-color: transparent !important;
	border: 2px solid #000 !important;
	box-shadow: none !important;
	color: #000 !important;
}
.table tr td {
	vertical-align: middle;
}
.count-title {
	background: #FFF;
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	padding: 20px 10px;
	height: 100%;
}
.leyenda {
	width: 200px;
	float: right;
	border: 1px solid #927d54;
	background: #d0b683;
	padding: 5px 5px 1px;
}
.leyenda li {
	display: block;
	font-size: 13px;
	text-align: left;
}
.leyenda li strong {
  display: inline-block;
	font-weight: bold;
}
.dashboard-counts {
	padding: 10px 0;
}
.filter-toggle {
	float: right;
	list-style: none;
	margin-top: 15px;
}
.filter-toggle .date-btn {
	padding: 0.3rem 0.75rem;
	border-radius: 15px;
}
.filter-toggle .date-btn.active {
	box-shadow: none !important
}
.count-title .count-number {
	font-size: 1.5em;
	margin-top: 17px;
}
.count-title .count-number.internacional {
	font-size: 15px;
	margin: 0;
	font-weight: 400;
}
.block-important {
	display: block !important;
}
.pointer,
.product-link, .product-img, .sale-link, .return-link, .purchase-link, .transfer-link, .quotation-link, .category-img, .brand-img, .theme-option {
	cursor: pointer;
}
.bootstrap-select .btn-link {
	color: #000;
}
.daterangepicker .custom-range-buttons button.apply-btn,
.daterangepicker .custom-range-buttons button.apply-btn:hover {
    background: #000;
}

div.ui-keyboard {
	position: fixed;
	z-index: 2000;
	top: auto !important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	background-color:rgba(255,255,255,0.8);
}
.ui-keyboard-button {
	min-width: 3em;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	background: #000;
	width: 530px !important;
	padding: 15px;
	max-height: 360px;
  overflow-y: scroll;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
	min-height: 30px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	list-style: none;
	padding: 5px 10px;
	padding-left: 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item td {
	display: inline-block;
	vertical-align: top;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item td:nth-child(1),
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item td:nth-child(3) {
	width: 16%;
	padding-right: 5px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item td:nth-child(2) {
	width: 68%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item.li-cliente td:nth-child(1) {
	width: 80%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item.li-cliente td:nth-child(2) {
	width: 20%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item.li-comprobante td:nth-child(1) {
	width: 50%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item.li-comprobante td:nth-child(2) {
	width: 50%;
	text-align: right;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:hover {
	opacity: 0.7;
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

p.top-border {
	border-top: 1px solid #000;
	width: 50%
}

th span.number-in-words{
	text-transform: uppercase;
}

@media print {
    .hide-element {
        display:none
    }
}

/*--------Written by Tarik -----------*/

.btn-primary {
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

a:hover {
	text-decoration: none;
}
.form-control:focus {
	border: 1px solid #000;
	box-shadow: none;
}
.btn-group.bootstrap-select {
	border: 1px solid #ced4da;
	border-radius: 0;
}
.table:not(.permission-table) thead th {
	border-bottom: none;
    border-top: none;
}
.table td {
	border-bottom: 1px solid #f5f5f5;
}
.table:not(.permission-table) tr:last-child td {
	border-bottom: none;
}

table.dataTable {
    border-collapse: collapse !important;
}

section {
	padding: 30px 0;
}
.side-navbar .sidenav-header {
    background: #000;
    margin-bottom: 0;
    padding: 0;
}
.side-navbar .brand-big {
    line-height: 60px;
}
.side-navbar .brand-big i {
    font-size: 26px;
    vertical-align: middle;
}
.side-navbar li a {
    padding: 5px 10px;
}
.side-navbar li a i {
    vertical-align: middle;
}
.side-navbar li a:hover {
    background: rgba(255,255,255,0.2);
}
.side-navbar li ul li a:hover, .side-navbar li ul li.active a{
    background: #000 !important;
}
.side-navbar li ul.collapse a:hover {
    padding-left: 15px;
}

nav.navbar a.menu-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

nav.navbar a.menu-btn:hover {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}
.navbar-brand {
	padding: 0;
}
.brand-text h3 {
	color: #000;
	font-weight: 400;
}
.brand-text h3 span {
	font-weight: 500;
}

nav.navbar {
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 58px;
    padding: 0;
}

nav.navbar a {
    color: #000;
    line-height: 60px;
}

nav.navbar .nav-item a i {
    color: #000;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

nav.navbar .nav-item .edit-options a i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
}

nav.navbar .notifications {
    width: 260px;
}

nav.navbar .nav-item li.notifications a i{
	color: #fff;
}
.nav-tabs .nav-item .nav-link.active {
	border-color: transparent;
    border-bottom: 2px solid #000;
}
.dropdown-item {
    padding: 0 0.5rem;
    color: #212529;
}
.dropdown-item.selected{
	background-color: #000;
	color: #fff;
}
.dataTables_wrapper {
	margin-top: 30px;
}
.sales .dataTables_wrapper {
	margin-top: 0;
}
.dataTables_filter,
.dataTables_length,
.dt-buttons {
	float: left;
	vertical-align: middle;
	width: 30%;
}
.dt-buttons {
	display: inline-block;
	text-align: right;
	width: 40%;
}
.dt-buttons button {
	padding: 0.25rem 0.75rem;
}
.dt-buttons button span {
	color: #FFF;
}
.dt-button-collection.dropdown-menu {
	background: #000;
	padding: 10px 15px;
}
.dt-button-collection.dropdown-menu a {
	background: transparent;
	font-size: 14px;
	line-height: 30px;
}
.buttons-pdf {
	background: #d8121f;
	border: none;
}
.buttons-csv {
	background: #f9d95e;
	border: none;
}
.buttons-print {
	background: #007fff;
	border: none;
}
.buttons-collection {
	background: #000;
	border: none;
}
.dataTables_info,
.dataTables_paginate {
	display: table-cell;
	width: 50%;
}
.dataTables_paginate {
	text-align: right;
}
.dropdown-menu.edit-options li a,
.dropdown-menu.edit-options li .btn-link {
	display: block;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.dropdown-menu.edit-options li a:hover,
.dropdown-menu.edit-options li .btn-link:hover {
	opacity: 0.7
}
.table.totals tr td {
	vertical-align: middle;
}
.table.order-list tr td .btn-link,
.table.totals tr td .btn-link {
	color: #000;
}
#discount{
	display: none;
}
#product-table_wrapper.dataTables_wrapper {
	margin-top: 0;
	padding: 0;
}

table#product-table.dataTable {
	border-collapse: separate !important;
}
#product-table_paginate {
	margin-top: 15px;
	float: right;
}
#product-table tr:last-child td:hover{
	border-bottom: 1px solid #000;
}



#product-table_paginate .page-link{
	line-height: 1;
}
#product-table td{
	border: none;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding:4px;
}
#product-table tr td:first-child{
	border-left: 1px solid #dee2e6;
}
#product-table tr:first-child td{
	border-top: 1px solid #dee2e6;
}
#product-table td:hover{
	border: 1px solid #000;
	color: #000;
}
#product-table tr:first-child td:hover{
	border-top: 1px solid #000;
}
#product-table tr td:first-child:hover{
	border-left: 1px solid #000;
}
#product-table td p {
	margin: 15px 0 0;
}
#product-table td:hover p {
	color: #000;
}
.product-img {
	margin-bottom: 0;
	padding: 15px 7px 0;
	text-align: center;
	text-transform: capitalize;
	width: 20%;
}
.product-img img, .brand-img img, .category-img img{
	height: 70px;
	max-width: 100%;
	width: auto;
}
.category-img, .brand-img {
	text-transform: capitalize;
}
.card-header {
	border-bottom: none;
}

section.pos-section{
	padding: 13px 0;
}
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 190px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tr {
	clear: both;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.column-5{
	width: 25%;
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0 5px;
}
.btn-custom {
	display: block;
	font-size: 18px;
	letter-spacing: 0.075em;
	line-height: 40px;
	width: 100%;
	color: #FFF;
	background: #000;
}
.btn-custom.sm {
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 5px
}
.minus, .plus {
	padding: 0.35rem 0.75rem;
}
.numkey.qty {
	padding: 0 .75rem;
}
.pos-text {
	line-height: 1.8;
}
.product-title{
	text-transform: capitalize;
}
.dataTables_info,
.dataTables_paginate {
    display: table-cell;
    width: 50%;
    float: left;
}
.pos .bootstrap-select.form-control:not([class*="col-"]){
	width: auto;
}
.pos .bootstrap-select button{
	padding-right: 21px !important
}
#myTable .input-group{
	max-width: 150px;
}
.filter-window{
	width: 560px;
	height: 100vh;
	background-color: #d0b683;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
	padding-right: 30px;
}
.filter-window p {
    color: #000;
    margin-top: 6px;
}
.tipo-doc-7 td {
    color: red;
}
#searchProduct-table {
	max-height: 70vh;
  overflow-y: scroll;
}
#sale-content a {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.tr-color th,
.tr-color td {
  border-top: 2px solid #c9c9c9;
	background: #eee;
}
.ui-accordion-header {
	background: #000;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.ui-accordion-content  {
	padding-bottom: 10px;
}
.select-eliminar select {
	width: calc(100% - 40px);
  display: inline-block;
}
@media all and (min-width:576px){
	.modal-dialog {
		max-width: 800px;
	}
	#abrir-compras .modal-dialog,
	#searchProduct .modal-dialog {
	    max-width: 1200px;
	}
	#searchProduct .input-group {
    max-width: 300px;
    margin-left: 600px;
	}
	#elegirVariaciones .modal-dialog {
    max-width: 1200px;
	}
}
.dropdown-menu.edit-options li a, .dropdown-menu.edit-options li .btn-link {
	color: #000;
}
.column-10 {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 5px;
}
.column-15 {
    width: 75%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 5px;
}
footer.main-footer{
	background: #000;
	color:#fff;
	bottom: 0;
}
#fecha-selector {
	float: left;
	padding-top: 15px;
}
#fecha-selector input {
	width: 155px;
}
#fecha-selector button {
	padding: 3px;
	width: 80px;
}
.btn{
	font-weight: 400;
}
.btn-primary, .btn-secondary.active {
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-danger {
    color: #fff;
    background-color: #977c46 !important;
    border-color: #977c46 !important;
	transition: all 0.4s;
}
header .nav-item span{
	font-weight: 400;
}
header .nav-item a i {
    position: relative;
    top: -3px;
	color:#000 !important;
}
header .brand-text h3{
	color:#000;
}
.dropdown-menu.edit-options li a,
.dropdown-menu.edit-options li .btn-link,
header .nav-menu .dropdown-item span{
    text-transform: uppercase !important;
    font-size: 12px !important;
	font-weight: 400 !important;
}
.card:not([class*="text"]) p {
    color: #000;
    font-weight: 400;
}
.table tr td {
    vertical-align: top;
}
.product-img img,
.brand-img img,
.category-img img {
    height: auto;
}
.card-header h4,
input::placeholder{
    font-weight: 400 !important;
}
.payment-form .btn-custom{
	background: #fff !important;
    color: #000;
    border: 1px solid;
    font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.4s;
	font-weight: 600;
}
.payment-form .btn-custom:hover,
.payment-form #submit-btn,
.payment-form #acredito-btn {
	background: #000 !important;
	color:#fff;
}
.payment-form #submit-btn{
	transition: all 0.4s;
}
.table:not(.permission-table) thead th {
    color: #000;
}
.table.totals tr td {
    vertical-align: baseline;
}
.badge.badge-primary {
    font-weight: 400;
    padding-top: 5px !important;
}
#product-table td p {
    font-size: 12px;
}
.card-body .table tr td {
    font-weight: 400;
}
#transaction .btn-success{
	color: color-yiq(#000);
	background-color: #fff;
	border-color: #000;
	color: #000;
}
#transaction .btn-success:hover{
	color: color-yiq(#fff);
	background-color: #000;
	color: #fff;
}
.input-number{
	text-align: center;
}
.btn i{
	position: relative;
	top: 2px;
}
.table tr td {
    font-weight: 400;
}
.btn-secondary,
.btn-secondary:hover {
    color: color-yiq(#444444);
    background-color: #444444;
    border-color: #444444;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: color-yiq(#000);
    background-color: #000;
    border-color: #000;
}
.btn-info {
    color: color-yiq(#977c46);
    background-color: #977c46;
    border-color: #977c46;
}
#product-data-table_wrapper .buttons-collection{
	margin-top: 3px;
}
.notas .row {
	padding: 15px;
}
.side-navbar li ul {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
.pos-section .col-metodos{
	padding-left: 15px !important;
}
.pos-section .col-metodos .metodos-pagos{
	list-style: none;
	padding-left: 0;
}
.pos-section .col-metodos .metodos-pagos li{
	border: 1px solid #000;
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
	padding-right: 30px;
}
.pos-section .col-metodos .metodos-pagos li button {
	position: absolute;
    top: 0;
    right: 0;
	border: 0;
}
.pos-section .col-metodos .metodos-pagos li h5{
	margin-bottom: 1px;
	margin-top: 10px;
}
.pos-section .col-metodos .metodos-pagos li p{
	margin-bottom: 10px;
	font-size: 13px;
}
.pos-section .col-metodos .metodos-pagos li:before {
	content: "\f155";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.pos-section .col-metodos .metodos-pagos li.metodo-1:before {
	content: "\f0d6";
}
.pos-section .col-metodos .metodos-pagos li.metodo-2:before {
	content: "\f118";
}
.pos-section .col-metodos .metodos-pagos li.metodo-3:before {
	content: "\f09d";
}
.pos-section .col-metodos .metodos-pagos li.metodo-4:before {
	content: "\f029";
}
.pos-section .col-metodos .metodos-pagos li.metodo-5:before {
	content: "\f1ed";
}
.pos-section .col-metodos .metodos-pagos li.metodo-6:before {
	content: "\f19c";
}
.pos-section .col-metodos .metodos-pagos li.metodo-7:before {
	content: "\f155";
}
.pos-section .col-metodos .metodos-pagos li.metodo-8:before {
	content: "\f0c2";
}
.pos-section .col-metodos .metodos-pagos li.metodo-9:before {
	content: "\f019";
}
.pos-section .col-metodos .metodos-pagos li.metodo-10:before {
	content: "\f1f0";
}
.pos-section .col-metodos .monto-abonado,
.pos-section .col-metodos .resta-pagar,
.pos-section .col-metodos .vuelto {
	margin-bottom: 13px;
    font-size: 14px;
}
.product-thumbnail {
	width: 160px;
}
#product-data-table_wrapper .dataTables_filter {
  width: 20%;
}
.pos-section .col-metodos .monto-abonado {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 10px;
}
.pos-section .col-metodos .monto-abonado span,
.pos-section .col-metodos .resta-pagar span,
.pos-section .col-metodos .vuelto span {
	float: right;
	font-size: 18px;
}
.pos-section .titulo-total{
	text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 12px;
	border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.pos-section .titulo-total span {
	font-size: 21px;
	margin-top: -6px;
	float: right;
}
.row-pos-blade{
	margin-bottom: 15px !important;
	border-radius: 3px;
}
.row-pos-blade .card{
    box-shadow: none;
}
.list-butons{
	margin-bottom: 10px;
}
.list-butons button{
	background: #fff;
	border: 1px solid black;
	margin-bottom: 6px;
	padding: 4px 10px;
	transition: all 0.4s;
	color:#000;
}
.list-butons button:hover{
	background: #000;
	color:#fff;
}
.metodos-pagos .close-metodo{
	position: absolute;
    top: 6px;
    right: 8px;
    font-size: 14px;
}
.card-individual span{
	display: block;
	min-height:20px;
}
.card-individual .cliente-credito {
	display: inline-block;
}
.card-individual span p{
	margin-bottom: 5px;
}
.card-individual .margen-card{
	position: relative;
	padding-left: 25px;
}
.card-individual .margen-card i{
	position: absolute;
	top:0;
	left:3px;
}
.card-individual .margen-card .fa-map-marker{
	left:6px;
}
.abrir-compras{
	float: right;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    padding: 3px 10px;
    margin-top: -4px;
	border:1px solid #000 !important;
	transition: all 0.4s;
}
.abrir-compras:hover,
.btn-primary:hover,
#submit-btn:hover{
	cursor: pointer;
	background: #fff !important;
	color:#000 !important;
}
.btn-danger:hover{
    color: #977c46 !important;
    background-color: #fff !important;
}
#product-table td p{
	line-height: 1.2;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
}
.card-individual p{
	line-height: 1.2;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 400 !important;
}
.editar-cliente{
	float: right;
	background: #977c46;
	color: #fff !important;
	text-decoration: none !important;
	padding: 3px 10px;
	margin-top: -4px;
	border:1px solid #977c46 !important;
	transition: all 0.4s;
	margin-right: 5px;
}
.editar-cliente:hover{
	cursor: pointer;
	background: #fff !important;
	color:#977c46 !important;
}
.primera-fila-user{
	padding-left: 140px;
	position: relative;
}
.primera-fila-user .foto-perfil{
	position: absolute;
	left:0;
	top:0;
	height: 140px;
	width: 125px;
	background-size: cover;
	background-position: center;
}
.modal-edit-perfil label{
	margin-bottom: 0;
	font-size: 12px;
}
.title-form{
	position: relative;
}
.title-form h3{
	font-size: 16px;
    margin: 0;
    display: inline-block;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 10px;
}
.title-form::before{
	content: '';
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.modal-edit-perfil .form-control{
	border-radius: 0;
}
.comprobantes .btn {
	border: 1px solid #000;
}
.comprobantes .btn:hover {
	background: #000 !important;
	color: #fff !important;
}
.card:not([class*="text"]) p.credito,
.card:not([class*="text"]) p.birthday {
	font-size: 15px;
    padding: 3px 6px 0;
	display: inline-block;
    background: #977c46;
    color: #fff;
	vertical-align: top;
}
.card:not([class*="text"]) p.birthday strong {
    height: 23px;
    display: block;
    padding-top: 3px;
}
.dollares{
	background-size: contain !important;
}
.dollares.dollar1{
	background-image: url(../img/one_dollar.jpg);
}
.dollares.dollar2{
	background-image: url(../img/two_dollar.jpg);
}
.dollares.dollar5{
	background-image: url(../img/five_dollar.jpg);
}
.dollares.dollar10{
	background-image: url(../img/ten_dollar.jpg);
}
.dollares.dollar20{
	background-image: url(../img/twenty_dollar.jpg);
}
.dollares.dollar50{
	background-image: url(../img/fifty_dollar.jpg);
}
.dollares.dollar100{
	background-image: url(../img/one_hundred_dollars.jpg);
}
.anadir-concepto {
	position: absolute;
    right: 50px;
    top: 12px;
}
header .nav-menu .dropdown-item.caja-span span {
	font-size: 28px !important;
	vertical-align: bottom;
}
.descuento i {
	font-style: normal;
}

.descuento-toggle.btn-group-toggle {
	width: 100%
}

.descuento-toggle.btn-group-toggle .btn-secondary {
    width: 50%;
	background: #fff;
	color: #000;
}

.descuento-toggle.btn-group-toggle .btn-secondary.active {
	background: #000;
	color: #fff;
}

.tipo_cambio {
    display: block;
    position: absolute;
    right: 40px;
	top: 11px;
    background: #977c46;
    color: #fff;
    padding: 7px 15px 3px;
}

#tarjetas button,
#onlines button {
	padding: 5px;
}

#tarjetas button.active {
	background: #000;
}

.btn-online {
	border: 2px solid #000;
	background: #ffffff;
}

.btn-online.active {
	border: 4px solid #977c46;
	background: #c2bfbf;
}

.tarjeta-online {
	border: 2px solid #000;
	background: #ffffff;
}

.tarjeta-online.active {
	border: 4px solid #977c46;
	background: #c2bfbf;
}
#onlines button.active {
	background: #585858;
}

.loading {
	position: fixed;
	background: rgba(255, 255, 255, 0.68);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	padding-top: 50vh;
	display: none;
}
.dashboard-counts {
	position: relative;
}
.dashboard-counts .loading {
	position: absolute;
	background: rgb(255 255 255 / 80%);
}
.dashboard-counts .col-sm-2 {
	flex: 0 0 20%;
	max-width: 20%;
}
#filtrar {
	float: right;
	margin-right: 20px;
}
.documento-tipo-7 td,
.sale-status-4 td {
    color: red;
}
#color-table_wrapper .color {
	display: block;
    width: 40px;
    height: 40px;
}
.color-preview {
	background: #000000;
	width: 40px;
	height: 40px;
	margin: 20px auto;
	border: 1px solid #000;
}
.variacion-eliminar {
	background-color: #977c46;
	border: 0;
	color: #fff;
}
.tarjeta {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 6px;
}
.tarjeta label {
	display: block;
}
.tarjeta .color {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}
.tarjeta .talla {
	display: none;
}
#variant-table .form-control-sm {
    border-radius: 0;
    width: 75px;
    text-align: center;
}
.form-filter-modal label{
	margin: 0;
}
.form-filter-modal label strong{
	font-size: 12px;
}
.font-13{
	font-size: 13px;
}
.form-filter-modal .fecha_parte_1{
	position: relative;
}
.form-filter-modal .fecha_parte_1 .text-span{
	position: absolute;
    top: 8px;
    right: -4px;
}
.form_btn_add{
	position: relative;
	padding-right: 43px;
}
.form_btn_add .btn{
	position: absolute;
	right:0;
	top:0;
	background: #90ceff;
	height: 38px;
	width: 40px;
}
#datos-asistencia {
	background: #f4f4f4;
	border: 1px solid #dedede;
	margin: 0;
	padding: 10px 5px;
}
#today {
	max-width: 500px;
    margin: 0 auto;
}
.modal-dialog.modal-lg {
    max-width: 1000px;
}
#gridContainer {
    height: 440px;
}
#addCustomer select,
#addCustomer textarea,
#addCustomer input,
#form-customer select,
#form-customer textarea,
#form-customer input,
#editar-cliente select,
#editar-cliente textarea,
#editar-cliente input {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.ui-autocomplete {
	z-index: 9999999;
}
.product-title .preventa {
	background: #977c46;
  color: #fff;
  padding: 3px 5px 0px;
  font-size: 10px;
  font-weight: bold;
}
.blanco {
	color: #fff !important;
}
.inline-top {
	display: inline-block !important;
	vertical-align: top;
}
.badge-rosado {
	background: #977c46;
  color: #fff;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.tar {
	text-align: right;
}
.fz18 {
	font-size: 18px !important;
}
.monedas-billetes {
	padding: 20px;
	display: none;
}
.cierre-monedas-billetes,
.apertura-monedas-billetes {
	margin-bottom: 20px;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
	height: 30px;
	padding-top: 5px;
}
.w100,
.select2,
.select2 .selection,
.select2 .selection .select2-selection {
	width: 100% !important;
}
.oferta .product-title {
    color: #977c46;
}
.sale-status-4 td {
    text-decoration: line-through;
}
button.badge {
	border: 0;
}

.alert-observacion{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	display: none;
}