body {
  background-color: #f5f5f5;
}

html {
  height: 100%;
}

.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}

.main-header .logo {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
  background-image: url("/branding/logo.png");
}

.main-header .navbar {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: 0;
  min-height: 50px;
  border-radius: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }

  .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }

  .btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .btn-round.btn-lg {
    width: 48px;
    height: 48px;
  }

  .btn-round.btn-sm {
    width: 34px;
    height: 34px;
  }

  .btn-round.btn-xs {
    width: 24px;
    height: 24px;
  }
}

@media ( max-width: 767px) {
  .side-toggle {
    margin-left: 230px !important;
  }

  .main-sidebar {
    /*margin-top: 44px !important;*/
    overflow: hidden;
  }

  .content-wrapper {
    overflow: auto !important;
  }

  .main-header {
    border-bottom: 0 !important;
  }
}

textarea.form-control {
  height: 100%;
}

textarea.form-control {
  height: 100%;
}

.side-toggle {
  margin-left: -230px;
}

.content-toggle {
  margin-left: 0;
}

.form-narrow {
  max-width: 490px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.center-div {
  margin: auto;
}

.text-right {
  text-align: right;
}

.dark-bc {
  background-color: #32323a;
}

#signInBoxCentered {
  margin: 10vh auto;
  max-width: 500px;
}

.wrapper {
  height: auto !important;
  overflow: hidden;
}

