/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.modal-backdrop {
  background-color: #d4e9ff;
}
.modal-backdrop.show {
  opacity: 0;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -50px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header a:hover {
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  /*  padding-top: 25px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      border-top: 1px solid @border-lt-gray;
      margin-top: 10px;
      &.no-border {
        border-top: 0px;
        padding-top: 10px;
        margin-top: 0px;
      }*/
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.base-modal .petticoat {
  opacity: 0;
}
.base-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.base-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.base-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.base-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.base-modal .modal-header a:active {
  transform: scale(1.02);
}
.base-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.base-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .petticoat {
  opacity: 0;
}
.large-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.large-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.large-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.large-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.large-modal .modal-header a:active {
  transform: scale(1.02);
}
.large-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.large-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .modal-dialog {
  max-width: 1250px;
}
.Xlarge-modal .petticoat {
  opacity: 0;
}
.Xlarge-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.Xlarge-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.Xlarge-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.Xlarge-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.Xlarge-modal .modal-header a:active {
  transform: scale(1.02);
}
.Xlarge-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.Xlarge-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.Xlarge-modal .modal-dialog {
  max-width: 1450px;
}
.Xlarge-modal .modal-content {
  min-width: 1450px;
  max-width: 1450px;
}
.cc-modal .petticoat {
  opacity: 0;
}
.cc-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.cc-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.cc-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.cc-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.cc-modal .modal-header a:active {
  transform: scale(1.02);
}
.cc-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.cc-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.cc-modal .modal-dialog {
  max-width: 1050px;
}
.galery-modal .petticoat {
  opacity: 0;
}
.galery-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.galery-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.galery-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.galery-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.galery-modal .modal-header a:active {
  transform: scale(1.02);
}
.galery-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.galery-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.galery-modal .modal-dialog {
  max-width: 1050px;
}
.standard-modal .petticoat {
  opacity: 0;
}
.standard-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.standard-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.standard-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.standard-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.standard-modal .modal-header a:active {
  transform: scale(1.02);
}
.standard-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.standard-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.error-modal .petticoat {
  opacity: 0;
}
.error-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.error-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.error-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.error-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.error-modal .modal-header a:active {
  transform: scale(1.02);
}
.error-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.error-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.error-modal .modal-dialog {
  max-width: 600px;
}
.midsize-modal .petticoat {
  opacity: 0;
}
.midsize-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.midsize-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.midsize-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.midsize-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.midsize-modal .modal-header a:active {
  transform: scale(1.02);
}
.midsize-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.midsize-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.midsize-modal .modal-dialog {
  max-width: 1100px;
}
.note-modal .petticoat {
  opacity: 0;
}
.note-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.note-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.note-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.note-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.note-modal .modal-header a:active {
  transform: scale(1.02);
}
.note-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.note-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.note-modal .modal-dialog {
  max-width: 700px;
}
.mini-modal .petticoat {
  opacity: 0;
}
.mini-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.mini-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.mini-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.mini-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.mini-modal .modal-header a:active {
  transform: scale(1.02);
}
.mini-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.mini-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.mini-modal .modal-dialog {
  max-width: 300px;
}
.level-1 .modal-content {
  margin-top: 25px;
}
.level-2 .modal-content {
  margin-top: 50px;
}
.level-3 .modal-content {
  margin-top: 75px;
}
.level-4 .modal-content {
  margin-top: 100px;
}
.border-primary {
  border-color: #1f1e2e !important;
}
.btn-primary {
  color: #fff;
  background-color: #1f1e2e;
  border-color: #1f1e2e;
}
.primary-outline-btn {
  background-color: #201f2c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2d2b44;
  border-color: #1f1e2e;
}
.btn-danger {
  color: #fff;
  background-color: danger-custom-color;
  border-color: danger-custom-color;
}
.bg-primary {
  background-color: #1f1e2e !important;
}
.text-primary {
  color: #1f1e2e !important;
}
.text-danger {
  color: #ce2727 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1f1e2e;
}
.fa-search-rigth {
  font-size: 20px;
  margin-top: -29px;
  margin-right: 7px;
  float: right;
}
/*
#pagination {
  .pagination {
    float: right;
  }
}*/
.shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1f1e2e;
  border-color: #1f1e2e;
}
.card-show-image {
  margin-bottom: 10px;
}
.card-show-image .card-header {
  height: 40px;
}
.card-show-image .card-header div {
  margin-top: -4px;
}
.card-show-image .card-header i {
  cursor: pointer;
}
.card-show-image .card-header i:hover {
  transform: scale(1.1);
}
.card-show-image .card-header i:active {
  transform: scale(1.3);
}
.card-show-image .card-body {
  padding: 5px;
}
.btn-size {
  width: 120px;
}
.dropdown-item:active {
  color: white;
}
.dropdown-item:hover {
  cursor: pointer;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: white;
}
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: none;
  background: rgba(31, 30, 46, 0.8) no-repeat 0 50%;
}
.fa-8x {
  font-size: 8em;
}
.text-green {
  color: #3030f6 !important;
}
.detected-windows {
  overflow: hidden;
  padding-right: 0px!important;
}
#page-wrap {
  background-image: url("../images/1gbg.jpg");
  background-color: #1f1e2e;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  height: 100vh;
  position: relative;
}
#page-wrap header {
  background: transparent!important;
}
#page-wrap header #navbarDropdown {
  margin-top: -50px;
}
#page-wrap header #menu-bar {
  margin-top: -10px;
}
#page-wrap header #small-img {
  margin-top: -10px;
}
#page-wrap header #text {
  margin-top: -7px;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-wrap2 {
  height: 100vh;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap2 .ajax-button .button-loader,
#page-wrap2 .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap2 .ajax-button .button-loader .loading-dot,
#page-wrap2 .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap2 .ajax-button .button-loader .loading-dot.dot1,
#page-wrap2 .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap2 .ajax-button .button-loader .loading-dot.dot2,
#page-wrap2 .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap2 .ajax-button .button-loader .loading-dot.dot3,
#page-wrap2 .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap2 .ajax-button .button-loader .loading-dot.dot4,
#page-wrap2 .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap2 .ajax-button .button-loader .loading-dot,
#page-wrap2 .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap2 .ajax-button.syncing .button-loader,
#page-wrap2 .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap2 .ajax-button.syncing .button-text {
  display: none;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
  #page-wrap2 {
    padding-bottom: 75px;
  }
  #page-wrap2 #page-footer {
    height: 75px;
  }
  #page-wrap2 #page-footer .copy,
  #page-wrap2 #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap2 #page-footer .copy .nav-item,
  #page-wrap2 #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap2 #page-footer .copy .nav-item a,
  #page-wrap2 #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
  #page-wrap2 {
    padding-bottom: 85px;
  }
  #page-wrap2 #page-footer {
    height: 85px;
  }
  #page-wrap2 #page-footer .xs-only {
    display: block;
  }
}
.nav-screen {
  height: 70px;
}
.nav-screen .copy {
  margin-left: -15px;
}
/*
.navbar-brand {
  img {
    width: 40px;
    margin-top: -5px;
  }

  span {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
   margin-top: 60px;
    img {
      width: 120px;
      z-index: 1500;
    }
    span {
      font-size: 30px;
    }
  }

  #page-wrap {
    header {
      height: 90px;
    }
  }

  //menu - desktop
  #menu {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
  }

  #menu-bar {
    display: none;
  }

  #pagination {
     .pagination {
       float: right;
     }
  }
} 

@media (max-width: 1200px) {
  #menu {
    padding-bottom: 20px;
    margin-right: 10px;
    padding-top: 20px;
    display: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid gainsboro;
  }

  #pagination {
    text-align: center;
    .pagination {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
}

#panel {
  border-left: 1px solid rgb(224, 224, 224);
}

//menu - normal
#menu {
  .row {
    margin-left: 10px;
    margin-right: 10px;
    .col {
      margin-left: 6px;
    }
  }
}

#page-header {
  border-top: 2px solid white;
}

#menu-left{
  position: fixed;
  width: 244px;
  margin-top: 220px;
}

#menu-right{
  border-left: 1px solid gainsboro;
  margin-left: 260px;
}

#nav-footer{
  border-top: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  width: 276px;
  text-align: center;
  padding-left: 50px;
}


*/
@media (min-width: 1200px) {
  #page-wrap header {
    height: 80px;
    margin-top: 6px;
  }
  #page-wrap header #big-logo {
    margin-top: 10px;
    position: absolute;
    top: 0;
  }
  #page-wrap header #text {
    /*
        font-size: 27px;
        color: white;
        margin-top: -20px;
        margin-left: -8px;*/
    position: absolute;
    top: 0;
    font-size: 27px;
    color: white;
    margin-top: 30px;
    margin-left: 110px;
  }
  #page-wrap2 header {
    height: 80px;
    margin-top: -1px;
  }
  #page-wrap2 header #big-logo {
    margin-top: 55px;
  }
  #page-wrap2 header #text {
    font-size: 27px;
    color: white;
    margin-top: 42px;
    margin-left: -8px;
  }
  #pagination .pagination {
    float: right;
  }
}
@media (max-width: 1200px) {
  #page-wrap header {
    height: 60px;
    margin-top: 0px;
  }
  #page-wrap header #text {
    font-size: 25px;
    color: white;
    margin-left: -6px;
  }
  #page-wrap header #small-img {
    margin-left: -5px;
  }
  #page-wrap header button {
    background-color: #1f1e2e;
    border: 1px solid white;
  }
  #menu-left {
    display: none;
    margin-top: 110px;
  }
  #nav-footer {
    border-top: 1px solid white;
  }
  #pagination {
    text-align: center;
  }
  #pagination .pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  #nav-footer2 {
    display: none;
  }
  #menu-left {
    position: fixed;
    width: 244px;
    margin-top: 235px;
  }
  #menu-right {
    border-left: 1px solid gainsboro;
    margin-left: 260px;
  }
  #nav-footer {
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    width: 276px;
    text-align: center;
    padding-left: 50px;
    border-top-right-radius: 5px;
  }
}
#nav-footer {
  color: white;
}
#nav-footer2 {
  border-top: 1px solid white;
  background-color: white;
}
#footer-init {
  border-top: 1px solid white;
  background-color: white;
}
#homepage a:not(.btn) {
  color: #14acc2;
  border-bottom: 1px solid #000;
}
#homepage a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
#homepage .hero {
  padding-top: 100px;
  padding-bottom: 25px;
  color: #14acc2;
  position: relative;
}
#homepage .hero .hero-image {
  width: 220px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#homepage .hero .hero-image img {
  position: absolute;
}
#homepage .hero .hero-image .sky {
  width: 170px;
  left: 25px;
  top: 25px;
}
#homepage .hero .hero-image .cloud {
  -moz-animation-name: flyfade;
  -webkit-animation-name: flyfade;
  -ms-animation-name: flyfade;
  -o-animation-name: flyfade;
  animation-name: flyfade;
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 80px;
}
@-webkit-keyframes flyfade {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(110px, 0px);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-moz-keyframes flyfade {
  0% {
    -moz-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-o-keyframes flyfade {
  0% {
    -o-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(220px, 0);
    opacity: 0;
  }
}
@keyframes flyfade {
  0% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(220px, 0);
    opacity: 0;
  }
}
#homepage .hero .hero-image .cloud.cloud-1 {
  top: 55px;
  left: -40px;
  opacity: 0;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#homepage .hero .hero-image .cloud.cloud-2 {
  top: 45px;
  left: -40px;
  opacity: 0;
}
#homepage .hero .hero-image .ship {
  -moz-animation-name: skid;
  -webkit-animation-name: skid;
  -ms-animation-name: skid;
  -o-animation-name: skid;
  animation-name: skid;
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 160px;
  bottom: 50px;
  left: 18px;
}
@-webkit-keyframes skid {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  30% {
    -webkit-transform: translate(-3px, -2px);
  }
  40% {
    -webkit-transform: translate(-4px, -1px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 1px);
  }
  70% {
    -webkit-transform: translate(-3px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, 2px);
  }
  90% {
    -webkit-transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes skid {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-1px, -1px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  30% {
    -moz-transform: translate(-3px, -2px);
  }
  40% {
    -moz-transform: translate(-4px, -1px);
  }
  50% {
    -moz-transform: translate(-5px, 0px);
  }
  60% {
    -moz-transform: translate(-4px, 1px);
  }
  70% {
    -moz-transform: translate(-3px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, 2px);
  }
  90% {
    -moz-transform: translate(-1px, 1px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@-o-keyframes skid {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-1px, -1px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  30% {
    -o-transform: translate(-3px, -2px);
  }
  40% {
    -o-transform: translate(-4px, -1px);
  }
  50% {
    -o-transform: translate(-5px, 0px);
  }
  60% {
    -o-transform: translate(-4px, 1px);
  }
  70% {
    -o-transform: translate(-3px, 2px);
  }
  80% {
    -o-transform: translate(-2px, 2px);
  }
  90% {
    -o-transform: translate(-1px, 1px);
  }
  100% {
    -o-transform: translate(0, 0px);
  }
}
@keyframes skid {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-1px, -1px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  30% {
    transform: translate(-3px, -2px);
  }
  40% {
    transform: translate(-4px, -1px);
  }
  50% {
    transform: translate(-5px, 0px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  70% {
    transform: translate(-3px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  90% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#homepage .hero .hero-image .water {
  width: 170px;
  bottom: 40px;
  left: 25px;
}
#homepage .hero h1 {
  padding-bottom: 50px;
}
#homepage .hero .more-info-text {
  -moz-animation-name: bob;
  -webkit-animation-name: bob;
  -ms-animation-name: bob;
  -o-animation-name: bob;
  animation-name: bob;
  -moz-animation-duration: 3.2s;
  -webkit-animation-duration: 3.2s;
  -ms-animation-duration: 3.2s;
  -o-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  cursor: pointer;
  margin-top: 75px;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
#homepage .hero .more-info-text .text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
#homepage .hero .more-info-text .icon {
  font-size: 20px;
}
#homepage .about-wrapper {
  background-color: #eef5f9b8;
}
#homepage .about-wrapper .about {
  padding-top: 75px;
  padding-bottom: 50px;
}
#homepage .about-wrapper .about p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .about-wrapper .features {
  padding-top: 25px;
  padding-bottom: 100px;
}
#homepage .about-wrapper .features .feature .icon {
  background-color: #14acc2;
  color: #fff;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 75px;
  text-align: center;
}
#homepage .setup {
  padding-top: 75px;
}
#homepage .setup .step {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 240px;
  position: relative;
}
#homepage .setup .step .step-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
}
#homepage .setup .step .step-image img {
  width: 100%;
}
#homepage .pep-talk {
  padding-top: 50px;
  padding-bottom: 100px;
}
#homepage .pep-talk p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .pep-talk a {
  border-bottom: none;
}
#homepage.uninitialized {
  height: 100%;
}
#homepage.uninitialized .hero,
#homepage.uninitialized .about,
#homepage.uninitialized .features,
#homepage.uninitialized .setup,
#homepage.uninitialized .pep-talk {
  opacity: 0;
}
@media (max-width: 991px) {
  #homepage .setup .step {
    padding-left: 0px;
  }
  #homepage .setup .step .step-image {
    display: none;
  }
}
@media (max-width: 450px) {
  #homepage .hero {
    padding-top: 50px;
  }
  #homepage .hero h1.display-4 {
    font-size: 34px;
  }
}
#welcome {
  /*****************************************************/
  background-image: url("../images/1gbg.jpg");
  background-color: #1f1e2e;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  min-height: 100vh;
  /********************modal**************************/
}
#welcome .col-m-top {
  margin-top: 100px;
  border-bottom: 1px solid gainsboro;
}
#welcome .big-text {
  padding-top: 7%;
}
#welcome .big-text2 {
  padding-top: 3%;
}
#welcome .title-180px {
  font-size: 180px;
  color: #fff;
}
#welcome .title-120px {
  font-size: 120px;
  color: #3030f6;
}
#welcome .fa-20x {
  font-size: 20em;
  color: #3030f6;
}
#welcome .btn-green {
  border-color: #3030f6;
  color: #3030f6;
  width: 100%;
  min-height: 60px;
  min-width: 140px;
  font-size: 24px;
  line-height: 32px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 10px;
}
#welcome .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#welcome .modal {
  margin-top: 50px;
}
#welcome .modal .petticoat {
  background-color: transparent;
}
#welcome .modal .modal-header {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border: none;
}
#welcome .modal .modal-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  background-color: #27293d;
  border-radius: 10px;
  border-color: gray;
}
#welcome .modal .modal-content .modal-footer {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#welcome .modal-s550 .modal-dialog {
  max-width: 550px;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  overflow: hidden;
  min-height: 100vh;
}
#login .form-control {
  font-size: 1.5rem!important;
}
#login .labelUp {
  font-size: 1.5rem;
}
#login .btn-lg,
#login .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#login .text-green {
  color: #3030f6;
}
#login .btn-primary {
  color: #fff;
  background-color: #3030f6;
  border-color: #3030f6;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 5px;
}
#login .big-text {
  padding-top: 7%;
}
#login .big-text2 {
  padding-top: 3%;
}
#login .title-180px {
  font-size: 180px;
  color: #fff;
}
#login .title-120px {
  font-size: 120px;
  color: #3030f6;
}
#login .fa-20x {
  font-size: 20em;
  color: #3030f6;
}
#login .btn-green {
  border-color: #3030f6;
  color: #3030f6;
  width: 100%;
  min-height: 60px;
  min-width: 140px;
  font-size: 24px;
  line-height: 32px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 10px;
}
#login .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .login-form-container {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .login-form-container {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  #login {
    padding-top: 20px;
  }
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#search-view {
  min-height: 100vh;
  overflow: hidden;
  /*
    .red-box {
        background-color: @danger-custom-color;
        border: 1px solid @danger-custom-color;
        color: white;
    }*/
  /*
    .green-box {
        background-color: @success-custom-color;
        border: 1px solid @success-custom-color;
        color: white;
    }*/
}
#search-view .textPrice {
  font-style: oblique;
  text-decoration-line: line-through;
  opacity: 0.2;
  color: #070707;
}
#search-view .table-1 {
  margin-top: 60px!important;
}
#search-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#search-view .fa-8x {
  font-size: 8em;
}
#search-view .spinner-border {
  align-self: center;
}
#search-view #container {
  overflow: hidden;
}
#search-view a {
  text-decoration: none;
}
#search-view .form-control {
  font-size: 1.5rem!important;
}
#search-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
}
#search-view .fa-search-rigth {
  margin-top: -35px !important;
}
#search-view .text-green {
  color: #3030f6;
}
#search-view .title1 {
  font-size: 60px;
}
#search-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#search-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#search-view .left-text-pag {
  align-self: center;
}
#search-view .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white!important;
  background-color: #1e1e2f!important;
  border: 1px solid #dee2e6;
  font-size: 2rem!important;
}
#search-view .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3030f6 !important;
  border-color: #3030f6 !important;
}
#search-view .tab-content {
  font-size: 1.5rem;
}
#search-view .nav-item {
  font-size: 1.5rem;
}
#search-view .container-fluid .row .barCont {
  height: 3px;
}
#search-view .container-fluid .row table thead {
  background-color: white;
}
#search-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
#search-view .container-fluid .table-size {
  height: 130px;
  overflow: auto;
}
#search-view .container-fluid #rTable {
  height: 300px;
  overflow-y: auto;
}
#search-view .container-fluid .row-respon {
  height: 200px;
  overflow: auto;
}
#search-view #tree {
  overflow: hidden;
}
@media (min-width: 991px) {
  #search-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #search-view .first-panel {
    margin-top: 90px;
  }
}
#search-view .clientTable {
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  height: 200px;
  margin-bottom: 10px;
  overflow-y: auto;
}
#search-view .clientTable3 {
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow-y: auto;
}
#search-view .clientTable2 {
  border: 1px solid #1f1e2e;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  height: 200px;
  margin-bottom: 10px;
  overflow-y: auto;
}
#search-view .stockTable {
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
}
#search-view .hand:hover {
  cursor: pointer;
}
#search-view .arrow {
  color: #1f1e2e;
}
#search-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#search-view .arrow:active {
  transform: scale(1.3);
}
#search-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#search-view .left-side:hover {
  opacity: 0.6;
}
#search-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#search-view .right-side:hover {
  opacity: 0.6;
}
#search-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#search-view .s-point {
  border-radius: 150px;
  background-color: #1f1e2e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#search-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#search-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#search-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#search-view .fa-color {
  color: #c0baba;
}
#search-view .fa-size {
  font-size: 22px;
}
#screen-view .img-cont {
  position: absolute;
  margin-top: 184px;
  margin-left: -280px;
  width: 250px;
}
#screen-view .cmp {
  background-color: #1f1e2e;
  color: white;
  height: 70px;
  border-radius: 5px;
  font-size: 20px;
  margin-left: 10px;
}
#screen-view .cmp .title {
  margin-left: 10px;
}
#screen-view .cmp .sign {
  float: right;
  margin-right: 10px;
}
#screen-view #cmpTotal2 {
  background-color: #ce2727;
  height: 70px;
  border-radius: 5px;
  font-weight: bold;
}
#screen-view #cmpTotal2 span {
  color: white;
  font-size: 20px;
}
#screen-view #cmpTotal2 .title {
  margin-left: 10px;
}
#screen-view #cmpTotal2 .sign {
  float: right;
  margin-right: 10px;
}
#screen-view #cmpTotal {
  background-color: #ce2727;
  height: 70px;
  border-top-left-radius: 5px;
  font-weight: bold;
  margin-right: -15px;
  margin-left: 20px;
}
#screen-view #cmpTotal span {
  color: white;
  font-size: 23px;
}
#screen-view #cmpTotal .title {
  margin-left: 10px;
}
#screen-view #cmpTotal .sign {
  float: right;
  margin-right: 10px;
}
#screen-view .left-bord {
  border-left: 1px solid gainsboro;
}
#client-view {
  overflow: hidden;
  min-height: 100vh;
}
#client-view .table-1 {
  margin-top: 100px;
}
#client-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#client-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#client-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#client-view .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white!important;
  background-color: #1e1e2f!important;
  border: 1px solid #dee2e6;
  font-size: 2rem!important;
}
#client-view .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3030f6 !important;
  border-color: #3030f6 !important;
}
#client-view .tab-content {
  font-size: 1.5rem;
}
#client-view .nav-item {
  font-size: 1.5rem;
}
#client-view .form-control {
  font-size: 1.5rem!important;
}
#client-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
}
#client-view .fa-search-rigth {
  margin-top: -35px !important;
}
#client-view .text-green {
  color: #3030f6;
}
#client-view .btn-primary.disabled,
#client-view .btn-primary:disabled {
  color: #fff;
  background-color: #3030f6;
  border-color: #3030f6;
}
#client-view .chart-body {
  min-height: 500px;
}
#client-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (min-width: 991px) {
  #client-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #client-view .first-panel {
    margin-top: 90px;
  }
}
/*

#client-view {

    .col-m-top{
        margin-top: 110px;
    }

    .col-m-top1{
        margin-top: 106px;
    }

    .r-side {
        border-right: 1px solid gainsboro;
    }

    .input-style {
       background-color: white;
        &:hover{
            cursor: not-allowed;
        }
    }

}*/
#sale-view {
  overflow: hidden;
  min-height: 100vh;
}
#sale-view .table-1 {
  margin-top: 100px;
}
#sale-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#sale-view .fa-8x {
  font-size: 8em;
}
#sale-view .spinner-border {
  align-self: center;
}
#sale-view .form-control {
  font-size: 1.5rem!important;
}
#sale-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
}
#sale-view .fa-search-rigth {
  margin-top: -35px !important;
}
#sale-view .text-green {
  color: #3030f6;
}
#sale-view .title1 {
  font-size: 60px;
}
#sale-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#sale-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#sale-view .btn-pay {
  background-color: #3030f6;
  width: 80%;
  min-height: 100px;
  min-width: 180px;
  font-size: 24px;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sale-view .outline {
  color: #3030f6;
  border-color: #3030f6;
  background-color: transparent;
  width: 80%;
  min-height: 60px;
  min-width: 180px;
  font-size: 24px;
  line-height: 32px;
}
#sale-view .card-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 780px;
  min-height: 780px;
}
#sale-view .textPrice {
  font-style: oblique;
  text-decoration-line: line-through;
  opacity: 0.2;
  color: #070707;
}
#sale-view .lastScnImg {
  min-height: 180px;
  border: 5px solid #3030f6;
  border-radius: 4px;
}
#sale-view .noImg {
  min-height: 200px;
  min-width: 200px;
  border: 5px solid #3030f6;
  border-radius: 4px;
  padding-top: 32px;
}
#sale-view .fa-8x {
  font-size: 8em;
}
#reception-view {
  overflow: hidden;
  min-height: 100vh;
}
#reception-view .form-control {
  font-size: 1.5rem!important;
}
#reception-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
  font-size: 1.6rem!important;
}
#reception-view .labelUp {
  font-size: 1.5rem;
}
#reception-view .text-green {
  color: #3030f6;
}
#reception-view .btn-green {
  background-color: #3030f6;
  color: white;
}
#reception-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#reception-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#reception-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#reception-view .badge {
  font-size: 1.5rem;
}
#reception-view .badge-primary {
  background-color: #3030f6;
}
#reception-view .container-fluid .row .barCont {
  height: 3px;
}
#reception-view .container-fluid .row table thead {
  background-color: white;
}
#reception-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  #reception-view {
    /*
        .t-center{
            text-align: center;
        }
        .t-right {
            text-align: right;
        }*/
  }
  #reception-view .mt-panel {
    margin-top: 96px;
  }
  #reception-view .btn-s-create {
    margin-top: 9px;
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #reception-view {
    /*
        .t-center{
            text-align: center;
        }
        .t-right {
            text-align: center;
        }
        .t-left{
            text-align: center;
        }*/
  }
  #reception-view .first-panel {
    margin-top: 90px;
  }
}
#invoice-view {
  overflow: hidden;
  min-height: 100vh;
}
#invoice-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
  font-size: 1.6rem!important;
}
#invoice-view .labelUp {
  font-size: 1.5rem;
}
#invoice-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#invoice-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#invoice-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#invoice-view .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white!important;
  background-color: #1e1e2f!important;
  border: 1px solid #dee2e6;
  font-size: 2rem!important;
}
#invoice-view .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3030f6 !important;
  border-color: #3030f6 !important;
}
#invoice-view .tab-content {
  font-size: 1.5rem;
}
#invoice-view .nav-item {
  font-size: 1.5rem;
}
#invoice-view .form-control {
  font-size: 1.5rem!important;
}
#invoice-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
}
#invoice-view .fa-search-rigth {
  margin-top: -35px !important;
}
#invoice-view .text-green {
  color: #3030f6;
}
#invoice-view .btn-green {
  color: #fff;
  background-color: #3030f6;
  border-color: #3030f6;
}
#invoice-view .dropdown-item {
  font-size: 1.5rem;
}
#invoice-view th {
  font-size: 1.5rem;
}
#invoice-view td {
  font-size: 1.5rem;
}
#invoice-view .container-fluid .row .barCont {
  height: 3px;
}
#invoice-view .container-fluid .row table thead {
  background-color: white;
}
#invoice-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#invoice-view .responsive {
  overflow: auto;
  height: 600px;
  width: 1000px;
}
@media (min-width: 991px) {
  #invoice-view .mt-panel {
    margin-top: 96px;
  }
}
@media (max-width: 992px) {
  #invoice-view .first-panel {
    margin-top: 90px;
  }
}
#transfer-view {
  overflow: hidden;
  min-height: 100vh;
}
#transfer-view .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white!important;
  background-color: #1e1e2f!important;
  border: 1px solid #dee2e6;
  font-size: 2rem!important;
}
#transfer-view .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3030f6 !important;
  border-color: #3030f6 !important;
}
#transfer-view .tab-content {
  font-size: 1.5rem;
}
#transfer-view .nav-item {
  font-size: 1.5rem;
}
#transfer-view .form-control {
  font-size: 1.5rem!important;
}
#transfer-view select.form-control:not([size]):not([multiple]) {
  height: auto!important;
  font-size: 1.6rem!important;
}
#transfer-view .labelUp {
  font-size: 1.5rem;
}
#transfer-view .text-green {
  color: #3030f6;
}
#transfer-view .btn-green {
  background-color: #3030f6;
  color: white;
}
#transfer-view #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#transfer-view .header-bg {
  background-color: #1e1e2f;
  height: 80px;
}
#transfer-view .footer-bg {
  background-color: #1e1e2f;
  height: 100px;
}
#transfer-view .badge {
  font-size: 1.5rem;
}
#transfer-view .badge-primary {
  background-color: #86c233;
}
#transfer-view .dropdown-item {
  font-size: 1.5rem;
}
#transfer-view th {
  font-size: 1.5rem;
}
#transfer-view td {
  font-size: 1.5rem;
}
#transfer-view .container-fluid .row .table-responsive {
  min-height: 250px;
}
#transfer-view .container-fluid .row .hand {
  cursor: pointer;
}
#transfer-view .container-fluid .row .col-top {
  margin-top: 100px;
  margin-bottom: 20px;
}
#transfer-view .container-fluid .row .col-top .row .col {
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
}
#transfer-view .container-fluid .row .col-top .row .selected-tap {
  color: #1f1e2e;
  border-bottom: 4px solid #1f1e2e;
  font-size: 18px;
}
#transfer-view .container-fluid .row .col-top .row .unselected-tap {
  color: #8b8989;
  border-bottom: 4px solid #eee9e9;
}
#transfer-view .container-fluid .row .col-top .row .unselected-tap:hover {
  color: #1f1e2e;
}
#transfer-view .container-fluid .row .barCont {
  height: 3px;
}
#transfer-view .container-fluid .row table thead {
  background-color: white;
}
#transfer-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media (min-width: 991px) {
  #transfer-view .mt-panel {
    margin-top: 96px;
  }
  #transfer-view .col-left {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  #transfer-view .first-panel {
    margin-top: 90px;
  }
}
#transfer-view .fileStyle {
  display: none;
}
#transfer-view .labe-file {
  height: 33px;
}
#transfer-view .badge-size {
  width: 90px;
}
#transfer-view .fa-color {
  color: #c0baba;
}
#transfer-view .badge-width {
  width: 70px;
}
#transfer-view .badge-color {
  width: 70px;
  border: 1px solid gainsboro;
  border-radius: 5px;
}
#transfer-view .arrow {
  color: #1f1e2e;
}
#transfer-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#transfer-view .arrow:active {
  transform: scale(1.3);
}
#transfer-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#transfer-view .left-side:hover {
  opacity: 0.6;
}
#transfer-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#transfer-view .right-side:hover {
  opacity: 0.6;
}
#transfer-view .scroll-div {
  overflow: auto;
  min-height: 150px;
  max-height: 150px;
}
#transfer-view .div-size200 {
  overflow: auto;
  min-height: 200px;
  max-height: 200px;
}
#transfer-view .responsive {
  overflow: auto;
  height: 600px;
}
#transfer-view .text-width {
  max-width: 85px;
}
#transfer-view .btn-check {
  height: 70px;
  font-size: 22px;
}
#transfer-view .cmp {
  border: 2px solid gainsboro;
  color: #747070;
  height: 70px;
  border-radius: 5px;
  font-size: 20px;
}
#transfer-view .cmp .title {
  margin-left: 10px;
}
#transfer-view .cmp .sign {
  float: right;
  margin-right: 10px;
}
#transfer-view #cmpTotal2 {
  background-color: #ce2727;
  height: 70px;
  border-radius: 5px;
  font-weight: bold;
}
#transfer-view #cmpTotal2 span {
  color: white;
  font-size: 20px;
}
#transfer-view #cmpTotal2 .title {
  margin-left: 10px;
}
#transfer-view #cmpTotal2 .sign {
  float: right;
  margin-right: 10px;
}
#transfer-view .m-left {
  width: 244px;
}
#transfer-view .margin-top {
  margin-top: -90px;
}
#view-payment {
  overflow: hidden;
  min-height: 100vh;
  /********************modal**************************/
}
#view-payment .alert {
  border-radius: 0;
  height: 85px;
  font-size: 2.5rem;
  padding: 0;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
