@import url(./font.css);

#hideAll
{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f3f4f4;
  z-index: 20;
  overflow: hidden;
}
.dropdown-menu.show.mydrop{
  display: block !important;
}

label.required::after{
  content: ' *';
  color: #ff3535;
}
.border-dotted{
  border-style: dotted;
}
.pb-6{
  padding-bottom: 6rem !important;
}
.form-label{
  font-size: 1rem !important;
  text-transform: unset;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
table.dataTable{
  border-collapse: separate !important;
  margin-top: 2rem !important;
}
/* .custom-table {
  border-collapse: separate;
  border-spacing: 2px 4px !important;
} */
.custom-table tbody tr td{
  font-weight: bold;
}
.custom-table tbody tr{
  cursor: pointer;
}
/* .custom-table tbody tr:hover td{
  color: #fff !important;
  background-color: #182535 !important;
} */
.custom-table tbody tr:nth-child(even) td{
  background-color: #ffffff0c;
  color: #1a1a1a;
  transition: background-color 0.3s ease-in-out;
}
.custom-table tbody tr:nth-child(odd) td{
  background-color: #a3a3a310 ;
  color: #2d2d2d;
  transition: background-color 0.3s ease-in-out;
}
/* .custom-table tbody tr td:first-child{
   background-color: #182535 !important ; 
  color: #fff !important;
}
.custom-table tbody tr td:last-child{
  background-color: #182535 !important ;
  color: #fff !important;
} */
/* .custom-table tbody tr td i{
  color: #fff;
} */
.custom-table thead tr, .custom-table thead th {
  border-top: none;
  border-bottom: none !important;
  font-size: 14px;
  text-align: center !important;
  text-transform: inherit;
  padding:7px 9px ;
 }
.custom-table tbody th, .custom-table tbody td {
  color: #777;
  font-weight: 800;
  padding-bottom: 12px;
  padding-top: 12px;
}
.custom-table tbody th small, .custom-table tbody td small {
  color: #b3b3b3;
  font-weight: 300; }
.custom-table tbody tr:not(.spacer) {
  /* border-radius: 7px; */
  overflow: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.custom-table tbody tr:not(.spacer):hover {
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); }
.custom-table tbody tr th, .custom-table tbody tr td {
  background: #fff;
  border: none; }

.custom-table tbody tr th:nth-child(2), .custom-table tbody tr td:nth-child(2) {
  /* border-top-left-radius: 8px; */
  /* border-bottom-left-radius: 8px; */
}
.custom-table tbody tr th:nth-last-child(2), .custom-table tbody tr td:nth-last-child(2) {
  /* border-top-right-radius: 8px; */
  /* border-bottom-right-radius: 8px; */
}

.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
  /* border-radius: 8px; */
  text-align: center !important;
}

.custom-table tbody tr th:nth-child(2), .custom-table tbody tr td:nth-child(2) {
  /* border-radius: 8px; */
  text-align: left !important;
}

.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
  /* border-radius: 8px; */
  text-align: center !important;
}

.custom-table tbody tr th, .custom-table tbody tr td {
  /* border-radius: 8px; */
  text-align: center !important;
}
.custom-table tbody tr.spacer td {
  padding: 0 !important;
  height: 10px;
  border-radius: 0 !important;
  background: transparent !important; }
.custom-table tbody tr.active {
  opacity: .4; }

/*
* Spinner animation
*/
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #0f3f82;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
      transform: scale(1.0);
    }
}

.hover-mv-top{
  transition: 0.2s ease-in-out;
}

.hover-mv-top:hover{
  transform: rotate3d(0,100,8,7deg);
  transform-origin: center;
  border-left: 7px solid #5a8dee !important;
}

.table:not(.table-dark) thead:not(.table-dark) th {
  color: #516377;
  border-top: 2px  solid #a9a9a96e !important;
  border-bottom: 2px  solid #a9a9a96e !important;
  border-right: 0 !important;
  border-left: 2px  solid #a9a9a96e !important;
  border-collapse: separate !important;
  /* border-radius: 8px; */
}

.table:not(.table-dark) thead:not(.table-dark) th:last-child {
  border-right: 2px  solid #a9a9a96e !important;
}


.table:not(.table-dark) tbody:not(.table-dark) td {
  color: #516377;
  border-bottom: 2px  solid #a9a9a96e !important;
  border-right: 0 !important;
  border-left: 2px  solid #a9a9a96e !important;
  border-collapse: separate !important;
  /* border-radius: 8px; */
}

.table:not(.table-dark) tbody:not(.table-dark) td:last-child {
  border-right: 2px  solid #a9a9a96e !important;
}


.text-left-important{
  text-align: left !important;
}

.bg-white-25{
  background-color: #ffffff23;
}

.layout-menu-collapsed .app-brand-logo{
  display: none
}

.layout-menu-collapsed.layout-menu-hover .app-brand-logo{
  display: block
}

.overflow-y-auto{
  overflow-x: auto;
  overflow-y: hidden;
}

table.dataTable {
  margin-top: 0.3rem !important;
  margin-bottom: 0rem !important;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

tr.selected td{
  background-color: #182535 !important;
}

/* .badge.bg-warning{
  text-shadow: 0 1px 0 #ffffff;
} */

.badge.bg-danger{
  text-shadow: 1px 1px 0 #182535;
}

div.dataTables_wrapper div.dataTables_length{
  text-align: inherit;
}