.logo {
  height: 70px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-sidebar {
  margin-top: 20px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-wrapper {
  transition: all 0.3s ease;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  display: block;
  padding-bottom: 100px;
  z-index: unset;
}

.sidebar-menu-sub {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu-sub li {
  display: flex;
}

.sidebar-menu-sub li a {
  width: 230px;
  padding: 10px 10px 10px 30px;
}

.sidebar-menu > li > a {
  padding: 15px;
}

header > nav {
  max-height: 70px;
}

.logout {
  height: 40px;
}

.logout a {
  text-align: center;
  line-height: 0.8;
}

.logout a:hover {
  background-color: #dd4b39 !important;
  color: white !important;
}

.stable-text {
  color: #A79B9B;
  font-style: italic;
}

.logoutBtn li a {
  padding: 27px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #5a5a5a;
  position: relative;
  top: 7px;
}

.disabled {
  cursor: not-allowed;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.main-header h3 {
  height: 20px;
  margin-left: 10px;
  line-height: 1.2;
}

.main-header .sidebar-toggle {
  position: relative;
  top: 21px;
  padding: 5px 8px 5px 5px !important;
  color: #5a5a5a;
}

.main-header .sidebar-toggle:active {
  background-color: #4DBACD;
}

.main-header .sidebar-toggle:hover {
  background-color: #4DBACD;
  padding: 5px 8px 5px 5px;
  border-radius: 0 5px 5px 0;
}

.sidebar-menu li.active > ul {
  display: block !important;
}

.value-error {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.box-scroll-container .box {
  height: 100%;
}

.scroll-container {
  overflow-y: auto;
}

.textarea-scroll-container {
  overflow-y: auto;
}

.box-header {
  border-bottom: 1px solid #E1E1E1;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-weight: 400;
  margin-top: 10px;
}

.editBtn-size {
  width: 150px;
}

.scan-in-bc {
  background-color: white;
}

.scan-in-navtabs {
  border-radius: 5px 5px 0 0;
  border: 0;
}

.scan-in-navtabs > li {
  margin-bottom: 0;
}

.scan-in-navtabs > li a {
  font-size: 1.1em;
  border-radius: 0;
  margin-right: 0;
  border: 0;
  color: #5a5a5a;
}

.scan-in-navtabs > li a:hover {
  background-color: #E8E8E8 !important;
  border: 0;
}

.scan-in-navtabs > li.active a {
  color: #4DBACD;
  border: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  color: #4DBACD;
  background-color: white !important;
}

#batchTab.active > a, #batchTab > a:hover {
  border-radius: 5px 0 0 0;
}

.templateResults {
  display: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.defaultFileUpload:hover {
  cursor: pointer;
  color: white;
}

* {
  -webkit-font-smoothing: antialiased;
}

.defaultFileUpload {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999%;
  margin-left: -9899%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: 0.5; /* Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5; /* Good browsers */
}

.customFileUpload {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: white;
  background: #84D26C;
  padding: 5px;
}

.customFileUpload:hover {
  color: white;
  background-color: #81C471;
}

#listNewAnswers {
  max-height: 50vh;
  overflow-y: scroll;
}

.text-center {
  text-align: center;
}

.width-100 {
  width: 100%;
}

.margin-none {
  margin: 0;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.btn-holder {
  width: 150px;
}

.btn-header-pos {
  position: relative;
  top: 12px;
  margin-left: 20px;
  float: right;
}

.no-padding {
  padding: 0;
}

.display-ib {
  display: inline-block;
}

.tableHeader {
  padding-top: 5px;
  background-color: #ffffff;
  padding-bottom: 5px;
  width: 100%;
  margin: 0;
}

.tableHeader input, .tableHeader select {
  border-radius: 5px !important;
  background-color: rgb(250, 248, 248);
  border: 1px solid rgb(194, 191, 191);
  color: #C2BFBF;
}

.pagination .active a {
  color: white !important;
  background-color: #4DBACD;
  border: 1px solid #4DBACD;
}

.pagination {
  margin-right: 15px !important;
}

.table, .table th {
  margin: 0 !important;
  border-bottom: 1px solid #DDD !important;
}

#templateUploadButton {
  display: none;
}

#map-canvas {
  width: 100%;
  height: 400px;
}

textarea {
  width: 100%;
  outline: 0;
  margin: 0;
  border: 0 solid black;
  padding: 5px;
  overflow-y: auto !important;
  padding-bottom: 0 !important;
}

.custom-checkBox {
  height: 25px;
  width: 25px;
  background-color: #4DBACD;
  cursor: pointer;
  color: #429DAD;
  border-radius: 5px;
}

.custom-checkBox:hover {
  background-color: #4EADBD;
}

.custom-checkBox i {
  font-size: 16px;
  position: relative;
  top: 3px;
  left: 4px;
}

.custom-checked {
  color: white;
}

.exportButton .btn:focus {
  color: white !important;
}

.exportButton .btn:focus {
  color: white !important;
}

.modal-footer {
  margin-top: 30px;
}

.hidden {
  display: none;
}

.modal-footer {
  margin-top: 30px;
}

.sortable:after {
  position: relative;
  float: right;
  font-family: FontAwesome, serif;
  content: "\f0dc";
}

.sortable-desc:after {
  position: relative;
  float: right;
  font-family: FontAwesome, serif;
  content: "\f0dd";
}

.sortable-asc:after {
  position: relative;
  float: right;
  font-family: FontAwesome, serif;
  content: "\f0de";
}

.stable-label {
  height: 26px;
  position: relative;
  line-height: 2;
  left: 10px;
  top: -3px;
}

.float-right {
  float: right;
}

.small-text {
  font-size: 10px;
}

.stable-label {
  height: 26px;
  position: relative;
  line-height: 2;
  left: 10px;
  top: -3px;
}

.breadcrumb {
  position: absolute;
  right: 15px;
  border-radius: 0;
  background-color: transparent;
  padding: 2px;
  top: 33px;
}

.positionA {
  position: absolute;
}

.positionR {
  position: relative;
}

.breadcrumb li {
  font-size: small;
}

.adminOptions {
  width: 49%;
  height: 34px;
  border-radius: 5px;
  border-color: #d2d6de;
}

.adminOptions[disabled] {
  background-color: #eee;
}

.font-bold {
  font-weight: 900;
}

th.displayValues, .groupValues {
  min-width: 150px !important;
}

.displayValuesForm > .actualValues {
  width: 150px !important;
}

.addColumnBtn, .removeRow {
  width: 34px !important;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.clientTitleBtns {
  text-align: right;
}

.setModelDevicebtn {
  position: relative;
  left: 12px;
  top: -4px;
  border-radius: 0;
  height: 30px;
}

:not(.btn-group) > .btn:hover, :not(.btn-group) > .btn:focus  {
  font-size: calc(14px * 1.1);
}

.modal-scroll {
  max-height: 55vh;
}

.fa-success {
  color: #4DBACD;
}

.password-disc {
  -webkit-text-security: disc;
  -moz-text-security: disc;
  text-security: disc;
}

.footer {
  opacity: 0.10;
  padding: 15px;
  pointer-events: none;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {

  from {
    transform: scale(1) rotate(0deg);

  }

  to {
    transform: scale(1) rotate(360deg);
  }

}

@-webkit-keyframes spin2 {

  from {
    -webkit-transform: rotate(0deg);

  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

.tab-content.tab-pane, .tab-pane {
  /* display: none; */
  display: block;
  visibility: hidden;
  position: absolute;
}

.tab-content.active, .tab-content .tab-pane.active, .tab-pane.active {
  /* display: block; */
  visibility: visible;
  position: static;
}

.popper-content {
  display: none;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

.popover {
  max-width: 600px;
}

.popover-content {
  overflow-y: auto;
}

.table > tbody > tr.grey > td, .table > tbody > tr.grey > th, .table > tbody > tr > td.grey,
.table > tbody > tr > th.grey, .table > tfoot > tr.grey > td, .table > tfoot > tr.grey > th,
.table > tfoot > tr > td.grey, .table > tfoot > tr > th.grey, .table > thead > tr.grey > td,
.table > thead > tr.grey > th, .table > thead > tr > td.grey, .table > thead > tr > th.grey {
  background-color: #d2d6de;
}

div.terms {
  width: 700px;
  height: 200px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 6px;
  overflow: auto;
}

div.terms p, div.terms li {
  font: normal 11px/15px arial;
  color: #333;
}

div.terms h3 {
  font: bold 14px/19px arial;
  color: #000;
}

div.terms h4 {
  font: bold 12px/17px arial;
  color: #000;
}

div.terms strong {
  color: #000;
}

#verifyBoxCentered {
  margin: 10vh auto;
  max-width: 800px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d2d6de;
  outline: 0;
  border-right: 0;
  border-left: 0;
}

.btn-arrow-right, .btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-arrow-right {
  padding-left: 36px;
}

.btn-arrow-left {
  padding-right: 36px;
}

.btn-arrow-right:before, .btn-arrow-right:after, .btn-arrow-left:before,
.btn-arrow-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px; /* move it down because of rounded corners */
  width: 22px; /* same as height */
  height: 22px; /* button_outer_height / sqrt(2) */
  background: inherit; /* use parent background */
  border: inherit; /* use parent border */
  border-left-color: transparent; /* hide left border */
  border-bottom-color: transparent; /* hide bottom border */
  border-radius: 0 4px 0 0;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

.btn-arrow-right:before, .btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.btn-arrow-left:before, .btn-arrow-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

.btn-arrow-right:before, .btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -12px;
}

.btn-arrow-right:after, .btn-arrow-left:after {
  /* align the "after" square to the right */
  right: -12px;
}

.btn-arrow-right:after, .btn-arrow-left:before {
  /* bring arrow pointers to front */
  z-index: 1;
}

.btn-arrow-right:before, .btn-arrow-left:after {
  /* hide arrow tails background */
  background-color: white;
}

.btn-back { /* hide arrow tails background */
  margin-bottom: 10px;
  margin-top: 10px;
  position: absolute;
  right: 10px;
  top: -6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}

.pq-grid, .pq-grid-center, div.pq-grid-cont, .pq-grid-cont-inner,
.bootstrap-datepicker-widget {
  overflow: visible !important;
}

.bootstrap-datepicker-widget {
  z-index: 9999 !important
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.holds-the-iframe {
  background: url(/resources/img/loading-b80a8237c161b9766f3acf52f6ed4985.gif) center center no-repeat;
}

.button.b-close, .button.bClose {
  background-color: #2b91af;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
}

#popup, #popup2, .bMulti {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  /*color: #2B91AF;*/
  color: #111;
  display: none;
  min-width: 450px;
  width: auto;
  padding: 25px;
}

#popup .logo {
  color: #2B91AF;
  font: bold 325% 'Petrona', sans;
}

#popup, .bMulti {
  min-height: 250px;
}

#popup2 iframe {
  min-height: 430px;
  min-width: 450px;
}

.bMulti p {
  font: 500% 'Petrona', sans-serif;
  padding: 45px 0 0;
  text-align: center;
}

.bMulti a {
  left: 175px;
  position: absolute;
  top: 175px;
}

.lt-ie9 .bModal {
  background-color: #000;
}

.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  z-index: 1100;
  box-shadow: 2px 2px 2px #999;
}

.status-line-2 {
  line-height: 2;
}


.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #F2F2F2;
}

.height-24 {
  height: 24px;
}

.blinkIconSlow {
  animation: blink 3s ease-in infinite;
}

.blinkIconMedium {
  animation: blink 2s ease-in infinite;
}

.blinkIconFast {
  animation: blink 1s ease-in infinite;
}

@keyframes blink {
  from, to {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

#map-canvas-details {
  width: 100%;
  height: 200px;
}

.blank_row {
  height: 10px !important; /* Overwrite any previous rules */
  background-color: #FFFFFF;
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
#growls {
  z-index: 50000;
  position: fixed;
}

#growls.default {
  top: 10px;
  right: 10px;
}

#growls.tl {
  top: 10px;
  left: 10px;
}

