/* You can add global styles to this file, and also import other style files */
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #6c757d;
  background: #eff3f6;
}

:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #eff3f6;
}

.bg-light {
  background-color: #eff3f6 !important;
}

.grid-ul.school-ul li {
  display: inline-block;
  padding: 30px
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 0.3);
    padding-bottom: calc(var(--jumbotron-padding-y) * 0.5);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

footer {
  padding-top: 0.5rem;
  padding-bottom: 0.1rem;
}

  footer p {
    margin-bottom: .25rem;
  }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 30px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
  color: #848fa0;
}

.blue-text, .green-text, .yellow-text, .red-text {
  text-align: left;
}

  .blue-text img, .green-text img, .yellow-text img, .red-text img {
    height: 22px;
    margin-right: 7px;
  }

.blue-text, .green-text {
  margin-bottom: 15px;
}

  .blue-text h3 {
    color: #3c527b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
  }

  .green-text h3 {
    color: #70ba3c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
  }

.yellow-text h3 {
  color: #d79133;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.red-text h3 {
  color: #d1574a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.four-options {
  background: #fff;
  border: solid 1px #d9e0e5;
  padding: 25px;
}

  .four-options p {
    font-weight: 400;
    font-size: 15px;
  }

.blue-box {
  background: #1c3c73;
  height: 150px;
  margin: 20px;
  transition: 0.5s all ease-in;
}

.green-box {
  background: #265406;
  height: 150px;
  margin: 20px;
  transition: 0.5s all ease-in;
}

.yellow-box {
  background: #a7650b;
  height: 150px;
  margin: 20px;
  transition: 0.5s all ease-in;
}

.disabled {
  cursor: not-allowed;
  background-color: #ff6666; /* Light red to indicate disabled state */
  color: #ffffff; /* White text */
  opacity: 0.6; /* Make it look more subdued */
}

.gray-box {
  background: #A9A9A9;
  height: 150px;
  margin: 20px;
  transition: 0.5s all ease-in;
}

.red-box {
  background: #d1574a;
  height: 150px;
  margin: 20px;
  transition: 0.5s all ease-in;
}

.blue-box h1 {
  color: #fff;
  font-weight: 300;
}

.green-box h1 {
  color: #fff;
  font-weight: 300;
}

.yellow-box h1 {
  color: #fff;
  font-weight: 300;
}

.gray-box h1,
.gray-box h4 {
  color: #fff;
  font-weight: 300;
}

.red-box h1 {
  color: #fff;
  font-weight: 300;
}

footer {
  background: #2d3238;
  color: #fff;
}

  footer li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 25px 0px;
  }

  footer ul {
    text-align: center;
    padding: 0px !important;
  }

header li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 30px;
}

.c-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: .59375rem .9375rem;
  transition: all .3s;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  background-color: #fff;
  color: #354052;
  font-size: .875rem;
  font-weight: 400;
  resize: none;
  margin-bottom: 30px;
}

.c-field.has-icon-left > .c-field__icon, .c-field.has-icon-right > .c-field__icon {
  position: absolute;
  top: 28%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ced0da;
  font-size: 1.125rem;
  right: 25px;
}

.grid-manual {
  background: #fff;
  height: 300px;
}

header i {
  margin-right: 3px;
}

  header i.fa-phone-volume {
    transform: rotate(-40deg);
    margin-right: 3px;
  }

header li:nth-last-child(1) {
  margin-right: 0px;
}

header ul {
  margin-top: 30px;
}

header .container {
  padding: 0px;
}

.page-title h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

  .page-title h5::after {
    content: " ------------";
    letter-spacing: -3px;
    margin-left: 7px;
    position: relative;
    bottom: 2px;
  }

.four-boxes img {
  float: left;
  position: relative;
  bottom: 6px;
  margin-right: 20px;
}

.four-boxes h1 {
  font-size: 22px;
  margin-top: 0px;
}