#view-payment .alert-success {
  color: #1f1e2e;
  background-color: #86c233;
  border-color: #86c233;
}
#view-payment .alert-primary {
  color: #1f1e2e;
  background-color: #86c233;
  border-color: #86c233;
}
#view-payment a {
  text-decoration: none;
}
#view-payment .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#view-payment .title1 {
  font-size: 60px;
}
#view-payment .color-green {
  color: #3030f6;
}
#view-payment .bg-color-green {
  background-color: #3030f6;
}
#view-payment .btn-pay {
  background-color: #3030f6;
  width: 80%;
  min-height: 90px;
  min-width: 180px;
  font-size: 24px;
  line-height: 32px;
}
#view-payment .btn-green {
  border-color: #3030f6;
  color: #3030f6;
  width: 100%;
  min-height: 60px;
  min-width: 140px;
  font-size: 24px;
  line-height: 32px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 10px;
}
#view-payment .modal {
  margin-top: 50px;
}
#view-payment .modal .petticoat {
  background-color: transparent;
}
#view-payment .modal .modal-header {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border: none;
}
#view-payment .modal .modal-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  background-color: #27293d;
  border-radius: 10px;
  border-color: gray;
}
#view-payment .modal .modal-content .modal-footer {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#view-payment .modal-s550 .modal-dialog {
  max-width: 550px;
}
#complete-order-view {
  overflow: hidden;
  min-height: 100vh;
}
#complete-order-view a {
  text-decoration: none;
}
#complete-order-view .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#complete-order-view .title1 {
  font-size: 60px;
}
#complete-order-view .color-green {
  color: #3030f6;
}
#complete-order-view .bg-color-green {
  background-color: #3030f6;
}
#complete-order-view .btn-pay {
  background-color: #3030f6;
  width: 80%;
  min-height: 90px;
  min-width: 180px;
  font-size: 24px;
  line-height: 32px;
}
#complete-order-view .btn-green {
  border-color: #3030f6;
  color: #3030f6;
  width: 100%;
  min-height: 60px;
  min-width: 140px;
  font-size: 24px;
  line-height: 32px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 10px;
}
#view-affirm-success {
  overflow: hidden;
  min-height: 100vh;
  /********************modal**************************/
}
#view-affirm-success .alert {
  border-radius: 0;
  height: 85px;
  font-size: 2.5rem;
  padding: 0;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
