@charset "UTF-8";
/**
 *
 * All files which are extension to the original file have _ in front of the name.
 * The _ means that file will not be compiled into a new file but rather extended onto the root file.
 *
 * Also, the underscore as well as the extension doesn't need to be specified.
 */
@import "../../../node_modules/normalize.css/normalize.css";
#invoicingStart .btn {
  font-size: 1em;
  text-shadow: none;
  background-image: none;
  font: 400 13.3333px Arial;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#invoicingStart .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  background-image: none;
  text-shadow: none;
}
#invoicingStart .btn.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
#invoicingStart .input-prepend {
  margin: 0 10px;
}
#invoicingStart .tooltip {
  opacity: 1 !important;
}
#invoicingStart .dropdown-sub {
  cursor: default;
  font-size: 13px;
  background: #fff;
  color: #000;
  padding: 3px 10px;
  display: inline-block;
  width: 150px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease;
}
#invoicingStart .dropdown-sub.active i {
  transform: rotate(180deg);
}
#invoicingStart .dropdown-sub i {
  text-align: right;
  float: right;
  margin-top: 4px;
}
#invoicingStart .dropdown-sub:hover {
  margin-top: -1px;
  border: 1px solid #ababab;
}
#invoicingStart .change-items, #invoicingStart .save-changes {
  display: inline-block;
  margin-left: 5px;
}
#invoicingStart .change-items:first-child, #invoicingStart .save-changes:first-child {
  margin-left: 0;
}
#invoicingStart .btn-base, #invoicingStart .btn-edit, #invoicingStart .btn-remove, #invoicingStart .btn-pending-items, #invoicingStart .btn-approve-items, #invoicingStart .btn-save, #invoicingStart .btn-clone, #invoicingStart .btn-add {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 3px;
  transition: all 0.5s ease;
}
#invoicingStart .btn-add {
  background: #4FC3F7;
  color: #fff;
}
#invoicingStart .btn-add:hover {
  color: #fff;
  background: #1eb2f5;
}
#invoicingStart .btn-clone {
  background: #7E57C2;
  color: #fff;
}
#invoicingStart .btn-clone:hover {
  background: #643da9;
  color: #fff;
}
#invoicingStart .btn-save {
  background: #2196f3;
  color: #fff;
}
#invoicingStart .btn-save:hover {
  color: #fcfcfc;
  background: #0c7cd5;
}
#invoicingStart .btn-approve-items {
  background: #4caf50;
  color: #fff;
}
#invoicingStart .btn-approve-items:hover {
  background: #3d8b40;
  color: #fff;
}
#invoicingStart .btn-pending-items {
  background: #ff9800;
  color: #fff;
}
#invoicingStart .btn-pending-items:hover {
  background: #cc7a00;
  color: #fff;
}
#invoicingStart .btn-credit, .button-credit-bill {
  background: #4a4a4a;
  color: #fff;
}
#invoicingStart .btn-credit:hover, .button-credit-bill:hover {
  background: #313131;
  color: #fff;
}
#invoicingStart .btn-remove {
  background: #E57373;
  color: #fff;
}
#invoicingStart .btn-remove:hover {
  color: #fcfcfc;
  background: #dd4848;
}
#invoicingStart .btn-edit {
  background: #FFB74D;
  color: #fff;
}
#invoicingStart .btn-edit:hover {
  color: #fcfcfc;
  background: #ffa21a;
}
#invoicingStart thead input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 2px solid white;
  vertical-align: middle;
}
#invoicingStart .filtering {
  background: #ededee;
  padding: 20px 5px;
  margin-top: -6px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
#invoicingStart .filtering.hidden {
  padding: 0;
  margin: 0;
}
#invoicingStart .filtering .dropdown-el {
  max-height: 0;
  overflow: hidden;
  width: 150px;
  position: absolute;
  background: white;
}
#invoicingStart .filtering .dropdown-el.active {
  border: 1px solid #e4e4e4;
  padding: 10px;
  max-height: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 7px 25px -4px rgba(0, 0, 0, 0.29);
  z-index: 1;
}
#invoicingStart .filtering .dropdown-el .item {
  display: block;
}
#invoicingStart .filtering .dropdown-el .item input {
  margin: 0;
}
#invoicingStart .filtering .dropdown-el .item label {
  margin: 0;
  display: inline-block;
}
#invoicingStart input[type=checkbox] {
  /*margin-top: 0;*/
  -webkit-appearance: none;
  border: 2px solid #c1c1c1;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
#invoicingStart input[type=checkbox]:checked {
  background: #007d71;
  border: 2px solid #009688;
}
#invoicingStart thead.Fixed {
  position: fixed;
  top: 41px;
}
#invoicingStart .table-bordered th, #invoicingStart .table-bordered td {
  border-left: none;
}
#invoicingStart .dataTables_scroll {
  border-left: 1px solid #d4d4d4;
  background: rgba(236, 237, 238, 0.6196078431);
  border-right: 1px solid #d4d4d4;
}

#add-item-modal {
  /*width: 900px;
  margin: 0;
  transform: translate(-50%, -50%);*/
}
#add-item-modal .status {
  text-align: center;
}
#add-item-modal input {
  width: -webkit-fill-available;
}
#add-item-modal .buttons-row {
  text-align: right;
}
#add-item-modal .buttons-row button:first-child {
  margin-right: 10px;
}
#add-item-modal .modal-footer {
  text-align: left;
}
#add-item-modal .modal-footer table thead {
  background: #66808c;
  color: white;
}
#add-item-modal .modal-footer table thead td {
  border-left: solid #738d99;
}

.filter-well {
  background: #eeeeee;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

#invoiceList i {
  font-size: 1.2em;
  color: #009688;
  margin-top: 4px;
}
#invoiceList .flight-bill-link {
  color: #fff;
  background: #007bff;
  border: 1px solid #006fe6;
  padding: 3px 6px;
}

#invoiceItemTable thead {
  background: rgba(69, 90, 100, 0.6196078431);
}
#invoiceItemTable td {
  border-left: none;
}

#remove-modal p.warning {
  background: #F44336;
  padding: 15px 25px;
  margin: 0 -15px 0 -15px;
  color: white;
  font-size: 2em;
  text-align: center;
  font-weight: 100;
}

.buttons-row .col-xs-3 {
  text-align: center;
}

.button-big, #exportexcel .button-export, #exportexcel .button-files, .button-import-macro, .button-save, .button-search, .button-clone, .button-pending, .button-approve, .button-change, #invoicingStart .btn-credit, .button-credit-bill {
  display: inline-block;
  padding: 6px 20px;
  /* font-size: 15px; */
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 20px 10px 20px 0;
  cursor: pointer;
}

.button-change {
  background: #FF9800;
  color: white;
  transition: all 0.3s ease;
}
.button-change:hover {
  background: #cc7a00;
}
.button-change.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #331e00;
}

.button-approve {
  background: #4CAF50;
  color: white;
  transition: all 0.3s ease;
}
.button-approve:hover {
  background: #3d8b40;
}
.button-approve.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #0c190c;
}

.button-pending {
  background: #f44336;
  color: white;
  transition: all 0.3s ease;
}
.button-pending:hover {
  background: #ea1c0d;
}
.button-pending.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #590b05;
}

.button-clone {
  background: #607D8B;
  color: white;
  transition: all 0.3s ease;
}
.button-clone:hover {
  background: #4b626d;
}
.button-clone.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #0d1012;
}

.button-save, .button-search {
  background: #2196f3;
  color: white;
  transition: all 0.3s ease;
}
.button-save:hover, .button-search:hover {
  color: #fff;
  text-decoration: none;
  background: #0c7cd5;
}
.button-save.disabled, .button-search.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #042844;
}

.button-import-macro {
  background: #2f9688;
  color: white;
  transition: all 0.3s ease;
}
.button-import-macro:hover {
  color: #fff;
  text-decoration: none;
  background: #236f65;
}
.button-import-macro.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: black;
}

.button-search {
  margin: 0;
}

.well {
  margin-bottom: 0;
}

#exportexcel {
  margin: 0;
}
#exportexcel label {
  display: inline-block;
}
#exportexcel .button-files {
  display: inline-block;
  background: #01579B;
  color: white;
  transition: all 0.3s ease;
}
#exportexcel .button-files:hover {
  background: #013b68;
}
#exportexcel .button-files.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #90CAF9;
}
#exportexcel .button-files i {
  margin-left: 10px;
}
#exportexcel .button-export {
  display: inline-block;
  background: #2E7D32;
  color: white;
  transition: all 0.3s ease;
}
#exportexcel .button-export:hover {
  background: #205823;
}
#exportexcel .button-export.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: black;
}
#exportexcel .button-export i {
  margin-left: 10px;
}
#exportexcel .input-group {
  display: inline-block;
}

tr.ghost {
  height: 25px;
}
tr.ghost td span {
  height: 13px;
  border-radius: 2px;
  background: #f0f0f0;
  display: block;
  -webkit-animation: color-change-2x 2s linear infinite alternate both;
  animation: color-change-2x 2s linear infinite alternate both;
}

@-webkit-keyframes color-change-2x {
  0% {
    background: #f0f0f0;
  }
  100% {
    background: #bdbdbd;
  }
}
@keyframes color-change-2x {
  0% {
    background: #f0f0f0;
  }
  100% {
    background: #bdbdbd;
  }
}
#invoiceListTable td, #invoiceListTable tr, #invoiceListTable th {
  border-left: none;
}

