/*--form--*/

.form-control {
  background-color: #fff !important;
  border: 1px solid #e9ecef !important;
  font-weight: 500 !important;
}

/*.col-form-label {*/
/*  line-height: 1 !important;*/
/*}*/

/*--tab--*/

.nav-tabs .nav-link {
  text-transform: none !important;
}

.nav-tabs .nav-link:hover {
  color: #0d6efd;
}

/*--card--*/

.card {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.04);
  border: 1px solid #e9ecef !important;
}

.card-header {
  font-weight: 600;
}


.logo-login img {
  height: 80px;
}


.spinner {
  display: block;
  position: fixed;
  z-index: 1031; /* High z-index so it is on top of the page */
  top: 40%; /* where ... is the element's height */
  right:  50%; /* where ... is the element's width */
}

.my-text {

}


table {
  table-layout: fixed;
}

.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

thead tr td {
  border-left: 4px solid #efefef;
}

tbody tr td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-sm>:not(caption)>*>* {
    padding: 0.2rem;
}

table {
  min-height: 300px;
}