.four-boxes p {
  font-size: 15px;
  color: #fff;
  display: flex;
}

.four-boxes .red-box h1 {
  margin-top: -12px;
}

.four-boxes .yellow-box img {
  margin-right: 40px;
}

.four-boxes .green-box img {
  margin-right: 40px;
}

.payment-receipt-container {
  text-align: left;
}

  .payment-receipt-container li {
    margin-bottom: 10px;
  }

.blue-color-text {
  color: #1d51b1;
}

.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-receipt-container ul {
  margin-bottom: 0px;
}

.thanksblue li {
  list-style-type: none;
  color: #1d51b1;
}

.thanksblue ul {
  padding-left: 0px;
}

th {
  background: #f5f8fa;
  color: #748295;
  font-weight: 400;
  font-size: 14px;
  padding: 10px !important;
  border-bottom: 1px solid #ddd;
}

tbody td {
  color: #354052;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 10px !important;
}

tbody tr:nth-child(even) {
  background: #f7f9fa
}

tbody tr:nth-child(odd) {
  background: #FFF
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: solid 1px #e1e3e4;
  box-shadow: 0px 8px 20px -4px #e0e0e0;
}

img.navbar-brand {
  width: 78px;
  height: 78px;
  padding: 0px;
  margin: 0px !important;
}

.brand-link {
  text-decoration: none;
}

.brand-link:hover, .brand-link:focus {
  text-decoration: none;
}


.navbar-brand {
  float: none;
  height: auto;
  padding: 0px;
  line-height: 20px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

.row {
  width: 100%;
}

.navbar {
  margin-bottom: 0px !important;
}

.table-title {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 75px;
  border: solid 1px #e1e3e4;
  border-bottom: 0px;
}

  .table-title h3 {
    margin: 0px;
    padding-top: 25px;
    padding-left: 14px;
    font-weight: 400;
  }

.form-control {
  border: 1px solid #3cba40;
  padding: 0px 20px !important;
}

input::placeholder {
  line-height: 15px !important;
}

.green-search li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 5px;
  width: 100% !important;
}

.green-search {
  margin-bottom: 0px;
  display: block;
  padding-left: 0px !important;
}


  .green-search li:nth-child(2) {
    width: 89%;
  }

.add-new-icon a {
  font-size: 14px !important;
  color: #3cba40;
  text-transform: uppercase;
  line-height: 35px;
  padding: 9px;
  border: solid 1px #eff3f6;
  transition: 0.5s all;
  border-radius: 6px;
}

.add-new-icon img {
  position: relative;
  bottom: 2px;
}

.add-new-icon a:hover {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 35px;
  text-decoration: none;
  border: solid 1px;
  padding: 9px;
  border-radius: 6px;
  box-shadow: 0px 0px 24px -5px #3cba40;
  background: #f7f9fb;
}

.add-new-icon img {
  width: 18px;
  margin-left: 5px;
}

.card-body {
  margin-top: 15px;
  margin-left: 15px;
}

.four-boxes {
  margin-bottom: 40px !important;
}

.logout-icon {
  text-transform: uppercase;
  text-align: right;
}


  .logout-icon a {
    color: #ea3232;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 9px;
    border: solid 1px #eff3f6;
    transition: 0.5s all;
    border-radius: 6px;
  }

    .logout-icon a:hover {
      font-size: 16px;
      text-transform: uppercase;
      line-height: 35px;
      text-decoration: none;
      border: solid 1px;
      padding: 9px;
      border-radius: 6px;
      box-shadow: 0px 0px 24px -5px #ea3232;
      background: #f7f9fb;
    }

.no-padding {
  padding: 0px !important;
}

.page-title {
  margin-bottom: 0px !important;
}

.navbar .add-new-icon {
  margin-top: 45px !important;
}

.input-material {
  background: none;
  color: #666;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 90%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}

  .input-material:focus {
    outline: none;
  }

    .input-material:focus ~ label, .input-material:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: #2F80ED;
    }

    .input-material:focus ~ .bar:before {
      width: 90%;
    }

