[visible-when-toggle-equal-to]{
    display: none;
}
.jsgrid-grid-body{
    height: auto;
}



fieldset
{
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius:4px;
    background-color:#fdfdfd;
    padding-left:10px!important;
}

fieldset>legend
{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px;
    background-color: #ffffff;
}



.error_message{
    color: red!important;
}
.select2.select2-container{
    width: 100%!important;
}
.fa{
    padding-right: 0.2em;
}
.sidebar-menu .treeview-menu>li>a{
    white-space: initial;
}
.numeric{
    text-align: right;
}
input[type=number].no-arrows::-webkit-outer-spin-button,
input[type=number].no-arrows::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
input[type=number].no-arrows{
    -moz-appearance: textfield;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "Cargando…" }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
p {
    margin: 0 0 10px;
}

.no-padding{
    padding: 0;
}


.list-group-item {
    position: relative!important;
    display: block;
    padding: .6rem .7rem!important;
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,.125)!important;
}

.right-default{
    color: #999;
    float: right;
    font-size: 12px;
    padding: 0px;
}

.right-primary{
    color: #63c888!important;
    float: right;
    font-size: 12px;
    padding: 0px;
}


.nav.nav-tabs>.nav-item>.nav-link.active{
    border-top: 3px solid #3c507b;
}
.quenty-button{
    border: 0px solid;
    border-radius: 30px;
    padding:18px 60px;
    margin-right: 10px;
    box-shadow: 0 0 20px 1px #e5e5e5;
}

.quenty-button-yellow{
    background:#f8c800!important;
    color: white;
}
.quenty-button-yellow-light{
    background:#fbfaf3!important;
    color: black;
}


.quenty-button-yellow-flat{
    background:#f8c800;
    border: 0 solid;
    color: black;
    font-weight: bold;
    padding:10px;
}

