.form-control-sm{
    border:1px solid #EAEAEA;
    margin-right:10px;
}

/* Overlay that blocks screen */
#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* semi-transparent */
  z-index: 9999;
  display: none; /* hidden by default */

  /* center spinner */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.fix-height img{
  
}


.navbar .navbar-brand-wrapper .navbar-brand img{
  width:100%;
}

.light-color{
  border:1px solid #EAEAEA;
  margin-bottom: 2px;
}


.select2-container--default .select2-selection--single{
    height: 32px;
    line-height: 32px;
    border:0 !important;
    outline: 1px solid #f6f2f2;
    color:#979797;
}