.input-group {
  position: relative;
  /*margin-top: 20px;*/
  float: left !important;
}


textarea {
  resize: none;
}

.input-material {
  background: none;
  color: #666;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 90%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}

  .input-material:focus {
    outline: none;
  }

    .input-material:focus ~ label, .input-material:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: #2F80ED;
    }

    .input-material:focus ~ .bar:before {
      width: 90%;
    }

.label-material {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: auto;
  top: 10px;
  transition: 300ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: auto;
}

  .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2F80ED;
    transition: 300ms ease all;
    left: 0%;
  }



/* input stylings ends here ------------------------------*/


.angucomplete-holder input {
  background: none;
  color: #666;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 90%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}

  .angucomplete-holder input:focus {
    outline: none;
  }

    .angucomplete-holder input:focus:focus ~ label, angucomplete-holder inputl:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: #2F80ED;
    }

    .angucomplete-holder input:focus ~ .bar:before {
      width: 90%;
    }

.angucomplete-dropdown .angucomplete-row {
  background: none;
  padding: 0px;
  color: #000000;
  margin-bottom: 0px;
  clear: both;
}

.angucomplete-dropdown {
  border-color: #2F80ED;
  border-radius: 0px;
  padding: 1px;
  width: 100%;
}

  .angucomplete-dropdown .angucomplete-row:hover {
    background-color: #2F80ED;
    color: #fff;
  }
/* select starting stylings ------------------------------*/
.select {
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  position: relative;
  /*width: 220px;*/
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: 0 0 0 red;
}


.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 90%;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.25);
}

  /* Remove focus */
  .select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
  }

/* Use custom arrow */
.select .select-text {
  appearance: none;
  -webkit-appearance: none
}

.select:after {
  position: absolute;
  top: 18px;
  right: 50px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all;
  cursor: pointer;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
  color: #2397f1;
  top: -16px;
  transition: 0.2s ease all;
  font-size: 12px;
}

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
  width: 90%;
}

  .select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2397f1;
    transition: 0.2s ease all;
  }

  .select-bar:before {
    left: 50%;
  }

  .select-bar:after {
    right: 50%;
  }

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
  position: absolute;
  height: 60%;
  width: 90%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

textarea.input-material {
  background: #f9f9f9;
  display: block;
  width: 90%;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  border-top: solid 1px #c6c6c6;
}

.textarea-width textarea.input-material {
  background: #f9f9f9;
  display: block;
  width: 95%;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  border-top: solid 1px #c6c6c6;
}

.textarea-width .input-material:focus ~ .bar:before {
  width: 95%;
}

textarea ~ label.label-material {
  left: 10px !important;
}

textarea.input-material:focus ~ label, textarea.input-material:valid ~ label {
  top: -18px;
}

.error-msg {
  color: #ea3232;
  font-size: 12px;
}

.input-group {
  margin-bottom: 20px;
}

