<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter &gt; [class*=col-]:not(:first-child), .row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 10px;
}

.content-box {
  margin: 10px 0;
  padding: 20px 20px;
  min-height: 40px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .content-box {
    padding: 10px 10px;
  }
}
.content-box:before, .content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
@media (min-width: 992px) {
  .content-box .sidebar {
    min-height: 100px;
  }
}
.content-box .sidebar &gt; div {
  padding-bottom: 10px;
  border-bottom: 1px solid #a6a6a6;
  position: relative;
}
.content-box .sidebar &gt; div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content-box .leftPaneContainer {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px !important;
  padding-right: 4px !important;
  margin-top: -20px;
}
@media (min-width: 1200px) {
  .content-box .leftPaneContainer {
    float: left;
    width: 25%;
  }
}
.content-box .mainPaneContainer {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin-top: -20px;
}
@media (min-width: 1200px) {
  .content-box .mainPaneContainer {
    float: left;
    width: 50%;
  }
}
.content-box .rightPaneContainer {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 4px !important;
  padding-right: 0px !important;
  margin-top: -20px;
}
@media (min-width: 1200px) {
  .content-box .rightPaneContainer {
    float: left;
    width: 25%;
  }
}
.content-box .leftPane, .content-box .mainPane, .content-box .rightPane {
  border-radius: 8px;
  border: 1px solid #a6a6a6;
  background-color: white;
  /* background-clip: content-box; */
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.content-well {
  min-height: 20px;
  padding: 19px 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.content-well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.content-well &gt; .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.content-well &gt; .heading &gt; .mi {
  font-size: 2em;
  color: #118eba;
  vertical-align: middle;
  margin-right: 0.3em;
}
.content-well.well-aside {
  border: 1px solid #ededed;
  padding: 9px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .content-well.m2d-smart-height {
    height: 20em;
  }
}

.section {
  margin-bottom: 20px;
}

.section ~ .section {
  margin-top: 20px;
}

.m2d-icon-section {
  margin-top: 40px;
  position: relative;
  border-top: 2px solid #d9d9d9;
  padding-top: 20px;
}
.m2d-icon-section &gt; .border-icon {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -25px;
  margin-left: -50px;
  padding: 0 25px 0 25px;
  color: #118eba;
  background-color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  min-width: 100px;
  height: 50px;
}
.m2d-icon-section &gt; .border-icon.border-icon-double {
  margin-left: -75px;
}
.m2d-icon-section .section-heading {
  padding-top: 10px;
  font-family: inherit;
  font-size: 24px;
  line-height: 1.1;
  margin: 10px 0;
  color: #000000;
}

.pad-top {
  padding-top: 20px;
}

.pad-bottom {
  padding-bottom: 20px;
}

.pad-vertical {
  padding: 20px 0;
}

.pad-horizontal {
  padding: 0 20px;
}

.pad-horizontal-sm {
  padding: 0 10px;
}

.pad-box {
  padding: 20px 20px;
}

.pad-box-sm {
  padding: 10px 10px;
}

.pad-vertical-sm {
  padding: 10px 0;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top-lg {
  margin-top: 40px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-box {
  margin: 20px 20px;
}

.margin-box-sm {
  margin: 10px 10px;
}

.margin-horizontal {
  margin: 0 20px;
}

.margin-vertical {
  margin: 20px 0;
}

.bg-a2d {
  background-color: #cf7b14;
  color: #ffffff;
}

a.bg-a2d:hover {
  background-color: #a05f10;
}

.bg-b2d {
  background-color: #118eba;
  color: #ffffff;
}

a.bg-b2d:hover {
  background-color: #0d6a8b;
}

.bg-l2d {
  background-color: #9d1111;
  color: #ffffff;
}

a.bg-l2d:hover {
  background-color: #6f0c0c;
}

.bg-s2d {
  background-color: #669310;
  color: #ffffff;
}

a.bg-s2d:hover {
  background-color: #46650b;
}

.bg-v2d {
  background-color: #9a116e;
  color: #ffffff;
}

a.bg-v2d:hover {
  background-color: #6c0c4d;
}

.openWell {
  margin: 20px 0;
  padding: 20px 20px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.modal-header-titleless .close {
  margin-top: -15px;
}

.border-bottom {
  border-bottom: 1px solid #a6a6a6;
}

.border-top {
  border-top: 1px solid #a6a6a6;
}

.border-a2d {
  border-color: #cf7b14 !important;
}

.border-b2d {
  border-color: #118eba !important;
}

.border-l2d {
  border-color: #9d1111 !important;
}

.border-s2d {
  border-color: #669310 !important;
}

.border-v2d {
  border-color: #9a116e !important;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.clickable {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.clickable:hover, .clickable:focus {
  color: #005580;
  text-decoration: underline;
}
.clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.link-high {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.link-high:hover, .link-high:focus {
  color: #005580;
  text-decoration: underline;
}
.link-high:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.highlight-links a {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.highlight-links a:hover, .highlight-links a:focus {
  color: #005580;
  text-decoration: underline;
}
.highlight-links a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}

.alert-plain {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #737373;
}
.alert-plain hr {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.alert-plain .alert-link {
  color: #5a5a5a;
}

.alert-dismissible .close {
  top: -12px;
}

.alert .alert-body, .alert .alert-footer {
  width: inherit;
}
.alert .alert-footer {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
  padding: 10px 15px 0 15px;
}
.alert.alert-dismissible .alert-body, .alert.alert-dismissible .alert-footer {
  margin-left: -15px;
  margin-right: -35px;
}
.alert.alert-dismissible .alert-body {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 15px 15px 0 15px;
}

.btn-inverse {
  color: #ffffff;
  background-color: #444444;
  border-color: #222222;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: black;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #030303;
}
.btn-inverse:active, .btn-inverse.active, .open &gt; .btn-inverse.dropdown-toggle {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #030303;
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open &gt; .btn-inverse.dropdown-toggle:hover, .open &gt; .btn-inverse.dropdown-toggle:focus, .open &gt; .btn-inverse.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #191919;
  border-color: black;
}
.btn-inverse:active, .btn-inverse.active, .open &gt; .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #444444;
  border-color: #222222;
}
.btn-inverse .badge {
  color: #444444;
  background-color: #ffffff;
}

.btn-b2d, .btn-b2d-gradient {
  color: #ffffff;
  background-color: #118eba;
  border-color: #4ba9ba;
}
.btn-b2d:focus, .btn-b2d-gradient:focus, .btn-b2d.focus, .focus.btn-b2d-gradient {
  color: #ffffff;
  background-color: #0d6a8b;
  border-color: #255761;
}
.btn-b2d:hover, .btn-b2d-gradient:hover {
  color: #ffffff;
  background-color: #0d6a8b;
  border-color: #378390;
}
.btn-b2d:active, .btn-b2d-gradient:active, .btn-b2d.active, .active.btn-b2d-gradient, .open &gt; .btn-b2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-b2d-gradient {
  color: #ffffff;
  background-color: #0d6a8b;
  border-color: #378390;
}
.btn-b2d:active:hover, .btn-b2d-gradient:active:hover, .btn-b2d:active:focus, .btn-b2d-gradient:active:focus, .btn-b2d:active.focus, .btn-b2d-gradient:active.focus, .btn-b2d.active:hover, .active.btn-b2d-gradient:hover, .btn-b2d.active:focus, .active.btn-b2d-gradient:focus, .btn-b2d.active.focus, .active.focus.btn-b2d-gradient, .open &gt; .btn-b2d.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-b2d-gradient:hover, .open &gt; .btn-b2d.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-b2d-gradient:focus, .open &gt; .btn-b2d.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-b2d-gradient {
  color: #ffffff;
  background-color: #0a516b;
  border-color: #255761;
}
.btn-b2d:active, .btn-b2d-gradient:active, .btn-b2d.active, .active.btn-b2d-gradient, .open &gt; .btn-b2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-b2d-gradient {
  background-image: none;
}
.btn-b2d.disabled:hover, .disabled.btn-b2d-gradient:hover, .btn-b2d.disabled:focus, .disabled.btn-b2d-gradient:focus, .btn-b2d.disabled.focus, .disabled.focus.btn-b2d-gradient, .btn-b2d[disabled]:hover, [disabled].btn-b2d-gradient:hover, .btn-b2d[disabled]:focus, [disabled].btn-b2d-gradient:focus, .btn-b2d[disabled].focus, [disabled].focus.btn-b2d-gradient, fieldset[disabled] .btn-b2d:hover, fieldset[disabled] .btn-b2d-gradient:hover, fieldset[disabled] .btn-b2d:focus, fieldset[disabled] .btn-b2d-gradient:focus, fieldset[disabled] .btn-b2d.focus, fieldset[disabled] .focus.btn-b2d-gradient {
  background-color: #118eba;
  border-color: #4ba9ba;
}
.btn-b2d .badge, .btn-b2d-gradient .badge {
  color: #118eba;
  background-color: #ffffff;
}

.btn-a2d, .btn-a2d-gradient {
  color: #ffffff;
  background-color: #cf7b14;
  border-color: #d1a037;
}
.btn-a2d:focus, .btn-a2d-gradient:focus, .btn-a2d.focus, .focus.btn-a2d-gradient {
  color: #ffffff;
  background-color: #a05f10;
  border-color: #6f541a;
}
.btn-a2d:hover, .btn-a2d-gradient:hover {
  color: #ffffff;
  background-color: #a05f10;
  border-color: #a57c26;
}
.btn-a2d:active, .btn-a2d-gradient:active, .btn-a2d.active, .active.btn-a2d-gradient, .open &gt; .btn-a2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-a2d-gradient {
  color: #ffffff;
  background-color: #a05f10;
  border-color: #a57c26;
}
.btn-a2d:active:hover, .btn-a2d-gradient:active:hover, .btn-a2d:active:focus, .btn-a2d-gradient:active:focus, .btn-a2d:active.focus, .btn-a2d-gradient:active.focus, .btn-a2d.active:hover, .active.btn-a2d-gradient:hover, .btn-a2d.active:focus, .active.btn-a2d-gradient:focus, .btn-a2d.active.focus, .active.focus.btn-a2d-gradient, .open &gt; .btn-a2d.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-a2d-gradient:hover, .open &gt; .btn-a2d.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-a2d-gradient:focus, .open &gt; .btn-a2d.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-a2d-gradient {
  color: #ffffff;
  background-color: #804c0c;
  border-color: #6f541a;
}
.btn-a2d:active, .btn-a2d-gradient:active, .btn-a2d.active, .active.btn-a2d-gradient, .open &gt; .btn-a2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-a2d-gradient {
  background-image: none;
}
.btn-a2d.disabled:hover, .disabled.btn-a2d-gradient:hover, .btn-a2d.disabled:focus, .disabled.btn-a2d-gradient:focus, .btn-a2d.disabled.focus, .disabled.focus.btn-a2d-gradient, .btn-a2d[disabled]:hover, [disabled].btn-a2d-gradient:hover, .btn-a2d[disabled]:focus, [disabled].btn-a2d-gradient:focus, .btn-a2d[disabled].focus, [disabled].focus.btn-a2d-gradient, fieldset[disabled] .btn-a2d:hover, fieldset[disabled] .btn-a2d-gradient:hover, fieldset[disabled] .btn-a2d:focus, fieldset[disabled] .btn-a2d-gradient:focus, fieldset[disabled] .btn-a2d.focus, fieldset[disabled] .focus.btn-a2d-gradient {
  background-color: #cf7b14;
  border-color: #d1a037;
}
.btn-a2d .badge, .btn-a2d-gradient .badge {
  color: #cf7b14;
  background-color: #ffffff;
}

.btn-s2d, .btn-s2d-gradient {
  color: #ffffff;
  background-color: #669310;
  border-color: #82a13b;
}
.btn-s2d:focus, .btn-s2d-gradient:focus, .btn-s2d.focus, .focus.btn-s2d-gradient {
  color: #ffffff;
  background-color: #46650b;
  border-color: #374419;
}
.btn-s2d:hover, .btn-s2d-gradient:hover {
  color: #ffffff;
  background-color: #46650b;
  border-color: #5e742b;
}
.btn-s2d:active, .btn-s2d-gradient:active, .btn-s2d.active, .active.btn-s2d-gradient, .open &gt; .btn-s2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-s2d-gradient {
  color: #ffffff;
  background-color: #46650b;
  border-color: #5e742b;
}
.btn-s2d:active:hover, .btn-s2d-gradient:active:hover, .btn-s2d:active:focus, .btn-s2d-gradient:active:focus, .btn-s2d:active.focus, .btn-s2d-gradient:active.focus, .btn-s2d.active:hover, .active.btn-s2d-gradient:hover, .btn-s2d.active:focus, .active.btn-s2d-gradient:focus, .btn-s2d.active.focus, .active.focus.btn-s2d-gradient, .open &gt; .btn-s2d.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-s2d-gradient:hover, .open &gt; .btn-s2d.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-s2d-gradient:focus, .open &gt; .btn-s2d.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-s2d-gradient {
  color: #ffffff;
  background-color: #304507;
  border-color: #374419;
}
.btn-s2d:active, .btn-s2d-gradient:active, .btn-s2d.active, .active.btn-s2d-gradient, .open &gt; .btn-s2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-s2d-gradient {
  background-image: none;
}
.btn-s2d.disabled:hover, .disabled.btn-s2d-gradient:hover, .btn-s2d.disabled:focus, .disabled.btn-s2d-gradient:focus, .btn-s2d.disabled.focus, .disabled.focus.btn-s2d-gradient, .btn-s2d[disabled]:hover, [disabled].btn-s2d-gradient:hover, .btn-s2d[disabled]:focus, [disabled].btn-s2d-gradient:focus, .btn-s2d[disabled].focus, [disabled].focus.btn-s2d-gradient, fieldset[disabled] .btn-s2d:hover, fieldset[disabled] .btn-s2d-gradient:hover, fieldset[disabled] .btn-s2d:focus, fieldset[disabled] .btn-s2d-gradient:focus, fieldset[disabled] .btn-s2d.focus, fieldset[disabled] .focus.btn-s2d-gradient {
  background-color: #669310;
  border-color: #82a13b;
}
.btn-s2d .badge, .btn-s2d-gradient .badge {
  color: #669310;
  background-color: #ffffff;
}

.btn-l2d, .btn-l2d-gradient {
  color: #ffffff;
  background-color: #9d1111;
  border-color: #c13932;
}
.btn-l2d:focus, .btn-l2d-gradient:focus, .btn-l2d.focus, .focus.btn-l2d-gradient {
  color: #ffffff;
  background-color: #6f0c0c;
  border-color: #5c1b18;
}
.btn-l2d:hover, .btn-l2d-gradient:hover {
  color: #ffffff;
  background-color: #6f0c0c;
  border-color: #902b25;
}
.btn-l2d:active, .btn-l2d-gradient:active, .btn-l2d.active, .active.btn-l2d-gradient, .open &gt; .btn-l2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-l2d-gradient {
  color: #ffffff;
  background-color: #6f0c0c;
  border-color: #902b25;
}
.btn-l2d:active:hover, .btn-l2d-gradient:active:hover, .btn-l2d:active:focus, .btn-l2d-gradient:active:focus, .btn-l2d:active.focus, .btn-l2d-gradient:active.focus, .btn-l2d.active:hover, .active.btn-l2d-gradient:hover, .btn-l2d.active:focus, .active.btn-l2d-gradient:focus, .btn-l2d.active.focus, .active.focus.btn-l2d-gradient, .open &gt; .btn-l2d.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-l2d-gradient:hover, .open &gt; .btn-l2d.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-l2d-gradient:focus, .open &gt; .btn-l2d.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-l2d-gradient {
  color: #ffffff;
  background-color: #4f0909;
  border-color: #5c1b18;
}
.btn-l2d:active, .btn-l2d-gradient:active, .btn-l2d.active, .active.btn-l2d-gradient, .open &gt; .btn-l2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-l2d-gradient {
  background-image: none;
}
.btn-l2d.disabled:hover, .disabled.btn-l2d-gradient:hover, .btn-l2d.disabled:focus, .disabled.btn-l2d-gradient:focus, .btn-l2d.disabled.focus, .disabled.focus.btn-l2d-gradient, .btn-l2d[disabled]:hover, [disabled].btn-l2d-gradient:hover, .btn-l2d[disabled]:focus, [disabled].btn-l2d-gradient:focus, .btn-l2d[disabled].focus, [disabled].focus.btn-l2d-gradient, fieldset[disabled] .btn-l2d:hover, fieldset[disabled] .btn-l2d-gradient:hover, fieldset[disabled] .btn-l2d:focus, fieldset[disabled] .btn-l2d-gradient:focus, fieldset[disabled] .btn-l2d.focus, fieldset[disabled] .focus.btn-l2d-gradient {
  background-color: #9d1111;
  border-color: #c13932;
}
.btn-l2d .badge, .btn-l2d-gradient .badge {
  color: #9d1111;
  background-color: #ffffff;
}

.btn-v2d, .btn-v2d-gradient {
  color: #ffffff;
  background-color: #9a116e;
  border-color: #bb52b7;
}
.btn-v2d:focus, .btn-v2d-gradient:focus, .btn-v2d.focus, .focus.btn-v2d-gradient {
  color: #ffffff;
  background-color: #6c0c4d;
  border-color: #662863;
}
.btn-v2d:hover, .btn-v2d-gradient:hover {
  color: #ffffff;
  background-color: #6c0c4d;
  border-color: #953b92;
}
.btn-v2d:active, .btn-v2d-gradient:active, .btn-v2d.active, .active.btn-v2d-gradient, .open &gt; .btn-v2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-v2d-gradient {
  color: #ffffff;
  background-color: #6c0c4d;
  border-color: #953b92;
}
.btn-v2d:active:hover, .btn-v2d-gradient:active:hover, .btn-v2d:active:focus, .btn-v2d-gradient:active:focus, .btn-v2d:active.focus, .btn-v2d-gradient:active.focus, .btn-v2d.active:hover, .active.btn-v2d-gradient:hover, .btn-v2d.active:focus, .active.btn-v2d-gradient:focus, .btn-v2d.active.focus, .active.focus.btn-v2d-gradient, .open &gt; .btn-v2d.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-v2d-gradient:hover, .open &gt; .btn-v2d.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-v2d-gradient:focus, .open &gt; .btn-v2d.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-v2d-gradient {
  color: #ffffff;
  background-color: #4c0836;
  border-color: #662863;
}
.btn-v2d:active, .btn-v2d-gradient:active, .btn-v2d.active, .active.btn-v2d-gradient, .open &gt; .btn-v2d.dropdown-toggle, .open &gt; .dropdown-toggle.btn-v2d-gradient {
  background-image: none;
}
.btn-v2d.disabled:hover, .disabled.btn-v2d-gradient:hover, .btn-v2d.disabled:focus, .disabled.btn-v2d-gradient:focus, .btn-v2d.disabled.focus, .disabled.focus.btn-v2d-gradient, .btn-v2d[disabled]:hover, [disabled].btn-v2d-gradient:hover, .btn-v2d[disabled]:focus, [disabled].btn-v2d-gradient:focus, .btn-v2d[disabled].focus, [disabled].focus.btn-v2d-gradient, fieldset[disabled] .btn-v2d:hover, fieldset[disabled] .btn-v2d-gradient:hover, fieldset[disabled] .btn-v2d:focus, fieldset[disabled] .btn-v2d-gradient:focus, fieldset[disabled] .btn-v2d.focus, fieldset[disabled] .focus.btn-v2d-gradient {
  background-color: #9a116e;
  border-color: #bb52b7;
}
.btn-v2d .badge, .btn-v2d-gradient .badge {
  color: #9a116e;
  background-color: #ffffff;
}

.btn-b2d-gradient {
  background-image: -webkit-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: -o-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0F6889", endColorstr="#FF118EBA", GradientType=0);
}

.btn-a2d-gradient {
  background-image: -webkit-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: -o-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB35B14", endColorstr="#FFCF7B14", GradientType=0);
}

.btn-s2d-gradient {
  background-image: -webkit-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: -o-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: linear-gradient(#308123, #82a13b 80%, #669310);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF308123", endColorstr="#FF669310", GradientType=0);
}

.btn-l2d-gradient {
  background-image: -webkit-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: -o-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6F0C0C", endColorstr="#FF9D1111", GradientType=0);
}

.btn-v2d-gradient {
  background-image: -webkit-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: -o-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF780D53", endColorstr="#FF9A116E", GradientType=0);
}

.button-section &gt; .btn {
  white-space: normal;
  height: 100%;
}
.button-section &gt; .btn &gt; span {
  font-size: 20px;
  line-height: 1;
}
.button-section &gt; .button-info {
  font-size: 18px;
  color: #000000;
}
.button-section &gt; .button-info.button-info-inline {
  margin-left: 10px;
}

.label-a2d {
  background-color: #cf7b14;
}
.label-a2d[href]:hover, .label-a2d[href]:focus {
  background-color: #a05f10;
}

.label-b2d {
  background-color: #118eba;
}
.label-b2d[href]:hover, .label-b2d[href]:focus {
  background-color: #0d6a8b;
}

.label-l2d {
  background-color: #9d1111;
}
.label-l2d[href]:hover, .label-l2d[href]:focus {
  background-color: #6f0c0c;
}

.label-s2d {
  background-color: #669310;
}
.label-s2d[href]:hover, .label-s2d[href]:focus {
  background-color: #46650b;
}

.label-v2d {
  background-color: #9a116e;
}
.label-v2d[href]:hover, .label-v2d[href]:focus {
  background-color: #6c0c4d;
}

.badge.badge-a2d {
  background-color: #cf7b14;
}
.badge.badge-b2d {
  background-color: #118eba;
}
.badge.badge-l2d {
  background-color: #9d1111;
}
.badge.badge-s2d {
  background-color: #669310;
}
.badge.badge-v2d {
  background-color: #9a116e;
}

@media (min-width: 768px) {
  .dl-horizontal.dl-wide dt {
    width: 250px;
  }
  .dl-horizontal.dl-wide dd {
    margin-left: 270px;
  }
}
@media (min-width: 768px) {
  .dl-horizontal.dl-narrow dt {
    width: 100px;
  }
  .dl-horizontal.dl-narrow dd {
    margin-left: 110px;
  }
}
@media (min-width: 768px) {
  .dl-horizontal.dl-traditional dt {
    text-align: left;
  }
}

ul.list-horizontal {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
}
ul.list-horizontal &gt; li {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em 0 0;
}
ul.list-horizontal &gt; li:last-child {
  padding-right: 0;
}

ul.pipe {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
}
ul.pipe &gt; li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #a6a6a6;
}
ul.pipe &gt; li:first-child {
  padding-left: 0;
  border-left: none;
}

ul.csv {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
ul.csv &gt; li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.csv &gt; li:before {
  content: ", ";
}
ul.csv &gt; li:first-child:before {
  content: "";
}

ul.wideList &gt; li {
  margin-bottom: 6px;
}

ul.m2d-def-list &gt; li {
  margin-bottom: 6px;
}
ul.m2d-def-list &gt; li em {
  font-weight: 600;
  color: #000000;
}

.table.table-borderless td, th {
  border: 0 !important;
}

table.table-dl {
  table-layout: fixed;
  width: 100% !important;
}
table.table-dl th, table.table-dl td {
  width: auto;
}
table.table-dl th:first-child, table.table-dl td:first-child {
  width: 30%;
  vertical-align: top;
  font-weight: 600;
  padding-right: 0.5em;
}

table.table-pricing &gt; thead &gt; tr &gt; th, table.table-pricing &gt; thead &gt; tr &gt; td {
  vertical-align: middle;
  text-align: center;
}
table.table-pricing &gt; thead &gt; tr &gt; th:first-child, table.table-pricing &gt; thead &gt; tr &gt; td:first-child {
  text-align: left;
}
table.table-pricing &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
  text-align: center;
}
table.table-pricing &gt; tbody &gt; tr &gt; td:first-child {
  text-align: left;
}
table.table-pricing &gt; tfoot &gt; tr &gt; td {
  vertical-align: middle;
  text-align: center;
}
table.table-pricing caption {
  margin-bottom: 10px;
}

.nav-minimal {
  padding: 2px 2px 0 2px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #a6a6a6;
}
.nav-minimal &gt; li {
  float: left;
  margin: 1px 0 -1px 0;
  background: transparent;
  border: none;
}
.nav-minimal &gt; li &gt; a, .nav-minimal &gt; li &gt; span {
  position: relative;
  display: block;
  padding: 6px 13px;
  margin: 0;
  color: #737373;
}
.nav-minimal &gt; li &gt; span.heading {
  color: #000000;
}
.nav-minimal &gt; li &gt; a:hover, .nav-minimal &gt; li &gt; a:focus {
  background: transparent url("../../../img/icon/tab-arrow-up.png") no-repeat bottom center;
  border: none;
}
.nav-minimal &gt; li.active &gt; a {
  background: transparent url("../../../img/icon/tab-arrow-up.png") no-repeat bottom center;
  font-weight: 600;
  color: #000000;
}
.nav-minimal &gt; li.disabled &gt; a {
  color: #777777;
}
.nav-minimal &gt; li.disabled &gt; a:hover, .nav-minimal &gt; li.disabled &gt; a:focus {
  background: transparent;
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
}
.nav-minimal &gt; li + li {
  margin-left: 2px;
}

.navbar-nav &gt; li &gt; a &gt; .badge {
  vertical-align: super;
}

.invert {
  background-color: #000000;
  color: white;
  font-weight: 600;
  font-size: inherit;
  vertical-align: inherit;
  text-align: center;
}

.text-a2d {
  color: #cf7b14;
}

a.text-a2d:hover,
a.text-a2d:focus {
  color: #a05f10;
}

.text-b2d {
  color: #118eba;
}

a.text-b2d:hover,
a.text-b2d:focus {
  color: #0d6a8b;
}

.text-l2d {
  color: #9d1111;
}

a.text-l2d:hover,
a.text-l2d:focus {
  color: #6f0c0c;
}

.text-s2d {
  color: #669310;
}

a.text-s2d:hover,
a.text-s2d:focus {
  color: #46650b;
}

.text-v2d {
  color: #9a116e;
}

a.text-v2d:hover,
a.text-v2d:focus {
  color: #6c0c4d;
}

.hint-block {
  color: #737373;
  font-size: 12px;
  font-style: italic;
}

.pre-formatted {
  display: block;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.formatted-msg-box {
  display: block;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
  background-color: #f5f5f5;
}
.formatted-msg-box a {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.formatted-msg-box a:hover, .formatted-msg-box a:focus {
  color: #005580;
  text-decoration: underline;
}
.formatted-msg-box a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

strong, .strong {
  font-weight: 600;
  color: #000000;
}

.underlined {
  text-decoration: underline;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 20px;
}

.t0 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t0 small, .t0 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t1 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t1 small, .t1 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t2 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t2 small, .t2 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t3 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3 small, .t3 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t4 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t4 small, .t4 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t5 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t5 small, .t5 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.t6 {
  font-family: inherit;
  font-weight: "normal";
  line-height: 1.1;
  color: #737373;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t6 small, .t6 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.size-h0 {
  font-size: 45px;
}

.size-h1 {
  font-size: 36px;
}

.size-h2 {
  font-size: 30px;
}

.size-h3 {
  font-size: 24px;
}

.size-h4 {
  font-size: 18px;
}

.size-h5 {
  font-size: 14px;
}

.size-h6 {
  font-size: 12px;
}

.thumb {
  display: block;
  margin: 0;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumb img {
  border-radius: 4px;
  margin: 2px;
}
.thumb span {
  border-radius: 4px;
  margin: 2px;
}
.thumb.borderless {
  border: none !important;
}
.thumb.thumb-in {
  display: inline-block;
}
.thumb.thumb-sm {
  width: 70px;
  height: 55px;
}
.thumb.thumb-md {
  width: 90px;
  height: 70px;
}
.thumb.thumb-lg {
  width: 130px;
  height: 100px;
}
.thumb .crop-sm {
  display: block;
  overflow: hidden;
  height: 45px;
  width: 60px;
}
.thumb .crop-sm.bg-ph-a2d {
  background-size: cover;
  background: #cf7b14 url("../../../img//shape/a2d_60x45.png") no-repeat;
}
.thumb .crop-sm.bg-ph-b2d {
  background-size: cover;
  background: #118eba url("../../../img//shape/b2d_60x45.png") no-repeat;
}
.thumb .crop-sm.bg-ph-l2d {
  background-size: cover;
  background: #9d1111 url("../../../img//shape/l2d_60x45.png") no-repeat;
}
.thumb .crop-sm.bg-ph-s2d {
  background-size: cover;
  background: #669310 url("../../../img//shape/s2d_60x45.png") no-repeat;
}
.thumb .crop-sm.bg-ph-v2d {
  background-size: cover;
  background: #9a116e url("../../../img//shape/v2d_60x45.png") no-repeat;
}
.thumb .crop-cd {
  display: block;
  overflow: hidden;
  height: 68px;
  width: 100px;
}
.thumb .crop-cd.bg-ph-a2d {
  background-size: cover;
  background: #cf7b14 url("../../../img//shape/a2d_100x75.png") no-repeat;
}
.thumb .crop-cd.bg-ph-b2d {
  background-size: cover;
  background: #118eba url("../../../img//shape/b2d_100x75.png") no-repeat;
}
.thumb .crop-cd.bg-ph-l2d {
  background-size: cover;
  background: #9d1111 url("../../../img//shape/l2d_100x75.png") no-repeat;
}
.thumb .crop-cd.bg-ph-s2d {
  background-size: cover;
  background: #669310 url("../../../img//shape/s2d_100x75.png") no-repeat;
}
.thumb .crop-cd.bg-ph-v2d {
  background-size: cover;
  background: #9a116e url("../../../img//shape/v2d_100x75.png") no-repeat;
}
.thumb .crop-md {
  display: block;
  overflow: hidden;
  height: 60px;
  width: 80px;
}
.thumb .crop-md.bg-ph-a2d {
  background-size: cover;
  background: #cf7b14 url("../../../img//shape/a2d_80x60.png") no-repeat;
}
.thumb .crop-md.bg-ph-b2d {
  background-size: cover;
  background: #118eba url("../../../img//shape/b2d_80x60.png") no-repeat;
}
.thumb .crop-md.bg-ph-l2d {
  background-size: cover;
  background: #9d1111 url("../../../img//shape/l2d_80x60.png") no-repeat;
}
.thumb .crop-md.bg-ph-s2d {
  background-size: cover;
  background: #669310 url("../../../img//shape/s2d_80x60.png") no-repeat;
}
.thumb .crop-md.bg-ph-v2d {
  background-size: cover;
  background: #9a116e url("../../../img//shape/v2d_80x60.png") no-repeat;
}
.thumb .crop-lg {
  display: block;
  overflow: hidden;
  height: 90px;
  width: 120px;
}
.thumb .crop-lg.bg-ph-a2d {
  background-size: cover;
  background: #cf7b14 url("../../../img//shape/a2d_120x90.png") no-repeat;
}
.thumb .crop-lg.bg-ph-b2d {
  background-size: cover;
  background: #118eba url("../../../img//shape/b2d_120x90.png") no-repeat;
}
.thumb .crop-lg.bg-ph-l2d {
  background-size: cover;
  background: #9d1111 url("../../../img//shape/l2d_120x90.png") no-repeat;
}
.thumb .crop-lg.bg-ph-s2d {
  background-size: cover;
  background: #669310 url("../../../img//shape/s2d_120x90.png") no-repeat;
}
.thumb .crop-lg.bg-ph-v2d {
  background-size: cover;
  background: #9a116e url("../../../img//shape/v2d_120x90.png") no-repeat;
}
.thumb .crop-bg {
  display: block;
  overflow: hidden;
  height: 120px;
  width: 160px;
}
.thumb .crop-bg.bg-ph-a2d {
  background-size: cover;
  background: #cf7b14 url("../../../img//shape/a2d_160x120.png") no-repeat;
}
.thumb .crop-bg.bg-ph-b2d {
  background-size: cover;
  background: #118eba url("../../../img//shape/b2d_160x120.png") no-repeat;
}
.thumb .crop-bg.bg-ph-l2d {
  background-size: cover;
  background: #9d1111 url("../../../img//shape/l2d_160x120.png") no-repeat;
}
.thumb .crop-bg.bg-ph-s2d {
  background-size: cover;
  background: #669310 url("../../../img//shape/s2d_160x120.png") no-repeat;
}
.thumb .crop-bg.bg-ph-v2d {
  background-size: cover;
  background: #9a116e url("../../../img//shape/v2d_160x120.png") no-repeat;
}
.thumb .crop-frame {
  display: block;
  overflow: hidden;
  height: 180px;
  width: 240px;
}
.thumb &gt; img, .thumb a &gt; img {
  margin-left: auto;
  margin-right: auto;
}

a.thumb:hover, a.thumb:focus, a.thumb.active {
  border-color: #0088cc;
}

.video-thumb {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 120px;
  height: 90px;
  color: #333333;
}
.video-thumb &gt; img {
  z-index: 1;
}
.video-thumb &gt; i {
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 2;
}
.video-thumb .frame {
  top: 80px !important;
  left: 110px !important;
}

@font-face {
  font-family: "m2d-icons";
  src: url("../fonts/m2d-icons.eot");
  src: url("../fonts/m2d-icons.eot#iefix") format("embedded-opentype"), url("../fonts/m2d-icons.woff2") format("woff2"), url("../fonts/m2d-icons.woff") format("woff"), url("../fonts/m2d-icons.ttf") format("truetype"), url("../fonts/m2d-icons.svg#m2d-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mi {
  display: inline-block;
  font: normal normal normal 14px/1 "m2d-icons";
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mi-crown:before, .mi-ambassador:before {
  content: "";
}

.mi-search:before {
  content: "";
}

.mi-mail-alt:before, .mi-send:before, .mi-inbox:before {
  content: "";
}

.mi-star:before {
  content: "";
}

.mi-star-o:before {
  content: "";
}

.mi-star-half-o:before {
  content: "";
}

.mi-user:before {
  content: "";
}

.mi-check:before, .mi-available:before {
  content: "";
}

.mi-cancel:before {
  content: "";
}

.mi-plus-circle:before, .mi-request-friendship:before {
  content: "";
}

.mi-plus-square:before {
  content: "";
}

.mi-minus:before, .mi-unavailable:before {
  content: "";
}

.mi-info-circled:before {
  content: "";
}

.mi-info:before {
  content: "";
}

.mi-home:before {
  content: "";
}

.mi-eye:before, .mi-favorites:before {
  content: "";
}

.mi-flag:before {
  content: "";
}

.mi-thumbs-up:before, .mi-like:before {
  content: "";
}

.mi-export-alt:before {
  content: "";
}

.mi-edit:before {
  content: "";
}

.mi-trash:before, .mi-delete:before {
  content: "";
}

.mi-doc-text-inv:before, .mi-profile-info:before {
  content: "";
}

.mi-cog-alt:before, .mi-settings:before {
  content: "";
}

.mi-volume-up:before, .mi-audio-player:before {
  content: "";
}

.mi-block:before, .mi-cancelled:before {
  content: "";
}

.mi-chevron-left:before {
  content: "";
}

.mi-chevron-right:before {
  content: "";
}

.mi-angle-left:before {
  content: "";
}

.mi-angle-right:before {
  content: "";
}

.mi-arrow-left:before {
  content: "";
}

.mi-arrow-right:before {
  content: "";
}

.mi-down-hand:before {
  content: "";
}

.mi-arrow-left-circle:before {
  content: "";
}

.mi-arrow-right-circle:before {
  content: "";
}

.mi-play:before {
  content: "";
}

.mi-stop:before {
  content: "";
}

.mi-pause:before {
  content: "";
}

.mi-forward:before {
  content: "";
}

.mi-rewind:before {
  content: "";
}

.mi-off:before, .mi-activate:before {
  content: "";
}

.mi-circle:before {
  content: "";
}

.mi-circle-empty:before {
  content: "";
}

.mi-circle-thin:before {
  content: "";
}

.mi-banknote:before, .mi-credits:before {
  content: "";
}

.mi-binoculars:before, .mi-want:before {
  content: "";
  font-size: 0.8em;
  vertical-align: 10%;
}

.mi-video-player:before {
  content: "";
}

.mi-music-lib:before, .mi-offer:before {
  content: "";
}

.mi-users:before, .mi-friends:before {
  content: "";
}

.mi-upload:before, .mi-post-item:before {
  content: "";
}

.mi-vcard:before, .mi-profile:before {
  content: "";
}

.mi-google-circles:before, .mi-matches:before {
  content: "";
}

.mi-award:before, .mi-premium:before {
  content: "";
}

.mi-money:before, .mi-profile-business:before {
  content: "";
}

.mi-group:before, .mi-member:before {
  content: "";
}

.mi-plus:before {
  content: "";
}

.mi-tags:before {
  content: "";
}

.mi-resize-horizontal:before {
  content: "";
}

.mi-left:before {
  content: "";
}

.mi-right:before {
  content: "";
}

.mi-arrows-cw:before {
  content: "";
}

.mi-right-hand:before {
  content: "";
}

.mi-globe:before {
  content: "";
}

.mi-share:before {
  content: "";
}

.mi-lg {
  font-size: 1.3333333333em;
}

.mi-2x {
  font-size: 2em;
}

.mi-3x {
  font-size: 3em;
}

.mi-4x {
  font-size: 4em;
}

.mi-5x {
  font-size: 5em;
}

.mi-inverse {
  color: #ffffff;
}

.mi-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #a6a6a6;
  border-radius: 0.1em;
}

.mi.pull-left {
  margin-right: 0.3em;
}
.mi.pull-right {
  margin-left: 0.3em;
}

.mi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.mi-stack-1x, .mi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.mi-stack-1x {
  line-height: inherit;
  font-size: 0.75em;
}

.mi-stack-2x {
  color: #cccccc;
  font-size: 2em;
}

.form-control[readonly].input-fake-active {
  cursor: auto;
  background-color: #eeeeee;
}

form .alert {
  margin-bottom: 0 !important;
}
form.form-horizontal .m2d-form-section {
  min-height: 10em;
  padding: 19px 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
form.form-horizontal .m2d-form-section &gt; .m2d-fs-heading {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a6a6a6;
}
form.form-horizontal .m2d-form-section &gt; .m2d-fs-heading small, form.form-horizontal .m2d-form-section &gt; .m2d-fs-heading .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
form.form-horizontal .m2d-form-section &gt; .m2d-fs-heading small, form.form-horizontal .m2d-form-section &gt; .m2d-fs-heading .small {
  margin-left: 1.5em;
}
form.form-horizontal fieldset legend {
  font-size: 15.4px;
}

.file-upload-ui &gt; form {
  min-height: 68px;
  margin-bottom: 10px;
}
.file-upload-ui .uploadSpinner {
  vertical-align: top;
  height: 32px;
}
.file-upload-ui .messageContainer {
  display: inline-block;
  vertical-align: top;
}
.file-upload-ui .msg {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
  padding: 5px;
  margin: 0;
}
.file-upload-ui .msg-error {
  border: 1px solid red;
  background-color: #ffcccc;
  color: red;
  padding: 5px;
  margin: 0;
}
.file-upload-ui .audio, .file-upload-ui .image {
  position: relative;
  height: 132px;
  margin: 0 0 15px 0;
  padding: 20px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}
.file-upload-ui .audio .actions, .file-upload-ui .image .actions {
  position: absolute;
  top: 5px;
  right: 5px;
}
.file-upload-ui .audio .thumb, .file-upload-ui .image .thumb {
  border: none;
  margin: 0;
  padding: 0;
}

.m2d-card {
  position: relative;
  padding: 0;
  margin: 5px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  width: 100px;
  height: 136px;
  overflow: hidden;
}
.m2d-card .online-icon {
  color: green;
  margin-top: 4px;
  margin-left: 4px;
}
.m2d-card .thumb {
  float: none;
  width: 108px;
  height: 76px;
  border: none;
  overflow: hidden;
  margin: 0;
  display: block;
  z-index: -1;
}
.m2d-card &gt; .card-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 2px;
}
.m2d-card &gt; .card-action-icon {
  position: absolute;
  right: 2px;
  top: 22px;
}
.m2d-card &gt; .card-action-icon .mi-delete {
  color: #737373 !important;
}
.m2d-card &gt; .card-info {
  padding: 2px 4px;
  max-width: 98px;
  height: 38px;
  font-size: 10px;
  line-height: 1;
  color: #737373 !important;
}
.m2d-card &gt; .card-info &gt; .card-prop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m2d-card &gt; .card-info &gt; .title {
  display: block;
  font-weight: 600;
  color: #000000;
  padding-bottom: 2px;
}
.m2d-card &gt; .card-info &gt; .title.offline {
  text-decoration: line-through;
}
.m2d-card &gt; .card-info &gt; ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.m2d-card &gt; .card-info &gt; ul &gt; li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #a6a6a6;
}
.m2d-card &gt; .card-info &gt; ul &gt; li:first-child {
  padding-left: 0;
  border-left: none;
}
.m2d-card &gt; .card-info &gt; ul &gt; li &gt; span.head-label {
  padding: 0 0.2em 0 0;
}
.m2d-card &gt; .card-info &gt; ul &gt; li &gt; span.head-label:after {
  content: ":";
}
.m2d-card &gt; .card-info.clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.m2d-card &gt; .card-info.clickable:hover, .m2d-card &gt; .card-info.clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.m2d-card &gt; .card-info.clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m2d-card &gt; .card-footer {
  color: #737373 !important;
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 0 2px;
  background-color: white;
  max-width: 100px -2px;
  height: 20px;
  overflow: hidden;
}
.m2d-card &gt; .card-footer a, .m2d-card &gt; .card-footer .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.m2d-card &gt; .card-footer a:hover, .m2d-card &gt; .card-footer a:focus, .m2d-card &gt; .card-footer .clickable:hover, .m2d-card &gt; .card-footer .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.m2d-card &gt; .card-footer a:focus, .m2d-card &gt; .card-footer .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m2d-card &gt; .card-footer div {
  float: right;
  display: flex;
}
.m2d-card &gt; .card-footer div &gt; * {
  padding: 2px;
}
.m2d-card &gt; .card-footer &gt; .online-icon {
  color: green;
  margin-top: 4px;
  margin-left: 4px;
}
.m2d-card.m2d-card-want &gt; .card-footer {
  display: none;
}
.m2d-card.m2d-card-want &gt; .card-info &gt; .title {
  line-height: 1em;
  height: 2.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m2d-card.m2d-card-member &gt; .card-icon {
  bottom: 2px;
}
.m2d-card.m2d-card-offer &gt; .card-info &gt; .title, .m2d-card.m2d-card-member &gt; .card-info &gt; .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m2d-card.m2d-card-a2d &gt; .card-footer {
  background-color: #eedbb3;
}
.m2d-card.m2d-card-a2d &gt; .card-icon {
  color: #eedbb3;
}
.m2d-card.m2d-card-b2d &gt; .card-footer {
  background-color: #badee4;
}
.m2d-card.m2d-card-b2d &gt; .card-icon {
  color: #badee4;
}
.m2d-card.m2d-card-l2d &gt; .card-footer {
  background-color: #e8a8a4;
}
.m2d-card.m2d-card-l2d &gt; .card-icon {
  color: #e8a8a4;
}
.m2d-card.m2d-card-s2d &gt; .card-footer {
  background-color: #c7da9b;
}
.m2d-card.m2d-card-s2d &gt; .card-icon {
  color: #c7da9b;
}
.m2d-card.m2d-card-v2d &gt; .card-footer {
  background-color: #e6c0e5;
}
.m2d-card.m2d-card-v2d &gt; .card-icon {
  color: #e6c0e5;
}
.m2d-card &gt; .overlay {
  position: absolute;
  left: 2px;
  top: 1px;
  visibility: hidden;
}
.m2d-card:hover &gt; .overlay {
  visibility: visible;
}

.m2d-card-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.m2d-card-list &gt; li {
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
  height: 136px;
}
.m2d-card-list &gt; li.list-separator {
  border: none;
  width: auto;
}
.m2d-card-list &gt; li.list-separator &gt; span.ls-spacer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.m2d-card-slider {
  height: 156px;
  overflow: hidden;
}

.bunit {
  display: inline-block;
  width: 80px;
}
.bunit &gt; .bunit-wrapper {
  color: #ffffff;
  text-align: center;
  width: 80px;
  height: 80px;
}
.bunit &gt; .bunit-wrapper &gt; .bunit-image {
  width: 80px;
  padding: 10px 10px 0 10px;
}
.bunit &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  display: block;
  overflow: hidden;
  height: 45px;
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bunit &gt; .bunit-wrapper &gt; .caption {
  margin: 0;
  padding: 0;
}
.bunit.bunit-a2d &gt; .bunit-wrapper {
  background-image: -webkit-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: -o-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB35B14", endColorstr="#FFCF7B14", GradientType=0);
}
.bunit.bunit-a2d &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  background: url("../../../img//shape/a2d_60x45.png") no-repeat;
}
.bunit.bunit-b2d &gt; .bunit-wrapper {
  background-image: -webkit-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: -o-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0F6889", endColorstr="#FF118EBA", GradientType=0);
}
.bunit.bunit-b2d &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  background: url("../../../img//shape/b2d_60x45.png") no-repeat;
}
.bunit.bunit-l2d &gt; .bunit-wrapper {
  background-image: -webkit-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: -o-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6F0C0C", endColorstr="#FF9D1111", GradientType=0);
}
.bunit.bunit-l2d &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  background: url("../../../img//shape/l2d_60x45.png") no-repeat;
}
.bunit.bunit-s2d &gt; .bunit-wrapper {
  background-image: -webkit-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: -o-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: linear-gradient(#308123, #82a13b 80%, #669310);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF308123", endColorstr="#FF669310", GradientType=0);
}
.bunit.bunit-s2d &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  background: url("../../../img//shape/s2d_60x45.png") no-repeat;
}
.bunit.bunit-v2d &gt; .bunit-wrapper {
  background-image: -webkit-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: -o-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF780D53", endColorstr="#FF9A116E", GradientType=0);
}
.bunit.bunit-v2d &gt; .bunit-wrapper &gt; .bunit-image &gt; .shape {
  background: url("../../../img//shape/v2d_60x45.png") no-repeat;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container input[type=text] {
  width: 70%;
}
.multiselect-container .input-prepend {
  padding: 3px;
}
.multiselect-container &gt; li {
  padding: 0;
}
.multiselect-container &gt; li &gt; label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  cursor: pointer;
}
.multiselect-container &gt; li &gt; label.multiselect-header {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
}
.multiselect-container &gt; li &gt; label input[type=checkbox] {
  margin-bottom: 5px;
}

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker .datepicker-rtl {
  direction: rtl;
}
.datepicker .datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker &gt; div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active, .open &gt; .datepicker table tr td.today.dropdown-toggle {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active.focus, .open &gt; .datepicker table tr td.today.dropdown-toggle:hover, .open &gt; .datepicker table tr td.today.dropdown-toggle:focus, .open &gt; .datepicker table tr td.today.dropdown-toggle.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active, .open &gt; .datepicker table tr td.today.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #c0800b;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open &gt; .datepicker table tr td.range.today.dropdown-toggle {
  color: #000000;
  background-color: #f4b747;
  border-color: #c0800b;
}
.datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active.focus, .open &gt; .datepicker table tr td.range.today.dropdown-toggle:hover, .open &gt; .datepicker table tr td.range.today.dropdown-toggle:focus, .open &gt; .datepicker table tr td.range.today.dropdown-toggle.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open &gt; .datepicker table tr td.range.today.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.selected {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .open &gt; .datepicker table tr td.selected.dropdown-toggle {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active.focus, .open &gt; .datepicker table tr td.selected.dropdown-toggle:hover, .open &gt; .datepicker table tr td.selected.dropdown-toggle:focus, .open &gt; .datepicker table tr td.selected.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .open &gt; .datepicker table tr td.selected.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled].focus, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.active, .open &gt; .datepicker table tr td.active.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active.focus, .open &gt; .datepicker table tr td.active.dropdown-toggle:hover, .open &gt; .datepicker table tr td.active.dropdown-toggle:focus, .open &gt; .datepicker table tr td.active.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.active, .open &gt; .datepicker table tr td.active.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled].focus, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .open &gt; .datepicker table tr td span.active.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active.focus, .open &gt; .datepicker table tr td span.active.dropdown-toggle:hover, .open &gt; .datepicker table tr td span.active.dropdown-toggle:focus, .open &gt; .datepicker table tr td span.active.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .open &gt; .datepicker table tr td span.active.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled].focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #777777;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

a[rel=lightbox] {
  position: relative;
  display: block;
  text-decoration: none;
}
a[rel=lightbox] &gt; .mi {
  position: absolute;
  left: 10px;
  top: 10px;
  visibility: hidden;
}
a[rel=lightbox]:hover, a[rel=lightbox]:focus {
  text-decoration: none;
  outline: none !important;
}
a[rel=lightbox]:hover &gt; .mi, a[rel=lightbox]:focus &gt; .mi {
  visibility: visible;
}
a[rel=lightbox] .thumb {
  border: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url("../../../img/lightbox/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("../../../img/lightbox/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("../../../img/lightbox/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("../../../img/lightbox/controls.png") no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper &gt; .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade &gt; * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade &gt; * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade &gt; *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade &gt; *.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg &gt; li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg &gt; li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg &gt; li:hover a, .lSSlideOuter .lSPager.lSpg &gt; li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction &gt; a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction &gt; a .arrow {
  border: solid #118eba;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
}

.lSAction &gt; a:hover {
  opacity: 1;
}

.lSAction &gt; .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction &gt; .lSPrev .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.lSAction &gt; .lSNext {
  background-position: -32px 0;
  right: 0px;
}
.lSAction &gt; .lSNext .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.lSAction &gt; a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider &gt; * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction &gt; a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction &gt; .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction &gt; .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider &gt; *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider &gt; *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab &gt; * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing &gt; * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

table.jp-interface {
  width: 100%;
}
table.jp-interface &gt; tr {
  min-height: 34px;
}
table.jp-interface td.volume-bar-column {
  vertical-align: middle;
}
table.jp-interface .jp-progress, table.jp-interface .jp-seek-bar, table.jp-interface .jp-play-bar {
  height: 34px;
}
table.jp-interface .jp-volume-bar, table.jp-interface .jp-volume-bar-value {
  height: 5px;
}
table.jp-interface .jp-progress, table.jp-interface .jp-seek-bar, table.jp-interface .jp-volume-bar {
  background-color: #eeeeee;
}
table.jp-interface .jp-play-bar, table.jp-interface .jp-volume-bar-value {
  background-color: #808080;
}
table.jp-interface .jp-progress &gt; .jp-seek-bar {
  width: 0;
  cursor: pointer;
}
table.jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar {
  width: 0;
}
table.jp-interface .jp-volume-bar {
  margin-left: 10px;
  cursor: pointer;
}
table.jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  width: 0;
}
table.jp-interface .jp-current-time, table.jp-interface .jp-duration {
  font-style: italic;
}
table.jp-interface .jp-duration {
  float: right;
}
table.jp-interface .audio-info {
  clear: left;
  margin-top: 10px;
}
table.jp-interface .audio-info .label {
  margin-right: 10px;
}
table.jp-interface .jp-no-solution {
  margin-top: 10px;
  padding: 10px;
}

.a2d .jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar, .a2d .jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  background-color: #cf7b14;
}

.b2d .jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar, .b2d .jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  background-color: #118eba;
}

.s2d .jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar, .s2d .jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  background-color: #669310;
}

.l2d .jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar, .l2d .jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  background-color: #9d1111;
}

.v2d .jp-interface .jp-progress &gt; .jp-seek-bar &gt; .jp-play-bar, .v2d .jp-interface .jp-volume-bar &gt; .jp-volume-bar-value {
  background-color: #9a116e;
}

.cropper-container {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  direction: ltr !important;
  touch-action: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  image-orientation: 0deg !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
}

.cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-drag-box {
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-modal {
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  outline: 1px solid #308123;
  outline-color: rgba(48, 129, 35, 0.75);
  width: 100%;
  height: 100%;
}

.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #eeeeee;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.3333333333%;
  left: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  height: 33.3333333333%;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3333333333%;
  border-right-width: 1px;
  border-left-width: 1px;
  width: 33.3333333333%;
  height: 100%;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-center:before, .cropper-center:after {
  position: absolute;
  display: block;
  background-color: #eeeeee;
  content: " ";
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.cropper-line {
  background-color: #308123;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  background-color: #308123;
  width: 5px;
  height: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  cursor: se-resize;
  width: 20px;
  height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  content: " ";
  background-color: #308123;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.m2d-canvas-upload .img-crop-container {
  display: block;
  width: 100%;
  max-width: 100%;
}
.m2d-canvas-upload .progress-indicator {
  vertical-align: top;
  width: 32px;
  height: 32px;
}
.m2d-canvas-upload .feedback-container {
  display: inline-block;
  margin-top: 10px;
}
.m2d-canvas-upload .feedback-container .msg {
  border: 1px solid #FCEFA1;
  background-color: #FBF9EE;
  padding: 5px;
  margin: 0;
}
.m2d-canvas-upload .feedback-container .msg-error {
  border: 1px solid red;
  background-color: #FCC;
  color: red;
  padding: 5px;
  margin: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original &lt;select&gt;-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.428571429;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 24px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 22px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 &lt; 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice &gt; span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice &gt; span:first-child,
.input-group-sm .select2-choice &gt; span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 2px 5px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice &gt; span:first-child,
.input-group-lg .select2-choice &gt; span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #87a542;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #698133;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b5cc81;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b5cc81;
}
.has-success.select2-drop-active {
  border-color: #698133;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #698133;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: #fff;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #337ab7;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: #fff;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari &lt; 6/Mobile, IE&lt;9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original &lt;select&gt; element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.body-spacer {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .body-spacer {
    padding-top: 50px;
  }
}

.nav &gt; li .text-important {
  color: #cc1e11 !important;
}
.nav &gt; li &gt; .navbar-text {
  margin: 0;
  padding: 10px 15px;
  line-height: 20px;
}

#m2d-header-top {
  border: none;
  margin: 0 auto;
}
#m2d-header-top .mi {
  font-size: 22px;
  color: inherit;
}
#m2d-header-top .user-icon {
  border-radius: 50%;
  margin-top: -5px;
}
@media (min-width: 768px) {
  #m2d-header-top &gt; .nav-container-user {
    border-top: 1px solid #eeeeee;
  }
}
@media (max-width: 768px) {
  #m2d-header-top.navbar .nav &gt; li a &gt; .badge {
    float: right;
  }
}
#m2d-header-top .navbar-form {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#m2d-header-top .navbar-toggle .icon-bar.bar-a2d {
  background-color: #cf7b14;
}
#m2d-header-top .navbar-toggle .icon-bar.bar-b2d {
  background-color: #118eba;
}
#m2d-header-top .navbar-toggle .icon-bar.bar-l2d {
  background-color: #9d1111;
}
#m2d-header-top .navbar-toggle .icon-bar.bar-s2d {
  background-color: #669310;
}
#m2d-header-top .navbar-toggle .icon-bar.bar-v2d {
  background-color: #9a116e;
}
#m2d-header-top .navbar-toggle.navbar-toggle-left {
  float: left !important;
  margin-left: 10px;
  margin-right: 0;
}
#m2d-header-top .nav-brand-logo &gt; img {
  height: 22px;
}
#m2d-header-top .brand-boxes {
  width: min(375px, 100%);
  float: right !important;
  margin-right: 2px !important;
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base-container {
  padding: 0 0 0 0px;
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base {
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 4px;
  height: 1.5em;
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base.b2d {
  background-image: -webkit-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: -o-linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-image: linear-gradient(#0f6889, #4ba9ba 80%, #118eba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0F6889", endColorstr="#FF118EBA", GradientType=0);
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base.a2d {
  background-image: -webkit-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: -o-linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-image: linear-gradient(#b35b14, #d1a037 80%, #cf7b14);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB35B14", endColorstr="#FFCF7B14", GradientType=0);
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base.s2d {
  background-image: -webkit-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: -o-linear-gradient(#308123, #82a13b 80%, #669310);
  background-image: linear-gradient(#308123, #82a13b 80%, #669310);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF308123", endColorstr="#FF669310", GradientType=0);
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base.l2d {
  background-image: -webkit-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: -o-linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-image: linear-gradient(#6f0c0c, #c13932 80%, #9d1111);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6F0C0C", endColorstr="#FF9D1111", GradientType=0);
}
#m2d-header-top .brand-boxes .brand-box .brand-box-base.v2d {
  background-image: -webkit-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: -o-linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-image: linear-gradient(#780d53, #bb52b7 80%, #9a116e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF780D53", endColorstr="#FF9A116E", GradientType=0);
}
#m2d-header-top .brand-boxes .brand-box .brand-box-content .shape {
  display: inline;
}
#m2d-header-top .brand-boxes .brand-box .brand-box-content .shape &gt; img {
  height: 15px;
  vertical-align: middle;
}
#m2d-header-top .brand-boxes .brand-box:hover {
  text-decoration: none;
}
#m2d-header-top .brand-boxes .brand-box.b2d.brand-box-active, #m2d-header-top .brand-boxes .brand-box.b2d:hover {
  cursor: pointer;
}
#m2d-header-top .brand-boxes .brand-box.b2d.brand-box-active &gt; .brand-box-content &gt; .caption, #m2d-header-top .brand-boxes .brand-box.b2d:hover &gt; .brand-box-content &gt; .caption {
  color: #0f6889 !important;
}
#m2d-header-top .brand-boxes .brand-box.a2d.brand-box-active, #m2d-header-top .brand-boxes .brand-box.a2d:hover {
  cursor: pointer;
}
#m2d-header-top .brand-boxes .brand-box.a2d.brand-box-active &gt; .brand-box-content &gt; .caption, #m2d-header-top .brand-boxes .brand-box.a2d:hover &gt; .brand-box-content &gt; .caption {
  color: #b35b14 !important;
}
#m2d-header-top .brand-boxes .brand-box.s2d.brand-box-active, #m2d-header-top .brand-boxes .brand-box.s2d:hover {
  cursor: pointer;
}
#m2d-header-top .brand-boxes .brand-box.s2d.brand-box-active &gt; .brand-box-content &gt; .caption, #m2d-header-top .brand-boxes .brand-box.s2d:hover &gt; .brand-box-content &gt; .caption {
  color: #308123 !important;
}
#m2d-header-top .brand-boxes .brand-box.l2d.brand-box-active, #m2d-header-top .brand-boxes .brand-box.l2d:hover {
  cursor: pointer;
}
#m2d-header-top .brand-boxes .brand-box.l2d.brand-box-active &gt; .brand-box-content &gt; .caption, #m2d-header-top .brand-boxes .brand-box.l2d:hover &gt; .brand-box-content &gt; .caption {
  color: #6f0c0c !important;
}
#m2d-header-top .brand-boxes .brand-box.v2d {
  cursor: pointer;
}
#m2d-header-top .brand-boxes .brand-box.v2d.brand-box-active &gt; .brand-box-content &gt; .caption, #m2d-header-top .brand-boxes .brand-box.v2d:hover &gt; .brand-box-content &gt; .caption {
  color: #780d53 !important;
}
#m2d-header-top .m2d-nav-head-lg-wrapper {
  float: left;
  width: 100%;
  margin: 15px;
}
#m2d-header-top .m2d-nav-head-lg-wrapper .m2d-nav-head-lg-col-1 {
  margin-right: 375px;
}
#m2d-header-top .m2d-nav-head-lg-col-2 {
  float: left;
  width: 375px;
  margin-left: -375px;
}
#m2d-header-top .m2d-nav-brand-wrapper {
  float: left;
  width: 100%;
  margin: 15px;
}
#m2d-header-top .m2d-nav-brand-wrapper .m2d-nav-brand-col-1 {
  margin-right: 120px;
}
#m2d-header-top .m2d-nav-brand-col-2 {
  float: left;
  width: 120px;
  margin-left: -120px;
}
#m2d-header-top .m2d-head-login button {
  max-width: 100px;
  overflow: hidden;
}
#m2d-header-top .m2d-nav-head-lg {
  height: 50px;
}
#m2d-header-top .m2d-nav-head-lg .m2d-nav-flex-items {
  display: flex;
}
#m2d-header-top .m2d-nav-head-lg .m2d-nav-flex-items .m2d-search-icon {
  height: 27px;
  width: 80px;
  cursor: pointer;
}
#m2d-header-top .m2d-nav-head-lg .m2d-nav-head-lg-wrapper {
  padding: 10px 10px;
  height: 50px;
}
#m2d-header-top .m2d-nav-head-lg .nav-brand-logo {
  float: left;
  margin-right: 10px;
}
#m2d-header-top .m2d-nav-head-lg .nav-brand-area {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
#m2d-header-top .m2d-nav-head-lg .nav-brand-area &gt; div {
  font-size: 9px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