#invoiceItemLevel_filter {
  padding: 10px;
  background: #ecedee;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  display: none;
}

#invoiceItemLevel_filter::after {
  content: "";
  clear: both;
  display: table;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid white;
}

.dropdown-menu a {
  font-size: 11px;
}

.dropdown-menu input {
  margin-right: 5px;
}

.dropdown-menu li > a:hover input, .dropdown-menu li > a:focus input, .dropdown-submenu:hover > a input {
  border: 2px solid #fff;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-image: none;
  background-color: #2196f3;
}

tr {
  transition: all 0.3s ease;
}

tr.even {
  background: rgba(236, 236, 236, 0.6392156863);
}

tr.added-row {
  background: #E0F7FA;
}

tr.deleted-row {
  background: rgba(239, 154, 154, 0.5098039216);
}

tr.credited-row {
  background: rgba(158, 158, 158, 0.3411764706);
}

tr.retro-row {
  background: rgba(104, 253, 156, 0.4588235294);
}

tr.deleted-row input[type=checkbox] {
  border: 2px solid #fff !important;
}

tr.deleted-row td {
  border-top: 1px solid rgba(28, 28, 28, 0.0588235294) !important;
}

tr.modified {
  background: rgba(255, 235, 59, 0.5294117647);
}

.modifyQTY {
  transition: all 0.3s ease;
}

tr.modified input[type=checkbox] {
  border: 2px solid #606060;
}

.btn-remove {
  display: inline-block;
  padding: 5px 12px;
  background: #F44336;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.number_box {
  padding: 3.5px;
  border-radius: 3px;
  margin: 2px 4px;
  border: 1px solid #d3d3d3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.table-input {
  /*width: 14PX;*/
  TEXT-ALIGN: center;
  padding: 1px 3px;
  transition: 0.5s ease;
  -moz-appearance: textfield;
}

.paid-input {
  -moz-appearance: textfield;
}

.paid-input[disabled=disabled], .table-input[disabled=disabled] {
  background: none !important;
  border: none !important;
  display: inline-block;
  /*width: 20px;*/
}

tr.editing-class-values {
  /*background: rgba(0, 0, 139, 0.35)!important;*/
}

tr.editing-class-values i.fa-edit {
  color: #ff9800 !important;
}

.rejected-backup i {
  color: #f44336 !important;
}

.approved-backup i {
  color: #4caf50 !important;
}

.has-backup i {
  color: #ff9800 !important;
}

.no-backup i {
  color: #707070 !important;
}

.free-backup i {
  color: #5a5a5a !important;
}

.loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.6901960784);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 2em;
}

.spinner-container {
  position: absolute;
  left: 50%;
  top: 50%;
}

.modal {
  /*width: 70vw;
  transform: translate(-50%,-50%);
  margin: 0; */
}

.reject {
  background: #F44336;
  color: white;
  border: none;
  padding: 3px 7px;
}

.approve {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 3px 7px;
}

#payment_portal {
  pointer-events: none;
}
#payment_portal.active {
  pointer-events: all;
}
#payment_portal .payment-modal {
  opacity: 0;
  width: 80%;
  height: 80%;
  background: #e8e8e8;
  display: block;
  position: fixed;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  z-index: 10001;
  top: 50%;
  left: 50%;
  max-width: 1000px;
}
#payment_portal .payment-modal__file {
  position: fixed;
  width: 500px;
  height: 400px;
  background: #e8e8e8;
  z-index: 99999;
  border-radius: 3px;
  border: 1px solid #bebebe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
#payment_portal .payment-modal__body {
  position: relative;
  display: block;
  padding: 1px 30px;
  height: 100%;
  overflow-y: hidden;
}
#payment_portal .payment-modal__files {
  background: rgba(255, 255, 255, 0.4509803922);
  margin-top: 20px;
  border-radius: 3px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-flow: column;
  flex-wrap: initial;
  overflow-x: hidden;
  max-height: 600px;
  overflow-y: scroll;
}
#payment_portal .payment-modal__title {
  font-size: 2.5em;
  color: #3d4ead;
}
#payment_portal .payment-modal__breadcrumbs {
  background: #f1f1f1;
  border-radius: 2px;
  color: #424242;
}
#payment_portal .payment-modal #breadcrumb {
  display: inline-block;
  padding-left: 10px;
}
#payment_portal .payment-modal__breadcrumbs-root {
  display: inline-block;
  padding: 5px 10px;
  background: #3f51b3;
  color: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}
#payment_portal .payment-modal__breadcrumb-item {
  position: relative;
  margin-left: 20px;
  font-size: 1.4em;
}
#payment_portal .payment-modal__breadcrumb-item:first-child {
  margin-left: 0;
}
#payment_portal .payment-modal__breadcrumb-item:first-child:before {
  display: block;
  content: "";
}
#payment_portal .payment-modal__breadcrumb-item:before {
  display: block;
  content: "/";
  position: absolute;
  left: -12px;
  top: 10px;
  color: #3F51B5;
  transform: translateY(-50%);
}
#payment_portal .payment-modal__status {
  text-align: right;
  color: white;
  background: #3F51B5;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  float: right;
}
#payment_portal .payment-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  color: #adadad;
  cursor: pointer;
  transition: all 0.35s ease;
}
#payment_portal .payment-modal__close:hover {
  color: #616161;
}
#payment_portal .modal-overlay {
  opacity: 0;
  top: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6901960784);
  z-index: 10000;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.66) 100%);
}
#payment_portal #folder-ops {
  adding: 10px;
  margin: 10px 0;
}
#payment_portal #folder-ops #go-back {
  display: inline-block;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  padding: 5px 10px;
  background: rgb(63, 81, 180);
  border-radius: 3px;
  margin-right: 10px;
}
#payment_portal #folder-ops #create-folder {
  display: inline-block;
  padding: 5px 10px;
  background: #3f51b4;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8196078431);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
}
#payment_portal #folder-ops #create-folder:hover {
  color: #fff;
}
#payment_portal #folder-ops #create-folder i {
  margin-right: 5px;
}
#payment_portal #search {
  display: flex;
  align-items: center;
}
#payment_portal #search .item {
  flex: 1;
  justify-content: space-between;
}
#payment_portal #search .item .button-line {
  display: inline-block;
  color: #3f51b4;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
#payment_portal #search .item label {
  color: #535353;
  font-size: 1.4em;
}
#payment_portal #search .item input[type=text] {
  border: none;
  border-left: 2px solid #3d4eac;
  background: #f1f1f1;
  box-shadow: none;
  padding: 10px 5px;
  border-radius: 0;
}
#payment_portal #search .item select {
  border: none;
  border-left: 2px solid #3d4eac;
  background: #f1f1f1;
  box-shadow: none;
  border-radius: 0;
  height: 44px;
}
#payment_portal .file {
  padding: 10px 20px;
  display: flex;
  /*height: 20px;*/
  justify-content: space-between;
  flex-direction: row;
  transition: 0.25s ease-in-out;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  font-size: 1.3em;
  /*min-height: 20px;*/
}
#payment_portal .file.warning {
  justify-content: center;
}
#payment_portal .file.warning .file__icon {
  color: #ff5722;
  margin-right: 10px;
}
#payment_portal .file.hide {
  display: none !important;
}
#payment_portal .file__icon {
  font-size: 1.6em;
  color: #3d4ead;
}
#payment_portal .file__icon input {
  margin-top: -5px;
  margin-right: 10px;
  border: 2px solid #5e71da;
}
#payment_portal .file__icon input:checked {
  background: #3d4eac;
}
#payment_portal .file:hover {
  background: #e1e1e1;
}
#payment_portal .file:hover__title {
  color: #5969c4;
  text-decoration: underline;
}
#payment_portal .file__title {
  color: #3d4ead;
}
#payment_portal .file__modified {
  font-size: 0.9em;
  font-style: italic;
  color: #a6a6a6;
}
#payment_portal .file__status {
  font-size: 1.4em;
}
#payment_portal .file__status .downloaded {
  color: #4CAF50;
}
#payment_portal .file__status .fa-info-circle {
  color: #1976D2;
  margin-right: 7px;
}
#payment_portal .folder {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  transition: 0.25s ease-in-out;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
#payment_portal .folder:hover {
  background: #e1e1e1;
}
#payment_portal .folder:hover__title {
  color: #5969c4;
  text-decoration: underline;
}
#payment_portal .folder__icon {
  font-size: 2em;
  color: #3F51B5;
  margin: 10px;
}
#payment_portal .folder__title {
  font-size: 1.3em;
  cursor: pointer;
}
#payment_portal .folder__modified {
  font-size: 1.3em;
}
#payment_portal .folder__action {
  position: relative;
}
#payment_portal .action {
  position: relative;
}
#payment_portal .action__dropdown {
  opacity: 0;
  z-index: 10;
  position: absolute;
  background: white;
  font-size: 1.6em;
  /* left: -50%; */
  /* transform: translateX(-50%); */
  width: 100px;
  border-radius: 20px;
  left: 70px;
  top: 30px;
  border-top-right-radius: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
#payment_portal .action__item {
  padding: 20px 5px;
  text-align: center;
}
#payment_portal .action__item.delete {
  text-align: center;
  background: #F44336;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modifyQTY {
  -moz-appearance: textfield;
  margin: 0;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
