
hr{
    display: none;
}

.sheets-form-title{
    border: none;
    color: #424242;
    margin-bottom: 20px;
}
.sheets-row-title{
    color: #007672 !important;
    font-size: 1.2rem;
}
.sheets-section-title {
    color: #757575;
}
.sheets-img-section{
    border: none;
    max-height: 3.5rem;
}


.sheets-field-wrapper {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.form-control, .custom-file-label, .vs__dropdown-toggle {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    /* padding: 1.1rem; */
    border-radius: 4px;
}
.custom-file-label{
    font-size: 1rem;
    padding: .5rem;
}
.vs__dropdown-toggle{
    padding: .4rem;
}
.form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #009688;
    outline: 0;
    box-shadow: none;
    border-width: 2px;
    transition: border .1s ease;
}


#SheetsMap__mapcontainer {
    height: 420px;
}
.SheetsFormRender__form-btn-block .col{
    display: flex;
    justify-content: center;
}
#sheets_form_builder .btn-block:not(.sheets-nested-form){
    display: block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: white !important;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgb(32 33 36 / 28%);
    font-size: 1rem;
}

#previewImage, #previewImageEdit {
    max-width: 27vw;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.sheets-row > div {
    padding: 12px;
}
.sheets-row > div > div{
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.SheetsPollHistory__history,
.___PollIndex-container{
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin: 10px;
}
.___PollIndex-container .row > div {
    padding: 5px 12px;
    margin-bottom: 0 !important;
}
.SheetsPollRender__section{
    background-color: #FFF;
    height: 100%;
    padding: 0 20px;
}

.SheetsPollRender__title{
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.SheetsPollRender__section label{
    font-size: 1.1rem;
}

/* lista por defecto */
.SheetsPollHistory__history .list-group{
    height: 30vh;
    max-height: 180px;
    overflow: hidden;
}
.SheetsPollHistory__history .list-group li{
    display: none;
}
/* lista por defecto */
.SheetsPollHistory__history .list-group:hover{
    overflow: auto;
}
.SheetsPollHistory__history .list-group:hover li{
    display: block;
    opacity: 1 !important;
}

.SheetsPollHistory__history .list-group li{
    opacity: 0.3;
}
.SheetsPollHistory__history .list-group li:nth-last-child(-n+4){
    display: block;
}
.SheetsPollHistory__history .list-group li:nth-last-child(3){
    opacity: 0.5;
}
.SheetsPollHistory__history .list-group li:nth-last-child(2){
    opacity: 0.7;
}
.SheetsPollHistory__history .list-group li:nth-last-child(1){
    opacity: 1;
}
.SheetsPollHistory__history-title{
    display: none;
}
.response-field{
    padding-left: 0px;
    padding-right: 0px;
}

#sheets_form_builder .btn:not(.sheets-nested-form){
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 8px;
    border-width: 0;
    border-radius: 8px;
    font-family: "Lato";
    text-transform: none;
    font-size: 18px;
}
#sheets_form_builder :not(.text-right) > .btn:not(.sheets-nested-form):not(.btn-sm){
    padding: 0.5rem 1rem;
    padding-right: calc(0.5rem + 1.5rem);
}
#sheets_form_builder .btn-warning{
    color: #212529;
}
#sheets_form_builder .loader-modal {
    background-color: #e6e6e6d4;
}

#sheets_form_builder .loader-modal .loader-modal-spinner{
    background-color: #00b594;
}

#sheets_form_builder .btn.btn-secondary {
    color: #ffffff !important;
    background-color: #2891e2 !important;
    border-color: #2891e2 !important;
    border-width: 0;
    border-radius: 8px;
    font-family: "Lato";
    text-transform: none;
    font-size: 18px;
}




@media (max-width: 576px) {
    .form-builder-body .page-container{
        padding: 0;
    }
    .___PollIndex-container .col{
        padding: 0;
    }
}

.vs__dropdown-menu{
    max-height:149px !important;
}
.nested-form{
    z-index: 200;
}
.nested-form .content{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 3px;
}
.nested-form .header button{
    border: 0;
    font-size: 30px;
    color: #424242;
    line-height: 26px;
    border-radius: 2px;
}
.nested-form .header button:hover{
    background-color: #22b6cb;
    color: white;
}

#sheets_form_builder .btn.sheets-nested-form{
    font-size: 20px;
    color: white;
    line-height: 10px;
}

#sheets_form_builder .selector-advanced-label .btn{
    padding: 0px 10px;
    font-size: 20px;
    line-height: 24px;
}

