@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Prompt&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	  font-family: "Roboto", sans-serif !important;
	font-size: 14.5px !important;
	font-weight: normal;
}
.wrapper-nav .nav-link{
    padding: .5rem 0.6rem;
}
textarea::placeholder{
    color: #ced4da !important;
}
input::placeholder{
    color: #ced4da !important;
}


.swal2-content input{
    display: none !important;
}

.h4, h4 {
    font-size: 1.5rem;
}
.iframe-mode .nav-item{
    border-right: 1px solid #dcdfe2 !important;
}
.select2:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.table-bordered td {
    border-top: 0px solid #e7eaec;
    font-size: 13px;
    padding-top: 6.5px !important;
    padding-bottom: 6.5px !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

.row{
    margin-right: -7.5px;
    margin-left: -7.5px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.btn-xs {
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem;
}

.onoffswitch {
    position: relative; width: 57px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 18px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "SI";
    padding-left: 10px;
    background-color: #886AB5; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 35px;
    border: 2px solid #999999; border-radius: 18px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

label.required::after{
    content:"*";
	position: absolute;
	top:2px;
	padding-left:2px;
    color:red;
}

tbody tr.selected{
    background: #434A76 !important;
    color:white !important;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-text,
.input-group-xs>.input-group-btn>.btn {
    /*height: 22px;*/
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 0.8rem !important;
    font-size: 1.25rem !important;
    line-height: 1.0 !important;
    border-radius: 0.3rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image:none;
    padding-right: 10px !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image:none;
   padding-right: 10px !important;
}

.form-control.is-valid, .was-validated select.form-control:valid {
    background-image:none;
    padding-right: 10px !important;
}

form.needs-validation{
    margin-bottom: 0px;
}

form label {
    margin-bottom: 0.2rem;
}

form .form-group{
    margin-bottom: 0.8rem;
}

.modal-open .modal{overflow-x:hidden;overflow-y:auto;background: #1f2d3d38;}
.modal-header{
    padding: 10px 17px 10px 12px;
}

.error_text_o_o{
    color:red;
    font-size:12px;
}

.custom-file-label-sm {
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.custom-file-label-sm::after {
    content: "Cargar";
    height: 30px;
}

.custom-file-label-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.custom-file-label-xs::after {
    content: "Cargar";
    height: 22px;
    padding: 2px 2px !important;
}

.custom-file-xs{
    height: calc(1.25rem + 2px);
}

.custom-file-label-xs::after{
    height: 22px;
    padding: 2px 2px !important;
}

ul.ui-autocomplete {
    z-index: 1100 !important;
}

.ui-widget-content a:hover {
	color: #333333 !important;
    background-color: #007bff;
}

.ui-menu-item-wrapper{
    color: #333333 !important;
}

.custom-file-label-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.custom-file-label-xs::after {
    content: "Cargar";
    height: 22px;
    padding: 2px 2px !important;
}

.custom-file-xs{
    height: calc(1.25rem + 2px);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 0rem !important;
    background-position: right 1.5rem center;
}

tr.row-danger {
    background-color: #f2dede !important;
    color: black !important;
}

.w-2{
    width: 2%!important;
}

.w-5{
    width: 5%!important;
}

.w-10 {
    width: 10%!important;
}

.w-15 {
    width: 15%!important;
}

.w-20 {
    width: 20%!important;
}

.w-25 {
    width: 25%!important;
}

.w-40 {
    width: 40%!important;
}

.w-45 {
    width: 45%!important;
}

.w-60 {
    width: 60%!important;
}

.w-65 {
    width: 65%!important;
}

label:not(.form-check-label):not(.custom-file-label) {
    color: #212529 !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.ibox-content .form-control{
    font-weight: normal !important;
    font-size: 11.8px !important;
}

.ibox-content .form-control::-moz-placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.ibox-content .form-control:-ms-input-placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.ibox-content  .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.ibox-content .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.form-control{
    border: 1px solid #cbd5e1 !important;
	color: #475569 !important;
}

.input-group-sm>.custom-select
, .input-group-sm>.form-control
, .input-group-sm>.input-group-append>.btn
, .input-group-sm>.input-group-append>.input-group-text
, .input-group-sm>.input-group-prepend>.btn
, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.16rem 0.4rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.custom-file-xs{
    height: calc(1.25rem + 2px);
}

.custom-file-label-xs{
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.custom-file-label-xs::after{
    height: 22px;
    padding: 2px 2px !important;
}

.content-wrapper-auto{
    width: auto; height: auto !important;
}

table.table th, table.table td{
    word-break:normal !important;
}

.disabled.disabled-date.day {
    background: #28a745;
    color: white;
}

.tr_selected {
    background: #dee2e6;
}

/* Important AdminLTE */
.wrapper{
	/*height: fit-content !important;*/
	min-height: 100% !important;
	height:100% !important;
	overflow-y: scroll;
    /*scrollbar-width: none;*/
	background-color: #f4f6f9 !important;
}
.content-wrapper{
	height: 0px !important;
	background-color: #f4f6f9;
}

iframe .wrapper{
	background-color: #f4f6f9 !Important;
	overflow-y:scroll !important;
	margin-left: 50px !important;
}
body.iframe-mode .content-wrapper {
	background-color: #f4f6f9 !Important;
	margin-left: 40px !important;
	margin-top: 20px !important;

}
body:not(.layout-fixed) .main-sidebar{
	height:100% !important;
}
.main-sidebar{
	min-height: 100vh !important;
	max-height: 130vh !important;
}
.tab-empty{
	height: 300px !important;
}

.select2-container--default .select2-selection--single {
	height: 26px !important;
}

.nav-sidebar .nav-item>.nav-link.bg-info {
    background: #334155 !important;
}
.nav-header.active{
	display:none;
}
.form-control-sidebar{
	text-transform: uppercase;
	color: #ffffff !important;
	font-size: 12px !important;
	border: 1px solid #56606a !important;
	border-radius: 0px !important;
}
.btn.btn-sidebar{
	border-radius: 0px !important;
}
.form-inline.my-2{
	margin-top:0px !important;
	margin-bottom:20px !important;

}
.brand-text b{
	font-weight: 800 !important;
}

.rounded-circle{
	width: 50px;
	height: 50px;
}

.modal-title{
    font-size: 1.1rem !important;
}

.input-group-xs .fa{
    font-size:8px !important;
}

span.bg-default {
    background-color: #EEEEEE !important;
    border: 0px solid #999999;
}

.estado-banderita {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: auto 6px;
    border: 1px solid black !important;
}
