@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: 'Source Code Pro Regular';
  src: url('../fonts/SourceCodePro/SourceCodePro-Regular.ttf');
}

@font-face {
  font-family: 'Source Code Pro Bold';
  src: url('../fonts/SourceCodePro/SourceCodePro-Bold.ttf');
}

@font-face {
  font-family: 'Source Code Pro SemiBold';
  src: url('../fonts/SourceCodePro/SourceCodePro-SemiBold.ttf');
}

body {
	font-family: 'Source Sans Pro', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' ,'Segoe UI Symbol', 'Noto Color Emoji' !important;
}

.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default !important;
}
.text-underline {
	text-decoration: underline;
}
.stock-info {
	/*margin-top: -10px;*/
    margin-left: 5px;
    font-size: 1.4em;
    /*position: absolute !important;*/
}
.order-detail-actions {
	-webkit-transform: initial !important;
	transform: initial !important;
	margin-top: -25px !important;
	z-index: initial !important;
}
.page:not(.report-page) .dataTables_scrollBody {
	overflow: hidden !important;
}
/*.dataTables_paginate > a.previous.disabled, .dataTables_paginate > a.next.disabled {
	display: none;
}*/
/*.dataTables_paginate > a {
	border-radius: 5px;
}*/
.dataTables_paginate * {
	border-radius: 0 !important;
}
/*.dataTables_paginate > a:first-child {
	border-left: 1px solid #e0e0e0!important;
}*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 27% !important;
    width: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 500;
    font-size: 1.6em;
    background-color: #616161 !important;
    border: none !important;
    padding-top: 3px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #616161 !important;
}

.sorting_1 {
	outline: none;
}
.spinnerwrap {
	opacity: 0.7;
    position: fixed;
    top: 0%;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 999999;
    background-color: white;
}
div.popover {
	z-index: 9999;
}
.no-button {
    border: 0;
    background-color: transparent;
    color: #2695F3;
    transition: all 300ms;
}
.no-button:hover, .no-button:focus {
    text-decoration: underline;
    color: #44A3F5;
    transition: all 300ms;
    outline: none;
}
.z-index-99999 {
	z-index: 99999;
}

.logo-espiral {
	display: none;
}
.logo-mm {
	display: block;
}
.site-menubar-fold .site-navbar .logo-espiral {
	display: block;
}
.site-menubar-fold .site-navbar .logo-mm {
	display: none;
}

.family-roboto {
	font-family: Roboto, sans-serif;
}
.font-size-110 {
	font-size: 1.1em;
}
.font-size-120 {
	font-size: 1.2em;
}
.font-size-130 {
	font-size: 1.3em;
}
.font-size-140 {
	font-size: 1.4em;
}
.font-size-150 {
	font-size: 1.5em;
}
.font-size-170 {
	font-size: 1.7em;
}
.font-weight-bold-important {
	font-weight: 700 !important;
}

.vh-50 {
	height: 50vh!important;
}
.vh-60 {
	height: 60vh!important;
}
.vh-70 {
	height: 70vh!important;
}
.vh-80 {
	height: 80vh!important;
}
.vh-90 {
	height: 90vh!important;
}

.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.overflow-y-scroll {
	overflow-y: scroll;
}

.badge-custom-mrw {
	color: #fff;
    background-color: #19133B;
    height: 16px;
    max-height: 16px;
}
.badge-custom-mrw-outline {
	background-color: transparent;
    color: #19133B !important;
    border: 1px solid #19133B !important;
    height: 16px;
    max-height: 16px;
}
.badge-custom-tipsa {
	color: #fff;
    background-color: #bbeebb;
    height: 16px;
    max-height: 16px;
}
.badge-custom-gls {
	color: #fff;
    background-color: #fff;
    border: 1px solid #19133B !important;
    height: 16px;
    max-height: 16px;
}

.badge-custom-order {
	color: #fff;
}
.badge-custom-order[data-status="CANCELADO"] {
	background-color: #FF0000;
}
.badge-custom-order[data-status="RECIBIDO"] {
	background-color: #28A745;
}
.badge-custom-order[data-status="DEVUELTO"] {
	background-color: #FF8040;
}
.badge-custom-order[data-status="ENTREGADO"] {
	background-color: #28A745;
}
.badge-custom-order[data-status="ENVIADO"] {
	background-color: #0050A5;
}
.badge-custom-order[data-status="ACEPTADO"] {
	background-color: #28A745;
}
.badge-custom-order[data-status="PREPARADO"] {
	background-color: #28A745;
}
.badge-custom-order[data-status="NO_ENTREGADO"] {
	background-color: #FF0000;
}


.badge-custom-order-outline[data-status="CANCELADO"] {
	background-color: transparent;
    color: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
.badge-custom-order-outline[data-status="RECIBIDO"] {
	background-color: transparent;
    color: #28A745 !important;
    border: 1px solid #28A745 !important;
}
.badge-custom-order-outline[data-status="DEVUELTO"] {
	background-color: transparent;
    color: #FF8040 !important;
    border: 1px solid #FF8040 !important;
}
.badge-custom-order-outline[data-status="ENTREGADO"] {
	background-color: transparent;
    color: #28A745 !important;
    border: 1px solid #28A745 !important;
}
.badge-custom-order-outline[data-status="ENVIADO"] {
	background-color: transparent;
    color: #0050A5 !important;
    border: 1px solid #0050A5 !important;
}
.badge-custom-order-outline[data-status="ACEPTADO"] {
	background-color: transparent;
    color: #28A745 !important;
    border: 1px solid #28A745 !important;
}
.badge-custom-order-outline[data-status="PREPARADO"] {
	background-color: transparent;
    color: #28A745 !important;
    border: 1px solid #28A745 !important;
}
.badge-custom-order-outline[data-status="NO_ENTREGADO"] {
	background-color: transparent;
    color: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
/*.panel-title > .badge-custom-order {
	margin-right: 182px;
}*/