#growls.tr {
  top: 10px;
  right: 10px;
}

#growls.bl {
  bottom: 10px;
  left: 10px;
}

#growls.br {
  bottom: 10px;
  right: 10px;
}

#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls.tc .growl, #growls.bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #FFF;
  background: #C0392B;
}

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71;
}

.growl.growl-warning {
  color: #FFF;
  background: #F39C12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

.main-sidebar {
  background-color: #64686d;
}

body {
  background-color: #f5f5f5;
  padding-top: 0;
}

.logo {
  padding-bottom: 3px;
  -webkit-box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0);
  box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0.0);
  background-size: contain;
  background: rgba(255, 255, 255, 0.9) no-repeat center;
  border-top-color: #d70000;
}

.logo:hover {

}

header > nav {
  border-top: 3px solid #d70000;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0);
  box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0);
}

.nav-header {
  color: #555;
  font-family: 'Roboto', sans-serif;
}

.active > a {
  padding-right: 37px;
  padding-left: 37px;
  border-right: 6px solid #4b4b4b;
  border-left: 6px solid #4b4b4b;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  color: #555;
}

.sidebar-menu-sub li a {
  color: #aeb2b7;
  border-bottom: 1px solid #555;
}

.sidebar-menu > li > a {
  border-bottom: 1px solid #555;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  color: #555;
}

