html, body{
    color: #6e6e6f;
    background-color: #f0f0f0;
}
.header{
/* background-color: #009946; */
    height: 50px;
}
/* .pull-up {
    margin-top: -75px;
} */
.container{
    max-width: 1440px;
}
.admin-main {
    padding-top: 0px;
}
img.logo{
    width: 100px;
}
.bg-black {
    background-color: #000000;
}

.bg-green {
    /* background-color: #009844 !important; */
    background-color: #005657 !important;
}

.bg-green-dark {
    background-color: #002f30 !important;
}

.bg-green-light{
    background-color: #cbd814 !important;
}

.bg-aqua {
    background-color: #61c1bc !important;
}

.bg-yellow {
    background-color: #ffdd00 !important;
}

.bg-cyan {
    background-color: #08bed5 !important;
}

.bg-grey {
    background-color: #e0e0e0 !important;
}

.shadow {
    /* box-shadow: 0 2px 4px 0 rgba(42,76,133,.15); */
    box-shadow: 7px 14px 46px -26px rgba(0,0,0,0.66);
}
.shadow-card{
    transition: box-shadow ease .2s;
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
}
.bg-docs {
    min-height: 315px;
    background: url('../img/images/invoice_bg_small.gif') no-repeat center;
}
.bg-results{
    min-height: 315px;
}
.bg-orange {
    background-color: #fc6119;
    
}
.btn-green{
    background-color: #005657 !important;
    color: white !important;
}
.btn-green:hover{
    background-color: #024b4d !important;
}
.border-green {
    border-color: #005657
}
.btn-dark{
    background-color: #3a3a3a !important;
}
.btn-dark:hover{
    background-color: #131313 !important;
}

.btn-cyan{
    color: #fff;
    background-color: #08bed5 !important;
}
.btn-cyan:hover{
    background-color: #08a5ba !important;
}

.btn-yellow {
    background-color: #ffdd00 !important;
}
.btn-yellow:hover {
    background-color: #ffc400 !important;
}
.btn-orange {
    background-color: #fc6119 !important;
    color: #fff;
}
.btn-orange:hover {
    color: #fff;
    background-color: #ff3c00 !important;
}
.border-orange {
    border-color: #e0672e
}
.btn-light {
    background-color: #dadada !important;
    color: rgb(129, 129, 129);
}
.btn-light:hover {
    background-color: #c9c9c9 !important;
}
.badge-orange{
    color: #fff;
    background-color: #ff3c00 !important;
}
.text-yellow {
    color: #ffdd00 !important;
}

.text-cyan {
    color: #08bed5 !important;
}

.text-green {
    /* color: #009844 !important; */
    color: #005657 !important;
}

.text-green-light {
    color: #cad713 !important;
}

.text-green-dark {
    color: #002f30 !important;
}

.text-orange {
    color: #fc5102 !important;
}
.text-black {
    color: black !important;
}
.fs-1 {
    font-size: 1rem;
}
.fs-7 {
    font-size: 0.75rem;
}
.small, small {    
    /* opacity: 0.8; */
}

.text-break {
    word-wrap: break-word;
    word-break: break-all;
}
.number-status {
    color: white;
  font-size: 0.6rem;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 13px;
  height: 12px; 
  text-align: center;
 
}

.only-desktop{
    /* border: 5px solid black; */
}

/* ---- forms -------*/


.form-control{
    /* color: #079310; */
}

.form-control::placeholder {
    opacity: 1;
    color: #c9c9ca;
}

input.form-lg-custom {
    height: calc(2.6rem + 2px);
    font-size: 0.9rem;
}
label.file-lg-custom {
    padding: .65rem .75rem;
    height: calc(2.6rem + 2px);
    color: #ccc;
    z-index: 99;
}
label.file-lg-custom::after {
    padding: .65rem .75rem;
    height: calc(2.5rem + 2px);
    font: normal normal normal 24px/1 "Material Design Icons";
    content: '\F166' !important;
}
label.is-invalid {
    /* color: #f2545b !important; */
    font-size: 80%;
}
.fs-5 {
    font-size: 80%;
}

.floating-label.show-label .form-control {
    padding-top: 1.3rem;
}


.floating-label select.form-control {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.floating-label.show-label label:first-child {
     opacity: 1; 
    color: rgb(165, 165, 165);
}

.floating-label option.noselect {
    color: #ccc;
}
.icon-float-right {
    position: absolute;
    /* padding-right: 2.2rem !important; */
    right: 8px;
    top: -8px;
}
/*
.floating-label.show-label select.form-control option.noselect:checked  {
    color: rgb(224, 28, 28) !important;
}
.floating-label.show-label select.form-control{
    color: hotpink !important;
}  */

 /* input:invalid {
    border: 1px solid red;
  } 
  
input:invalid:required {
    background-color: rgba(255, 0, 0, 0.041);
    --background-image: linear-gradient(to right, pink, lightgreen); 
  }  */

.btn-gray{
    cursor: pointer;
}
.btn-gray:hover{
    background: rgb(230, 230, 230) !important;
}

.form-dark .select {
    -webkit-appearance: none;
    appearance: none;
}
select.select-wrapper {
    position: relative;
    display: block;
}
select.select-wrapper::after {
    content: "▼";
    font-size: 0.6rem;
    top: 12px;
    right: 10px;
    position: absolute;
    color: #ffffffa1;
}
.select-rounded-left-small {
    border-radius: 5px 0 0 5px;
    width: 125px;
}
.select2-lg .select2-container {
    width: 100% !important;
}
.select2-lg .select2-container--default .select2-selection--single {
    padding: 6px 5px 5px 5px;
}
.select2-lg .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 37px !important;
    /* right: 4px !important;   */
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 30px !important;
    right: 8px !important;
}
.select2-lg .select2-container--default  .select2-selection--multiple {
    padding: 5px;
    
}
.select2-lg .resultados-proveedor {
    top: 46px;
    background: #dfdfdf;
    flex-direction: column;
    z-index: 99;
    width: auto;
    /* padding: 5px 12px; */
    border-radius: 5px;
}