#datatables_transacciones_length {
	margin-right: 15px;
}

#datatables_transacciones_wrapper .dataTables_scrollFootInner {
	padding-right: 0 !important;
}
#datatables_transacciones_wrapper table.dataTable tfoot th {
	padding-right: 10px;
	padding-left: 10px;
}

.ui-autocomplete.ui-front { z-index:99999; }
.modal-z { z-index:1500 !important; }

select.mm-auto + span.select2 {
	width: 250px!important;
	max-width: 100%!important;
}

tr.shown td.details-control > i {
    color: #ff9800 !important;
}

.dataTable td {
	vertical-align: middle !important;
}

.user-select-none { user-select: none; }

.order-detail-collapse-title {
    font-size: 1.5em !important;
    font-weight: 500;
    color: #424242 !important;
}

#datatables_productos_length > label, #datatables_transacciones_length > label, #datatables_pedidos_length > label, #datatables_imports_length > label, #importTable_length > label {
	display: flex;
}

/*Filtro de fechas de la tabla de transacciones.*/
#th-date {
	display: block;
	max-width: 400px;
	margin-bottom: 30px;
}
#th-date > span {
	display: flex;
	justify-content: space-between;
}
#th-date > span > span {
	margin-right: 5px;
	font-weight: 400;
}
#th-date > span > input {
	height: 25px;
}
#th-date > span > input:nth-child(2) {
	margin-right: 15px;
}

/*Badges de imports.*/
.badge-custom-import {
	color: #fff;
}
.badge-custom-import[data-status="PUBLISHING"] {
	background-color: #FF8C35;
}

.badge-custom-import[data-status="PARTIALLY_COMPLETED"] {
	background-color: #e56635;
}

.badge-custom-import[data-status="FAILED"] {
	background-color: #FF0000;
}
.badge-custom-import[data-status="COMPLETED"] {
	background-color: #28A745;
}

.badge-custom-import[data-status="RECEIVED"] {
	background-color: #ff8000;
}

.badge-custom-import-outline[data-status="STARTED"] {
	background-color: #17a2b8;
}

.badge-custom-import-outline[data-status="PUBLISHING"] {
	background-color: transparent;
	color: #FF8C35 !important;
	border: 1px solid #FF8C35 !important;
}

.badge-custom-import-outline[data-status="PARTIALLY_COMPLETED"] {
	background-color: transparent;
	color: #e56635 !important;
	border: 1px solid #e56635 !important;
}

.badge-custom-import-outline[data-status="FAILED"] {
	background-color: transparent;
	color: #FF0000 !important;
	border: 1px solid #FF0000 !important;
}
.badge-custom-import-outline[data-status="COMPLETED"] {
	background-color: transparent;
	color: #28A745 !important;
	border: 1px solid #28A745 !important;
}

.badge-custom-import-outline[data-status="RECEIVED"] {
	background-color: transparent;
	color: #ff8000 !important;
	border: 1px solid #ff8000 !important;
}

