:root {
  font-size: 16px;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.font_weight_800 {
  font-weight: 800 !important;
}

.font_weight_900 {
  font-weight: 900 !important;
}

.font_size_xs {
  font-size: 0.7rem !important;
}

.font_size_sm {
  font-size: 0.8rem !important;
}

.font_size_normal {
  font-size: 1rem !important;
}

.font_size_md {
  font-size: 1.2rem !important;
}

.font_size_lg {
  font-size: 1.5rem !important;
}

.font_size_xl {
  font-size: 2rem !important;
}

.bg_black {
  background-color: #000 !important;
}

.color_black {
  color: #000 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.color_white {
  color: #ffffff !important;
}

.bg_light {
  background-color: #B5ADB9 !important;
}

.color_light {
  color: #B5ADB9 !important;
}

.sidebar-light-danger .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2) !important;
}

/****************************** parsely error design   *************************************/
.parsley-errors-list.filled {
  position: relative;
  background-color: none;
  font-size: 0.8rem;
  color: red !important;
  list-style: none;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.parsley-errors-list.filled li {
  color: red;
  font-size: 0.8rem;
}

/****************************** parsely error design ends   *************************************/
/****************************** data table css   *************************************/
.table_responsive_wrapper {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}

.table_responsive_wrapper table {
  min-width: 1200px;
}

@media only screen and (max-width: 575px) {
  .table_responsive_wrapper table {
    min-width: 400px;
  }
}

.table_responsive_wrapper.small_width table {
  min-width: 400px;
}

.listWrapper ul {
  list-style: none;
  padding-left: 0px;
}

.listWrapper ul li {
  display: block;
  width: 100%;
  padding: 4px 5px;
}

.listWrapper ul li:nth-child(odd) {
  background-color: #f2f2f2;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 10px !important;
}

.border_design_modal {
  border-top: 4px solid red;
}

/****************************** data table css   *************************************/
/*# sourceMappingURL=reset.css.map */