#m2d-header-top .m2d-nav-head-lg .nav-brand-caption {
  clear: both;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#m2d-header-top .m2d-nav-head-lg .brand-boxes .brand-box {
  text-align: center;
  width: Min(20%, 75px);
  height: 50px;
  overflow: hidden;
}
#m2d-header-top .m2d-nav-head-lg .brand-boxes .brand-box .brand-box-content {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#m2d-header-top .m2d-nav-head-lg .brand-boxes .brand-box .brand-box-content .caption {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  color: #eeeeee;
  font-size: 10px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#m2d-header-top .m2d-nav-head-lg .brand-boxes .brand-box .brand-box-content .shape {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#m2d-header-top .m2d-nav-head-lg .brand-boxes .brand-box .brand-box-content .shape &gt; img {
  height: 30px;
}
#m2d-header-top .m2d-nav-head-sm .navbar-brand {
  height: auto;
}
#m2d-header-top .m2d-nav-head-sm .m2d-head-login {
  float: right !important;
  margin-right: 10px;
}
#m2d-header-top .m2d-nav-head-sm .m2d-head-find {
  color: #eeeeee;
  margin-left: 10px;
}
#m2d-header-top .navbar-nav .open .dropdown-menu {
  background-color: #222;
}
#m2d-header-top .navbar-nav .open .dropdown-menu .divider {
  background-color: #6f6f6f;
}
#m2d-header-top .navbar-nav .dropdown-menu li a {
  color: #eeeeee;
}
#m2d-header-top .navbar-nav .dropdown-menu li a:hover, #m2d-header-top .navbar-nav .dropdown-menu li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #090909;
}