/* Triangle hack to make tooltip look like a speech bubble */
/* Show tooltip content on hover */
[data-atooltip] {
  position: relative;
  z-index: 20;
  cursor: pointer;
}
[data-atooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -48px;
  padding: 7px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-atooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
[data-atooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-atooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
[data-atooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.save_continue {
  background: #2196F3;
  border: none;
  padding: 10px 15px;
  color: white;
  margin: 10px 0;
  border-radius: 3px;
}

#clone-modal {
  /*width: 400px;*/
}
#clone-modal input:not([type=checkbox]), #clone-modal select {
  width: calc(100% - 10px);
  margin: 0;
  padding: 5px 0;
}

.saving_overlay {
  display: none;
}
.saving_overlay.active {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.6705882353);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.saving_overlay i {
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#clone-modal .item {
  transition: all 0.4s ease;
}
#clone-modal .modal-body {
  transition: all 0.4s ease;
  max-height: 800px;
}

#selectFlightDetails .flight-row-f {
  padding: 7px 10px;
}
#selectFlightDetails .flight-row-f:nth-child(2n) {
  background: rgba(0, 150, 136, 0.0901960784);
  border-top: 1px solid rgba(158, 158, 158, 0.2117647059);
}
#selectFlightDetails .flight-row-f:last-child {
  border-bottom: 1px solid rgba(158, 158, 158, 0.2117647059);
}
#selectFlightDetails .row-header-f {
  background: #3F51B5;
  padding: 12px 5px;
  color: white;
  margin-bottom: 8px;
}
#selectFlightDetails input[type=checkbox][disabled] {
  background: #a7a7a7;
}

#destinations_selected {
  position: relative;
}
#destinations_selected:after {
  display: block;
  content: "^";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

#imc .dataTables_paginate, #imc .modTables_paginate {
  background: #455a64;
  padding: 10px 20px;
  color: white;
  text-align: right;
}
#imc .dataTables_paginate a, #imc .modTables_paginate a {
  cursor: pointer;
  margin: 10px;
  color: #fff;
}
#imc .dataTables_paginate a.current, #imc .modTables_paginate a.current {
  border: 1px solid white;
  border-radius: 999px;
  padding: 6px 10px;
  margin: 0;
}

.itemErow td {
  text-align: center;
}

#invoicing_macro_micromodal-content {
  min-width: 450px;
}

.micro-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.micro-form .micro-group {
  margin: 0 10px 10px 10px;
}
.micro-form .micro-group label {
  display: unset;
  margin: 0 10px 0 0;
}
.micro-form .micro-group input, .micro-form .micro-group textarea {
  width: auto;
  max-width: 300px;
}
.micro-form .micro-group-buttons {
  align-self: flex-end;
  margin: 0 5px 5px 5px;
}

#invoice-macro-progress {
  display: flex;
  justify-content: center;
}
#invoice-macro-progress ol {
  font-size: 1.7em;
  color: #9a9a9a;
}
#invoice-macro-progress ol .fa-spinner, #invoice-macro-progress ol .fa-check, #invoice-macro-progress ol .fa-times {
  display: none;
}
#invoice-macro-progress ol li.current {
  color: rgba(0, 0, 0, 0.8);
}
#invoice-macro-progress ol li.current .fa-spinner {
  display: inline-block;
}
#invoice-macro-progress ol li.complete {
  color: rgba(0, 0, 0, 0.8);
}
#invoice-macro-progress ol li.complete .fa-check {
  color: rgba(0, 194, 0, 0.84);
  display: inline-block;
}
#invoice-macro-progress ol li.failed {
  color: rgba(0, 0, 0, 0.8);
}
#invoice-macro-progress ol li.failed .fa-times {
  display: inline-block;
  color: rgba(194, 0, 0, 0.84);
}

#invoicing_macro_history_micromodal .microModal__container {
  max-width: 90vw;
}
#invoicing_macro_history_micromodal tbody {
  display: block;
  height: 450px;
  overflow: auto;
}
#invoicing_macro_history_micromodal thead, #invoicing_macro_history_micromodal tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too*/
}
#invoicing_macro_history_micromodal thead {
  width: calc(100% - 1em);
}
#invoicing_macro_history_micromodal table {
  max-width: 70vw;
}
#invoicing_macro_history_micromodal td, #invoicing_macro_history_micromodal th {
  text-align: center;
}

.indefinitely {
  background: #3F51B5;
  color: white;
  padding: 2px 5px;
  margin-left: 10px;
  cursor: pointer;
}

span.required {
  color: red;
  font-size: 1.3em;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.progressbar {
  counter-reset: step;
  display: flex;
}

.progressbar li {
  list-style-type: none;
  flex: 1;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-family: "Montserrat";
  font-weight: 600;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: #55b776;
}

.progressbar li.active + li:after {
  background-color: #55b776;
}

.imc_row:hover {
  background: rgba(216, 216, 216, 0.6392156863);
}
.attach_object {
  border: none;
  background: green;
  padding: 7px 11px;
  color: white;
  font-size: 1.4em;
  width: 100%;
}

.detach_object {
  border: none;
  background: #F44336;
  padding: 7px 11px;
  color: white;
  font-size: 1.4em;
  width: 100%;
}

#componentAttachmentList tr.selected {
  background: #D3F8D3;
}

#editModal .modal-body {
  max-height: 75vh;
}
#editModal #editContainer {
  width: 100%;
}

.form-steps {
  font-family: "Lato";
  margin: 0 auto;
}
.form-steps .form-grp {
  padding: 5px 0;
}
.form-steps select, .form-steps input:not([type=checkbox]) {
  width: 90%;
  height: 22px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.form-steps textarea {
  width: 96%;
  height: 100px;
  line-height: 28px;
}
.form-steps .step {
  display: none;
}
.form-steps .step.active {
  margin: 20px auto;
  display: block;
  padding: 20px 40px;
  background: rgba(243, 243, 243, 0.4392156863);
  border: 1px solid #e0e0e0;
}
.form-steps .step.slide {
  animation: slideAndHide;
  animation-iteration-count: 1;
  animation-duration: 400ms;
  opacity: 0;
}
.form-steps .step.appear {
  animation: slideAndShow;
  animation-iteration-count: 1;
  animation-duration: 400ms;
  opacity: 1;
}
.form-steps .remaining-steps {
  width: 15%;
}
.form-steps .remaining-steps .active {
  display: none;
}
.form-steps .clear-form-btn {
  display: inline-block;
  padding: 12px 66px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 20px 10px 20px 0;
  cursor: pointer;
  background: #FF9800;
  color: white;
  transition: all 0.3s ease;
  border: none;
}
.form-steps .clear-form-btn:hover {
  background: #cc7a00;
}
.form-steps .clear-form-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #331e00;
}
.form-steps .submit {
  display: inline-block;
  cursor: pointer;
  background: #4caf50;
  color: white;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.form-steps .submit:disabled {
  background: #86ba88;
  cursor: not-allowed;
}
.form-steps .submit:hover {
  background: #3d8b40;
}
.form-steps .submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #0e210f;
}
.form-steps .reset {
  background: #FF5722;
  border: none;
  padding: 5px 10px;
  color: white;
  margin-bottom: 10px;
  border-radius: 20px;
}

.upload_photos .upload-thumbnail {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background-color: #B0BEC5;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.upload_photos .fl-ex {
  display: flex;
  align-content: flex-end;
  color: black;
  height: 100%;
  vertical-align: bottom;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.upload_photos .new_file_row {
  background: none;
  border: none;
  padding: 15px 0;
  color: #607D8B;
  width: 100%;
  text-align: center;
  font-size: 2.4em;
}
.upload_photos .new_file {
  border: 2px solid rgba(96, 125, 139, 0.2117647059);
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
}
.upload_photos .custom-file-input {
  color: transparent;
  height: 41px !important;
  width: 140px !important;
}
.upload_photos .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.upload_photos .custom-file-input::before {
  content: "Select some files";
  color: #ffffff;
  display: inline-block;
  border: 1px solid #607D8B;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  text-align: center;
  background: #90A4AE;
  height: 30px;
  width: 120px;
}
.upload_photos .custom-file-input:hover::before {
  border-color: black;
}
.upload_photos .custom-file-input:active {
  outline: 0;
}
.upload_photos .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.hide_form_input {
  display: none !important;
}

.new_photo {
  background: #90a3ae;
  color: white;
  border: 1px solid #627e8c;
  padding: 10px 30px;
  border-radius: 3px;
  font-family: "Montserrat";
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

@keyframes slideAndHide {
  0% {
    margin-left: auto;
    opacity: 1;
  }
  100% {
    margin-left: -300px;
    opacity: 0;
  }
}
@keyframes slideAndShow {
  0% {
    margin-right: -300px;
    opacity: 0;
  }
  100% {
    margin-left: auto;
    opacity: 1;
  }
}
#componentList tr td, #componentArchiveList tr td {
  text-align: center;
}
#componentList tr td:nth-child(6), #componentArchiveList tr td:nth-child(6) {
  text-align: left;
}
#componentList tr td:nth-child(7), #componentArchiveList tr td:nth-child(7) {
  text-align: left;
}
#componentList tr td:nth-child(8), #componentArchiveList tr td:nth-child(8) {
  text-align: left;
}
#componentList tr td:nth-child(9), #componentArchiveList tr td:nth-child(9) {
  text-align: left;
}
#componentList tr td > img, #componentArchiveList tr td > img {
  border-radius: 50px;
}
#componentList .show_more, #componentArchiveList .show_more {
  position: relative;
}
#componentList .show_more .show_more_container, #componentArchiveList .show_more .show_more_container {
  position: absolute;
  transform: translateY(-70%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  bottom: 100%;
  background: #f3f3f3;
  border: 1px solid #cacaca;
  z-index: 9999;
  color: #444444;
  width: 200px;
  left: 50%;
  box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.28);
  text-align: center;
}
#componentList .show_more .show_more_container .title, #componentArchiveList .show_more .show_more_container .title {
  font-size: 12px;
  margin-top: 10px;
  font-family: "Montserrat";
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#componentList .show_more .show_more_container .no-photo, #componentArchiveList .show_more .show_more_container .no-photo {
  text-align: center;
  background: white;
  padding: 20px 0;
  border: 1px solid;
}
#componentList .show_more.hovered .show_more_container, #componentArchiveList .show_more.hovered .show_more_container {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}
#componentList .small_preview_image, #componentArchiveList .small_preview_image {
  width: 60px;
  height: 60px;
}

