.page-logo-link {
    background: #fff;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
}

.nav-menu li button {
    margin-left: 30px;
    margin-top: 20px;
}

.spinner-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff8f;
    width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner-border {
    position: absolute;
    top: 40%;
}

.text-loading {
    position: absolute;
    top: 65%;
    font-size: 1.4em;
    color: #333;
}

.alert.alert-success p {
    margin-bottom: 0;
}
.page-logo img {
    width: auto!important;
    height: 40px!important;
}

.display-none {
    display:none!important;
}
.bg-brand-gradient {
    background-image:none!important;
    background:url(../../../img/bg-auth.png) no-repeat center top!important;
    background-size: cover!important;
}

.chosen-single span, .select2-selection__placeholder {
    text-transform:uppercase;
}

.btn {
    text-transform:uppercase;
}

#js-nav-menu>li>ul>li>a{
    padding-left:80px;
}
#js-nav-menu>li>ul>li>ul{
    padding-left:5px;
}
.nav-menu li > ul li > ul li a {
    padding: 0.8125rem 2rem 0.8125rem 3.75rem!important;
}
.nav-menu li a > .nav-link-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;      
}

.m-t-20 {
    margin-top: 20px;
}

.modal.modal-fullscreen .modal-dialog {
  width: 98vw;
  height: 98vh;
  margin: 0;
  padding: 0;
  max-width: none; 
  margin: 10px auto;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

.dataTables_filter>label:first-child {
    display: inline-block!important;
    margin-top: 3px!important;
    margin-right: 10px!important;;
}
.dataTables_filter>label input {
    margin-left: 10px!important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px!important;
    }  
}

@media (max-width: 500px) {
    .page-logo img{
        width: 180px!important;
        height: auto!important;
    }        
}

div.is-invalid {
    border: 1px solid #fd3995;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

.table thead th {
    text-transform: uppercase!important;
}


.add-resource-type-modal-overlay {
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 2049;
    bottom: 0;    
}

@media only screen and (max-width: 576px) {
    .subheader-block {
        display: block!important;
    }

    .form-group:last-child, .form-group:only-child {
        margin-bottom: 20px;
    }

}

::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
}

::placeholder {
  text-transform: uppercase;
}

.select2-selection__rendered {
    text-transform: uppercase;
}

.modal-title {
    text-transform: uppercase!important;
}

.modal-header {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
    background-image: linear-gradient(to top, #f2f2f2, #fafafa);
}

li.active-result, li.select2-results__option {
    text-transform: uppercase;
}
.toast-error {
        background-color: #f51818!important;
}

label {
    color: inherit!important;
}

.flex-1 {
    margin-top: -5px;
}
.edit-warehouse-item {
    text-transform:capitalize!important;
}
.drop-custom {
    border:5px dashed #2198F3!important;
}
.mt-2-5 {
    margin-top: 0.8rem!important;
}
.slide-on-mobile {
    width: 20rem;
}
.float-right {
    float: right!important;
}

.js-modal-messenger .msgr-list:hover {
    width: 100%!important;
}
.dropdown-menu.dropdown-xl {
    width: 23.875rem;
    height: auto;
}
.info-card div.cover {
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: auto;
}
.custom-file-label::after {
    content: "Cargar";
}