.bl-4-warning {
  border-left: 4px solid #FFA800 !important;
}

.aside-secondary a.list-item, .aside-secondary a.list-hover {
  display: block;
  font-size: 11px;
  color: #fff;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-550 {
  height: 550px;
}

.h-590 {
    height: 590px;
}

.w-50px {
  width: 50px !important;
}

.datepicker {
  width: 100%;
  max-width: 260px;
}

.select2 {
  width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner > li > a .bs-icon-priority-1 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #46cc41;
}

.bootstrap-select .dropdown-menu.inner > li > a .bs-icon-priority-2 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #1c8b18;
}

.bootstrap-select .dropdown-menu.inner > li > a .bs-icon-priority-3 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #ecdf28;
}

.bootstrap-select .dropdown-menu.inner > li > a .bs-icon-priority-4 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #f0792a;
}

.bootstrap-select .dropdown-menu.inner > li > a .bs-icon-priority-5 {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #FF0000;
}

.requiredField {
  border: 1px solid #FF0000 !important;
}

.swal2-ul {
  display: table;
  margin: 0 auto;
  margin-top: 5px;
  text-align: left;
}

#pageloader {
  background: rgba( 0, 0, 0, 0.6 );
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: none;
}

#pageloader div {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #1D57A0;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1D57A0 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.status-loaded {
  white-space: nowrap;
  color: #ffffff;
  background-color: forestgreen;
}

.status-rejected {
  white-space: nowrap;
  color: #ffffff;
  background-color: orangered;
}

.status-suspended {
  white-space: nowrap;
  color: black;
  background-color: yellow;
}

.status-closed {
  white-space: nowrap;
  color: #ffffff;
  background-color: cornflowerblue;
}

.row-loaded {
  background-color: #C9F7F5 !important;
}

.card-request {
  border-radius: 6px;
  background-color: #D1DBE4 !important;
}

.tab-request {
  padding: 10px;
  border-radius: 6px;
  background-color: #D1DBE4 !important;
}

.bootstrap-select .dropdown-menu li small {
    color: #5F6675 !important;
    word-wrap: normal;
    white-space: normal;
}

.bootstrap-select .dropdown-menu li.active small {
    color: #5F6675 !important;
    word-wrap: normal;
    white-space: normal;
}

.inner {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: hidden;
}

.card-toolbar-ex {
    justify-content: center;
}

.btn-responsive {
    width: 162px;
    height: 50px;
    margin: 8px;
}

.icon-align {
align-items: center;
justify-content:flex-start;
}


@media screen and (max-width: 1025px) {
    .btn-responsive {
        width: 100%;
    }
    .icon-align {
        justify-content: center;
    }

  
}

@media (max-width: 600px) {
    .image-responsive {
        width: 300px;
    }
}

@media (max-width: 300px) {
    .image-small-responsive {
        width: 200px;
    }
}
@media (max-width: 400px) {
    .erase-button {
        width: 95px;
        height: 40px;

    }
}

.mt-8-responsive {
    margin-top: 0px;
}

@media (max-width: 800px) {
    .mt-8-responsive {
        margin-top: 8px;
    }
    .margin-input {
        margin-top: 8px;
    }
}


 