td,
th {
  text-align: center !important;
  vertical-align: middle !important;
}

.bl-divider {
  border-left: 1px solid #ccc;
}

.form-group {
  margin-bottom: 0;
}

.text-side-btn {
/*  margin-top: 17px;*/
  margin-left: 10px;
}

.text-side-btn button {
  padding: 10px 20px;
  min-width: 12rem;
}

.rounded_btn {
  border-radius: 50% !important;
}

#myrow .mdc-layout-grid__cell {
  margin-top: -20px;
}

.mdc-form-field .mdc-checkbox+label {
  margin-bottom: 0;
}

.badge {
  padding: 10px 15px;
}

form .error {
  color: #ff0000;
  font-weight: 800;
  display: block;
}

input.error {
  border: 1px solid red;
  font-weight: 800;
  color: red;
}

.myerrordiv {
  display: block;
  width: 100%;
}

.mymaindiv {
  display: flex;
  flex-direction: column;
}

.mdc-text-field__input[readonly="readonly"] {
  color: #939393 !important;
}

.mflex {
  display: flex;
  flex-direction: column;
}

h6.card-title {
  font-weight: 500 !important;
}

/*tr,
td,
th {
  text-align: center;
  padding: 5px !important;
}*/

/*td .btn {
  padding: 0.05rem 0.35rem;
}*/

/*.fade.show {
  opacity: 1;
  transition: all 0.5s;
}*/

/*.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}*/

/*.modal-open {
  overflow: hidden;
}*/

/*@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
*/
/*.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: #000;
}*/
/*
.modal-backdrop.fade {
  opacity: 0;
}*/

/*.modal-backdrop.show {
  opacity: 0.5;
}*/

.mdc-drawer {
  background: #fff;
  box-shadow: 0px -5px 5px 5px inset #eee;
}

.mdc-drawer .mdc-drawer__content .mdc-drawer-menu .mdc-drawer-item .mdc-expansion-panel-link,
.mdc-drawer .mdc-drawer__content .mdc-drawer-menu .mdc-drawer-item .mdc-drawer-link,
.mdc-drawer .mdc-drawer__content .user-info {
  color: #000;
}

.mdc-drawer .mdc-drawer__content .user-info {
  border-bottom: 1px solid #ddd;
}

.brand-logo img {
  height: fit-content;
  width: 100%;
  margin-left: -0.5rem;
}

.dt-buttons {
/*  display: block !important;*/
/*  text-align: right;*/
  margin-bottom: 1rem;
}

.dataTables_filter {
  float: right;
}

.dataTables_length,
.dataTables_filter {
  display: inline-block;
}

/* .mcard{
  transition: box-shadow .3s;
  
}
.cards .mcard{
  min-height: 100%;
}
.mcard.bg-primary .card-title,.mcard.bg-info .card-title {
  color:white;
}

.mcard .card-title {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 100%;
}
.mcard:hover {
  box-shadow: 0 0 15px rgba(33,33,33,.2);
  transition: box-shadow .3s;
}

.card-bottom-buttons .btn {
  width: 100%;
  margin: 0px 0.2rem;
}*/
.no-decor,
.no-decor:hover {
  text-decoration: none;
  color: initial;
}

.select2-results__option {
  cursor: pointer;
}

.select2-results__option:hover {
  background-color: #ddd;
}

.divider-top {
  border-top: 1px solid #ccc;  
}

.status_wrapper {
  position: relative;
}

.status_wrapper .status-item {
  height: 1rem;
  width: 1rem;
  background-color: red;
}

.dt-buttons {
  float: right;
  margin-left: 0.5rem;
}

/* .dt-buttons button {
  padding: 1rem;
} */
.mdc-card{
  /*background-color:#f3f3f3;*/
}

.select2-container {
    min-width: max-content;
}
.mloader {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
}

.mdc-card {
    position: relative;
    min-height: 200px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #7a00ff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.dt-select2{
    text-align:center
}
.brand-logo {
    max-width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}
.popover-header {
    margin: 0;
}

.badge {
    padding: 0.5em 0.85em;
    font-size: .85em;
}

.input-group-text {
  height: 100%;
  width: 100%;
}

.form-control.daterange, .form-control.datepicker {
  cursor: pointer;
}

#ui-datepicker-div {
  z-index: 4000 !important;
}

.table{
  width: 100%;
}

.toast-message {
  font-size: 1.2rem;
}

/* Donut spinner */
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.donut {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #FF7D55;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: donut-spin 1.2s linear infinite;
}

.loader-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
}