:root {
  --grey: #BFBFBF;
  --mainGreen: #8BC400;
  --darkGreen: #8bb800;
  --mainText: #63666A;
}

.text-green {
  color: var(--mainGreen) !important;
}

.text-grey {
  color: var(--mainText) !important;
}

html {
  height: 100%;
}

body {
  font-family: 'Roboto',sans-serif;
  color: var(--grey);
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  min-height: 100%;
}

body.authscreens {
  background-image: url("../img/auth-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  min-width: 100%;
  min-height: 100%;
}

.btn {
  border-radius: 10px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 600;
  font-family: 'Montserrat',sans-serif;
  /*min-width: 160px;*/
}

.btn-primary {
  background: var(--mainGreen);
  box-shadow: 0px 2px 10px rgba(106, 156, 253, 0.35);
  border: 0;
  outline: 0;
  padding: 10px 22px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo a {
  display: block;
}

body.authscreens header {
  padding: 35px 50px;
}

.btn-primary:hover {
  background-color: var(--darkGreen);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0px 2px 10px rgba(106, 156, 253, 0.35);
  background-color: var(--darkGreen);
}

h1 {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
}

p.text {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

h2.form-heading {
  margin: 0 0 56px;
}

div#auth-right form {
  max-width: 424px;
  margin: 0 auto;
}

input.form-control {
  border-width: 0 0 2px 0;
  border-color: var(--mainText);
  border-radius: 0;
  padding: 0 0 2px;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: var(--mainText);
  background: transparent;
}

.form-control::placeholder {
  color: #c4c4c4;
}

.form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.form-group {
  margin: 0 0 94px;
}

.form-group.last {
  margin: 0 0 51px;
}

.icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 28px;
  width: 28px;
}

.icon.eye-close {
  background-image: url("../img/eye-close.svg");
}

.icon.eye {
  background-image: url("../img/eye.svg");
}

.input-with-icon span.icon {
  right: 0;
  cursor: pointer;
}

a.form-link {
  display: block;
  margin: 10px 0 0;
  color: #c4c4c4;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
}

div#auth-left {
  max-width: 533px;
  margin: 0 auto;
}

input.form-control:focus {
  background: transparent;
  box-shadow: none;
  border-color: var(--darkGreen);
}

span.errorMEssage {
  position: absolute;
  margin: 2px 0 0;
  font-size: 12px;
  color: red;
  font-weight: 600;
}

p.form-footer-text {
  margin: 33px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat',sans-serif;
  text-align: center;
}

header {
  padding: 15px 0 0;
}

body:not(.authscreens) img.img-fluid {
  height: 50px;
}

#main.main-content {
  margin: 30px 0;
}

.table-outer {
  background: rgba(191, 191, 191, 0.11);
  border-radius: 10px;
  padding: 15px;
}

h1.page-heading {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0 0 10px;
}

#orderHistoryTable .table {
  margin: 0;
  border: 0;
  min-width: calc(100% - 3px);
}

div#auth-left h1 {
  margin: 0 0 42px;
}

.table thead th {
  border: 0;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  color: #929292;
  font-family: 'Montserrat',sans-serif;
  overflow: hidden;
  text-transform: capitalize;
}

thead {
  border-radius: 6px;
}

.table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.table td {
  border-top: 10px solid #f8f8f8;
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  /*color: #63666A;*/
}
.dataTables_info{
  color: #000000;
}
.dataTables_paginate > span a.paginate_button.current, .dataTables_paginate > span a.paginate_button.current:hover {
  color: #fff !important;
  background: #000 !important;
}
.table tbody > tr:first-child td {
  border-top: 22px solid #f8f8f8;
}

.table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table td.gap {
  background: transparent;
  border-radius: 0;
}

td.gap.gap-28 {
  height: 22px;
  line-height: 22px;
  padding: 0;
}

td.gap.gap-10 {
  height: 10px;
  line-height: 10px;
  padding: 0;
}

.badge-light {
  background-color: #fff;
}

.badge-warning {
  color: #FFD556;
}

span.badge.badge-pill {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Montserrat',sans-serif;
  padding: 3px 10px;
}

.badge-danger {
  color: #FF5555;
}

.badge-success {
  color: #5CCB60;
}

  /*.table th, .table td {
    vertical-align: middle;
    width: 1% !important;
  }*/

.table th {
  white-space: nowrap;
}

#main.main-content .flex-fill {
  width: 100%;
}