.sidebar-menu li a:hover {
  padding-right: 37px;
  padding-left: 37px;
  border-right: 6px solid #4b4b4b;
  border-left: 6px solid #4b4b4b;
  transition: all 0.3s ease;
  border-bottom: 1px solid #555;
  color: #555;
}

.btn-grey {
  background-color: rgba(210, 210, 210, 0.54);
  color: white;
}

.btn-grey:hover {
  background-color: rgba(210, 210, 210, 0.66);
  color: white;
}

.btn-swoop {
  background-color: #d70000;
  color: white;
}

.btn-default {
  background-color: #d70000;
  color: white;
}

.btn-holder {
  padding-top: 0;
  padding-bottom: 6px;
}

.clientTitleBtns {
  padding-top: 15px;
  padding-bottom: 6px;
  text-align: right;
}

.btn-swoop:hover {
  background-color: #9f0000;
  color: white;
  transition: all 0.3s ease;
}

.btn-default:hover, .btn-default:active, .btn-default:hover {
  background-color: #9f0000;
  color: white;
  transition: all 0.3s ease;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-swoop {
  border-top: 3px solid #9f0000;
  box-shadow: 1px 1px 1px 1px gray;
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.logoutBtn li a:hover {
  color: white;
  border-bottom: 0 solid #555;
}

.logout a:hover {
  background: transparent !important;
  color: #555 !important;
}

.logout a {
  line-height: 1.42857143;
  text-align: -webkit-match-parent;
}

.main-sidebar {
  margin-top: 73px;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0);
  box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0);
  border-left: 0 #4b4b4b;
  font-family: 'Roboto', sans-serif;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  padding-bottom: 100px;
}