.quenty-button-white{
    color: rgb(47, 47, 47);
    background-color: white!important;
    border: 0 solid;
    border-radius: 30px;
    padding:10px 30px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.quenty-button-degradded{
    background: linear-gradient( 170deg, #f8c800, #ffe500) !important;
    border: 1px solid;
    border-radius: 20px;
    color: black;
    font-weight: bold;
}

.quenty-button-flat-with-degraded{
    background: linear-gradient( 170deg, #f8c800, #ffe500) !important;
    color: black;
    font-weight: bold;
}

.quenty-button-flat{
    background: #f8c800;
    color: black;
    font-weight: bold;
}

.quenty-button-flat-with-padding-degradded{
    background: linear-gradient( 170deg, #f8c800, #ffe500) !important;
    color: black;
    font-weight: bold;
    padding-left: 5em;
    padding-right: 5em;
}

.quenty-button-flat-with-padding{
    background: #f8c800;
    color: black;
    font-weight: bold;
    padding-left: 5em;
    padding-right: 5em;
}

.quenty-form{
    background: #f8c800;
    border: 1px solid;
    border-radius: 50px;
    color: black;
    padding: 3.5rem 1.25rem;
}

.quenty-form-radius-50{
    border-radius: 50px;
}

.quenty-form-quote{
    padding: 0 3em;
}

.quenty-form-quote form{
    background: #f8c800 !important;
    border: none;
    border-radius: 100px;
    color: rgb(47, 47, 47);
    padding: 3rem 1.25rem 2rem 1.25rem;
}

.quenty-form-quote .control-label{
    color: rgb(47, 47, 47);
}

.quenty-form-quote .selectB{
    color: rgb(47, 47, 47);
    background: none;
    border: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 4.5em;
    height: 1.2em!important;
    letter-spacing: 1px;
    line-height: 0.8em;
    padding-left: 0;
}

.quenty-form-quote .select2B .select2-selection{
    background: none!important;
    border: none!important;
    color: rgb(47, 47, 47);
    font-family: Montserrat;
    font-size: 4.5em!important;
    font-weight: 700;
    height: 1.2em!important;
    letter-spacing: 1px;
    line-height: 0.8em;
    margin: 0!important;
    padding: 0!important;
}


.quenty-form-quote .select2B .select2-selection .select2-selection__rendered{
    padding: 10px 0!important;
}

.quenty-form-quote .selectB option{
    font-size: 15px!important;
}


.main-header {
    border: none;
}
.content-wrapper{
    background: white;
    min-height: 200px!important;
    padding-bottom: 5em;
}

@media (max-width: 930px) {
    .clip-pat{ clip-path:none !important; }
}


@media (max-width: 576px) {

    .quenty-form-quote{
        padding: 0 1em;
    }
    .text-value{
        margin-bottom: 0 !important;
    }
    .tipe-ship{
        margin-top: 4vw;
    }
    .box{
        display: flex;
        justify-content: center;
        margin-top: 3vw;
    }
    .quenty-form-quote .select2B .select2-selection{
        color: rgb(47, 47, 47);
        font-size: 3em!important;
        height: 0.8em!important;
    }

    .quenty-form-quote form{
        border-radius: 60px;
    }

    .quenty-button-white{
        margin-top: 6.5vw;
    }

    .box-quenty-text{
        display: flex;
        justify-content: center;
    }

}

.quenty-background{
    background: #f8c800;
}

.quenty-color{
    color: #f8c800;
}

.quenty-input-transparent-center{
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgb(253, 253, 253);
    border-radius: 0;
    font-size: 0.9em;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quenty-input-center{
    border-radius: 1;
    font-size: 0.9em;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 100%;
}

i.quenty{
    color: #f8c800;
    background: black;
    border-radius: 500px;
}

.table-quenty-results td, .table-quenty-results th{
    height: 2.5em;
}

.quenty-yellow-backgound{
    background: #f8c800!important;
}

i.quenty-menu{
    color: #3c507b;
    font-size: 2em;
    margin-right: 5px;
}
i.quenty-menu:hover{
    color:white !important;

}

.quenty-badge-yellow{
    padding: 0.7em 0.7em;
    font-size: 1.2em;
    font-weight: 500;
    border-radius: 30px;
    background-color: #fbf3d0;
    color: #f2c43e;
}
.quenty-badge-yellow i{
    color: #f2c43e;
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 0.2em;
}

.quenty-center-items{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.quenty-paragraph{
    padding: 1.5em;
    font-size:16px;
    font-weight: 400;
    color: #8989a2;
}

.quenty-section-title h1{
    font-size: 32px;
    font-weight: 700;
    color: #160637;
    padding-top: 1em;
}

.quenty-section-title p{
    font-size:14px;
    max-width: 60%;
    padding: 1.5em 0;
    font-weight: 400;
    color: #8989a2;
}
.quenty-information-block h3{
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.quenty-information-block span{
    text-align: center;
    margin: auto;

}

.quenty-information-block p{
    margin-top: 30px;
    font-size:16px;
    font-weight: 500;
    color: #8989a2;
    text-align: center;
}

.quenty-information-block-icons{
    width: 55px;
    height: 55px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 21px;
}

.carousel-control-prev-icon{
    background-color: black;
    width: 4em;
    height: 4em;
    background-size: 50%;
    border-radius: 50%;
}

.carousel-control-next-icon{
    background-color: black;
    width: 4em;
    height: 4em;
    background-size: 50%;
    border-radius: 50%;
}

.quenty-carousel-item h5{
    padding-top: 3em;
    font-weight: 700;
}

.quenty-carousel-item p{
    font-size:1.3em;
    font-weight: 500;
    color: #8989a2;
    max-width: 50%
}

.quenty-carousel-item h3{
    padding-top: 2.5em;
    max-width: 80%;
}

.quenty-title{
    font-size: 36px;
    font-weight: 700;
    color: #160637;
}

.quenty-form-contact{
    margin: 4em 4em 5em 4em;
    padding: 4em;
    border-radius: 0.8em;
    box-shadow: 0 0 30px 15px #f4f4f4;
    font-size: 1.2em;
}

@media (max-width: 576px) {
    .quenty-form-contact{
        margin: 4em 0em 5em 0em;
        padding: 1em;
        border-radius: 0.8em;
        box-shadow: 0 0 30px 15px #f4f4f4;
        font-size: 1.2em;
    }
}

.quenty-h1-black{
    font-size: 48px;
    font-weight: 700;
    color: black;
}

.quenty-track-search-bar{
    margin-top: 4em;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5em;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.quenty-track-search-bar input{
    background-color: #fcfbf7;
    height: 4.5em;
    text-align: center;
    font-size:1.2em;
    font-weight: 500;
    color: #8989a2;
    border: none;
}

.quenty-track-search-bar input:focus{

    outline: none 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fcfbf7;
}

.quenty-track-search-bar span{
    background-color: #ebc714;
    width: 2.5em;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    border: none;
}

.quenty-track-search-bar .circle{
    padding: 0;
    background-color: #fcfbf7;
    width: 5em;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
    border: none;
}

.quenty-track-search-bar i{
   font-size: 5em;
    color: #ebc714;
}

.quenty-container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .quenty-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .quenty-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .quenty-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .quenty-container {
        max-width: 1140px;
    }
}

@media (min-width: 1680px) {
    .quenty-container {
        max-width: 1370px;
    }
}

.quenty-terms h1{
    font-size: 36px;
    font-weight: 700;
    padding-top: 1em;
}

.quenty-terms p{
    padding-top: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
}
@media (max-width: 576px) {
    .quenty-terms{
       padding-right: 0!important;
       padding-left: 0!important;
    }
}

.quenty-card{
    border-radius: 0.8em;
    margin: 2em .5em;
    padding: 1.5em;
    box-shadow: 0 20px 40px 25px rgba(0, 0, 0, 0.05);
}

.quenty-card h1{
    font-size: 2em;
}

.quenty-card p{
    padding-top: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}


@media (max-width: 767px) {
    .quenty-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 1em;
    }
    .quenty-footer div{
        max-width: 100%!important;
    }
    .quenty-footer img{
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .quenty-footer {
        padding: 6em 1em 3em 1em;
        display: flex;
        flex-wrap: wrap;

    }
    .quenty-footer div{
        margin-right: 2em;
    }
    .quenty-footer img{
        width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .quenty-footer {
        display: flex;
        justify-content: space-between;
        padding: 6em 5em 3em 5em;
    }
    .quenty-footer img{
        width: 85%;
    }
}

@media (min-width: 1400px){
    .quenty-footer {
        display: flex;
        justify-content: space-between;
        padding: 6em 13.5em 3em 13.5em;
    }
    .quenty-footer img{
        width: 68%;
    }
}

.quenty-footer h5{
    color: #8989a2;
    font-weight: 700;
    font-size: 14px;
}

.quenty-footer ul > li{
    padding-top: 1em;
}

.quenty-footer ul > li > a{
    color: #8989a2;
    font-size: 14px;
    font-weight: 400;
}
.quenty-footer ul > li > a:hover{
    color: #69697b;

}
.quenty-form-contact input{
    border: none;
}

.quenty-form-contact select{
    border: none;
}

.quenty-form-contact textarea{
    border: none;
}

.quenty-image-center{
   display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.nav-sidebar>li>.nav-link td
{
    color: black;
}

.nav-sidebar>li>.nav-treeview .nav-link
{
    color: black!important;
}

.nav-sidebar>li>.nav-treeview
{
    padding-left: 2em;
}

.nav-sidebar>li
{
    padding-top: 1.5em;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}


.whatsapp-v2 {
    position:fixed;
    width:60px;
    height:60px;
    bottom:70px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
    margin-top:13px;
}

.nueva {
    border-collapse: collapse;
    width: 100%;
}

.nueva td {
    padding: 8px;
    color: #616262;
}

.nueva th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    color: #5f6164
}

.nueva {
    border-collapse: collapse;
    width: 100%;
}

.nueva td {
    padding: 8px;
    font-size: 0.85em;
    color: #616262;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.nueva th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    color: #5f6164;
}



.nueva tbody tr:hover {background-color: rgb(215, 230, 243);}

.nueva th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}
.nueva thead tr{
    font-size: 95%;
}


.btn-rec {
    width: 110px;
    height: 110px;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1.33;
    color: white;
    border-radius: 15px;
    background-color: #f8c800;
  }


.dataTables_filter input {
    display: inline-block;
    border-radius: 12px;
}

.dataTables_filter label {
        display: inline-block;
        color: #5f6164;
}

.page-item.active .page-link {
    background-color: #f8c800;
    border-color: #f8c800;
}

.nav.nav-tabs > .nav-item > .nav-link.active {
    border-top: 3px solid #ffc107;
}
