

/* Estilos skeleton */

.block              { display: block; }
.center             { margin: auto; }
.img-responsive     { display: block; height: auto; max-width: 100%; }
.inline             { display: inline-block; vertical-align: top; }
.inline-center      { display: inline-block; vertical-align: -webkit-baseline-middle; }
.inline-bottom      { display: inline-block; vertical-align: bottom; }
.none               { display: none; }
.relative           { position: relative; }
.text-center        { text-align: center; }
.text-left          { text-align: left; }
.text-right         { text-align: right; }
.wrapper            { max-width: 960px; }
.wrapper-main       { max-width: 1024px; }

html, body {
  height: 100%;
  font-family: 'robotolight';
}

#respon {
	display: none;
	float: left;
}

body.bg-1 {
	background-image: url(../img/admin/brickwall.png);
}


.container{
  background-image: url(../img/admin/brickwall.png);
}

body.bg-2{
	background-image: url(../img/admin/login_background.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pt-3 {
	padding-top: 3rem !important;
}

@media (max-width: 768px) {
	body.bg-2 {
		background-image: url(../img/admin/login_background_phone.jpg);
	}
}

.fa-6x {
	font-size: 6em !important;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.colorpicker-2x .colorpicker-saturation {
	width: 200px;
	height: 200px;
}
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
	width: 30px;
	height: 200px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div{
	height: 30px;
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	/* text-align: center; */
	color: #fff;
	font-size: 60px;
	z-index: 9999;
}

#loader i {
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -60px;
}

#horizontal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	color: #fff;
	z-index: 99999;
}

.navbar-fixed-top {
	background-color: #FFF;
	border-width: 0 0 5px;
	min-height: 70px;
	padding-top: 5px;
}

.navbar-fixed-bottom {
	min-height: 30px;
	height: 30px;
	background-color: #FFF;
	border:none;
}

#consoleFrame {
    position: fixed;
    width: 100%;
    min-height: 56px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
	border:none;
    background-color: transparent;
	padding-bottom: 30px;
}

.navbar-brand {
	height: 55px;
	width: 280px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-menu {
  color: #666;
  background-color: transparent;
  border: none;
}

code {
	color: #666;
	background-color: #e6e6e6;
}

.top-avatar {
	width: 55px;
	height: 55px;
	border: 1px solid #1b75bb;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.top-avatar > div {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: none;
}

.breadcrumb {
	border: none;
	border-radius: 0px;
	background-color: #FFF;
	padding: 8px;
}

.breadcrumb > li {
	font-size: 12px;
}

.panel-default > .panel-heading, .panel-default > .panel-footer {
	background-color: #FFF;
}

.panel-info, .panel-info > .panel-body {
	  background-color: #d9edf7;
}

.pill {
	position: relative;
	display: block;
}

.panel-pill {
	display:inline-block;
	width: 100%;
	height: 80px;
	min-height: 80px;
	position: relative;
	background-color: #f2f2f2;
	overflow:hidden;
}

.panel-pill .icon-pill {
	display: table;
	position:absolute;
	height: 80px;
	min-height: 80px;
	width: 60px;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	text-align: center;
}

.pill.disabled {
	pointer-events: none;
	cursor: default;
}

.pill.disabled .panel-pill .icon-pill {
	color: #a1a1a2;
}

.panel-pill .panel-body {
	padding-left: 70px;
	font-size: 18px;
	color: #a1a1a2;
}

.panel-pill .icon-pill > i {
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
}

.pill:hover .panel-pill {
	background-color: #cbcbcb;
}

.pill:hover .panel-pill .panel-body, .pill:hover .panel-pill .icon-pill {
	color: #fff;
}

.pill:hover .panel-pill .icon-pill {
	background-color: #94bedf;
}

.pill .label {
	position:absolute;
	bottom: 15px;
	right: -10px;
	height: 20px;
	line-height: 17px;
}

.pill.disabled .label {
	display: none;
}

.label-as-badge {
    border-radius: 1em;
}

#test_content {
	position:relative;
	width: 100%;
	display:block;
	box-sizing: border-box;
	overflow:hidden;
	background-color: #000;
}