.select2-lg .resultados-proveedor a {
    color: rgb(99, 99, 99);
    border-bottom: 1px dotted #8a8888;
    display: block;
    padding: 5px 10px;
}

.select2-lg .resultados-proveedor a:hover {
    color: rgb(65, 77, 133);
    text-decoration: underline;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border: 1px solid #28304e;
    background-color: #28304e;
}
.apexcharts-legend {
    inset: auto 0px -5px !important; 
    position: absolute;
}
.modal{
    background-color: #0f0f0fd4;
}

.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, .7);
}
.modal-open .modal.show,
.swal2-container.swal2-backdrop-show{
    backdrop-filter: blur(5px);
}

.modal-sm2{
    max-width: 360px;
}
.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, .7) !important;
}
.swal2-container.swal2-backdrop-show,
.modal-open .modal.show{    
    backdrop-filter: blur(5px);
}

.table-sm td, .table-sm th {
    padding: .9375rem;
}

.table-history td{
    padding: 4px;
    vertical-align: top;
    line-height: 1;
}
.table-history tr{
    border-bottom: 1px solid #e9e9e9;
}
.table-history tr:last-child{
    border: none;
}
.table-history td:first-child{
    color: #b3b3b3;
    width: 40%;
}

.form-control-lg.custom-select {
    /* background-color: cadetblue; */
    height: auto;
    font-size: inherit;
    padding: 10px;
    padding-right: 30px;
}
.datepicker {
    z-index: 1600 !important; /* has to be larger than 1050 */
  }
.datepicker table tr td {   
    /* border-radius: .25rem; */
    border-radius: 0px !important
}
.zindex-level1 {
    z-index: 1000 !important;
}
.zindex-level2 {
    z-index: 2000 !important;
}
.btn-file-reset {
    z-index: 1500 !important;
}
.datepicker table tr td, .datepicker table tr th {
   
    /* border-radius: 4px; */
    border: 1px solid #e6eef4 !important;
}

.mdi-58px {
    font-size: 58px;
}
.border-status-left{
    border-left-width: 4px;
    margin-left: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.rounded-left {
    border-radius: .25rem 0 0 .25rem;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Buscar';
}
.swal2-html-container{
    font-size: 0.9em !important;
    padding: 10px 20px !important;
  
}
.swal2-title{
    font-size: 1.7em !important;
}

.swal2-popup .swal2-content {
    line-height: 1 !important;
}
.swal2-actions button {
    padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 152, 68, 0.84) !important;
  }
.zone-file-drop {
	transition: background-color ease .2s;
    border: 2px dashed #d3e0e9;
    border-radius: .25rem;
    min-height: 50px;
    background: #fff;
    /* padding: 20px 20px; */
	color:#3e4676;
	width:100%;
}

.zone-file-input {
	cursor:pointer;
    position: absolute;
    top:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.zone-file-drop:hover {
	background: #f2f2f2ed;
}

.zone-file-drop .active {
	border-color: black;
}
.dropzone-normal {
    transition: background-color ease .2s;
    border: 2px dashed #d3e0e9 !important;
    border-radius: .25rem;
    min-height: 150px;
    background: #fff;
    padding: 20px 20px;

}
.dropzone .dz-preview .dz-error-message{
    top: 150px !important;
}
.dropzone .dz-preview .dz-progress {
     top: 70% !important;
}
.lh-1{
    line-height: 1 !important;
}
.lh-min{
    line-height: 0.9 !important;
}
.apexcharts-yaxis-label{
    color: #08af53 !important;
}
.apexcharts-custom-label {
    color: #fff;
    padding: 8px;
    /* border: 1px solid rgba(255, 255, 255, 0);  */
    overflow: hidden;
    display: block; 
    line-height: 1.2;
}
.apexcharts-custom-title {
    color: #fff;
    padding: 5px;    
    display: block; 
    border-radius: 3px;
}

.display-5 {
    font-size: 2.8rem;
}

/* input:invalid {
    box-shadow: 0 0 5px 1px red;
  } */
  
  input:focus:invalid {
    box-shadow: none;
  }

@media (min-width: 768px) and (max-width: 991px){}
@media (max-width: 767px){
    .only-desktop{
        display: none;
    }
    .py-sm-30{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-sm-30{
        padding-top: 30px;
    }
    .p-mobile br {display: none;}
    .display-5 {
        font-size: 2rem;
    }
}