#footer {
  background-color: #808080;
  color: #eeeeee;
  font-size: 10px;
}
#footer a {
  cursor: pointer;
  text-decoration: none;
  color: #eeeeee;
}
#footer a:hover, #footer a:focus {
  color: #0088cc;
  text-decoration: none;
}
#footer a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#footer .footer-nav {
  font-size: 12px;
  text-transform: uppercase;
}
#footer .copyright {
  font-weight: 600;
  color: #000000;
}
#footer .buildinfo {
  font-style: italic;
}

.carousel.carousel-vertical .carousel-inner {
  height: 100%;
}
.carousel.carousel-vertical .item {
  height: 100%;
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.carousel-vertical .active {
  top: 0;
}
.carousel.carousel-vertical .active.left {
  top: -100%;
}
.carousel.carousel-vertical .active.right {
  top: 100%;
}
.carousel.carousel-vertical .next {
  top: 100%;
}
.carousel.carousel-vertical .prev {
  top: -100%;
}
.carousel.carousel-vertical .next.left, .carousel.carousel-vertical .prev.right {
  top: 0;
}
.carousel.carousel-vertical .item {
  left: 0;
}

.m2d-carousel .carousel-inner .item {
  margin: 0 10%;
  width: 80%;
  height: 100%;
}
@media (max-width: 767px) {
  .m2d-carousel .carousel-inner .item {
    margin: 0 2em;
  }
}
.m2d-carousel .carousel-control {
  width: 2em;
  background-image: none;
}
.m2d-carousel .carousel-control .mi {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
  font-size: 1.4em;
  color: #808080;
}
.m2d-carousel .carousel-control.left .mi {
  left: 5px;
}
.m2d-carousel .carousel-control.right .mi {
  right: 5px;
}

#memberCarousel {
  height: 146px;
  overflow: hidden;
}
#memberCarousel .carousel-inner .item {
  margin: 0 10%;
  width: 90%;
  height: 100%;
}
@media (max-width: 767px) {
  #memberCarousel .carousel-inner .item {
    margin: 0 2em;
  }
}
#memberCarousel .carousel-inner .item.m2d-card-list &gt; div {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 18%;
  min-width: 100px;
}
#memberCarousel .carousel-inner .item.m2d-card-list &gt; div + div {
  margin-left: 5px;
}
#memberCarousel .carousel-control {
  width: 2em;
  background-image: none;
}
#memberCarousel .carousel-control .mi {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
  font-size: 1.4em;
  color: #808080;
}
#memberCarousel .carousel-control.left .mi {
  left: 5px;
}
#memberCarousel .carousel-control.right .mi {
  right: 5px;
}