#type_selector {
  border: none;
  background: none;
  font-family: "Montserrat" !important;
  font-weight: 700;
  width: auto;
  border-bottom: 3px solid #4caf50;
  height: 100%;
  font-size: 24px;
  margin-top: 0px;
}

.expand_details, .expand_step {
  margin-top: -2px;
  background: whitesmoke;
  padding: 20px 30px;
  position: relative;
}
.expand_details .button_clone_object, .expand_step .button_clone_object {
  display: inline-block;
  background: #009688;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_plans_object, .expand_step .button_plans_object {
  display: inline-block;
  background: #3F51B5;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_edit_object, .expand_step .button_edit_object {
  display: inline-block;
  background: #FF9800;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_save_attached, .expand_step .button_save_attached {
  display: inline-block;
  background: #2196f3;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_save_attached:disabled, .expand_step .button_save_attached:disabled,
.expand_details .button_save_attached[disabled],
.expand_step .button_save_attached[disabled] {
  background: #6ba3d0;
  color: #f3ecec;
  cursor: not-allowed;
}
.expand_details span.small_edit_imc, .expand_step span.small_edit_imc {
  background: #FF9800;
  color: white;
  padding: 4px 7px;
  border-radius: 3px;
}
.expand_details .edit_in_imc, .expand_step .edit_in_imc {
  display: inline-block;
  background: #FF9800;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
.expand_details .button_image_imc, .expand_step .button_image_imc {
  display: inline-block;
  background: #3F51B5;
  padding: 10px 15px;
  font-size: 0.9em;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_pricing_imc, .expand_step .button_pricing_imc {
  display: inline-block;
  background: #673AB7;
  padding: 10px 15px;
  font-size: 0.9em;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details img.has-image-small, .expand_step img.has-image-small {
  max-width: 40px;
  display: inline-block;
  border-radius: 10px;
}
.expand_details h2, .expand_step h2 {
  font-size: 18px;
  line-height: 20px;
}
.expand_details h2 .item_type, .expand_step h2 .item_type {
  letter-spacing: 5px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #a2a2a2;
}
.expand_details h3, .expand_step h3 {
  font-size: 14px;
}
.expand_details .effective_date, .expand_step .effective_date {
  display: inline-block;
  background: #455a64;
  padding: 5px 10px;
  color: white;
}
.expand_details .button_attach_imd, .expand_step .button_attach_imd {
  display: inline-block;
  background: #4CAF50;
  padding: 10px 15px;
  font-size: 0.9em;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_detach_row_imd, .expand_step .button_detach_row_imd {
  display: inline-block;
  background: #F44336;
  padding: 10px 15px;
  font-size: 0.9em;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_detach_imd, .expand_step .button_detach_imd {
  display: inline-block;
  background: #F44336;
  padding: 10px 15px;
  font-size: 0.9em;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}
.expand_details .button_reset_form, .expand_step .button_reset_form {
  background: #FF9800;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 0.9em;
  border-radius: 5px;
  padding: 15px 20px;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
  border-radius: 5px;
}

.modal-imc-wide {
  /*width: 90vw;*/
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.itemErow td {
  text-align: center;
}

.filter-dropdowns span {
  display: block;
}
.filter-dropdowns #searchDTattaching {
  width: 90%;
}

#editContainer .ql-toolbar {
  width: 96%;
}

.inline_edit_button {
  background: #FF9800;
  border: none;
  color: white;
  padding: 3px 4px;
  border-radius: 4px;
  opacity: 0.7;
  float: right;
  transition: all 0.3s ease;
}
.inline_edit_button:hover {
  opacity: 1;
}

.edit_photo {
  margin-bottom: 40px;
  width: 300px;
  height: 140px;
  display: inline-block;
  position: relative;
  border: 1px solid #d4d4d4;
  background: #ececec;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.upload_photo {
  height: 140px;
  width: 290px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  position: relative;
  background: rgba(224, 224, 224, 0.4117647059);
  display: inline-block;
  padding: 5px 10px;
  vertical-align: top;
  /*margin-top: 7px;*/
}
.upload_photo input[type=file] {
  color: transparent;
  height: 41px !important;
  margin-top: 14px;
}
.upload_photo label {
  display: inline-block;
}
.upload_photo input[type=checkbox] {
  margin-top: 0;
}
.upload_photo input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.upload_photo input[type=file]::before {
  content: "Select some files";
  color: #ffffff;
  display: inline-block;
  border: 1px solid #607D8B;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  background: #90A4AE;
  height: 30px;
}
.upload_photo input[type=file]:hover::before {
  border-color: black;
}
.upload_photo input[type=file]:active {
  outline: 0;
}
.upload_photo input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.upload_photo form {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  margin: 0;
}
.upload_photo button {
  position: absolute;
  right: 10PX;
  background: #2196F3;
  color: white;
  border: none;
  padding: 5px 10px;
}

.small_input_edit {
  /*width: 20px;*/
  font-size: 1.2em;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
}

.usually_hidden {
  margin: 0;
}
.usually_hidden .save_changes {
  padding: 9px 3px;
  margin: 0;
  background: #2196F3;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 700;
}

.enable-form {
  background: #FF9800;
  border-radius: 3px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  padding: 4px 0;
}

.big_photo {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: #607d8b;
  padding: 4px 9px;
  font-size: 0.9em;
  /* border-radius: 999px; */
  line-height: 18px;
}

.edit_photo_description {
  position: absolute;
  bottom: 0px;
  background: rgba(242, 242, 242, 0.7411764706);
  padding: 5px 10px;
  right: 0;
  border-bottom: 1px solid rgba(214, 214, 214, 0.6392156863);
  left: 0;
  color: black;
}

.small_input_edit {
  width: 65px;
}

.remove_photo {
  background: #D32F2F;
  border: none;
  color: white;
  /* padding: 8px 11px; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  display: inline-block;
}

.primary_photo {
  /* position: absolute; */
  /* bottom: -30px; */
  /* background: #f2f2f2; */
  /* right: 0; */
  /* left: 0; */
  padding: 2px 10px;
  margin: 0;
  /* border-top: 1px solid #a8a8a8; */
}
.primary_photo label {
  display: inline-block;
}

#imc #searchDT, #clone_imc_object #searchDT {
  width: 90%;
}
#imc .active_r, #clone_imc_object .active_r {
  background: #0088cc;
  color: white;
}
#imc .title_expanded, #clone_imc_object .title_expanded {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 10px;
}
#imc .empty-image, #clone_imc_object .empty-image {
  width: 90px;
  height: 90px;
  display: block;
  background: #e8e8e8;
  border: 2px solid #8e8e8e;
}
#imc .has-image, #clone_imc_object .has-image {
  width: 200px;
  height: 200px;
}
#imc .title_expanded, #clone_imc_object .title_expanded {
  text-align: center;
  background: #90A4AE;
  color: white;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 3px;
}
#imc .method_notes, #clone_imc_object .method_notes {
  padding: 8px;
  background: rgba(255, 255, 255, 0.4196078431);
  border-radius: 10px;
}
#imc .service_items div, #clone_imc_object .service_items div {
  font-weight: 900;
  margin-bottom: 10px;
}
#imc tr.active a, #clone_imc_object tr.active a {
  /*color: white;
  text-decoration: underline;*/
}
#imc .filtering-row, #imc .filtering-archive-row, #clone_imc_object .filtering-row, #clone_imc_object .filtering-archive-row {
  margin-bottom: 20px;
}
#imc .dataTables_filter, #imc .modTables_filter, #clone_imc_object .dataTables_filter, #clone_imc_object .modTables_filter {
  display: none;
}
#imc .align-left, #clone_imc_object .align-left {
  text-align: left !important;
}
#imc .skip-form-btn, #clone_imc_object .skip-form-btn {
  display: inline-block;
  cursor: pointer;
  background: #673AB7;
  color: white;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}

.filtering-row_modal {
  padding: 20px 0;
}

#componentAttachingTable_filter {
  display: none !important;
}

.over_detach {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(179, 179, 179, 0.7294117647);
  text-align: center;
}
.over_detach.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #000;
  text-align: center;
  background: NONE;
  border: NONE;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 0px;
  left: auto;
}

#currentGroupContainer {
  margin: -20px -32px 20px -32px;
  background: rgba(236, 239, 241, 0.3490196078);
  padding: 20px 30px 17px 30px;
  border-bottom: 1px solid #e7e7e7;
}

.detach_object_modal {
  margin: 0;
}

.close_imc_modal {
  display: inline-block;
  cursor: pointer;
  background: #FF9800;
  color: #fff;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
  font-size: inherit;
  line-height: 20px;
}

.reset_search_button {
  margin-top: 17px;
  margin-left: 10px;
}