.login-blue {
  text-align: center;
  padding-top: 100px;
  height: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0055af+0,00336d+100 */
  background: #0055af; /* Old browsers */
  background: -moz-linear-gradient(left, #0055af 0%, #00336d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0055af 0%,#00336d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0055af 0%,#00336d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055af', endColorstr='#00336d',GradientType=1 ); /* IE6-9 */
  min-height: 470px !important;
}

.white-blue {
  background: #fff;
  min-height: 470px !important;
  text-align: center;
  padding-top: 20px;
  height: auto;
  padding-bottom: 20px;
}

  .white-blue .position-relative {
    border: solid 1px #d1d7ec;
    border-radius: 4px;
    padding-top: 20px;
    margin: 0px 30px;
    margin-top: 20px;
  }

    .white-blue .position-relative .input-material {
      background: none;
      color: #666;
      font-size: 14px;
      padding: 3px 10px 3px 5px;
      display: block;
      width: 100%;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #c6c6c6;
    }

  .white-blue .input-material:focus ~ label, .white-blue .input-material:valid ~ label {
    top: 5px;
    font-size: 12px;
    color: #2F80ED;
    left: 10px;
  }

  .white-blue .label-material {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 18px;
    transition: 300ms ease all;
  }

  .white-blue .bar {
    position: relative;
    display: block;
    width: 111%;
  }

  .white-blue h4 {
    margin-bottom: 35px;
  }

.forget-pass {
  margin: 10px 0px;
  color: #0ea3ec;
  margin-right: 30px;
  font-size: 14px;
}

.login-bttn {
  width: 82%;
  border-radius: 150px;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00baf9+0,0077f9+100 */ background: #00baf9; /* Old browsers */
  background: -moz-linear-gradient(left, #00baf9 0%, #0077f9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00baf9 0%,#0077f9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00baf9 0%,#0077f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00baf9', endColorstr='#0077f9',GradientType=1 ); /* IE6-9 */
  color: #fff;
  line-height: 50px;
  margin: 0px 30px;
  font-weight: 600;
  margin-top: 10px;
}

  .login-bttn:hover {
    box-shadow: 0px 0px 22px -3px #00b6f9;
    cursor: pointer;
  }

h4.tilte-blue {
  color: #3c527b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px -10px;
  font-size: 15px;
}

h4.tilte-yellow {
  color: #d79133;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px -10px;
  font-size: 15px;
  margin-top: 30px;
}

footer {
  margin-top: 40px;
}

.four-boxes.three-boxes h1 {
  margin-top: 6px;
}

.three-boxes p.text-under {
  border-bottom: solid 1px #333;
  color: #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.btn-primary, .wizard > .actions a {
  color: #fff;
  background: #2f4f81 !important;
  border-color: #2f4f81 !important;
}

.btn {
  display: inline-block;
  padding: 10px 9px !important;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 85px;
  margin-right: 20px;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #fff;
  background-color: #474a5a !important;
  border-color: #474a5a !important;
  box-shadow: 2px 3px 10px -1px rgba(68, 81, 158, 0.2) !important;
}

.btn-light {
  color: #212529;
  background-color: #edeff1;
  border-color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

  .btn-light:hover {
    box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
  }

.margin-top-25 {
  margin-top: 25px !important;
}

.no-margin {
  margin: 0px !important;
}

.sml-nav {
  background: #083479;
  margin-bottom: 30px;
}

  .sml-nav ul {
    margin-top: 10px;
    padding-left: 0px;
    margin: 0px;
    margin-left: 10px;
    width: 100%;
  }

  .sml-nav li {
    line-height: 46px;
    margin: 0pX;
    padding: 0px 30px;
    color: #fff;
    font-size: 15px;
    border: solid 1px #1b4280;
    border-top: 0px;
    border-bottom: 0px;
    display: inline-block;
    margin-left: -5px;
    transition: 0.5s all ease-in;
  }

    .sml-nav li:nth-child(1) {
      margin-left: 0px !important;
      transition: 0.5s all ease-in;
    }

    .sml-nav li:nth-last-child(1) {
      transition: 0.5s all ease-in;
    }

    .sml-nav li a {
      color: #a5c0e8;
      transition: 0.5s all ease-in;
      text-decoration: none;
    }

    .sml-nav li:hover {
      background: #032863;
      transition: 0.5s all ease-in;
    }

      .sml-nav li:hover a {
        color: #fff;
        transition: 0.5s all ease-in;
      }

.btn-primary.btn-circle-icon {
  background: none !important;
  color: #083478;
  font-size: 16px;
  padding-top: 0px;
  width: 33px;
  height: 33px;
  border: solid 1px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  padding-left: 7px;
  transition: all ease-in-out 0.5s;
}

.btn-circle-icon.btn-circle-icon-green {
  color: #3cba40;
  border-color: #3cba40 !Important;
}

.btn-primary.btn-circle-icon.btn-circle-icon-green:hover {
  background: #3cba40 !important;
}

.btn-primary.btn-circle-icon:hover {
  background: #083478 !important;
  font-size: 16px;
  padding-top: 0px;
  border: solid 1px #083478;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  padding-left: 8px;
  cursor: pointer;
  color: #fff;
}

.margin-top-30 {
  margin-top: 30px;
}

.no-bor-back {
  background: none !important;
  border: none !important;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

.btn-primary.btn-primary-green {
  background: #3cba40 !important;
  border: solid 1px #3cba40 !important;
  padding: 8px 12px !important;
}

  .btn-primary.btn-primary-green:hover {
    background: #17961b !important;
    border: solid 1px #3cba40 !important;
  }

.radio-right-margin input {
  margin-right: 6px !important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 rgba(0,123,255,.5) !important;
}

.btn-primary-green .fa-search {
  margin-left: 8px !important;
}

.input-search-icon i.fa-search {
  position: absolute;
  right: 12px;
  top: 11px;
  color: #3cba40;
}

.blue-box:hover {
  background: #0f254e;
}

.head-border {
  border-bottom: solid 1px #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block !important;
}

.blue-box:hover a {
  text-decoration: none;
}

.green-box:hover {
  background: #112901;
}

  .green-box:hover a {
    text-decoration: none;
  }

.red-box:hover {
  background: #a5362a;
}

  .red-box:hover a {
    text-decoration: none;
  }

.yellow-box:hover {
  background: #824e07;
}

  .yellow-box:hover a {
    text-decoration: none;
  }

.white-blue input.input-material:-internal-autofill-selected {
  background-color: rgb(255, 255, 255) !important;
  background: none !important;
}

.blue-big-text {
  font-size: 16px;
  color: #032963;
  font-weight: 600;
  margin-bottom: -4px;
}

.payment-details li {
  list-style-type: none;
  background: #333;
  padding: 14px 35px;
  display: flex;
  word-break: break-word;
}

  .payment-details li b {
    margin-right: 5px;
  }

  .payment-details li p {
    margin-right: 20px;
  }

.payment-details ul {
  border: solid 1px #e4e4e4;
  padding: 0px;
  margin-top: 25px;
  width: 650px;
}

.payment-details .col-md-6 {
  padding-right: 100px;
}

.payment-details li:nth-child(even) {
  background: #fff;
}

.payment-details li:nth-child(odd) {
  background: #f7f7f7;
}

.padding-left-30 {
  padding-left: 30px;
}

.four-boxes a:hover, .three-boxes a:hover, .four-boxes a:focus, .three-boxes a:focus {
  text-decoration: none !important;
}

.margin-top-50 {
  margin-top: 50px !Important;
}

.entered-parcels textarea {
  width: 100% !important;
}

.entered-parcels input {
  width: 95% !important;
}

.entered-parcels .input-material:focus ~ .bar:before {
  width: 100%;
}

.parcels-full-width textarea {
  width: 100%;
}

.parcels-full-width .input-material:focus ~ .bar:before {
  width: 100%;
}

.navbar a:hover, .navbar button:hover {
  text-decoration: none;
  color: #d79132;
}

.accordion .card-body {
  padding: 0px;
  margin-top: 0px;
  margin-left: 0px;
  height: 452px !important;
  border: solid 1px #3479b7;
}

.accordion .closebtn {
  position: absolute;
  font-size: 40px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 25px;
}

  .accordion .closebtn:hover {
    position: absolute;
    font-size: 40px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fed107;
    top: 25px;
    text-decoration: none;
  }

.fa-bars {
  position: absolute;
  top: 40px;
  right: 11px;
  color: #ffffff;
  background: rgb(34, 66, 125);
  padding: 8px 9px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}

.payment-details-new .col-md-6 {
  padding-right: 0px !important;
}

.payment-details-new li {
  padding: 14px 7px !important;
}

.grid-responsive {
  overflow-x: auto;
}

.three-boxes .blue-box, .three-boxes .green-box, .three-boxes .yellow-box {
  height: auto;
  min-height: 560px;
  display: flex;
  margin: 10px;
}

  .three-boxes .blue-box img, .three-boxes .green-box img, .four-boxes.three-boxes .yellow-box img {
    height: 35px !important;
    width: auto !important;
    margin-right: 5px !important;
    float: left;
  }

  .three-boxes .blue-box a, .three-boxes .green-box a, .three-boxes .yellow-box a {
    color: #fff;
  }

  .three-boxes .blue-box h1, .three-boxes .green-box h1, .three-boxes .yellow-box h1 {
    font-size: 20px;
    margin-top: -10px !important;
  }

  .three-boxes .yellow-box h1 {
    font-size: 20px;
    margin-top: 0px !important;
  }

.three-boxes p {
  font-size: 13px !important;
  margin-top: 10px;
}

.three-boxes li {
  font-size: 13px !important;
}

.three-boxes ul {
  padding-left: 20px !important;
}

.three-boxes .card-body {
  margin-left: 5px !Important;
  padding: 5px !important;
}


@media only screen and (max-width: 1199px) {

  .three-boxes .blue-box h1, .three-boxes .green-box h1, .three-boxes .yellow-box h1 {
    font-size: 20px !important;
    margin-top: 10px !important;
  }

  .three-boxes .blue-box, .three-boxes .green-box, .three-boxes .yellow-box {
    height: auto;
    min-height: 635px;
    display: flex;
  }

  .four-boxes img {
    width: 65px;
    margin-top: 10px;
    margin-right: 20px !important;
  }

  .four-boxes .yellow-box img {
    width: 55px !important;
    margin-right: 20px !important;
  }

  .four-boxes .red-box img {
    width: 70px !important;
  }

  .four-boxes p {
    font-size: 14px;
  }

  .four-boxes h1 {
    font-size: 26px !important;
    margin-top: -3px !important;
  }

  header ul {
    margin-top: 15px;
  }

  header li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px !important;
    font-size: 14px;
    text-align: right;
    padding: 0px 10px !important;
  }

  .four-boxes .red-box h1 {
    margin-top: -23px !important;
    letter-spacing: -1.6px;
  }

  .four-boxes .red-box p {
    letter-spacing: -0.5px;
  }

  .red-box, .yellow-box, .blue-box, .green-box {
    margin: 10px !important;
  }
}




@media only screen and (max-width: 991px) {

  .three-boxes .blue-box, .three-boxes .green-box, .three-boxes .yellow-box {
    height: auto !important;
    min-height: auto;
    display: flex;
  }

  .blue-box, .green-box, .yellow-box, .red-box {
    height: 130px !important;
  }

  .four-boxes .red-box h1 {
    margin-top: 0px !important;
  }

  tbody td {
    font-size: 13px !important;
    padding: 15px 10px !important;
  }

  th {
    font-size: 13px !important;
  }

  .hide-mb {
    display: none;
  }

  header li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px 0px 20px !important;
    font-size: 25px;
    text-align: right;
    padding: 0px 10px !important;
    width: 22%;
    margin-left: 30px !important;
  }

    header li .btn {
      text-align: right;
      font-size: 25px;
    }
}




@media only screen and (max-width: 767px) {

  .payment-details ul {
    width: 100%;
  }

  .payment-details li {
    padding: 15px 10px !important;
    font-size: 1 .payment-details .col-md-6

{
  padding-right: 0px !important;
}

.four-boxes .red-box h1 {
  margin-top: -25px !important;
}

.four-boxes {
  margin-bottom: 20px !important;
}

.select-text, .input-material {
  width: 100%;
}

.btn-primary.btn-primary-green {
  margin-top: 15px;
}

.mobile-margin-top-30 {
  margin-top: 30px !important;
}

.input-material:focus ~ .bar:before {
  width: 100% !important;
}

header li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 5px 0px 20px !important;
  font-size: 18px;
  text-align: right;
  padding: 0px 10px !important;
  width: 18%;
  margin-right: 14px !important;
}

  header li .btn {
    text-align: left;
    font-size: 18px;
  }

}

@media only screen and (max-width: 575px) {

    .navbar .add-new-icon {
      margin-top: 10px !important;
    }

  header ul {
    margin-top: 0px !Important;
  }

  header .col-12 {
    text-align: center !important;
  }

  .fa-bars {
    display: block !important;
  }

  header li {
    margin: 0px 0px 0px 0px !important;
    font-size: 15px;
    text-align: right;
    padding: 0px 0px !important;
    width: 30px !important;
    margin-left: 8px !important;
  }

    header li .btn {
      margin: 0px !important;
      font-size: 15px;
      text-align: left;
      padding: 0px !important;
      margin-left: 10px !important;
      width: 10px !important;
      display: contents;
    }

  .container {
    width: 95% !important;
  }

  .details-hide {
    display: none !important;
  }

  header ul {
    padding: 0px !important;
    margin-left: 30px;
  }

  .yellow-text h3 {
    margin-top: 10px !important;
  }

  .green-text h3 {
    margin-top: 12px !Important;
  }
}



@media only screen and (max-width: 520px) {

  .four-boxes .offset-sm-0 {
    padding: 0px !Important;
  }

  footer {
    font-size: 13px !important;
  }

  .four-boxes {
    margin-bottom: 10px !Important;
  }


    .four-boxes h1 {
      font-size: 19px !important;
      margin-top: 0px !important;
    }

    .four-boxes img {
      width: 50px;
      margin-top: 10px;
      bottom: 20px !important;
    }

  .blue-box, .green-box, .yellow-box, .red-box {
    height: auto !important;
    min-height: 100px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .four-boxes .red-box img {
    width: 40px !important;
  }

  .four-boxes img {
    width: 40px !important;
    margin-top: 20px !important;
  }

  .four-boxes .green-box img {
    margin-right: 10px !important;
  }

  .four-boxes .yellow-box img {
    margin-right: 10px !important;
    width: 30px !important;
  }

  .four-boxes img {
    margin-right: 10px !important;
  }

  .four-boxes .red-box h1 {
    margin-top: -10px !important;
  }

  .card-body {
    margin-top: 19px !important;
  }

  header li {
    margin: 0px 5px 0px 0px !important;
    font-size: 14px;
    text-align: right;
    padding: 0px 5px !important;
    width: 20px !important;
    margin-left: 10px !important;
  }

  .four-boxes.three-boxes h1 {
    margin-top: 0px !important;
    font-size: 18px !important;
  }

  .four-boxes {
    margin-bottom: 0px;
  }

  footer li:nth-child(2) {
    display: none
  }
}















.Button {
  height: 50px;
  position: relative;
  background: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  position: fixed;
  top: 0px;
  padding-left: 0px;
  width: 17%;
  color: #e1ffff;
}

  .nav-side-menu .brand {
    background-color: #083478;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .nav-side-menu .toggle-btn {
    display: none;
  }

  .nav-side-menu ul,
  .nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
  }

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f13a";
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: middle;
      float: right;
      font-weight: 900;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active {
      border-left: 3px solid #d19b3d;
      background-color: #4f5b69;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
      color: #d19b3d;
    }

      .nav-side-menu ul .sub-menu li.active a,
      .nav-side-menu li .sub-menu li.active a {
        color: #d19b3d;
      }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
      background-color: #181c20;
      border: none;
      line-height: 28px;
      border-bottom: 1px solid #23282e;
      margin-left: 0px;
    }

      .nav-side-menu ul .sub-menu li:hover,
      .nav-side-menu li .sub-menu li:hover {
        background-color: #020203;
      }

      .nav-side-menu ul .sub-menu li:before,
      .nav-side-menu li .sub-menu li:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        font-weight: 900;
      }

  .nav-side-menu li {
    padding-left: 0px;
    border-bottom: 1px solid #04265a;
    background: #083478;
    padding: 5px 25px;
    transition: all ease-in 0.1s;
  }

    .nav-side-menu li a {
      text-decoration: none;
      color: #e1ffff;
    }

      .nav-side-menu li a i {
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
      }

    .nav-side-menu li:hover {
      border-left: 3px solid #d19b3d;
      background-color: #4f5b69;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
    }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

    .nav-side-menu .toggle-btn {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 10 !important;
      padding: 3px;
      background-color: #ffffff;
      color: #000;
      width: 40px;
      text-align: center;
    }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

