body { 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
	font-size: 16px; 
    color: #021178;
}
a, a:hover { 
	text-decoration: none; 
	color: #021178;
}
img { 
	max-width: 100%; 
}
.container-fluid { 
	width: 1170px; 
	max-width: 100%; 
	margin: 0 auto; 
}
.clear { 
	clear: both; 
}
.right { 
	text-align: right; 
}
.left { 
	text-align: left; 
}
.justify { 
	text-align: justify; 
}
.center { 
	text-align: center; 
}
.alert { 
	padding: 10px 15px; 
}
h1, h2, h3, h4, h5, h6, .font-secondary {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}

/** HEADER **/ 
header { 
	text-align: center;
    padding: 4px 0;
}
header.logoleft {
	text-align: left;
}
header .logo img { 
	width: 300px;
	max-width: 94%;
}
header .logo { 
	padding: 10px 0;
}
.alert.alert-danger {
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #c5805a;
    color: #c5805a;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    font-size: 14px;
}
.alert.alert-info, .alert.alert-success {
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #051267;
    color: #051267;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    font-size: 14px;
}
.pagina-admin {
    padding-top: 10px;
    padding-bottom: 40px;
    min-height: 500px;
}
.pagina-admin input, .pagina-admin select, .pagina-admin textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    margin-bottom: 14px;
    color: #000;
    height: 44px;
    font-size: 14px;
    outline: none;
}
.pagina-admin input.boton {
    width: auto;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #67bde1;
    border: 1px solid #67bde1;
    width: 100%;
}
.pagina-admin .pagelogin {
	width: 400px; 
	max-width: 100%;
	margin: 32px auto; 
	padding: 20px 24px; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
h4 { 
	font-size: 16px; 
	text-transform: uppercase; 
}
.menu-administracion { 
	margin-bottom: 30px; 
	font-size: 14px; 
	border: 1px solid #f4f4f4;
}
.menu-administracion ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
.menu-administracion ul li { 
	width: 100%; 
	padding: 0; 
	border-bottom: 1px solid #f4f4f4; 
	text-transform: uppercase; 
	font-size: 14px; 
}
.menu-administracion ul li i { 
	margin-right: 8px; 
}
.menu-administracion ul li a { 
	color: #000;
	display: block;
	width: 100%;
	padding: 11px 14px;
    background: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.menu-administracion ul li.submenu {
	border-bottom: none !important;
	background: #fff;
}
.menu-administracion ul li.submenu a { 
    padding-left: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    background: none !important;
    color: #000 !important;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}
.menu-administracion ul li.submenu a:hover {
	color: #06157b !important;
}
.menu-administracion ul li.submenu span {
    margin-right: 5px;
}
.menu-administracion ul li a:hover, .menu-administracion ul li a.active { 
	background: #f2f2f2;
	color: #06157b;
}
.menu-administracion ul li.titulo span {
	font-weight: 600;
	background: #fff !important;
	padding: 12px 14px;
	display: block;
}
span.nuevas {
	font-size: 10px;
	line-height: 14px;
	background: #06157b;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	position: relative;
	top: -3px;
	margin-left: 2px;
}
.maincontent {
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
}
.tabla { 
	width: 100%; 
    margin-bottom: 20px;
}
.tabla tr:nth-child(2n) { 
	background: #f8f8f8; 
}
.tabla th {
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0;
    background: #2c2e2d;
    color: #fff;
    font-family: ;
    letter-spacing: ;
}
.tabla td { 
	padding: 10px 12px; 
	font-size: 14px; 
    text-transform: uppercase; 
	border-bottom: 1px solid #f0f0f0; 
    color: #111;
}
.tabla td.firstlevel {
    font-weight: bold;
    font-size: 14px;
}
.tabla td.secondlevel {
	padding-left: 15px;
}
.tabla td.thirdlevel {
	padding-left: 30px;
}
.tabla i { 
	font-size: 14px; 
	padding: 3px 6px; 
}
.tabla .opciones { 
	text-align: center; 
}
.tabla .opciones a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    background: #67bde1;
    color:#fff;
    width: 34px;
}
.tabla .opciones a.danger {
	background: #c5805a;
}
.tabla .opciones a.ofertas {
	background: #c5805a; 
}
.tabla tr.desactivada td { 
	background: #fcd9d9; 
}
.buscador .row {
	margin: 0 -6px;
}
.buscador .col-sm-2, .buscador .col-sm-3, .buscador .col-sm-4 {
	padding: 0 6px;
}
.buscador input, .buscador select {
	background: #f9f9f9;
}
span.rechazada {
	color:#cc0000;
}
span.aprobada {
	color:#05675f;
}
span.pendiente {
	font-weight: bold;
}
span.subsanacion {
	color:#e96b05;
}
tr.subsanacion {
	background: #faf1ea !important;
}
tr.rechazada {
	background: #ffede9 !important;
}
tr.aprobada {
	background: #ecffe9 !important;
}
tr.pendiente {
	background: #fff !important;
}
.priv_opciones a, .opciones a {
	display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    background: #333;
    color:#fff;
    width: 34px;
}

label {
    font-weight: 300;
    display: block;
}
input[type="checkbox"] {
    margin: 0 6px 0 0 ;
    padding: 0;
    width: auto;
    height: auto;
}
.form_mini { 
	width: 100%; 
	display: block; 
	text-align: right; 
	font-size: 13px; 
}
.form_mini input, .form_mini select {
    text-align: left;
    padding: 9px 5px;
    display: inline-block;
    width: 180px;
    max-width: 100%;
    font-size: 14px;
    color: #333;
}
.form_mini input.boton, .form_mini button.boton { 
	width: auto; 
	padding: 9px 14px; 
	color: #fff; 
	text-transform: uppercase; 
	background: #67bde1; 
	border: 1px solid #67bde1;
	text-align: center; 
	font-size: 14px;
}
button.btn, input.btn, a.btn {
    width: auto; 
    padding: 9px 14px; 
    color: #fff !important; 
    text-transform: uppercase; 
    background: #67bde1; 
    border: 1px solid #67bde1;
    text-align: center; 
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    border-radius: 4px;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, 
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    min-height: 200px !important;
}
.otrasimagenes li { padding-bottom: 20px; position: relative; width: 140px; display: inline-block; text-align: right; }
.otrasimagenes i { font-size: 17px; padding: 0 3px; }

select.estado {
	padding-left: 5px;
	padding-right: 5px;
	width: 120px;
	margin: 0;
}
td span.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
	display: inline-block;
}
button.btn_save { 
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
button.btn_save i {
	font-size: 20px;
	color: #F28B1A;
}
.container-banners {
	width: 700px;
	max-width: 100%;
	position: relative;
}
.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .r0, .r1, .r2, .r3, .r4, .r5, .r6, .r7 {
	opacity: 0.4;
	display: inline-block;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.d4 {
	width: 30%;
	padding: 0 5px;
}
.d5 {
	width: 30%;
	padding: 0 5px;
}
.d6 {
	width: 30%;
	padding: 0 5px;
}
.d2:hover, .d3:hover, .d4:hover, .d5:hover, .d6:hover, .r1:hover, .r2:hover, .r4:hover, .r6:hover {
	outline: 2px solid #cc0000;
	opacity: 1;
}
.banners-centro {
	text-align: center;
}
.total-info {
	font-size: 14px;
	color: #111;
}
.total-info span {
	font-weight: 600;
}
.form_mini .row {
	margin: -5px;
}
.form_mini .col-sm-2, .form_mini .col-sm-3, .form_mini .col-sm-4, .form_mini .col-sm-5, .form_mini .col-sm-6 {
	padding: 0 5px;
}
.col-5 {
	float: left; 
	width: 20%;
	padding: 0 5px;
}
.col-6 {
	float: left; 
	width: 30%;
	padding: 0 5px;
}
.col-4 {
	float: left; 
	width: 10%;
	padding: 0 5px;
}



@media(max-width: 767px) {
	.col-sm-9 {
 		padding-left: 15px;
	}
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
    height: 47px;
    max-width: 100%;
}
.bootstrap-select button.btn {
    padding: 12px 5px !important;
}

/** Productos mod. Ordenacion **/
.grid {
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	min-width: 850px;
	overflow: auto;
}
.producto {
	margin-bottom: 5px;
	border: 1px solid #f0f0f0;
	height: 76px;
	width: 100%;
}
.producto:hover {
	cursor: move;
}
.producto.highlight {
	background: #FF0000;
}

.sortable-placeholder {
	margin-bottom: 5px;
	height: 100px;
	width: 100%;
	display: block;
	border: 1px dashed #e9e9e9;
	background: #f4f4f4;
}

.producto.desactivada {
	background: #fcd9d9;
}

.priv_imagen, .priv_nombre, .priv_opciones, .priv_precio, .priv_destacado {
	display: inline-block;
	float: left;
	padding: 12px;
}
.priv_imagen {
	width: 10%;
	overflow: hidden;
}
.priv_nombre {
	width: 35%;
}
.priv_precio {
	padding-top: 10px;
	font-size: 14px;
	width: 18%;
}
.priv_opciones {
	width: 30%;
}
label.firstlevel {
	color: #333;
	font-weight: 600;
}	
label.secondlevel {
	padding-left: 16px;
}
label.thirdlevel {
	padding-left: 34px;
}
.seleccioncategorias {
	height: 300px;
	overflow-y: auto;
}
.select-variantes {
	width: 140px !important;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 8px;
}
.form-inventario .cantidad {
	position: relative;
}
.form-inventario .cantidad button {
	position: absolute;
	top: 0;
	right: 15px;
	height: 44px;
	width: 54px;
	margin: 0;
	padding: 0;
	border: none;
	background: #F28B1A;
	color: #fff;
}
.varianteproducto {
	display: inline-block;
	margin-right: 10px;
}
input.input-cantidad {
	padding-top: 7px;
	padding-bottom: 7px;
	height: auto;
}
.pink {
	color: #F28B1A;
}
.red {
	color: #F28B1A;
}
.green {
	color: #1E9B8F;
}
.resultado-inventario .fa {
	font-size: 18px;
	display: block;
	clear: both;
	position: relative;
	margin-top: -14px;
}
.fileuploader {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    background: none;
    border-radius: none !important;
    line-height: 300;
}
.rowimages{
	margin: 0 -6px;
}
ul.serialization {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.serialization ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.serialization li {
	display: block;
	margin: 0;
	padding: 0;
	cursor: move;
}
.serialization div.firstlevel, .serialization div.secondlevel, .serialization div.thirdlevel {
	display: block;
	border-bottom: 1px solid #f0f0f0;
}
.serialization div.nombre {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 10px 15px;
}
.serialization div.opciones {
	display: inline-block;
    float: left;
    width: 25%;
    padding: 10px 15px;
}
.serialization div.firstlevel .nombre {
	padding-left: 5px;
}
.serialization div.secondlevel .nombre {
	padding-left: 15px;
}
.serialization div.thirdlevel .nombre {
	padding-left: 30px;
}
li.item {
	min-height: 42px;
	background: #fafafa;
	border: 1px dotted #999;
}
.serialization .opciones a {
	display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    background: #333;
    color:#fff;
    width: 34px;
}
.serialization .opciones a.ofertas {
	width: auto; 
	background: #999; 
	font-weight: 600; 
	padding-right: 20px; 
	padding-left: 10px;
}
.serialization .opciones a.ofertas.enoferta {
	background: #F28B1A; 
}
.serialization .desactivada { 
	background: #fcd9d9; 
}
.atributocolor {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	border: 1px solid #ddd;
	position: relative;
	top: 3px;
}
input[type="color"] {
	margin: 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	width: 50px;
}
.varcolor {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #e0e0e0;
	position: relative; 
	top: 2px;
}
span.tachado {
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
}
span.tachado::before {
    content: '';
    display: inline-block;
    width: 100%;
    height:1px;
    background: #ff0000;
    position:absolute;
    left: 0;
    top: 8px;
}
.menu-reportes {
	margin-bottom: 40px;
}
.menu-reportes a {
	display: inline-block;
	color: #333;
	background: #f8f8f8;
	padding: 9px 15px;
	font-size: 14px;
	letter-spacing:1px;
}
.menu-reportes a.active {
	background: #F28B1A;
	color: #fff;
}
.tablesorter .fa {
	font-size: 12px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
    height: 47px;
}
.bootstrap-select button.btn {
	text-align: left;
    padding: 9px 5px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    background: #fff !important;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 14px;
    color: #999 !important;
    height: 44px;
    font-weight: 300;
    text-transform: none;
}
.containercheck {
 	display: block;
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.containercheck input {
 	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.containercheck .checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #fff;
  	border: 1px solid #ddd;
}
.containercheck input:checked ~ .checkmark {
  	background-color: #fff;
}
.containercheck .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.containercheck input:checked ~ .checkmark:after {
  	display: block;
}
.containercheck .checkmark:after {
  left: 7px;
  top: 1px;
  width: 9px;
  height: 17px;
  border: solid #051267;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="radio"] {
	width: auto;
	margin: 0 6px 0 0;
	padding: 0;
	height: auto;
}
.add_field_button {
	border: none;
	background: #1E9B8F;
	color: #fff !important;
	padding: 6px 12px;
}
.etiqueta {
	display: inline-block;
	margin-right: 14px;
	white-space: nowrap;
}
.marcasoferta label {
	font-weight: 300;
	display: inline-block;
	float: left; 
	width: 33.33%;
}

.alerta {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.alerta .contenedor-alerta {
	width: 500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 40px;
	text-align: center;
	background: #fff;
}
.fileuploader-input .fileuploader-input-button {
    text-align: center !important;
}
.fileuploader {
    padding: 0 !important;
    margin: 16px 0;
    background: #fafbfd;
}
.menu-administracion  .dropdown-menu {
	position: relative !important;
	top: inherit;
	width: 100%;
	box-shadow: none;
	border: none;
	left: inherit;
	right: inherit;
	bottom: inherit;
	float: none;
}
.formreadonly {
	font-size: 15px;
}
.formreadonly input {
	background: #f8f8f8;
	font-size: 16px;
}
.uploads a {
	display: block;
	color: #000;
	margin-bottom: 2px;
	margin-top: 2px;
}
.uploads a .fa {
	font-size: 17px;
	color: #021178; 
	margin-right: 3px;
}
.completaradmin {
	margin-top: 30px;
	background: #f8f8f8;
	border: 1px solid #e9e9e9;
	padding: 20px 15px 10px 15px;
}
.box {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	font-size: 15px;
	color: #111;
	margin-bottom: 30px;
}
.box .cantidad {
	font-size: 34px;
	font-weight: bold;
	color: #021178;
}
.modal-body {
	padding-left: 50px;
	padding-right: 50px;
}
.modal-body input, .modal-body select {
	background: #f4f4f4;
}
table.calendar {
	width: 100%;
}
.calendar-day {
	position: relative;
	height: 36px;
}
.calendar-day .day-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.not-work, .not-work-holiday {
	background: #ffe3e3;
}
.calendar-day, .calendar-day-head{
    border: 1px solid #ddd;
    padding: 5px;
}
.calendar-day-head {
  color: #fff;
  text-align: center;
  background: #67bde1;
}
.calendar-day span.numdia {
  position: absolute;
  top: 4px;
  left: 6px;
  color: #666;
  font-size: 12px;
}
.calendar-day .not-work span.numdia, .calendar-day .not-work-holiday span.numdia {
	color: #cc0000;
}
.calendar-day .horas {
	text-align: right;
	padding-right: 15px;
	padding-left: 30px;
	color: #333;
}
.calendar-day .totalhoras, .calendar-day .horas {
	position: relative;
	z-index: 1;
}
p.totalhoras {
	color: #333;
	font-size: 16px;
}