table.dataTable {
  border-collapse: collapse;
  border-spacing: 0;
}
.inputerror {
  border: 2px solid red;
}

.isActive {
  margin-right: 25px;
}
.color-white {
  color: #fff !important;
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  width: 180px;
  height: 180px;
}
.attachRemarks {
  margin-top: 5px;
}

#img_thumbnail:hover img {
  /*transition: all .3s;*/
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translate(0%, -50%) scale(2);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  top: 35%;
}

.dropzone .dz-preview .dz-error-message {
  top: 30%;
  left: 50%;
  transform: translate(-50%, 60%);
}
.dz-image img {
  height: 100%;
  width: 100%;
}

.dz-preview {
  text-align: center;
}
.switch-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #d3d7d7;
  border: 1px solid #ccc;
  border-color: #d3d7d7;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.low-th-padding {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.fullWidth {
  width: 100% !important;
}
.dblock {
  display: block !important;
}
.dnone {
  display: none !important;
}
.rowbg {
  background: #d1e5f8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.thwidth1 {
  width: 65%;
}
.thwidth2 {
  width: 18%;
}

.thwidth3 {
  width: 30%;
}
.thwidth4 {
  width: 8%;
}
.thwidth5 {
  width: 10%;
}
.thwidth6 {
  width: 20%;
}

td {
  vertical-align: middle !important;
}

td button,
td a {
  width: 180px;
  display: inline-block !important;
  margin: auto;
}

/* modal styling */
.model-contentwrapper {
  width: 640px;
  margin: auto;
  background-color: #ffffff;
  margin-top: 10%;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.model-contentwrapper .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.model-contentwrapper .modal-header * {
  margin: 0;
  line-height: 22px;
  font-size: 18.5px;
  margin: 0px !important;
}

/* student image styling */
.studentImageWrap {
  width: auto;
  height: 123px;
  margin: auto;
}
.studentImageWrap img {
  margin: auto;
  display: block;
  background-size: cover;
  width: auto;
  height: 100%;
}

/* custom wraper */
.container-wrap {
  background: rgba(231, 227, 227, 0.5);
  padding: 20px;
  border: 1px solid #e4d8d8;
}

/* table footer */
table tbody .footer > td {
  background: #91adbd !important;
  color: #fff !important;
}

/* cus-group-addon */
.cus-group-addon {
  background: rgb(95, 69, 69) !important;
  color: #fff !important;
}
.cus-group-addon2 {
  background: rgb(241, 17, 17) !important;
  color: #fff !important;
}

/* table cell input */
.tableInputCell {
  background: transparent;
  padding: 5px;
  border: 0px;
  width: 100%;
}

/* table rows */
.level1row {
  background: #0769bf !important;
  color: #fff !important;
  text-transform: capitalize;
}
.level2row {
  background: #3fa1f7 !important;
  color: #fff !important;
  text-transform: capitalize;
}
.level3row {
  background: #8ec7fa !important;
  color: #fff !important;
  text-transform: capitalize;
}
.level4row {
  background: #d2e9fd !important;
  color: #333 !important;
  text-transform: capitalize;
}
.txtcenter {
  vertical-align: middle !important;
  text-align: center;
  border: 1px solid #bbb5b5 !important;
}
.txtbold {
  font-weight: bold;
}

/* login page */
#loginpagelogo {
  margin: auto;
  display: block;
  width: 350px;
  padding-bottom: 10px;
}

.id-addon {
  background: #9e8888 !important;
  color: #fff !important;
}

.txt-addon {
  background-color: #368ee0 !important;
  color: #fff !important;
}

.amnt-addon {
  background-color: rgb(255, 0, 0) !important;
  color: #fff !important;
}

.other-addon {
  background-color: #56a356 !important;
  color: #fff !important;
}

.fancy-addon {
  background: #faffbd !important;
  color: #000 !important;
}

.radio:hover {
  cursor: pointer;
}

.duplicate {
  background: rgb(247, 48, 48) !important;
  color: #fff;
}