.dataTables_paginate {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

input[type="search"] {
  border: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  /*margin-left: 10px;*/
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url('../img/close.svg');
  background-size: 20px;
  background-position: center;
}

input[type="search"]:focus {
  outline: 0;
}

.dataTables_paginate * {
  color: #929292;
}

a.paginate_button.previous, a.paginate_button.next {
  font-size: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  margin: 0 10px;
  cursor: pointer;
}

a.paginate_button.previous {
  background-image: url("../img/arrow-prev.svg");
}

.dataTables_paginate > span a.paginate_button {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 3px;
  border-radius: 2px;
  cursor: pointer;
}

.dataTables_paginate > span a.paginate_button.current, .dataTables_paginate > span a.paginate_button.current:hover {
  color: #fff;
  background: #8F9194;
}

.dataTables_paginate > span a.paginate_button:hover {
  text-decoration: none;
  color: var(--mainText);
}

/* width */

.dataTables_scrollBody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */

.dataTables_scrollBody::-webkit-scrollbar-track {
  background: var(--mainText);
}

/* Handle */

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: var(--mainGreen);
}

/* Handle on hover */

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: var(--darkGreen);
}

a.paginate_button.previous.disabled, a.paginate_button.next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.dataTables_length {
  float: left;
  margin: 10px 0 0;
}

.dataTables_filter {
  float: right;
  margin: 0 0 10px;
}

.dataTables_filter label, .dataTables_length label {
  margin: 0;
}

.dataTables_filter *, .dataTables_length * {
  font-size: 14px;
  color: var(--mainText);
}

.dataTables_info {
  float: left;
  margin: 15px 0 0;
  font-size: 12px;
}

.table thead th.sorting {
  padding-right: 30px;
  background-image: url("../img/table-sort.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.table thead th.sorting.sorting_asc {
  background-image: url("../img/table-sort-asc.svg");
}

.table thead th.sorting.sorting_desc {
  background-image: url("../img/table-sort-desc.svg");
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--mainGreen);
  color: #fff;
}

.select2-results__option {
  font-size: 1rem;
  color: var(--mainText);
}
.modal-dialogue {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialogue .modal-content {
  height: 70%;
  width: 70%;
  overflow: hidden;
}
.modalOnTD td {
  cursor: pointer;
}
.modal-body {
  background: rgba(191, 191, 191, 0.11);
  max-height: calc(100% - 60px);
  overflow: auto;
}
.modal-header {
  height: 60px;
  align-items: center;
}
h6.modal-title {
  color: var(--mainGreen);
}
.modal .dataTables_info,
.modal .dataTables_paginate {
  padding-bottom: 15px;
}
.modal table {
  margin: 0;
}
@media (max-width: 1199px) {
  body.authscreens header {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .logo a img {
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.authscreens {
    background-size: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  p.text {
    font-size: 1rem;
    line-height: normal;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h2.form-heading {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  input.form-control {
    font-size: 1rem;
    line-height: normal;
    padding: 0 0 6px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .icon {
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-group:not(:last-child) {
    margin: 0 0 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #auth-left h1 {
    margin: 0 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div#auth-left {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  body.authscreens header {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .form-group:not(:last-child) {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  h2.form-heading {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  input.form-control {
    font-size: 1rem;
    line-height: normal;
    padding: 0 0 6px;
  }
}

@media (max-width: 767px) {
  .icon {
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 767px) {
  .register-text {
    margin: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .register-text p {
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  div#auth-right {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  a.form-link {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  span.errorMEssage {
    position: relative;
  }
}

@media (max-width: 767px) {
  .table-outer {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  h1.page-heading {
    font-size: 1.2rem;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .dataTables_length {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .dataTables_filter {
    float: left;
  }
}


li.breadcrumb-item a {
  color: #8bc400;
}

.list-group-item.active {
  background-color: #8bc400;
  border-color: #8bc400;
}

.quote table.dataTable thead th {
  border-top: 1px solid #f2f2f2;
  padding: 15px 10px !important;
  /*width: 50px;*/
  color: #4e5e6a;
  font-size: 13px;
}
.quote table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
  padding-left: 25px !important;
}

.quote table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #f2f2f2 !important;
  background-color: #fff;
}
.quote .table tbody > tr:first-child td{
  border-top: 1px solid #f2f2f2 !important;
  background-color: #fff;
  border-radius: 0;
}
.quote .table thead th:first-child{
  border-radius: 0;
}
.quote .table thead th:last-child{
  border-radius: 0;
}
.quote .table tr td:first-child {
  border-radius: 0;
}
.quote .table tr td:last-child {
  border-radius: 0;
}
.quote .table td {
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
}
.quote .dataTable tbody tr {
  border-color: #eef6f9 !important;
  color: #4e5e6a;
}
.badge {
  display: inline-block;
  padding: 4px 5px;
  font-weight: 500;
  font-size: 85%;
  margin-top: 5px;
}
.bg-primary{
  background-color: #8bc400 !important;
}