@charset "utf-8";
/* CSS Document */

.badge-theme-premium, .badge-theme-new{
	color: #FFF !important;
	border: none !important;
}

.badge-theme-premium{
	background-color: #5DC1B9 !important;
}
.badge-theme-new{
	background-color: #3B83BD !important;
}

.list-thumbnail{
	height: 90px !important;
}
.dropdown-parent::after {
    display: none;
}

.checkbox-label {
	display: flex;
	align-items: center;
}
.checkbox-container {
	display: flex;
	flex-wrap: wrap;
}
.checkbox-label label{
	padding-top: 8px;
	margin-left: 3px;
}

.size-8{
	font-size: 8px !important;
}
.size-10{
	font-size: 10px !important;
}
.size-12{
	font-size: 12px !important;
}
.size-14{
	font-size: 14px !important;
}
.size-16{
	font-size: 16px !important;
}
.size-18{
	font-size: 18px !important;
}
.size-20{
	font-size: 20px !important;
}
.size-22{
	font-size: 22px !important;
}
.size-24{
	font-size: 24px !important;
}
.size-26{
	font-size: 26px !important;
}
.size-28{
	font-size: 28px !important;
}
.size-30{
	font-size: 30px !important;
}
.size-32{
	font-size: 32px !important;
}
.size-34{
	font-size: 34px !important;
}
.size-36{
	font-size: 36px !important;
}
.size-38{
	font-size: 38px !important;
}
.size-40{
	font-size: 40px !important;
}

a.imagen-pantallazo img.lazy{
	display: block;
}

.touchnone{
	touch-action: none;
	user-select: none;
}

.small-spinner{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	border: 2px solid rgba(20, 83, 136, 0.2);
	border-radius: 50%;
	border-top-color: #145388;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

.oculto{
	display: none !important;
}

.detalles-multimedia img{
	width: 100%;
}

.transparent-bg{
	background-color:  transparent !important;
}

.red-text{
	color: #FF0000 !important;
}


.dropzone.dz-drag-hover{
	border-style:solid;background-color: rgba(255, 239, 223, .5);
}

.tachado{
	text-decoration: line-through;
}


/******************* LISTA *******************/

.imagen-lista{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.imagen-lista div{
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

.imagen-lista img{
	max-width: 100%;
	max-height: 100%;
}

/* COLORES DE MENSAJES */
.colores{
	width: 100%;
	display: inline-block;
}

.colores div.color{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 2px 10px 0;
	float: left;
}

.colores div.color span, .colores div.color label{
	padding: 7px;
	display: block;
	float: left;
	width: 50%;
}

.colores div.color div{
	float: left;
}

#mensaje{
	padding: 10px;
	font-size: 25px;
	text-align: center;
}

.cursor-pointer{
	cursor: pointer;
}

.list-group-item .contenido_sortable{
	cursor: move;
}

.sortableArchivos, .sortableLista{
	height: 500px;
}

.sortableArchivos img{
	width: 100px;
	padding-right: 5px;
}
.sortableLista img{
	width: 120px;
	padding-right: 5px;
}

.item-semana ul{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.item-semana li{
	width: 14.28%;
	float: left;
	display: inline-block;
	text-align: center;
}

.item-propertines{
	display: inline-block;
}

.sortableLista .accordion{
	display: none;
}


/******************* END LISTA *******************/







/******************* PLANTILLAS *******************/


.estructura-diseno{
	overflow: hidden;
	background-color: #FFF;
}

.cuadro-plantilla{
	position: absolute;
	touch-action: none;
	user-select: none;
	color: #FFF;
	cursor: move;
}

.inside-cuadro{
	cursor: pointer;
}

.cuadro-plantilla-final{
	cursor: auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.cuadro-plantilla p{
	font-size: 16px;
	text-shadow: 1px 1px #333;
}

.cuadro-plantilla p marquee{
	text-shadow: none;
}


.cuadro-plantilla p, .cuadro-plantilla span{
	color: #FFF;
}

.cuadro-plantilla .edit{
	z-index: 1;
	right: 24px;
	top: 2px;
	position: absolute;
	cursor: pointer;
}
.cuadro-plantilla .delete{
	z-index: 1;
	right: 2px;
	top: 2px;
	position: absolute;
	cursor: pointer;
}


.switch-xs {
	transform: scale(.7);
}

/************************** ADDON DISEÑOS *****************************/

canvas.diseno{
	width: 100%;
	height: 480px;
}


/* MODAL TOOLTIP */
.modal-tooltip{
	width: 270px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -125px;
	/*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	z-index: 1031;
	display: none;
}

.modal-tooltip .modal-body{
	max-height: 320px;
}

/******************* END PLANTILLAS *******************/




/* SPINNER */
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.nav-tabs .nav-item{
	padding: 4px 8px 4px 35px;
    border: 1px solid #145388;
    border-bottom: none;
	background: #999;
}
.nav-tabs .nav-item a, .nav-tabs .nav-item i{
	color: #FFF!important;
}
.nav-tabs .nav-item:has(a.active){
	background: #145388;
}