.badge-custom-import-outline[data-status="STARTED"] {
	background-color: transparent;
	color: #17a2b8 !important;
	border: 1px solid #17a2b8 !important;
}


/*------------------*/
.hidden-table {
	opacity:0;
	height:0;
	overflow: hidden;
	transition: all 2000ms;
}
.shown-table {
	opacity:1;
	height:auto;
	transition: all 2000ms;
}
.pb-loading {
	min-height: 650px;
	/*text-align: center;*/
	transition: min-height 1200ms !important;
}

.page-login-v2:before {
	background-image: url("../images/login_background_1200p.jpg") !important;
}
.page-login-v2 .page-login-main {
	width: 470px;
}
.page-dark.layout-full::before {
    background-position: right 80% !important;
}

.custom-modal-alertify .modal-header {
	border-bottom: 1px solid #e5e5e5;
}
.custom-modal-alertify .modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px !important;
}
.custom-modal-alertify .modal-body {
	padding-top: 1rem !important;
}
.custom-modal-alertify .modal-title {
	color: #333;
}
.custom-modal-alertify .modal-footer .btn {
    min-width: 88px;
    min-height: 35px;
    padding: .375rem .75rem;
}

#side-buttons {
	position: fixed;
	bottom: 5%;
	right: -15%;
	width: 50px;
	cursor: pointer;
	z-index: 1040;
	opacity: 0.85;
	transition: opacity 0.25s;
}

.btn-floating {
	width: 3rem !important;
	height: 3rem !important;
	font-size: 1.95rem !important;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	top: -3px !important;
}

.npf-images{
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.npf-images-div {
	border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    min-height: 100px;
    flex-grow: 1;
    flex-basis: auto;
}
.npf-images-div[data-position="0"] {
	border-color: #5cb85c;
}
.npf-images-div .checkbox-custom {
	position: absolute;
	bottom: 3px;
}
/*.npf-images-div:nth-child(n+13) {
	opacity: 0.5;
}*/
.p-featured {
	border-color: #2196f3;
	padding-top: 10px;
/* 	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); */
/* 	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); */
/* 	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); */
}
/*.p-featured > img {
	filter: grayscale(1);
}*/
.p-featured > .p-featured-badge {
	/*display: block !important;*/
}
#p-featured-zoom {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height: 100%;
/* 	border-radius: 15px; */
	/*min-height: 400px;*/
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}
.p-featured-badge {
	top: 0px;
	right: 5px;
	font-size: 1.5em;
	position: absolute !important;
}
#p-featured-badge {
	top: calc(100% - 28px);
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.deletable {
	cursor: pointer !important;
}
.sortable-placeholder {
	height: auto !important;
}

#formfilter input[type="text"], #formfilter select {
	font-size: 0.9em;
}

.min-width-34 {
	min-width: 34px;
}