footer a {
  color: #6c747d;
}

  footer a:hover {
    color: #d79132;
    text-decoration: none;
  }

.validation-bug .ng-touched ~ label {
  top: -14px;
  font-size: 12px;
  color: #2F80ED;
}

.validation-bug.validation-bug-mock .ng-touched ~ label {
  top: 0px !important;
  left: 10px !important;
  font-size: 12px;
  color: #2F80ED;
}

.validation-bug-mock + .error-msg, .validation-bug-mock + .text-danger .error-msg {
  text-align: left !important;
  position: relative;
  left: 30px;
  width: 80%;
}

.grip-spl li {
  float: left;
  width: 33.3%;
}

  .grip-spl li:nth-last-child(1) {
    text-align: right;
    padding-right: 0px;
  }

.grip-spl {
  margin: 13px 0;
  border-bottom: solid 1px #ddd;
  padding-left: 0px !important;
}

  .grip-spl:nth-last-child(1) {
    margin: 20px 0;
    border-bottom: solid 0px #ddd;
    margin-bottom: 0px !important;
  }

  .grip-spl button {
    position: relative;
    bottom: 10px;
    left: 10px
  }

  .grip-spl i {
    position: relative;
    right: 10px;
  }

h6 {
  margin-bottom: 20px;
}

