/* Privacy global css */
.mc-icon-computer, .mc-icon-entertainment, .mc-icon-finance, .mc-icon-food, .mc-icon-health,
.mc-icon-house, .mc-icon-other, .mc-icon-transportation
{ max-width: 100%; background-size: 100%; background-image: url('/static/usu/img/category/all.png'); }

/* old */
@supports (zoom:1.6) {
  body input[type="radio"], body input[type=checkbox]{
    zoom: 1.6;
    margin: 2px 0;
    vertical-align: middle;
  }
}

@supports not (zoom:1.6) {
  body input[type="radio"], body input[type=checkbox]{
    transform: scale(1.6);
    margin: 5px;
    vertical-align: middle;
  }
}

.dropdown-header {
  font-weight: bold;
}

.alert.alert-danger-o {
  border: 1px solid #ff7e00;
  border-radius: 3px;
  background: #ffb100;
}

body .sw-main .sw-container.tab-content {
  margin: 10px;
}

body .checkbox input[type=checkbox],
body .checkbox-inline input[type=checkbox],
body .radio input[type=radio],
body .radio-inline input[type=radio] {
  margin-left: -15px;
  margin-top: 0;
  margin-right: 12px;
}

body .checkbox label,
body .radio label {
  padding-left: 24px;
}

.refresh-balance {
  float: right;
}

.thumb-image {
  max-width: 100%;
  margin: 5px 0;
}

.card-thumb {
  position: relative;
}

.card-thumb .holder {
  position: absolute;
  left: 16px;
  bottom: 10%;
  font-size: 13px;
  color: white;
  text-shadow: 2px 2px 1px black;
}

.card-thumb .expireDate {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 13px;
  color: white;
  text-shadow: 2px 2px 1px black;
}

.card-thumb .number {
  position: absolute;
  left: 16px;
  bottom: 40%;
  font-size: 17px;
  color: white;
  text-shadow: 2px 2px 1px black;
}

.card-thumb .holderSmall {
  position: absolute;
  left: 10px;
  bottom: 7px;
  font-size: 8px;
  color: white;
  width: 200px;
  line-height: 1em;
  text-shadow: 2px 2px 1px black;
}

.card-thumb .expireDateSmall {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 8px;
  color: white;
  text-shadow: 2px 2px 1px black;
}

.card-thumb .numberSmall{
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-size: 8px;
  color: white;
  text-shadow: 2px 2px 1px black;
}

input[type=number].no-spin::-webkit-inner-spin-button,
input[type=number].no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].no-spin {
  -moz-appearance:textfield;
}

body .sweet-alert, body .sweet-alert p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body .sweet-alert p {
  font-weight: normal;
}