.navigation_stepped nav {
  display: block;
  text-align: center;
  background: #ECEFF1;
  margin-left: -30px;
  margin-right: -30px;
  padding: 12px 20px 10px 20px;
  border-bottom: 2px solid rgba(96, 125, 139, 0.3098039216);
}
.navigation_stepped ul {
  padding: 0;
  margin: 0;
}
.navigation_stepped ul li {
  list-style: none;
  display: inline-block;
}
.navigation_stepped ul li:hover a {
  text-decoration: underline;
}
.navigation_stepped ul li i {
  margin: 0 10px;
}
.navigation_stepped a {
  color: #0D47A1;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
}
.navigation_stepped a.active {
  font-weight: 600;
  text-decoration: underline;
}

.clone_imc_modal {
  display: inline-block;
  cursor: pointer;
  background: #009688;
  color: #fff;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}

.button_replace_imc {
  display: inline-block;
  background: #FF5722;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}

img.has-image-small {
  max-width: 40px;
  display: inline-block;
  border-radius: 10px;
}

.save_from_cloned {
  display: inline-block;
  cursor: pointer;
  background: #4caf50;
  color: #fff;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
  float: right;
}

.save_from_cloned:disabled {
  cursor: not-allowed;
  background: rgba(76, 175, 80, 0.52);
}

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.new-type {
  border-radius: 0;
}
.new-type .modal-header, .new-type .modal-footer {
  background: #fff;
}
.new-type .btn {
  box-shadow: none;
  background-image: none;
}
.new-type .btn.btn-primary {
  background: #037AFF;
  /* border-radius: 0; */
  font-size: 11px;
  border: 1px solid #0063d2;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
/* Triangle hack to make tooltip look like a speech bubble */
/* Show tooltip content on hover */
[data-tooltip] {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
[data-tooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -120px;
  padding: 7px;
  width: 240px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

[data-tooltip-small] {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
[data-tooltip-small]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -90px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip-small);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
[data-tooltip-small]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip-small]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
[data-tooltip-small]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

[data-tooltip-large] {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
[data-tooltip-large]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -120px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip-large);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
[data-tooltip-large]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip-large]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
[data-tooltip-large]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.warning-message {
  background: #F44336;
  padding: 10px 5px;
  color: white;
  border-left: 10px solid #C62828;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
#cloneProductionPlan {
  transform: none !important;
}

.fr-quick-insert {
  display: none;
}

.fr-counter {
  background: #90a4ae;
  padding: 10px 17px;
  display: inline-block;
  color: white;
  border: 1px solid #70787b;
}

.filtering-row-xs {
  display: flex;
  align-items: center;
}

.filtering-row-xs .nib {
  margin: 0 12px;
}

#mealServiceTypeTable_length, #mealServiceTypeTable_filter {
  display: none;
}

.mpt_form {
  position: fixed;
  bottom: 47px;
  background: #37474F;
  left: 32px;
  right: 32px;
  padding: 12px;
}
.mpt_form .input-grp {
  display: inline-block;
  margin-right: 30px;
}
.mpt_form .input-grp label {
  color: white;
  font-weight: 900;
  font-size: 14px;
}
.mpt_form button {
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 20px 10px 20px 0;
  cursor: pointer;
  border: none;
  background: #2196F3;
  transition: all 0.5s ease;
  color: white;
}
.mpt_form button:hover {
  background: #1565c0;
}

.m_departure_country_selector, .m_arrival_country_selector {
  width: 100px;
}
.m_departure_country_selector select, .m_arrival_country_selector select {
  width: 100px;
  height: 26px;
}

.m_departure_selector, .m_arrival_selector {
  width: 85px;
}
.m_departure_selector select, .m_arrival_selector select {
  height: 26px;
  width: 85px;
}

.m_flight_selector {
  width: 100px;
}
.m_flight_selector select {
  height: 26px;
  width: 100px;
}

.m_class_selector {
  width: 160px;
}
.m_class_selector select {
  width: 160px;
  height: 26px;
}

.m_meal_selector {
  width: 240px;
}
.m_meal_selector select {
  height: 26px;
  width: 240px;
}

.btn-go, .btn-reset-filters {
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1em;
}

#stickyHeaderMPT {
  position: sticky;
  z-index: 9;
  top: 40px;
}

.tabbable.nested_tabs_style .nav-tabs > .active > a {
  color: #455a64;
  cursor: default;
  background-color: #d9e0e4;
  border: none;
  border-bottom-color: none;
}
.tabbable.nested_tabs_style .nav-tabs > .active > a:hover {
  color: #455a64;
  cursor: default;
  background-color: #d9e0e4;
  border: none;
}
.tabbable.nested_tabs_style .nav-tabs {
  border-bottom: 2px solid #b0bec5;
}
.tabbable.nested_tabs_style .nav-tabs > li {
  border-radius: 0;
  margin-bottom: -2px;
}
.tabbable.nested_tabs_style .nav-tabs > li > a {
  border-radius: 0;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
  margin-right: 0;
  color: #455a64;
  border: none;
}
.tabbable.nested_tabs_style .nav-tabs > li > a:hover {
  color: #455a64;
}
.tabbable.nested_tabs_style .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
  margin-right: 0;
}

table.unify_style .gemLinks {
  color: #fff !important;
}
table.unify_style thead {
  background-color: #455A64;
  color: #ffffff;
}
table.unify_style thead th {
  border-color: #546E7A;
}
table.unify_style tbody td .unify_checkbox {
  margin-top: 3px !important;
}
table.unify_style tbody td .trash-remove-usr {
  padding: 3px;
  margin-right: 5px;
  color: #F44336;
}
table.unify_style tbody td a:not(.regular) {
  display: block;
}
table.unify_style tbody td a:not(.regular) i:not(.regular) {
  display: block;
  text-align: center;
  color: #3F51B5;
  font-size: 1.5em;
}
table.unify_style tbody td a:not(.regular).has_image i {
  color: #4CAF50;
}
table.unify_style tbody td a:not(.regular).image_not_approved i {
  color: #f89406;
}
table.unify_style tbody td a:not(.regular):hover {
  text-decoration: none;
}

.service-plan-button-row .btn {
  padding: 11px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
  margin-right: 10px;
}
.service-plan-button-row .btn-tracker {
  background: #3F51B5;
  color: white;
  text-shadow: none;
}
.service-plan-button-row .btn-tracker:hover {
  background: #3b4caa;
}

.notification-panel {
  background: rgba(236, 239, 241, 0.4392156863);
  padding: 10px;
  border: 1px solid #ECEFF1;
}
.notification-panel .label-warning, .notification-panel .badge-warning {
  background-color: #607D8B;
  TEXT-SHADOW: NONE;
  border-radius: 0;
}
.notification-panel .fa-edit {
  background: #eceff1;
  color: #607D8B;
  padding: 5px 4px;
  border-radius: 999px;
}
.notification-panel ul {
  padding: 0;
  margin: 0;
}
.notification-panel ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}
.notification-panel ul li:first-child {
  margin-left: 0;
}

#service_profile h2 {
  display: inline-block;
  font-size: 21px;
}
#service_profile h2 a {
  color: #37474F;
}
#service_profile h2 a:hover {
  text-decoration: none;
}
#service_profile .refresh_supplier {
  font-size: 10px;
  margin-left: 10px;
  color: white;
  background: #455a64;
  padding: 5px 6px;
  border-radius: 999px;
}

#lastUpdateHeader {
  position: absolute;
  right: 30px;
}
#lastUpdateHeader .label {
  background-color: #607D8B;
  TEXT-SHADOW: NONE;
  border-radius: 0;
}

#productionPlanTabs, .unify_tabs {
  padding-top: 20px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  background: #ECEFF1;
  margin-bottom: 20px;
  border-bottom: 1px solid #B0BEC5;
}
#productionPlanTabs h2, .unify_tabs h2 {
  padding-left: 33px;
  margin-top: 0;
  font-family: "Montserrat";
}
#productionPlanTabs .nav-tabs, .unify_tabs .nav-tabs {
  padding: 0 33px 0 33px;
  margin-bottom: 0;
  border-bottom: 3px solid #cfd8dc;
}
#productionPlanTabs .nav-tabs li, .unify_tabs .nav-tabs li {
  margin-bottom: -4px;
}
#productionPlanTabs .nav-tabs li a.active, .unify_tabs .nav-tabs li a.active {
  /* color: #555; */
  color: #fff;
  cursor: default;
  /* background-color: #f7f8f9; */
  background-color: #3F51B5;
  /* border: 1px solid #ddd; */
  border-radius: 0;
  border-bottom-color: #3F51B5;
}
#productionPlanTabs .nav-tabs li a, .unify_tabs .nav-tabs li a {
  background: rgba(207, 216, 220, 0.6392156863);
  border-radius: 0;
  color: #455A64;
  border-bottom: 3px solid;
  border-radius: 0;
  border-color: #CFD8DC;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#additional_options_table_view .tabbable {
  float: right;
  border: none;
  margin-top: 72px;
}
#additional_options_table_view .tabbable #primary_menu {
  margin: 0;
  padding: 0;
  border: none;
}
#additional_options_table_view .tabbable #primary_menu label {
  color: #000;
}
#additional_options_table_view .tabbable #primary_menu > li {
  background: #3f51b5;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