.testimonialCarousel .carousel-inner .item .thumb {
  display: inline-block;
  float: left;
}
.testimonialCarousel .carousel-inner .item .fullText {
  clear: left;
  padding-top: 5px;
}
.testimonialCarousel .carousel-inner .item .title {
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 3px;
}
.testimonialCarousel.carousel-vertical {
  height: 100px;
}
.testimonialCarousel.carousel-vertical .carousel-inner .item aside {
  float: left;
  margin-left: 10px;
  display: inline;
  max-width: 60%;
}

.image-overlay-fixed {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  max-width: 700px;
  max-height: 500px;
}
.image-overlay-fixed &gt; .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 315px;
  max-height: 350px;
  padding: 5px;
  z-index: 100;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
@media (min-width: 480px) {
  .image-overlay-fixed &gt; .overlay.overlay-n {
    left: 152.5px;
  }
}
.image-overlay-fixed &gt; .overlay.overlay-ne {
  left: auto;
  right: 10px;
}
@media (min-width: 480px) {
  .image-overlay-fixed &gt; .overlay.overlay-w {
    top: 30%;
  }
}
@media (min-width: 480px) {
  .image-overlay-fixed &gt; .overlay.overlay-c {
    top: 30%;
    left: 152.5px;
  }
}
.image-overlay-fixed &gt; .overlay.overlay-e {
  left: auto;
  right: 10px;
}
@media (min-width: 480px) {
  .image-overlay-fixed &gt; .overlay.overlay-e {
    top: 30%;
  }
}
.image-overlay-fixed &gt; .overlay.overlay-sw {
  top: auto;
  bottom: 10px;
}
.image-overlay-fixed &gt; .overlay.overlay-s {
  top: auto;
  bottom: 10px;
}
@media (min-width: 480px) {
  .image-overlay-fixed &gt; .overlay.overlay-s {
    left: 152.5px;
  }
}
.image-overlay-fixed &gt; .overlay.overlay-se {
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}
.image-overlay-fixed &gt; .overlay &gt; .content {
  max-width: 305px;
  max-height: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-overlay-fixed &gt; .overlay &gt; .content &gt; .title {
  color: #4ba9ba;
  font-weight: 600;
  padding-bottom: 5px;
}
.image-overlay-fixed &gt; .overlay &gt; .content &gt; .text {
  display: block;
  color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsCarousel {
  height: 100px;
}
#newsCarousel .carousel-inner a, #newsCarousel .carousel-inner .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
#newsCarousel .carousel-inner a:hover, #newsCarousel .carousel-inner a:focus, #newsCarousel .carousel-inner .clickable:hover, #newsCarousel .carousel-inner .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
#newsCarousel .carousel-inner a:focus, #newsCarousel .carousel-inner .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#newsCarousel .carousel-inner .item .thumb {
  float: left;
}
#newsCarousel .carousel-inner .item .title {
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 3px;
}

