.media {
  overflow: visible;
  margin-top: 15px;
}
.media:before,
.media:after {
  display: table;
  content: " ";
}
.media:after {
  clear: both;
}
.media:before,
.media:after {
  display: table;
  content: " ";
}
.media:after {
  clear: both;
}
.media > .pull-left {
  padding-right: 15px;
}
.media > .pull-right {
  padding-left: 15px;
}
.media .media-body {
  overflow: hidden;
}
.media-body {
  zoom: 1;
  display: block;
  width: auto;
}
.dl-horizontal dt {
  text-align: left;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1e1e1e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after,
.new-panel-body:before,
.new-panel-body:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.panel-body:after,
.new-panel-body:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none !important;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/*
 * Load Main Bootstrap LESS files
 */
/* TODO remove following partial less includes after main boostrap load is enabled */
/*
 * Mews addons
 */
/* Components */
.alert {
  padding-left: 30px;
  font-size: 13px;
}
.alert:not(.alert-dismissible) {
  padding-right: 30px;
}
.alert.alert-dismissable {
  padding-right: 44px;
}
.alert-holder-wrapper {
  position: fixed;
  z-index: 999999;
}
@media (max-width: 768px) {
  .alert-holder-wrapper {
    width: 100%;
  }
}
.alert-holder-wrapper.position-top {
  top: 110px;
}
.alert-holder-wrapper.position-bottom {
  bottom: 0px;
}
.alert-holder-wrapper.position-left {
  left: 0px;
}
.alert-holder-wrapper.position-right {
  right: 0px;
}
.alert-holder-wrapper.position-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.alert-holder-wrapper .alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 540px;
  padding: 0px;
  margin: 10px 20px;
  text-align: inherit;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0px 6px 12px -6px rgba(36, 36, 53, 0.1), 0px 8px 24px -4px rgba(36, 36, 53, 0.1);
}
@media (max-width: 768px) {
  .alert-holder-wrapper .alert {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}
.alert-holder-wrapper .alert .message {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  padding: 15px;
}
.alert-holder-wrapper .alert .dismiss {
  color: #fff;
  padding-right: 15px;
}
.alert-holder-wrapper .alert-info {
  color: #ffffff;
  background-color: #4a4959;
  border-color: #4a4959;
}
.alert-holder-wrapper .alert-success {
  color: #ffffff;
  background-color: #237f28;
  border-color: #237f28;
}
.alert-holder-wrapper .alert-warning {
  color: #242435;
  background-color: #ffc641;
  border-color: #ffc641;
}
.alert-holder-wrapper .alert-warning button {
  color: #242435;
}
.alert-holder-wrapper .alert-danger {
  color: #ffffff;
  background-color: #d62f29;
  border-color: #d62f29;
}
.card-content {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.card-primary-actions {
  padding: 8px;
  text-align: right;
}
.card-primary-actions a {
  margin-right: 8px;
}
.card-primary-actions .pull-left {
  text-align: left;
}
.card-primary-actions .pull-left a {
  margin-left: 8px;
  margin-right: 0;
}
.card .modal-header,
.new-card .modal-header {
  border-radius: 4px 4px 0px;
  padding: 5px 0px 0px 0px !important;
}
.card table,
.new-card table {
  margin-bottom: 0px;
}
@media not print {
  .chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #242435;
    text-align: center;
    margin-left: 8px;
  }
  .chip i {
    font-size: 16px;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.new-panel {
  margin-bottom: 20px;
  background-color: #fff;
}
.panel-body,
.new-panel-body {
  padding: 16px;
}
.panel-heading {
  padding: 10px 16px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.new-panel.heading {
  padding: 10px 16px;
}
.panel-title,
.new-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.new-panel-group {
  margin-bottom: 20px;
}
.new-panel-group .new-panel {
  margin-bottom: 0;
}
.new-panel-group .new-panel + .new-panel {
  margin-top: 5px;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-danger {
  border-color: #d62f29;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d62f29;
  border-color: #d62f29;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d62f29;
}
.panel-danger > .panel-heading .badge {
  color: #d62f29;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d62f29;
}
/* Common */
.mews-icons {
  font-family: 'Mews Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  text-align: center;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.mews-icons.align-text-bottom {
  vertical-align: text-bottom;
}
.mews-icons.md-16 {
  font-size: 16px;
}
.mews-icons.md-24 {
  font-size: 24px;
}
.mews-icons.md-36 {
  font-size: 36px;
}
.mews-icons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}
.mews-icons.facebook::before {
  content: 'facebook';
}
.mews-icons.linkedin::before {
  content: 'linkedin';
}
.mews-icons.twitter::before {
  content: 'twitter';
}
body.mews-icons-loaded .mews-icons {
  opacity: 1;
}
body .mews-icons {
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 1, 1) 270ms;
}
/*
 * Contains common fixes for various UI problems that are caused by code migrations
 * Each rule in this file should be well documented. Do include reason for rule and when can be removed
 * Upon removal, do NOT forget to go throw all of the code and clear old and unused classes
 */
/* TODO This file should be ideally empty */
/* boostrap .hidden has !important, remove when migration to Material Admin replaces boostrap version 3  */
.no-show {
  display: none;
}
/* bootstrap is missing ellipsis class out of the box, possibly integrate this to typography */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Material Admin is missing image placeholder listview tags, possibly integrate this into custom listview styles */
.lv-img-sm {
  position: relative;
  height: 35px;
  width: 35px;
}
.lv-img-sm .placeholder {
  background: #757575;
  color: white;
  text-align: center;
  line-height: 35px;
  font-size: 17.5px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.lv-img-sm .placeholder .mews-logo::before {
  content: 'mews_logo_small';
}
.lv-img-sm > img {
  border-radius: 50%;
}
.lv-img-md {
  position: relative;
  height: 45px;
  width: 45px;
}
.lv-img-md .placeholder {
  background: #757575;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 22.5px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.lv-img-md .placeholder .mews-logo::before {
  content: 'mews_logo_small';
}
.lv-img-md > img {
  border-radius: 50%;
}
.lv-img-lg {
  position: relative;
  height: 75px;
  width: 75px;
}
.lv-img-lg .placeholder {
  background: #757575;
  color: white;
  text-align: center;
  line-height: 75px;
  font-size: 37.5px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.lv-img-lg .placeholder .mews-logo::before {
  content: 'mews_logo_small';
}
.lv-img-lg > img {
  border-radius: 50%;
}
/* Tooltips show too much data for inherit font-size, remove once UI is reworked in way tooltips show sane amounts of data */
@media screen {
  .tooltip {
    max-width: 200px;
    padding: 4px;
    pointer-events: none;
    text-align: center;
    text-transform: none;
  }
}
/* Fix mobile form group aligning, to prevent stuff touching edges of screen, remove when forms migrate to material design */
.form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.clickable {
  cursor: pointer;
}
/* Search-on-page action mark element */
mark {
  padding: 0 !important;
  background: #8b8a94 !important;
  display: inline-block !important;
  overflow: initial !important;
}
mark.highlight {
  background: #3e3bd9 !important;
  color: white !important;
}
/* material 8 rythm */
.p-8 {
  padding: 8px;
}
.p-16 {
  padding: 16px;
}
.progress-bar {
  position: relative;
}
.progress-bar .progress-bar-value.outer {
  position: absolute;
  transform: translate(100%, 0);
  color: #333333;
  right: -8px;
  white-space: nowrap;
}
.mews-fields-group > div:not(:last-of-type) {
  margin-bottom: 16px;
}
.mews-button-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.mews-button-group > *:not(:last-child) {
  margin-right: 8px;
}
.panel,
.card {
  border: 1.5px solid hsl(240, 21%, 90%);
  border-radius: 8px !important;
}
.new-card.mews-toolbar {
  border-left: 1.5px solid hsl(240, 21%, 90%);
}
.card.mews-toolbar {
  border-color: #efeff5;
}
.panel-heading {
  border-radius: 8px !important;
}
label {
  margin-bottom: 0 !important;
}
.mews-menu-view {
  margin: -10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .mews-menu-view {
    flex-direction: row;
    min-height: calc(100% + 20px);
  }
}
.mews-menu-view .view {
  flex: 1 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .mews-menu-view .view {
    justify-content: flex-start;
  }
}
.mews-settings-view-container {
  width: 100%;
  padding: 0px 16px;
  padding-top: 32px;
  max-width: 640px;
  margin-left: 0;
}
@media (min-width: 900px) {
  .mews-settings-view-container {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .mews-settings-view-container {
    margin-left: 80px;
  }
}
.mews-view-container {
  max-width: 640px;
  margin: 0 auto;
}
.mews-card-container {
  border: 1.5px solid hsl(240, 21%, 90%);
  border-radius: 8px !important;
  padding: 16px;
  max-width: 640px;
  margin: 0 auto;
}
.mews-card-container .modal-header {
  border-radius: 4px 4px 0px;
  padding: 5px 0px 0px 0px !important;
}
.mews-card-container table {
  margin-bottom: 0px;
}
.input-group .input-group-addon {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.mews-customer-profile > .mews-view-container {
  max-width: initial;
}
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -4px;
  margin-right: -8px;
}
.btn-group > .btn,
.btn-group > div {
  display: inline-flex;
  margin-bottom: 4px;
  margin-right: 8px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
a.btn {
  text-decoration: none;
  display: inline-flex;
}
a.btn:hover:active {
  display: inline-flex;
}
a.btn.btn-default:hover,
a.btn.btn-info:hover,
a.btn.btn-default:focus,
a.btn.btn-info:focus,
a.btn.btn-default.focus,
a.btn.btn-info.focus {
  color: #242435;
  text-decoration: none;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary.focus {
  color: #ffffff;
  text-decoration: none;
}
a.btn span[data-test-icon] {
  display: block;
}
#ss_survey_widget {
  margin: 0 auto;
}
.mews-expand > [data-reactcomponent],
.mews-collapse > [data-reactcomponent],
.btn.minus > [data-reactcomponent],
.btn.plus > [data-reactcomponent] {
  margin: 0 !important;
  line-height: 1;
}
.fade-up-enter {
  opacity: 0.01;
  transform: translate3d(0, 100%, 0);
}
.fade-up-enter.fade-up-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-up-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-up-exit.fade-up-exit-active {
  opacity: 0.01;
  transform: translate3d(0, 100%, 0);
  transition: all 270ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-down-enter {
  opacity: 0.01;
  transform: translate3d(0, -100%, 0);
}
.fade-down-enter.fade-down-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-down-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-down-exit.fade-down-exit-active {
  opacity: 0.01;
  transform: translate3d(0, -100%, 0);
  transition: all 270ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-in-enter {
  opacity: 0.01;
  transform: translate3d(0, 10%, 0);
}
.fade-in-enter.fade-in-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-in-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-in-exit.fade-in-exit-active {
  opacity: 0.01;
  transform: translate3d(0, 10%, 0);
  transition: all 270ms cubic-bezier(0, 0, 0.2, 1);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 958px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1158px;
  }
}
.container-fluid {
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -9px;
  margin-left: -9px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #bcbbc2;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bcbbc2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #bcbbc2;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #bcbbc2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #bcbbc2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #d62f29;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #c12a25;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bcbbc2;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/**
    Override twitter bootstrap variables here.
    DO NOT UPDATE the variables.less in bootstrap sources directly. It will be overwritten on deploy.
*/
textarea:hover.form-control,
input:hover.form-control,
select:hover.form-control,
textarea:active.form-control,
input:active.form-control,
select:active.form-control,
textarea:focus.form-control,
input:focus.form-control,
select:focus.form-control,
button:focus.form-control,
button:active.form-control,
button:hover.form-control {
  outline: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
input.form-control,
select.form-control,
textarea.form-control {
  text-shadow: 0px 0px 1px #d9d9e5 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  box-shadow: none !important;
  padding: 0px;
}
input.form-control:hover,
select.form-control:hover,
textarea.form-control:hover,
input.form-control:active,
select.form-control:active,
textarea.form-control:active {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border: none !important;
  border-bottom: 1px solid #3e3bd9 !important;
}
.form-group {
  text-align: left;
  max-width: 100%;
}
.form-group.form-group-btn {
  text-align: right;
}
.form-group .mews-select-field {
  margin-bottom: -15px;
}
.form-group.error .control-label {
  color: #ffc641;
}
.form-group.error .form-control {
  border: 1px solid #ffc641 !important;
}
.alert {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label.control-label {
    padding-right: 10px;
    width: 25%;
    float: left;
  }
  .form-horizontal .form-group .mews-control-container {
    float: left;
    width: 75%;
    padding-right: 10%;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    display: table;
    content: " ";
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    display: table;
    content: " ";
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
}
.input-group,
input[type='checkbox'],
input[type='radio'] {
  min-width: 15px;
}
.error input,
.error textarea,
.error select {
  border: 1px solid #ffc641 !important;
}
.error .mews-react-field input,
.error .mews-react-field textarea,
.error .mews-react-field select {
  border: none !important;
}
.error .mews-react-field div[data-field] {
  border: 1px solid #ffc641 !important;
}
.error .input-group-addon {
  background-color: #d62f29;
  color: white;
}
.mews-payment-provider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.mews-payment-provider span {
  font-weight: 600;
  margin-right: 8px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
}
label {
  display: inline-block;
  max-width: 100%;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.input-group {
  display: table;
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon {
  width: 1%;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
}
@media (min-width: 768px) {
  .mews-toolbar .btn,
  .mews-toolbar .btn-group a {
    margin-top: 20px;
  }
  .mews-toolbar .form-inline {
    margin-bottom: 10px;
  }
  .mews-toolbar .form-inline .form-group {
    text-align: left;
    vertical-align: top;
  }
  .mews-toolbar .form-inline .form-group .control-label {
    margin-right: 10px;
  }
  .mews-toolbar .form-inline select {
    max-width: 150px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .mews-toolbar .form-inline .mews-react-field.mews-select-field {
    width: 200px;
  }
}
body {
  margin: 0;
  padding-top: 0;
}
body {
  color: #242435;
}
body a {
  color: #242435;
}
body a:hover {
  text-decoration: none !important;
  color: #626290;
}
h3 {
  font-size: 1.4em;
}
.text-larger {
  font-size: 1.3em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.report-description {
  color: #242435;
  font-size: medium;
  padding: 9px;
  text-align: center;
  font-weight: 600;
}
.mews-report-cell-notes {
  width: 20%;
}
.mews-loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
.mews-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-body-padding {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .modal-body-padding {
    padding: 8px;
  }
}
.modal-body {
  background: hsl(0, 0%, 100%);
}
.height-fixed {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
@media print {
  .height-fixed {
    overflow: auto;
    height: auto;
  }
}
tr.row-clickable {
  cursor: pointer;
}
tr.row-clickable:hover {
  background-color: #ededef;
}
.mews-total-row td,
.mews-total-row th,
td.mews-total-cell,
th.mews-total-cell {
  font-weight: 600;
}
table.table > thead > tr > th,
table.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
tr.mews-alternate-row,
td.mews-alternate-cell,
th.mews-alternate-cell {
  background-color: #ededef;
}
.table-responsive-wrapper {
  overflow-x: auto;
  position: relative;
}
@media print {
  .table-responsive-wrapper {
    overflow-x: initial;
  }
}
.table-responsive {
  position: relative;
}
.table-responsive thead th {
  font-size: 12px;
  font-weight: 600;
}
.table-responsive > thead.sticky {
  position: absolute;
  top: 0px;
  background: white;
  z-index: 9;
}
.table-responsive > thead.sticky th {
  border-top: 0;
}
@media print {
  .table-responsive > thead.sticky {
    display: none;
  }
}
.table-responsive > tbody > tr > td .label {
  vertical-align: initial;
  margin: 0 2px;
}
.table-responsive > tbody > tr:last-child > th,
.table-responsive td {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  table.table-responsive {
    border: 0;
  }
  table.table-responsive input[type='text'] {
    min-width: 100px;
  }
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  vertical-align: text-top;
  font-weight: 600;
  text-transform: uppercase;
}
.mews-sign-in-image {
  height: 47vh;
  min-height: 200px;
  background-clip: border-box;
  background-size: cover;
  background-position: center;
  margin-right: -9px;
  margin-left: -9px;
  text-align: center;
}
#timeline {
  overflow: hidden;
  line-height: 0;
  position: relative;
}
dl.both-sides dt {
  font-weight: 600;
  color: #72717d;
  float: left;
  clear: both;
}
dl.both-sides dd {
  text-align: right;
  margin-bottom: 10px;
  min-width: 100px;
}
#tooltip {
  white-space: pre-wrap;
  line-height: normal;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.4s;
  opacity: 1;
  transform: scale(1);
}
.tooltip {
  position: absolute;
  z-index: 89;
}
/* ============================================ */
/* ==============    aliases    =============== */
/* ============================================ */
.report-description {
  color: #72717d;
  font-size: medium;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.report-description.report-not-complete {
  color: #ffc641 !important;
}
.reservation-overview .size {
  width: 100%;
  display: flex;
  margin: 8px;
}
@media screen and (min-width: 768px) {
  .reservation-overview .size {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1152px) {
  .reservation-overview .size {
    width: calc(33% - 16px);
  }
}
@media screen and (min-width: 1536px) {
  .reservation-overview .size {
    width: calc(25% - 16px);
  }
}
@media screen and (min-width: 1920px) {
  .reservation-overview .size {
    width: calc(20% - 16px);
  }
}
@media screen and (min-width: 2304px) {
  .reservation-overview .size {
    width: calc(16% - 16px);
    width: calc(16% - 1px);
  }
}
@media print {
  .reservation-overview .size {
    display: inline-block;
    width: 50%;
  }
  .reservation-overview .size .card .card-primary-actions,
  .reservation-overview .size .new-card .card-primary-actions {
    display: none;
  }
  .reservation-overview .size .card .companion-list,
  .reservation-overview .size .new-card .companion-list {
    height: auto;
    max-height: none !important;
  }
}
.reservation-overview .size .card,
.reservation-overview .size .new-card {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin-bottom: 0;
}
.reservation-overview .size .card .content-wrap,
.reservation-overview .size .new-card .content-wrap {
  flex-grow: 1;
}
.reservation-overview .size .card .content-wrap .companion-list,
.reservation-overview .size .new-card .content-wrap .companion-list {
  overflow: auto;
  max-height: 131.2px;
  margin: 0px;
  padding-left: 20px;
}
.reservation-overview .size .card .content-wrap .companion-list .heading-badge,
.reservation-overview .size .new-card .content-wrap .companion-list .heading-badge {
  margin-left: 4px;
}
.reservation-overview .size .card .content-wrap .notes,
.reservation-overview .size .new-card .content-wrap .notes {
  padding-top: 8px;
  max-height: 53px;
  font-size: 11px;
  overflow: hidden;
  word-break: break-word;
}
.reservation-overview .size .card .short-hand,
.reservation-overview .size .new-card .short-hand {
  font-size: 12px;
}
.reservation-overview .size .card .short-hand > span,
.reservation-overview .size .new-card .short-hand > span,
.reservation-overview .size .card .short-hand a,
.reservation-overview .size .new-card .short-hand a {
  display: inline-block;
}
.reservation-overview .size .card .short-hand > span::after,
.reservation-overview .size .new-card .short-hand > span::after,
.reservation-overview .size .card .short-hand a::after,
.reservation-overview .size .new-card .short-hand a::after {
  content: '/';
  display: inline-block;
  padding: 0 4px;
}
.reservation-overview .size .card .short-hand > span:last-child:after,
.reservation-overview .size .new-card .short-hand > span:last-child:after,
.reservation-overview .size .card .short-hand a:last-child:after,
.reservation-overview .size .new-card .short-hand a:last-child:after {
  content: '';
  padding: 0px;
}
table.hotel-cleaning {
  text-align: left;
}
table.hotel-cleaning thead,
table.hotel-cleaning tfoot {
  display: table-row-group;
}
table.hotel-cleaning tr.border-top td,
table.hotel-cleaning tr.border-top th {
  border-top: thin solid;
  border-color: darkgray !important;
}
table.hotel-cleaning tr > td,
table.hotel-cleaning tr > th {
  padding: 2px !important;
}
table.hotel-cleaning td.room-use-reservation,
table.hotel-cleaning td.room-use-house-use {
  background-color: #d4d4d8;
}
table.hotel-cleaning td.room-use-ooo-block {
  background-color: #d4d4d8;
}
table.hotel-cleaning td.now-cell-left,
table.hotel-cleaning th.now-cell-left {
  border-right: 1px dashed black;
}
table.hotel-cleaning td.now-cell-right,
table.hotel-cleaning th.now-cell-right {
  border-left: 1px dashed black;
}
table.hotel-cleaning td.no-border-left,
table.hotel-cleaning th.no-border-left {
  border-right: 0;
}
table.hotel-cleaning td.no-border-right,
table.hotel-cleaning th.no-border-right {
  border-left: 0;
}
table.hotel-cleaning td.action-menu button {
  padding: 0;
  width: 25px;
  height: 25px;
}
table.hotel-cleaning td.should-be-cleaned {
  text-align: right;
}
table.hotel-cleaning td.should-be-cleaned i {
  color: #72717d;
}
table.hotel-cleaning td .use-container {
  display: flex;
  flex-flow: row wrap;
}
table.hotel-cleaning td .use-container .description {
  order: 2;
  flex: 3 auto;
}
table.hotel-cleaning td .use-container .date {
  order: 1;
  flex: 1 auto;
}
table.hotel-cleaning td .use-container .time {
  order: 3;
  flex: 1 auto;
}
table.hotel-cleaning td .use-container .notes {
  order: 4;
  flex: 1 100%;
}
table.hotel-cleaning td .use-container .notes p {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
@media (max-width: 800px) {
  table.hotel-cleaning td .use-container .description {
    order: 3;
    flex: 1 100%;
    margin-top: 10px;
  }
  table.hotel-cleaning td .use-container .date {
    order: 1;
    flex: 1 50%;
  }
  table.hotel-cleaning td .use-container .time {
    order: 2;
    flex: 1 50%;
  }
}
@media print {
  table.hotel-cleaning td .use-container {
    display: block;
  }
  table.hotel-cleaning td .use-container .description,
  table.hotel-cleaning td .use-container .date,
  table.hotel-cleaning td .use-container .time {
    display: inline;
    margin: 0px;
  }
}
@media print {
  table.hotel-cleaning.table-bordered th,
  table.hotel-cleaning.table-bordered td {
    border-color: black !important;
  }
  table.hotel-cleaning.table-bordered th.no-border-left,
  table.hotel-cleaning.table-bordered td.no-border-left {
    border-right-color: transparent !important;
  }
  table.hotel-cleaning.table-bordered th.no-border-right,
  table.hotel-cleaning.table-bordered td.no-border-right {
    border-left-color: transparent !important;
  }
}
.report {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  overflow: hidden;
}
.report > .mews-toolbar,
.report .report-content,
.report .new-report-content {
  overflow: auto;
  height: 100%;
}
@media print {
  .report .card,
  .report .new-card,
  .report .report-content,
  .report .new-report-content {
    padding: 0px !important;
    box-shadow: none !important;
  }
  .report .report,
  .report .report-content,
  .report .new-report-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: initial;
  }
  .report .mews-toolbar {
    display: none;
  }
}
.report .mews-toolbar {
  width: 350px;
  border-radius: 0px !important;
  flex: 0 0 auto;
  margin-right: 0px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  transition: margin 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 899px) {
  .report .mews-toolbar {
    width: 100%;
  }
}
.report .mews-toolbar form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.report .mews-toolbar form .filter-form {
  flex: 1 1 auto;
  overflow: auto;
  padding: 16px;
}
.report .mews-toolbar form .filter-form .form-group {
  margin-bottom: 8px;
}
.report .mews-toolbar .form-group-btn {
  padding: 16px;
  margin: 0px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.report .mews-toolbar .form-group-btn .btn {
  margin-top: 0px;
}
.report .report-content,
.report .new-report-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.report .new-report-content {
  padding: 24px;
}
.report .new-report-content > .new-card {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .report .new-report-content {
    transition: margin 350ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px;
  }
}
.report .report-content {
  padding: 16px;
}
.report .report-content > .card {
  margin-bottom: 0px;
  padding: 16px;
}
@media only screen and (max-width: 899px) {
  .report .report-content {
    transition: margin 350ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px;
  }
  .report .report-content > .card {
    padding: 8px;
  }
}
.without-filter .report .mews-toolbar {
  margin-right: -350px;
  box-shadow: 0 0px 0px rgba(51, 51, 51, 0.38);
}
@media only screen and (max-width: 899px) {
  .without-filter .report .mews-toolbar {
    margin-right: -100%;
  }
}
@media (max-width: 899px) {
  .without-filter .report .report-content,
  .without-filter .report .new-report-content {
    margin-left: 0px;
  }
}
@media print {
  .hidden-print,
  form,
  .form-inline,
  .control-group {
    display: none !important;
  }
  .invisible-print {
    color: white !important;
  }
  a[href]:after {
    content: none;
  }
  thead {
    display: table-header-group;
  }
  tr,
  td,
  th,
  tbody,
  thead,
  tfoot {
    page-break-inside: avoid !important;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td,
  .table th,
  .table td {
    border-width: 0.2pt;
    border-color: #000;
  }
  h2 {
    font-size: 10px;
    font-weight: 600;
    margin-top: 0;
  }
  h3 {
    page-break-after: auto;
  }
  .logo img {
    max-width: 100%;
    max-height: 70px;
    width: 80px;
    margin: 1em;
  }
  table.pdf-simple-table tr td,
  table.pdf-simple-table tr th {
    border: 0px;
  }
}
@media screen {
  html,
  body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: touch;
  }
  body {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  h4 {
    font-weight: 600;
  }
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.mews-cursor-link,
a {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
.mews-no-wrap {
  white-space: nowrap;
}
.dl-horizontal {
  margin: 0;
}
.dl-horizontal dt {
  padding: 3px 3px 3px 0px;
  text-align: left;
}
.dl-horizontal dd {
  margin-left: auto;
  padding: 3px 0;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .dl-horizontal dt {
    width: 30%;
  }
}
.has-error .form-control {
  border: 1px solid #ffc641 !important;
}
.btn:not(.btn-xs):not(.btn-link) i {
  font-size: 16px;
}
.btn-primary {
  background-color: #4a4959;
}
.btn-primary.mews-btn-action-needed {
  background-color: #3e3bd9;
  border-color: #3e3bd9;
}
.btn-primary.mews-btn-action-needed:hover {
  background-color: #2725bc;
  border-color: #2725bc;
}
.btn-primary.mews-btn-action-needed:active,
.btn-primary.mews-btn-action-needed:focus {
  background-color: #1e1c92;
  border-color: #1e1c92;
}
.day-header {
  position: relative;
  padding: 4px;
  font-size: 12px;
  display: inline-block;
  height: 100%;
}
.day-header .day-events {
  position: absolute;
  top: 2px;
  right: 4px;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #242435;
  text-align: center;
  font-weight: normal;
}
.day-header .day-name {
  display: block;
}
.day-header .day-date {
  display: block;
  font-weight: normal;
}
.weekend {
  background: #ededef;
}
.today {
  background: #efefff;
}


//# debugId=02968baa-c9e1-44ba-a8a5-7bf7995f66c5
/*# sourceMappingURL=commanderApp.css.map?v=7602.0.0*/