.description {
  font-size: 90%;
  color: #999;
}
.description i.fa {
  color: #ccc;
}
.notifications {
  padding: 0 10px;
  width: 100%;
  height: 200px;
  border: 2px solid #ccc;
  overflow: hidden;
}
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.underline {
  text-decoration: underline;
}
.text-disabled {
  color: silver !important;
}
.decoration-none {
  text-decoration: none !important;
}
.decoration-hover-none:hover,
.decoration-hover:hover,
.decoration-hover-none:active,
.decoration-hover:active,
.decoration-hover-none:focus,
.decoration-hover:focus {
  text-decoration: none !important;
}
a.text-disabled {
  color: silver !important;
}
a.text-disabled:hover,
a.text-disabled:active,
a.text-disabled:focus {
  color: silver !important;
}
.text-default {
  color: #333;
}
.text-center-overflow {
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}
.uc {
  text-transform: uppercase !important;
}
.lc {
  text-transform: lowercase !important;
}
.cap {
  text-transform: capitalize !important;
}
.of-y-scroll {
  overflow-y: auto;
}
.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.ib, .form-control.ib {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: inline-flex;
}
.disc {
  list-style-type: disc;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.mcenter {
  margin: 0 auto !important;
}
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle;
}
.va-bo {
  vertical-align: bottom;
}
.pointer {
  cursor: pointer;
}
.text {
  cursor: text;
}
.move {
  cursor: move;
}
.pe-none {
  pointer-events: none;
}
.b-radius-15 {
  border-radius: 15px;
}
.b-radius-5 {
  border-radius: 5px;
}
.b-radius-3 {
  border-radius: 3px;
}
.border-none,
.b-none {
  border: none !important;
}
.border {
  border: 1px solid silver;
}
.br-gray {
  border-right: 1px solid lightgray !important;
}
.bb-gray {
  border-bottom: 1px solid lightgray !important;
}
.bl-gray {
  border-left: 1px solid lightgray !important;
}
.bt-gray {
  border-top: 1px solid lightgray !important;
}
.bt-1 {
  border-top: 1px solid silver;
}
.bb-1 {
  border-bottom: 1px solid silver;
}
.bb-1-grey {
  border-bottom: 1px solid dimgrey;
}
.bt {
  border-top: 1px solid #ddd !important;
}
.bl {
  border-left: 1px solid #ddd !important;
}
.box-shadow-none {
  box-shadow: none;
}
.normal {
  font-weight: normal !important;
}
.bolder {
  font-weight: 900 !important;
}
.bold {
  font-weight: bold !important;
}
.heavy {
  font-weight: 500 !important;
}
.light {
  font-weight: 300 !important;
}
.lightest {
  font-weight: 100 !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-45 {
  font-size: 45px !important;
}
.font-50 {
  font-size: 50px !important;
}
.lh-1-em {
  line-height: 1em;
}
.font-5vw {
  font-size: 5vw;
}
.wrap {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.w-0 {
  width: 0px !important;
}
.h-0 {
  height: 0px !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.max-w-0 {
  max-width: 0px !important;
}
.max-h-0 {
  max-height: 0px !important;
}
.w-5 {
  width: 5px !important;
}
.h-5 {
  height: 5px !important;
}
.min-w-5 {
  min-width: 5px !important;
}
.min-h-5 {
  min-height: 5px !important;
}
.max-w-5 {
  max-width: 5px !important;
}
.max-h-5 {
  max-height: 5px !important;
}
.w-10 {
  width: 10px !important;
}
.h-10 {
  height: 10px !important;
}
.min-w-10 {
  min-width: 10px !important;
}
.min-h-10 {
  min-height: 10px !important;
}
.max-w-10 {
  max-width: 10px !important;
}
.max-h-10 {
  max-height: 10px !important;
}
.w-15 {
  width: 15px !important;
}
.h-15 {
  height: 15px !important;
}
.min-w-15 {
  min-width: 15px !important;
}
.min-h-15 {
  min-height: 15px !important;
}
.max-w-15 {
  max-width: 15px !important;
}
.max-h-15 {
  max-height: 15px !important;
}
.w-18 {
  width: 18px !important;
}
.h-18 {
  height: 18px !important;
}
.min-w-18 {
  min-width: 18px !important;
}
.min-h-18 {
  min-height: 18px !important;
}
.max-w-18 {
  max-width: 18px !important;
}
.max-h-18 {
  max-height: 18px !important;
}
.w-20 {
  width: 20px !important;
}
.h-20 {
  height: 20px !important;
}
.min-w-20 {
  min-width: 20px !important;
}
.min-h-20 {
  min-height: 20px !important;
}
.max-w-20 {
  max-width: 20px !important;
}
.max-h-20 {
  max-height: 20px !important;
}
.w-25 {
  width: 25px !important;
}
.h-25 {
  height: 25px !important;
}
.h-28 {
  height: 28px !important;
}
.min-w-25 {
  min-width: 25px !important;
}
.min-h-25 {
  min-height: 25px !important;
}
.max-w-25 {
  max-width: 25px !important;
}
.max-h-25 {
  max-height: 25px !important;
}
.w-30 {
  width: 30px !important;
}
.h-30 {
  height: 30px !important;
}
.min-w-30 {
  min-width: 30px !important;
}
.min-h-30 {
  min-height: 30px !important;
}
.max-w-30 {
  max-width: 30px !important;
}
.max-h-30 {
  max-height: 30px !important;
}
.w-34 {
  width: 34px !important;
}
.h-34 {
  height: 34px !important;
}
.min-w-34 {
  min-width: 34px !important;
}
.min-h-34 {
  min-height: 34px !important;
}
.max-w-34 {
  max-width: 34px !important;
}
.max-h-34 {
  max-height: 34px !important;
}
.w-40 {
  width: 40px !important;
}
.h-40 {
  height: 40px !important;
}
.min-w-40 {
  min-width: 40px !important;
}
.min-h-40 {
  min-height: 40px !important;
}
.max-w-40 {
  max-width: 40px !important;
}
.max-h-40 {
  max-height: 40px !important;
}
.w-50 {
  width: 50px !important;
}
.h-50 {
  height: 50px !important;
}
.min-w-50 {
  min-width: 50px !important;
}
.min-h-50 {
  min-height: 50px !important;
}
.max-w-50 {
  max-width: 50px !important;
}
.max-h-50 {
  max-height: 50px !important;
}
.w-60 {
  width: 60px !important;
}
.h-60 {
  height: 60px !important;
}
.min-w-60 {
  min-width: 60px !important;
}
.min-h-60 {
  min-height: 60px !important;
}
.max-w-60 {
  max-width: 60px !important;
}
.max-h-60 {
  max-height: 60px !important;
}
.w-65 {
  width: 65px !important;
}
.h-65 {
  height: 65px !important;
}
.min-w-65 {
  min-width: 65px !important;
}
.min-h-65 {
  min-height: 65px !important;
}
.max-w-65 {
  max-width: 65px !important;
}
.max-h-65 {
  max-height: 65px !important;
}
.w-70 {
  width: 70px !important;
}
.h-70 {
  height: 70px !important;
}
.min-w-70 {
  min-width: 70px !important;
}
.min-h-70 {
  min-height: 70px !important;
}
.max-w-70 {
  max-width: 70px !important;
}
.max-h-70 {
  max-height: 70px !important;
}
.w-75 {
  width: 75px !important;
}
.h-75 {
  height: 75px !important;
}
.min-w-75 {
  min-width: 75px !important;
}
.min-h-75 {
  min-height: 75px !important;
}
.max-w-75 {
  max-width: 75px !important;
}
.max-h-75 {
  max-height: 75px !important;
}
.w-80 {
  width: 80px !important;
}
.h-80 {
  height: 80px !important;
}
.min-w-80 {
  min-width: 80px !important;
}
.min-h-80 {
  min-height: 80px !important;
}
.max-w-80 {
  max-width: 80px !important;
}
.max-h-80 {
  max-height: 80px !important;
}
.w-90 {
  width: 90px !important;
}
.h-90 {
  height: 90px !important;
}
.min-w-90 {
  min-width: 90px !important;
}
.min-h-90 {
  min-height: 90px !important;
}
.max-w-90 {
  max-width: 90px !important;
}
.max-h-90 {
  max-height: 90px !important;
}
.w-95 {
  width: 95px !important;
}
.h-95 {
  height: 95px !important;
}
.min-w-95 {
  min-width: 95px !important;
}
.min-h-95 {
  min-height: 95px !important;
}
.max-w-95 {
  max-width: 95px !important;
}
.max-h-95 {
  max-height: 95px !important;
}
.w-100 {
  width: 100px !important;
}
.h-100 {
  height: 100px !important;
}
.min-w-100 {
  min-width: 100px !important;
}
.min-h-100 {
  min-height: 100px !important;
}
.max-w-100 {
  max-width: 100px !important;
}
.max-h-100 {
  max-height: 100px !important;
}
.w-110 {
  width: 110px !important;
}
.h-110 {
  height: 110px !important;
}
.min-w-110 {
  min-width: 110px !important;
}
.min-h-110 {
  min-height: 110px !important;
}
.max-w-110 {
  max-width: 110px !important;
}
.max-h-110 {
  max-height: 110px !important;
}
.w-120 {
  width: 120px !important;
}
.h-120 {
  height: 120px !important;
}
.min-w-120 {
  min-width: 120px !important;
}
.min-h-120 {
  min-height: 120px !important;
}
.max-w-120 {
  max-width: 120px !important;
}
.max-h-120 {
  max-height: 120px !important;
}
.w-140 {
  width: 140px !important;
}
.h-140 {
  height: 140px !important;
}
.min-w-140 {
  min-width: 140px !important;
}
.min-h-140 {
  min-height: 140px !important;
}
.max-w-140 {
  max-width: 140px !important;
}
.max-h-140 {
  max-height: 140px !important;
}
.w-150 {
  width: 150px !important;
}
.h-150 {
  height: 150px !important;
}
.min-w-150 {
  min-width: 150px !important;
}
.min-h-150 {
  min-height: 150px !important;
}
.max-w-150 {
  max-width: 150px !important;
}
.max-h-150 {
  max-height: 150px !important;
}
.w-160 {
  width: 160px !important;
}
.h-160 {
  height: 160px !important;
}
.min-w-160 {
  min-width: 160px !important;
}
.min-h-160 {
  min-height: 160px !important;
}
.max-w-160 {
  max-width: 160px !important;
}
.max-h-160 {
  max-height: 160px !important;
}
.w-180 {
  width: 180px !important;
}
.h-180 {
  height: 180px !important;
}
.min-w-180 {
  min-width: 180px !important;
}
.min-h-180 {
  min-height: 180px !important;
}
.max-w-180 {
  max-width: 180px !important;
}
.max-h-180 {
  max-height: 180px !important;
}
.w-200 {
  width: 200px !important;
}
.h-200 {
  height: 200px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.min-h-200 {
  min-height: 200px !important;
}
.max-w-200 {
  max-width: 200px !important;
}
.max-h-200 {
  max-height: 200px !important;
}
.w-250 {
  width: 250px !important;
}
.h-250 {
  height: 250px !important;
}
.min-w-250 {
  min-width: 250px !important;
}
.min-h-250 {
  min-height: 250px !important;
}
.max-w-250 {
  max-width: 250px !important;
}
.max-h-250 {
  max-height: 250px !important;
}
.w-300 {
  width: 300px !important;
}
.h-300 {
  height: 300px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-h-300 {
  min-height: 300px !important;
}
.max-w-300 {
  max-width: 300px !important;
}
.max-h-300 {
  max-height: 300px !important;
}
.w-320 {
  width: 320px !important;
}
.h-320 {
  height: 320px !important;
}
.min-w-320 {
  min-width: 320px !important;
}
.min-h-320 {
  min-height: 320px !important;
}
.max-w-320 {
  max-width: 320px !important;
}
.max-h-320 {
  max-height: 320px !important;
}
.w-340 {
  width: 340px !important;
}
.h-340 {
  height: 340px !important;
}
.min-w-340 {
  min-width: 340px !important;
}
.min-h-340 {
  min-height: 340px !important;
}
.max-w-340 {
  max-width: 340px !important;
}
.max-h-340 {
  max-height: 340px !important;
}
.w-350 {
  width: 350px !important;
}
.h-350 {
  height: 350px !important;
}
.min-w-350 {
  min-width: 350px !important;
}
.min-h-350 {
  min-height: 350px !important;
}
.max-w-350 {
  max-width: 350px !important;
}
.max-h-350 {
  max-height: 350px !important;
}
.w-400 {
  width: 400px !important;
}
.h-400 {
  height: 400px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-h-400 {
  min-height: 400px !important;
}
.max-w-400 {
  max-width: 400px !important;
}
.max-h-400 {
  max-height: 400px !important;
}
.w-450 {
  width: 450px !important;
}
.h-450 {
  height: 450px !important;
}
.min-w-450 {
  min-width: 450px !important;
}
.min-h-450 {
  min-height: 450px !important;
}
.max-w-450 {
  max-width: 450px !important;
}
.max-h-450 {
  max-height: 450px !important;
}
.w-480 {
  width: 480px !important;
}
.h-480 {
  height: 480px !important;
}
.min-w-480 {
  min-width: 480px !important;
}
.min-h-480 {
  min-height: 480px !important;
}
.max-w-480 {
  max-width: 480px !important;
}
.max-h-480 {
  max-height: 480px !important;
}
.w-500 {
  width: 500px !important;
}
.h-500 {
  height: 500px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.min-h-500 {
  min-height: 500px !important;
}
.max-w-500 {
  max-width: 500px !important;
}
.max-h-500 {
  max-height: 500px !important;
}
.w-550 {
  width: 550px !important;
}
.h-550 {
  height: 550px !important;
}
.min-w-550 {
  min-width: 550px !important;
}
.min-h-550 {
  min-height: 550px !important;
}
.max-w-550 {
  max-width: 550px !important;
}
.max-h-550 {
  max-height: 550px !important;
}
.w-600 {
  width: 600px !important;
}
.h-600 {
  height: 600px !important;
}
.min-w-600 {
  min-width: 600px !important;
}
.min-h-600 {
  min-height: 600px !important;
}
.max-w-600 {
  max-width: 600px !important;
}
.max-h-600 {
  max-height: 600px !important;
}
.w-900 {
  width: 900px !important;
}
.h-900 {
  height: 900px !important;
}
.min-w-900 {
  min-width: 900px !important;
}
.min-h-900 {
  min-height: 900px !important;
}
.max-w-900 {
  max-width: 900px !important;
}
.max-h-900 {
  max-height: 900px !important;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.wp-100 {
  width: 100% !important;
}
.w-p-100 {
  width: 100%;
}
.w-p-90 {
  width: 90%;
}
.h-p-100 {
  height: 100%;
}
.w-p-50 {
  width: 50%;
}
.r-0 {
  right: 0;
}
.float-none {
  float: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.clear-both {
  clear: both;
}
.mw-unset {
  min-width: unset;
}
.m--40 {
  margin: -40px !important;
}
.mv--40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}
.mh--40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.mt--40 {
  margin-top: -40px !important;
}
.mb--40 {
  margin-bottom: -40px !important;
}
.ml--40 {
  margin-left: -40px !important;
}
.mr--40 {
  margin-right: -40px !important;
}
.p--40 {
  padding: -40px !important;
}
.pv--40 {
  padding-top: -40px !important;
  padding-bottom: -40px !important;
}
.ph--40 {
  padding-left: -40px !important;
  padding-right: -40px !important;
}
.pt--40 {
  padding-top: -40px !important;
}
.pb--40 {
  padding-bottom: -40px !important;
}
.pl--40 {
  padding-left: -40px !important;
}
.pr--40 {
  padding-right: -40px !important;
}
.lh--40 {
  line-height: -40px !important;
}
.m--30 {
  margin: -30px !important;
}
.mv--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.mh--30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.mt--30 {
  margin-top: -30px !important;
}
.mb--30 {
  margin-bottom: -30px !important;
}
.ml--30 {
  margin-left: -30px !important;
}
.mr--30 {
  margin-right: -30px !important;
}
.p--30 {
  padding: -30px !important;
}
.pv--30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important;
}
.ph--30 {
  padding-left: -30px !important;
  padding-right: -30px !important;
}
.pt--30 {
  padding-top: -30px !important;
}
.pb--30 {
  padding-bottom: -30px !important;
}
.pl--30 {
  padding-left: -30px !important;
}
.pr--30 {
  padding-right: -30px !important;
}
.lh--30 {
  line-height: -30px !important;
}
.m--20 {
  margin: -20px !important;
}
.mv--20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mh--20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mt--20 {
  margin-top: -20px !important;
}
.mb--20 {
  margin-bottom: -20px !important;
}
.ml--20 {
  margin-left: -20px !important;
}
.mr--20 {
  margin-right: -20px !important;
}
.p--20 {
  padding: -20px !important;
}
.pv--20 {
  padding-top: -20px !important;
  padding-bottom: -20px !important;
}
.ph--20 {
  padding-left: -20px !important;
  padding-right: -20px !important;
}
.pt--20 {
  padding-top: -20px !important;
}
.pb--20 {
  padding-bottom: -20px !important;
}
.pl--20 {
  padding-left: -20px !important;
}
.pr--20 {
  padding-right: -20px !important;
}
.lh--20 {
  line-height: -20px !important;
}
.ml-auto {
  margin-left: auto;
}
.m--15 {
  margin: -15px !important;
}
.mv--15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mh--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mt--15 {
  margin-top: -15px !important;
}
.mb--15 {
  margin-bottom: -15px !important;
}
.ml--15 {
  margin-left: -15px !important;
}
.mr--15 {
  margin-right: -15px !important;
}
.p--15 {
  padding: -15px !important;
}
.pv--15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important;
}
.ph--15 {
  padding-left: -15px !important;
  padding-right: -15px !important;
}
.pt--15 {
  padding-top: -15px !important;
}
.pb--15 {
  padding-bottom: -15px !important;
}
.pl--15 {
  padding-left: -15px !important;
}
.pr--15 {
  padding-right: -15px !important;
}
.lh--15 {
  line-height: -15px !important;
}
.m--10 {
  margin: -10px !important;
}
.mv--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mh--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mt--10 {
  margin-top: -10px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.ml--10 {
  margin-left: -10px !important;
}
.mr--10 {
  margin-right: -10px !important;
}
.p--10 {
  padding: -10px !important;
}
.pv--10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}
.ph--10 {
  padding-left: -10px !important;
  padding-right: -10px !important;
}
.pt--10 {
  padding-top: -10px !important;
}
.pb--10 {
  padding-bottom: -10px !important;
}
.pl--10 {
  padding-left: -10px !important;
}
.pr--10 {
  padding-right: -10px !important;
}
.lh--10 {
  line-height: -10px !important;
}
.m--6 {
  margin: -6px !important;
}
.mv--6 {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}
.mh--6 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.mt--6 {
  margin-top: -6px !important;
}
.mb--6 {
  margin-bottom: -6px !important;
}
.ml--6 {
  margin-left: -6px !important;
}
.mr--6 {
  margin-right: -6px !important;
}
.p--6 {
  padding: -6px !important;
}
.pv--6 {
  padding-top: -6px !important;
  padding-bottom: -6px !important;
}
.ph--6 {
  padding-left: -6px !important;
  padding-right: -6px !important;
}
.pt--6 {
  padding-top: -6px !important;
}
.pb--6 {
  padding-bottom: -6px !important;
}
.pl--6 {
  padding-left: -6px !important;
}
.pr--6 {
  padding-right: -6px !important;
}
.lh--6 {
  line-height: -6px !important;
}
.m--5 {
  margin: -5px !important;
}
.mv--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mh--5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mt--5 {
  margin-top: -5px !important;
}
.mb--5 {
  margin-bottom: -5px !important;
}
.ml--5 {
  margin-left: -5px !important;
}
.mr--5 {
  margin-right: -5px !important;
}
.p--5 {
  padding: -5px !important;
}
.pv--5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important;
}
.ph--5 {
  padding-left: -5px !important;
  padding-right: -5px !important;
}
.pt--5 {
  padding-top: -5px !important;
}
.pb--5 {
  padding-bottom: -5px !important;
}
.pl--5 {
  padding-left: -5px !important;
}
.pr--5 {
  padding-right: -5px !important;
}
.lh--5 {
  line-height: -5px !important;
}
.m--4 {
  margin: -4px !important;
}
.mv--4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}
.mh--4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.mt--4 {
  margin-top: -4px !important;
}
.mb--4 {
  margin-bottom: -4px !important;
}
.ml--4 {
  margin-left: -4px !important;
}
.mr--4 {
  margin-right: -4px !important;
}
.p--4 {
  padding: -4px !important;
}
.pv--4 {
  padding-top: -4px !important;
  padding-bottom: -4px !important;
}
.ph--4 {
  padding-left: -4px !important;
  padding-right: -4px !important;
}
.pt--4 {
  padding-top: -4px !important;
}
.pb--4 {
  padding-bottom: -4px !important;
}
.pl--4 {
  padding-left: -4px !important;
}
.pr--4 {
  padding-right: -4px !important;
}
.lh--4 {
  line-height: -4px !important;
}
.m--3 {
  margin: -3px !important;
}
.mv--3 {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}
.mh--3 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.mt--3 {
  margin-top: -3px !important;
}
.mb--3 {
  margin-bottom: -3px !important;
}
.ml--3 {
  margin-left: -3px !important;
}
.mr--3 {
  margin-right: -3px !important;
}
.p--3 {
  padding: -3px !important;
}
.pv--3 {
  padding-top: -3px !important;
  padding-bottom: -3px !important;
}
.ph--3 {
  padding-left: -3px !important;
  padding-right: -3px !important;
}
.pt--3 {
  padding-top: -3px !important;
}
.pb--3 {
  padding-bottom: -3px !important;
}
.pl--3 {
  padding-left: -3px !important;
}
.pr--3 {
  padding-right: -3px !important;
}
.lh--3 {
  line-height: -3px !important;
}
.m-0 {
  margin: 0px !important;
}
.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.ph-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.lh-0 {
  line-height: 0px !important;
}
.m-1 {
  margin: 1px !important;
}
.mv-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.mh-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.p-1 {
  padding: 1px !important;
}
.pv-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.ph-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.lh-1 {
  line-height: 1px !important;
}
.m-2 {
  margin: 2px !important;
}
.mv-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.mh-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.p-2 {
  padding: 2px !important;
}
.pv-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.ph-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.lh-2 {
  line-height: 2px !important;
}
.m-3 {
  margin: 3px !important;
}
.mv-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.mh-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.pv-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.ph-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.lh-3 {
  line-height: 3px !important;
}
.m-5 {
  margin: 5px !important;
}
.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.lh-5 {
  line-height: 5px !important;
}
.m-7 {
  margin: 7px !important;
}
.mv-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.mh-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.pv-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.ph-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.pt-6 {
  padding-top: 6px !important;
}
.pt-7 {
  padding-top: 7px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pl-7 {
  padding-left: 7px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.lh-7 {
  line-height: 7px !important;
}
.m-9 {
  margin: 9px !important;
}
.mv-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.mh-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.ml-9 {
  margin-left: 9px !important;
}
.mr-9 {
  margin-right: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.pv-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.ph-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.pt-9 {
  padding-top: 9px !important;
}
.pb-9 {
  padding-bottom: 9px !important;
}
.pl-9 {
  padding-left: 9px !important;
}
.pr-9 {
  padding-right: 9px !important;
}
.lh-9 {
  line-height: 9px !important;
}
.m-10 {
  margin: 10px !important;
}
.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.lh-10 {
  line-height: 10px !important;
}
.m-14 {
  margin: 14px !important;
}
.mv-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.mh-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.pv-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.ph-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.pl-14 {
  padding-left: 14px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.m-15 {
  margin: 15px !important;
}
.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.lh-15 {
  line-height: 15px !important;
}
.m-18 {
  margin: 18px !important;
}
.mv-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.mh-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.ml-18 {
  margin-left: 18px !important;
}
.mr-18 {
  margin-right: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.pv-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.ph-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.pt-18 {
  padding-top: 18px !important;
}
.pb-18 {
  padding-bottom: 18px !important;
}
.pl-18 {
  padding-left: 18px !important;
}
.pr-18 {
  padding-right: 18px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.m-20 {
  margin: 20px !important;
}
.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.lh-30 {
  line-height: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.lh-35 {
  line-height: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.lh-50 {
  line-height: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.mv-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mh-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.pv-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ph-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.lh-60 {
  line-height: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.mv-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.ph-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.lh-70 {
  line-height: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.mv-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mh-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.pv-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.ph-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.lh-80 {
  line-height: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.mv-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.mh-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.p-90 {
  padding: 90px !important;
}
.pv-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.ph-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.lh-90 {
  line-height: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.mv-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mh-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.ph-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.lh-100 {
  line-height: 100px !important;
}
.m-120 {
  margin: 120px !important;
}
.mv-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mh-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.p-120 {
  padding: 120px !important;
}
.pv-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.ph-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.lh-120 {
  line-height: 120px !important;
}
.m-140 {
  margin: 140px !important;
}
.mv-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mh-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.p-140 {
  padding: 140px !important;
}
.pv-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.ph-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.lh-140 {
  line-height: 140px !important;
}
.pink {
  color: pink !important;
}
.bg-pink {
  background-color: pink !important;
}
.pink-subs * {
  color: pink !important;
}
.lavenderblush {
  color: lavenderblush !important;
}
.bg-lavenderblush {
  background-color: lavenderblush !important;
}
.lavenderblush-subs * {
  color: lavenderblush !important;
}
.oldlace {
  color: oldlace !important;
}
.bg-oldlace {
  background-color: oldlace !important;
}
.oldlace-subs * {
  color: oldlace !important;
}
.red {
  color: red !important;
}
.bg-red {
  background-color: red !important;
}
.red-subs * {
  color: red !important;
}
.darkred {
  color: darkred !important;
}
.bg-darkred {
  background-color: darkred !important;
}
.darkred-subs * {
  color: darkred !important;
}
.silver {
  color: silver !important;
}
.bg-silver {
  background-color: silver !important;
}
.silver-subs * {
  color: silver !important;
}
.blue {
  color: blue !important;
}
.bg-blue {
  background-color: blue !important;
}
.blue-subs * {
  color: blue !important;
}
.green {
  color: green !important;
}
.bg-green {
  background-color: green !important;
}
.green-subs * {
  color: green !important;
}
.white {
  color: white !important;
}
.bg-white {
  background-color: white !important;
}
.white-subs * {
  color: white !important;
}
.orange {
  color: orange !important;
}
.bg-orange {
  background-color: orange !important;
}
.orange-subs * {
  color: orange !important;
}
.gray {
  color: gray !important;
}
.bg-gray {
  background-color: gray !important;
}
.gray-subs * {
  color: gray !important;
}
.lightgray {
  color: lightgray !important;
}
.bg-lightgray {
  background-color: lightgray !important;
}
.lightgray-subs * {
  color: lightgray !important;
}
.darkgrey {
  color: darkgrey !important;
}
.bg-darkgrey {
  background-color: darkgrey !important;
}
.darkgrey-subs * {
  color: darkgrey !important;
}
.transparent {
  color: transparent !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.transparent-subs * {
  color: transparent !important;
}
.black {
  color: black !important;
}
.bg-black {
  background-color: black !important;
}
.black-subs * {
  color: black !important;
}
.bg-app {
  background-color: #F6F6F6 !important;
}
.bg-mobile-app {
  background-color: #3D464D !important;
}
.hover-bg-silver:hover {
  background-color: whitesmoke;
  border-radius: 3px;
}
.view-mode-show {
  display: none !important;
}
fieldset.view-mode[disabled] .form-control,
fieldset.view-mode[disabled] .ui-select-container {
  background: transparent !important;
  border: none;
  box-shadow: none;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 3px;
  height: auto;
}
fieldset.view-mode[disabled] .ui-select-container {
  pointer-events: none;
}
fieldset.view-mode[disabled] .ui-select-container .ui-select-match-close {
  display: none;
}
fieldset.view-mode[disabled] .ui-select-container .ui-select-match-item {
  opacity: 1;
}
fieldset.view-mode[disabled] .form-control[uib-datepicker-popup] {
  pointer-events: none;
}
fieldset.view-mode[disabled] .control-label {
  padding-top: 2px;
}
fieldset.view-mode[disabled] .control-label span.red {
  display: none;
}
fieldset.view-mode[disabled] .control-label:after {
  content: ': ';
}
fieldset.view-mode[disabled] label span.red {
  display: none;
}
fieldset.view-mode[disabled] .ui-select-search,
fieldset.view-mode[disabled] .input-group-addon,
fieldset.view-mode[disabled] .view-mode-hide {
  display: none;
}
fieldset.view-mode[disabled] .view-mode-show {
  display: inherit !important;
}
fieldset.view-mode[disabled] .form-group {
  margin-bottom: 5px;
}
.no-content:after {
  content: '' !important;
}
.comma-split:after {
  content: ", ";
}
.comma-split:last-child:after {
  content: "";
}