#additional_options_table_view .tabbable #primary_menu > li.active {
  background: #3849a2;
}
#additional_options_table_view .tabbable #primary_menu > li.active a {
  background: none;
}
#additional_options_table_view .tabbable #primary_menu > li.dropdown.open {
  background: #3f51b5;
}
#additional_options_table_view .tabbable #primary_menu > li > a {
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#additional_options_table_view .tabbable #primary_menu > li > a:hover {
  background: #3849a2;
}
#additional_options_table_view .tabbable #primary_menu #serviceRowPricingTab {
  background: #FF9800;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
#additional_options_table_view .tabbable #primary_menu #serviceRowPricingTab > a {
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#additional_options_table_view .tabbable #primary_menu #serviceRowPricingTab > a:hover {
  background: #e68900;
}

.table_with_nav {
  background: rgb(248, 248, 248);
  margin-left: -30px;
  margin-right: -30px;
  padding: 1px 30px;
  margin-top: 20px;
}
.table_with_nav #route_header ul, .table_with_nav #routeHeader ul {
  float: right;
}
.table_with_nav #navigation_row_service {
  margin-top: 10px;
  height: 36px;
  margin-bottom: 20px;
  background: #90A4AE;
}
.table_with_nav #navigation_row_service #filterPaging {
  float: right;
}
.table_with_nav #navigation_row_service .nav-tabs {
  border: none;
}
.table_with_nav #navigation_row_service .nav-tabs > li.dropdown li a {
  background: #fff;
  color: #000;
}
.table_with_nav #navigation_row_service .nav-tabs > li.active a {
  background: #607d8b;
}
.table_with_nav #navigation_row_service .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  margin-right: 0;
  font-weight: 900;
  color: #f8f8f8;
  transition: all 0.3s ease;
}
.table_with_nav #navigation_row_service .nav-tabs > li > a:hover {
  text-decoration: none;
  background-color: #455a64;
}
.table_with_nav #navigation_row_service .nav-tabs > li > a i {
  margin-left: 5px;
}

#primarySaveButton {
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 27px;
}

#annualised_costs_container {
  background: #f7f8f9;
  padding: 15px 5px;
  height: 114px;
  position: absolute;
  width: 220px;
  right: 10px;
  z-index: 5;
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
#annualised_costs_container.active {
  right: -230px;
  opacity: 1;
}
#annualised_costs_container .label-success {
  background: #4caf50;
}
#annualised_costs_container span.fetch {
  color: #000;
}
#annualised_costs_container span.fetch .text-info {
  color: #000;
}
#annualised_costs_container span.txt {
  display: block;
  font-weight: 700;
  color: #455a64;
}

#routeModTable {
  background: #f7f8f9;
  padding: 15px 5px;
  margin-bottom: -35px;
  position: relative;
  z-index: 10;
  font-size: 0.8em;
  font-family: "Montserrat";
  color: #5f5f5f;
  font-weight: 700;
}

#planDetails {
  background: #f7f8f9;
  padding: 15px 5px;
  margin-bottom: -35px;
  position: relative;
  z-index: 10;
  height: 80px;
  font-family: "Montserrat";
  color: #5f5f5f;
}
#planDetails span.field {
  font-weight: 700;
  background: rgba(69, 90, 100, 0.0784313725);
  color: #656565;
  padding-left: 2px;
  display: block;
}
#planDetails .btn-edit {
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8em;
  margin-top: 13px;
  color: white;
  background: #4caf50;
  text-shadow: none;
}
#planDetails .btn-edit a {
  text-shadow: none;
  color: #fff;
}

#service_plan_details #plan_descr {
  font-family: "Montserrat";
  font-weight: 900;
  color: #546E7A;
  margin-top: -10px;
}

.is_item_master img {
  width: 50px;
}

#paginator_row {
  height: 46px;
  background: #455a64;
}
#paginator_row #pagingSpan {
  margin-top: 10px;
  margin-right: 10px;
}
#paginator_row #pagingSpan ul li {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 999px;
  color: white;
}
#paginator_row #pagingSpan ul li.active {
  border: 1px solid white;
}
#paginator_row #pagingSpan ul li a {
  color: #fff;
}

.createTableLink {
  font-family: "Lato";
  font-weight: 600;
  color: #263238;
}

.updatePlanLink {
  font-family: "Lato";
  font-weight: 600;
  color: #3f51b5;
}

.loading_airplane_style {
  height: 100px;
  color: whitesmoke;
  overflow: hidden;
  background: #607D8B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_airplane_style .globe_spinning {
  position: absolute;
}
.loading_airplane_style .globe_spinning i {
  font-size: 14em;
}
.loading_airplane_style #loading_text {
  font-family: "Montserrat";
  font-size: 1.75em;
  display: inline-block;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
.loading_airplane_style .airplane {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  left: -20px;
  animation: fly_high 7s infinite;
}
.loading_airplane_style .airplane.delay_1 {
  animation-delay: 1s;
}
.loading_airplane_style .airplane.delay_2 {
  animation-delay: 2s;
}
.loading_airplane_style .airplane.delay_3 {
  animation-delay: 3s;
}
.loading_airplane_style .airplane.delay_4 {
  animation-delay: 4s;
}
.loading_airplane_style #bld_right, .loading_airplane_style #bld_left {
  opacity: 0.3;
  position: absolute;
  font-size: 2em;
}
.loading_airplane_style #bld_right {
  right: 4%;
}
.loading_airplane_style #bld_left {
  left: 4%;
}
.loading_airplane_style #clouds i {
  opacity: 0.4;
}
.loading_airplane_style #clouds i:nth-child(1) {
  font-size: 2.7em;
}
.loading_airplane_style #clouds i:nth-child(2) {
  font-size: 1.55em;
}
.loading_airplane_style #clouds i:nth-child(3) {
  font-size: 1.7em;
}
.loading_airplane_style #clouds i:nth-child(4) {
  font-size: 0.9em;
}
.loading_airplane_style #clouds i:nth-child(6) {
  font-size: 2.7em;
}
.loading_airplane_style #clouds i:nth-child(7) {
  font-size: 1.55em;
}
.loading_airplane_style #clouds i:nth-child(8) {
  font-size: 1.7em;
}
.loading_airplane_style #clouds i:nth-child(9) {
  font-size: 0.9em;
}
.loading_airplane_style #clouds i:nth-child(10) {
  font-size: 0.9em;
}

#aircraftTabs {
  background: #78909C;
  height: 36px;
  margin-top: -19px;
  margin-left: -8px;
  margin-right: -30px;
}
#aircraftTabs li.active {
  background: #455A64;
}

#routeRegionDropdownContainer, .route_budget {
  background: #dce1e2;
}

#expand_an_co {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: -3px;
  width: 20px;
  z-index: 20;
  background: #E0E0E0;
  cursor: pointer;
}
#expand_an_co i {
  font-size: 3em;
  color: #424242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-tracker {
  color: #FAFAFA;
  background-color: #EF5350;
  text-shadow: none;
  border-color: #E53935;
}
.alert-tracker i {
  margin-right: 10px;
}

#trackerGenerateList {
  position: fixed;
  top: 50px;
  right: 50%;
  transform: translateX(50%);
  width: 450px;
  z-index: 10;
}

#taxRecContainer, #discountContainer, #taxNonContainer {
  position: absolute;
  background: #f7f7f7;
  z-index: 30;
}
#taxRecContainer.in, #discountContainer.in, #taxNonContainer.in {
  overflow-y: auto;
  height: 310px;
}

#toggleInclSpecialMeals {
  font-size: 9px;
  background: #8bc34a;
  text-shadow: none;
  color: white;
  padding: 2px 10px;
  font-weight: 900;
  margin-left: 10px;
}

.eye_toggle {
  background: #8BC34A;
  color: white;
  padding: 4px;
  border-radius: 3px;
}

.multi_block {
  background: #e9eced;
  margin-top: 5px;
  position: relative;
  padding-right: 5px;
}
.multi_block .multi_text {
  background: rgba(69, 90, 100, 0.0784313725);
  padding: 2px 4px;
  margin-top: 0px;
  display: inline-block;
  color: #37474F;
  text-shadow: none;
  width: 48%;
}
.multi_block input {
  text-align: right;
  float: right;
}
.multi_block .multi_value {
  float: right;
}
.multi_block .multi_value.label-success {
  background-color: #8bc34a !important;
  padding-left: 0;
}
.multi_block .multi_value.label-important {
  background: #F44336 !important;
  padding-left: 0;
}
.multi_block .multi_value.label {
  margin-top: 3px;
}
.multi_block .multi_value.input_alike {
  background: #efefef;
  border: 1px solid #cccccc;
  /* padding: 3px 18px; */
  text-align: right;
  /* padding-left: 37px; */
  width: 61px;
  border-radius: 3px;
  font-family: "Lato";
  font-size: 11px;
  font-weight: 500;
  padding-right: 6px;
}

#price_difference.label-block {
  background-color: #8bc34a;
}

.button_tbl_action_row {
  position: absolute;
  top: -34px;
  background: #dce1e2;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5em;
  border: 1px solid #b0bec5;
  width: 182px;
}
.button_tbl_action_row a {
  color: #37474f;
}

.selector_of_routes {
  display: flex;
  justify-content: flex-end;
}

#routeRegionDropdownContainer {
  position: absolute;
  top: -14px;
  left: 200px;
}
#routeRegionDropdownContainer [title="ALL ROUTES"] {
  width: 100px;
}
#routeRegionDropdownContainer .btn {
  BACKGROUND: #dce1e2;
}
#routeRegionDropdownContainer .selector_of_routes {
  border: 1px solid #b0bec5;
}
#routeRegionDropdownContainer .multiselect {
  background: #dce1e2;
  color: #37474f;
}

