.body {
    background-color: #ebecf1;
}

.wrapper_loading {
    display: flex;
    padding: 30px;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.wrapper_loading>span::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/preloader.svg) no-repeat;
    background-size: 30px;
    margin-right: 10px;
    float: left;
}

.contable {
    counter-reset: section;
}

.item_contable::before {
    counter-increment: section;
    content: counter(section);
    float: left;
    border-right: solid 1px;
    padding-right: 10px;
    width: 20px;
    white-space: nowrap;
}
.item_contable> i.fa, .item_contable> i.fas, .item_contable> i.far{
    line-height: 1;
    float:left;
    position: absolute;
    margin-left: 25px;
}

.breadcrumbs a:not(:last-child)::after {
    content: " > ";
    float: right;
    margin: 0px 10px;
    font-size: 14px
}

.breadcrumbs a {
    margin-right: 0;
}

.btn-light {
    background: #FFF;
    border: 1px solid #e3e3e3;
    padding: 10px 18px;
    line-height: 17px;
    height: 37px;
    border-radius: 5px;
    color: #2c2c2c;
}

.btn-light:hover {
    color: #FFF!important;
}

.dataTable td, .dataTable th {
    white-space: nowrap;
}

fieldset {
    border: solid 1px #cecece;
    padding: 10px;
}

fieldset legend {
    width: auto;
    background: #FFF;
    padding: 0px 10px;
    font-size: 19px;
}

tfoot .dropdown-item {
    margin-top: 1px!important;
    padding: 5px 18px!important;
}

tfoot .btn-light {
    line-height: 12px;
}

.sidebar-wrapper::-webkit-scrollbar {
    background-color: transparent;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #4c4c4c;
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}

.filter-option-inner img {
    display: none;
}

.btn-remove-top {
    margin-top: 32px;
}

.row_section {
    border: solid 1px;
    border-color: #cabdbd;
    padding-top: 15px;
    margin: 0px 0px 10px 0px;
    font-size: 1.2em;
}

.icon_select option {
    font-size: 20px;
}

.icon_select option:selected {
    font-size: 20px;
}

.tooltip-inner {
    max-width: 300px;
}

.center {
    text-align: center;
}

@media screen {
	.highcharts-title {display: none;}
}
@media print {
	.highcharts-title {display: block;}
}
@media print {
	.sidebar{
		display:none;
	}
	.main-panel{
		width:100%;
	}
}

/***********************Radio button con icono**************************/

.radio_start {
    opacity: 0;
    position: absolute;
    z-index: 999;
}

.radio_start, .radio_start-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio_start-label {
    position: relative;
}

.radio_start+.radio_start-label:before {
    color: #9E9E9E;
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}

.radio_start:checked+.radio_start-label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #FF9800;
}

.radio_start:focus+.radio_start-label {
    outline: 1px solid #ddd;
}

/***********************checkbox conicono**************************/

.checkbox-custom_icon {
    opacity: 0;
    position: absolute;
}

.checkbox-custom_icon, .checkbox-custom_icon-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom_icon-label {
    position: relative;
}

.checkbox-custom_icon+.checkbox-custom_icon-label:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #9E9E9E;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.checkbox-custom_icon:checked+.checkbox-custom_icon-label:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    color: #9E9E9E;
    padding: 0px;
    border: none;
    font-size: 22px!important;
    margin-top: -10px;
}

.checkbox-custom_icon:focus+.checkbox-custom_icon-label {
    outline: 1px solid #ddd;
}

/************************************/

.row_scroll_15 {
    max-height: 15em;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 0px;
}

.hidden_div {
    display: none;
}

.btn.dropdown-toggle.btn-light {
    height: 40px!important;
}

.input-group-text {
    padding: 5px 15px!important;
    font-size: 14px;
}

.table-form .form-control {
    padding: 8px;
}

.dropdown.bootstrap-select.form-control {
    padding: 0;
    margin: 0;
}

.dropdown.bootstrap-select.form-control .btn.dropdown-toggle {
    margin: 0;
}

span.offer {
    position: relative;
    padding-right: 10px;
    color: #999999;
    text-decoration: line-through;
}