span.provider-logo &gt; img {
  vertical-align: middle;
}

body &gt; div.content-box {
  padding: 0 !important;
}

.news-item {
  display: block;
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-item .headline {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.news-item .headline a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
.news-item .headline a:hover, .news-item .headline a:focus {
  color: #0088cc;
  text-decoration: none;
}
.news-item .headline a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.news-item .news-date {
  font-size: 10px;
}
.news-item .thumb {
  float: left;
  border: none;
}

.ratingStars {
  color: #c45351 !important;
}
.ratingStars.m2d-star-rating {
  cursor: pointer;
}

.user-address &gt; .title {
  font-weight: 600;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.user-address &gt; .title &gt; .title-affix {
  padding-left: 5px;
  font-size: 14px;
  color: #737373;
  font-weight: normal;
  vertical-align: text-top;
  display: inline;
}
.user-address &gt; .title &gt; .title-affix &gt; span {
  padding-right: 5px;
}

.pagination-control {
  margin: 10px 0;
  font-size: 12px;
}
.pagination-control a {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.pagination-control a:hover, .pagination-control a:focus {
  color: #005580;
  text-decoration: none;
}
.pagination-control a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination-control .selected {
  font-weight: 600;
}
.pagination-control .count {
  margin: 0 5px 0 0;
}
.pagination-control .pagination-count-list {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.pagination-control .pagination-count-list &gt; li {
  display: inline;
  margin: 0;
  padding: 0 2px;
  border-left: 1px solid #a6a6a6;
}
.pagination-control .pagination-count-list &gt; li:first-child {
  padding-left: 0;
  border-left: none;
}
.pagination-control .pagination-links {
  margin-right: 0;
  white-space: nowrap;
}

.ad-container .ad-slots &gt; div {
  display: inline-block;
  margin-top: 10px;
}
.ad-container .ad-slots &gt; div:first-child {
  margin-top: 0;
}

.account .unpaid {
  color: #cc1e11;
}

.finder {
  padding: 0;
  margin: 0;
  border-radius: 4px;
}
.finder .finder-heading {
  color: white;
  background-color: inherit;
}
.finder &gt; form {
  margin: 0;
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .finder &gt; form {
    padding-bottom: 0;
  }
}
.finder &gt; form.form-inline .form-group input {
  width: 140px;
}
.finder &gt; form.form-inline .form-group select {
  width: 100px;
}
.finder &gt; form .hint {
  color: white;
  font-style: italic;
  padding: 0 0 5px 0;
}
.finder &gt; form .hint a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
.finder &gt; form .hint a:hover, .finder &gt; form .hint a:focus {
  color: #0088cc;
  text-decoration: none;
}
.finder &gt; form .hint a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.finder.b2d {
  background-color: #118eba;
}
.finder.a2d {
  background-color: #cf7b14;
}
.finder.s2d {
  background-color: #669310;
}
.finder.l2d {
  background-color: #9d1111;
}
.finder.v2d {
  background-color: #9a116e;
}

ul.finder-result {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.finder-result &gt; li {
  margin: 0 0 4px 0;
  padding: 0;
  height: 90px;
  border: none;
  width: 100%;
  overflow: hidden;
}
ul.finder-result &gt; li:before, ul.finder-result &gt; li:after {
  content: " ";
  display: table;
}
ul.finder-result &gt; li:after {
  clear: both;
}
ul.finder-result &gt; li &gt; .finder-result-shadow {
  float: left;
  width: 10px;
  height: 90px;
  background-color: #808080;
  border-radius: 4px;
}
ul.finder-result &gt; li &gt; .finder-result-item {
  position: relative;
  color: #737373;
  background-color: #eeeeee;
  margin: 0 0 0 10px;
  height: 90px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.finder-result &gt; li &gt; .finder-result-item a, ul.finder-result &gt; li &gt; .finder-result-item .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
  display: block;
}
ul.finder-result &gt; li &gt; .finder-result-item a:hover, ul.finder-result &gt; li &gt; .finder-result-item a:focus, ul.finder-result &gt; li &gt; .finder-result-item .clickable:hover, ul.finder-result &gt; li &gt; .finder-result-item .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
ul.finder-result &gt; li &gt; .finder-result-item a:focus, ul.finder-result &gt; li &gt; .finder-result-item .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; div {
  float: left;
  border-left: 1px solid white;
  margin: 0;
  padding: 0;
  height: 90px;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; div.actions {
  white-space: nowrap;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; .item-card {
  display: block;
  height: 90px;
  width: 100%;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; .item-card &gt; .item-info {
  padding: 4px 0 0 0;
  margin: 0 40px 0 125px;
  height: 90px;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; .item-card &gt; .item-info &gt; div {
  display: block;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; .item-card &gt; .item-info &gt; div.title {
  padding-bottom: 0;
}
ul.finder-result &gt; li &gt; .finder-result-item &gt; .item-card &gt; .item-info &gt; ul {
  display: block;
}
ul.finder-result &gt; li &gt; .finder-result-item .thumb {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
}
ul.finder-result &gt; li &gt; .finder-result-item .item-status {
  position: absolute;
  top: 4px;
  right: 45px;
  color: #4e4e4e;
  padding: 0;
  margin: 0;
}
ul.finder-result &gt; li &gt; .finder-result-item .item-body {
  position: absolute;
  top: 4px;
  right: 25px;
}
ul.finder-result &gt; li &gt; .finder-result-item .item-icons {
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
}
ul.finder-result &gt; li.a2d:hover &gt; .finder-result-shadow, ul.finder-result &gt; li.a2d.active &gt; .finder-result-shadow {
  background-color: #cf7b14;
}
ul.finder-result &gt; li.a2d:hover &gt; .finder-result-item, ul.finder-result &gt; li.a2d.active &gt; .finder-result-item {
  background-color: #eedbb3;
}
ul.finder-result &gt; li.b2d:hover &gt; .finder-result-shadow, ul.finder-result &gt; li.b2d.active &gt; .finder-result-shadow {
  background-color: #118eba;
}
ul.finder-result &gt; li.b2d:hover &gt; .finder-result-item, ul.finder-result &gt; li.b2d.active &gt; .finder-result-item {
  background-color: #badee4;
}
ul.finder-result &gt; li.l2d:hover &gt; .finder-result-shadow, ul.finder-result &gt; li.l2d.active &gt; .finder-result-shadow {
  background-color: #9d1111;
}
ul.finder-result &gt; li.l2d:hover &gt; .finder-result-item, ul.finder-result &gt; li.l2d.active &gt; .finder-result-item {
  background-color: #e8a8a4;
}
ul.finder-result &gt; li.s2d:hover &gt; .finder-result-shadow, ul.finder-result &gt; li.s2d.active &gt; .finder-result-shadow {
  background-color: #669310;
}
ul.finder-result &gt; li.s2d:hover &gt; .finder-result-item, ul.finder-result &gt; li.s2d.active &gt; .finder-result-item {
  background-color: #c7da9b;
}
ul.finder-result &gt; li.v2d:hover &gt; .finder-result-shadow, ul.finder-result &gt; li.v2d.active &gt; .finder-result-shadow {
  background-color: #9a116e;
}
ul.finder-result &gt; li.v2d:hover &gt; .finder-result-item, ul.finder-result &gt; li.v2d.active &gt; .finder-result-item {
  background-color: #e6c0e5;
}

.item-info {
  color: #737373 !important;
}
.item-info &gt; div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-info &gt; div.title {
  display: block;
  font-weight: 600;
  color: #000000;
  padding-bottom: 2px;
}
.item-info &gt; div.title.offline {
  text-decoration: line-through;
}
.item-info &gt; ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.item-info &gt; ul &gt; li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #a6a6a6;
}
.item-info &gt; ul &gt; li:first-child {
  padding-left: 0;
  border-left: none;
}
.item-info &gt; ul &gt; li &gt; span.head-label {
  padding: 0 0.2em 0 0;
}
.item-info &gt; ul &gt; li &gt; span.head-label:after {
  content: ":";
}
.item-info.clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.item-info.clickable:hover, .item-info.clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.item-info.clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.item-icons {
  color: #737373 !important;
}
.item-icons a, .item-icons .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.item-icons a:hover, .item-icons a:focus, .item-icons .clickable:hover, .item-icons .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.item-icons a:focus, .item-icons .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.item-card {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin: 0;
}
.item-card .thumb {
  display: block;
  border: none;
  z-index: -1;
}
.item-card .item-icons {
  position: absolute;
  z-index: 10;
  top: 2px;
  right: 4px;
}
.item-card .item-icons &gt; * {
  display: block;
}
.item-card.item-card-no-icons .item-icons {
  display: none;
}
.item-card.item-card-wide {
  display: block;
}
.item-card.item-card-wide .thumb {
  float: left;
  display: inline;
  margin-right: 1em;
}
.item-card.item-card-wide .item-icons {
  position: absolute;
  display: block;
  z-index: 10;
  top: 2px;
  left: 92px;
  right: auto;
}
.item-card.item-card-wide.item-card-thumb-small .item-icons {
  left: 72px;
}
.item-card.item-card-wide.item-card-thumb-big .item-icons {
  left: 132px;
}

.item-card-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.item-card-list &gt; li, .item-card-list .item-card-wrapper {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  width: 70px;
  height: 113px;
  margin: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.item-card-list &gt; li.list-separator, .item-card-list .item-card-wrapper.list-separator {
  border: none;
  width: auto;
}
.item-card-list &gt; li.list-separator &gt; span.ls-spacer, .item-card-list .item-card-wrapper.list-separator &gt; span.ls-spacer {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.item-card-list &gt; li.list-separator &gt; *, .item-card-list .item-card-wrapper.list-separator &gt; * {
  vertical-align: middle;
}
.item-card-list &gt; li &gt; .item-card, .item-card-list .item-card-wrapper &gt; .item-card {
  position: static;
  padding: 0;
  margin: 0;
  height: 111px;
}
.item-card-list &gt; li &gt; .item-card .thumb, .item-card-list .item-card-wrapper &gt; .item-card .thumb {
  float: none;
  width: 68px;
  height: 53px;
  border: none;
  overflow: hidden;
  margin: 0;
}
.item-card-list &gt; li &gt; .item-card .item-info, .item-card-list .item-card-wrapper &gt; .item-card .item-info {
  padding: 2px 4px;
  max-width: 68px;
  height: 38px;
  font-size: 10px;
  line-height: 1;
}
.item-card-list &gt; li &gt; .item-card .item-body, .item-card-list .item-card-wrapper &gt; .item-card .item-body {
  display: none;
}
.item-card-list &gt; li &gt; .item-card .item-icons, .item-card-list .item-card-wrapper &gt; .item-card .item-icons {
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 0 2px;
  background-color: #eeeeee;
  max-width: 68px;
  height: 20px;
  overflow: hidden;
}
.item-card-list &gt; li &gt; .item-card .item-icons &gt; *, .item-card-list .item-card-wrapper &gt; .item-card .item-icons &gt; * {
  display: inline-block;
}
.item-card-list &gt; li &gt; .item-card.item-card-a2d .item-icons, .item-card-list .item-card-wrapper &gt; .item-card.item-card-a2d .item-icons {
  background-color: #eedbb3;
}
.item-card-list &gt; li &gt; .item-card.item-card-b2d .item-icons, .item-card-list .item-card-wrapper &gt; .item-card.item-card-b2d .item-icons {
  background-color: #badee4;
}
.item-card-list &gt; li &gt; .item-card.item-card-l2d .item-icons, .item-card-list .item-card-wrapper &gt; .item-card.item-card-l2d .item-icons {
  background-color: #e8a8a4;
}
.item-card-list &gt; li &gt; .item-card.item-card-s2d .item-icons, .item-card-list .item-card-wrapper &gt; .item-card.item-card-s2d .item-icons {
  background-color: #c7da9b;
}
.item-card-list &gt; li &gt; .item-card.item-card-v2d .item-icons, .item-card-list .item-card-wrapper &gt; .item-card.item-card-v2d .item-icons {
  background-color: #e6c0e5;
}
.item-card-list &gt; li &gt; .item-card .overlay, .item-card-list .item-card-wrapper &gt; .item-card .overlay {
  position: absolute;
  left: 2px;
  top: 1px;
  visibility: hidden;
}
.item-card-list &gt; li &gt; .item-card:hover .overlay, .item-card-list .item-card-wrapper &gt; .item-card:hover .overlay {
  visibility: visible;
}

.brand-home {
  position: relative;
}
.brand-home .featured-div {
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .brand-home .featured-div {
    position: absolute;
  }
}

.featured {
  position: relative;
  min-width: 262px;
  max-width: 100%;
  height: 122px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}
.featured &gt; .header {
  position: absolute;
  top: 3px;
  left: 5px;
  padding: 0;
  margin: 0;
}
.featured &gt; .footer {
  color: #737373 !important;
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 0 2px;
  background-color: #eeeeee;
  max-width: 100px -2px;
  height: 50px;
  overflow: hidden;
}
.featured &gt; .footer a, .featured &gt; .footer .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.featured &gt; .footer a:hover, .featured &gt; .footer a:focus, .featured &gt; .footer .clickable:hover, .featured &gt; .footer .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.featured &gt; .footer a:focus, .featured &gt; .footer .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.featured &gt; .footer div {
  float: right;
  display: flex;
}
.featured &gt; .footer div &gt; * {
  padding: 2px;
}
.featured &gt; .entry {
  padding: 0px;
  display: block;
  overflow: hidden;
}
.featured &gt; .entry &gt; .item-card {
  position: static;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.featured &gt; .entry &gt; .item-card &gt; .card-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 2px;
  top: 2px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info {
  margin-left: 160px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; div.title {
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; div.sub-title {
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; div.property {
  padding-left: 5px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer {
  color: #737373 !important;
  position: static;
  display: block;
  max-width: 100px -2px;
  height: 20px;
  overflow: hidden;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer a, .featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer a:hover, .featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer a:focus, .featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer .clickable:hover, .featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer a:focus, .featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer div {
  float: right;
  display: flex;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer div &gt; * {
  padding: 2px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info &gt; .footer-text {
  font-size: 10px;
  margin-top: -6px;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.a2d &gt; .header {
  color: #cf7b14;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.a2d &gt; .footer {
  background-color: #eedbb3;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.b2d &gt; .header {
  color: #118eba;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.b2d &gt; .footer {
  background-color: #badee4;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.l2d &gt; .header {
  color: #9d1111;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.l2d &gt; .footer {
  background-color: #e8a8a4;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.s2d &gt; .header {
  color: #669310;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.s2d &gt; .footer {
  background-color: #c7da9b;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.v2d &gt; .header {
  color: #9a116e;
}
.featured &gt; .entry &gt; .item-card &gt; .item-info.v2d &gt; .footer {
  background-color: #e6c0e5;
}
.featured &gt; .entry.a2d &gt; .card-icon {
  color: #eedbb3;
}
.featured &gt; .entry.b2d &gt; .card-icon {
  color: #badee4;
}
.featured &gt; .entry.l2d &gt; .card-icon {
  color: #e8a8a4;
}
.featured &gt; .entry.s2d &gt; .card-icon {
  color: #c7da9b;
}
.featured &gt; .entry.v2d &gt; .card-icon {
  color: #e6c0e5;
}
.featured &gt; .entry .thumb {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  width: 120px;
}

.chart-section {
  width: 100%;
}
.chart-section .head {
  margin-bottom: 10px;
}
.chart-section .chart-list:before, .chart-section .chart-list:after {
  content: " ";
  display: table;
}
.chart-section .chart-list:after {
  clear: both;
}
.chart-section .chart-list &gt; .chart-entry {
  width: 100%;
  height: 62px;
  background-color: #eeeeee;
  margin: 0 0 2px 0;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-rank {
  float: left;
  background-color: #808080;
  height: 60px;
  width: 20px;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-rank &gt; span {
  margin-left: 3px;
  margin-top: 10px;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 4px #000000;
  font-weight: 600;
  z-index: 10;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-pic {
  float: left;
  margin-left: 1px;
  height: 60px;
  width: 80px;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-pic .thumb {
  border: none;
  padding: 0;
  margin: 0;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content {
  position: relative;
  height: 60px;
  padding: 0 5px;
  overflow: hidden;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content &gt; div {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content &gt; .item-info &gt; .title {
  padding-bottom: 0;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content .item-icons {
  position: absolute;
  top: 2px;
  right: 5px;
  left: auto;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content a, .chart-section .chart-list &gt; .chart-entry &gt; .chart-content .clickable {
  cursor: pointer;
  text-decoration: none;
  color: #737373;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content a:hover, .chart-section .chart-list &gt; .chart-entry &gt; .chart-content a:focus, .chart-section .chart-list &gt; .chart-entry &gt; .chart-content .clickable:hover, .chart-section .chart-list &gt; .chart-entry &gt; .chart-content .clickable:focus {
  color: #0088cc;
  text-decoration: none;
}
.chart-section .chart-list &gt; .chart-entry &gt; .chart-content a:focus, .chart-section .chart-list &gt; .chart-entry &gt; .chart-content .clickable:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#inbox .pagination-control, #sent .pagination-control {
  text-align: center;
}

#sentMessageAccordion .panel-title, #messageAccordion .panel-title {
  font-size: 14px;
}

.m2d-message-panel .panel-title.panel-thumb-title {
  height: 45px;
  overflow: hidden;
}
.m2d-message-panel .panel-title .date {
  font-weight: normal;
  font-size: 12px;
  float: right;
}
.m2d-message-panel .panel-title &gt; .thumb {
  border: none !important;
  padding: 0;
  float: left;
}
.m2d-message-panel .panel-title &gt; .thumb-aside {
  display: block;
  margin-left: 70px;
}
.m2d-message-panel .panel-title &gt; .thumb-aside .item-type-indicators .a2d {
  color: #eedbb3;
}
.m2d-message-panel .panel-title &gt; .thumb-aside .item-type-indicators .b2d {
  color: #badee4;
}
.m2d-message-panel .panel-title &gt; .thumb-aside .item-type-indicators .l2d {
  color: #e8a8a4;
}
.m2d-message-panel .panel-title &gt; .thumb-aside .item-type-indicators .s2d {
  color: #c7da9b;
}
.m2d-message-panel .panel-title &gt; .thumb-aside .item-type-indicators .v2d {
  color: #e6c0e5;
}
.m2d-message-panel .panel-actions {
  float: right;
  min-height: 20px;
  margin-top: 10px;
}

.thread.read .panel-title {
  font-weight: normal;
}
.thread.unread .panel-title {
  font-weight: 600;
}

.message {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}
.message .msg-head {
  min-height: 55px;
  margin-bottom: 10px;
}
.message .msg-head .thumb {
  float: left;
}
.message .msg-head .msg-info {
  margin-left: 80px;
}
.message .msg-head .msg-info .date {
  display: block;
  float: right;
  font-size: 12px;
}
.message .msg-body .msg-text {
  min-height: 5em;
  display: block;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 10px;
  background-color: #f5f5f5;
}
.message .msg-body .msg-text a {
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.message .msg-body .msg-text a:hover, .message .msg-body .msg-text a:focus {
  color: #005580;
  text-decoration: underline;
}
.message .msg-body .msg-text a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.message .msg-body .msg-footer {
  margin: 10px 0 0 0;
}

.msg-text-messenger {
  white-space: pre-line;
}

.emojionearea {
  border: none !important;
}

.emojionearea-editor {
  display: none !important;
}

.emojionearea-button {
  margin-top: 20px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  display: none !important;
}

.m2d-item-option-noborder {
  padding: 5px;
  margin: 0;
  width: auto;
  height: 57px;
  overflow: hidden;
}
.m2d-item-option-noborder .thumb {
  float: left;
  width: 60px;
  height: 45px;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.m2d-item-option-noborder &gt; .card-info {
  margin: 0 0 0 65px;
  padding: 0;
  height: 57px;
  font-size: 10px;
  line-height: 1;
  color: #737373 !important;
}
.m2d-item-option-noborder &gt; .card-info &gt; div, .m2d-item-option-noborder &gt; .card-info &gt; span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m2d-item-option-noborder &gt; .card-info &gt; .title {
  display: block;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  margin-bottom: 3px;
}
.m2d-item-option-noborder &gt; .card-info &gt; .title.offline {
  text-decoration: line-through;
}

.m2d-item-option {
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  width: auto;
  height: 57px;
  overflow: hidden;
}
.m2d-item-option .thumb {
  float: left;
  width: 60px;
  height: 45px;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.m2d-item-option &gt; .card-info {
  margin: 0 0 0 65px;
  padding: 0;
  height: 57px;
  font-size: 10px;
  line-height: 1;
  color: black !important;
}
.m2d-item-option &gt; .card-info &gt; div, .m2d-item-option &gt; .card-info &gt; span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m2d-item-option &gt; .card-info &gt; .title {
  display: block;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  margin-bottom: 3px;
}
.m2d-item-option &gt; .card-info &gt; .title.offline {
  text-decoration: line-through;
}

.select2-selection__choice .m2d-item-option {
  border: none;
  padding: 0;
  height: 47px;
}
.select2-selection__choice .m2d-item-option &gt; .card-info {
  height: 47px;
}

#messengerArea {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: scroll;
  height: 44vh;
}

.messenger-alignModalRight {
  position: fixed;
  margin: auto;
  overflow: scroll;
  width: 50%;
  height: 100%;
  right: 0px;
}

.highlightedMessengerUser {
  background: #f5f5f5;
}

#messengerAreaWrapper {
  overflow-y: scroll;
  height: 70vh;
}

.callout-container {
  width: 100%;
  display: inline-block;
}

.callout {
  top: 0;
  left: 0;
  padding: 10px;
}

.callout.right {
  margin-left: 10px;
  width: fit-content;
}

.callout.right::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  content: "";
}

.callout.right::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  content: "";
}

.callout.left {
  margin-right: 10px;
  float: right;
}

.callout.left::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f5f5f5;
  content: "";
}

.callout.left::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f9f9f9;
  content: "";
}

.callout-inner {
  padding: 2px;
  overflow: hidden;
  background: black;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.callout-content {
  padding: 14px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.callout-sent {
  background-color: #337ab7;
  color: #f0f0f0;
}

.callout-received {
  background-color: #BADEE4;
  color: #737373;
}

.callout-image {
  border-radius: 4px;
  margin-top: 15px;
}

.sendMessage {
  display: flex;
}

.messengerButtonWrapper {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
}

#messageAccordion {
  border-right: 1px solid lightgray;
}

.messenger-member {
  border-bottom: 1px solid lightgray;
  cursor: pointer;
}

.messenger-date {
  margin-top: 10px;
  font-size: x-small;
}

.m2d-messenger-attachments a {
  color: inherit;
  text-decoration: underline;
}

.m2d-messenger-attachments {
  margin-top: 10px;
}

.m2d-messenger-attachments {
  margin-top: 10px;
}

#messengerHighlightedUser {
  border: 1px solid #aaa;
  border-bottom: none;
}

.messenger-title {
  display: flex;
}

.membershipHint {
  float: right;
  margin-right: 25px;
}

.pricingtable-columns {
  float: left;
  width: 25%;
  padding: 8px;
}

.pricingtable-price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricingtable-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.pricingtable-price .header {
  background-color: white;
  color: #111;
  font-size: 25px;
}

.pricingtable-price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.pricingtable-price .blackbkgrnd {
  background-color: #111;
  color: white;
  font-size: 20px;
}

.pricingtable-button {
  background-color: white;
  border-style: solid;
  color: black;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>