.content-wrapper, .right-side {
  min-height: 100%;
  background-color: #fff;
  box-shadow: inset 1px 1px 1px 1px gray;
}

.scan-in-bc {
  padding: 6px;
  border-top: 3px solid #9f0000;
  background-color: #e2e2e2;
  box-shadow: 1px 1px 1px 1px gray;
  overflow: hidden !important;
}

.main-header {
  border-top: 3px solid #d70000;
  border-bottom: 1px solid #555;
}

.fa-success {
  color: #D70000;
}

a {
  color: #D70000;
}

a:hover {
  color: #9f0000;
}

.form-control:hover {
  padding-left: 12px;
  border-left: 6px solid #4b4b4b;
  transition: all 0.3s ease;
  color: #555;
}

.form-control:disabled:hover {
  padding-left: 10px;
  border-left: 1px solid #d2d6de;
}

.form-control:disabled {
  padding-left: 10px;
}

.form-control {
  padding-left: 20px;
}

.form-control:focus {
  padding-left: 12px;
  transition: all 0.3s ease;
  border-color: #D70000 !important;
}

a:focus {
  color: #D70000;
}

.scan-in-navtabs {
  border-radius: 5px 5px 0 0;
  border: 0;
}

.scan-in-navtabs > li {
  background-color: #fff;
  border: 0 solid #555;
  box-shadow: 1px 1px 1px 1px gray;
}

.scan-in-navtabs > li a:hover {
  background-color: #fff;
  border-bottom: 0;
}

.scan-in-navtabs > li.active a {
  color: #555;
  background-color: #fff !important;
  border-bottom: 0;
}

.nav-tabs > li > a {
  background-color: #e2e2e2;
}

.nav-tabs > li > a:hover {
  color: #555;
  background-color: #fff !important;
  border-bottom: 0;
}

.nav-tabs > li.active > a {
  color: #555;
  background-color: #fff !important;
  border-bottom: 0;
}

.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff !important;
  border-bottom: 0;
}

.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff !important;
  border-bottom: 0;
}

.nav-tabs > li > a:focus {
  border-color: #4b4b4b !important;
  border-bottom: 0;
}

.modal-content {
  border-top: 3px solid #d70000;
}

.main-header .sidebar-toggle:active {
  background-color: #d70000;
}

.main-header .sidebar-toggle:hover {
  background-color: #d70000;
  padding: 5px 8px 5px 5px;
  border-radius: 0 5px 5px 0;
}

.pagination .active a {
  color: white !important;
  background-color: #d70000;
  border-color: #d70000;
  transition: all 0.3s ease;
}

.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #9f0000;
  border-color: #9f0000;
  transition: all 0.3s ease;
}

.pagination {
  margin-right: 15px !important;
}