.s_i {
    width: 45px;
}

.treeview .list-group-item span.badge {
    float: right;
    margin-left: 5px;
    font-size: 13px;
    background-color: #999;
}

.treeview .list-group-item span.icon {
    display: inline-block;
}

.dropdown-menu .bs-actionsbox .actions-btn {
    font-size: 10px
}

.mw-300 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.table-rules th, .table-rules td {
    border: dotted 1px #ccc !important;
    padding: 5px 5px !important;
    text-align: center;
}

.th_blue {
    background-color: #264f7c;
    color: #FFF;
    font-weight: 600!important;
}

.table-bordered {
    border: 1px solid #dee2e6!important;
}

.table-bordered th {
    border: 1px solid #dee2e6!important;
}

table.dataTable thead .sorting:after {
    margin: 0px 8px;
}

.fileinput-upload .progress {
    display: none;
}

.fileinput-upload.uploading .progress {
    display: block;
}

.banner-container {
    padding: 75px 50px 50px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 650px;
    background-position: center;
}

.banner-container::before {
    content: ' ';
    display: block;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#carousel-home {
    position: relative;
}

#carousel-home .static {
    position: static;
}

#carousel-home .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important;
}
#carousel-home .contain {
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 1 !important;
}

#carousel-home .owl-carousel {
    position: relative;
}

#carousel-home .owl-carousel .owl-slide {
    height: 650px;
    position: relative;
}

@media (max-width: 767px) {
    #carousel-home .owl-carousel .owl-slide {
        /*height: 460px;*/
        height: 14em;
    }
}

#carousel-home .owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease;
}

#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
}

#carousel-home .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

#carousel-home .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    position: absolute;
    z-index: 3;
}

#carousel-home .owl-carousel .owl-dots .owl-dot, #carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

#carousel-home section {
    display: none;
}

.slide-text {
    padding-top: 30px;
}

.slide-text p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.slide-text h2, .slide-text h3 {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 767px) {
    .slide-text {
        padding-top: 0;
    }
    .slide-text h2, .slide-text h3 {
        font-size: 36px;
    }
}

.slide-text strong {
    font-weight: 700;
    font-size: 28px;
}

.slide-text.white {
    color: #fff;
}

.slide-text.white h2, .slide-text.white h3 {
    color: #fff;
}

.owl-theme .owl-dots {
    margin-top: 20 !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid var(--enfasis);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #ccc;
}

.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    background-color: var(--enfasis) !important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#carousel-home .owl-theme .owl-dots .owl-dot.active span, #carousel-home .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #fff;
}

#carousel-home .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ccc;
}

#carousel-home .owl-theme .owl-dots .owl-dot span::before {
    background-color: #fff !important;
}

.template-selector, .section-template-selector{
    border-radius: 4px;
}

.template-selector:hover , .section-template-selector:hover{
    background-color: #dddddd;
}
.form-group > label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 0px;
    line-height: 1;
}

.service_selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.service_selector input {
    display: none;
}
.service_selector label {
    width: 50%!important;
    margin-bottom: 5px!important;
    overflow: visible!important;
}
.service_selector i {
    margin-right: 5px;
}
.service_selector strong {
    font-size: 17px;
}
.service_selector .service {
    border: solid 1px #ccc;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    margin: 5px;
    font-weight: 400;
    color: #444;
    height: 100%;
    background-color: hsla(0,0%,87%,.3);
    position: relative;
    line-height: 1.9;
}
.service_selector input[type="radio"]:checked + .service {
	background: #264f7c;
	color: #FFF;
}
.service_selector input[type="radio"]:checked + .service::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "\f058";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}

.collapse>ul, .collapsing>ul{
    margin-top: 0px!important;
    margin-left: 12px;
    margin-bottom: 20px;
}
.collapse>ul a {
    min-width: 45px!important;
}
.subtext {
    font-size: 11px;
    color: #a6a6a6;
    padding-left: 2px;
}

.ellipsis_two{          
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    min-width: 300px;
}

.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
/**Plantilla - Editor */
.sc_template .card-img-top{
    max-height: 150px;
}