.content-head {
  display: inline-block;
  width: 120px;
}

.content-detail {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
}

.time {
  color: red !important;
  font-size: 55px !important;
}

.sub-heading {
  margin-left: 55px !important;
  display: block;
  margin-top: 8px;
}

.sub-heading-line {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 51px !important;
}

.priviligeBlocks {
  margin-left: 51px;
  background: rgb(206, 198, 198);
  box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.52);
}

ul.priviligeBlock {
  margin-left: -31px;
}

ul.rpt {
  margin-left: 14px !important;
}

ul.priviligeBlock li.li-head {
  display: inline-block;
  min-width: 100px;
  padding-right: 14px !important;
}

ul.priviligeBlock li.li-head label {
  min-height: 0px !important;
  margin-top: 0px !important;
}

.select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox {
  cursor: pointer;
}

.columns {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.col1 {
  background: #e9e2ff;
}
.col2 {
  background: #e8f0fd;
}
.col3 {
  background: #79ffbe;
}

.txtshadow {
  text-shadow: 0px 1px 1px #333;
}

.cancelpointer {
  pointer-events: none;
}

.items {
  max-height: 376px;
  position: relative;
  overflow: auto;
}

.items .item {
  width: 90px;
  height: 90px;
  background: #4358ec;
  box-shadow: 1px 1px 1px #6d6a6a;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.items .item .item_desc {
  position: absolute;
  top: 6px;
  left: 8px;
  color: #fff;
  text-shadow: 0px 1px 1px #333;
  font-size: 10px;
  text-transform: uppercase;
}

.items .item .item_price {
  position: absolute;
  bottom: 6px;
  right: 8px;
  color: #fff;
  text-shadow: 0px 1px 1px #333;
  font-size: 12px;
}

.kotbtns {
  background: #5a5f83;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none !important;
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
  width: auto !important;
}

.kotbtns:hover {
  color: #fff;
  background: rgba(90, 95, 131, 0.77);
}

table.table th {
  background: #bababa !important;
  color: black;
  font-weight: bold;
}

.ucase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}