.valid-green {
	color: #5cb85c !important;
}
.valid-span {
	background-image: linear-gradient(#4caf50,#4caf50),linear-gradient(#e0e0e0,#e0e0e0) !important;
    background-size: 100% 2px,100% 1px !important;
    height: auto !important;
}

body.page-error::after {
	content: "";
	opacity: 0.8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
    /*background-image: url("../images/desert1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.03);*/
}
.error-canvas {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.text-shadow-1 {
	text-shadow: black 0em 0em 0.03em;
}
.text-shadow-2 {
	text-shadow: black 0em 0em 0.03em;
}

.text-ablack {
	color: #111111 !important;
}

.box-shadow-none {
	box-shadow: none !important;
}

.ui-progressbar-value {
    background-color: #66ff66 !important;
}

.bottom-0 {
	bottom: 0;
}

.button-link {
    color: #1e88e5;
    background-color: transparent;
    border: 0;
}
.button-link:hover {
    color: #23bedc;
    text-decoration: underline !important;
}
.button-link:focus {
	outline: none;
}
td .button-link {
	padding-left: 0;
    padding-right: 0;
}

/*Estilo limpio*/
.site-footer {
	background-color: #FFF !important;
	border-top: 0 !important;
}
.panel {
	box-shadow: none !important;
}
.page {
	background-color: #FFF !important;
}
li.site-menu-item.active {
	background: rgba(33,33,33,.04) !important;
}

.wm-background {
	background: linear-gradient(to right, rgba(245,147,49,1) 0%, rgba(245,147,49,1) 12%, rgba(135,72,251,1) 25%, rgba(35,190,220,1) 50%, rgba(135,72,251,1) 75%, rgba(248,235,72,1) 88%, rgba(248,235,72,1) 100%);
}
.badge-wm-orange {
	color: #fff;
    background-color: #f59331;
}

.badge-wm-orange-outline {
    color: #f59331;
    background-color: transparent;
    border: 1px solid #f59331;
}

.invalid-feedback {
	font-size: 90% !important;
}
h1.page-title {
	font-size: 2.4em;
}
.panel-title {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.panel-body {
	padding-top: 14px !important;
}
/*-------------*/

#datatables_custom_loader, #datatables_custom_loader2 {
	bottom: 80px;
}

/*Canales*/
.cards-div {
	justify-content: space-between;
}
.cards-div > .card-custom-shadow {
	border-width: 0 !important;
}
.card-custom-shadow {
	background-color: #fafafa !important;
	border-radius: 12px !important;
	border: 1px solid transparent !important;
	line-break: after;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(170,170,170,1) !important;
	-moz-box-shadow: 6px 6px 5px 0px rgba(170,170,170,1) !important;
	box-shadow: 6px 6px 5px 0px rgba(170,170,170,1) !important;
}
.card-custom-shadow a {
	position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 12px 12px;
}
.card-selectable:hover {
	cursor: pointer;
	transform:scale(1.05);
	transition: all 0.2s;
}
.selected-origin {
	border-color: #2196f3 !important;
	transform:scale(1.05);
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
	font-weight: 500;
	font-size: 1.35em;
	border-radius: 0.25rem;
	text-shadow: none;
}
.disabled-card {
	opacity: 0.5;
}
#channelForm .invalid-feedback[data-fv-for="siteorigen"], #channelForm .invalid-feedback[data-fv-for="importfinished"], #channelForm .invalid-feedback[data-fv-for="checkPolicies"], #channelForm .invalid-feedback[data-fv-for="checkCategories"] {
	color: #fff;
    background-color: #f44336;
    border-color: #f44336;
    border: 1px solid transparent;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    font-size: 100% !important;
    font-weight: 300 !important;
}
#channelForm .invalid-feedback[data-fv-for="wantToPublish"] {
	font-size: 1.15em !important;
}
#importList_wrapper {
	width: 100%;
}
.w-full-calc30 {
	width: calc(100% - 30px) !important;
}
#exampleWizardFormContainer .step-number {
	line-height: 36px;
}
#catOnboarding {
	margin-top: -8px;
}
/*-------*/

/*Corrección de bold para summernote.*/
.note-editable b, .note-editable strong { font-weight: bold; }
/*-------*/

.pointer-events-none {
	pointer-events: none;
}

.page-header {
	z-index: 1029 !important;
}
.site-navbar {
	z-index: 1031 !important;
}
.site-menubar {
	z-index: 1030 !important;
}


.site-menubar-unfold .site-menu-item.open-forced>.site-menu-sub {
	display: block !important;
}

.attribute-type-required:after {
	content: "*";
}
.attribute-type-required {
	/*color: #f44336;*/
}
.attribute-type-recommended {
	/*color: #ff9800;*/
}
.attribute-type-optional {
	/*color: #2196f3;*/
}

.fv-form-bootstrap4 .has-success label.category-attribute-name.attribute-type-recommended, .fv-form-bootstrap4 .has-danger label.category-attribute-name.attribute-type-recommended {
	/*color: #ff9800;*/
	color: #757575;
}
.fv-form-bootstrap4 .has-success label.category-attribute-name.attribute-type-optional, .fv-form-bootstrap4 .has-danger label.category-attribute-name.attribute-type-optional {
	/*color: #2196f3;*/
	color: #757575;
}
.fv-form-bootstrap4 .has-success label.category-attribute-name.attribute-type-custom, .fv-form-bootstrap4 .has-danger label.category-attribute-name.attribute-type-custom {
	/*color: #757575;*/
	color: #757575;
}
/*tr.row-type-required {
	background-color: #F2E6E6 !important;
}
tr.row-type-recommended {
	background-color: #FFF9F2 !important;
}
tr.row-type-optional {
	background-color: #E3EAEF !important;
}*/

#features-table td > .btn-danger.mb-5 {
	padding-right: 0.625em;
    padding-left: 0.625em;
}
#features-table_filter {
	text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0;
}
#features-table .invalid-feedback {
	display: block;
}

.removed-variation-row {
	visibility: hidden;
	position: absolute;
	z-index: -9999;
}

