.common-form{

}
/* #content-primary{
    padding-right: 0;
} */
.common-form .section1{
    width: 100%;
    display: flex;
}
.common-form .section1 .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.common-form .section1 .content-content{
    display: flex;
    padding: 0;
}
.common-form .section1 .content-content.horario-tab{
    display: flex;
    padding: 0;
    flex-direction: column;
}
.common-form .section1 .form-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    height: 100vh;
    padding: 2% 5%;
    position: relative;
    overflow-y: scroll;
}
.common-form .section1 form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
}
.common-form .section1 .content-content.horario-tab form{
    display: block;
}
.common-form .section1 form h3{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem;
    padding: 0;
    font-size: 2.4rem;
    width: 100%;
}
.common-form .section1 form .field{
    margin-bottom: 2.5rem;
    text-align: left;
    flex-direction: column;
    padding: 0 1.5rem;
}
.common-form .section1 form .field.show-dupli{
    display: none;
}
.common-form .section1 form .field.show-dupli.act{
    display: block;
}



.common-form .section1 form .check-active-info.form-reserv{
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-form .section1 form .check-active-info.form-reserv .form-switch{
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-form .section1 form .check-active-info.form-reserv input{
    margin: 0 0 0 1rem;
    --bs-form-switch-bg: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>);
    background-image: var(--bs-form-switch-bg);
    background-color: #f4a39d;
    border-color: #a1a1a1;
    width: 3em;
    height: 1.5rem;
}
.common-form .section1 form .check-active-info.form-reserv input:checked{
    margin: 0 0 0 1rem;
    background-color: #71b62b;
    border-color: #a1a1a1;
}
.common-form .section1 form .check-active-info.form-reserv input:active,
.common-form .section1 form .check-active-info.form-reserv input:focus{
    outline: none;
    --bs-form-switch-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>');
    background-image: var(--bs-form-switch-bg);
    filter: none;
    box-shadow: none;
}


.common-form .section1 form .field label{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
}
.common-form .section1 form .field small{
    margin-left: 0.5rem;
}
.common-form .section1 form .field small a{
    color: #979797;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    padding: 0;
    text-decoration: underline;
}
.common-form .section1 form .field small a:hover,
.common-form .section1 form .field small a:focus,
.common-form .section1 form .field small a:active{
    text-decoration: none;
    outline: none;
}
.common-form .section1 form .field input,
.common-form .section1 form .field textarea,
.common-form .section1 form .field select{
    font-family: 'Montserrat', sans-serif;
    border: 0;
    box-shadow: none;
    padding: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    background: #FFFCFC;
    border: 0.1rem solid #DFDFDF;
    border-radius: 0.4rem;
    color: #1E1E1E;
    font-size: 1.5rem;
    appearance: none;
}
.common-form .section1 form .field input#factura,
.common-form .section1 form .field input#poliza{
    padding: 0.4rem 1.5rem 0;
}
.common-form .section1 form .field input:where([type="radio"]) {
    height: initial;
    position: relative;
    margin: 0 0.6rem 0 0;
}
.common-form .section1 form .field input:where([type="radio"]):active,
.common-form .section1 form .field input:where([type="radio"]):focus,
.common-form .section1 form .field input:where([type="radio"]):hover {
    outline: none;
}
.common-form .section1 form .field input:where([type="radio"])::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    background: #ffffff;
    width: 2rem;
    height: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0.1rem solid #989898;
    border-radius: 100%;
    cursor: pointer;
}
.common-form .section1 form .field input:where([type="radio"]):checked{

}
.common-form .section1 form .field input:where([type="radio"]):checked::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border: 0.4rem solid #989898;
    color: #989898;
    background: #fff;
}
.common-form .section1 form .field select{
    padding: 0 1.5rem;
    appearance: none;
}
.common-form .section1 form .field .select-content{
    padding: 0;
    position: relative;
}
.common-form .section1 form .field .select-content svg {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.common-form .section1 form .field input:hover,
.common-form .section1 form .field input:focus,
.common-form .section1 form .field input:active{
    background: #FFFCFC;
    outline: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.common-form .section1 form .field.recover-p{
    border-bottom: 0.2rem solid transparent;
}
.common-form .section1 form .field.table-content{

}
.common-form .section1 form .field.table-content .table-c-content{
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.common-form .section1 form .field.table-content .table-c-content .table-item{
    margin: 0;
}
.common-form .section1 form .field.table-content .table-c-content .table-item .field{
    padding: 2rem;
    position: relative;
    border: 0.2rem solid #D3A172;
    border-radius: 0.8rem;
}
.common-form .section1 form .field.table-content .table-c-content .table-item .al-close{
    padding: 0;
    position: absolute;
    top: 3%;
    right: 3%;
}
.common-form .section1 form .field.table-content .table-c-content .table-item .al-close button{
    padding: 0.5rem;
}
.common-form .section1 form .field.table-content .table-c-content .table-item .al-close button i{
    font-size: 1rem;
}
.common-form .section1 form .send-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-form .section1 form .send-content .button-c{

}
.common-form .section1 form .field.button{
    text-align: center;
    border: 0;
    justify-content: center;
}
.common-form .section1 form .field button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    background: #D3A172;
    border-radius: 0.4rem;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.common-form .section1 form .field button#cancelar{
    background: rgba(211, 161, 114, 0.5);
}
.common-form .section1 .back-content{
    background: url(../images/login/NOSU-PORTADA1.jpg);
    background-position: center center;
    background-size: cover;
    /* width: 100%; */
    display: flex;
    position: relative;
}
.common-form .section1 .back-content .background{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td{
    color: #656A5A;
    font-family: 'Montserrat', sans-serif;
}
.daterangepicker .calendar-table td.available{
    font-weight: 600;
}
.daterangepicker .drp-buttons .btn{
    font-family: 'Montserrat', sans-serif;
}
.daterangepicker .drp-buttons button,
.daterangepicker .drp-buttons button,
.daterangepicker .drp-buttons button{
    border: 0;
}
.daterangepicker .drp-buttons button:hover,
.daterangepicker .drp-buttons button:active,
.daterangepicker .drp-buttons button:focus{
    background: transparent;
    border: 0;
    outline: none;
}
.daterangepicker .drp-buttons button.applyBtn{
    background: #A4915D;
}
.daterangepicker .drp-buttons button.applyBtn:hover,
.daterangepicker .drp-buttons button.applyBtn:active,
.daterangepicker .drp-buttons button.applyBtn:focus{
    background: #A4915D;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    border-color: transparent;
    color: #fff !important;
    background: #A4915D;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 3.2rem !important;
    height: 3.2rem !important;
}
.daterangepicker td.disabled, 
.daterangepicker option.disabled {
    background: #cbcaca !important;
    border-radius: 0 !important;
}
.ui-datepicker{
    /* width: 100%; */
    width: initial;
    border: 0;
    padding: 0;
    box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.8rem;
}
.ui-datepicker * {
    font-family: 'Montserrat', sans-serif;
}
.ui-datepicker-header{
    background-color: #D3A172;
    color: white;
    text-align: center;
    font-family: 'Roboto';
    padding: 1rem;
    height: 4rem;
    border-radius: 0.8rem 0.8rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ui-datepicker-header .ui-corner-all{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker-prev span, 
.ui-datepicker-next span{
    display: none;
}

/* .ui-datepicker-prev:after{
    content:"<";
    font-size:2rem;
    float:left;
    margin-left:1rem;
    cursor:pointer;
} 
.ui-datepicker-next:after{
    content:">";
    float:right;
    font-size:2rem;
    margin-right:1rem;
    cursor:pointer;
} */
.ui-datepicker-calendar th{
    padding: 1rem;
    color: #2196f3;
}

.ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    padding: 0.8rem;
}

.ui-datepicker-title{
    text-align: center;
    width: 100%;
}
.ui-datepicker-title select{
    text-transform: uppercase;
}
.ui-datepicker-title select,
.ui-datepicker-title select option{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
}

.ui-datepicker-calendar td {
    padding: 0.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
    text-decoration: none;
    color: #D3A172;
    background: #fff;
    text-align: center;
    border: 0.1rem solid #D3A172;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
}

.ui-datepicker-calendar .ui-state-active {
    color: #ffffff;
    background: #D3A172;
    text-align: center;
    border: 0.1rem solid #D3A172;
    font-weight: 600;
}
.common-form .section1 .content-content .nav-tabs{

}
.common-form .section1 .content-content .nav-tabs li{

}
.common-form .section1 .content-content .nav-tabs li button{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    background: #c0c0c0;
    border-radius: 0;
    padding: 1.5rem 1.5rem;
    border: 0;
}
.common-form .section1 .content-content .nav-tabs li button.active{
    background: #fff;
}
.common-form .section1 .content-content .tab-content{

}
.common-form .section1 .content-content .tab-content .tab-pane.active{
    display: flex;
    justify-content: center;
    padding: 2rem 1.5rem;
    flex-direction: column;
    align-items: center;
}



.common-form .section1 .content-content .tab-content .tab-pane#desabform{

}
.common-form .section1 .content-content .tab-content .tab-pane#desabform .field.table-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0;
    padding: 1.2rem 1rem 1.2rem 3rem;
    border-radius: 5rem;
    width: 30rem;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form.red{
    background-color: #f26745;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form.green{
    background-color: #7cc352;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form p{
    margin: 0;
    margin-right: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: #231f20;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .toggle-button-cover{
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .button-cover{
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .button-cover:before{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem;
}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .button-cover, 
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .knobs, 
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .layer{

}
.common-form .section1 .content-content .tab-content .tab-pane .chech-act-form .button{
    position: relative;
    top: 50%;
    width: 9.5rem;
    height: 4.5rem;
    margin: 0.7rem auto 0 auto;
    overflow: hidden;
    text-align: center;
}
.button.b2{
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    border-radius: 6rem;
    margin: 0 !important;
}
.checkbox{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.knobs{
    z-index: 2;
}
.layer{
    width: 100%;
    background-color: #8f1a1c;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.chech-act-form.green .toggle-button-cover .button-cover .b2 .layer{
    /* background-color: #326732; */
}
.chech-act-form.red .toggle-button-cover .button-cover .b2 .layer{
    /* background-color: #8f1a1c; */
}
#button-13 .knobs:before, 
#button-13 .knobs:after,
#button-13 .knobs span{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#button-13 .knobs:before, #button-13 .knobs:after{
    color: #7c7c7c;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
}
#button-13 .knobs:before{
    content: '';
    left: 0;
}

#button-13 .knobs:after{
    content: '';
    right: 0;
}

#button-13 .knobs span{
    left: 0;
    background-color: transparent;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.5rem;
}
#button-13 .knobs span:before{
    content: '';
    left: 0;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    background: #fff;
}
#button-13 .checkbox:checked + .knobs span{
    left: 50%;
    background-color: transparent;
}
#button-13 .checkbox + .knobs span i{
    color: #fff;
}
#button-13 .checkbox:checked + .knobs span i.fa-check{
    display: block;
}
#button-13 .checkbox:checked + .knobs span i.fa-times{
    display: none;
}
#button-13 .checkbox + .knobs span i.fa-check{
    display: none;
}
#button-13 .checkbox + .knobs span i.fa-times{
    display: block;
}
#button-13 .checkbox:checked ~ .layer{
    background-color: #326732;
}
.common-form .section1 .content-content .tab-content .tab-pane#horarioxdia{
    flex-direction: row;
    justify-content: space-around;
}
.common-form .section1 .content-content .tab-content .tab-pane table{

}
.common-form .section1 .content-content .tab-content .tab-pane table thead{

}
.common-form .section1 .content-content .tab-content .tab-pane table thead tr{

}
.common-form .section1 .content-content .tab-content .tab-pane table thead tr th{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody{

}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr{

}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .hour-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .hour-content span{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0 1.5rem;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .hour-content input{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    width: 20rem;
    text-align: center;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .form-check{
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .form-check input{
    margin: 0;
    --bs-form-switch-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>');
    background-image: var(--bs-form-switch-bg);
    background-color: #f4a39d;
    border-color: #a1a1a1;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .form-check input:checked{
    margin: 0;
    background-color: #71b62b;
    border-color: #a1a1a1;
}
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .form-check input:active,
.common-form .section1 .content-content .tab-content .tab-pane table tbody tr td .form-check input:focus{
    outline: none;
    --bs-form-switch-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>');
    background-image: var(--bs-form-switch-bg);
    filter: none;
    box-shadow: none;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info{
    width: 27.86rem;
    display: none;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info.active{
    display: block;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info{
    padding: 1.5rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info .form-switch{
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info input{
    margin: 0 0 0 1rem;
    --bs-form-switch-bg: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>);
    background-image: var(--bs-form-switch-bg);
    background-color: #f4a39d;
    border-color: #a1a1a1;
    width: 3em;
    height: 1.5rem;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info input:checked{
    margin: 0 0 0 1rem;
    background-color: #71b62b;
    border-color: #a1a1a1;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info input:active,
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .check-active-info input:focus{
    outline: none;
    --bs-form-switch-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>');
    background-image: var(--bs-form-switch-bg);
    filter: none;
    box-shadow: none;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info select{
    padding: 0 1.5rem;
    appearance: none;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .select-content{
    padding: 0;
    position: relative;
}
.common-form .section1 .content-content .tab-content .tab-pane .date-horario-info .select-content svg {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}



/* md */
@media screen and (max-width: 1199rem){

}

/* sm */
@media screen and (max-width: 991px){
    .common-form .section1 .content-content {
        flex-direction: column;
    }
    .common-form .section1 form .field {
        width: 100%;
    }
}

/* xs */
@media screen and (max-width: 767px){

}

/* xxs */
@media screen and (max-width: 500px){  

}