#view-affirm-success .alert-success {
  color: #1f1e2e;
  background-color: #86c233;
  border-color: #86c233;
}
#view-affirm-success .alert-primary {
  color: #1f1e2e;
  background-color: #86c233;
  border-color: #86c233;
}
#view-affirm-success a {
  text-decoration: none;
}
#view-affirm-success .footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#view-affirm-success .title1 {
  font-size: 60px;
}
#view-affirm-success .color-green {
  color: #3030f6;
}
#view-affirm-success .bg-color-green {
  background-color: #3030f6;
}
#view-affirm-success .btn-pay {
  background-color: #3030f6;
  width: 80%;
  min-height: 90px;
  min-width: 180px;
  font-size: 24px;
  line-height: 32px;
}
#view-affirm-success .btn-green {
  border-color: #3030f6;
  color: #3030f6;
  width: 100%;
  min-height: 60px;
  min-width: 140px;
  font-size: 24px;
  line-height: 32px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 10px;
}
#view-affirm-success .modal {
  margin-top: 50px;
}
#view-affirm-success .modal .petticoat {
  background-color: transparent;
}
#view-affirm-success .modal .modal-header {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border: none;
}
#view-affirm-success .modal .modal-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  background-color: #27293d;
  border-radius: 10px;
  border-color: gray;
}
#view-affirm-success .modal .modal-content .modal-footer {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#view-affirm-success .modal-s550 .modal-dialog {
  max-width: 550px;
}
