:root {
	--white: #FFFFFF;
  	--brown: #CEB08E;
  	--green: #4E5C5C;
  	--black: #323A3A;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .titillium {
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.bg {
	background: url(images/bggreen.jpg) repeat center center;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #323A3A;
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--brown);
	border: 1px solid var(--brown);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
}
.boton2:hover, .boton2:focus {
	color: #fff;
}
.pagina-admin {
	height: 100%;
	background: url(images/slide.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
}
.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 { 
	color: #00627A; 
	font-weight: 300;
}
h4 {
	color: #00627A; 
	font-weight: 300;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}

/** HEADER **/ 
header {
  text-align: center;
  padding: 10px 0;
  background: url(images/slide.jpg) no-repeat top center;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 50px;
}
header.logoleft {
	text-align: left;
	background-image: url(images/bggreen.jpg);
	background-repeat: repeat;
}
header .logo {
    padding: 0 15px;
}
header .logo img {
    width: 200px;
}
.alert.alert-danger {
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #cc0000;
    color: #cc0000;
    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 var(--green);
    color: var(--green);
    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-bottom: 40px;
    min-height: 500px;
}
.pagina-admin input, .pagina-admin select, .pagina-admin textarea {
  border: 1px solid #D2D2D2;
  padding: 10px 15px;
  margin-bottom: 14px;
  color: #333;
  width: 100%;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  background: #fff;
}
.pagina-admin input.boton {
  width: auto;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--green);
  border: 1px solid var(--green);
  width: 100%;
  border-radius: 8px;
}
.pagina input, .pagina select, .pagina textarea {
    border: 1px solid #D2D2D2;
  	padding: 11px;
  	margin-bottom: 14px;
  	color: #333;
  	width: 100%;
  	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  	background: #fff;
}
.pagina input.readonly {
	background: #f8f8f8;
}
.height30 {
	height: 30px;
}
.pagina input.boton {
    width: auto;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--green);
    border: 1px solid var(--green);
    width: 100%;
}
.pagina-admin .pagelogin {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  padding: 20px 30px;
  border-radius: 8px;
}
.pagelogin h3 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}
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: var(--green) !important;
}
.menu-administracion ul li.submenu span {
    margin-right: 5px;
}
.menu-administracion ul li a:hover, .menu-administracion ul li a.active { 
	background: var(--green);
	color: #fff;
}
.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; 
	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: var(--green);
    color:#fff;
    width: 34px;
}
.tabla .opciones a.danger {
	background: #c5805a;
}
.tabla .opciones a.ofertas {
	background: #c5805a; 
}
.tabla tr.desactivada td { 
	background: #fcd9d9; 
}
.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: var(--green); 
	border: 1px solid var(--green);
	text-align: center; 
	font-size: 14px;
}
button.btn, input.btn, a.btn {
  width: auto;
  padding: 12px 30px;
  color: #fff !important;
  text-transform: uppercase;
  background: var(--green);
  border: 1px solid var(--green);
  text-align: center;
  display: inline-block;
  border-radius: 0;
  font-size: 14px;
  border-radius: 8px;
}
.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;
}


.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 var(--green);
  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;
}
.table-striped th {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
}



.sidenav {
 	height: 100%; 
  	width: 0; 
  	position: fixed; 
  	z-index: 1; 
  	top: 0; 
  	right: 0;
  	background-color: #fff; 
  	overflow-x: hidden; 
  	padding-top: 60px; 
  	transition: 0.5s; 
  	-webkit-box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.55);
	box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.55);
}
.sidenav a {
 	padding: 8px 8px 8px 32px;
  	text-decoration: none;
  	font-size: 16px;
  	color: #818181;
  	display: block;
  	transition: 0.3s;
  	white-space: nowrap;
}
.sidenav .closebtn {
	position: absolute;
  	top: 0;
  	right: 15px;
  	font-size: 36px;
  	margin-left: 50px;
  	opacity: 1 !important;
  	color: #111 !important;
}
.abrirmenu {
	position: absolute;
	top: 22px;
	right: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}
input:read-only {
  background-color: #f0f0f0;
}
#regreso {
	position: relative;
}
.deshabilitar {
	position: absolute;
	z-index: 1;
	background: #fff;
	opacity: 0.6;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
}