#routeMod__currency {
  display: inline-block;
  top: 0;
  position: absolute;
  right: 40px;
}

#subplanSaveButton {
  padding: 11px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
  margin-right: 10px;
}

@keyframes fly_high {
  0% {
    left: -20px;
  }
  20% {
    left: 4%;
  }
  80% {
    left: 96%;
  }
  100% {
    left: 102%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1440px) {
  #service_profile h2 {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
  }
  #additional_options_table_view .tabbable #primary_menu > li {
    font-size: 0.7em;
  }
  .service-plan-button-row .btn {
    padding: 6px 10px;
    font-size: 0.7em;
  }
  #additional_options_table_view .tabbable #primary_menu > li {
    margin-left: 5PX;
    margin-top: 10px;
  }
  #additional_options_table_view .tabbable #primary_menu > li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .multi_block .input-small {
    width: 29px;
  }
  .multi_block .input_alike {
    width: 45px !important;
  }
  .service-plan-button-row .btn {
    margin-right: 3px;
  }
}
#imc .reportsButton {
  font-size: 12px;
  font-family: "Lato";
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  /* margin: 20px 10px 20px 0; */
  cursor: pointer;
  background: #4CAF50;
  border: none;
}
#imc .reportsButton.disabled_action {
  cursor: not-allowed;
  pointer-events: none;
}
#imc .activate_imc_products {
  margin-top: 18px;
}
#imc .activate_imc_products button {
  font-family: "Lato";
  height: 31px;
  background: #558B2F;
  border: none;
  color: white;
  font-size: 12px;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  /* margin: 20px 10px 20px 0; */
  cursor: pointer;
}
#imc .deactivate_imc_products {
  margin-top: 18px;
}
#imc .deactivate_imc_products button {
  font-family: "Lato";
  height: 31px;
  background: #F57C00;
  border: none;
  color: white;
  font-size: 12px;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  /* margin: 20px 10px 20px 0; */
  cursor: pointer;
}

.edit_in_imc {
  display: inline-block;
  background: #FF9800;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 5px;
}

/**************************\
  Basic Modal Styles
\**************************/
.microModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
}

.microModal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.microModal__container .hide {
  display: none !important;
}

.microModal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.microModal__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.microModal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  /*color: #00449e;*/
  box-sizing: border-box;
  font-family: "Montserrat" !important;
}

.microModal__close {
  background: transparent;
  border: 0;
}

.microModal__header .microModal__close:before {
  content: "✕";
}

.microModal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

a.microModal__btn, a.microModal__btn:hover, a.microModal__btn:visited {
  text-decoration: none;
  -webkit-appearance: unset;
  color: white;
}

.microModal__btn {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 100;
  font-family: "Lato", sans-serif !important;
}

.microModal__btn:focus, .microModal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.microModal__btn-primary {
  background-color: #2196f3;
  color: #fff;
}

.microModal__btn-error {
  background-color: #f44336;
  color: #fff;
}

.microModal__btn-warning {
  background-color: #FF9800;
  color: #fff;
}

.microModal__btn_pull_left {
  margin-right: auto;
}

.microModal__btn_pull_right {
  margin-left: auto;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .microModal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .microModal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .microModal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .microModal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .microModal__container,
.micromodal-slide .microModal__overlay {
  will-change: transform;
}

.save_facility {
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 20px 10px 20px 0;
  cursor: pointer;
  background-image: none;
  background-color: #2196F3;
  text-shadow: none;
}

.btn-add-new-group {
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  /* margin: 20px 10px 20px 0; */
  cursor: pointer;
  background-image: none;
  background-color: #2196F3;
  border: none;
  text-shadow: none;
}

.detach_object_modal {
  margin: 0;
}

#componentAttachingTable, #componentDetachingTable, #componentAttachedTable {
  width: 100%;
}

#componentAttachingTable_wrapper #componentAttachingTable_paginate, #componentAttachingTable_wrapper #componentDetachingTable_paginate, #componentAttachingTable_wrapper #componentAttachedTable_paginate, #componentDetachingTable_wrapper #componentAttachingTable_paginate, #componentDetachingTable_wrapper #componentDetachingTable_paginate, #componentDetachingTable_wrapper #componentAttachedTable_paginate, #componentAttachedTable_wrapper #componentAttachingTable_paginate, #componentAttachedTable_wrapper #componentDetachingTable_paginate, #componentAttachedTable_wrapper #componentAttachedTable_paginate {
  padding: 10px 20px;
  background: #455a64;
  /*margin-bottom: -20px;*/
  text-align: right;
}
#componentAttachingTable_wrapper a.paginate_button, #componentDetachingTable_wrapper a.paginate_button, #componentAttachedTable_wrapper a.paginate_button {
  padding: 5px 9px;
  cursor: pointer;
  border-radius: 999px;
  /* border: 1px solid; */
  margin: 3px;
  color: white;
}
#componentAttachingTable_wrapper a.paginate_button.current, #componentDetachingTable_wrapper a.paginate_button.current, #componentAttachedTable_wrapper a.paginate_button.current {
  border: 1px solid white;
}
#componentAttachingTable_wrapper .paginate_button.previous, #componentDetachingTable_wrapper .paginate_button.previous, #componentAttachedTable_wrapper .paginate_button.previous {
  border-radius: 0;
  color: #fff;
}
#componentAttachingTable_wrapper .paginate_button.next, #componentDetachingTable_wrapper .paginate_button.next, #componentAttachedTable_wrapper .paginate_button.next {
  border-radius: 0;
  color: #fff;
}

.attention {
  display: inline-block;
  /* border: 1px solid #FF9800; */
  border-radius: 6px;
  padding: 6px 11px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  background: #cdcdcd;
  transition: background-color, color 0.4s ease;
}
.attention.watch {
  background: #FF9800;
  color: #eeeeee;
}
.attention.watch .additional_information {
  padding: 5px 10px;
  height: 30px;
  background: #FB8C00;
}
.attention.watch.toggled {
  background: #f08f00;
}
.attention.watch.toggled .exclamation {
  background: #ec8300;
}
.attention.watch.toggled .exclamation i {
  color: #d74c00;
}
.attention.watch .exclamation {
  background: #FB8C00;
}
.attention.watch .exclamation i {
  color: #E65100;
}
.attention.amber {
  background: #EF6C00;
  color: #eeeeee;
}
.attention.amber .additional_information {
  padding: 5px 10px;
  height: 30px;
}
.attention.amber.toggled {
  background: #e06500;
}
.attention.amber.toggled .exclamation {
  background: #d74c00;
}
.attention.amber.toggled .exclamation i {
  color: #b74100;
}
.attention.amber .exclamation {
  background: #E65100;
}
.attention.amber .exclamation i {
  color: #c64600;
}
.attention.good {
  background: #4CAF50;
  color: #eeeeee;
}
.attention.good .additional_information {
  height: 0;
}
.attention.good .exclamation {
  background: #43A047;
}
.attention.good .exclamation i {
  color: #1B5E20;
}
.attention .title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 29px;
}
.attention p {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4.3px;
}
.attention .box {
  display: inline-block;
  margin-left: 30px;
  margin-right: 90px;
}
.attention .number {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 80px;
  font-family: "Montserrat";
  font-weight: 900;
}
.attention .number i {
  font-size: 40px;
}
.attention .exclamation {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  overflow: hidden;
  background: #adadad;
}
.attention .exclamation i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #a0a0a0;
}
.attention .additional_information {
  margin-left: 20px;
  font-weight: 900;
  display: block;
  height: 0;
  overflow: hidden;
}
.attention .additional_information .row {
  margin-top: 5px;
  margin-left: 10px;
}
.attention .additional_information span {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 999px;
}
.attention .additional_information span.past {
  background: #F44336;
}
.attention .additional_information span.today {
  background: #FF5722;
}
.attention .additional_information span.future {
  background: #2E7D32;
}

#service_dash_box {
  position: fixed;
  background: #f4f4f4;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 10px;
}
#service_dash_box:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}
#service_dash_box h3 {
  margin: 0;
  padding-right: 40px;
}
#service_dash_box .container_core {
  position: relative;
  min-width: 900px;
  max-width: 950px;
}
#service_dash_box .container_core table a {
  color: #1565C0;
  font-weight: 700;
}
#service_dash_box .fa-times {
  color: silver;
  font-size: 2em;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
#service_dash_box .loading {
  padding: 10px 0;
  text-align: center;
}
#service_dash_box .loading i {
  font-size: 3em;
}

.status_block_dashboard {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-block;
}
.status_block_dashboard.today_block {
  background: #FFC107;
}
.status_block_dashboard.past_block {
  background: #F44336;
}
.status_block_dashboard.future_block {
  background: #2E7D32;
}

#servicePlansInDevelopment {
  width: 475px;
  max-height: 122px;
}

html {
  min-height: calc(100% - 46px);
}

.production_service_plan_pill {
  font-size: 12px;
  background: #F44336;
  padding: 1px 10px;
  display: inline-block;
  line-height: 21px;
  color: white;
  border-radius: 3px;
}

.button {
  margin: 0;
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  background: #2196f3;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: start;
}

.button-primary {
  background: #2196f3;
}

.button-primary:hover {
  color: #fff;
  text-decoration: none;
  background: #0c7cd5;
}

.button-export {
  background: #2e7d32;
}

.button-export:hover {
  color: #fff;
  text-decoration: none;
  background: #2f5f2f;
}