.list-group {
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.dataTables_wrapper {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.table.dataTable tbody tr.active > td.control {
  width: 20px;
}


.modal-dialog-billing {
  width: 80%;
}

.bwizard-steps {
  display: inline-block;
  margin: 0;
  padding-right: 15px;
  background: #fff
}

.bwizard-steps .active {
  color: #fff;
  background: #d70000
}

.bwizard-steps .active:after {
  border-left-color: #d70000
}

.bwizard-steps .active a {
  border-right: 0;
  border-left: 0;
  color: #fff;
  cursor: default
}

.bwizard-steps .label {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
  padding: 1px 5px 2px
}

.bwizard-steps .active .label {
  background-color: #333;
}

.bwizard-steps li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-top: 5px;
  padding: 6px 17px 6px 30px;
  *display: inline;
  *padding-left: 17px;
  background: #efefef;
  line-height: 18px;
  list-style: none;
  zoom: 1;
}

.bwizard-steps li:first-child {
  padding-left: 12px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.bwizard-steps li:first-child:before {
  border: none
}

.bwizard-steps li:last-child {
  margin-right: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #b6b6b6;
}

.bwizard-steps li:last-child:after {
  border: none
}

.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 15px inset transparent;
  border-left: 15px solid #fff;
  border-top: 15px inset transparent;
  content: ""
}

.bwizard-steps li:after {
  position: absolute;
  right: -15px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 15px inset transparent;
  border-left: 15px solid #efefef;
  border-top: 15px inset transparent;
  content: "";
  z-index: 2;
}

.bwizard-steps a {
  color: #333
}

.bwizard-steps a:hover {
  text-decoration: none
}

.bwizard-steps.clickable li:not (.active ) {
  cursor: pointer
}

.bwizard-steps.clickable li:hover:not (.active ) {
  background: #ccc
}

.bwizard-steps.clickable li:hover:not (.active ):after {
  border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not (.active ) a {
  color: #d70000
}

@media ( max-width: 480px) {
  /* badges only on small screens */
  .bwizard-steps li:after, .bwizard-steps li:before {
    border: none
  }

  .bwizard-steps li, .bwizard-steps li.active, .bwizard-steps li:first-child,
  .bwizard-steps li:last-child {
    margin-right: 0;
    padding: 0;
    background-color: transparent
  }
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
  rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
  transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
  rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
  transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
  rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  background-color: #d70000;
}

.tab-content {
  padding: 10px;
  background-color: #fff;
}

.label-bc {
  background-color: #e2e2e2;
}

.tooltip > .tooltip-inner {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.excel-table-button {
  padding-top: 10px;
}

.excel-confirm-table-button {
  padding-left: 10px;
}

.excel-allocated-table-button {
  padding-left: 10px;
}

.print-allocated-table-button {
  padding-left: 10px;
}

.selectFileBox {
  border: 0 !important;
}

.file-zoom-dialog .file-other-icon {
  font-size: 25vmin !important;
}

.label {
  font-size: 100%;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
}

.font-white {
  color: white;
}

.carousel-control {
  top: 88%;
  left: 22%;
  right: 32%;
}

.carousel-control.right {
  right: 32%;
}

.box-header-no-border {
  border-bottom: 0;
}

.info-box-icon {
  border-radius: 0 0 20px 0;
}

.info-box-header {
  font-size: 26px;
}

.bg-extensions {
  background-color: #E2E2E2 !important;
}

.bg-extensions-extensions {
  background-color: #007BD6 !important;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
}

.carousel-indicators {
  top: -10px;
  bottom: 0;
}

.pull-middle {
  position: absolute;
  top: 22%;
  left: 44%;
}

.collapsed-header {
  width: 25%;
}

.box-body {
  min-height: 120px;
}

.sidebar-menu-sub-sub {
  list-style-type: none;
  padding-top: 10px;
  margin: 0;
}

.sidebar-menu-sub-sub-sub {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 170%;
  z-index: 9999;
  background: url(/resources/img/294-2997a1aa993cb837720966f9d2dfe1bf.svg) center no-repeat;
  pointer-events: none;
}

.hideOverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.unite-block {
  white-space: nowrap;
  display: -webkit-flex; /* Safari */
  display: flex;

}

.btn-agent {
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-block;
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.fullterms {
  width: auto;
  height: auto;
}

.fullterms .terms {
  width: auto;
  height: auto;
}

.greetingCompany {
  margin-left: 75px !important;
}

.greetingName {
  margin-left: 60px !important;
}

.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed;
}

#growls-default {
  top: 10px;
  right: 10px;
}

#growls-tl {
  top: 10px;
  left: 10px;
}

#growls-tr {
  top: 10px;
  right: 10px;
}

