body 
{
    font-size: 1.2rem;
}
input,select, textarea, .select2-selection__rendered{
    font-size: 1.2rem!important;
}
.repeatable-table .col, .repeatable-table .col-1, .repeatable-table .col-2, .repeatable-table .col-3, .repeatable-table .col-4, .repeatable-table .col-5, .repeatable-table .col-6, .repeatable-table .col-7, .repeatable-table .col-8, .repeatable-table .col-9, .repeatable-table .col-10, .repeatable-table .col-11, .repeatable-table .col-12, .repeatable-table .col-auto, .repeatable-table .col-lg, .repeatable-table .col-lg-1, .repeatable-table .col-lg-2, .repeatable-table .col-lg-3, .repeatable-table .col-lg-4, .repeatable-table .col-lg-5, .repeatable-table .col-lg-6, .repeatable-table .col-lg-7, .repeatable-table .col-lg-8, .repeatable-table .col-lg-9, .repeatable-table .col-lg-10, .repeatable-table .col-lg-11, .repeatable-table .col-lg-12, .repeatable-table .col-lg-auto, .repeatable-table .col-md, .repeatable-table .col-md-1, .repeatable-table .col-md-2, .repeatable-table .col-md-3, .repeatable-table .col-md-4, .repeatable-table .col-md-5, .repeatable-table .col-md-6, .repeatable-table .col-md-7, .repeatable-table .col-md-8, .repeatable-table .col-md-9, .repeatable-table .col-md-10, .repeatable-table .col-md-11, .repeatable-table .col-md-12, .repeatable-table .col-md-auto, .repeatable-table .col-sm, .repeatable-table .col-sm-1, .repeatable-table .col-sm-2, .repeatable-table .col-sm-3, .repeatable-table .col-sm-4, .repeatable-table .col-sm-5, .repeatable-table .col-sm-6, .repeatable-table .col-sm-7, .repeatable-table .col-sm-8, .repeatable-table .col-sm-9, .repeatable-table .col-sm-10, .repeatable-table .col-sm-11, .repeatable-table .col-sm-12, .repeatable-table .col-sm-auto, .repeatable-table .col-xl, .repeatable-table .col-xl-1, .repeatable-table .col-xl-2, .repeatable-table .col-xl-3, .repeatable-table .col-xl-4, .repeatable-table .col-xl-5, .repeatable-table .col-xl-6, .repeatable-table .col-xl-7, .repeatable-table .col-xl-8, .repeatable-table .col-xl-9, .repeatable-table .col-xl-10, .repeatable-table .col-xl-11, .repeatable-table .col-xl-12, .repeatable-table .col-xl-auto {
    padding-left: 1px;
    padding-right: 1px;
}

table.dataTable tfoot {display: none; }

@media print {

.col-print-1 {width:8%;  }
.col-print-2 {width:16%; }
.col-print-3 {width:25%; }
.col-print-4 {width:33%; }
.col-print-5 {width:42%; }
.col-print-6 {width:50%; }
.col-print-7 {width:58%; }
.col-print-8 {width:66%; }
.col-print-9 {width:75%; }
.col-print-10{width:83%; }
.col-print-11{width:92%; }
.col-print-12{width:100%; }
}

.noty_type__success,
.noty_type__error {
    padding: 1rem;
    border-radius: 0.5rem;
}
.noty_type__success {background-color: #42ba96}
.noty_type__error {background-color: #df4759}

.menusuperior {    flex-direction: unset;   background: none;}
.menusuperior .dropdown-menu {background: #333;}
.app-header .menusuperior .nav-item {text-align: left;}