.sc_template .card-body{
    min-height: 150px;
    max-height: 200px;
    overflow-y: scroll;
}

.row_template .img_circle_simple {
    border-radius: 50%;
    text-align: center;
    overflow:  hidden;
    border: solid 1px #ebecf1;
    min-height: 240px;
    max-height: 240px;
}

.row_template .img_circle_simple img {
   height: 240px!important;
   width: 240px!important;
}

.row_template .p_img{
    padding: 2em;
}
@media(min-width: 768px){
	.row_template .img_circle_simple {
		min-height: 120px!important;
		max-height: 120px!important;
	}
	
	.row_template .img_circle_simple img{
		height: 120px!important;
		width: 120px!important;
	}
    .four_text .ft_img img{
        width: 9em;
        z-index: 99999999999;
    }
    .four_text .ft_imgalt img{
        width: 9em;
        z-index: 99999999999;
    }
    .p_sm{
        min-height: 9em;
    }
    .ptopleft, .pright {
        min-width: 14em;
        max-width: 14em;
    }
}

@media(min-width: 992px){
	.row_template .img_circle_simple {
		min-height: 180px!important;
		max-height: 180px!important;
	}
	
	.row_template .img_circle_simple img,  .row_template .c_img img{
		height: 180px!important;
		width: 180px!important;
	}
    .four_text .ft_img img{
        width: 14em;
        z-index: 99999999999;
    }
    .four_text .ft_imgalt img{
        width: 16em;
        z-index: 99999999999;
    }
    .p_sm{
        min-height: 9em;
    }
    .ptopleft, .pright {
        min-width: 20em;
        max-width: 20em;
    }
}

@media(min-width: 1200px){
	.row_template .img_circle_simple {
		min-height: 230px!important;
		max-height: 230px!important;
	}
	
	.row_template .img_circle_simple img{
		height: 235px!important;
		width: 235px!important;
	}
    .ptopleft, .pright {
        min-width: 25em;
        max-width: 25em;
    }
    .four_text .ft_img img{
        width: 14em;
        z-index: 99999999999;
    }
    .four_text .ft_imgalt img{
        width: 16em;
        z-index: 99999999999;
    }
    .p_sm{
        min-height: 9em;
    }
}

@media(min-width: 1440px){
	.row_template .img_circle_simple {
		min-height: 380px!important;
		max-height: 380px!important;
        max-width: 380px!important;
	}
	
	.row_template .img_circle_simple img{
		height: 380px!important;
		width: 380px!important;
	}
    .ptopleft, .pright{
        min-width: 30em;
        max-width: 30em;
    }
    .four_text .ft_img img{
        width: 16em;
        z-index: 99999999999;
    }
    .four_text .ft_imgalt img{
        width: 18em;
        z-index: 99999999999;
    }
    .p_sm{
        min-height: 10em;
    }
}

.row_template .p_text {
    padding: 2em;
    border: solid 1px #9e9e9e;
    min-height: 21em;
}

.row_template .c_img img{
	max-width: 300px!important;
	max-height: 300px!important;
}

.row_template .div_button{
    padding-top: 2em;
}


.p_sm{
    border: solid 1px #e3e3e3;
    border-radius: 1em;
    padding: 1em;
    text-align: left;
}

.four_text .ft_img {
    text-align: center;
    padding: 0px;
    left: 0px;
}

.ft_img {
    z-index: 2;
}

.pright{
    float: right;
}

.four_img .p_center_text{
    max-width: 35em;
    margin: auto;
}

.ft_img_4 img {
    max-height: 300px;
    max-width: 300px;
}

.bells.badge {
    border-radius: 20px;
    padding: 0px 3px;
    font-size: 12px;
    background: red;
    position: absolute;
    top: -1px;
    font-weight: bold;
}
.scroll_sections{
    max-height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
}
.formbuilder-checkbox-label
{
    color: #666 !important;
    margin-bottom: 5px !important;
    line-height: 27px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
.checkbox-field > .prev-holder, .button-field > .prev-holder{
    margin-top: 3em !important;
}