#growls-bl {
  bottom: 10px;
  left: 10px;
}

#growls-br {
  bottom: 10px;
  right: 10px;
}

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px;
}

#growls-cl {
  top: 50%;
  left: 10px;
}

#growls-cr {
  top: 50%;
  right: 10px;
}

#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #FFF;
  background: #C0392B;
}

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71;
}

.growl.growl-warning {
  color: #FFF;
  background: #F39C12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

.cbp-l-grid-product-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px;
}

.cbp-l-grid-product-price {
  font: 400 17px/23px "Open Sans", sans-serif;
  margin-top: 5px;
}

div.dt-button-background {
  z-index: 2;
}

[v-cloak] {
  display: none;
}

.subnav-stacked > li > a, .subnav-stacked > li > a:hover, .subnav-stacked > li > a:focus, .subnav-stacked > li.active > a, .subnav-stacked > li.active > a:hover, .subnav-stacked > li.active > a:focus {
  border-width: 0;
  margin-right: 0;
}

.subnav-stacked {
  border-bottom: 0;
}

.subnav-content {
  border-left: 1px solid #ddd;
}

.datatTableEditorSelect {
  width: 100% !important;
}

.gradientBg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28343b+0,828c95+64,b5bdc8+100 */
  background: rgb(40, 52, 59); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(40, 52, 59, 1) 0%, rgba(130, 140, 149, 1) 64%, rgba(181, 189, 200, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(40, 52, 59, 1) 0%, rgba(130, 140, 149, 1) 64%, rgba(181, 189, 200, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(40, 52, 59, 1) 0%, rgba(130, 140, 149, 1) 64%, rgba(181, 189, 200, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28343b', endColorstr='#b5bdc8', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.impersonateSelectionForm {
  padding-right: 30px;
  position: absolute;
  right: -15px;
  top: 6px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

.v-select {
  position: relative;
  font-family: inherit;
  padding: 0px;
}

.v-select, .v-select * {
  box-sizing: border-box
}

.v-select:hover {
  padding-left: 0px;
  border: 1px solid #ccc;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active, .vs__fade-leave-active {
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0
}

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 0px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}


.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
  opacity: 0
}

.vs__clear {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 1px;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options {
  text-align: center
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 1px 1px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight {
  color: var(--input-hover-font-color);
  background: var(--input-hover-background-color);
}

.vs__selected {
  display: flex;
  align-items: center;
  margin: 1px -1px 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected {
  display: none
}

.vs__search::-ms-clear, .vs__search::-webkit-search-cancel-button, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none
}

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1
}

.vs__search::-webkit-input-placeholder {
  color: inherit
}

.vs__search:-ms-input-placeholder {
  color: inherit
}

.vs__search::-ms-input-placeholder {
  color: inherit
}

.vs__search::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search {
  opacity: 1
}

.vs--unsearchable .vs__search:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left-color: rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s
}

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner {
  opacity: 1
}

.clearIcon {
  position: absolute;
  right: 31px;
  top: -596px;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

.text-success {
  color: #00a65a !important
}

.text-warning {
  color: #f39c12 !important;
}

.text-danger {
  color: #dd4b39 !important;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;

  width: 100%;
  height: 8px;
}

/* Fancy blur effect */
#nprogress .peg {

}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1032;
  top: 15px;
  left: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 1032;
  top: 0;
  right: 100%;
  width: 100%;
  height: 8px;
  background: #29d;

  pointer-events: none;
}