.stats {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

.stats li {
  float: left;
  padding: 10px;
  margin-right: 15px;
}

li.red {
  background: #e51400;
}

li.green {
  background: #393;
}

li.brown {
  background: #a05000;
}

.stats > li i {
  font-size: 30px;
  color: #fff;
  float: left;
  margin: 5px 0;
}



ul > li.blue {
  background: #368ee0;
}

.stats > li .details span.big {
  font-size: 16px;
}

.stats > li .details span {
  color: #fff;
  display: block;
  font-size: 11px;
}

.stats > li .details span {
  color: #fff;
  display: block;
  font-size: 11px;
}

.stats > li {
  float: left;
  padding: 10px;
}

.dont-show {
  display: none !important;
}

.finalsum {
  background: wheat !important;
}
.hightlight_tr td {
  border: none !important;
  background: rgb(79, 156, 98) !important;
  color: white;
  font-weight: bold;
}
.hightlight_trs td {
  background: rgb(79, 186, 98) !important;
  color: white;
}
.finalsum td {
  background: #F5DEB3 !important;
}
.finalsumsub td {
  background: #F5DEB2 !important;
}

.readonly {
  background: #fff !important;
  border: 1px solid #bdb4b4 !important;
}
.btn-glass {
  flex-grow: 1;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 7px 16px;
  font-family: Lato;
  font-weight: 400;
  border: 1px dotted transparent;
  letter-spacing: 0.98pt;
  text-transform: uppercase;
  transition: background-position 2s cubic-bezier(0, 1, 0, 1),
    border-color 500ms, background-color 500ms;
  position: relative;
  background-attachment: fixed, scroll;
  background-size: 100vw 100vh, cover;
  background-position: center center, 0 0;
  background-image: repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0) 8%,
      rgba(255, 255, 255, 0.075) 10%,
      rgba(255, 255, 255, 0.075) 14%,
      rgba(255, 255, 255, 0.15) 14%,
      rgba(255, 255, 255, 0.15) 15%,
      rgba(255, 255, 255, 0.075) 17%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0) 36%,
      rgba(255, 255, 255, 0.075) 40%,
      rgba(255, 255, 255, 0.15) 42%,
      rgba(255, 255, 255, 0) 43%,
      rgba(255, 255, 255, 0) 55%,
      rgba(255, 255, 255, 0.075) 60%,
      rgba(255, 255, 255, 0.075) 66%,
      rgba(255, 255, 255, 0.15) 66%,
      rgba(255, 255, 255, 0.075) 70%,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      ellipse farthest-corner,
      transparent,
      rgba(0, 0, 0, 0.2) 110%
    );
}
.btn-glass:hover {
  background-position: -100vw 0, 0 0;
}
.btn-glass:active {
  background-position: -75vw 0, 0 0;
  border-style: solid;
}
.nav-light {
  background-color: white;
  height: 36px;

  width: 100%;
}
.nav-light .btn-glass {
  font-family: unset;
  color: #585858;
  background-color: rgba(17, 17, 17, 0);
}
.nav-light .btn-glass:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #000000;
  background-color: #111111;
}
.nav-light .btn-glass:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
}
.nav-light .btn-glass.btn-primary {
  color: #6ab1d1;
  background-color: rgba(42, 143, 189, 0);
}
.nav-light .btn-glass.btn-primary:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #1c607e;
  background-color: #2a8fbd;
}
.nav-light .btn-glass.btn-primary:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(42, 143, 189, 0.5);
}
.nav-light .btn-glass.btn-success {
  color: #a5c75f;
  background-color: rgba(127, 175, 27, 0);
}
.nav-light .btn-glass.btn-success:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #4f6d11;
  background-color: #7faf1b;
}
.nav-light .btn-glass.btn-success:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(127, 175, 27, 0.5);
}
.nav-light .btn-glass.btn-warning {
  color: #fccd69;
  background-color: rgba(251, 184, 41, 0);
}
.nav-light .btn-glass.btn-warning:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #d49104;
  background-color: #fbb829;
}
.nav-light .btn-glass.btn-warning:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(251, 184, 41, 0.5);
}
.nav-light .btn-glass.btn-danger {
  color: #f56558;
  background-color: rgba(240, 35, 17, 0);
}
.nav-light .btn-glass.btn-danger:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #aa180b;
  background-color: #f02311;
}
.nav-light .btn-glass.btn-danger:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 35, 17, 0.5);
}
.nav-light .btn-glass.btn-info {
  color: #98e9f0;
  background-color: rgba(108, 223, 234, 0);
}
.nav-light .btn-glass.btn-info:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #29d0e0;
  background-color: #6cdfea;
}
.nav-light .btn-glass.btn-info:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(108, 223, 234, 0.5);
}
/* datatables */
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
  margin-bottom: 0;
}
div.dataTables_length select {
  min-width: 60px;
  margin-right: 4px;
}
div.dataTables_filter label {
  font-weight: normal;
  margin-bottom: 0;
  float: right;
}
div.dataTables_filter input {
  min-width: 200px;
  margin-left: 6px !important;
}
div.dataTables_info {
  padding-top: 8px !important;
  font-size: 12px;
  color: #888 !important;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_paginate ul.pagination .paginate_button {
  border: none;
  padding: 0;
  min-width: inherit;
  margin-left: 0;
}
div.dataTables_paginate ul.pagination .paginate_button:hover {
  border: none;
  background: none;
}
div.dataTables_paginate ul.pagination .paginate_button.disabled,
div.dataTables_paginate ul.pagination .paginate_button.disabled:hover,
div.dataTables_paginate ul.pagination .paginate_button.disabled:active {
  border: none;
  background: none;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 2px solid #ddd;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting {
  background: url("../img/datatables/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: #f0f7fc url("../img/datatables/sort_asc.png") no-repeat center
    right;
}
table.dataTable thead .sorting_desc {
  background: #f0f7fc url("../img/datatables/sort_desc.png") no-repeat center
    right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../img/datatables/sort_asc_disabled.png") no-repeat center
    right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../img/datatables/sort_desc_disabled.png") no-repeat center
    right;
}

table.dataTable th:active {
  outline: none;
}
table.dataTable.no-footer {
  border-bottom: 3px solid #ddd;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scroll th,
div.dataTables_scroll td {
  white-space: nowrap;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* TableTools styles */
div.DTTT_container {
  margin-right: 20px;
  margin-bottom: 0;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #222222 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/* FixedColumns styles */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
  }
  .dataTables_wrapper .dataTables_filter label {
    float: none;
  }
  .dataTables_wrapper .dataTables_filter input {
    display: inline-block;
    width: auto;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
  }
  div.dataTables_length select {
    display: inline-block;
    width: auto;
  }
  div.DTTT_container {
    padding-top: 10px;
    float: none;
  }
}
.tableLedger.table-hover tr:hover > td {
  background: rgba(79, 225, 151, 0.5) !important;
}

.finalsum {
  background: wheat !important;
}
.text-bold {
  font-weight: bold !important;
}

.hightlight_tr td {
  border: none !important;
  background: rgb(79, 156, 98) !important;
  color: white;
  font-weight: bold;
}

.finalsum td {
  background: wheat !important;
  border: none;
}
.tablenowrap tbody tr td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.tablenowrap thead tr th {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.modal-body {
  overflow-x: auto !important;
}
.table-scrollbar {
  overflow-x: auto !important;
}
.scrollbar {
  margin-left: 22px;
  float: left;
  height: 375;
  width: 60;
  background: #b0b0b0;
  overflow-y: scroll;
  margin-bottom: 10px;
}

::-webkit-scrollbar {
  height: 8px;
  width: 6px;
  border: 1px solid #d5d5d5;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  
  background-color: #b0b0b0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}

::-webkit-scrollbar-track {
  
  border-radius: 4px;
  background-color: #eee;
}
.disabled {
  background-color: #ffffff !important;
  color: #000 !important;
  opacity: 1 !important;
}
.totalinput {
  background-color: #ffffff !important;
  font-weight: bold !important;
  color: #dd1133 !important;
}
/*Login Css */
.inputs {
  width: 21% !important;
  font-size: 33px;
  font-weight: bold;
  margin: 3px;
}
.inputs:focus {
  background-color: #ffffff !important;
  border: 1px solid #3a7d34 !important;
  width: 21% !important;
  font-size: 33px !important;
  font-weight: bold;
  /* margin: 3px; */
}

.w-40 {
  width: 40px;
}

.f-15 {
  font-size: 15px;
}

#purchase_tableReport td a {
  width: 70px;
  display: inline-block !important;
  margin: auto;
}
.form-control.text-center.inputs.save-elem {
  padding: 5px;
  margin: 0px;
  width: 74px !important;
}

.select2-results .select2-highlighted {
  background: #9b0039;
  color: #fff;
}
.min-width-input {
  width: 80px !important;
  float: right !important;
}

#pending-lc-lookup .modal-dialog {
  min-width: 80vw;
}
.alert-success{
  background: #40bf40 !important;
  color: white !important;
  /*padding: 9px 15px;*/
  font-size: 15px !important;
}

.l1row {
	color: red;
	font-weight: bold;
}

.l1row-right {
	color: red;

	font-weight: bold;
	text-align: right;
}

.l2row {
	color: green;

	font-weight: bold;
}

.l2row-right {
	color: green;

	font-weight: bold;
	text-align: right;
}

.l3row {
	color: blue;

	font-weight: bold;
}

.l3row-right {
	color: blue;

	font-weight: bold;
	text-align: right;
}
.item-row td {
	padding: 10px !important;
	font-family: "Open Sans", sans-serif !important;
	border-top: 0.5px solid black !important;
}
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-floating {
    position: fixed !important;
}
table.dataTable.fixedHeader-locked {
    position: absolute !important;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}