/*.bg-primary{
	background-color: #7BC9DF;
	color: #000;
}*/
body {
  /* Ancho y centrado */
  max-width: 650px; /* Ancho típico de un smartphone moderno */
  width: 100%;
  margin: 0 auto;

  /* Simular pantalla de teléfono */
  min-height: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); /* Sombra para dar efecto de dispositivo */

  /* Evitar desbordamientos horizontales */
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

.pagehead-bg{
	min-height: 268px;
}

/* Scanner */
.qr-scanner{
	margin-top: 10px !important;
}

#reader__camera_selection{
	display: block !important;
}

/* Imagen Cabecera  */

.carousel-dashboard-aboutus, .carousel-dashboard-home{
	height: 205px !important;
}

.carousel-item:after{
	background: none;
}

.carousel-dashboard-home .carousel-item:after{
	background: none;
}

.carousel.carousel-slider .carousel-item{
	min-height: auto;
}

/* Menu Principal */

.icon-block.overlay.primary-icon i{
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-left: -45px;
	font-size: 65px;
	top: -70px;
	border-radius: 15px;
}

.contain-hc.social-home .container .icon-block.overlay{
	top: 60px;
	margin-bottom: 90px;
}

.icon-block.overlay.primary-icon .text-area{
	margin-top: -5px;
	margin-bottom: 0;
}

.container .carousel .indicators{
	bottom: 5px;
}

.carousel .indicators .indicator-item{
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50%;
	background-color: #AAA;
}

.carousel .indicators .indicator-item.active{
	background-color: var(--primary-color);
}

.carousel-content .carousel-item:after, .carousel-fullwidth .carousel-item:after, .carousel-small .carousel-item:after{
	background-color: transparent;
	display: none;
}

/* Perfil */

.ui-profile{
	padding-bottom: 25px;
}

.ui-profile .pos {
    font-size: 1.2em;
}

.profile-details{
	border-bottom: 1px solid #AAA;
	padding: 10px 0 !important;
}

.contain-hc.social-home .friends-wrap a p{
	display: block;
	line-height: 16px;
}

.contain-hc.social-home .collection.gallery.vertical .collection-item.avatar .title{
	line-height: 18px;
	margin-bottom: 0;
}


/* Footer */
.logo-footer{
	width: 100%;
	max-width: 200px;
	margin: 20px auto;
}

.modal{
	max-height: 80%;
}

/* DHTMLX */

/* Form */

.dhx_form-group{
	padding: 5px;
	margin-bottom: 0;
}

.dhx_input{
	border: 1px solid #DEDEDE !important;
	background-color: #F7F7F7 !important;
	height: 2rem !important;
	padding: 0 5px !important;
}

.dhx_combobox-input{
	border: none;
	height: 2rem !important;
	padding: 0 5px !important;
}

.dhx_combobox-input-list{
	overflow: hidden;
}

.page-footer{
	background-color: #164875 !important;
	color: white;
}

.footer-copyright{
	background-color: #EEEEEE !important;
}

.logo{
	color: #EEEEEE !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
     position: relative !important; 
     opacity: 1 !important; 
    pointer-events: visible !important; 
}

input[type="radio"] {
	 transform: scale(1.5);
	 margin: 10px;
}



.sky-form fieldset {
	display: block;	
	padding: 25px 30px 5px;
	border: none;
}
.sky-form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form footer {
	display: block;
	padding: 15px 30px 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
}
.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form a {
	color: #2da5da;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.sky-form .input,

.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
.sky-form .input input,
.sky-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sky-form .progress {
	float: right;
	margin-top: 10px;
	line-height: 39px;
	color: #232323;
}

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
    position: relative;
    padding-left: 16px  !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border:none !important; 
}

[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
   border:none !important; 
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after, [type="radio"]:checked + span:after, [type="radio"]:checked + span:after {
    border:none !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
     background-color: transparent; 
}

legend{
	white-space: wrap !important;
}

.dhx_radiobutton {
   
    align-items: flex-start !important; 
}