#sheets_form_builder td.htDimmed {
    background-color: #f5f5f5;
}

#sheets_form_builder .htErrorWaiting{
    background-color: #ff000009;
    border-color: #ff000059;
}

#sheets_form_builder{
    padding-bottom: 50px;
}
#sheets_form_builder .sheets-actions-container .col {
    justify-content: center;
    display: flex;
}
.min-height-handsontable{
    min-height: 250px !important;
}
.tooltip-custom span.icon {
    font-size: 21px;
    color: #9e9e9e;
    margin-left: 3px;
    height: 10px;
    line-height: 10px;
}
.has-more-info{
    position: relative;
}
.has-more-info > .tooltip-custom{
    position: absolute;
    margin-left: -15px;
}
.has-more-info > span.text-danger{
    position: absolute;
    margin-left: -20px;
}
.has-more-info > label{
    margin-right: 20px;
}

/* CSS de Formulario de registro */
@media (max-width: 620px) {

    .form_67a44897-1448-4687-98bd-0307210cd5b8 .progress-mobile-action, .sheets-form-title, .progress-number-mobile {
        display: none;
    }

    .form_67a44897-1448-4687-98bd-0307210cd5b8, .sheets-row > div > div{
        box-shadow: none;

    }

    .form_67a44897-1448-4687-98bd-0307210cd5b8 .sheets-row-title{
        text-align:center;
        color: #999996!important;
        font-size: 14px;

    }

    .form_67a44897-1448-4687-98bd-0307210cd5b8 .text-right{
        text-align: center!important;
    }

     .form_67a44897-1448-4687-98bd-0307210cd5b8 .btn-success{
        background-color: #15d89e;
        border-color:#15d89e;
    }

     .form_67a44897-1448-4687-98bd-0307210cd5b8 .btn-success.disabled, .btn-success:disabled{
        background-color: #15d89e99;
        border-color:#15d89e99;

    }

}

/*CUSTOM FORM MI PERFIL INI*/
.form_7942e24d-8055-45fb-a7cd-d4db20eccea7 .progress-mobile-action, .sheets-form-title, .progress-number-mobile {
    display: none;
}
.form_7942e24d-8055-45fb-a7cd-d4db20eccea7, .sheets-row > div > div{
    box-shadow: none!important;
    padding: 0px!important;
}
.form_7942e24d-8055-45fb-a7cd-d4db20eccea7 .sheets-row-title{
    text-align:center;
    color: #999996!important;
    font-size: 14px;
}
.form_7942e24d-8055-45fb-a7cd-d4db20eccea7 .text-right{
    text-align: center!important;
}
 .form_7942e24d-8055-45fb-a7cd-d4db20eccea7 .btn-success{
    background-color: #15D89E;
    border-color:#15d89e;
}
 .form_7942e24d-8055-45fb-a7cd-d4db20eccea7 .btn-success.disabled, .btn-success:disabled{
    background-color: #15d89e99;
    border-color:#15d89e99;
}
/*CUSTOM FORM MI PERFIL END*/

/*CUSTOM FORM DESCARGAR MAT. INI*/

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d{
    overflow: hidden;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 > div,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d > div{
    max-width: 300px;
}
.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-row-wrapper,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-row-wrapper{
    padding: 0 !important;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-field-wrapper:nth-last-child(-n+1),
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-field-wrapper:nth-last-child(-n+1) {
    position: absolute;
    right: -1000px;
    opacity: 0.01;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .vs__dropdown-toggle,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .vs__dropdown-toggle{
    border: 1px solid currentcolor;
    padding: 0 12px;
    width: 100%;
    border-radius: 12px;
    background-color: white !important;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-section-title,
.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 h5,
.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-actions-container,
.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .input-placeholder,
.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .col-12 > .col-sm-12,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-section-title,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d h5,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-actions-container,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .input-placeholder,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .col-12 > .col-sm-12{
    padding: 0px !important;
    margin: 0px !important;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-actions-container ,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-actions-container {
    padding-top: 20px !important;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-actions-container > .col,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-actions-container > .col{
    display: flex;
    justify-content: start !important;
}

.form_7e6cfc5d-f340-4b9c-a36b-9e50a22ae9b3 .sheets-actions-container .btn,
.form_f78754c5-771b-4a2c-bdfc-13cb65b4405d .sheets-actions-container .btn{
    margin: 0 !important;
}

/*CUSTOM FORM DESCARGAR MAT. END*/
