.loading{
	font-size: 50px;
    color: #3e8ef7;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(191, 190, 190, 0.3);
}
.loading .loadspin{
	top: 50%;
    position: fixed;
    width: 100%;
}
.hidden{
    display: none !important;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
b, strong {
    font-weight: 600;
}
.navbar-brand-logo{
    border-radius: 50%;
}
.full-color-table th{
    color:#fff !important;
}
.table-responsive .row,.table-responsive .row div{
    margin: 0 !important;
}
.table-responsive .row div{
    padding: 0 0 15px 0!important;
}
.chkboxdiv label{
    margin: 0 0 0 5px !important;
    cursor: pointer;
}
body,
.table,
.form-control,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #333 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  color: #333 !important;
  font-weight: 600;
}