#test_cont {
	position: relative;
	display: block;

}

.branding, .stands {
	position: absolute;
}

.branding .item {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.branding .item > a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.item.item-videos > a {
	background-image: url(../img/play_bt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#test_cont .owl-stage-outer {
	height: 100%;
	overflow: hidden;
}

#test_cont .owl-stage {
	height: 100%;
}

#test_cont .owl-item {
	height: 100%;
	display: inline-block;
}

#test_cont .owl-theme .owl-nav [class*='owl-'] {
	background: rgba(0,0,0,0.8);
	padding: 1px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#test_cont .owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(0,0,0,0.2);
}

#test_cont .owl-theme .owl-nav {
	margin-top: 0px;
}


.stand-thumb {
	background-color: #FFF;
	display: inline-block;
	position: relative;
	width: 100px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.stand-thumb .stand-icon {
	position:absolute;
	top: -10px;
	right: -10px;
}

.stand-thumb .stand-mini {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.drag_cont {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

.drag {
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	color: #666666;
	position: absolute;
	height: 30%;
	width: 30%;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #333;
	overflow:hidden;
	z-index: 20;
}

.drag_stand {
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	color: #000;
	position: absolute;
	text-align: center;
	width: 5%;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #333;
	overflow:hidden;
	z-index: 20;
}

.drag_stand i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	margin: -13% 0 0 -25%;
}

.stand_taken {
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.stand_taken .logo_mini_stand {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	height: 40%;
	width: 40%;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.drag-link {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	color: #000;
	position: relative;
	height: 10%;
	display: inline-block;
	text-align: center;
	z-index: 20;
}


/*.drag-link .icono-in {
	background-color: rgba(255,255,255,0.8);
	height: 70%;
	width: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.drag-link .icono-in i {
	line-height: 2.7em;
}

.drag-link .instancia-in {
	font-weight: bold;
	text-align: center;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: rgba(255,255,255,0.8);
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}*/

.drag-link{
	position: absolute;
	/*width: 250px;*/
	height: auto;
	display: inline-block;
	text-align: center;
	background-color:rgba(255, 255, 255, 0);
}

.drag-link:hover {
	text-decoration: none;
}


.drag-link .icono-in {
	background-color: rgba(255,255,255,0.8);
	height: 25px;
	width: 50px;
	display: block;
	margin-left: auto ;
 	margin-right: auto ;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.drag-link i {
    font-size: 1.2em !important;
}
.icon-pill{
	position: relative;
	width: 30%;
	height: 50px;
	background-color: #FFF !important;
	text-align: center;
	font-size: 16pt;
	padding-top: 0%;
	font-weight: bold;
	color: #FF1A54 !important;
	float: left;
}

.icon-pill-fairs{
	position: relative;
	width: /*30%*/ 30px;
	min-height: 25px;
	max-height: 200px;
	text-align: center;
	font-size: 16pt;
	margin: 0px;
	padding-top: 5%;
	font-weight: bold;
	float: left;
}

.instancia-in-text{
	position: relative;
	/*width: 70%;*/
	min-height: 25px;
	max-height: 200px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14pt;
	padding-top: 5%;
	font-weight: bold;
	color: #000;
	float: left;
}

.drag-link .icono-in i {
	line-height: 50px;
	font-size: 20px;
}

.drag-link .instancia-in {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 18px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fff;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.drag_zone {
	color: #17639e;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #17639e;
	overflow: hidden;
	z-index: 10;
	position:absolute;
	display: none;
}

.fileinput-preview {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 5px;
}

.list-label .label {
	margin-left: 3px;
	display: inline-block;
}

.table-responsive .row {
	margin: 0px;
}

.parsley-errors-list {
	/* .fonts( red, @regular, 15 ); */
	list-style-type: none;
	margin: -18px 0 2px;
	padding-left: 16px;
	text-align: center !important;
}

.parsley-error {
	border: 1px solid red;
}

.parsley-success {
	border: 1px solid #000255;
}

.container-fluid{
  height:90%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle; width:100%;}

.centering {
  float:none;
  margin:0 auto;
}

.white-tran4 {
	background-color: rgba(255,255,255,0);
}

.white-tran8 {
	background-color: rgba(255,255,255,0);
}

.noborder {
	border: none;
}

.noroundborder {
	border-radius: 0px;
}

.no-padding {
	padding: 0px;
}

.input-group-addon, .form-control {
	border-radius: 0px;
}

.input-group {
	margin-top: 1px;
	margin-bottom: 10px;
	width: 100%;
  cursor: pointer;
}

.input-group .radio-inline, .input-group .checkbox-inline {
	padding-left: 18px;
}

.input-group .radio-inline input[type="radio"], .input-group .checkbox-inline input[type="checkbox"] {
	margin-left: -15px;
	width: 15px;
}

.input-group .radio-inline + .radio-inline, .input-group .checkbox-inline + .checkbox-inline {
	margin-left: 0px;
}

input[type="radio"], input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-top: 1px \9;
	line-height: normal;
}

.bootstrap-tagsinput {
	border-radius: 0px;
	width: 18%;
}

.radio label, .checkbox label {
	line-height: 20px;
	padding-left: 30px;
}


/* firefox fix */
.img-responsive {
    width: 100%;
}

.img-responsivev {
    height: 100%;
	width: auto;
}

.coverlogo {
	background-image: url(../img/admin/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}


/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

.btn-block {
	margin-top: 10px;
	margin-bottom: 10px;
  border-radius: 5px;
}

.main-wrapper {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	padding-left: 1% !important;
	padding-right: 1% !important;
}

.insider-wrapper {
	position: relative;
	max-width: 100%;
	margin: auto;
	padding-top: 0px;
}

/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}

.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

.container {
	width:auto;
	margin-left:auto;
	min-height: 100%;
	height: 100%;
	padding: 0px;
}

.container2{
  width:auto;
  margin-left:auto;
  min-height: 100%;
  height: 100%;
  padding: 0px;
}

.innersec .container {
	padding-top: 70px;
	padding-bottom: 30px;
	height: auto;
}

.form-error, .has-error .multiselect > button, .has-error .bootstrap-select > button {
	border: 1px solid #990000;
}

.multiselect button, .bootstrap-select button {
	border-radius: 0px;
	width: 100%;
	text-align: left;
}

.multiselect button .caret {
	float:right;
	margin-top: 8px;
}

.multiselect-container .input-group {
	width: auto;
}

.multiselect-container, .bootstrap-select > .open {
	border-radius: 0px;
}

.multiselect-container>li {
	padding-bottom: 5px;
}

.fileinput .input-group-addon.btn-primary {
	color: #ffffff;
	background-color: #104771;
	border-color: #0c3352;
}

.bg-primary {
	color: #ffffff;
	background-color: #104771;
}

.fileinput .input-group-addon.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.bg-danger {
	color: #ffffff;
	background-color: #d9534f;
}

.fileinput .input-group-addon.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.bg-warning {
	color: #ffffff;
	background-color: #f0ad4e;
}

.fileinput .input-group-addon.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.bg-info {
	color: #ffffff;
	background-color: #5bc0de;
}

.fileinput .input-group-addon.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.bg-success {
	color: #ffffff;
	background-color: #5cb85c;
}

.btn-hang {
	background-color: #53a93f !important;
	min-width:80px !important;
	height:34px !important;
	vertical-align:middle !important;
	padding-top: 2px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	border-radius: 4px !important;
}

.fileinput .input-group-addon.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.opciones_mini {
	color: #666;
	text-decoration: none;
	display: inline-block;
	width: 150px;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.opciones_mini:hover, .opciones_mini.active {
	text-decoration: none;
	background-color: #EBEBEB;
}

.opciones_mini .imagen_mini {
	height: 140px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.campos-requeridos{
  font-size: 12px;
  font-weight: lighter;
  color: rgb(221, 19, 7);
  margin-left: 1%;
}

/**********Rediseño del login*********/
.logo-xs{
  width: 20%;
  margin: auto;
}

.input-block{
  position: relative;
  margin-bottom: 5%;
  padding-top: 0%;
}

.input-icon{
  color:#FFF !important;
  background-color: #00B1C3;
  font-size: 18pt;
  border: none;
  padding-top: 0px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.admin-singin{
	border-radius: 30px;
	background-color: #0077BF;
    border-color: #0077BF;
}

#uname, #admin-login #uname, #admin-login #password{
  border: 1px solid #8568685d;
  width: 80%;
  height: 50px;
  text-align: justify;
  font-size: 12pt;
  cursor: pointer;
  border-radius: 25px;
  padding-left: 10px;
}

.remind-data{
	padding-left: 0 !important;
    padding-right: 20px;
}

.label-reminder{
	display: table-cell;
}

#password{
  text-align: justify;
  font-size: 1.25em;
  cursor: pointer;
}
#new-password{
  font-size: 1.25em;
}
#re-password{
  text-align: justify;
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  cursor: pointer;
}

#password:focus{
  border-color: none !important;
}

/************@TextFormats**********************/
.lbl-jumbo{
	font-size:65pt;
	font-weight:bolder;
	font-family: 'Roboto', sans-serif;
  margin-top:0px;
}

@media (max-width:425px){
  .lbl-jumbo{
  	font-size:28pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
    margin-top: 5px !important;
  }
}


@media (max-width:320px){
  .lbl-jumbo{
  	font-size:28pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
    margin-top: 5px !important;
  }
}


.lbl-title{
	font-size:18pt;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}

.lbl-title-lg{
  font-size:24pt;
  font-weight:bold;
  font-family: 'Roboto', sans-serif;
}

.card-vcenter {
  padding-top:2%;
}

@media (max-width:1440px){
  .lbl-title{
  	font-size:19pt;
  	font-weight:bold;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:1024px){
  .lbl-title{
  	font-size:18pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:768px){
  .lbl-title{
  	font-size:12pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:425px){
  .lbl-title{
  	font-size:10pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}


@media (max-width:320px){
  .lbl-title{
  	font-size:12pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}


.lbl-title-light{
	font-size:19pt;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}

@media (max-width:1024px){
  .lbl-title-light{
  	font-size:16pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}


@media (max-width:425px){
  .lbl-title-light{
  	font-size:10pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}


@media (max-width:320px){
  .lbl-title-light{
  	font-size:12pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}


.lbl-subtitle{
	font-size:18pt;
	font-weight:bolder;
	font-family: 'Roboto', sans-serif;
}

@media (max-width:1024px){
  .lbl-subtitle{
  	font-size:16pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:425px){
  .lbl-subtitle{
  	font-size:10pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:320px){
  .lbl-subtitle{
  	font-size:8pt;
  	font-weight:bolder;
  	font-family: 'Roboto', sans-serif;
  }
}

.lbl-subtitle-light{
	font-size:16pt;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}

@media (max-width:1024px){
  .lbl-subtitle-light{
  	font-size:16pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:768px){
  .lbl-subtitle-light{
  	font-size:11pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:425px){
  .lbl-subtitle-light{
  	font-size:10pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:320px){
  .lbl-subtitle-light{
  	font-size:8pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}

.lbl-text{
	font-size:12pt;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}

@media (max-width:1024px){
  .lbl-text{
  	font-size:8pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}


@media (max-width:425px){
  .lbl-text{
  	font-size:8pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}


@media (max-width:320px){
  .lbl-text{
  	font-size:8pt;
  	font-weight:100;
  	font-family: 'Roboto', sans-serif;
  }
}

.lbl-item{
	font-size:9pt;
	font-family: 'Roboto', sans-serif;
}

@media (max-width:1024px){
  .lbl-item{
  	font-size:8pt;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:425px){
  .lbl-item{
  	font-size:8pt;
  	font-family: 'Roboto', sans-serif;
  }
}

@media (max-width:320px){
  .lbl-item{
  	font-size:8pt;
  	font-family: 'Roboto', sans-serif;
  }
}

.highlight-black{
	color:#424242;
}
.highlight-blue{
	color:#0061BF;
}
.highlight-gray{
	color:#757575;
}
.highlight-white{
	color:#FFF;
}
.highlight-green{
	color:#01B35D;
}
.highlight-red{
	color:#A81330;
}
.highlight-yellow{
	color:#F7D400;
}
/**************@StructureFormats*******************/
.container-gray{
	background-color: #E0E0E0;
}
.container-white{
	background-color: #FFF;
}
.rounded-header{
	position: relative;
	width: 100%;
	padding: 5px;
	padding-left: 2%;
	border-radius: 5px;
	height: 69px;
}
.two-slide-body{
	position:relative;
	width:100%;
	display:inline-block;
}
.slide-item-a{
	position:relative;
	width:40%;
	float:left;
}
.slide-item-b{
	position:relative;
	width:60%;
	float:left;
}
.table-wrapper{
	padding: 2%;
	float: right;
	width: 100%;
}
.float-island{
	position:relative;
	width:45%;
	border-radius:2px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
.island-header{
	position:relative;
	width:100%;
	border-bottom:1px solid #E0E0E0;
}

.float-island-jumbo{
	position:relative;
	width:100%;
	border-radius:2px;
	float: left;
}
.btn-blu{
	color:#FFF;
	background-color: #0077BF;
	border: 1px solid #0077BF;
}

.btn-success {
	color: #ffffff;
	background-color: #00B1C3;
	border-color: #00B1C3;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47bac7;
	border-color: #398439;
  }

.inputs-cont{
	border: 1px solid #8568685d;
	border-radius: 15px;
	padding: 50px 0;
}

@media (max-width:1440px){
	.inputs-cont{
		padding: 15px 0;
	}

	.login-img {
		max-width: 40%;
	}
}

.mlb-cancel{
	text-decoration:underline; 
	margin-top:2%; 
	color: white;
}

#pedidos-pendientes{
  text-decoration: none;
  cursor: pointer;
}

#pedidos-pendientes:hover{
	text-decoration:none !important;
	cursor: pointer;
  color: #E0E0E0 !important;
}

#pedidos-pendientes-number{
  text-decoration: none;
  cursor: pointer;
}

#pedidos-pendientes-number:hover{
	text-decoration:none !important;
	cursor: pointer;
  color: #E0E0E0 !important;
}

#pedidos-completados{
  text-decoration: none;
  cursor: pointer;
}

#pedidos-completados:hover{
  text-decoration:none !important;
  cursor: pointer;
  color: #E0E0E0 !important;
}

#pedidos-completados-number{
  text-decoration: none;
  cursor: pointer;
}

#pedidos-completados-number:hover{
  text-decoration:none !important;
  cursor: pointer;
  color: #E0E0E0 !important;
}

/*******@roudedCheckbox************************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #01B35D;
}

input:focus + .slider {
  box-shadow: 0 0 1px #01B35D;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.main-content-wrapper{
	position: absolute;
	background-color: rgba(0,0,0,0);
	width: 100%;
	top: 125px;
	margin: auto;
	z-index: 10002;
}
.second-content-wrapper{
	position: relative;
	width: 98%;
	margin: auto;
}


/***************@msglightbox*************************************/
.mlightbox{
  position: absolute;
  display: block;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0px;
  right: 0px;
  bottom: -200px;
  overflow: hidden;
  left: 0px;
  z-index: 12000;
  font-family: 'Roboto', sans-serif;
  display: none;
}
.mlb-header{
  position: relative;
  width: 100%;
  margin: auto;
}
.mlb-body{
  position: relative;
  width: 100%;
  height: 25%;
  margin-top: 18%;
  background-color: #FFF;
}

@media (max-height:800px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-height:600px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:1440px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:1024px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:768px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:425px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:375px){
  .mlb-body{
    height: 32%;
  }
}

@media (max-width:320px){
  .mlb-body{
    height: 32%;
  }
}

#modal-pass-recovery > .modal-dialog-centered {
	top: 25%;
}

#pass-recovery-content {
	border-radius: 20px !important;
	color: white;
	background-color: #2e2e2e;
}

#pass-recovery-content div{
	border:none;
}

#pass-recovery-content input {
	border-radius: 20px;
	width: 90%;
	padding-left: 11px;
	color: black;
}

.button-send-pass-recovery {
	margin: 10px;
	border-radius: 30px;
	background-color: #0077BF !important;
	border-color: #0077BF !important;
}

.mlb-message-body{
  position: relative;
  width: 45%;
  background-color:#FFF;
  text-align: left;
  margin: auto;
  padding-top: 1%;
}
.mlb-footer{
  position: relative;
  width: 100%;
  margin: auto;
}
.mlb-close{
  float:right;
  margin-right: 2%;
  margin-top: 0%;
  font-size: 12pt !important;
  font-weight: bold;
  color:red;
  cursor:pointer;
}

.mlb-form-element{
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #757575;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.mlb-btn{
  position: relative;
  width: 150px;
  height: 40px;
  color: #FFF;
  background-color: #0061BF;
  border: none;
  float: right;
}

.mlb-btn:focus{
  border: none !important;
}

.mlb-btn:hover{
  border: none !important;
  background-color: #013e7a;
}

.island-left{
  position: relative;
  width: 15%;
  margin: 0px;
  float: right;
}
.island-middle{
  position: relative;
  width: 60%;
  margin: 0px;
  float: right;
}
.island-right{
  position: relative;
  width: 12%;
  margin: 0px;
  float: right;
}

@media (max-width:1440px){
  .mlb-message-body{
    width: 62%;
  }
}

@media (max-width:1024px){
  .mlb-body{
    margin-top: 25%;
  }
  .mlb-message-body{
    width: 85%;
  }
}
@media only screen and (max-width:768px){
  .mlb-body{
    margin-top: 35%;
  }
  .mlb-message-body{
    width: 80%;
  }
}
@media only screen and (max-width:425px){
  .mlb-body{
    margin-top: 60%;
  }
  .mlb-message-body{
    width: 90%;
  }
}
@media only screen and (max-width:375px){
  .mlb-body{
    height: 40%;
  }
  .mlb-message-body{
    width: 98%;
  }
}
@media only screen and (max-width:320px){
  .mlb-body{
    height: 40%;
  }
  .mlb-message-body{
    width: 98%;
  }
}
@media only screen and (max-device-width : 479px) and (orientation : landscape) {
	#horizontal {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.text-right-xs {
		text-align: right;
	}

	.text-left-xs {
		text-align: left;
	}
}

@media (min-width: 768px) {

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: 25px;
	}

    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }

	.text-right-sm {
		text-align: right;
	}

	.text-left-sm {
		text-align: left;
	}
}
@media (min-width: 992px) {
	 body {
	  padding: 0;
	}

	#respon {
		display: none;
		float: right;
	}

    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }

	.text-right-md {
		text-align: right;
	}

	.text-left-md {
		text-align: left;
	}
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }

	.text-right-lg {
		text-align: right;
	}

	.text-left-lg {
		text-align: left;
	}
}
@media (max-width: 991px) {

}


/***********Redesigne login form**********************/
.island-center{
  margin-top: 20%;
	position: relative;
	width: 30%;
	margin: auto;
}

@media (max-width:1336px) {
  .island-center{
    margin-top: 20%;
  	position: relative;
  	width: 30%;
  	margin: auto;
  }
}


@media (max-width: 1024px){
  .island-center{
    margin-top: 20%;
  	position: relative;
  	width: 35%;
  	margin: auto;
  }
}
@media (max-width: 768px){
  .island-center{
    margin-top: 20%;
  	position: relative;
  	width: 50%;
  	margin: auto;
  }
}

@media (max-width:425px){
  .island-center{
    margin-top: 20%;
  	position: relative;
  	width: 100%;
  	margin: auto;
  }
  .password-recovery{
    margin-bottom: 5%;
  }
}
@media (max-width: 375px){
  .island-center{
    margin-top: 20%;
    position: relative;
    width: 98%;
    margin: auto;
  }
  .password-recovery{
    margin-bottom: 5%;
  }
}

@media (max-width: 325px){
  .island-center{
    margin-top: 20%;
    position: relative;
    width: 98%;
    margin: auto;
  }
  #uname{
    font-size: 12px !important;
  }
  #password{
    font-size: 12px !important;
  }
  .password-recovery{
    margin-bottom: 5%;
  }
}

#recover-form {
    padding: 50px 15px;   
}

