input, select, textarea {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #90a4ae !important;
}

.form-control {
  border: 1px solid #90a4ae !important;
}
  
.footer-info {
    font-size: 0.7em;
    font-weight: 600;
}

.product-logo {
    background-image: url("../images/logos/magod_logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width : 45px;
    height: 50px;
    margin-top : 5px;
}
/*.product-logo {*/
/*    background-image: url("../images/logos/imantra-logo.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width : 180px;*/
/*    height: 56px;*/
/*    margin-top : 25px;*/
/*}*/

.texture-bg {
  background-image: url("../images/backgrounds/imantra-bg.svg");/*bg-texture-1.png");*/
  background-repeat: repeat;
}

.light-yellow-bg {
  background-color: #fff176;
}

.page-content-title {
  /*border-bottom: 1px solid #dee2e6 !important;*/
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  font-weight:700;
  text-shadow: 2px 2px 4px #ffffff;
}

.btn-pill {
  border-radius:50vh;
}

.loading {
  background-image: url("../images/bg-loading-1.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.font-size-12em {
  font-size: 1.2em;
}

.font-size-15em {
  font-size: 1.5em;
}

.font-size-2em {
  font-size: 2em;
}

/*** Breadcrumb - Start ***/
ul.breadcrumb1 {
  padding: 10px 16px;
  list-style: none;
  color:white;
}

/* Display list items side by side */
ul.breadcrumb1 li {
  display: inline;
  font-size: 1em;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb1 li+li:before {
  padding: 2px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb1 li a {
  color: gray;
  text-decoration: none;
  padding-right:3px;
}

/* Add a color on mouse-over */
ul.breadcrumb1 li a:hover {
  color: white;
  text-decoration: none;
}
/*** Breadcrumb - End ***/

.input-group-text-date:hover{
  cursor:pointer;
 }
 .datepicker td, .datepicker th {
     width: 1.5rem;
     height: 1.5rem;
     font-size: 0.85rem;
 }


 /* AJAX Spinner */
 #overlay{	
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

a { color: inherit; } 


::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.select2-container--default .select2-selection--single {
  border: 1px solid #90a4ae !important;
  border-radius:0.2rem !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}