body * {
  font-family:"Proxima","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@font-face {
  font-family: 'Museo';
  src: url('/static/fonts/museo/museo500.otf');
}
@font-face {
  font-family: 'Proxima';
  src: url('/static/fonts/proxima/ProximaNova-Reg.ttf');
}
.el-step.is-horizontal {
  flex-basis: 100%;
}
.mai-box-tabs {
  text-align: center;
}
.mai-box-tabs .tab {
  display: inline-block;
  border: 1px solid #949292;
  border-right: none;
  padding: 5px;
  margin-right: -4px;
  cursor: pointer;
}

.mai-box-tabs .tab.active {
  background: #949292;
  color: #fff;
}
.mai-box-tabs .tab:last-child {
  border-right: 1px solid #949292;
}
.is-inline-block {
  display: inline-block;
}
.block-label {
  display: block;
}
.is-flex {
  display: flex;
}
.align-center {
  -ms-align-items: center;
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.is-left {
  float: left;
}
.is-right {
  float: right;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mbt-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pad-10 {
  padding: 10px;
}
.pad-20 {
  padding: 20px;
}
.pad-25 {
  padding: 25px;
}
.nav-item-pad {
  padding: 20px;
}
.bg-light-grey {
  background-color: #fafafa;
}
.mai-border-bottom {
  border-bottom: 2px solid #f0f0f0;
}
.mai-border-right {
  border-right: 2px solid #f0f0f0;
}
.mai-nav-tabs div {
  color: #a8a6a7;
}
.mai-nav-tabs div.active {
  position: relative;
  color: #1c1d1f;
}
.mai-nav-tabs:hover {
  cursor: pointer;
}
.bottom-btn {
  display: none;
}
@media (max-width: 767px) {
  .bottom-btn {
    display: block;
  }
}
.nav-item-pad.active:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 100%;
  background: #2183da;
  height: 2px;
}
.shadow {
  margin: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  transition: box-shadow 0.5s;
}
.shadow:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
}
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
.material-switch {
  padding-top: 7px;
  padding-bottom: 7px;
}
.sq {
  border-radius: 0 !important;
}
.z-bottom {
  z-index: -9999
}
.cursor-pointer {
  cursor: pointer;
}
.relative {
  position: relative;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}
.mid-grey-bg {
  background-color: #c2c2c2;
}
.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  transition: all 0.5s;
}
.shadow:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
}
.white-bg {
  background-color: #fff;
}
.el-notification {
  z-index: 9999 !important;
}
.lighten-hvr:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.darken-hvr:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  color: #ffffff !important;
}
.el-select-dropdown {
  z-index: 10000 !important;
}
#right-sidebar input {
  background: transparent;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
.input-main {
  display: inline-block;
  width: 80% !important;
}
.input-addon {
  display: inline-block;
  width: 19% !important;
  margin-left: -4px;
}