.row:before, .row:after {
  display: inline-block !important;
}

#captcha + input {
  padding: 10px 10px;
  border: solid 1px #8e8e8e;
  border-radius: 4px;
  width: 70%;
  margin-bottom: 15px;
}

#captcha canvas {
  margin-bottom: -15px;
  margin-top: 5px;
}

.form-control::placeholder {
  color: #bcbcbc;
  opacity: 1;
  line-height: 30px !important;
}

.manage-profile input[type=password]:-moz-read-only { /* For Firefox */
  pointer-events: none;
}

.manage-profile input[type=password]:read-only {
  pointer-events: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.white-blue button[disabled] {
  cursor: no-drop;
  opacity: 0.5;
}

optgroup[label="--TaxList--"] {
  color: #b7b7b7;
  font-weight: 400;
}

optgroup[label="--GroupList--"] {
  color: #b7b7b7;
  font-weight: 400;
  margin-top: 20px;
}

option {
  color: #6b6b6b;
  font-weight: 400;
}


@media print {
  .payment-details li b {
    margin-right: 5px;
    margin-left: 5px;
  }

  .payment-details li p {
    margin-right: 20px;
  }

  .payment-details ul {
    border: solid 1px #e4e4e4;
    padding: 0px;
    margin-top: 25px;
    width: 650px;
  }

  .payment-details .col-md-6 {
    padding-right: 100px;
  }

  .payment-details li:nth-child(even) {
    background: #fff;
  }

  .payment-details li:nth-child(odd) {
    background: #f7f7f7;
  }

  .payment-details li:nth-child(odd) {
    background: #f7f7f7;
  }

  .payment-details-new li {
    padding: 14px 7px !important;
  }

  .payment-details li {
    list-style-type: none;
    background: #333;
    padding: 14px 35px;
    display: flex;
    word-break: break-word;
  }
}