/*.attributeSelect optgroup {
	font-weight: bold;
	text-transform: uppercase;
}*/

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .order-detail-actions {
  	margin-top: initial !important;
  }
  #p-featured-zoom {
  	min-height: 300px;
  	border-radius: 0px;
  }
}
@media (max-width: 640px) {
	.cards-div {
	  justify-content: center !important;
	}
}
@media (max-width: 575px) {
	.modal-center {
	  justify-content: initial !important;
	}
}
@media (max-width: 500px) {
	#features-table {
		/*zoom: 0.8;*/
	}
	.panel-title > .badge-custom-order {
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 768px) {
  #newButtonsDiv {
  	position: fixed;
  	right: 30px;
  	height: 69px;
  }
  #newButtonsDiv > div {
  	height: 69px;
  	float: right;
    border-radius: 7px;
    background-color: rgba(0,0,0,0.06);
    padding: 3px 3px 0px 3px;
  }
  #newButtonsDiv > div:nth-child(2) {
  	margin-right: 15px;
  }
  .site-navbar {
	padding-bottom: 2px !important;
	box-shadow: none !important;
  }
  .sorted-desc::after, .sorted-asc::after {
    float: right;
  }
}

.dataTable thead th {
	position: relative;
}
.sorted::after {
	width: 18px;
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    background: url(../../template/global/vendor/datatables/sort_both.png) no-repeat center right;
}
.sorted-desc::after{
    /*content:"\25BC";*/
    width: 18px;
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    background: url(../../template/global/vendor/datatables/sort_desc.png) no-repeat center right;
}

.sorted-asc::after{
    /*content: "\25B2";*/
    width: 18px;
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    background: url(../../template/global/vendor/datatables/sort_asc.png) no-repeat center right;
}
a.table-header {
	color: #616161;
	text-decoration: blink !important;
}
.rotate-center {
	-webkit-animation: rotate-center 1.2s cubic-bezier(0.895, 0.030, 0.685, 0.220) infinite forwards;
	        animation: rotate-center 1.2s cubic-bezier(0.895, 0.030, 0.685, 0.220) infinite forwards;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fixed-table-pagination {
	padding-top: 5px;
}

table, body {
	animation: fadeInAnimation ease 3s; 
    animation-iteration-count: 1; 
    /*animation-fill-mode: forwards;*/
}

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
	background-color: #4caf50 !important;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #4b7855 !important;
}

.tablesaw-all-cols-visible {
    display: none;
}

.fv-form-bootstrap4 .has-danger label {
	color: #f44336
}

.select2.select2-container {
	z-index: 1029 !important;
}

.rounded-search {
	min-width: 75px;
	border-radius: 30px !important;
}

.border-1px-grey{
    border: 1px solid #a9a9a9;
}

.dark-wm {
	color: #616161 !important;
}

.mr-6 {
  margin-right: 6px !important; 
}

.h-2{
    height: 2px;
}

.h-1{
    height: 1px;
}

.scroll-modal{
	height: 75vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bubbleCookies {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background: rgb(0, 0, 0);
	opacity: 0.8;
	color: rgb(255, 255, 255);
	font-family: helvetica;
	font-size: 13px;
	text-align: center;
	z-index: 1000;
}

.bubbleCookiesBody {
	position: relative;
	height: auto;
	width: 90%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Negrita forzada para las modales de cookies y aviso legal*/
#cookiesPolicyHtml strong{
	font-weight: 600;
}

#legalNotice strong{
	font-weight: 600;
}
/* Negrita forzada para las modales de cookies y aviso legal*/

/* Boton Wave Market Primary */
.btn-wm-primary {
	color: #469cee !important; 
	background-color: #fff !important;
	border-color: #469cee !important;
}

.btn-wm-primary:hover {
	color: #fff !important;
	background-color: #469cee !important;
	border-color: #469cee !important;
}