.button-info {
  background: #49afcd;
}

.button-info:hover {
  color: #fff;
  text-decoration: none;
  background: #499bb9;
}

.button-warning {
  background: #FF9800;
}

.button-warning:hover {
  color: #fff;
  text-decoration: none;
  background: #d26c00;
}

.attention {
  display: inline-block;
  /* border: 1px solid #FF9800; */
  border-radius: 6px;
  padding: 6px 11px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  background: #cdcdcd;
  transition: background-color, color 0.4s ease;
}
.attention.watch {
  background: #FF9800;
  color: #eeeeee;
}
.attention.watch .additional_information {
  padding: 5px 10px;
  height: 30px;
  background: #FB8C00;
}
.attention.watch.toggled {
  background: #f08f00;
}
.attention.watch.toggled .exclamation {
  background: #ec8300;
}
.attention.watch.toggled .exclamation i {
  color: #d74c00;
}
.attention.watch .exclamation {
  background: #FB8C00;
}
.attention.watch .exclamation i {
  color: #E65100;
}
.attention.amber {
  background: #EF6C00;
  color: #eeeeee;
}
.attention.amber .additional_information {
  padding: 5px 10px;
  height: 30px;
}
.attention.amber.toggled {
  background: #e06500;
}
.attention.amber.toggled .exclamation {
  background: #d74c00;
}
.attention.amber.toggled .exclamation i {
  color: #b74100;
}
.attention.amber .exclamation {
  background: #E65100;
}
.attention.amber .exclamation i {
  color: #c64600;
}
.attention.good {
  background: #4CAF50;
  color: #eeeeee;
}
.attention.good .additional_information {
  height: 0;
}
.attention.good .exclamation {
  background: #43A047;
}
.attention.good .exclamation i {
  color: #1B5E20;
}
.attention .title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 29px;
}
.attention p {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4.3px;
}
.attention .box {
  display: inline-block;
  margin-left: 30px;
  margin-right: 90px;
}
.attention .number {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 80px;
  font-family: "Montserrat";
  font-weight: 900;
}
.attention .number i {
  font-size: 40px;
}
.attention .exclamation {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  overflow: hidden;
  background: #adadad;
}
.attention .exclamation i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #a0a0a0;
}
.attention .additional_information {
  margin-left: 20px;
  font-weight: 900;
  display: block;
  height: 0;
  overflow: hidden;
}
.attention .additional_information .row {
  margin-top: 5px;
  margin-left: 10px;
}
.attention .additional_information span {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 999px;
}
.attention .additional_information span.past {
  background: #F44336;
}
.attention .additional_information span.today {
  background: #FF5722;
}
.attention .additional_information span.future {
  background: #2E7D32;
}

#service_dash_box {
  position: fixed;
  background: #f4f4f4;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 10px;
}
#service_dash_box:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}
#service_dash_box h3 {
  margin: 0;
  padding-right: 40px;
}
#service_dash_box .container_core {
  position: relative;
  min-width: 900px;
  max-width: 950px;
}
#service_dash_box .container_core table a {
  color: #1565C0;
  font-weight: 700;
}
#service_dash_box .fa-times {
  color: silver;
  font-size: 2em;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
#service_dash_box .loading {
  padding: 10px 0;
  text-align: center;
}
#service_dash_box .loading i {
  font-size: 3em;
}

.status_block_dashboard {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-block;
}
.status_block_dashboard.today_block {
  background: #FFC107;
}
.status_block_dashboard.past_block {
  background: #F44336;
}
.status_block_dashboard.future_block {
  background: #2E7D32;
}

#servicePlansInDevelopment {
  width: 475px;
  max-height: 122px;
}

html {
  min-height: calc(100% - 46px);
}

.production_service_plan_pill {
  font-size: 12px;
  background: #F44336;
  padding: 1px 10px;
  display: inline-block;
  line-height: 21px;
  color: white;
  border-radius: 3px;
}

.notes.ql-container.ql-snow {
  width: 96%;
}

.allergen_component_content {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  margin: 20px -8px;
  padding: 10px 10px 20px 10px;
  margin-left: 0;
  margin-right: 0;
}
.allergen_component_content .separator {
  height: 2px;
  width: 20%;
  display: inline-block;
  background: #607d8b;
  vertical-align: middle;
  margin-left: 20px;
}
.allergen_component_content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.25;
  box-sizing: border-box;
  font-family: "Montserrat" !important;
}

.component_allergen_content {
  background: #fafafa;
  padding-bottom: 30px;
  max-height: 360px;
  overflow-y: auto;
  text-align: center;
}
.component_allergen_content select {
  width: 100%;
}
.component_allergen_content .image-container-allergen {
  height: 50px;
  width: 50px;
  background-position: center center;
  border-radius: 999px;
  background-size: cover;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.1s ease;
}
.component_allergen_content .image-container-allergen.may {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.component_allergen_content .image-container-allergen.contain {
  filter: invert(92%) sepia(100%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .component_allergen_content .image-container-allergen.may {
    background: darkorange;
  }
  .component_allergen_content .image-container-allergen.contain {
    background: red;
  }
}
.component_allergen_content .col-xs {
  text-align: center;
  min-width: 110px;
  max-width: 120px;
}
.component_allergen_content h2 {
  font-size: 10px;
}

#allergen_name_row thead tr th {
  text-align: center;
  text-transform: uppercase;
}

.allergens_content, .nutritions_content {
  background: #fafafa;
  padding-bottom: 30px;
  max-height: 360px;
  overflow-y: auto;
  margin-top: -7px;
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-right: 1px;
  margin-left: 0px;
  border-left: 2px solid #607d8b;
  border-bottom: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
}
.allergens_content select, .nutritions_content select {
  width: 100%;
  font-size: 0.9em;
}
.allergens_content h2, .nutritions_content h2 {
  margin: 0;
}
.allergens_content .image-container-allergen, .nutritions_content .image-container-allergen {
  height: 50px;
  width: 50px;
  background-position: center center;
  border-radius: 999px;
  background-size: cover;
  display: inline-block;
  transition: all 0.1s ease;
}
.allergens_content .image-container-allergen.may, .nutritions_content .image-container-allergen.may {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.allergens_content .image-container-allergen.contain, .nutritions_content .image-container-allergen.contain {
  filter: invert(92%) sepia(100%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .allergens_content .image-container-allergen.may, .nutritions_content .image-container-allergen.may {
    border: 2px solid darkorange;
  }
  .allergens_content .image-container-allergen.contain, .nutritions_content .image-container-allergen.contain {
    border: 2px solid red;
  }
}
.allergens_content .col-xs, .nutritions_content .col-xs {
  text-align: center;
  min-width: 140px;
  max-width: 150px;
}
.allergens_content h2, .nutritions_content h2 {
  font-size: 12px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #allergen_modal .microModal__title {
    margin-bottom: 40px !important;
  }
}
#allergen_modal .microModal__footer form {
  width: 100%;
  text-align: right;
}
#allergen_modal .microModal__footer .col-footer {
  display: inline-block;
}
#allergen_modal .remarks_allergens {
  display: inline-block;
  padding: 10px 10px;
  background: #f0f0f0;
  margin: 10px 0;
  border: 1px solid #cccccc;
  font-weight: 600;
}

.remarks_allergens {
  display: inline-block;
  padding: 10px 10px;
  background: #f0f0f0;
  margin: 10px 0;
  border: 1px solid #cccccc;
  font-weight: 600;
}

.initialise-allergens {
  color: #696969;
}
.initialise-allergens.has_allergen {
  color: #3f51b5;
}
.initialise-allergens.allergen_approved {
  color: #4caf50;
}

.initialise-allergens-nutritions {
  color: #696969;
}
.initialise-allergens-nutritions.has_allergen {
  color: #3f51b5;
}
.initialise-allergens-nutritions.has_nutrition {
  color: #3f51b5;
}
.initialise-allergens-nutritions.allergen_approved {
  color: #4caf50;
}

/**
 * Grey no allergen
 * Blue allergen
 *
 */
.virtually-disabled {
  background: gainsboro;
  cursor: not-allowed;
}

.select_may {
  background: #FF9800;
  color: black;
  border-color: black;
}

.select_contains {
  background: #F44336;
  color: white;
  border-color: black;
}

#allergen_disclaimer {
  background: #E57373;
  border: 2px solid #F44336;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px;
}
#allergen_disclaimer h3 {
  margin: 0;
  font-size: 16px;
  padding: 0;
  font-weight: 100;
  line-height: 30px;
}
#allergen_disclaimer p {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

#allergenDisclaimer p,
#imc_allergenDisclaimer p {
  color: white;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 22px;
  line-height: 37px;
}
#allergenDisclaimer .button_proceed_approval,
#imc_allergenDisclaimer .button_proceed_approval {
  background: #4CAF50;
  bordeR: none;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
  margin-left: 15px;
}
#allergenDisclaimer .button_cancel_approval,
#imc_allergenDisclaimer .button_cancel_approval {
  background: #404040;
  bordeR: none;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
}

#serviceRowPricingTab {
  background: #FF9800;
}
#serviceRowPricingTab > a:hover {
  background: #cc7a00;
}
#serviceRowPricingTab:hover {
  background: #cc7a00;
}

#allergenAuditTable_filter {
  text-align: right;
}

#allergenAudit .sorting_asc, #allergen_modal .sorting_asc {
  background: none;
}

#allergen_modal .modTables_empty {
  display: none;
}

/*# sourceMappingURL=base.css.map */