.recover-pwd-title {
    font-size: 28px;
    font-weight: lighter;
}
.recover-pwd-text {
    font-size: 15px;
    font-weight: 600;
}
.label-your-email{
	text-align: left;
    width: 85%;
    margin: 0 auto 10px auto;
}

.type-emai-label{
	display: block;
    text-align: left;
    width: 85%;
    margin: 12px auto 0 auto;
    font-size: 10px;
    font-weight: 600;
}

.login-img{
  position: relative;
  max-width: 85%;
}

.login-label{
	text-align: left;
	width: 75%;
	margin: 5px auto;
}

.acces-admin{
	margin-top:20px;
	color: #61677D;
}

.inputfile, .inputfile2{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label, .inputfile2 + label {
    color: #FFF;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px;
}

.inputfile + label, .inputfile2 + label {
    width: 180px;
    height: 34px;
    font-size: 1.75rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.875rem 1.75rem;
}

.inputfile:focus + label,
.inputfile + label:hover,
.inputfile2:focus + label,
.inputfile2 + label:hover {
    background-color: #449d44;
    border-color: #398439;
}

.inputfile + label,
.inputfile2 + label {
	cursor: pointer;
}

.inputfile2:focus + label,
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.acept-product{
  cursor: pointer;
}

.cancel-product{
  cursor: pointer;
}
.media-item{
  position: relative;
  margin-right: 1%;
}
.table-matrix{
  position: relative;
  width: 100%;
}
.table-matrix > thead > tr >th {
  width: 20%;
}
#email{
  text-align: left;
}

/****** PLUGINS LIST ******/
.plugins-list {
	max-width: 1480px;
}
.plugin-item {
    display: flex;
	overflow-wrap: break-word;
	margin-bottom: 1rem;
	min-height: 60px;
}
.plugin-item div {
	min-width: 0;
	padding-right: 1rem;
}
.plugin-item .plugin-name h5 {
    font-size: 1.75rem;
    margin: 0;
}

/****** MODAL ******/
.modal {
    position: fixed;
    height: 100vh;
}
.modal-dialog {
	position: relative;
    height: auto;
    margin: auto !important;
    display: block;
    max-height: 90vh;
}
.modal-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "header"
        "body"
        "footer";
    height: auto;
	max-height: 90vh;
}

/***** GALLERY UPLOADER *****/
tr.template-download td:first-of-type {
    width: 315px;
}
tr.template-download td:nth-of-type(2) {
    word-break: break-word;
}
tr.template-download td:nth-of-type(3) {
    width: 90px;
}
tr.template-download td:nth-of-type(4) {
    width: 100px;
}