.btn-wm-primary.disabled, .btn-wm-primary:disabled {
	color: rgb(70, 156, 238, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(70, 156, 238, 0.8) !important;
	opacity: 1 !important;
}

.btn-wm-primary.disabled:hover, .btn-wm-primary:disabled:hover {
	color: rgb(70, 156, 238, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(70, 156, 238, 0.8) !important;
	opacity: 1 !important;
}

.btn-wm-primary:focus {
	color: #fff !important;
	background-color: #469cee !important;
	border-color: #469cee !important;
}
/* END Boton Wave Market Primary */

/* Boton Wave Market Dark */
.btn-wm-dark {
	color: #616161 !important; 
	background-color: #fff !important;
	border-color: #616161 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-dark:hover {
	color: #fff !important;
	background-color: #616161 !important;
	border-color: #616161 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-dark.disabled, .btn-wm-dark:disabled {
	color: rgb(97, 97, 97, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(97, 97, 97, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-dark.disabled:hover, .btn-wm-dark:disabled:hover {
	color: rgb(97, 97, 97, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(97, 97, 97, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-dark:active {
	color: #fff !important;
	background-color: #616161 !important;
	border-color: #616161 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

/* END Boton Wave Market Dark */

/* Boton Wave Market Red */
.btn-wm-red {
	color: #FF4C52 !important; 
	background-color: #fff !important;
	border-color: #FF4C52 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-red:hover {
	color: #fff !important;
	background-color: #FF4C52 !important;
	border-color: #FF4C52 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-red.disabled, .btn-wm-red:disabled {
	color: rgb(255, 76, 82, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(255, 76, 82, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-red.disabled:hover, .btn-wm-red:disabled:hover {
	color: rgb(255, 76, 82, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(255, 76, 82, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-red:focus {
	color: #fff !important;
	background-color: #FF4C52 !important;
	border-color: #FF4C52 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

/* END Boton Wave Market Red */

/* Boton Wave Market Green */
.btn-wm-green {
	color: #66bb6a !important; 
	background-color: #fff !important;
	border-color: #66bb6a !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-green:hover {
	color: #fff !important;
	background-color: #66bb6a !important;
	border-color: #66bb6a !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-green.disabled, .btn-wm-green:disabled {
	color: rgb(102, 187, 106, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(102, 187, 106, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-green.disabled:hover, .btn-wm-green:disabled:hover {
	color: rgb(102, 187, 106, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(102, 187, 106, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-green:focus {
	color: #fff !important;
	background-color: #66bb6a !important;
	border-color: #66bb6a !important;
	box-shadow: 0px 0px 0px 0px !important;
}
/* END Boton Wave Market Green */

/* Boton Wave Market Orange */
.btn-wm-orange {
	color: #ff9800 !important; 
	background-color: #fff !important;
	border-color: #ff9800 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-orange:hover {
	color: #fff !important;
	background-color: #ff9800 !important;
	border-color: #ff9800 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-orange.disabled, .btn-wm-orange:disabled {
	color: rgb(255, 152, 0, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(255, 152, 0, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-orange.disabled:hover, .btn-wm-orange:disabled:hover {
	color: rgb(255, 152, 0, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(255, 152, 0, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-orange:focus {
	color: #fff !important;
	background-color: #ff9800 !important;
	border-color: #ff9800 !important;
	box-shadow: 0px 0px 0px 0px !important;
}
/* END Boton Wave Market Orange */

/* Boton Wave Market Light Blue */
.btn-wm-lightBlue {
	color: #26c6da !important; 
	background-color: #fff !important;
	border-color: #26c6da !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-lightBlue:hover {
	color: #fff !important;
	background-color: #26c6da !important;
	border-color: #26c6da !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-lightBlue.disabled, .btn-wm-lightBlue:disabled {
	color: rgb(38, 198, 218, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(38, 198, 218, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-lightBlue.disabled:hover, .btn-wm-lightBlue:disabled:hover {
	color: rgb(38, 198, 218, 0.8) !important;
	background-color: #EEEEEE !important;
	border-color: rgb(38, 198, 218, 0.8) !important;
	opacity: 1 !important;
	box-shadow: 0px 0px 0px 0px !important;
}

.btn-wm-lightBlue:focus {
	color: #fff !important;
	background-color: #26c6da !important;
	border-color: #26c6da !important;
	box-shadow: 0px 0px 0px 0px !important;
}
/* END Boton Wave Market Light Blue */


/* Custom class dataTable de datatables.min.css */
.dataTable td{
	background-color: #fff !important;
}
.dataTable tr:hover td{
	background-color: #EEEEEE !important;
}

.dataTable th{
	font-weight: 600 !important;
}
/* END Custom class dataTable de datatables.min.css */


.panel-wm-grey{
	border-top-color: #E0E0E0 !important;
}

.font-weight-600{
	font-weight: 600;
}

/* Custom class pagination de datatables.min.css */
.page-item .page-link{
	padding: .643rem 1.072rem !important;
}

.page-item .page-link:focus{
	box-shadow: 0 0 0 0rem !important;
}
	
.page-item.active .page-link{
	background-color: #469cee !important;
    border-color: #469cee !important;
}

.page-item .page-link:hover{
	color: #469cee !important;
}

.page-item.active .page-link{
	color: #fff !important;
}
.page-item .page-link[data-href]:not([data-href=""]) {
	cursor: pointer;
}
/* END Custom class pagination de datatables.min.css */

.input-edit-tables{
	border: 1px solid #e0e0e0;
    border-radius: .25rem;
	color: #757575;
	padding: .375rem .75rem;
}

/** Modificado estilo datatables : full_numbers **/
.dataTables_paginate a {
	border: none !important;
	padding: .643rem 1.072rem !important;
    line-height: 1.25;
    color: #757575;
}
.dataTables_paginate a.current {
	color: #fff;
	background-color: #469cee !important;
    border-color: #469cee !important;
}
.dataTables_paginate a:not(.current):hover {
    color: #469cee !important;
    background-color: #eee;
}

.dataTables_info{
	color: #757575 !important;
}

.dataTables_info,  .dataTables_paginate{
	margin-top: 35px;
}

table.dataTable.no-footer {
    border-bottom: 0px !important;
}
/** END Modificado estilo datatables : full_numbers **/


/** FORMS EDIT/NEW PRODUCT **/
.border-seccion-wm{
	border: 1px solid #E0E0E0;
    border-radius: 0.5em;
    padding: 1.8em 1.5em 1.2em 1.5em;
}

.border-seccion-wm .dataTables_filter input{
	margin-right: 5px;	
	width: 300px;
}

.fontSize-labelForm-wm{
	font-size: 1.18rem;
	margin-bottom: 0px;
}

.wm-etidor-500 .note-editing-area{
	height: 500px;
}


/** END FORMS EDIT/NEW PRODUCT **/


/** INIT - STEP PERL STATUS CUSTOM **/
.pearl-status-title {
    color: #616161
}
.pearls-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 22px; }

.pearl-status {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center; }
  .pearl-status::before, .pearl-status::after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #eee; }
  .pearl-status::before {
    left: 0; }
  .pearl-status::after {
    right: 0; }
  .pearl-status:first-child::before, .pearl-status:last-child::after {
    display: none !important; }

.pearl-status-number, .pearl-status-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #e0e0e0;
  border: 2px solid #e0e0e0;
  border-radius: 50%; }

.pearl-status-number {
  font-size: 18px; }

.pearl-status-icon {
  font-size: 18px; }

.pearl-status-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 16px;
  color: #616161; }

.pearl-status.current-status .pearl-status-number, .pearl-status.current-status .pearl-status-icon, .pearl-status.active .pearl-status-number, .pearl-status.active .pearl-status-icon {
  color: #3f51b5;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.pearl-status.disabled {
  pointer-events: none;
  cursor: auto; }

.pearls-status-lg .pearl-status::before, .pearls-status-lg .pearl-status::after {
  top: 20px; }

.pearls-status-lg .pearl-status-title {
  font-size: 18px; }

.pearls-status-lg .pearl-status-number, .pearls-status-lg .pearl-status-icon {
  width: 40px;
  height: 40px;
  line-height: 36px; }

.pearls-status-lg .pearl-status-icon {
  font-size: 20px; }

.pearls-status-lg .pearl-status-number {
  font-size: 20px; }

.pearls-status-sm .pearl-status::before, .pearls-status-sm .pearl-status::after {
  top: 16px; }

.pearls-status-sm .pearl-status-title {
  font-size: 14px; }

.pearls-status-sm .pearl-status-number, .pearls-status-sm .pearl-status-icon {
  width: 32px;
  height: 32px;
  line-height: 28px; }

.pearls-status-sm .pearl-status-number {
  font-size: 16px; }

.pearls-status-sm .pearl-status-icon {
  font-size: 14px; }

.pearls-status-xs .pearl-status::before, .pearls-status-xs .pearl-status::after {
  top: 12px;
  height: 2px; }

.pearls-status-xs .pearl-status-title {
  font-size: 12px; }

.pearls-status-xs .pearl-status-number, .pearls-status-xs .pearl-status-icon {
  width: 24px;
  height: 24px;
  line-height: 20px; }

.pearls-status-xs .pearl-status-number {
  font-size: 12px; }

.pearls-status-xs .pearl-status-icon {
  font-size: 12px; }
  
  

.pearl-status.enabled-status .btn-wm-primary-status{
    background-color: #fff !important;  
    border: 2px solid #469cee !important; 
}
.pearl-status.enabled-status .btn-wm-primary-status:hover{
    background-color: #a9d97c !important; 
    border: 2px solid #a9d97c !important;
    cursor: pointer !important;
}
.pearl-status.enabled-status .btn-wm-primary-status.mark-status{
	background-color: #4caf50 !important; 
	border: 2px solid #4caf50 !important;
}
.pearl-status.enabled-status .btn-wm-primary-status.mark-status:hover{
	background-color: #a9d97c !important; 
	border: 2px solid #a9d97c !important;
}


.btn-wm-primary-status {
	color: #469cee !important; 
	background-color: #469cee !important;
	border: 2px solid #469cee !important;
	cursor: default !important;
}
.btn-wm-primary-status.disabled, .btn-wm-primary-status:disabled {
	color: rgb(70, 156, 238, 0.8) !important;
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0 !important;
	opacity: 1 !important;
	cursor: not-allowed !important;
}
.pearl-status .btn-wm-primary-status:focus {
	text-decoration: none;
    outline:none;
    border: none;
    box-shadow: none;
}

.pearl-status-title:first-letter {
    text-transform: uppercase;
}
/** END - STEP PERL STATUS CUSTOM **/
  

/** flag info changes on botton **/
.container-flag-info-withChanges-wm{
	float: left;
	margin-right: -5px; 
	padding-right: 0px;
}
.icon-flag-info-withChanges-wm{
	left: -17px;
	top: 25px;
	font-size: 17px;
}

.container-flag-info-withoutChanges-wm{
	float: left;
	margin-right: 5px; 
	padding-right: 0px;
}
.icon-flag-info-withoutChanges-wm{
	left: -17px;
	top: 25px;
	font-size: 17px;
}
/** END flag info changes on botton **/
.tooltip-wrapper {
  display: block; /* display: block works as well */
}

.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}


/** Custom dropdown actions table **/
.custom-drop-down-wm{
	padding-top: 5px;
    padding-left: 7px;
    padding-right: 5px;
    margin-right: 10px;
    border-radius: 0.2em;
	background-color: transparent;
}
.custom-drop-down-wm:hover{
	background-color: #EEEEEE;
}
/** END Custom dropdown actions table **/

/** Chart dasboard graph legend**/
.color-ball-wm{
	font-size: 15px;
	margin-top: 4px;
}

.color-caption-a{
	color: #1e88e5;
}
.color-caption-b{
	color: #66bb6a;
}
.color-caption-c{
	color: #f44336;
}
.color-caption-d{
	color: #8e24aa;
}
.color-caption-e{
	color: #fdd835;
}
.color-caption-f{
	color: #d81b60;
}
.color-caption-g{
	color: #5c6bc0;
}
.color-caption-h{
	color: #689f38;
}
.color-caption-i{
	color: #ffa726;
}
.color-caption-j{
	color: #26c6da;
}
.color-caption-k{
	color: #00897b;
}
.color-caption-l{
	color: #795548;
}
.color-caption-m{
	color: #bdbdbd;
}
.color-caption-n{
	color: #757575;
}

.color-caption-o{ 
	color: #B8D7FF;
}
.color-caption-p{ 
	color: #4A7800;
}
.color-caption-q{ 
	color: #B53F00;
}
.color-caption-r{ 
	color: #C3E887;
}
.color-caption-s{ 
	color: #424242;
}
.color-caption-t{ 
	color: #FFBFC1;
}

/** END Chart dasboard graph legend**/


/** Utilities **/
.border-1px-blue-grey-200{
	border:1px solid #e4eaec;
}
.pt-8{
	padding-top: 8px;
}
/** END Utilities **/ 


/** activate channels **/
.container-table-channels{
	border-top:0px; 
	overflow-x: auto; 
	overflow-y: hidden;
}
.flag-channel{
	border-radius: 3px;
	font-size: 20px;
}
/** activate channels **/

/** Edit table custom**/

.dataTable .bg-color-edit-table-wm{
	background-color: #EEEEEE !important;
}

/** END Edit table custom**/

/** Bootstrap columns in five**/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20% !important;
        float: left;
        flex: 0 0 20% !important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20% !important;
        float: left;
        flex: 0 0 20% !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20% !important;
        float: left;
        flex: 0 0 20% !important;
    }
}
/** END Bootstrap columns in five**/