.table-box {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.input-group .form-control.select2 {
  z-index: inherit;
}

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7)
}

.mx-icon-double-left:after {
  left: -4px
}

.mx-icon-double-right:before {
  left: 4px
}

.mx-icon-right:before, .mx-icon-double-right:before, .mx-icon-double-right:after {
  -webkit-transform: rotate(135deg) scale(0.7);
  transform: rotate(135deg) scale(0.7)
}

.mx-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap
}

.mx-btn:hover {
  border-color: #1284e7;
  color: #1284e7
}

.mx-btn:disabled, .mx-btn.disabled {
  color: #ccc;
  cursor: not-allowed
}

.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit
}

.mx-scrollbar {
  height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}

.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity .24s ease-out;
  transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, .3);
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform .3s cubic-bezier(0.23, 1, 0.32, 1), opacity .3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform .3s cubic-bezier(0.23, 1, 0.32, 1), opacity .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-enter-from, .mx-zoom-in-down-leave-to {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.mx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px
}

.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: var(--nav-font-color);
  overflow: hidden
}

.mx-datepicker-range {
  width: 320px
}

.mx-datepicker-inline {
  width: auto
}

.mx-input-wrapper {
  position: relative
}

.mx-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.mx-input:hover, .mx-input:focus {
  border-color: #409aff
}

.mx-input:disabled, .mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed
}

.mx-input:focus {
  outline: none
}

.mx-input::-ms-clear {
  display: none
}

.mx-icon-calendar, .mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, .5);
  vertical-align: middle
}

.mx-icon-clear {
  cursor: pointer
}

.mx-icon-clear:hover {
  color: rgba(0, 0, 0, .8)
}

.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8
}

.mx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  z-index: 2001
}

.mx-datepicker-sidebar {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8
}

.mx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px
}

.mx-range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 750px) {
  .mx-range-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8
}

.mx-calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8
}

.mx-calendar-header, .mx-time-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden
}

.mx-btn-icon-left, .mx-btn-icon-double-left {
  float: left
}

.mx-btn-icon-right, .mx-btn-icon-double-right {
  float: right
}

.mx-calendar-header-label {
  font-size: 14px
}

.mx-calendar-decade-separator {
  margin: 0 2px
}

.mx-calendar-decade-separator:after {
  content: "~"
}

.mx-calendar-content {
  position: relative;
  height: 224px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mx-calendar-content .cell {
  cursor: pointer
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7
}

.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbedfb
}

.mx-calendar-content .cell.disabled, .mx-calendar-content .cell.disabled:hover {
  cursor: not-allowed;
  color: rgba(204, 204, 204, 0.4);
  background-color: rgba(0,0,0,.4);
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f9fe
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbedfb
}

.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: transparent
}

.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: transparent
}

.mx-week-number {
  opacity: .5
}

.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.mx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle
}

.mx-table td {
  padding: 0;
  vertical-align: middle
}

.mx-table-date td, .mx-table-date th {
  height: 32px;
  font-size: 12px
}

.mx-table-date .today {
  color: #2a90e9
}

.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none
}

.mx-time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 224px;
  background: #fff
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8
}

.mx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8
}

.mx-time-content {
  height: 224px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.mx-time-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.mx-time-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center
}

.mx-time-column:first-child {
  border-left: 0
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.mx-time-column .mx-time-list::after {
  content: "";
  display: block;
  height: 192px
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe
}

.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: rgba(0,0,0,.4)
}

.mx-table-date .cell.not-current-month.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: rgba(0,0,0,.4)
}

.mx-table-date .cell .disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: rgba(0,0,0,.4)
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe
}

.mx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}
.form-control {
  padding: 4px 12px;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}