@import url(//fonts.googleapis.com/css?family=Roboto:400, 300, 700);
/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.signed-in {
  background-image: none;
  background-color: #ffffff;
}
.header-view.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.header-view .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  padding: 16px;
}
.header-view .dropdown-menu {
  z-index: 2004;
  margin-top: 0;
}
.navbar-default .navbar-right > li > a:not(.dropdown-toggle) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-default .navbar-right .dropdown > button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  line-height: normal;
}
.navbar-default .navbar-right .dropdown > button:hover,
.navbar-default .navbar-right .dropdown > button:focus {
  background-color: #33b9b1;
}
.navbar-default .navbar-right .dropdown > button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .navbar-right .dropdown.open > button {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .navbar-right .msm-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.navbar-default .navbar-right .msm-username > span {
  display: inline-block;
}
.navbar-default .navbar-right .msm-username > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-default .navbar-right .msm-username .caret {
  margin-top: 0;
}
.navbar-default .navbar-right .msm-header-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-default .navbar-right .msm-header-profile > div,
.navbar-default .navbar-right .msm-header-profile button {
  width: 100%;
}
.navbar-default .navbar-right .msm-header-profile .dropdown {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-default .navbar-right .msm-header-profile-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.notification-view {
  top: 54px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  position: fixed;
  z-index: 4000;
}
.notification-view-panel {
  color: #ffffff;
  padding: 12px;
  background-color: rgba(55, 55, 55, 0.9);
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.notification-view-panel .btn {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.notification-view-panel p {
  margin: 0;
  font-size: 12px;
  padding-right: 24px;
  line-height: 1.6;
}
.notification-view-panel button {
  margin-top: 12px;
  margin-right: 10px;
}
.notification-close-button {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(notification-close-button.12ea50d.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  margin: 0 0 0 12px;
  cursor: pointer;
}
.notification-enter {
  opacity: 0.01;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.notification-enter.notification-enter-active {
  opacity: 1;
}
.notification-leave {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.notification-leave.notification-leave-active {
  opacity: 0.01;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.alert-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
.alert-view-row {
  width: auto;
}
.alert-view-panel {
  margin-left: 32px;
  padding: 24px;
  padding-top: 21px;
  background-color: #ffffff;
  width: 450px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.alert-view-panel .alert-view-body {
  margin-top: -10px;
  margin-bottom: 34px;
}
.alert-view-panel h1 {
  color: #00867e;
  font-size: 28px;
  font-weight: 300;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.alert-view-panel p {
  margin-top: -10px;
  margin-bottom: 34px;
}
.alert-view-panel button {
  margin-right: 10px;
}
.alert-view-pane-close-button {
  display: block;
  background: url(alert-close-button_26x26.6e77290.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  margin-top: -2px;
  cursor: pointer;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.alert-layer {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5000;
}
.alert-enter {
  opacity: 0.01;
  -webkit-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
}
.alert-enter.alert-enter-active {
  opacity: 1;
}
.alert-leave {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.alert-leave.alert-leave-active {
  opacity: 0.01;
}

.svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.svg svg {
  width: 1em;
  height: 100%;
}

.input-with-icon-wrapper {
  position: relative;
}
.input-with-icon-wrapper .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 20px;
  padding: 8px;
}

.enhanced-tooltip-class {
  padding-bottom: 6px;
  word-wrap: break-word;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-sitemap-browser .msm-side-panel__open-btn {
  background: url(sitemap_tab.a7c130e.png) no-repeat 0 0;
}
.msm-sitemap-browser .msm-spinner {
  margin: auto;
}
.msm-sitemap-browser-search {
  height: 66px;
  width: 100%;
}
.msm-sitemap-browser-search .form-group {
  width: auto;
  margin-bottom: 0;
  padding-top: 16px;
}
.msm-sitemap-browser-search .form-control {
  background-color: #ffffff;
  width: 241px;
  margin-left: 16px;
  height: 34px;
}
.msm-sitemap-browser-sort {
  background-color: #f0f0f0;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 16px;
}
.msm-sitemap-browser-sort .msm-sitemap-browser-sort-options {
  margin-bottom: 10px;
}
.msm-sitemap-browser-sort .msm-drop-select {
  width: 182px;
}
.msm-sitemap-browser-sort .sort-by-label {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  line-height: 34px;
  vertical-align: top;
}
.msm-sitemap-browser-sort .msm-sitemap-sort-input {
  display: inline-block;
}
.msm-sitemap-browser-sort .toggle-system-pages {
  margin-bottom: 10px;
}
.msm-sitemap-browser-sort .toggle-system-pages label {
  font-weight: normal;
  font-size: 12px;
}
.msm-sitemap-browser-sort .toggle-system-pages input {
  margin-right: 8px;
}
.msm-sitemap-browser-list-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 2px;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell {
  display: block;
  height: 48px;
  padding-top: 10px;
  padding-left: 16px;
  width: 300px;
  cursor: pointer;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .label-row {
  margin-right: 16px;
  line-height: 1.1;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .title-label {
  display: inline-block;
  font-size: 14px;
  max-width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .path-label {
  color: #aaaaaa;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:hover {
  background-color: #bbe3e1;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:not(.selected).static .title-label {
  color: #888;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:not(.selected).static .title-label:hover {
  color: #00867e;
  text-decoration: underline;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected {
  background-color: #81d1cc;
  cursor: default;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected .title-label {
  font-weight: 700;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected .path-label {
  color: inherit;
}
.msm-sitemap-browser-list-body .result-count {
  margin-top: 16px;
  margin-bottom: 9px;
  margin-left: 16px;
  font-weight: 700;
  font-size: 16px;
}
.msm-sitemap-browser-list-body.no-results h4 {
  margin-top: 60px;
}
.msm-sitemap-browser-list-body.no-results > * {
  margin: 8px auto;
  text-align: center;
}

.msm-sidenav-nav-added-width {
  width: auto !important;
}

/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

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

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

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

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(bg.d706d35.png);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 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;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-page-status-icon {
  display: inline-block;
  vertical-align: top;
}
.msm-page-status-icon .spinner {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
@-webkit-keyframes spin {
  100% {
    background-position: -380px;
  }
}
@keyframes spin {
  100% {
    background-position: -380px;
  }
}
.msm-page-status-icon .transitioning,
.msm-page-status-icon .archiving,
.msm-page-status-icon .deleting,
.msm-page-status-icon .publishing {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
.msm-page-status-icon .archiving-error,
.msm-page-status-icon .deleting-error,
.msm-page-status-icon .publishing-error {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #e10a15;
  vertical-align: top;
}
.msm-page-status-icon .draft {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
}
.msm-page-status-icon .live {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #30a038;
  vertical-align: top;
}
.msm-page-status-icon .archived {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #888888;
  vertical-align: top;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-create-page-modal {
  padding: 0px;
  background-color: #f5f5f5;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.msm-create-page-modal .msm-create-page-modal-header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 24px 24px 0px 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.msm-create-page-modal .msm-create-page-modal-header a {
  position: absolute;
  right: 58px;
  bottom: 24px;
}
.msm-create-page-modal .msm-page-templates {
  padding-bottom: 24px;
  overflow-y: auto;
  max-height: 573px;
  height: 100%;
}
.msm-create-page-modal .msm-page-templates .msm-page-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  margin-left: 24px;
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  width: 372px;
  height: 140px;
  color: #373737;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-create-page-modal .msm-page-templates .msm-page-template:hover {
  background: #e2efee;
}
.msm-create-page-modal .msm-page-templates .msm-page-template .msm-page-template-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #c8c8c8;
  width: 150px;
  height: 106px;
  margin-right: 16px;
}
.msm-create-page-modal .msm-page-templates .msm-page-template .msm-page-template-info .msm-page-template-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.msm-create-page-modal .msm-page-templates .msm-page-template .msm-page-template-info .msm-page-template-description {
  font-size: 12px;
  line-height: 1.2;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-error-view h2 {
  color: #00756e;
  margin-top: 100px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-detail-page .msm-header-strip {
  display: none;
}
@media (min-width: 768px) {
  .msm-detail-page.msm-detail-fixed .msm-header-strip {
    position: sticky;
    width: 100%;
    display: block;
  }
}
.msm-detail-header.msm-detail-header-page {
  padding-left: 48px;
}
.msm-detail-header.msm-detail-header-page h1 {
  padding-bottom: 8px;
}
.msm-detail-header.msm-detail-header-page .h-group .msm-status {
  padding: 3px 7px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/*! 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;
}
* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #373737;
  background-color: #00756e;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00867e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00867e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1;
  background-color: #00756e;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 7px;
}
.lead {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00a79d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00746d;
}
.text-success {
  color: #c8c8c8;
}
a.text-success:hover,
a.text-success:focus {
  color: #afafaf;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #e10a15;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b00810;
}
.text-danger {
  color: #e10a15;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b00810;
}
.bg-primary {
  color: #fff;
  background-color: #00a79d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00746d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 6px;
  margin: 28px 0 14px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 14px;
}
dt,
dd {
  line-height: 1;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7px 14px;
  margin: 0 0 14px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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, .col-xs-13, .col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.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, .col-sm-13, .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .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, .col-md-13, .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .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, .col-lg-13, .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .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: 12px;
  padding-bottom: 12px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}
.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: 12px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #c8c8c8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8c8c8;
}
.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 #c8c8c8;
}
.table .table {
  background-color: #00756e;
}
.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 #c8c8c8;
}
.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 #c8c8c8;
}
.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: #e2efee;
}
.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: #e2efee;
}
.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: #d1e6e5;
}
.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: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 10.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c8c8c8;
  }
  .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;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #00a79d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 167, 157, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 167, 157, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 24px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 14px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 28px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #c8c8c8;
}
.has-success .form-control {
  border-color: #c8c8c8;
  -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);
}
.has-success .form-control:focus {
  border-color: #afafaf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
}
.has-success .input-group-addon {
  color: #c8c8c8;
  background-color: #dff0d8;
  border-color: #c8c8c8;
}
.has-success .form-control-feedback {
  color: #c8c8c8;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e10a15;
}
.has-warning .form-control {
  border-color: #e10a15;
  -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);
}
.has-warning .form-control:focus {
  border-color: #b00810;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85961;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85961;
}
.has-warning .input-group-addon {
  color: #e10a15;
  background-color: #fcf8e3;
  border-color: #e10a15;
}
.has-warning .form-control-feedback {
  color: #e10a15;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e10a15;
}
.has-error .form-control {
  border-color: #e10a15;
  -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);
}
.has-error .form-control:focus {
  border-color: #b00810;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85961;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85961;
}
.has-error .input-group-addon {
  color: #e10a15;
  background-color: #f2dede;
  border-color: #e10a15;
}
.has-error .form-control-feedback {
  color: #e10a15;
}
.has-feedback label ~ .form-control-feedback {
  top: 19px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777777;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #00867e;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #00867e;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #00867e;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #00867e;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00867e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #00867e;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #00867e;
}
.btn-primary {
  color: #fff;
  background-color: #00a79d;
  border-color: #00a79d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00746d;
  border-color: #002825;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00746d;
  border-color: #006a63;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00746d;
  background-image: none;
  border-color: #006a63;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #00504b;
  border-color: #002825;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00a79d;
  border-color: #00a79d;
}
.btn-primary .badge {
  color: #00a79d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #00867e;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00867e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1;
  color: #00756e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #00756e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00a79d;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 24px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00867e;
}
.nav .nav-divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #33b9b1;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #33b9b1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #33b9b1;
  border: 1px solid #33b9b1;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #00756e;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00a79d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #00756e;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 56px;
  margin-bottom: 14px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 56px;
  padding: 21px 15px;
  font-size: 18px;
  line-height: 14px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 14px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-xs {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-text {
  margin-top: 21px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #00a79d;
  border-color: #00867e;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #33b9b1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #33b9b1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #33b9b1;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #33b9b1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #33b9b1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00867e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00867e;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #00756e;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #00756e;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #00756e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 14px;
  line-height: 1;
  background-color: #00756e;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00867e;
}
.thumbnail .caption {
  padding: 9px;
  color: #373737;
}
.alert {
  padding: 10px;
  margin-bottom: 14px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #c8c8c8;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #afafaf;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #e10a15;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #b00810;
}
.alert-danger {
  color: #e10a15;
  background-color: #f3dedf;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #b00810;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00a79d;
  border-color: #00a79d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #74fff7;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #c8c8c8;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #c8c8c8;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #c8c8c8;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #e10a15;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #e10a15;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #e10a15;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e10a15;
  border-color: #e10a15;
}
.list-group-item-danger {
  color: #e10a15;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e10a15;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e10a15;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e10a15;
  border-color: #e10a15;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 14px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c8c8c8;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 14px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00a79d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00a79d;
  border-color: #00a79d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a79d;
}
.panel-primary > .panel-heading .badge {
  color: #00a79d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a79d;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #c8c8c8;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #c8c8c8;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #e10a15;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #e10a15;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #e10a15;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #e10a15;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * BOOSTRAP STYLE OVERRIDES
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  margin: 0;
}
h1,
.h1 {
  font-size: 28px;
  font-weight: 300;
  color: #00756e;
  margin: 0 0 24px 0;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 500;
}
a:hover:focus {
  text-decoration: underline;
}
a:focus {
  outline: 0 !important;
  text-decoration: none;
}
p {
  line-height: 1.4;
}
.btn {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
}
.btn-default {
  border-color: #ffffff;
}
.btn-default:hover {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #ffffff;
  border-color: #00a79d;
  outline: 0 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #f0f0f0;
  border-color: #c8c8c8;
}
.btn-default.btn-sm {
  border-color: #e6e6e6;
}
.btn-default.btn-sm:hover {
  border-color: #00a79d;
  background: none;
}
.btn-default.btn-sm:active {
  border-color: #00a79d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.dropdown-toggle {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover:focus {
  background-color: #33b9b1;
  border-color: #33b9b1;
  text-decoration: none;
}
.btn-primary:focus,
.btn-primary.focus {
  border-color: #29948e;
  outline: 0 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #29948e;
  border-color: #29948e;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #f0f0f0;
}
.btn-primary.btn-sm {
  border-color: #00a79d;
}
.btn-primary.btn-sm:hover {
  border-color: #33b9b1;
  background: #33b9b1;
}
.btn-primary.btn-sm:active {
  border-color: #29948e;
  background: #29948e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
.btn-link {
  padding: 0;
}
.btn-link:focus {
  outline: none;
  text-decoration: none;
}
.btn-link:focus:active {
  outline: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.navbar-default {
  border-radius: 0;
}
.navbar-default .navbar-collapse {
  height: 56px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navbar-default .navbar-collapse:before,
.navbar-default .navbar-collapse:after {
  content: none;
}
.navbar-default .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.navbar-default .navbar-nav:before,
.navbar-default .navbar-nav:after {
  content: none;
}
.navbar-default .navbar-nav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.navbar-default .navbar-nav > li > .msm-header-link {
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-default .navbar-nav > li > .msm-header-link:active {
  background-color: #33b9b1;
  font-weight: 700;
}
.navbar-default .navbar-nav > li > .msm-header-link.active {
  background-color: #00a79d;
  font-weight: 700;
}
.navbar-default .navbar-nav > li > .msm-header-link.primary {
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > .msm-header-link.primary:active {
  background-color: #00867e;
}
.navbar-default .navbar-nav > li > .msm-header-link.primary.active {
  background-color: #00756e;
}
.navbar-default .navbar-nav > li > .msm-header-link.disabled {
  color: #c8c8c8;
}
.navbar-default .navbar-nav .dropdown-toggle {
  font-size: 14px;
  text-transform: none;
}
.navbar-default .navbar-right {
  min-width: 100px;
  margin-left: 20px;
}
.navbar-default .navbar-right > li {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.navbar-default .navbar-right > li > a {
  padding-left: 13px;
  padding-right: 13px;
}
.navbar-default .container-fluid {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.nav > li > span.msm-header-link {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .nav > li > span.msm-header-link {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media (min-width: 860px) {
  .navbar-default .navbar-nav > li > .msm-header-link {
    padding-left: 21px;
    padding-right: 21px;
  }
  .navbar-default .navbar-right > li > a,
  .navbar-default .navbar-right > li > button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse.in {
    height: auto;
  }
  .navbar-default .navbar-collapse {
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav:first-child {
    margin-bottom: 0;
  }
}
.form-control {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus {
  border-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control.with-icon {
  padding-left: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #373737;
}
.has-success .form-control {
  border-color: #c8c8c8;
  -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);
}
.has-success .form-control:focus {
  border-color: #afafaf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
}
.has-success .input-group-addon {
  color: #373737;
  background-color: #dff0d8;
  border-color: #c8c8c8;
}
.has-success .form-control-feedback {
  color: #373737;
}
.has-success .form-control:focus {
  border-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e10a15;
}
.has-warning .form-control {
  border-color: #c8c8c8;
  -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);
}
.has-warning .form-control:focus {
  border-color: #afafaf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
}
.has-warning .input-group-addon {
  color: #e10a15;
  background-color: #f2dede;
  border-color: #c8c8c8;
}
.has-warning .form-control-feedback {
  color: #e10a15;
}
.has-warning .form-control:focus {
  border-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e10a15;
}
.has-error .form-control {
  border-color: #c8c8c8;
  -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);
}
.has-error .form-control:focus {
  border-color: #afafaf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbfbfb;
}
.has-error .input-group-addon {
  color: #e10a15;
  background-color: #f2dede;
  border-color: #c8c8c8;
}
.has-error .form-control-feedback {
  color: #e10a15;
}
.has-error .form-control {
  border-color: #e10a15;
}
.has-error .form-control:focus {
  border-color: #e10a15;
  -webkit-box-shadow: none;
          box-shadow: none;
}
label {
  margin-bottom: 8px;
}
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.alert {
  margin-bottom: 24px;
}
.alert-danger {
  line-height: 1.5;
}
.alert-danger p {
  margin-bottom: 4px;
}
.alert-danger > span {
  display: inline-block;
  padding-left: 30px;
  background: url(icon_error.6e03be6.png) no-repeat 0 0;
}
.glyphicon-remove {
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(icon_error.6e03be6.png) no-repeat 0 0;
}
.nav-tabs {
  border-bottom-width: 8px;
  font-size: 16px;
  font-weight: 700;
}
.nav-tabs li > a {
  color: #7bbeba;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-tabs li > a:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.nav-tabs li > a:focus {
  outline: none;
}
.nav-tabs li.active > a:hover {
  text-decoration: none;
}
.nav-tabs li:not(.active) > a {
  background-color: transparent;
}
.radio label {
  padding-left: 0;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + span {
  cursor: pointer;
}
.radio input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(radio_buttons.fde4a5e.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 8px;
}
.radio input[type="radio"].radio-disabled + span {
  cursor: not-allowed;
  color: #888;
}
.radio input[type="radio"]:checked + span:before {
  background-position: -18px 0;
}
.caret {
  margin-top: -3px;
  border-top: 7px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown-toggle .caret {
  margin-left: 8px;
}
.table > thead > tr > th {
  background-color: #e6e6e6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.clearfix:before,
.navbar-default .container-fluid:before {
  justify-self: flex-start;
}
.reveal-transition-appear,
.reveal-transition-enter {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: opacity 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out, opacity 0.12s ease-out;
  transition: transform 0.12s ease-out, opacity 0.12s ease-out, -webkit-transform 0.12s ease-out;
}
.reveal-transition-appear.reveal-transition-appear-active,
.reveal-transition-enter.reveal-transition-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.reveal-transition-leave {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.reveal-transition-leave.reveal-transition-leave-active {
  opacity: 0;
}
/**
 * FONTS
 */
@font-face {
  font-family: "msm icons";
  src: url(msm-icons.a7ff85b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
}
/**
 * GLOBAL ELEMENTS
 */
body,
html {
  height: 100%;
}
body {
  background: url(background.a7d7f94.png) no-repeat center center fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: 0;
  color: #373737;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
/**
 * APP FLEX LAYOUT
 */
.msm-flex-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.msm-flex-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.msm-flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.msm-flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-flex-auto-shrink {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/**
 * CONTAINERS
 */
.msm-app-container {
  min-height: 100vh;
  height: 100%;
}
.msm-page {
  padding: 24px;
}
.msm-section .msm-placeholder {
  font-size: 28px;
  color: #aaaaaa;
  font-weight: 300;
}
/**
 * FORMS
 */
.required > label:not(.radio-inline):after {
  content: " *";
  color: #e10a15;
}
/**
 * CHECKBOXES
 */
.checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  margin-left: -22px;
  background: url(checkboxes_16px.ab816f6.png) no-repeat 0 0;
}
.checkbox input[type="checkbox"]:active + span:before {
  background: url(checkboxes_16px.ab816f6.png) no-repeat -22px 0;
}
.checkbox input[type="checkbox"]:focus + span:before {
  background: url(checkboxes_16px.ab816f6.png) no-repeat -22px 0;
}
.checkbox input[type="checkbox"]:checked + span:before {
  background: url(checkboxes_16px.ab816f6.png) no-repeat -22px -22px;
}
.checkbox input[type="checkbox"]:active:checked + span:before {
  background: url(checkboxes_16px.ab816f6.png) no-repeat 0 -22px;
}
/**
 * FORMS
 */
.msm-form-page .form-group {
  width: 400px;
}
.msm-form-page .form-group.datetime-form-group {
  width: 500px;
}
.msm-form-page .msm-dual-column .form-group:first-child {
  margin-right: 36px;
}
.msm-form-page .btn {
  margin-right: 16px;
}
/**
 * BUTTON
 */
[role="button"] {
  cursor: pointer;
}
.msm-date-time-picker .msm-remove-row-btn {
  float: left;
  margin: 7px 0 7px 15px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
html {
  font-size: 14px;
}
/**
 * SECTION
 */
.msm-section h1 {
  color: #00867e;
  font-weight: 300;
  margin-bottom: 24px;
}
/**
 * DETAIL PAGE LAYOUT
 */
.msm-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #c8c8c8;
  padding: 24px 24px 0 24px;
  background: #ffffff;
  left: 0;
  right: 0;
  position: relative;
  z-index: 2000;
}
.msm-detail-header .msm-detail-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 12px;
}
.msm-detail-header .msm-detail-info .msm-current-variant {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}
.msm-detail-header .msm-detail-info .msm-current-variant:before {
  position: absolute;
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\21B3";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-detail-header .msm-detail-info .msm-item-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-right: 24px;
}
.msm-detail-header .msm-detail-info .msm-item-image img {
  width: 100%;
}
.msm-detail-header .msm-detail-info .msm-item-image .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.msm-detail-header .msm-detail-info .msm-item-image .overlay .spinner,
.msm-detail-header .msm-detail-info .msm-item-image .overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.msm-detail-header .msm-detail-info .msm-item-image .thumbnailLoading.overlay {
  opacity: 1;
}
.msm-detail-header .msm-detail-info .msm-item-image .thumbnailLoaded.overlay {
  opacity: 0;
}
.msm-detail-header .msm-detail-info .msm-item-image-placeholder {
  cursor: pointer;
  width: auto;
  min-width: 70px;
  height: 90px;
  background-color: #e6e6e6;
}
.msm-detail-header .msm-detail-info .msm-item-image-placeholder svg {
  display: block;
  margin: auto;
  height: 100%;
}
.msm-detail-header .msm-detail-info .detail-metadata {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 60px;
  margin-right: 12px;
}
.msm-detail-header .msm-detail-info h1 {
  color: #373737;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-detail-header .msm-detail-info .msm-metadata,
.msm-detail-header .msm-detail-info .msm-metadata-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-detail-header .actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.msm-detail-header .actions > :not(:first-child) {
  margin-left: 16px;
}
.msm-detail-header .actions .btn-group {
  vertical-align: top;
}
.msm-detail-header .actions .btn-group button {
  border-color: #e6e6e6;
}
.msm-detail-header .actions .btn-group:hover button,
.msm-detail-header .actions .btn-group.open button {
  border-color: #00a79d;
}
.msm-detail-header .actions .btn-group button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff !important;
}
.msm-detail-header .actions .btn-group .dropdown-menu {
  margin-top: 4px;
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.msm-detail-header .actions .btn-group .dropdown-menu .btn {
  text-align: left;
  font-size: 14px;
}
.msm-detail-header .actions .btn-group .dropdown-menu a {
  padding: 5px 12px;
}
.msm-detail-header .actions .list-notes-panel {
  display: inline-block;
}
.msm-detail-header .actions .list-notes-panel .side-panel-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.msm-detail-header .actions .list-notes-panel .rc-tooltip-wrap {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-filter: alp ha(opacity=65);
          filter: alp ha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.msm-detail-header .actions .list-notes-panel header {
  background-color: #ffffff;
}
.msm-detail-header .actions .list-notes-panel aside {
  -webkit-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.24);
          box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.24);
  padding: 16px;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 21px;
  border-bottom: none;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .inner-container .notes-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .inner-container .notes-status {
  display: inline-block;
  margin-left: 5px;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .close-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .msm-dates {
  min-width: 150px;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 16px;
  color: #888;
  font-style: italic;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__header .msm-dates a {
  font-style: normal;
}
.msm-detail-header .actions .list-notes-panel .notes-panel-content {
  height: 100%;
}
.msm-detail-header .actions .list-notes-panel .notes-panel-content div {
  height: inherit;
}
.msm-detail-header .actions .list-notes-panel .notes-panel-content .msm-text-input-group textarea {
  height: 100% !important;
}
.msm-detail-header .actions .list-notes-panel .msm-side-panel__footer {
  background-color: inherit;
}
label {
  white-space: nowrap;
}
.msm-metadata .h-group > span,
.msm-metadata-plain .h-group > span {
  vertical-align: middle;
}
.msm-metadata .msm-status,
.msm-metadata-plain .msm-status {
  margin-right: 8px;
}
.msm-metadata .msm-dates,
.msm-metadata-plain .msm-dates {
  font-size: 12px;
  line-height: 1.2;
  color: #888;
  font-style: italic;
}
.msm-metadata .msm-dates a,
.msm-metadata-plain .msm-dates a {
  font-style: normal;
}
.msm-metadata .msm-modified-variants,
.msm-metadata-plain .msm-modified-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-metadata .msm-modified-variants .icon,
.msm-metadata-plain .msm-modified-variants .icon {
  width: 1rem;
  height: 1rem;
}
.msm-metadata .msm-modified-variants .icon > path,
.msm-metadata-plain .msm-modified-variants .icon > path {
  fill: #e10a15;
}
.msm-metadata .msm-modified-variants .label,
.msm-metadata-plain .msm-modified-variants .label {
  font-style: italic;
  color: #939393;
}
.msm-metadata {
  display: block;
  margin-left: 0;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-metadata > span,
.msm-metadata > a {
  margin: 0;
}
.msm-metadata > span:not(:first-child),
.msm-metadata > a:not(:first-child) {
  padding-left: 6px;
}
.msm-metadata > span:not(:first-child)::before,
.msm-metadata > a:not(:first-child)::before {
  content: "|";
  font-style: normal;
  color: #000000;
  font-size: 14px;
  padding-right: 6px;
}
.msm-metadata > noscript:first-child + span,
.msm-metadata > noscript:first-child + a {
  padding-left: 0;
}
.msm-metadata > noscript:first-child + span::before,
.msm-metadata > noscript:first-child + a::before {
  content: none;
}
@media (min-width: 768px) {
  .msm-detail-header {
    height: 110px;
    position: sticky;
    top: 8px;
  }
  .msm-detail-header.msm-detail-header-item {
    height: 138px;
  }
  .msm-detail-header.msm-detail-header-item-hierarchical {
    height: 138px;
  }
  .msm-detail-header.msm-detail-header-list {
    height: 104px;
  }
  .msm-detail-header.msm-detail-header-link {
    height: 138px;
  }
  .msm-detail-header.msm-detail-header-page {
    height: 104px;
  }
  .msm-detail-header.msm-detail-header-deal {
    height: 104px;
  }
  .msm-detail-header.msm-detail-header-offer-group {
    height: 104px;
  }
  .msm-detail-header.msm-detail-header-plans {
    height: 74px;
  }
  .msm-detail-header.msm-detail-header-configuration {
    height: 74px;
  }
  .msm-detail-header.msm-detail-header-nav {
    height: 104px;
  }
  .msm-detail-header.msm-detail-header-settings {
    height: 74px;
  }
}
/**
 * SUB NAV
 */
.msm-sub-nav {
  position: sticky;
  top: -32px;
  display: block;
  background-color: #00756e;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  z-index: 300;
}
.msm-sub-nav > ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-sub-nav > ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-sub-nav > ol li + li::before {
  margin-right: 24px;
  margin-left: 24px;
  border-right: 1px solid #ffffff;
  height: 16px;
  content: "";
}
.msm-sub-nav a {
  display: inline;
  line-height: 40px;
  vertical-align: middle;
  color: #81d1cc;
  font-weight: 500;
  font-size: 16px;
}
.msm-sub-nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.msm-sub-nav a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.msm-sub-nav a:focus {
  text-decoration: none;
}
.msm-sub-nav a.active,
.msm-sub-nav a.active:active,
.msm-sub-nav a.active:hover,
.msm-sub-nav a.active:focus {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.msm-sub-nav span.disabled {
  line-height: 40px;
  vertical-align: middle;
  color: #c8c8c8;
  font-weight: 500;
  font-size: 16px;
}
/**
 * SIDE NAV
 */
.msm-sidenav-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.msm-sidenav-container .msm-sidenav-nav {
  background: #f5f5f5;
  border-right: 1px solid #c8c8c8;
}
.msm-sidenav-container .msm-sidenav-nav .nav {
  font-size: 16px;
}
.msm-sidenav-container .msm-sidenav-nav .nav li {
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a {
  color: #373737;
  padding: 0 24px;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a > span {
  display: table-cell;
  vertical-align: middle;
  height: 52px;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover {
  background-color: #33b9b1;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover .msm-nav-status,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover .msm-byline {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover .msm-nav-status.errored::before {
  background: url(icon_error_hover.7e67b35.png) no-repeat 0 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active {
  background-color: #29948e;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active .msm-nav-status,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active .msm-byline {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active .msm-nav-status.errored::before {
  background: url(icon_error_highlight.cb9d61a.png) no-repeat 0 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-byline {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-nav-status {
  float: right;
  font-size: 12px;
  font-style: italic;
  color: #888;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-nav-status.modified {
  padding-top: 20px;
  height: 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-nav-status.modified::before {
  content: "modified";
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-nav-status.errored {
  padding-top: 14px;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a .msm-nav-status.errored::before {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  background: url(icon_error.6e03be6.png) no-repeat 0 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.active > a {
  background: #00756e;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.active > a .msm-nav-status,
.msm-sidenav-container .msm-sidenav-nav .nav li.active > a .msm-byline {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.active > a .msm-nav-status.errored::before {
  background: url(icon_error_highlight.cb9d61a.png) no-repeat 0 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.active > a,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a.active {
  background: #00756e;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a.active .msm-nav-status,
.msm-sidenav-container .msm-sidenav-nav .nav li > a.active .msm-byline {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a.active .msm-nav-status.errored::before {
  background: url(icon_error_highlight.cb9d61a.png) no-repeat 0 0;
}
.msm-sidenav-container .msm-sidenav-nav .nav li > a.active,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:hover,
.msm-sidenav-container .msm-sidenav-nav .nav li > a:active {
  color: #ffffff;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.disabled > span {
  padding: 0 24px;
  color: #aaaaaa;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.disabled > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 52px;
}
.msm-sidenav-container .msm-sidenav-nav .nav li.disabled > span .msm-byline {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #aaaaaa;
}
.msm-sidenav-container .msm-sidenav-nav .nav li:first-child > a {
  padding-top: 4px;
}
.msm-sidenav-container .msm-sidenav-nav .nav.nav-stacked > li + li {
  margin-top: 0;
}
.msm-sidenav-container .msm-sidenav-content {
  padding: 24px 24px 105px;
}
@media (min-width: 768px) {
  .msm-sidenav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .msm-sidenav-container .msm-sidenav-nav {
    width: 252px;
  }
  .msm-sidenav-container .msm-sidenav-nav li > a {
    width: 252px;
  }
  .msm-sidenav-container .msm-sidenav-content {
    width: calc(100vw - 300px);
  }
  .msm-detail-container .msm-sidenav-container {
    min-height: calc(100vh - 200px);
    overflow: visible;
  }
  .msm-detail-container .msm-sidenav-container .msm-sidenav-nav-container {
    position: sticky;
    left: 0;
  }
  .msm-detail-container.msm-detail-item .msm-sidenav-nav-container {
    top: 146px;
  }
  .msm-detail-container.msm-detail-link .msm-sidenav-nav-container {
    top: 146px;
  }
  .msm-detail-container.msm-detail-list .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-page .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-deal .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-offer-group .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-nav .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-item .msm-sidenav-nav-container {
    top: 146px;
  }
  .msm-detail-container.msm-detail-link .msm-sidenav-nav-container {
    top: 146px;
  }
  .msm-detail-container.msm-detail-list .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-page .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-deal .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-offer-group .msm-sidenav-nav-container {
    top: 112px;
  }
  .msm-detail-container.msm-detail-nav .msm-sidenav-nav-container {
    top: 112px;
  }
}
.expand-transition-appear,
.expand-transition-enter {
  opacity: 0.8;
  max-height: 100%;
  -webkit-transition: max-height 0.22s ease-in, opacity 0.16s ease-out;
  transition: max-height 0.22s ease-in, opacity 0.16s ease-out;
}
.expand-transition-appear.expand-transition-appear-active,
.expand-transition-enter.expand-transition-enter-active {
  opacity: 1;
  max-height: 250px;
}
.expand-transition-leave {
  opacity: 1;
  max-height: 250px;
  -webkit-transition: max-height 0.14s cubic-bezier(0, 1.05, 0, 1), opacity 0.14s ease-in;
  transition: max-height 0.14s cubic-bezier(0, 1.05, 0, 1), opacity 0.14s ease-in;
}
.expand-transition-leave.expand-transition-leave-active {
  opacity: 0.8;
  max-height: 100%;
}
/**
 * MULTI SELECT INPUT
 */
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.Select {
  position: relative;
}
.Select.group-mode .Select-menu {
  padding: 6px;
}
.Select-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-color: #d5d5d5 #c8c8c8 #afafaf;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  border-color: #afafaf #c8c8c8 #d5d5d5;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #00a79d #00c1b5 #00c1b5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px rgba(0, 167, 157, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px rgba(0, 167, 157, 0.5);
}
.Select-placeholder {
  color: #aaaaaa;
  padding: 8px 52px 8px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: -15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-icon .Select-placeholder {
  padding-left: 32px;
}
.has-value > .Select-control > .Select-placeholder {
  color: #333;
}
.Select.is-multi .Select-control.has-icon {
  padding-left: 26px;
}
.Select.is-multi .Select-control.has-icon .svg-icon {
  margin: 5px 2px 2px -22px;
}
.Select-input > input {
  cursor: default;
  background: none transparent;
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  margin-top: -8px;
  position: absolute;
  right: 30px;
  top: 50%;
}
.has-value > .Select-control > .Select-loading {
  right: 46px;
}
.Select-clear {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  position: absolute;
  right: 17px;
  top: 0;
}
.Select-clear:hover {
  color: #373737;
}
.Select-clear > span {
  font-size: 1.1em;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -ceil(2.5px);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-top-color: #e4e4e4;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 200px;
  overflow-y: auto;
}
.Select.has-menu-items.expand-upwards .Select-option:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.Select.has-menu-items .Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Select-option-list {
  padding: 0;
  margin: 0;
}
.Select-option-group {
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 6px;
}
.Select-option-group:nth-child(n + 2) {
  margin-top: 18px;
}
.Select-option-group dt {
  font-size: 15px;
  padding: 8px 10px;
  cursor: default;
}
.Select-option-group .Select-option {
  padding-top: 6px;
  padding-bottom: 6px;
}
.Select-option-group .Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-focused {
  background-color: #00867e;
  color: #ffffff;
}
.Select-option.is-disabled {
  color: #aaaaaa;
  cursor: not-allowed;
}
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select.is-multi .Select-control {
  padding: 2px 52px 2px 3px;
}
.Select.is-multi .Select-input {
  vertical-align: top;
  border: 1px solid transparent;
  margin: 3px 2px 2px;
  padding: 2px 0;
}
.Select-item {
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #373737;
  display: inline-block;
  font-size: 1em;
  margin: 2px;
  position: relative;
  height: 22px;
}
.Select-item-icon,
.Select-item-label {
  display: inline-block;
  vertical-align: middle;
}
.Select-item-label {
  cursor: default;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 0 0 5px;
}
.Select-item-label .Select-item-label__a {
  color: #373737;
  cursor: pointer;
}
.Select-item-icon {
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #aaaaaa;
  line-height: 22px;
  padding: 0 5px 0;
}
.Select-item-icon:hover,
.Select-item-icon:focus {
  color: #000000;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.msm-multi-select-input {
  display: block;
  width: 300px;
  max-width: 100%;
  min-width: 0;
}
.msm-multi-select-input .Select-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-color: #c8c8c8;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: text;
}
.msm-multi-select-input .Select-clear {
  top: 2px;
}
.msm-multi-select-input.expand-upwards.is-open .Select-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.msm-multi-select-input.expand-upwards .Select-menu-outer {
  top: auto;
  bottom: calc(100% - 1px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-multi-select-input.expand-upwards .Select-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.msm-multi-select-input.expand-upwards .Select-option:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.msm-multi-select-input .Select-menu-outer {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.msm-multi-select-input .Select-arrow {
  border: none;
  display: block;
  top: 14px;
  right: 10px;
  width: 12px;
  height: 16px;
  background: url(arrow_down_default_13x8.295dc9a.png) no-repeat 0 0;
  pointer-events: none;
}
.msm-multi-select-input .Select-clear-no-arrow {
  right: 0;
}
.msm-multi-select-input .Select-loading {
  position: absolute;
  padding-top: 3px;
  top: 15px;
  right: 23px;
  pointer-events: none;
}
.msm-multi-select-input .Select-item-label {
  display: inline-block;
}
.msm-multi-select-input .Select-menu-items {
  padding: 10px;
  border-top: 1px solid #c8c8c8;
}
.msm-multi-select-input .Select-menu-item {
  margin-right: 16px;
  color: #00867e;
}
.msm-multi-select-input .Select-menu-item:hover {
  text-decoration: underline;
}
.msm-multi-select-input.is-disabled {
  pointer-events: none;
}
.msm-multi-select-input.is-disabled .Select-control {
  background: #e6e6e6;
}
.msm-multi-select-input.is-disabled .Select-arrow {
  opacity: 0.3;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #00a79d;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.has-error .msm-multi-select-input .Select-control {
  border-color: #e10a15;
}
/**
 * TAG SELECT INPUT
 */
.msm-tag-select-input {
  display: block;
}
.msm-tag-select-input .msm-multi-select-input {
  clear: left;
}
.msm-tag-select-input .msm-tag-view {
  float: left;
  color: #373737;
  background-color: #bbe3e1;
  height: auto;
  vertical-align: middle;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 33px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  cursor: default;
}
.msm-tag-select-input .msm-tag-view:hover {
  background-color: #c8c8c8;
}
.msm-tag-select-input .msm-tag-view button {
  background: url(icon_remove_tag-18x18.11ef0e3.png) 0 0 no-repeat;
  border: 0;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.msm-tag-select-input .msm-tag-view button:focus {
  outline: 0 !important;
}
/**
 * SEGMENTATION TAG SELECT INPUT
 */
.msm-segmentation-tag-select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-segmentation-tag-select .Select-option--filtered-out {
  color: #aaaaaa;
}
.msm-segmentation-tag-select .Select-option--selected {
  text-decoration: line-through;
}
.msm-segmentation-tag-select.group-mode.group-columns-3 .Select-menu-outer {
  width: 525px;
}
.msm-segmentation-tag-select.group-mode.group-columns-3 .Select-option-group {
  width: 33%;
  display: inline-block;
}
.msm-segmentation-tag-select.group-mode.group-columns-3 .Select-option-group:nth-child(n - 3) {
  margin-top: 0;
}
.msm-segmentation-tag-select.group-mode.group-columns-3 .Select-option-group:nth-child(n + 4) {
  margin-top: 18px;
}
.msm-segmentation-tag-select.group-mode.group-columns-2 .Select-menu-outer {
  width: 350px;
}
.msm-segmentation-tag-select.group-mode.group-columns-2 .Select-option-group {
  width: 50%;
  display: inline-block;
}
.msm-segmentation-tag-select.group-mode.group-columns-2 .Select-option-group:nth-child(n - 2) {
  margin-top: 0;
}
.msm-segmentation-tag-select.group-mode.group-columns-2 .Select-option-group:nth-child(n + 3) {
  margin-top: 18px;
}
.msm-segmentation-tag-select.group-mode .Select-menu {
  max-height: 250px;
}
.msm-segmentation-tag-select .Select-item {
  max-width: calc(100% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-segmentation-tag-select .Select-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-segmentation-tag-select .Select-item-label > div {
  line-height: 22px;
}
.msm-segmentation-tag-select .Select-control {
  border-radius: 4px 0 0 4px;
  min-height: 34px;
}
.msm-segmentation-tag-select.Select .Select-control {
  padding-right: 17px;
  padding-bottom: 1px;
}
.msm-segmentation-tag-select.multiline .Select-control {
  border-radius: 4px 0 4px 4px;
}
.msm-new-segmentation-tag-modal.msm-modal-panel {
  overflow: visible;
}
.msm-segmentation-tag-form__description {
  max-height: 180px;
}
.msm-segmentation-tag-form__group.msm-auto-complete-text-input {
  width: 240px;
}
.msm-segmentation-tag-form__spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.msm-segmentation-tag-form__error > .alert {
  margin-top: 24px;
  margin-bottom: 16px;
}
.msm-segmentation-tag-form__form-buttons {
  padding-top: 12px;
}
.msm-segmentation-tag-form__form-buttons button:first-of-type {
  margin-right: 16px;
}
/**
 * ROLES INPUT
 */
.roles-input.form-group {
  width: auto;
}
.roles-input > label {
  display: block;
}
.roles-input input[type="radio"] {
  display: none;
}
.roles-input input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(radio_buttons.fde4a5e.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 8px;
}
.roles-input input[type="radio"]:checked + span::before {
  background-position: -18px 0;
}
.roles-input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roles-input__container > label.radio-inline {
  padding-left: 24px;
  margin: 0;
}
.roles-input__container > label.radio-inline:first-of-type {
  padding-left: 0;
}
/**
 * SPINNER
 */
.msm-spinner {
  background: url(spinner_dark_28x28.8b1d0d7.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
.msm-spinner--vPad {
  margin-top: 20px;
  margin-bottom: 20px;
}
@keyframes animate-spin {
  to {
    background-position: 0 -532px;
  }
  from {
    background-position: 0 0;
  }
}
@-webkit-keyframes animate-spin {
  to {
    background-position: 0 -532px;
  }
  from {
    background-position: 0 0;
  }
}
.msm-spinner {
  -webkit-animation: animate-spin 0.8s steps(19) infinite;
  animation: animate-spin 0.8s steps(19) infinite;
}
.msm-spinner--small {
  background: url(spinner_dark_18x18.a7db8f6.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}
@keyframes animate-spin-small {
  to {
    background-position: 0 -342px;
  }
  from {
    background-position: 0 0;
  }
}
@-webkit-keyframes animate-spin-small {
  to {
    background-position: 0 -342px;
  }
  from {
    background-position: 0 0;
  }
}
.msm-spinner--small {
  -webkit-animation: animate-spin-small 0.8s steps(19) infinite;
  animation: animate-spin-small 0.8s steps(19) infinite;
}
/**
 * STATIC FIELD
 */
.msm-static-field p {
  margin: 0;
}
/**
 * CHECKBOX
 */
.msm-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(checkboxes_12px.2305c26.png) no-repeat - 20px 0;
}
.msm-checkbox.pressed {
  background: url(checkboxes_12px.2305c26.png) no-repeat 0 0;
}
.msm-checkbox.checked {
  background: url(checkboxes_12px.2305c26.png) no-repeat -20px;
}
.msm-checkbox.checked .pressed {
  background: url(checkboxes_12px.2305c26.png) no-repeat - 0px;
}
.msm-checkbox-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.msm-checkbox-set input[type="checkbox"] {
  margin-right: 10px;
}
.msm-checkbox-set input[type="checkbox"] + label {
  font-weight: normal;
}
/**
 * RADIO BUTTON
 */
.msm-radio-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.msm-radio-set > .group-heading {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
}
.msm-radio-set input[type="radio"] {
  margin-right: 10px;
}
.msm-radio-set > label,
.msm-radio-set > .coupled-component > label {
  font-weight: normal;
}
.msm-radio-set > .coupled-component {
  margin-bottom: 8px;
}
.msm-radio-set > .coupled-component > * {
  margin-top: 10px;
  margin-left: 22px;
  margin-bottom: 0;
}
.msm-radio-set > .coupled-component > label {
  margin-left: 0;
}
/**
 * LIST STATUS BADGE
 */
.msm-list-status-cell {
  display: inline-block;
  vertical-align: bottom;
}
.msm-list-status-cell .spinner {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
@-webkit-keyframes spin {
  100% {
    background-position: -380px;
  }
}
@keyframes spin {
  100% {
    background-position: -380px;
  }
}
.msm-list-status-cell .transitioning,
.msm-list-status-cell .updating,
.msm-list-status-cell .unpublishing,
.msm-list-status-cell .archiving,
.msm-list-status-cell .deleting,
.msm-list-status-cell .publishing,
.msm-list-status-cell .validating {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
.msm-list-status-cell .archiving-error,
.msm-list-status-cell .deleting-error,
.msm-list-status-cell .publishing-error {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #e10a15;
  vertical-align: top;
}
.msm-list-status-cell .draft {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
}
.msm-list-status-cell .live,
.msm-list-status-cell .published {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #30a038;
  vertical-align: top;
}
.msm-list-status-cell .archived,
.msm-list-status-cell .unpublished {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #888888;
  vertical-align: top;
}
/**
 * ITEM STATUS BADGE
 */
.msm-item-status-cell {
  display: inline-block;
  vertical-align: bottom;
}
.msm-item-status-cell .spinner {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 1px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
@keyframes spin {
  100% {
    background-position: -380px;
  }
}
.msm-item-status-cell .transitioning,
.msm-item-status-cell .approving,
.msm-item-status-cell .archiving,
.msm-item-status-cell .deleting,
.msm-item-status-cell .expiring,
.msm-item-status-cell .instantiating,
.msm-item-status-cell .unexpiring,
.msm-item-status-cell .validating,
.msm-item-status-cell .publishing,
.msm-item-status-cell .unpublishing,
.msm-item-status-cell .updating {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 1px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
.msm-item-status-cell .draft {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
}
.msm-item-status-cell .archived,
.msm-item-status-cell .expired {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #888888;
  vertical-align: top;
}
.msm-item-status-cell .not-offerable {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #e10a15;
  vertical-align: top;
}
.msm-item-status-cell .offerable,
.msm-item-status-cell .offerable-more-not-offerable,
.msm-item-status-cell .offers-instantiated,
.msm-item-status-cell .offers-instantiated-more-not-offerable,
.msm-item-status-cell .offers-instantiated-more-offerable {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #ff9326;
  vertical-align: top;
}
.msm-item-status-cell .offered {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #30a038;
  vertical-align: top;
}
.msm-item-status-cell .offered-more-instantiated,
.msm-item-status-cell .offered-more-not-offerable,
.msm-item-status-cell .offered-more-offerable,
.msm-item-status-cell .offered-more-offers-instantiated {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #006dd9;
  vertical-align: top;
}
.msm-item-status-cell .published {
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #30a038;
  vertical-align: top;
}
/**
 * BADGES
 */
.msm-item-type,
.msm-badge,
.msm-subtype-badge {
  padding: 2px 4px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: default;
  vertical-align: top;
}
.msm-item-type > span,
.msm-badge > span,
.msm-subtype-badge > span,
.msm-item-type > div,
.msm-badge > div,
.msm-subtype-badge > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
}
.msm-badge,
.msm-subtype-badge {
  border: 1px solid #888;
  background-color: #ffffff;
  text-transform: uppercase;
}
.msm-badge > span,
.msm-subtype-badge > span,
.msm-badge > div,
.msm-subtype-badge > div {
  color: #888;
}
.msm-item-type {
  background-color: #373737;
}
.msm-item-type.msm-item-type-movie {
  background-color: #ff5094;
}
.msm-item-type.msm-item-type-event {
  background-color: #5ce46a;
}
.msm-item-type.msm-item-type-competition {
  background-color: #ea4439;
}
.msm-item-type.msm-item-type-stage {
  background-color: #999999;
}
.msm-item-type.msm-item-type-confederation {
  background-color: #d57163;
}
.msm-item-type.msm-item-type-team {
  background-color: #0d933b;
}
.msm-item-type.msm-item-type-persona {
  background-color: #ffd643;
}
.msm-item-type.msm-item-type-trailer {
  background-color: #ff9326;
}
.msm-item-type.msm-item-type-show {
  background-color: #002db2;
}
.msm-item-type.msm-item-type-season {
  background-color: #006dd9;
}
.msm-item-type.msm-item-type-episode {
  background-color: #009ae1;
}
.msm-item-type.msm-item-type-program {
  background-color: #b973ff;
}
.msm-item-type.msm-item-type-livechannel {
  background-color: #424242;
}
.msm-item-type.msm-item-type-extra {
  background-color: #373737;
}
.msm-item-type.msm-item-type-any {
  width: 34px;
}
.msm-item-type.msm-item-type-customasset {
  background-color: #4b3793;
}
.msm-item-type.msm-item-type-link {
  background-color: #008131;
}
.msm-item-type.msm-item-type-link:before {
  font-family: "msm icons";
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  content: "\E905";
}
.msm-item-type.msm-item-type-link > span {
  display: none;
}
.msm-subtype-badge {
  width: auto;
  max-width: 170px;
  padding: 0 3px;
}
.msm-subtype-badge__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-subtype-badge__inner > div {
  font-size: 11px;
}
.msm-subtype-badge--movie {
  border-color: #ff5094;
}
.msm-subtype-badge--movie > span,
.msm-subtype-badge--movie > div {
  color: #ff5094;
}
.msm-subtype-badge--trailer {
  border-color: #ff9326;
}
.msm-subtype-badge--trailer > span,
.msm-subtype-badge--trailer > div {
  color: #ff9326;
}
.msm-subtype-badge--show {
  border-color: #002db2;
}
.msm-subtype-badge--show > span,
.msm-subtype-badge--show > div {
  color: #002db2;
}
.msm-subtype-badge--season {
  border-color: #006dd9;
}
.msm-subtype-badge--season > span,
.msm-subtype-badge--season > div {
  color: #006dd9;
}
.msm-subtype-badge--episode {
  border-color: #009ae1;
}
.msm-subtype-badge--episode > span,
.msm-subtype-badge--episode > div {
  color: #009ae1;
}
.msm-subtype-badge--program {
  border-color: #b973ff;
}
.msm-subtype-badge--program > span,
.msm-subtype-badge--program > div {
  color: #b973ff;
}
.msm-subtype-badge--livechannel {
  border-color: #424242;
}
.msm-subtype-badge--livechannel > span,
.msm-subtype-badge--livechannel > div {
  color: #424242;
}
.msm-subtype-badge--extra {
  border-color: #373737;
}
.msm-subtype-badge--extra > span,
.msm-subtype-badge--extra > div {
  color: #373737;
}
.msm-subtype-badge--link {
  border-color: #008131;
}
.msm-subtype-badge--link > span,
.msm-subtype-badge--link > div {
  color: #008131;
}
.msm-subtype-badge--customasset {
  border-color: #4b3793;
}
.msm-subtype-badge--customasset > span,
.msm-subtype-badge--customasset > div {
  color: #4b3793;
}
.msm-subtype-badge--isNotLive {
  border-color: #e6e6e6;
}
.msm-subtype-badge--isNotLive > span,
.msm-subtype-badge--isNotLive > div {
  color: #e6e6e6;
}
/**
 * DATE TIME PICKER
 */
.msm-time-input.disabled {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-time-input .form-group {
  width: 60px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.msm-time-input .form-group.msm-text-input {
  margin-right: 0;
}
.msm-time-input .msm-drop-select {
  margin-left: 8px;
  width: 60px;
}
.msm-date-picker {
  position: relative;
  margin-right: 8px;
}
.msm-date-picker .rdt {
  width: 100%;
}
.msm-date-picker .rdtPicker {
  display: block;
  position: absolute;
  top: 40px;
  z-index: 1;
  border: 1px solid #c8c8c8;
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.msm-date-picker .rdtPicker table {
  width: 248px;
  text-align: right;
}
.msm-date-picker .rdtPicker table thead > tr:first-child {
  height: 36px;
  background-color: #e6e6e6;
  color: #00867e;
}
.msm-date-picker .rdtPicker table thead > tr:first-child :hover {
  background-color: #f0f0f0;
  text-decoration: underline;
  cursor: pointer;
}
.msm-date-picker .rdtPicker table th {
  font-weight: normal;
  text-align: center;
}
.msm-date-picker .rdtPicker table td:hover {
  background-color: #cee9e7;
  cursor: pointer;
}
.msm-date-picker .rdtPicker table button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: transparent;
}
.msm-date-picker .rdtPicker table button::before {
  position: absolute;
  left: 14px;
  top: 12px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.msm-date-picker .rdtPicker table .prev {
  border-right: 1px solid #c8c8c8;
}
.msm-date-picker .rdtPicker table .prev button::before {
  border-right: 7px solid #888;
}
.msm-date-picker .rdtPicker table .next {
  border-left: 1px solid #c8c8c8;
}
.msm-date-picker .rdtPicker table .next button::before {
  border-left: 7px solid #888;
}
.msm-date-picker .rdtPicker table .prev,
.msm-date-picker .rdtPicker table .next {
  position: relative;
  width: 36px;
}
.msm-date-picker .rdtPicker table .active {
  background-color: #7bbeba;
}
.msm-date-picker .rdtPicker table .disabled {
  color: #aaaaaa;
  cursor: not-allowed !important;
}
.msm-date-picker .rdtPicker table .today {
  border: 1px solid #00756e;
}
.msm-date-picker .rdtPicker table .old,
.msm-date-picker .rdtPicker table .new {
  color: #aaaaaa;
}
.msm-date-picker .rdtPicker .rdtDays tr {
  height: 20px;
}
.msm-date-picker .rdtPicker .rdtDays td {
  min-width: 35px;
  padding: 7px 10px 7px 5px;
}
.msm-date-picker .rdtPicker .rdtMonths td,
.msm-date-picker .rdtPicker .rdtYears td {
  min-width: 62px;
}
.msm-date-picker .rdtPicker .rdtMonths tr,
.msm-date-picker .rdtPicker .rdtYears tr {
  height: calc(64.66666667px);
  text-align: center;
}
.msm-date-picker .calendar-icon {
  display: block;
  position: absolute;
  top: 2px;
  right: 3px;
  height: 27px;
  width: 26px;
  background: url(icon_calendar_26x27.e9d0c94.png) no-repeat 0 0;
}
.msm-date-picker .calendar-icon:hover {
  background: url(icon_calendar_26x27.e9d0c94.png) no-repeat - 26px 0;
  cursor: pointer;
}
.msm-date-picker .calendar-icon.disabled {
  background: url(icon_calendar_26x27.e9d0c94.png) no-repeat 0 0;
  cursor: not-allowed;
}
.msm-date-picker.expand-upwards .rdtPicker {
  top: -235px;
}
.msm-date-picker.hide-calendar .rdtPicker {
  display: none;
}
/**
 * SCROLLBAR
 */
.msm-scrollarea-content {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.msm-scrollarea {
  position: relative;
  overflow: hidden;
}
.msm-scrollarea .scrollbar-container {
  position: absolute;
  background-color: transparent;
  opacity: 0.1;
  z-index: 4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.msm-scrollarea .scrollbar-container.horizontal {
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
}
.msm-scrollarea .scrollbar-container.horizontal .scrollbar {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background-color: black;
  margin-top: 3px;
}
.msm-scrollarea .scrollbar-container.vertical {
  width: 12px;
  height: 100%;
  right: 0;
  top: 0;
}
.msm-scrollarea .scrollbar-container.vertical .scrollbar {
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background-color: black;
  margin-left: 2px;
}
.msm-scrollarea .scrollbar-container:hover,
.msm-scrollarea .scrollbar-container.active {
  background-color: white;
  opacity: 0.5 !important;
}
.msm-scrollarea:hover .scrollbar-container {
  opacity: 0.2;
}
/**
 * TOOLTIP
 */
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

#tooltip-layer {
  /* Prevents mouse events on modern browsers except for IE9/10 */
  pointer-events: none;
}
.rc-tooltip {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  z-index: 3000;
}
.rc-tooltip-arrow {
  display: none;
}
.rc-tooltip-placement-right {
  margin-left: 10px;
  padding: 0 10px;
}
.rc-tooltip-placement-right > .rc-tooltip-arrow {
  margin-top: -10px;
  border: 0;
}
.rc-tooltip-placement-bottom {
  margin-left: 5px;
  padding: 0 5px;
}
.rc-tooltip-placement-bottom > .rc-tooltip-arrow {
  margin-top: -5px;
  border: 0;
}
.rc-tooltip-inner {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  max-width: 300px;
  min-height: 18px;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.rc-tooltip-inner .page-row-count-info-tooltip {
  display: block;
}
.rc-tooltip-inner .page-row-count-info-tooltip span {
  display: block;
}
/**
 *  FORM PAGE
 */
.msm-form-page .msm-full-width {
  width: auto;
  max-width: 836px;
  min-width: 400px;
}
.msm-form-page-section {
  width: 400px;
  background: #f3f3f3;
  padding: 24px;
  padding-top: 14px;
  margin-bottom: 24px;
}
.msm-form-page-section > h4 {
  color: #00867e;
  margin-bottom: 22px;
}
.msm-inline-form-label {
  margin-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
/**
 * TEXT INPUTS
 */
.msm-text-area {
  line-height: 1.4;
  padding-bottom: 16px;
  padding-top: 8px;
  resize: none;
}
#customTextArea {
  resize: var(--textarea-resize);
  height: var(--textarea-height);
}
.msm-text-input .control-sub-label {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.msm-text-input .msm-text-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-text-input .msm-text-input-group .form-group {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  margin-bottom: 0px;
  margin-right: 0px;
}
.msm-text-input .msm-text-input-group .msm-max-chars {
  position: absolute;
  line-height: 1.3;
  right: -128px;
  width: 120px;
  color: #aaaaaa;
  font-size: 12px;
}
.msm-form-page .msm-text-with-max-chars {
  margin-right: 108px;
}
/**
 * INPUT ERROR GROUP
 */
.msm-input-error-group {
  margin-bottom: 22px;
}
.msm-input-error-group > .form-group {
  margin-bottom: 2px;
}
.msm-input-error-group .msm-input-error-group-message {
  position: relative;
  color: #e10a15;
  font-size: 12px;
  padding-top: 2px;
  display: inline-block;
}
/**
 * LISTS
 */
.msm-drag-handle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  height: 17px;
  cursor: move;
  background: url(icon_reorder_43x17.131e23f.png) no-repeat 0 0;
  position: relative;
}
.msm-drag-handle:hover {
  background-position: -22px 0;
}
.msm-drag-handle:after {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -5px;
  right: -5px;
}
.msm-drag-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.msm-drag-preview .msm-drag-handle {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 11px;
}
.msm-drop-zone {
  padding: 0;
}
.msm-remove-row-btn {
  color: #00a79d;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(icon_remove_39x18.7b668a2.png) no-repeat 0 0;
  position: relative;
}
.msm-remove-row-btn:hover {
  background-position: -20px 0;
}
.msm-remove-row-btn:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.msm-create-new-row-btn,
.msm-create-first-row-btn {
  cursor: cell;
}
.msm-create-new-row-btn *,
.msm-create-first-row-btn * {
  pointer-events: none;
}
.msm-create-new-row-btn {
  -webkit-transform: scale3d(1, 1, 1);
}
.msm-list-metadata-section {
  margin-bottom: 17px;
}
.msm-list-metadata-section.title {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000000;
}
.msm-list-metadata-section.note {
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
.msm-list-common-section {
  width: 100%;
  margin-bottom: 24px;
}
.msm-list-common-section .form-group {
  margin-bottom: 4px;
}
.msm-list-name-note {
  font-size: 12px;
  line-height: 19px;
  color: #808080;
}
.msm-note {
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  margin-bottom: 24px;
}
/**
 * STATUS BADGE
 */
.msm-status {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  background-color: #30a038;
  vertical-align: top;
}
.msm-status.msm-status-archived,
.msm-status.msm-status-expired,
.msm-status.msm-status-pending,
.msm-status.msm-status-suspended,
.msm-status.msm-status-retired {
  background-color: #aaaaaa;
}
.msm-status.msm-status-not-offerable,
.msm-status.msm-status-archiving-error,
.msm-status.msm-status-deleting-error,
.msm-status.msm-status-publishing-error {
  background-color: #e10a15;
}
.msm-status.msm-status-offerable,
.msm-status.msm-status-offerable-more-not-offerable,
.msm-status.msm-status-offers-instantiated,
.msm-status.msm-status-offers-instantiated-more-not-offerable,
.msm-status.msm-status-offers-offers-instantiated-more-offerable {
  background-color: #ff9326;
}
.msm-status.msm-status-offered-more-instantiated,
.msm-status.msm-status-offered-more-not-offerable,
.msm-status.msm-status-offered-more-offerable,
.msm-status.msm-status-offered-more-offers-instantiated {
  background-color: #006dd9;
}
.msm-status.msm-status-deleted,
.msm-status.msm-status-draft,
.msm-status.msm-status-preapproved,
.msm-status.msm-status-ingestion-lock {
  background-color: transparent;
  padding: 3px 7px;
  border: 1px solid #888;
  color: #888;
}
.msm-status.msm-status-transition {
  background-color: transparent;
  color: #888;
  font-size: 28px;
  line-height: 6px;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}
/**
 * MODAL OVERLAY
 */
.msm-modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2200;
  background-color: rgba(0, 0, 0, 0.7);
}
.msm-modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
}
.overlay-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.overlay-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.msm-modal-row {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.msm-modal-panel {
  background-color: #ffffff;
  padding: 24px;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
}
.msm-modal-close-button {
  background: url(modal-close-button_26x26.6e77290.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -34px;
  top: -2px;
  cursor: pointer;
}
/**
 * EDITABLE TEXT
 */
.msm-editable-text {
  padding: 4px;
  margin: -4px;
}
.msm-editable-text:focus {
  background-color: #ffffff;
  color: #33b9b1;
}
.msm-editable-text:focus,
.msm-editable-text:hover {
  outline: 1px solid #c8c8c8;
  cursor: text;
}
.msm-editable-text[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
/**
 * DROP LIST
 */
.msm-drop-list.expandUpwards .msm-drop-list-options-container {
  position: absolute;
  bottom: 0;
}
.msm-drop-list .msm-drop-list-options-container {
  overflow-y: auto;
  width: 100%;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options {
  width: 100%;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options > :first-child {
  margin-top: 6px;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options > :last-child {
  margin-bottom: 6px;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options .msm-drop-list-option {
  padding: 4px 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options .msm-drop-list-option.selected {
  background-color: #f0f0f0;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options .msm-drop-list-option.underline {
  border-bottom: 1px solid #cccccc;
}
.msm-drop-list .msm-drop-list-options-container .msm-drop-list-options .msm-drop-list-group {
  font-weight: 700;
  padding-top: 8px;
}
/**
 * AUTO COMPLETE TEXT INPUT
 */
.msm-auto-complete-text-input {
  position: relative;
}
.msm-auto-complete-text-input .form-group {
  margin-bottom: 0;
  width: auto;
}
.msm-auto-complete-text-input .loading-spinner {
  position: absolute;
  background: #ffffff;
  width: 24px;
  height: 18px;
  right: 8px;
  top: 8px;
}
.msm-auto-complete-text-input .loading-spinner div {
  float: right;
}
.msm-auto-complete-text-input .msm-drop-list {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.msm-auto-complete-text-input .msm-drop-list .msm-drop-list-options-container {
  z-index: 1;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.msm-auto-complete-text-input.expand-upwards .msm-drop-list {
  top: 1px;
}
.msm-auto-complete-text-input.expand-upwards .msm-drop-list .msm-drop-list-options-container {
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/**
 * LIST PREVIEW
 */
.msm-image-thumbnail {
  background-color: #e6e6e6;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.msm-image-thumbnail.msm-image-any-ratio {
  border: 1px solid #bbb;
  -o-object-fit: contain;
     object-fit: contain;
}
.msm-image-thumbnail.msm-thumbnail-poster {
  width: 90px;
  height: 135px;
}
.msm-image-thumbnail.msm-thumbnail-poster-wallpaper {
  width: 90px;
  height: 135px;
}
.msm-image-thumbnail.msm-lp-thumb-poster {
  width: 83px;
  height: 124px;
}
.msm-image-thumbnail.msm-thumbnail-tile {
  width: 160px;
  height: 90px;
}
.msm-image-thumbnail.msm-lp-thumb-tile {
  width: 148px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-block {
  width: 120px;
  height: 90px;
}
.msm-image-thumbnail.msm-lp-thumb-block {
  width: 111px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-wallpaper {
  width: 160px;
  height: 90px;
}
.msm-image-thumbnail.msm-lp-thumb-wallpaper {
  width: 148px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-hero {
  width: 252px;
  height: 84px;
}
.msm-image-thumbnail.msm-lp-thumb-hero {
  width: 249px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-hero-block {
  width: 120px;
  height: 90px;
}
.msm-image-thumbnail.msm-lp-thumb-hero-block {
  width: 111px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-banner {
  width: 252px;
  height: 36px;
}
.msm-image-thumbnail.msm-thumbnail-banner span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.msm-image-thumbnail.msm-lp-thumb-banner {
  width: 249px;
  height: 36px;
}
.msm-image-thumbnail.msm-thumbnail-square {
  width: 120px;
  height: 120px;
}
.msm-image-thumbnail.msm-lp-thumb-square {
  width: 83px;
  height: 83px;
}
.msm-image-thumbnail.msm-thumbnail-tall {
  width: 90px;
  height: 180px;
}
.msm-image-thumbnail.msm-lp-thumb-tall {
  width: 62px;
  height: 124px;
}
.msm-image-thumbnail.msm-thumbnail-wide {
  width: 180px;
  height: 90px;
}
.msm-image-thumbnail.msm-lp-thumb-wide {
  width: 124px;
  height: 62px;
}
.msm-image-thumbnail.msm-thumbnail-brand {
  width: 160px;
  height: 160px;
}
.msm-image-thumbnail.msm-lp-thumb-brand {
  width: 124px;
  height: 124px;
}
.msm-image-thumbnail.msm-thumbnail-badge {
  width: 80px;
  height: 80px;
}
.msm-image-thumbnail.msm-lp-thumb-badge {
  width: 124px;
  height: 124px;
}
.msm-image-thumbnail[class*="msm-thumbnail-logo"] {
  width: 160px;
  height: 90px;
  background: #f5f5f5;
  border: none;
}
.msm-image-thumbnail[class*="msm-lp-thumb-logo"] {
  width: 124px;
  height: 124px;
}
.msm-image-thumbnail.msm-thumbnail-icon {
  width: 80px;
  height: 80px;
}
.msm-image-thumbnail.msm-lp-thumb-icon {
  width: 83px;
  height: 83px;
}
.msm-image-thumbnail[class*="msm-thumbnail-custom"] {
  width: 160px;
  height: 160px;
}
.msm-image-thumbnail[class*="msm-lp-thumb-custom"] {
  width: 124px;
  height: 124px;
}
.msm-list-preview.no-content {
  height: 124px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-list-preview.no-content .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-list-preview.no-content .message > h5 {
  display: inline-block;
  font-size: 14px;
  color: #888;
}
.msm-list-preview.no-content .message > .msm-spinner--small {
  display: inline-block;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.msm-list-preview .msm-list-preview-link {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.msm-list-preview .msm-list-preview-link:last-child {
  margin-right: 0px;
}
.msm-list-preview .msm-list-preview-link .errored {
  opacity: 1;
  border: 1px solid #bbb;
}
.msm-list-preview .msm-list-preview-link--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.msm-list-preview .msm-list-preview-link--overlay:hover {
  background: rgba(255, 255, 255, 0.5);
}
.msm-list-preview .msm-list-preview-link:hover {
  text-decoration: none;
}
.msm-list-preview .msm-scrollarea {
  white-space: nowrap;
  height: 100%;
}
.msm-list-preview .msm-scrollarea .scrollbar-container {
  background-color: #c8c8c8;
  opacity: 0.5;
}
.msm-list-preview .msm-scrollarea .scrollbar-container.horizontal {
  height: 6px;
}
.msm-list-preview .msm-scrollarea .scrollbar-container.horizontal .scrollbar {
  height: 100%;
  border-radius: 0;
  background: #888;
  margin: 0;
}
.msm-list-preview .msm-scrollarea .scrollbar-container:hover,
.msm-list-preview .msm-scrollarea .scrollbar-container.active {
  opacity: 1 !important;
}
.msm-list-preview .msm-scrollarea-content {
  display: inline-block;
  position: absolute;
}
.msm-list-preview-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.msm-list-preview-footer > .msm-aspect-ratio-control:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 55px;
  overflow: hidden;
}
.msm-list-preview-footer > .msm-aspect-ratio-control:first-child > a {
  margin-bottom: 4px;
}
.msm-list-preview-footer > .msm-aspect-ratio-control:first-child .list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-list-preview-footer > .msm-aspect-ratio-control:first-child .list-title > p {
  font-size: 14px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 0;
  margin-right: 4px;
}
.msm-list-preview-footer > .msm-aspect-ratio-control:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 15px;
}
.msm-list-preview-spinner {
  display: inline-block;
  float: right;
}
div.msm-image-not-found {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  background: #c8c8c8 !important;
  font-size: 12px;
  padding: 1em 0;
  color: #ffffff;
  vertical-align: middle;
  white-space: normal;
}
div.msm-image-not-found > span {
  margin: auto;
  white-space: normal;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.msm-page-entry-schedule-frame .msm-image-preview-container .msm-image.msm-image-not-found {
  width: 196px !important;
}
.msm-image-preview-container .msm-image-not-found {
  width: 120px;
  height: 90px;
}
.msm-image-preview-thumbnail .msm-image.errored {
  opacity: 1;
}
.msm-aspect-ratio-control {
  margin-top: 12px;
  display: inline-block;
}
.msm-aspect-ratio-control > * {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
}
.msm-aspect-ratio-control > *:last-child {
  margin-right: 0;
}
.msm-aspect-ratio-control.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.msm-aspect-ratio-control.disabled .msm-aspect-ratio-btn {
  background-color: #aaaaaa;
  color: #373737;
}
.msm-aspect-ratio-control .msm-list-total-row-number {
  margin-right: 16px;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons {
  display: inline-block;
  border: 1px solid #c8c8c8;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons > .msm-aspect-ratio-btn {
  border-right: 1px solid #c8c8c8;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons:last-child {
  border-right: none;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn {
  min-width: 48px;
  height: 24px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  background-color: #ffffff;
  color: #373737;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn.active,
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn.active:hover {
  background-color: #00756e;
  color: #ffffff;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn:hover {
  background-color: #bbe3e1;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn.singular {
  background-color: transparent;
  color: #373737;
  cursor: auto;
}
.msm-aspect-ratio-control .msm-aspect-ratio-buttons .msm-aspect-ratio-btn.singular:hover {
  background-color: transparent;
  color: #373737;
}
/**
 * INFO TOOLTOP
 */
.msm-metadata-info-tooltip {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #c8c8c8;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
}
.msm-metadata-info-tooltip:hover {
  background-color: #aaaaaa;
}
.msm-metadata-info-tooltip > span {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
/**
 * ERROR TOOLTOP
 */
.msm-metadata-error-tooltip {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #e10a15;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
}
.msm-metadata-error-tooltip > span {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
.msm-metadata-error-tooltip.msm-metadata-error-tooltip-warn {
  background: url(icon_warning_dark.ce14e8a.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  border-radius: 0;
}
.msm-metadata-error-tooltip.msm-metadata-error-tooltip-warn > span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.msm-image {
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.msm-image.loaded {
  opacity: 1;
}
.msm-page-entry-summary .img-frame .msm-image.loaded {
  max-height: 90px !important;
}
/**
 * SIMPLE TABLE
 */
.msm-simple-table > table > thead > tr > th {
  padding: 16px 8px;
  text-align: left;
  background-color: #e6e6e6;
  border: 1px solid #c8c8c8;
}
.msm-simple-table > table > thead > tr > th.sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-simple-table > table > thead > tr > th.sortable:hover {
  background-color: #dcdcdc;
}
.msm-simple-table > table > thead > tr > th.sortable:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-bottom: 2px;
  margin-left: 6px;
}
.msm-simple-table > table > thead > tr > th.sortable.ascending:after {
  border-bottom: 6px solid #000000;
}
.msm-simple-table > table > thead > tr > th.sortable.descending:after {
  border-top: 6px solid #000000;
}
.msm-simple-table > table > tbody > tr > td {
  padding: 16px 12px;
  border: 1px solid #f0f0f0;
}
.msm-simple-table > table > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}
.msm-simple-table > table > tbody > tr:hover {
  background-color: #bbe3e1;
}
/**
 * ITEM & LIST PICKER
 */
.page-picker .msm-drop-list .msm-drop-list-options .msm-drop-list-option,
.item-picker .msm-drop-list .msm-drop-list-options .msm-drop-list-option,
.item-list-picker .msm-drop-list .msm-drop-list-options .msm-drop-list-option {
  padding: 0;
}
.page-picker .row-cell,
.item-picker .row-cell,
.item-list-picker .row-cell {
  width: 100%;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-picker .row-cell .msm-row-image,
.item-picker .row-cell .msm-row-image,
.item-list-picker .row-cell .msm-row-image {
  margin-right: 10px;
  width: 36px;
}
.page-picker .row-cell .msm-row-image > span,
.item-picker .row-cell .msm-row-image > span,
.item-list-picker .row-cell .msm-row-image > span {
  border-radius: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #e6e6e6;
}
.page-picker .row-cell .msm-row-image > span > span,
.item-picker .row-cell .msm-row-image > span > span,
.item-list-picker .row-cell .msm-row-image > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: cover;
}
.page-picker .row-cell .msm-row-image--channel > span,
.item-picker .row-cell .msm-row-image--channel > span,
.item-list-picker .row-cell .msm-row-image--channel > span {
  border-radius: 0;
  background: transparent;
}
.page-picker .row-cell .msm-row-image--channel > span > span,
.item-picker .row-cell .msm-row-image--channel > span > span,
.item-list-picker .row-cell .msm-row-image--channel > span > span {
  border-radius: 0;
}
.page-picker .row-cell .msm-row-text,
.item-picker .row-cell .msm-row-text,
.item-list-picker .row-cell .msm-row-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: normal;
  color: #373737;
  min-width: 25px;
}
.page-picker .row-cell .msm-row-text > div,
.item-picker .row-cell .msm-row-text > div,
.item-list-picker .row-cell .msm-row-text > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-picker .row-cell .msm-row-text :not(:last-child),
.item-picker .row-cell .msm-row-text :not(:last-child),
.item-list-picker .row-cell .msm-row-text :not(:last-child) {
  margin-bottom: 4px;
}
.page-picker .row-cell .msm-row-text .row-title,
.item-picker .row-cell .msm-row-text .row-title,
.item-list-picker .row-cell .msm-row-text .row-title {
  font-size: 13px;
}
.page-picker .row-cell .msm-row-text .row-list-name,
.item-picker .row-cell .msm-row-text .row-list-name,
.item-list-picker .row-cell .msm-row-text .row-list-name {
  font-size: 13px;
}
.page-picker .row-cell .msm-row-text .row-title-id,
.item-picker .row-cell .msm-row-text .row-title-id,
.item-list-picker .row-cell .msm-row-text .row-title-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-picker .row-cell .msm-row-text .row-title-id .row-title,
.item-picker .row-cell .msm-row-text .row-title-id .row-title,
.item-list-picker .row-cell .msm-row-text .row-title-id .row-title {
  font-size: 12px;
  color: #888;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-picker .row-cell .msm-row-text .row-title-id .divider,
.item-picker .row-cell .msm-row-text .row-title-id .divider,
.item-list-picker .row-cell .msm-row-text .row-title-id .divider {
  content: "";
  height: 12px;
  margin: 0 4px;
  border-right: 1px solid #888;
}
.page-picker .row-cell .msm-row-text .row-id,
.item-picker .row-cell .msm-row-text .row-id,
.item-list-picker .row-cell .msm-row-text .row-id {
  font-size: 12px;
  color: #888;
}
.page-picker .row-cell .msm-row-text .row-path {
  font-size: 12px;
  color: #888;
}
.page-picker .row-cell .msm-row-text .row-pipe {
  color: #aaaaaa;
  margin: 0px 5px;
}
.item-list-picker .msm-row-image {
  display: none;
}
.item-picker-container {
  position: relative;
  width: 100%;
}
.item-picker-container .item-picker-popup {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 100%;
}
.item-picker-container.expand-upwards .item-picker-popup {
  top: -199px;
}
.item-picker-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 400px;
  margin-left: 8px;
  min-height: 200px;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
}
.item-picker-popup__loading-spinner {
  margin: auto;
}
.item-picker-popup h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.item-picker-popup__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-picker-popup__image {
  display: inline-block;
  max-height: 80px;
  max-width: 160px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.item-picker-popup__metadata {
  display: inline-block;
}
.item-picker-popup__metadata p {
  font-size: 12px;
}
.item-picker-popup__description {
  margin-top: 6px;
  width: 100%;
  white-space: initial;
}
.item-picker-popup__badge-and-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-picker-popup__id {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid black;
}
.item-picker-popup p,
.item-picker-popup__badge-and-id {
  margin-bottom: 3px;
}
.item-picker .row-cell .msm-row-item-status {
  margin-left: 5px;
}
.item-picker .row-cell .msm-row-item-type {
  margin-left: 10px;
}
.item-picker .row-cell .msm-row-item-status + .msm-row-item-type {
  margin-left: 5px;
}
.item-picker .row-cell .msm-item-type {
  background-color: #c8c8c8;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-movie {
  background-color: #ff5094;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-event {
  background-color: #5ce46a;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-competition {
  background-color: #ea4439;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-stage {
  background-color: #999999;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-confederation {
  background-color: #d57163;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-trailer {
  background-color: #ff9326;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-show {
  background-color: #002db2;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-season {
  background-color: #006dd9;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-team {
  background-color: #0d933b;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-episode {
  background-color: #009ae1;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-persona {
  background-color: #ffd643;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-program {
  background-color: #b973ff;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-livechannel {
  background-color: #424242;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-extra {
  background-color: #373737;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-customasset {
  background-color: #4b3793;
}
.item-picker .selected .row-cell .msm-item-type.msm-item-type-link {
  background-color: #008131;
}
.item-picker-item-type-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 0;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.item-picker-item-type-filter .filter-inactive .msm-item-type {
  background-color: #c8c8c8;
}
.item-picker-item-type-filter .msm-item-type {
  cursor: pointer;
}
.msm-progressbar {
  display: block;
  height: 10px;
}
.msm-progressbar .progressbar {
  display: block;
  background-color: #c8c8c8;
  height: 10px;
  width: 0;
  -webkit-transition: width 200ms;
  transition: width 200ms;
}
.msm-image-preview-thumbnail {
  display: inline-block;
  background-size: cover;
}
.msm-image-preview-thumbnail .active-badge {
  font-size: 12px;
  font-weight: 700;
  color: #30a038;
  margin-top: 8px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
.msm-image-preview-thumbnail .active-badge:before {
  font-family: "msm icons";
  content: "\E90E";
  line-height: 1em;
  font-size: 10px;
  margin-right: 3px;
}
.msm-image-preview-thumbnail > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 72px;
  min-height: 28px;
}
.msm-image-preview-thumbnail > div:first-child > img {
  background-color: #e6e6e6;
  width: auto;
  height: auto;
}
.msm-image-preview-thumbnail .image-thumbnail-options {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.msm-image-preview-thumbnail .image-thumbnail-options > .preview-mag {
  position: relative;
}
.msm-image-preview-thumbnail .image-thumbnail-options > .preview-mag:before {
  position: absolute;
  font-size: 21px;
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E909";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-image-preview-thumbnail .image-thumbnail-options .thumbnail-corner-btn {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-image-preview-thumbnail .image-thumbnail-options .thumbnail-corner-btn:hover {
  border: 1px solid #888;
}
.msm-image-preview-thumbnail .image-thumbnail-options .activate-btn {
  position: relative;
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 2px;
  font-weight: 700;
  line-height: 20px;
}
.msm-image-preview-thumbnail .image-thumbnail-options .activate-btn:before {
  position: absolute;
  font-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90E";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-image-preview-thumbnail .image-thumbnail-options .activate-btn:hover {
  border: 1px solid #888;
}
.msm-image-preview-thumbnail .image-thumbnail-options .remove-btn {
  position: relative;
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 2px;
}
.msm-image-preview-thumbnail .image-thumbnail-options .remove-btn:before {
  position: absolute;
  font-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E906";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-image-preview-thumbnail .image-thumbnail-options .remove-btn:hover {
  border: 1px solid #888;
}
.msm-image-editor {
  display: block;
  width: 960px !important;
  max-height: none !important;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.msm-image-editor > .dropzone {
  padding: 24px;
}
.msm-image-editor > .dropzone.active {
  background-color: #e2efee;
}
.msm-image-editor > .dropzone.active > div {
  pointer-events: none;
}
.msm-image-editor > .dropzone.active .dropzone-prompt > .message {
  font-weight: bold;
}
.msm-image-editor > .dropzone.active .dropzone-prompt > .message:before {
  color: #33b9b1;
  font-weight: normal;
}
.msm-image-editor > .dropzone.active .dropzone-container {
  border-color: #00a79d;
}
.msm-image-editor > .dropzone.active .dropzone-container > .drop-state {
  display: table;
  background-color: #bbe3e1;
  opacity: 0.95;
}
.msm-image-editor .page-color-variant-modal {
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none;
}
.msm-image-editor .page-color-variant-modal .page-variant-label-wrapper {
  margin-bottom: 24px;
}
.msm-image-editor .page-color-variant-modal .page-variant-label-wrapper .msm-text-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-image-editor .page-color-variant-modal .page-variant-label-wrapper .msm-text-input-group > div:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.msm-image-editor .page-color-variant-modal .page-variant-label-wrapper .msm-text-input-group > div:last-child {
  position: static;
  margin-left: 13px;
}
.msm-image-editor .page-color-variant-modal .msm-full-width {
  margin-bottom: 11px;
}
.msm-image-editor .page-color-variant-modal .page-variant-label-info {
  color: #939393;
}
.msm-image-editor .modal-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.msm-image-editor .modal-heading > h1 {
  margin-bottom: 0;
}
.msm-image-editor .dropzone-prompt > .message {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #888;
  margin-right: 3px;
  line-height: 24px;
  padding-left: 30px;
}
.msm-image-editor .dropzone-prompt > .message:before {
  font-family: "msm icons";
  content: "\E90C";
  line-height: 1em;
  font-size: 24px;
  color: #aaaaaa;
  position: absolute;
  top: 0;
  left: 0;
}
.msm-image-editor .dropzone-prompt > .btn-default {
  border-color: white;
  padding: 0;
  line-height: 24px;
  border-radius: 0;
  border: 0;
}
.msm-image-editor .dropzone-prompt > .btn-default:hover {
  text-decoration: underline;
}
.msm-image-editor .dropzone-container {
  background-color: #f5f5f5;
  border: solid 1px #c8c8c8;
  position: relative;
  width: 100%;
  height: 460px;
}
.msm-image-editor .dropzone-container .drop-state {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  display: none;
}
.msm-image-editor .dropzone-container .drop-state.empty {
  display: table;
}
.msm-image-editor .dropzone-container .dropzone-prompt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  right: auto;
  top: auto;
}
.msm-image-editor .dropzone-container .dropzone-prompt > .message {
  line-height: 42px;
  font-size: 16px;
  color: #000000;
  padding-left: 50px;
}
.msm-image-editor .dropzone-container .dropzone-prompt > .message:before {
  font-size: 42px;
}
.msm-image-editor .dropzone-container .dual-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-image-editor .dropzone-container .canvas-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 752px;
  vertical-align: top;
  padding: 16px;
}
.msm-image-editor .dropzone-container .canvas-container.single {
  width: 100%;
}
.msm-image-editor .dropzone-container .canvas-container .image-cropper {
  margin-bottom: 24px;
}
.msm-image-editor .dropzone-container .canvas-container .image-cropper-loading {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  color: #888;
}
.msm-image-editor .dropzone-container .drawer-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  vertical-align: top;
  width: 158px;
  height: 460px;
  overflow-y: auto;
  border-left: solid 1px #c8c8c8;
  text-align: center;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel {
  display: inline-block;
  margin-top: 16px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn {
  display: block;
  width: 118px;
  margin-bottom: 10px;
  position: relative;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn:last-child {
  margin-bottom: 0;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img {
  position: relative;
  top: 0;
  left: 0;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img {
  height: 66px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.selected {
  outline: solid 2px #00a79d;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img:hover:not(.selected) {
  cursor: pointer;
  outline: 2px solid #81d1cc;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.cropped:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #81d1cc;
  opacity: 0.8;
  bottom: 0;
  left: 0;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.cropped:after {
  font-family: "msm icons";
  content: "\E908";
  line-height: 1em;
  font-size: 16px;
  text-align: center;
  color: #000000;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.upscaled:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  background-color: #000;
  opacity: 1;
  bottom: 6px;
  left: 10px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.upscaled:after {
  font-family: "msm icons";
  content: "\E90D";
  line-height: 1em;
  font-size: 16px;
  text-align: left;
  color: gold;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.corrupt:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  bottom: 6px;
  left: 10px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.corrupt:after {
  font-family: "msm icons";
  content: "\E90D";
  line-height: 1em;
  font-size: 16px;
  text-align: left;
  color: #e10a15;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .image-type-label {
  margin-top: 5px;
  padding-bottom: 4px;
  display: block;
  color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .preview-img.selected + span {
  color: #00a79d;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .remove-btn {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .remove-btn:before {
  position: absolute;
  font-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E906";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-img .remove-btn:hover {
  background-color: #000000;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn .thumbnail-footer {
  height: 20px;
}
.msm-image-editor .dropzone-container .drawer-container .drawer-panel .thumbnail-btn:hover .thumbnail-img .remove-btn {
  opacity: 1;
}
.msm-image-editor .image-options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msm-image-editor .image-options-wrapper .image-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msm-image-editor .image-options-wrapper .image-options > .msm-image-type-select {
  margin-top: -7px;
}
.msm-image-editor .image-options-wrapper .image-options .preview-btn {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}
.msm-image-editor .image-options-wrapper .image-options .preview-btn:before {
  position: absolute;
  font-size: 21px;
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E909";
  line-height: 1em;
  color: #000000;
  text-align: center;
}
.msm-image-editor .image-options-wrapper .image-options .preview-btn:hover {
  border-color: #c8c8c8;
  background-color: #f0f0f0;
}
.msm-image-editor .image-options-wrapper .image-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-image-editor .image-options-wrapper .image-profile .data-size,
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #888;
  width: 100%;
  height: 100%;
}
.msm-image-editor .image-options-wrapper .image-profile .data-size > span,
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info > span {
  margin-left: 5px;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info .upscaled {
  width: 20px;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info .upscaled:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 12px;
  background-color: #000;
  margin-left: 8px;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info .upscaled:after {
  font-family: "msm icons";
  content: "\E90D";
  line-height: 1em;
  position: absolute;
  font-size: 20px;
  text-align: left;
  color: gold;
  bottom: 43px;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info.corrupt .dimensions {
  color: #e10a15;
  padding-left: 20px;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info.corrupt .dimensions {
  font-style: italic;
}
.msm-image-editor .image-options-wrapper .image-profile .image-alert-info .magnification {
  font-weight: bold;
}
.msm-image-editor .cropper-view-box {
  outline: 2px dashed #00ff4d;
  outline-offset: -2px;
}
.msm-image-editor .action-container {
  margin-top: 23px;
}
.msm-image-editor .action-container > button {
  display: inline-block;
  margin-right: 16px;
}
.msm-image-editor .action-container > .btn-default {
  background: transparent;
  border-color: transparent;
}
.msm-image-editor .action-container > .btn-default:hover {
  text-decoration: underline;
}
.msm-image-editor .action-container > .upload-filesize {
  padding-top: 8px;
  color: #888;
}
.msm-image-editor .action-container > .upload-filesize--exceeded {
  color: #e10a15;
}
.msm-image-editor .action-container > .msm-spinner {
  margin-left: 16px;
}
.msm-image-editor .local-image-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  border: dashed 1px #00867e;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.msm-image-editor .local-image-loader .msm-progressbar {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
/**
 * IMAGES GRID VIEW
 */
.msm-images-view .msm-images-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}
.msm-images-view .msm-images-header > h1 {
  margin-bottom: 0;
}
.msm-images-view .msm-images-header > button {
  border: none;
  font-size: 16px;
  padding: 0;
}
.msm-images-view .msm-images-header > button:hover {
  text-decoration: underline;
}
.msm-images-view .msm-image-group {
  width: 100%;
  margin-bottom: 48px;
}
.msm-images-view .msm-image-group .msm-image-type-view > h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image,
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-add-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 20px;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 48px;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options .msm-remove-row-btn {
  margin-left: 4px;
  visibility: hidden;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options .activate-button {
  visibility: hidden;
  height: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #30a038;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options .activate-button:before {
  content: "A";
  color: #30a038;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options .active-button {
  visibility: visible;
  height: 16px;
  line-height: 16px;
  background-color: #30a038;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 11px;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image .image-options .active-button:before {
  content: "ACTIVE";
  color: #ffffff;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image:hover .image-options {
  pointer-events: auto;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image:hover .image-options .msm-remove-row-btn,
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-item-image:hover .image-options .activate-button {
  visibility: visible;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-image-any-ratio > div:first-child {
  background-color: #f5f5f5;
  width: 160px;
  height: 160px;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-image-any-ratio > div:first-child img {
  background-color: #ffffff;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-image-badge > div:first-child {
  width: 80px;
  height: 80px;
}
.msm-images-view .msm-image-group .msm-image-type-view .msm-item-images .msm-image-icon > div:first-child {
  width: 80px;
  height: 80px;
}
.msm-images-view .msm-other-image-types > .msm-image-type-view {
  display: inline-block;
  margin-right: 48px;
  margin-bottom: 20px;
  vertical-align: top;
}
.msm-images-view .msm-other-image-types > .msm-image-type-view > h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.msm-add-image .msm-image-thumbnail {
  cursor: pointer;
  background-color: transparent;
  border: 1px dashed #00a79d;
  position: relative;
}
.msm-add-image .msm-image-thumbnail:hover {
  border-style: solid;
  background-color: #cee9e7;
}
.msm-add-image .msm-image-thumbnail:focus {
  outline: 0 !important;
}
.msm-add-image .msm-image-thumbnail:before {
  position: absolute;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-add-image .msm-image-thumbnail[class*="msm-image-custom"] {
  border-radius: 80px;
}
.msm-add-image .msm-image-badge {
  border-radius: 20px;
}
.msm-add-image .msm-image-icon {
  border-radius: 20px;
}
.msm-add-image .data-size {
  color: #888;
}
.msm-add-image .dimensions {
  text-align: center;
  color: #00867e;
  margin-top: 8px;
  visibility: hidden;
}
.msm-add-image:hover .dimensions {
  visibility: visible;
}
/**
 * DROP SELECT INPUT
 */
.msm-drop-select {
  line-height: 1.2;
  width: 300px;
  background-color: #e6e6e6;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.msm-drop-select.open > button {
  pointer-events: none;
  cursor: default;
}
.msm-drop-select.open > button > .icon {
  opacity: 0;
}
.msm-drop-select:not(.expand-upwards).open > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.msm-drop-select:not(.expand-upwards) .msm-drop-list .msm-drop-list-options-container {
  border-top: 1px solid #e6e6e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.msm-drop-select.expand-upwards.open > button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.msm-drop-select.expand-upwards .msm-drop-list {
  top: 1px;
}
.msm-drop-select.expand-upwards .msm-drop-list .msm-drop-list-options-container {
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.msm-drop-select.has-default-option .msm-drop-list .msm-drop-list-option:first-of-type {
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
}
.msm-drop-select.has-default-option .msm-drop-list .msm-drop-list-option:nth-of-type(2) {
  margin-top: 6px;
}
.msm-drop-select > button,
.msm-drop-select .rc-tooltip-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  padding: 7px 5px 7px 8px;
}
.msm-drop-select > button:active,
.msm-drop-select .rc-tooltip-wrap button:active,
.msm-drop-select > button:focus,
.msm-drop-select .rc-tooltip-wrap button:focus,
.msm-drop-select > button:active:focus,
.msm-drop-select .rc-tooltip-wrap button:active:focus {
  outline: none;
}
.msm-drop-select > button.clickable:hover,
.msm-drop-select .rc-tooltip-wrap button.clickable:hover {
  background-color: #f0f0f0;
}
.msm-drop-select > button.disabled,
.msm-drop-select .rc-tooltip-wrap button.disabled {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaaaaa;
  background: none;
}
.msm-drop-select > button .svg-icon,
.msm-drop-select .rc-tooltip-wrap button .svg-icon {
  margin-left: -4px;
  margin-right: 4px;
}
.msm-drop-select > button > :not(.svg-icon):not(.icon),
.msm-drop-select .rc-tooltip-wrap button > :not(.svg-icon):not(.icon) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-drop-select > button > .icon,
.msm-drop-select .rc-tooltip-wrap button > .icon {
  margin-left: 4px;
  width: 19px;
  height: 10px;
  background: url(arrow_down_default_13x8.295dc9a.png) no-repeat 0 0;
}
.msm-drop-select > button.disabled > .icon,
.msm-drop-select .rc-tooltip-wrap button.disabled > .icon {
  opacity: 0.3;
}
.msm-drop-select > button > span:first-of-type,
.msm-drop-select .rc-tooltip-wrap button > span:first-of-type {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-drop-select > button > .placeholder,
.msm-drop-select .rc-tooltip-wrap button > .placeholder {
  color: #aaaaaa;
}
.msm-drop-select .msm-drop-list {
  width: 100%;
  position: absolute;
  z-index: 5;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container {
  margin-top: -1px;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option-icon {
  margin-right: 6px;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option-icon .msm-selected-dot {
  width: 6px;
  height: 6px;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option-icon .msm-selected-dot.selected {
  border-radius: 3px;
  background-color: #00a79d;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option-icon .form-group {
  margin-bottom: 0;
  width: auto;
}
.msm-drop-select .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .option-icon .form-group .checkbox input {
  cursor: pointer;
  display: block;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  position: inherit;
}
.has-error .msm-drop-select > button {
  border: 1px solid #e10a15;
}
/**
 * IMAGE TYPE SELECT INPUT
 */
.msm-image-type-select {
  width: 374px;
}
.msm-image-type-select > button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
}
.msm-image-type-select > button .icon {
  margin-left: 10px;
}
.msm-image-type-select > button > .placeholder {
  height: 48px;
  line-height: 48px;
}
.msm-image-type-select .option {
  width: 100%;
}
.msm-image-type-select.expand-upwards .msm-drop-list {
  top: 3px;
}
.msm-image-type-select .disabled .msm-image-type-select-option .preview {
  border: 1px dashed #aaaaaa;
  background-color: #e6e6e6;
}
.msm-image-type-select .msm-image-type-select-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.msm-image-type-select .msm-image-type-select-option .preview {
  border: 1px dashed #00a79d;
  background-color: #cee9e7;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.msm-image-type-select .msm-image-type-select-option .preview.poster-wallpaper,
.msm-image-type-select .msm-image-type-select-option .preview.poster {
  width: 20px;
  height: 30px;
}
.msm-image-type-select .msm-image-type-select-option .preview.tile,
.msm-image-type-select .msm-image-type-select-option .preview.wallpaper {
  width: 43px;
  height: 24px;
}
.msm-image-type-select .msm-image-type-select-option .preview.block,
.msm-image-type-select .msm-image-type-select-option .preview.hero-block {
  width: 32px;
  height: 24px;
}
.msm-image-type-select .msm-image-type-select-option .preview.hero {
  width: 45px;
  height: 15px;
}
.msm-image-type-select .msm-image-type-select-option .preview.banner {
  width: 49px;
  height: 7px;
}
.msm-image-type-select .msm-image-type-select-option .preview.square {
  width: 24px;
  height: 24px;
}
.msm-image-type-select .msm-image-type-select-option .preview.tall {
  width: 15px;
  height: 30px;
}
.msm-image-type-select .msm-image-type-select-option .preview.wide {
  width: 30px;
  height: 15px;
}
.msm-image-type-select .msm-image-type-select-option .preview.brand,
.msm-image-type-select .msm-image-type-select-option .preview.icon,
.msm-image-type-select .msm-image-type-select-option .preview.badge,
.msm-image-type-select .msm-image-type-select-option .preview[class*="custom"],
.msm-image-type-select .msm-image-type-select-option .preview[class*="logo"] {
  width: 30px;
  height: 30px;
}
.msm-image-type-select .msm-image-type-select-option .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  font-size: 16px;
  font-weight: 700;
}
/**
 * TREE SELECT INPUT
 */
.msm-tree-select .option-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-tree-select .option-icon .expand {
  display: inline-block;
  padding: 8px;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.msm-tree-select .option-icon .expand > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
}
.msm-tree-select .option-icon .expand > span.open {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #888;
  margin-left: -3px;
}
.msm-tree-select .option-icon .expand > span:not(.open) {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #888;
}
.msm-tree-select .option-info {
  color: #888;
  font-size: 12px;
  font-style: italic;
  margin-left: 4px;
  margin-top: -1px;
}
/**
 * ACTION LIST DROP DOWN
 */
.action-list-btn {
  width: 20px;
  height: 20px;
  position: relative;
}
.action-list-btn:hover > button,
.action-list-btn.open > button {
  pointer-events: auto;
}
.action-list-btn.open {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.action-list-btn.open > button {
  z-index: 2;
  cursor: default;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.action-list-btn > button {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background: #ffffff;
  border: solid #c8c8c8 1px;
  border-radius: 4px;
}
.action-list-btn > button:active,
.action-list-btn > button:focus,
.action-list-btn > button:active:focus {
  outline: none;
}
.action-list-btn > button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000000;
}
.action-list-btn > .msm-drop-list {
  z-index: 1;
  position: absolute;
  top: 21px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.action-list-btn > .msm-drop-list .msm-drop-list-options-container {
  border-top-right-radius: 0;
}
.action-list-btn > .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option {
  color: #00867e;
  padding: 1px 12px;
  line-height: 1.5;
  cursor: pointer;
}
.action-list-btn > .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option.selected {
  background: none;
}
.action-list-btn > .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option:hover {
  background-color: #00867e;
  color: #ffffff;
}
.action-list-btn.optionsPeekLeft .msm-drop-list {
  right: 0;
  left: auto;
}
/**
 * MARKDOWN EDITOR
 */
.msm-markdown-container {
  background: #ffffff;
}
.msm-markdown-container .editor-toolbar.fullscreen,
.msm-markdown-container .CodeMirror-fullscreen {
  z-index: 3000;
}
.msm-markdown-container .CodeMirror {
  padding: 0;
}
.msm-markdown-container .CodeMirror-lines > div {
  margin: 8px;
}
.msm-markdown-container .fa-arrows-alt,
.msm-markdown-container .fa-columns,
.msm-markdown-container .fa-picture-o {
  display: none;
}
/**
 * COLOR INPUT
 */
.msm-color-swatch-input__preview {
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  width: 24px;
  height: 24px;
  background-size: 8px 8px;
}
.msm-color-swatch-input__overlay {
  display: inline-block;
  border-radius: 4px;
  height: 22px;
  width: 22px;
}
/**
 * COLOR PICKER
 */
.msm-color-picker__button {
  padding: 0;
  background: transparent;
  border: none;
  margin-right: 8px;
}
.msm-color-picker__button:focus {
  outline: none;
}
.msm-color-picker .colorpicker {
  min-height: 237px;
}
.msm-color-picker__container {
  display: inline-block;
  position: absolute;
  width: 240px;
  min-height: 370px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #c8c8c8;
  z-index: 3;
}
.msm-color-picker__container--singleTab {
  min-height: 293px;
}
.msm-color-picker__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-color-picker__body--image {
  padding-top: 6px;
}
.msm-color-picker__heading {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.msm-color-picker .colorpicker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.msm-color-picker .map {
  height: 160px;
  position: absolute;
  top: 0;
  bottom: 77px;
  right: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.msm-color-picker .map.active {
  cursor: none;
}
.msm-color-picker .map.dark .pointer {
  border-color: #ffffff;
}
.msm-color-picker .map.light .pointer {
  border-color: #000000;
}
.msm-color-picker .map .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-bottom: -5px;
  border-radius: 100%;
  border: 1px solid #000000;
}
.msm-color-picker .map .background {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.msm-color-picker .map .background:before,
.msm-color-picker .map .background:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.msm-color-picker .map .background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.msm-color-picker .map .background:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.msm-color-picker .opacity-slider,
.msm-color-picker .hue-slider {
  position: absolute;
  left: 0;
  right: 0;
}
.msm-color-picker .opacity-slider .slider,
.msm-color-picker .hue-slider .slider {
  height: 8px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
  right: 0;
  cursor: ew-resize;
}
.msm-color-picker .opacity-slider .slider .track,
.msm-color-picker .hue-slider .slider .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-radius: 3px;
  height: 8px;
  margin-top: -4px;
}
.msm-color-picker .opacity-slider .slider .pointer,
.msm-color-picker .hue-slider .slider .pointer {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-bottom: -8px;
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #c8c8c8, 0 1px 2px #c8c8c8;
          box-shadow: inset 0 0 0 1px #c8c8c8, 0 1px 2px #c8c8c8;
}
.msm-color-picker .opacity-slider .slider {
  background: #ffffff url(slider.af1d12d.png) repeat;
  background-size: 8px 8px;
  top: 209px;
}
.msm-color-picker .hue-slider .slider {
  top: 179px;
}
.msm-color-picker .hue-slider .slider .track {
  background: -webkit-gradient(linear, right top, left top, from(#ff0000), color-stop(10%, #ff0099), color-stop(20%, #cd00ff), color-stop(30%, #3200ff), color-stop(40%, #0066ff), color-stop(50%, #00fffd), color-stop(60%, #00ff66), color-stop(70%, #35ff00), color-stop(80%, #cdff00), color-stop(90%, #ff9900), to(#ff0000));
  background: linear-gradient(to left, #ff0000 0%, #ff0099 10%, #cd00ff 20%, #3200ff 30%, #0066ff 40%, #00fffd 50%, #00ff66 60%, #35ff00 70%, #cdff00 80%, #ff9900 90%, #ff0000 100%);
}
.msm-color-picker__tab.tab-pane {
  position: relative;
}
.msm-color-picker__tab--global:not(.tab-pane) {
  position: relative;
}
.msm-color-picker__tab--global:not(.tab-pane):before {
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E900";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-color-picker__tab--color:not(.tab-pane) {
  position: relative;
}
.msm-color-picker__tab--color:not(.tab-pane):before {
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E901";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-color-picker__tab--image:not(.tab-pane) {
  position: relative;
}
.msm-color-picker__tab--image:not(.tab-pane):before {
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E902";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-color-picker__tab:not(.tab-pane) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-color-picker__tab:not(.tab-pane):before {
  opacity: 0.4;
  color: #000000;
}
.msm-color-picker .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}
.msm-color-picker .nav-tabs li > a {
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.msm-color-picker .nav-tabs li.active > a {
  border-bottom: none;
  background-color: transparent;
}
.msm-color-picker .nav-tabs li.active > a:hover,
.msm-color-picker .nav-tabs li.active > a:focus {
  border-right: none;
  border-top: none;
  border-left: 1px solid #e6e6e6;
}
.msm-color-picker .nav-tabs li.active:before {
  opacity: 0.8;
}
.msm-color-picker .nav-tabs li:first-of-type > a {
  border-left: none;
}
.msm-color-picker .nav-tabs li:first-of-type.active > a:hover,
.msm-color-picker .nav-tabs li:first-of-type.active > a:focus {
  border-left: none;
}
/**
 * GLOBAL THEME SET
 */
.msm-global-theme-set {
  min-height: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msm-global-theme-set__button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.msm-global-theme-set__button--large {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.msm-global-theme-set__button--small {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.msm-global-theme-set__button--empty {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.msm-global-theme-set__button:focus {
  outline: none;
}
.msm-global-theme-set--empty {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-global-theme-set__global-link,
.msm-global-theme-set__empty-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.msm-global-theme-set__empty-text {
  color: #888;
  font-style: italic;
}
/**
 * CHECKERBOARD BACKGROUND PATTERN
 */
.transparent-checkerboard {
  background-image: url(checkerboard.acd1f38.png);
  background-color: transparent !important;
}
.white-checkerboard {
  background-image: url(white-checkerboard.2512f1f.png);
  background-position: center center;
  background-color: #ffffff;
  background-repeat: repeat;
}
/**
 * TAB PANE
 */
.msm-tab-pane {
  border-bottom: 8px solid #33b9b1;
}
.msm-tab-pane .msm-tab {
  display: inline-block;
  position: relative;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
}
.msm-tab-pane .msm-tab.selected {
  background-color: #33b9b1;
}
.msm-tab-pane .msm-tab:not(.selected):hover:after,
.msm-tab-pane .msm-tab:not(.selected).dragging:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px 4px 0 0;
  border: 1px dashed #33b9b1;
  pointer-events: none;
}
.msm-tab-pane .msm-tab:not(.selected):hover:not(.dragging):after,
.msm-tab-pane .msm-tab:not(.selected).dragging:not(.dragging):after {
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.msm-tab-pane .msm-tab-last {
  display: inline-block;
}
.msm-tab-pane.errored {
  border-bottom: 8px solid #e10a15;
}
.msm-tab-pane.errored .msm-tab.selected {
  background-color: #e10a15;
}
.msm-tab-pane .msm-add-tab-btn {
  display: inline-block;
  margin-left: 18px;
  height: 18px;
  width: 18px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(icon_add_small_whitefill.f24f08c.png) no-repeat 0 0;
}
.msm-tab-pane .msm-add-tab-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.msm-tab-pane .msm-drag-preview {
  display: inline-block;
  margin-bottom: 0;
}
.msm-tab-pane .msm-drag-preview:first-child .msm-tab:not(.selected):hover:after {
  left: 0;
}
.msm-tab-view {
  padding: 15px 40px;
}
.msm-tab-view .page-variant-label-container div,
.msm-tab-view .page-variant-label-container span {
  display: inline;
}
.msm-tab-view .page-variant-label-color {
  margin-right: 5px;
  border-radius: 4px;
  padding: 3px;
  font-weight: bold;
  color: #ffffff;
}
.msm-tab-view .msm-label {
  color: #7bbeba;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.msm-tab-view.errored:not(.selected) .msm-label {
  color: #e10a15;
}
.msm-tab-view.selected .msm-label {
  color: #ffffff;
}
.msm-tab-view:not(.selected):hover .msm-label {
  text-decoration: underline;
}
.msm-tab-view .msm-editable-text:focus {
  color: #00867e;
}
.msm-tab-view .action-list-btn {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
  width: 18px;
  height: 18px;
}
.msm-tab-view .action-list-btn > button {
  padding: 0 4px;
}
.msm-tab-view .action-list-btn > button:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000000;
}
.msm-tab-view .action-list-btn > .msm-drop-list {
  top: 19px;
}
.msm-tab-view:hover .action-list-btn button {
  visibility: visible;
}
/**
 * COLOR HEX INPUT
 */
.msm-color-hex-input {
  margin-bottom: 0;
  position: relative;
}
.msm-color-hex-input .form-group:before {
  content: "#";
  position: absolute;
  top: 9px;
  left: 6px;
}
.msm-color-hex-input .form-control {
  padding-left: 14px;
  padding-right: 32px;
}
.msm-color-hex-input__swatch {
  position: absolute;
  right: 6px;
  top: 6px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.msm-color-hex-input__swatch--invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.msm-page-variant-schedule {
  margin-top: 8px;
}
.msm-page-variant-schedule.with-frame {
  display: block;
  margin-top: 8px;
  max-width: 242px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: break-spaces;
  padding: 6px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.msm-page-variant-schedule.with-frame .timezone {
  display: block;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px;
  white-space: nowrap;
}
.msm-page-variant-schedule.with-frame .msm-edit-link {
  vertical-align: super;
}
/**
 * PUBLISHING RULE EDITOR
 */
.msm-pub-rule-editor {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #cee9e7;
  margin-bottom: 24px;
}
.msm-pub-rule-editor.errored {
  background-color: #f3dedf;
}
.msm-pub-rule-editor .pop-up {
  z-index: 210;
}
.msm-pub-rule-editor > * {
  margin-right: 14px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container {
  margin-right: 0;
}
.msm-pub-rule-editor .msm-page-variant-schedule .msm-edit-link {
  margin-top: 6px;
}
.msm-pub-rule-editor .msm-page-variant-schedule .action-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-pub-rule-editor .msm-page-variant-schedule .svg-container {
  padding-top: 3px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .svg-container {
  padding-top: 3px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container {
  position: relative;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list.open {
  position: absolute;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list {
  z-index: 9999;
  position: absolute;
  top: 36px;
  width: 278px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list .msm-drop-list-options-container {
  max-height: none;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-options > :first-child,
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-options > :last-child {
  margin: 0;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-options > :first-child {
  border-bottom: 1px solid #ebebeb;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option .selected-item {
  background-color: inherit;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00a79d;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option {
  padding: 0;
  text-overflow: clip;
  white-space: normal;
  font-size: 12px;
  cursor: pointer;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option.selected {
  background-color: inherit;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option div {
  padding: 11px 20px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option span {
  margin-bottom: 7px;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option p {
  margin: 4px 0 0;
}
.msm-pub-rule-editor .msm-page-variant-actions-container .filter-actions-dropdown-container .msm-drop-list-option:hover {
  background: #c7e6e3;
}
.msm-pub-rule-editor.horizontal {
  padding-left: 10px;
  padding-top: 11px;
  padding-bottom: 2px;
}
.msm-pub-rule-editor.horizontal .msm-drop-select {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 10px;
}
.msm-pub-rule-editor.horizontal .msm-drop-select.msm-tree-select {
  width: 200px;
}
.msm-pub-rule-editor.horizontal .msm-drop-select .msm-drop-list {
  z-index: 201;
}
.msm-pub-rule-editor.horizontal .msm-multi-select-input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.msm-pub-rule-editor.horizontal .msm-multi-select-input .Select-menu-outer {
  z-index: 201;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container {
  display: inline-block;
  position: relative;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list {
  z-index: 9999;
  position: absolute;
  top: 36px;
  width: 278px;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list .msm-drop-list-options-container {
  max-height: none;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-options > :first-child,
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-options > :last-child {
  margin: 0;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-options > :first-child {
  border-bottom: 1px solid #ebebeb;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option .selected-item {
  background-color: inherit;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00a79d;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option {
  padding: 0;
  text-overflow: clip;
  white-space: normal;
  font-size: 12px;
  cursor: pointer;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option.selected {
  background-color: inherit;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option div {
  padding: 11px 20px;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option span {
  margin-bottom: 7px;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option p {
  margin: 4px 0 0;
}
.msm-pub-rule-editor.horizontal .msm-segmentation-tag-select__container .msm-drop-list-option:hover {
  background: #c7e6e3;
}
.msm-pub-rule-editor.horizontal .filter-actions-dropdown-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container > * {
  margin-right: 14px;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container .msm-page-variant-schedule {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 0;
  margin-bottom: 8px;
  vertical-align: middle;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container .msm-page-variant-schedule .timezone {
  display: block;
  margin-bottom: 0;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container .msm-edit-link {
  margin-top: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-actions-container .msm-schedule-time {
  padding-bottom: 0;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-schedule,
.msm-pub-rule-editor.horizontal .msm-page-variant-row-count {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-schedule {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-schedule .msm-schedule-time.horizontal {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-top: 0;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-schedule .msm-schedule-time.horizontal .timezone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-schedule .msm-schedule-time.horizontal .svg-container {
  padding-top: 3px;
}
.msm-pub-rule-editor.horizontal .msm-page-variant-row-count {
  font-size: 14px;
  padding-top: 4px;
}
.msm-pub-rule-editor:not(.horizontal) {
  background-color: transparent;
}
.msm-pub-rule-editor:not(.horizontal) > .msm-drop-select {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.msm-pub-rule-editor:not(.horizontal) > .msm-segmentation-tag-select__container {
  width: 100%;
  margin-bottom: 12px;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-pub-rule-editor:not(.horizontal) > .msm-segmentation-tag-select__container > .msm-multi-select-input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.msm-pub-rule-editor:not(.horizontal) > .msm-segmentation-tag-select__container > .msm-multi-select-input .Select-placeholder {
  padding-right: 45px;
}
.msm-pub-rule-editor:not(.horizontal) > .msm-page-variant-schedule {
  margin-top: 18px;
}
.msm-pub-rule-editor > .msm-multi-select-input .Select-control {
  padding-bottom: 0;
}
.msm-schedule-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-schedule-time .timezone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-time.horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.msm-schedule-time.horizontal .date {
  font-size: 14px;
}
.msm-schedule-time.horizontal .time {
  display: inline-block;
  font-size: 14px;
  margin-top: 0;
}
.msm-schedule-time.horizontal .spacer {
  padding-top: 0;
}
.msm-schedule-time.horizontal .recurring-schedule {
  margin-top: 0;
}
.msm-schedule-time .date {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-time .date .time {
  margin-left: 6px;
}
.msm-schedule-time .spacer {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 4px;
}
.msm-schedule-time .time {
  color: #888;
}
.msm-schedule-time .date,
.msm-schedule-time .time {
  font-size: 12px;
}
.msm-schedule-time .recurring-schedule {
  padding: 4px;
}
.msm-schedule-time .recurring-schedule svg {
  width: 1.5em;
}
.body .msm-schedule-time .svg-container {
  padding-top: 3px;
}
/**
 * PUBLISHING RULE EDITOR
 */
.msm-custom-field-form-group .msm-no-data {
  font-style: italic;
  margin-bottom: 12px;
}
.msm-custom-field-form-group .msm-input-error-group {
  margin-bottom: 12px;
}
.msm-custom-field-form-group .msm-create-new-row-btn {
  width: 50%;
  cursor: text;
  padding-right: 21px;
}
.msm-custom-field-form-group .msm-create-first-row-btn {
  width: 300px;
  cursor: text;
}
.msm-custom-field-form-group .msm-custom-field-group {
  width: 100%;
  height: 32px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-custom-field-form-group .msm-custom-field-group > div {
  margin-right: 11px;
}
.msm-custom-field-form-group .msm-custom-field-group > div:last-child {
  margin-right: 0;
  margin-left: -2px;
}
.msm-custom-field-form-group .msm-custom-field-group .form-group {
  width: 100%;
  margin-bottom: 0;
  margin-right: 12px;
}
/**
 * JSON EDITOR
 */
.msm-json-editor .ace_editor {
  border: 1px solid #c8c8c8;
  margin-bottom: 24px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
}
.msm-json-editor .ace_editor.ace_focus {
  border-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-input-error-group.has-error .ace_editor,
.msm-input-error-group.has-error .CodeMirror {
  border: 1px solid #e10a15;
}
/**
* CUSTOM PROPERTY
*/
.msm-custom-property.type-boolean input {
  display: block;
  margin-bottom: 24px;
}
.msm-custom-property.type-color .msm-color-input-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-custom-property.type-color .msm-color-input-container > * {
  margin-bottom: 0;
}
.msm-custom-property.type-color .msm-color-input-container > span:first-of-type {
  position: absolute;
  top: 9px;
  left: -12px;
}
.msm-custom-property.type-color .msm-color-input-container .msm-color-input {
  width: 80px;
}
.msm-custom-property.type-color .msm-color-input-container .msm-opacity-input {
  width: 50px;
  margin-left: 12px;
  margin-right: 4px;
}
.msm-custom-property.type-color .msm-color-input-container .msm-color-swatch-input {
  margin-left: 12px;
}
.msm-custom-property.type-number .msm-text-input {
  width: 100px;
}
.msm-custom-property.type-text .msm-text-input {
  width: 100%;
  padding-right: 116px;
  max-width: 516px;
}
.msm-custom-property.type-select .msm-drop-select,
.msm-custom-property.type-list .msm-multi-select-input {
  max-width: 300px;
  width: 100%;
}
.msm-custom-property.type-datetime {
  margin-bottom: 16px;
}
.msm-custom-property.type-datetime .msm-date-picker {
  margin-bottom: 8px;
}
/**
* SIDE PANEL
*/
.msm-side-panel__open-btn {
  width: 30px;
  height: 86px;
  position: fixed;
  z-index: 2000;
}
.msm-side-panel__panel--open {
  z-index: 2010;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.msm-side-panel__minimize {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin-top: 6px;
  margin-right: 6px;
  border: 1px solid #aaaaaa;
}
.msm-side-panel__minimize:hover {
  background-color: #e3e3e3;
}
.msm-side-panel__minimize .minus {
  margin-left: 4px;
  margin-top: 8px;
  width: 12px;
  height: 4px;
  background-color: #aaaaaa;
  pointer-events: none;
}
.msm-side-panel__header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #f0f0f0;
  min-height: 34px;
  border-bottom: 1px solid #e6e6e6;
}
.msm-side-panel__footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 68px;
  background-color: #e6e6e6;
  border-top: 1px solid #c8c8c8;
  padding-top: 16px;
  padding-left: 16px;
}
/**
* TRUNCATED TOOLTIP TEXT
*/
.msm-truncated-tooltip-text__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
/**
* CHANNEL PREVIEW
*/
.msm-channel-preview--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-channel-preview__empty-text {
  font-weight: 700;
  color: #888;
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.msm-channel-preview .msm-scrollarea {
  white-space: nowrap;
  height: 154px;
}
.msm-channel-preview .msm-scrollarea-content {
  display: inline-block;
  position: absolute;
}
.msm-channel-preview__channel-title {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
.msm-channel-preview__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-channel-preview__schedules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-channel-preview__schedule + .msm-channel-preview__schedule {
  margin-left: 8px;
}
.msm-channel-preview__no-schedule-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}
.msm-channel-preview__channel-logo-container {
  padding: 8px;
  background: #f5f5f5;
  height: 90px;
  width: 160px;
  margin-right: 8px;
}
.msm-channel-preview__channel-logo {
  height: 74px;
  width: 144px;
  background: transparent;
}
.msm-channel-preview__channel-logo.msm-image-any-ratio {
  border: none;
}
.msm-channel-preview__item-img-container {
  background: #f5f5f5;
  height: 90px;
  width: 160px;
  margin-bottom: 8px;
  display: block;
}
.msm-channel-preview__item-heading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 150px;
}
.msm-channel-preview__item-time {
  font-size: 12px;
  margin: 0;
  line-height: 1em;
}
/**
* SVG ICON
*/
.svg-icon {
  color: #999999;
}
.svg-icon--device {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
* ITEM LIST
*/
.items-list {
  width: 100%;
}
.items-list .list-row {
  width: 100%;
  height: 64px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 215px;
}
.items-list .list-row.disabled,
.items-list .list-row.disabled.hover {
  background-color: #f5f5f5 !important;
}
.items-list .list-row .msm-list-row-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 12px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
}
.items-list .list-row .msm-list-row-image > a {
  display: block;
}
.items-list .list-row .msm-list-row-image > a > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.items-list .list-row .msm-list-row-image > a > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.items-list .list-row .msm-list-row-image--channel > a > span {
  border-radius: 0;
  background: transparent;
}
.items-list .list-row .msm-list-row-image--channel > a > span > span {
  border-radius: 0;
}
.items-list .list-row .msm-row-item-type {
  margin-left: 12px;
  margin-right: 24px;
}
.items-list .list-row .msm-row-item-status,
.items-list .list-row .msm-row-item-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.items-list .list-row .msm-row-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: normal;
  margin-right: 12px;
  min-width: 25px;
}
.items-list .list-row .msm-row-item-title > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items-list .list-row .msm-row-item-title :first-child {
  margin-bottom: 6px;
}
.items-list .list-row .msm-row-item-title .item-title {
  font-size: 16px;
}
.items-list .list-row .msm-row-item-title .item-distributor {
  font-size: 12px;
  color: #888;
}
.items-list .list-row .multi-select-checkbox .form-group {
  margin-bottom: 0;
  margin-left: 12px;
}
.items-list .list-row .multi-select-checkbox label {
  padding: 7px;
}
.items-list .list-row .multi-select-checkbox input[type="checkbox"] {
  accent-color: cadetblue;
}
.items-list .list-row .msm-list-rules-checkbox {
  height: 21px;
  width: 21px;
  padding: 19px;
}
.items-list .list-row .msm-list-rules-checkbox input[type="checkbox"] {
  accent-color: cadetblue;
}
.items-list .list-rules-row,
.items-list .list-unknown-row {
  height: auto;
  min-height: 64px;
  padding-right: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.items-list .list-rules-row > div,
.items-list .list-unknown-row > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.items-list .list-rules-row .msm-list-row-image,
.items-list .list-unknown-row .msm-list-row-image {
  margin-top: 8px;
}
.items-list .list-rules-row .msm-list-row-image > span,
.items-list .list-unknown-row .msm-list-row-image > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.items-list .list-rules-row .msm-list-row-image > span > span,
.items-list .list-unknown-row .msm-list-row-image > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.items-list .list-rules-row .msm-list-row-image > span,
.items-list .list-unknown-row .msm-list-row-image > span {
  background: #aaaaaa;
}
.items-list .list-rules-row .msm-list-row-image > span > span,
.items-list .list-unknown-row .msm-list-row-image > span > span {
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  font-weight: 700;
}
.items-list .list-rules-row .msm-list-row-rules-content,
.items-list .list-unknown-row .msm-list-row-rules-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-drop-select.msm-inputs-date-field-limiter,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-drop-select.msm-inputs-date-field-limiter {
  min-width: 200px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-inputs-view-check-select,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-inputs-view-check-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-inputs-view-check-select button,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-inputs-view-check-select button {
  min-height: 33px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-date-time-picker,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-date-time-picker {
  margin-top: 12px;
}
@media (min-width: 1441px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-date-time-picker,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-date-time-picker {
    margin-top: 0;
  }
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event {
  margin-top: 12px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event {
  margin-top: 12px;
}
@media (min-width: 1400px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.relativeMoment,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.relativeMoment {
    margin-top: 0;
  }
}
@media (min-width: 1238px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.hours,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.hours {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.days,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.days {
    margin-top: 0;
  }
}
@media (min-width: 860px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.dateOne,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.dateOne {
    margin-top: 0;
  }
}
@media (min-width: 1250px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.rightIcon,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.rightIcon {
    margin-top: 0;
  }
}
@media (min-width: 1479px) {
  .items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.dateTwo,
  .items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-rule .msm-list-row-extra-field_event.dateTwo {
    margin-top: 0;
  }
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-extra-fields .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-extra-fields .msm-drop-select {
  min-width: 150px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-list-row-extra-fields .msm-list-row-extra-count .msm-text-input-group,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-list-row-extra-fields .msm-list-row-extra-count .msm-text-input-group {
  min-width: 200px;
}
.items-list .list-rules-row .msm-list-row-rules-content .msm-drop-list,
.items-list .list-unknown-row .msm-list-row-rules-content .msm-drop-list {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.items-list .list-rules-row .msm-list-row-rule,
.items-list .list-unknown-row .msm-list-row-rule {
  margin-right: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-list .list-rules-row .msm-list-row-rule .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-rule .msm-drop-select,
.items-list .list-rules-row .msm-list-row-rule .msm-text-input,
.items-list .list-unknown-row .msm-list-row-rule .msm-text-input {
  width: auto;
  max-width: 300px;
  min-width: 155px;
  margin-top: unset;
  margin-bottom: unset;
}
.items-list .list-rules-row .msm-list-row-rule .msm-drop-select.event-timeframe,
.items-list .list-unknown-row .msm-list-row-rule .msm-drop-select.event-timeframe {
  min-width: 160px;
}
.items-list .list-rules-row .msm-list-row-rule .msm-multi-select-input,
.items-list .list-unknown-row .msm-list-row-rule .msm-multi-select-input {
  width: 300px;
}
.items-list .list-rules-row .msm-list-row-rule .msm-remove-row-btn,
.items-list .list-unknown-row .msm-list-row-rule .msm-remove-row-btn {
  margin-top: 8px;
}
.items-list .list-rules-row .msm-list-row-rule .msm-input-error-group,
.items-list .list-unknown-row .msm-list-row-rule .msm-input-error-group {
  margin: 0 0 0 12px;
}
.items-list .list-rules-row .msm-list-row-rule .msm-time-input .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-rule .msm-time-input .msm-drop-select {
  margin-left: 8px;
  width: 60px;
  max-width: none;
  min-width: 0;
}
.items-list .list-rules-row .msm-list-row-rule .msm-list-row-extra-field_event,
.items-list .list-unknown-row .msm-list-row-rule .msm-list-row-extra-field_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.items-list .list-rules-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input,
.items-list .list-unknown-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-list .list-rules-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input .control-label,
.items-list .list-unknown-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input .control-label {
  margin-right: 9px;
  margin-bottom: 0;
  font-weight: normal;
}
.items-list .list-rules-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input .msm-text-input-group,
.items-list .list-unknown-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input .msm-text-input-group {
  max-width: 60px;
}
.items-list .list-rules-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-rule .msm-list-row-extra-field_event .msm-drop-select {
  margin-left: 12px;
}
.items-list .list-rules-row .msm-list-rule-op,
.items-list .list-unknown-row .msm-list-rule-op {
  vertical-align: middle;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-list .list-rules-row .msm-list-rule-numeric-value .msm-drop-select,
.items-list .list-unknown-row .msm-list-rule-numeric-value .msm-drop-select {
  display: inline-block;
}
.items-list .list-rules-row .msm-list-rule-numeric-value .msm-text-input,
.items-list .list-unknown-row .msm-list-rule-numeric-value .msm-text-input {
  display: inline-block;
}
.items-list .list-rules-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event,
.items-list .list-unknown-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event {
  display: inline-block;
  width: auto;
  max-width: 300px;
  min-width: 140px;
}
.items-list .list-rules-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event .msm-text-input.form-group,
.items-list .list-unknown-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event .msm-text-input.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-list .list-rules-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event .msm-text-input.form-group .control-label,
.items-list .list-unknown-row .msm-list-rule-numeric-value .msm-list-row-extra-field_event .msm-text-input.form-group .control-label {
  margin-right: 9px;
  margin-bottom: 0;
  font-weight: normal;
}
.items-list .list-rules-row .msm-list-row-date-value,
.items-list .list-unknown-row .msm-list-row-date-value {
  margin-left: 12px;
}
.items-list .list-rules-row .msm-list-row-extra-fields,
.items-list .list-unknown-row .msm-list-row-extra-fields {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-list .list-rules-row .msm-list-row-extra-fields > div,
.items-list .list-unknown-row .msm-list-row-extra-fields > div {
  margin-top: 12px;
}
.items-list .list-rules-row .msm-list-row-extra-fields label,
.items-list .list-unknown-row .msm-list-row-extra-fields label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 12px;
  line-height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.items-list .list-rules-row .msm-list-row-extra-fields .msm-list-row-extra-field,
.items-list .list-unknown-row .msm-list-row-extra-fields .msm-list-row-extra-field {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-list .list-rules-row .msm-list-row-extra-fields .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-extra-fields .msm-drop-select {
  margin-bottom: 12px;
}
.items-list .list-rules-row .msm-list-row-extra-fields .msm-drop-select,
.items-list .list-unknown-row .msm-list-row-extra-fields .msm-drop-select,
.items-list .list-rules-row .msm-list-row-extra-fields .msm-text-input-group,
.items-list .list-unknown-row .msm-list-row-extra-fields .msm-text-input-group {
  width: 100%;
}
.items-list .list-rules-row .msm-list-row-extra-fields .msm-input-error-group,
.items-list .list-unknown-row .msm-list-row-extra-fields .msm-input-error-group {
  margin-bottom: 0;
}
.items-list .list-rules-row .msm-list-row-extra-count,
.items-list .list-unknown-row .msm-list-row-extra-count,
.items-list .list-rules-row .msm-list-row-extra-sort,
.items-list .list-unknown-row .msm-list-row-extra-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.items-list .list-rules-row .msm-list-row-extra-count > div,
.items-list .list-unknown-row .msm-list-row-extra-count > div,
.items-list .list-rules-row .msm-list-row-extra-sort > div,
.items-list .list-unknown-row .msm-list-row-extra-sort > div {
  margin-right: 12px;
}
.items-list .list-rules-row .msm-list-row-warning,
.items-list .list-unknown-row .msm-list-row-warning {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffbf;
  padding: 2px 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}
.items-list .list-rules-row .msm-text-input.form-group.msm-text-with-max-chars,
.items-list .list-unknown-row .msm-text-input.form-group.msm-text-with-max-chars {
  min-width: 0;
}
.items-list .list-unknown-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-list .list-unknown-row .msm-list-row-image {
  margin-top: 0;
}
.items-list .list-rules-row .msm-list-row-rule .msm-relation-asset-type-select-dropdown.msm-drop-select {
  width: 0;
}
.items-list .list-rules-row .msm-list-row-rule .msm-relation-filter-type-select-dropdown {
  width: 290px;
}
.actions-with-icon-container:hover {
  background-color: #33b9b1 !important;
}
.actions-with-icon-container a:hover {
  background-color: #33b9b1 !important;
}
.actions-with-icon-container svg {
  width: 1.5rem;
  height: 1.5rem;
}
.actions-with-icon-container svg path {
  fill: #00756e;
}
.actions-with-icon-container:hover svg path {
  fill: white;
}
.actions-with-icon-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.notifications-variants-custom-msg {
  display: block;
  background: #fff6f6;
  border-radius: 4px;
  padding: 12px 16px 10px 16px;
}
.notifications-variants-custom-msg .notifications-variants-info {
  display: block;
  margin-top: 6px;
}
.notifications-variants-custom-msg .notifications-variants-info .info {
  margin-bottom: 6px;
}
.notifications-variants-custom-msg .notifications-variants-info .pre-line {
  white-space: pre-line;
  line-height: 1.2;
  margin: 6px 0 0 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-data-table-loading-cell {
  display: block;
  background-color: rgba(136, 136, 136, 0.12);
  color: #888;
  font-size: 28px;
  height: 48px;
  width: 100%;
  margin: 0;
  padding-left: 10px;
  padding-top: 10px;
}
@-webkit-keyframes color_change {
  from {
    background-color: rgba(136, 136, 136, 0.12);
  }
  to {
    background-color: rgba(136, 136, 136, 0.2);
  }
}
@keyframes color_change {
  from {
    background-color: rgba(136, 136, 136, 0.12);
  }
  to {
    background-color: rgba(136, 136, 136, 0.2);
  }
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-data-table-row-menu-btn {
  margin-left: 3px;
  margin-top: 12px;
  width: 25px;
  height: 24px;
  background-color: transparent;
  display: block;
}
.msm-data-table-row-menu-btn button {
  width: 25px;
  height: 24px;
  background: url(arrow_down_default_13x8.295dc9a.png) 5px 8px no-repeat;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  border-radius: 4px;
}
.msm-data-table-row-menu-btn button:active,
.msm-data-table-row-menu-btn button:focus,
.msm-data-table-row-menu-btn button:active:focus {
  outline: none;
}
.msm-data-table-row-menu-btn button:disabled {
  background-color: #e6e6e6;
  opacity: 0.4;
  cursor: not-allowed;
}
.msm-data-table-row-menu-btn-v2 {
  margin-left: 3px;
  width: 25px;
  height: 24px;
  background-color: transparent;
  display: block;
}
.msm-data-table-row-menu-btn-v2 button {
  width: 25px;
  height: 24px;
  background-color: transparent;
  background-image: url(ellipsis_h.dc48239.svg);
  border: none;
  border-radius: 4px;
}
.msm-data-table-row-menu-btn-v2 button:active,
.msm-data-table-row-menu-btn-v2 button:focus,
.msm-data-table-row-menu-btn-v2 button:active:focus {
  outline: none;
}
.msm-data-table-row-menu-btn-v2 button:disabled {
  background-color: transparent;
  border: none;
  opacity: 0.4;
  cursor: not-allowed;
}
.msm-data-table-row-menu-bg {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
}
.msm-data-table-row-menu {
  width: 160px;
  margin-top: 12px;
  display: block;
  z-index: 2001;
  position: relative;
  top: 0;
  left: 0;
  cursor: default;
}
.msm-data-table-row-menu .tab {
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 25px;
  height: 24px;
  background: url(arrow_down_default_13x8.295dc9a.png) 5px 8px no-repeat;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  border-bottom: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  clip: rect(-5px 30px 23px -5px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1;
}
.msm-data-table-row-menu .panel {
  position: absolute;
  top: 21px;
  width: 160px;
  background-color: #ffffff;
  border: solid #c8c8c8 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.msm-data-table-row-menu .panel .panel-list ul {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 0;
}
.msm-data-table-row-menu .panel .panel-list ul li,
.msm-data-table-row-menu .panel .panel-list ul a {
  display: block;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  color: #00867e;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-data-table-row-menu .panel .panel-list ul li:hover,
.msm-data-table-row-menu .panel .panel-list ul a:hover {
  background-color: #00867e;
  color: #ffffff;
}
.msm-data-table-row-menu .panel .panel-list ul li.selected::before,
.msm-data-table-row-menu .panel .panel-list ul a.selected::before {
  display: block;
  float: left;
  content: "";
  border-radius: 3px;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  margin-left: -12px;
  background-color: #00a79d;
}
.msm-data-table-row-menu .panel .panel-list ul .btn {
  text-align: left;
}

.link-text-button {
  text-align: left;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #00756e;
  cursor: pointer;
}
.link-text-button span:nth-child(2) {
  vertical-align: middle;
}
.link-text-button .icon {
  margin-right: 4px;
  vertical-align: middle;
}
.link-text-button .icon svg {
  width: 24px;
}
.link-text-button .disabled {
  cursor: default;
  pointer-events: none;
  color: colorGreyDark;
}
.underline {
  text-decoration: underline;
}

/**
 * FixedDataTable v0.1.2
 *
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule Scrollbar
 */
/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.public_Scrollbar_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  overflow: hidden;
  position: absolute;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.public_Scrollbar_mainVertical {
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition-property: background-color width;
  transition-property: background-color width;
  width: 14px;
}
/* Touching the scroll-track directly makes the scroll-track bolder */
.public_Scrollbar_mainVertical.Scrollbar_mainActive,
.public_Scrollbar_mainVertical:hover {
  width: 14px;
}
.public_Scrollbar_mainHorizontal {
  bottom: 0;
  height: 15px;
  left: 0;
  -webkit-transition-property: background-color height;
  transition-property: background-color height;
}
/* Touching the scroll-track directly makes the scroll-track bolder */
.public_Scrollbar_mainHorizontal.Scrollbar_mainActive,
.public_Scrollbar_mainHorizontal:hover {
  background-color: rgba(255, 255, 255, 0.8);
  height: 17px;
}
.Scrollbar_mainOpaque,
.Scrollbar_mainOpaque.Scrollbar_mainActive,
.Scrollbar_mainOpaque:hover {
  background-color: #ffffff;
}
.Scrollbar_face {
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
/**
 * This selector renders the "nub" of the scrollface. The nub must
 * be rendered as pseudo-element so that it won't receive any UI events then
 * we can get the correct `event.offsetX` and `event.offsetY` from the
 * scrollface element while dragging it.
 */
.Scrollbar_face:after {
  background-color: rgba(55, 55, 55, 0.2);
  border-radius: 6px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.public_Scrollbar_main:hover .Scrollbar_face:after,
.Scrollbar_mainActive .Scrollbar_face:after,
.Scrollbar_faceActive:after {
  background-color: #7d7d7d;
}
.Scrollbar_faceHorizontal {
  bottom: 0;
  left: 0;
  top: 0;
}
.Scrollbar_faceHorizontal:after {
  bottom: 4px;
  left: 0;
  top: 4px;
  width: 100%;
}
.Scrollbar_faceVertical {
  left: 0;
  right: 0;
  top: 0;
}
.Scrollbar_faceVertical:after {
  height: 100%;
  left: 4px;
  right: 4px;
  top: 0;
}
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTable
 */
.public_fixedDataTable_main {
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
  background-image: url(AXIS_logo_watermark.427697c.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.public_fixedDataTable_header,
.fixedDataTable_hasBottomBorder {
  border-bottom: solid 1px #f0f0f0;
}
.public_fixedDataTable_header,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
  background-color: #ffffff;
}
.public_fixedDataTable_footer .public_fixedDataTableCell_main {
  background-color: #cee9e7;
  border-top: solid 1px #f0f0f0;
}
.fixedDataTable_shadow {
  background: 0 0 url(shadow.edc9ff7.png) repeat-x;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.fixedDataTable_rowsContainer {
  overflow: hidden;
  position: relative;
}
.fixedDataTable_horizontalScrollbar {
  bottom: 0;
  position: absolute;
}
.fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
  background: #ffffff;
}
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableCell
 */
.public_fixedDataTableCell_main {
  background-color: transparent;
  border: solid 1px #f0f0f0;
  border-width: 0 1px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: normal;
}
.public_fixedDataTableCell_main:last-of-type {
  border-right: none;
}
.public_fixedDataTableCell_main {
  background-color: transparent;
}
.public_fixedDataTableCell_lastChild {
  border-width: 0 1px 1px 0;
}
.public_fixedDataTableCell_highlighted {
  background-color: #f5f5f5;
}
.public_fixedDataTableCell_alignRight {
  text-align: right;
}
.public_fixedDataTableCell_alignCenter {
  text-align: center;
}
.public_fixedDataTableCell_wrap1 {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
.public_fixedDataTableCell_wrap2 {
  display: table-row;
}
.public_fixedDataTableCell_wrap3 {
  display: table-cell;
  vertical-align: top;
}
.public_fixedDataTableCell_cellContent {
  padding: 16px 8px 6px 8px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
}
.fixedDataTableCell_columnResizerContainer {
  position: absolute;
  right: 0px;
  width: 6px;
  z-index: 1;
}
.fixedDataTableCell_columnResizerContainer:hover {
  cursor: ew-resize;
}
.fixedDataTableCell_columnResizerContainer:hover .fixedDataTableCell_columnResizerKnob {
  visibility: visible;
}
.fixedDataTableCell_columnResizerKnob {
  background-color: #0284ff;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 4px;
}
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableCellGroup
 */
.fixedDataTableCellGroup_cellGroup {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.fixedDataTableCellGroup_cellGroup > .public_fixedDataTableCell_main {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.fixedDataTableCellGroup_cellGroupWrapper {
  position: absolute;
  top: 0;
}
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableColumnResizerLine
 */
.fixedDataTableColumnResizerLine_mouseArea {
  cursor: ew-resize;
  position: absolute;
  right: -5px;
  width: 12px;
}
.fixedDataTableColumnResizerLine_main {
  border-right: 1px solid #0284ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10;
}
.fixedDataTableColumnResizerLine_hiddenElem {
  display: none !important;
}
/**
 * Copyright (c) 2015, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableRow
 */
.public_fixedDataTableRow_main {
  background-color: #ffffff;
  border-bottom: solid 1px #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.fixedDataTableRow_body {
  left: 0;
  position: absolute;
  top: 0;
}
.public_fixedDataTableRow_highlighted {
  background-color: #f5f5f5;
}
.fixedDataTableRow_fixedColumnsDivider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: solid 1px #f0f0f0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.fixedDataTableRow_columnsShadow {
  background: 0 0 url(column-shadow.8bb8072.png) repeat-y;
  width: 4px;
}
.fixedDataTableRow_rowWrapper {
  position: absolute;
  top: 0;
}
.public_fixedDataTableRow_main.selected {
  background-color: #81d1cc;
}
.public_fixedDataTableRow_main.hover {
  background-color: #bbe3e1;
}
.public_fixedDataTable_header {
  border-bottom-color: #c8c8c8;
  border-width: 0 0 1px 1px;
}
.public_fixedDataTable_header .public_fixedDataTableCell_main {
  border: none;
}
.public_fixedDataTable_header button {
  background-color: transparent;
  color: #373737;
  font-size: 14px;
  text-align: left;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 6px;
}
.public_fixedDataTable_header button span {
  float: left;
}
.public_fixedDataTable_header button:hover,
.public_fixedDataTable_header button:hover:focus,
.public_fixedDataTable_header button:active {
  color: #373737;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.public_fixedDataTable_header button:focus {
  color: #373737;
  background-color: transparent;
}
.public_fixedDataTable_header .sortArrow {
  width: 8px;
  height: 6px;
  margin-top: 5px;
  margin-left: 6px;
}
.public_fixedDataTable_header .sortArrow.desc {
  background-image: url(arrow_down_xs.a0bbe40.png);
}
.public_fixedDataTable_header .sortArrow.asc {
  background-image: url(arrow_up_xs.306598e.png);
}
.public_fixedDataTable_header .public_fixedDataTableCell_wrap3 {
  vertical-align: middle;
}
.disabled .public_fixedDataTableCell_main a,
.disabled .public_fixedDataTableCell_main {
  color: #959595;
}
.table-container {
  position: relative;
  width: 100%;
}
.table-container .public_no_results {
  width: 100%;
  position: absolute;
  top: 85px;
  text-align: center;
}
.table-container .public_no_results h2 {
  color: #373737;
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.table-container .reloading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.table-container .reloading .msm-spinner {
  margin: auto;
}
.cb-margin-left-top {
  margin-left: 7px;
  margin-top: 7px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-deals-view > .new-deal {
  margin-top: -2px;
}
.msm-deals-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-deals-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-deals-view > .filter-group > .msm-drop-select {
  margin-right: 15px;
  margin-bottom: 0;
}
.msm-deals-view > .filter-group > .msm-drop-select:not(.distributor) {
  width: 200px;
}
.msm-deals-view .msm-data-table-row-menu-btn,
.msm-deals-view .msm-data-table-row-menu {
  margin-top: 16px;
}
.msm-deals-view .msm-list-status-cell {
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 2px;
  float: left;
}
.msm-deals-view .msm-deal-id {
  margin-top: 6px;
  float: left;
  font-size: 12px;
  color: #888;
}
.msm-deals-view .table-container {
  clear: both;
}
.msm-deals-view .table-header-bar {
  margin-top: 25px;
  margin-bottom: 10px;
}
.msm-deals-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.date-with-time-picker .react-datepicker__day--selected,
.date-with-time-picker .react-datepicker__time-list-item--selected {
  background-color: #00a79d !important;
}
.date-with-time-picker .event-date-picker-input-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}
.date-with-time-picker .event-date-picker-input-content .date-icon,
.date-with-time-picker .event-date-picker-input-content .time-icon {
  position: absolute;
  top: 9px !important;
  left: 4px;
  margin-left: 4px;
  z-index: 1;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-date-select input {
  padding: 5px 28px 5px 32px;
  max-width: 179px;
  height: 38px;
  border: 1px solid #cccccc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-date-select input:focus {
  outline-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.date-with-time-picker .event-date-picker-input-content .timezone-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9.8px;
}
.date-with-time-picker .event-date-picker-input-content .timezone-container .time-icon {
  position: relative;
  top: auto !important;
  left: auto !important;
  z-index: auto;
  margin-top: 3px;
}
.date-with-time-picker .event-date-picker-input-content .timezone {
  display: block;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 3px;
  white-space: nowrap;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-time-select-container {
  position: relative;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select input {
  padding: 5px 13px 5px 32px;
  max-width: 109px;
  height: 38px;
  border: 1px solid #cccccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  border-left: none;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select input:focus {
  outline-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select:not(.time-only) input {
  border-left: none;
}
.date-with-time-picker .event-date-picker-input-content .timezone-selector {
  width: 100%;
  min-width: 276px;
}
.date-with-time-picker .event-date-picker-input-content .timezone-selector .timezone-dropdown-indicator {
  margin: 8px;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker__year-text--selected {
  background-color: red;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-popper {
  z-index: 9999;
}
.date-with-time-picker .event-date-picker-input-content .react-datepicker-popper .react-datepicker__header {
  background-color: #ffffff;
}
.date-with-time-picker .event-date-picker-input-content .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.date-with-time-picker .event-date-picker-input-content .date-selector-container .date-selector-group-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 288px;
  width: 100%;
  margin-left: 24px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group {
  width: 256px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group:first-of-type {
  margin-right: 24px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .form-group {
  margin-bottom: 0px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group > .form-group:first-of-type {
  margin-bottom: 16px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .msm-input-error-group {
  margin-bottom: 0px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker {
  background-color: #f0f0f0;
  padding: 12px;
  width: 228px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker {
  margin-bottom: 8px;
  margin-right: 0px;
  width: 203px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker .react-datepicker__month-container {
  width: 177px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .msm-input-error-group-message {
  margin-left: 26px;
  top: 2px;
}
.date-with-time-picker .event-date-picker-input-content .msm-date-time-picker-group .radio-time-label {
  margin-left: 6px;
  font-size: 14px;
  color: #888;
}
.date-with-time-picker .msm-date-time-picker {
  width: 204px;
  margin-right: 24px;
}
.date-with-time-picker .msm-date-time-picker .msm-drop-select {
  margin-bottom: 0;
}
.date-with-time-picker .msm-date-picker {
  width: 100%;
  margin: 0 0 8px 0;
}
.date-with-time-picker .msm-remove-row-btn {
  vertical-align: top;
  margin-top: 6px;
}
.date-with-time-picker label {
  font-weight: normal;
  font-size: 14px;
}
.date-with-time-picker .msm-page-variant-schedule .msm-schedule-time .date {
  margin-right: 6px;
}
.date-with-time-picker .msm-page-variant-schedule .msm-schedule-time .time {
  margin-left: 8px;
}
.date-with-time-picker .msm-input-error-group .msm-date-time-picker .form-group {
  margin-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-edit-deal-form h4 {
  font-weight: 700;
  margin-bottom: 24px;
}
.msm-edit-deal-form .msm-link-destination-group .msm-select-input-group {
  margin-bottom: 12px;
}
.msm-edit-deal-form .msm-link-destination-group > .msm-text-input:not(:first-of-type) {
  margin-top: 10px;
}
.msm-edit-deal-form .msm-link-destination-group .msm-auto-complete-text-input {
  display: inline-block;
}
.msm-edit-deal-form .msm-link-destination-group .msm-link-destination-path {
  display: inline-block;
  color: #888;
  margin-left: 16px;
}
.msm-edit-deal-form .msm-link-destination-group > .msm-input-error-group-message {
  display: block;
}
.msm-edit-deal-form .msm-date-time-picker-group {
  width: 256px;
}
.msm-edit-deal-form .msm-date-time-picker-group:first-of-type {
  margin-right: 24px;
}
.msm-edit-deal-form .msm-date-time-picker-group .form-group {
  margin-bottom: 0px;
}
.msm-edit-deal-form .msm-date-time-picker-group > .form-group:first-of-type {
  margin-bottom: 16px;
}
.msm-edit-deal-form .msm-date-time-picker-group .msm-input-error-group {
  margin-bottom: 0px;
}
.msm-edit-deal-form .msm-date-time-picker-group > label {
  font-weight: 500;
}
.msm-edit-deal-form .msm-date-time-picker-group .msm-date-time-picker {
  background-color: #f0f0f0;
  padding: 12px;
  width: 228px;
}
.msm-edit-deal-form .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker {
  margin-bottom: 8px;
  margin-right: 0px;
  width: 203px;
}
.msm-edit-deal-form .msm-date-time-picker-group .msm-input-error-group-message {
  margin-left: 26px;
  top: 2px;
}
.msm-edit-deal-form .msm-date-time-picker-group .radio-time-label {
  margin-left: 6px;
  font-size: 14px;
  color: #888;
}
.msm-edit-deal-form .msm-deal-advancedOpts {
  width: auto;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container .right-chevron {
  margin: 0 19px;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container .svg-container {
  top: 6px;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container .event-date-picker-input-content .react-datepicker-date-select input {
  height: 38px;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container .control-label {
  font-weight: bold;
}
.msm-edit-deal-form .msm-deal-period .date-selector-container .timezone-container .time-icon {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  margin-top: 3px;
}
.msm-edit-deal-form .msm-deal-period,
.msm-edit-deal-form .msm-deal-distributor,
.msm-edit-deal-form .msm-deal-users,
.msm-edit-deal-form .msm-deal-advancedOpts {
  margin-bottom: 48px;
}
.msm-edit-deal-form .msm-deal-ownership .msm-label-aside,
.msm-edit-deal-form .msm-deal-deliveryTypes .msm-label-aside {
  font-size: 14px;
  font-style: italic;
  color: #888;
  padding-left: 12px;
}
.msm-edit-deal-form .msm-deal-minPrice,
.msm-edit-deal-form .msm-deal-maxPrice,
.msm-edit-deal-form .msm-deal-playbackRestrictions {
  margin: 7px 0 16px 22px;
}
.msm-edit-deal-form .msm-deal-minPrice,
.msm-edit-deal-form .msm-deal-maxPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.msm-edit-deal-form .msm-deal-minPrice > span,
.msm-edit-deal-form .msm-deal-maxPrice > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  margin-top: 8px;
}
.msm-edit-deal-form .msm-deal-minPrice .msm-text-input,
.msm-edit-deal-form .msm-deal-maxPrice .msm-text-input {
  width: 80px;
  margin-bottom: 0;
}
.msm-edit-deal-form .msm-deal-minPrice .msm-text-input input,
.msm-edit-deal-form .msm-deal-maxPrice .msm-text-input input {
  width: 80px;
}
.msm-edit-deal-form .msm-deal-minPrice .msm-input-error-group,
.msm-edit-deal-form .msm-deal-maxPrice .msm-input-error-group {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions {
  border-right: none;
  border-top: none;
  table-layout: fixed;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > thead:first-child > tr:first-child > th {
  border-top: 1px solid #c8c8c8;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > thead:first-child > tr:first-child > .msm-deal-playback-remove {
  border-top: none;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > tbody > tr:hover > .msm-deal-playback-remove {
  vertical-align: middle;
  background-color: #fff;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > tbody > tr:hover > .msm-deal-playback-remove .msm-remove-row-btn {
  display: block;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > tbody > tr > td > .msm-text-input {
  margin: 0;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > tbody > tr > td > .msm-drop-select {
  max-width: 220px;
  width: auto;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions > tbody > tr > td.msm-deal-playback-description .form-group {
  width: auto;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-remove {
  border: none;
  padding: 8px;
  width: 36px;
  background-color: transparent;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-remove .msm-remove-row-btn {
  display: none;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-device,
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-cast,
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-file {
  max-width: 244px;
}
.msm-edit-deal-form .msm-deal-playbackRestrictions .msm-deal-playback-device > .required {
  color: #e10a15;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-offer-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-offer-summary:hover > .offer-summary {
  background: #e2efee;
}
.msm-offer-summary:hover > .offer-actions > button {
  visibility: visible;
  pointer-events: auto;
}
.msm-offer-summary > .offer-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  color: #373737;
  padding: 14px 12px;
  position: relative;
  width: 100%;
}
.msm-offer-summary > .offer-summary:hover {
  text-decoration: none;
}
.msm-offer-summary > .offer-summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-offer-summary > .offer-summary > div:first-child {
  margin-bottom: 8px;
}
.msm-offer-summary > .offer-summary .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-offer-summary > .offer-summary .badges > * {
  margin-right: 6px;
}
.msm-offer-summary > .offer-summary .h-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 0;
}
.msm-offer-summary > .offer-summary .h-group > * {
  white-space: nowrap;
}
.msm-offer-summary > .offer-summary .h-group .msm-status {
  margin-left: 8px;
}
.msm-offer-summary > .offer-summary .offer-target span {
  display: inline-block;
  vertical-align: middle;
}
.msm-offer-summary > .offer-summary .offer-target > div > div:last-child {
  margin-top: 6px;
}
.msm-offer-summary > .offer-summary .icon {
  width: 20px;
  height: 16px;
  margin-right: 6px;
}
.msm-offer-summary > .offer-summary .icon.devices {
  background: url(icon_device.79ce55e.png) no-repeat 0 0;
}
.msm-offer-summary > .offer-summary .icon.subscriptions {
  background: url(icon_user.43b7149.png) no-repeat 0 0;
}
.msm-offer-summary > .offer-summary .offer-type {
  font-weight: bold;
}
.msm-offer-summary > .offer-summary .offer-type > span {
  margin-left: 6px;
}
.msm-offer-summary > .offer-summary .offer-label {
  font-size: 12px;
  color: #888;
}
.msm-offer-summary > .offer-summary .offer-duration,
.msm-offer-summary > .offer-summary .offer-segtags {
  color: #888;
}
.msm-offer-summary > .offer-summary .offer-duration.invalid-date-range,
.msm-offer-summary > .offer-summary .offer-segtags.invalid-date-range {
  color: #e10a15;
}
.msm-offer-summary > .offer-summary .offer-duration > *,
.msm-offer-summary > .offer-summary .offer-segtags > * {
  vertical-align: middle;
}
.msm-offer-summary > .offer-summary .offer-duration .svg-container,
.msm-offer-summary > .offer-summary .offer-segtags .svg-container {
  display: inline-block;
}
.msm-offer-summary > .offer-summary .offer-segtags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-offer-summary > .offer-actions-placeholder {
  width: 25px;
}
.msm-offer-summary > .offer-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 8px;
}
.msm-offer-summary.msm-offer-summary-expired > .offer-summary::after {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #e6e6e6;
  opacity: 0.5;
}
.msm-offer-summary.msm-offer-summary-expired:hover > .offer-summary::after {
  display: none;
}
.msm-offer-summary.msm-offer-summary-pending > .offer-summary::after {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #c8c8c8;
  opacity: 0.5;
}
.msm-offer-summary.msm-offer-summary-pending:hover > .offer-summary::after {
  display: none;
}
.msm-offer-summary .msm-offer-summary-pending-text {
  position: absolute;
  z-index: 10;
  background: #ffffbf;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * OFFER & OFFER TEMPLATES
 */
.msm-offer-group {
  margin-bottom: 36px;
}
.msm-offer-group > h3 {
  font-weight: bold;
  font-size: 18px;
  color: #373737;
  margin-bottom: 0;
}
.msm-offer-group > .msm-offer-summaries {
  margin-top: 8px;
  margin-bottom: 16px;
}
.msm-offer-group .empty-offer-group {
  color: #888;
  font-style: italic;
}
.msm-offer-group .empty-offer-group:nth-of-type(2) {
  margin-top: 5px;
}
.msm-offer-group > .new-offer-btn {
  font-size: 14px;
  color: #00867e;
}
.msm-offer-summaries > .msm-offer-summary {
  margin-bottom: 8px;
}
.msm-offer-summaries > .msm-offer-summary:last-child {
  margin-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-deal-initial-offers .offer-templates {
  margin-bottom: 48px;
}
.msm-deal-initial-offers .offer-templates .msm-tag-select-input-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-deal-initial-offers .offer-templates .msm-tag-view {
  background: none;
  color: #00867e;
  font-size: 16px;
  padding: 0;
  padding-right: 30px;
  margin-right: 0;
  margin-bottom: 24px;
  display: block;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-deal-initial-offers .offer-templates .msm-tag-view button {
  background: url(icon_remove_39x18.7b668a2.png) no-repeat 0 0;
  margin: 0;
}
.msm-deal-initial-offers .offer-templates .msm-tag-view button:hover {
  background-position: -20px 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-offer-groups-view > .new-offer-group {
  margin-top: -2px;
}
.msm-offer-groups-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-offer-groups-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-offer-groups-view > .filter-group > .msm-drop-select {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 0;
}
.msm-offer-groups-view .msm-data-table-row-menu-btn,
.msm-offer-groups-view .msm-data-table-row-menu {
  margin-top: 16px;
}
.msm-offer-groups-view .msm-list-status-cell {
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 2px;
  float: left;
}
.msm-offer-groups-view .msm-offer-group-id {
  margin-top: 6px;
  float: left;
  font-size: 12px;
  color: #888;
}
.msm-offer-groups-view .table-container {
  clear: both;
}
.msm-offer-groups-view .table-header-bar {
  margin-top: 25px;
  margin-bottom: 10px;
}
.msm-offer-groups-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-search-input-field {
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
}
.public_fixedDataTableCell_wrap3 {
  vertical-align: middle !important;
}
.public_fixedDataTableCell_cellContent {
  padding: 8px 8px 8px 8px !important;
  line-height: 20px;
}
.public_fixedDataTable_header .sortArrow {
  width: 10px;
  height: 8px;
}
.public_fixedDataTable_header .sortArrow.desc {
  background-image: url(arrow-down.c3001e2.svg);
}
.public_fixedDataTable_header .sortArrow.asc {
  background-image: url(arrow-down.c3001e2.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.msm-offer-groups-view {
  font-weight: 400;
}
.msm-offer-groups-view > .new-offer-group {
  margin-top: -2px;
}
.msm-offer-groups-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-offer-groups-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 360px;
  width: 100%;
}
.msm-offer-groups-view > .filter-group > .msm-drop-select {
  width: 100%;
  margin-right: 16px;
  margin-bottom: 0;
  line-height: 20px;
}
.msm-offer-groups-view > .filter-group > .msm-drop-select button {
  height: 40px;
  width: 200px;
  border-radius: 4px;
}
.msm-offer-groups-view .msm-data-table-row-menu-btn,
.msm-offer-groups-view .msm-data-table-row-menu {
  margin-top: 30px;
}
.msm-offer-groups-view .msm-list-status-cell {
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 2px;
  float: left;
}
.msm-offer-groups-view .msm-offer-group-id {
  margin-top: 6px;
  float: left;
  font-size: 12px;
  color: #888;
}
.msm-offer-groups-view .table-container {
  clear: both;
}
.msm-offer-groups-view .table-header-bar {
  margin-top: 25px;
  margin-bottom: 10px;
}
.msm-offer-groups-view .table-header-bar .result-count {
  line-height: 24px;
}
.msm-offer-groups-view .table-header-bar .clear-search-btn {
  line-height: 20px;
}
.msm-offer-groups-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-offer-group-metadata-form h4 {
  font-weight: 700;
  margin-bottom: 24px;
}
.msm-offer-group-metadata-form .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-offer-group-metadata-form .date-selector-container .right-chevron {
  margin: 0 19px;
}
.msm-offer-group-metadata-form .h-group {
  padding-top: 24px;
}
.msm-offer-group-metadata-form .msm-default-period {
  margin-left: 24px;
  font-style: italic;
  color: #888;
}
.msm-offer-group-metadata-form .msm-date-toggle {
  margin-bottom: 19px;
}
.msm-offer-group-metadata-form .msm-date-toggle label {
  font-weight: 500;
  margin-left: 8px;
}

.msm-new-offer-group-view .alert,
.msm-new-offer-group-view .h-group {
  margin-top: 24px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-offer-group-offers .offer-templates {
  margin-bottom: 48px;
}
.msm-offer-group-offers .offer-templates .msm-tag-select-input-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-offer-group-offers .offer-templates .msm-tag-view {
  background: none;
  color: #00867e;
  font-size: 16px;
  padding: 0;
  padding-right: 30px;
  margin-right: 0;
  margin-bottom: 24px;
  display: block;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-offer-group-offers .offer-templates .msm-tag-view button {
  background: url(icon_remove_39x18.7b668a2.png) no-repeat 0 0;
  margin: 0;
}
.msm-offer-group-offers .offer-templates .msm-tag-view button:hover {
  background-position: -20px 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-plans-group {
  margin-bottom: 48px;
}
.msm-plans-group .msm-plans-meta {
  margin-right: 33px;
}
.msm-plans-group h2 {
  font-size: 28px;
  font-weight: 300;
  color: #00756e;
  margin-bottom: 16px;
}
.msm-plans-group .msm-byline {
  margin-bottom: 16px;
}
.msm-plans-group .msm-no-plans {
  font-style: italic;
  color: #888;
}
.msm-plans-group .msm-plan {
  margin-bottom: 8px;
}
.msm-plans-group .msm-plan:last-child {
  margin-bottom: 0;
}
.msm-plans-group .msm-plan:hover .msm-plan-body {
  background-color: #e2efee;
}
.msm-plans-group .msm-plan:hover .msm-plan-actions > button {
  visibility: visible;
}
.msm-plans-group .msm-plan-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-plans-group .msm-plan-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c8c8c8;
  padding: 16px 12px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
  width: calc(100% - 33px);
}
.msm-plans-group .msm-plan-body-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.msm-plans-group .msm-plan-body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 40%;
}
.msm-plans-group .msm-plan-body.msm-plan-retired:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  opacity: 0.5;
}
.msm-plans-group .msm-plan-body.msm-plan-transitioning:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  opacity: 0.5;
}
.msm-plans-group .msm-plan-body.msm-error {
  background-color: #f3dedf;
}
.msm-plans-group .msm-plan-body .msm-plan-date {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 12px;
  font-style: italic;
  color: #888;
}
.msm-plans-group .msm-plan-body .msm-plan-segmentation-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  color: #888;
}
.msm-plans-group .msm-plan-body .msm-plan-title {
  margin-bottom: 8px;
  vertical-align: middle;
}
.msm-plans-group .msm-plan-body h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.msm-plans-group .msm-plan-body .msm-plan-featured {
  padding-left: 12px;
  color: #00b22c;
  text-transform: uppercase;
  font-size: 12px;
}
.msm-plans-group .msm-plan-body .msm-plan-featured:before {
  font-family: "msm icons";
  content: "\E90E";
  line-height: 1em;
  margin-right: 3px;
  line-height: 0.8em;
  vertical-align: middle;
}
.msm-plans-group .msm-plan-body .msm-plan-tagline {
  margin-bottom: 8px;
}
.msm-plans-group .msm-plan-body .msm-plan-offer {
  font-size: 16px;
  color: #888;
  margin: 0;
  line-height: normal;
}
.msm-plans-group .msm-plan-body .msm-spinner {
  position: absolute;
  bottom: 16px;
  right: 12px;
}
.msm-plans-group .msm-plan-actions-container {
  padding-left: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33px;
}
.msm-plans-group .msm-error-text {
  margin-top: 8px;
  color: #e10a15;
}

.disable-opacity {
  opacity: 0;
}

.msm-plan-benefits .msm-no-data {
  font-style: italic;
  margin-bottom: 22px;
}
.msm-plan-benefits .msm-benefit-item {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-plan-benefits .msm-benefit-item > div {
  margin-right: 11px;
}
.msm-plan-benefits .msm-benefit-item > div:last-child {
  margin-right: 0;
  margin-left: -2px;
}
.msm-plan-benefits .msm-benefit-item .form-group {
  margin-bottom: 0;
}
.msm-plan-benefits .msm-input-error-group {
  margin-bottom: 0;
}
.msm-plan-benefits .msm-drag-preview {
  margin-bottom: 12px;
}
.msm-plan-benefits .msm-benefit-input,
.msm-plan-benefits .msm-benefit-item .form-group {
  width: 300px;
}
.msm-plan-benefits .msm-create-new-row-btn {
  margin-left: 32px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-match-toggle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.msm-match-toggle__button {
  background: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 34px;
  width: 56px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #c8c8c8;
  border-left: none;
  border-radius: 0 4px 4px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 4px;
}
.msm-match-toggle__button:focus {
  outline: none;
}
.msm-match-toggle__button:disabled {
  color: #aaaaaa;
}
.msm-match-toggle__button > p {
  font-size: 14px;
  margin: 0;
  line-height: unset;
}
.msm-match-toggle__button > .icon {
  position: relative;
  top: 2px;
  margin-left: 5px;
  width: 12px;
  height: 10px;
  background: url(arrow_down_default_13x8.295dc9a.png) no-repeat 0 0;
}
.msm-match-toggle .msm-drop-list {
  z-index: 9999;
  position: absolute;
  top: 36px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 278px;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container {
  max-height: none;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-options > :first-child,
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-options > :last-child {
  margin: 0;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-options > :first-child {
  border-bottom: 1px solid #ebebeb;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option .selected-item {
  background-color: inherit;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00a79d;
  padding-left: 16px;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option {
  padding: 0;
  text-overflow: clip;
  white-space: normal;
  font-size: 12px;
  cursor: pointer;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option.selected {
  background-color: inherit;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option div {
  padding: 11px 20px;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option span {
  margin-bottom: 7px;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option p {
  margin: 4px 0 0;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option:hover {
  background: #c7e6e3;
}
.msm-match-toggle .msm-drop-list .msm-drop-list-options-container .msm-drop-list-option:hover span {
  color: #00a79d;
}

.msm-segmentation-tag-select .tag-state-live {
  background: #CEE9E7;
}
.msm-segmentation-tag-select .tag-state-deleting-error {
  background: #CEE9E7;
}
.msm-segmentation-tag-select .tag-state-archived,
.msm-segmentation-tag-select .tag-state-archiving-error {
  background: #EBEBEB;
}
.msm-segmentation-tag-select .tag-state-deleting-error .Select-item-label,
.msm-segmentation-tag-select .tag-state-archiving-error .Select-item-label {
  margin-left: 10px;
}
.msm-segmentation-tag-select .tag-error {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E10A15;
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
}
.msm-segmentation-tag-select .Select-menu-outer {
  white-space: normal;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-plan-metadata-form {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.msm-plan-metadata-form .msm-plan-title {
  margin-right: 48px;
}
.msm-plan-metadata-form h4 {
  display: inline-block;
  margin: 24px 0;
  font-weight: 700;
}
.msm-plan-metadata-form .msm-plan-currency {
  width: 92px;
}
.msm-plan-metadata-form .msm-plan-amount .msm-plan-currency-symbol {
  display: inline-block;
  width: 12px;
}
.msm-plan-metadata-form .msm-plan-amount .form-group {
  display: inline-block;
  width: 80px;
}
.msm-plan-metadata-form .msm-plan-billingperiod .msm-input-error-group > span,
.msm-plan-metadata-form .msm-plan-billingperiod .msm-input-error-group > .msm-text-input,
.msm-plan-metadata-form .msm-plan-billingperiod .msm-input-error-group > .msm-drop-select {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.msm-plan-metadata-form .msm-plan-billingperiod .msm-input-error-group .msm-input-error-group-message {
  display: block;
}
.msm-plan-metadata-form .msm-plan-billingperiod .msm-plan-billingperiod-unit .form-group,
.msm-plan-metadata-form .msm-plan-billingperiod .msm-plan-billingperiod-unit.form-group {
  width: 50px;
}
.msm-plan-metadata-form .msm-plan-billingperiod .msm-plan-billingperiod-type {
  width: 100px;
}
.msm-plan-metadata-form .msm-plan-billingperiod .msm-plan-billingperiod-type.has-error > button {
  border-color: #e10a15;
}
.msm-plan-metadata-form .msm-plan-trial input {
  width: 50px;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-no-data {
  font-style: italic;
  margin-bottom: 22px;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-input-error-group {
  margin-bottom: 12px;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-custom-field-group {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-custom-field-group > div {
  margin-right: 11px;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-custom-field-group > div:last-child {
  margin-right: 0;
  margin-left: -2px;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-custom-field-group .form-group {
  margin-bottom: 0;
}
.msm-plan-metadata-form .msm-custom-fields-group .msm-custom-field-group .form-group,
.msm-plan-metadata-form .msm-custom-fields-group .msm-create-new-row-btn .form-group {
  width: 300px;
}
.msm-plan-metadata-form .msm-plan-user-groups .msm-drop-select {
  width: 300px;
}
.msm-plan-metadata-form .msm-create-first-row-btn,
.msm-plan-metadata-form .msm-create-new-row-btn {
  cursor: text;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags {
  margin-bottom: 24px;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container {
  position: relative;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list.open {
  position: absolute;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list {
  z-index: 9999;
  position: absolute;
  top: 36px;
  width: 278px;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list .msm-drop-list-options-container {
  max-height: none;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-options > :first-child,
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-options > :last-child {
  margin: 0;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-options > :first-child {
  border-bottom: 1px solid #EBEBEB;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option .selected-item {
  background-color: inherit;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00A79D;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option {
  padding: 0;
  text-overflow: clip;
  white-space: normal;
  font-size: 12px;
  cursor: pointer;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option.selected {
  background-color: inherit;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option div {
  padding: 11px 20px;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option span {
  margin-bottom: 7px;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option p {
  margin: 4px 0 0;
}
.msm-plan-metadata-form .msm-plan-segmentation-tags .filter-actions-dropdown-container .msm-drop-list-option:hover {
  background: #C7E6E3;
}

.msm-plan-view .msm-plan-title {
  margin-bottom: 12px;
}
.msm-plan-view .msm-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-plan-view .msm-metadata > .msm-plan-view-status::before {
  content: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-offer-form h4 {
  margin-top: 26px;
  margin-bottom: 24px;
  font-weight: bold;
  display: inline-block;
}
.msm-offer-form .msm-drop-select {
  width: 200px;
}
.msm-offer-form .price .msm-drop-select {
  width: 280px;
}
.msm-offer-form .subscriptionId .msm-drop-select,
.msm-offer-form .season-price .msm-drop-select {
  width: 300px;
}
.msm-offer-form .play-restrictions-group > .msm-input-error-group {
  display: inline-block;
  vertical-align: top;
}
.msm-offer-form .play-restrictions-group > .msm-input-error-group:first-child {
  margin-right: 20px;
}
.msm-offer-form .play-restrictions-group > .msm-input-error-group .msm-drop-select {
  width: 280px;
}
.msm-offer-form .play-restrictions-group .msm-offer-rental-duration .form-group {
  width: inherit;
}
.msm-offer-form .play-restrictions-group .msm-offer-rental-duration .rental-duration .days {
  width: 50px;
}
.msm-offer-form .play-restrictions-group .msm-offer-rental-duration .rental-duration > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.msm-offer-form .play-restrictions-group .msm-offer-rental-duration .rental-duration > label {
  margin-left: 6px;
}
.msm-offer-form .offer-audience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-offer-form .offer-audience > .msm-input-error-group {
  margin-right: 24px;
}
.msm-offer-form .offer-audience > .msm-input-error-group:last-child {
  margin-right: 0;
}
.msm-offer-form .offer-audience .msm-drop-select {
  width: 300px;
}
.msm-offer-form .msm-radio-set > .revenue-share > label {
  width: 150px;
}
.msm-offer-form .msm-radio-set > .revenue-share input[type="text"] {
  width: 80px;
}
.msm-offer-form .msm-offer-period .h-group > * {
  display: inline-block;
  vertical-align: middle;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period > .msm-drop-select {
  width: 250px;
  margin-right: 12px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-relative-date-select {
  display: inline-block;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .offset-button {
  display: inline-block;
  color: #00867e;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .offset-button:hover {
  text-decoration: underline;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input {
  margin-top: 12px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input * {
  margin-bottom: 0;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input .msm-drop-select {
  width: 50px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input .h-group:last-of-type {
  margin-right: 16px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input .form-group {
  width: 48px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input .msm-text-input {
  margin-left: 16px;
}
.msm-offer-form .msm-offer-period .msm-offer-relative-period .msm-offset-duration-input label {
  margin-left: 6px;
}
.msm-offer-form .msm-offer-period .event-date-picker-input-content .react-datepicker-date-select input {
  height: 38px;
}
.msm-offer-form .msm-offer-period .event-date-picker-input-content .date-icon,
.msm-offer-form .msm-offer-period .event-date-picker-input-content .time-icon {
  top: 7px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.offer-page > div > h1 {
  margin-bottom: 12px;
}
.offer-view .offer-spinner {
  margin-bottom: 12px;
}
.offer-view .offer-parent-metadata {
  margin-bottom: 30px;
}
.offer-view .msm-metadata {
  margin-bottom: 8px;
}
.offer-view .offer-parent-segtags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offer-view .offer-parent-segtags > * {
  font-size: 12px;
  color: #888;
  vertical-align: middle;
  display: inline;
}

.search-filters .search-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
}
.search-filters .search-input-group .msm-search-input {
  border-radius: 4px;
  width: 300px;
}
.search-filters .search-input-group .search-filters-form {
  position: relative;
  margin: unset;
}
.search-filters .search-input-group .inline-filters {
  margin-right: 8px;
}
.search-filters .search-input-group .form-group {
  margin: 0 16px 0 0;
}
.search-filters .search-input-group .msm-drop-select {
  margin-bottom: unset;
}
.search-filters .filter-options-wrapper {
  z-index: 0;
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
.search-filters .filter-options-wrapper .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.search-filters .filter-options-wrapper .filter-options .filter-option {
  margin: 0 8px 8px 0;
}
.search-filters .filter-options-wrapper .filter-options.open {
  opacity: 1;
}
.search-filters .filter-options-wrapper.open {
  max-height: 500px;
  margin-bottom: 8px;
}
.search-filters__add-btn {
  margin-left: auto;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.items-view .table-container {
  margin-top: 8px;
  clear: both;
}
.items-view .form-group {
  margin-bottom: 5px;
}
.items-view .item-action-btn {
  float: right;
  margin-left: 16px;
}
.items-view .table-header-bar {
  z-index: 1;
  position: relative;
  margin-bottom: 16px;
}
.items-view .clear-search-btn {
  display: block;
  margin-left: 10px;
  float: left;
}
.items-view h5 {
  float: left;
  margin-right: 10px;
}
.items-view .public_fixedDataTable_bodyRow .public_fixedDataTableCell_wrap3 {
  vertical-align: top;
}
.items-view .public_fixedDataTable_bodyRow .public_fixedDataTableCell_cellContent {
  padding: 16px 12px 0 12px;
}
.items-view .msm-data-table-row-menu-btn,
.items-view .msm-data-table-row-menu {
  margin-top: 16px;
}
.items-view .msm-item-search-image {
  margin-right: 14px;
  margin-top: -8px;
}
.items-view .msm-item-search-image > a {
  display: block;
}
.items-view .msm-item-search-image > a > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.items-view .msm-item-search-image > a > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.items-view .msm-item-search-title-link {
  margin-bottom: 4px;
  display: block;
}
.items-view .msm-item-search-title-id {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 1px;
  font-size: 12px;
  color: #888;
}
.items-view .msm-data-table-loading-cell {
  height: 64px;
}
.items-view .msm-item-status-cell {
  float: left;
  margin-left: -5px;
}
.items-view__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items-view__subtype {
  max-width: calc(100% - 36px);
  margin-left: 10px;
}
.items-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.items-view__header-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-view__add-btn {
  margin-left: auto;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-summary-tooltip__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.msm-item-summary-tooltip__tooltip {
  margin-left: -116px;
}
.msm-item-summary-tooltip__tooltip .rc-tooltip-inner {
  padding: 12px;
  max-width: 360px;
  background-color: #ffffff;
  color: #000000;
}
.msm-item-summary-tooltip__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-item-summary-tooltip__thumbnail-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin-right: 12px;
  height: 59px;
}
.msm-item-summary-tooltip__thumbnail {
  height: 100%;
}
.msm-item-summary-tooltip__title {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 12px;
}
.msm-item-summary-tooltip__subline > * {
  display: inline-block;
  vertical-align: middle;
}
.msm-item-summary-tooltip__subline p {
  margin: 0 0 0 8px;
  padding-left: 8px;
  font-size: 12px;
  border-left: 1px solid #373737;
}
.msm-item-summary-tooltip__description {
  font-size: 14px;
  margin-top: 12px;
}

/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-show-navigation .msm-side-panel__open-btn {
  background: url(episodes_tab.7089906.png) no-repeat 0 0;
  height: 91px;
}
.msm-show-navigation__content {
  padding: 7px 0 16px 0;
  overflow: auto;
}
.msm-show-navigation__header {
  padding: 16px 34px 16px 16px;
}
.msm-show-navigation__header-thumb {
  width: 48px;
  margin-right: 16px;
  float: left;
}
.msm-show-navigation__header-thumb > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.msm-show-navigation__header-thumb > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.msm-show-navigation__header-title-link {
  color: #373737;
}
.msm-show-navigation__header-title-link:focus {
  color: #373737;
}
.msm-show-navigation__header-title {
  min-width: 186px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em;
  font-size: 16px;
  margin-bottom: 8px;
}
.msm-show-navigation__header-subline {
  min-width: 186px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em;
  font-size: 12px;
}
.msm-show-navigation__link {
  color: #373737;
  padding: 5px 0;
  line-height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-show-navigation__link:hover {
  color: #373737;
  text-decoration: none;
}
.msm-show-navigation__link:hover:focus {
  text-decoration: none;
}
.msm-show-navigation__link:focus {
  color: #373737;
}
.msm-show-navigation__season {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-show-navigation__season:hover {
  background-color: #bbe3e1;
}
.msm-show-navigation__episode-link {
  padding-left: 56px;
}
.msm-show-navigation__episode-link:hover {
  background-color: #bbe3e1;
}
.msm-show-navigation__episode-link--active {
  background-color: #81d1cc;
  font-weight: 700;
}
.msm-show-navigation--active {
  background-color: #81d1cc;
  font-weight: 700;
}
.msm-show-navigation__status-badge {
  display: inline-block;
}
.msm-show-navigation__season-toggle-button {
  padding: 0;
  border: none;
  background: none;
  padding: 9px 12px 9px 0;
}
.msm-show-navigation__season-toggle-button:focus {
  outline: none;
}
.msm-show-navigation__season-toggle-arrow {
  border-top-color: #888;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.msm-show-navigation__season-toggle-arrow--open {
  -webkit-transform: none;
          transform: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-detail-item .msm-detail-header {
  -webkit-box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
          box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
}
.msm-detail-item .msm-detail-header .msm-detail-info .msm-item-image img {
  max-height: 90px;
  max-width: 160px;
}
.msm-detail-item .msm-detail-header .msm-detail-info .msm-item-image :hover {
  cursor: pointer;
}
.msm-detail-item .msm-detail-header .msm-detail-info h1 {
  font-size: 24px;
}
.msm-detail-item__hierarchy {
  margin: 0 0 8px 0;
}
.msm-detail-item__hierarchy--loading {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1em;
}
.msm-detail-item__hierarchy-item {
  font-size: 12px;
}
li.msm-detail-item__hierarchy-item {
  padding: 0;
}
.msm-detail-item__hierarchy-item + .msm-detail-item__hierarchy-item {
  padding-left: 8px;
}
.msm-detail-item__hierarchy-item + .msm-detail-item__hierarchy-item:before {
  content: ">";
  padding-right: 8px;
}
.msm-detail-item__subtype {
  margin-left: 6px;
}
.msm-fix-header .msm-detail-header-item {
  -webkit-box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
          box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-language-tab-pane__add-container {
  display: inline-block;
}
.msm-language-tab-pane__add-container .dropdown-menu {
  margin-top: 4px;
}
.msm-language-tab-pane__add {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border: none;
}
.msm-language-tab-pane__add .caret {
  display: none;
}
.msm-language-tab-pane__add.dropdown-toggle.btn-default,
.btn-group.open > .msm-language-tab-pane__add.dropdown-toggle.btn-default {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 18px;
  background: url(icon_add_small_whitefill.f24f08c.png) no-repeat 0 0;
}
.msm-language-tab-pane__add.dropdown-toggle.btn-default:hover,
.btn-group.open > .msm-language-tab-pane__add.dropdown-toggle.btn-default:hover,
.msm-language-tab-pane__add.dropdown-toggle.btn-default:focus,
.btn-group.open > .msm-language-tab-pane__add.dropdown-toggle.btn-default:focus,
.msm-language-tab-pane__add.dropdown-toggle.btn-default:active,
.btn-group.open > .msm-language-tab-pane__add.dropdown-toggle.btn-default:active {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.language-metadata-view__tabs {
  margin-bottom: 26px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-custom-destination {
  margin-bottom: 24px;
}
.msm-custom-destination__container {
  max-width: 668px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-custom-destination__path-container {
  max-width: 294px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-custom-destination__option-name {
  margin-bottom: 4px;
}
.msm-custom-destination__option-subtext {
  font-size: 12px;
  color: #888;
}
.msm-custom-destination__paramPath {
  margin-left: 12px;
  color: #aaaaaa;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-date-range-modal {
  width: 100%;
}
.msm-date-range-modal.no-recurrence {
  overflow: visible;
}
.msm-date-range-modal .svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-date-range-modal .msm-input-error-group {
  margin-bottom: 17px;
}
.msm-date-range-modal .react-datepicker-container {
  min-width: 179px;
}
.msm-date-range-modal .react-datepicker-container input {
  min-width: 179px;
}
.msm-date-range-modal .react-datepicker-container .react-datepicker__year-text--selected {
  background-color: red;
}
.msm-date-range-modal .react-datepicker-popper {
  z-index: 999;
}
.msm-date-range-modal .react-datepicker-popper .react-datepicker__header {
  background-color: #ffffff;
}
.msm-date-range-modal .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-date-range-modal .date-selector-container .right-chevron {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 23px 19px 4px;
}
.msm-date-range-modal .date-selector-container .date-selector-group-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 288px;
  width: 100%;
  margin-left: 24px;
}
.msm-date-range-modal .date-picker-input-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}
.msm-date-range-modal .date-picker-input-content .delete-icon {
  position: absolute;
  left: 150px;
  top: 8px;
  z-index: 15;
  cursor: pointer;
}
.msm-date-range-modal .date-picker-input-content .date-icon,
.msm-date-range-modal .date-picker-input-content .time-icon {
  position: absolute;
  top: 7px;
  left: 4px;
  margin-left: 4px;
  z-index: 15;
}
.msm-date-range-modal .date-picker-input-content .react-datepicker-date-select input {
  padding: 5px 28px 5px 32px;
  max-width: 179px;
  height: 38px;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msm-date-range-modal .date-picker-input-content .react-datepicker-time-select-container {
  position: relative;
}
.msm-date-range-modal .date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select input {
  padding: 5px 13px 5px 32px;
  max-width: 109px;
  height: 38px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  text-align: center;
}
.msm-date-range-modal .date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select:not(.time-only) input {
  border-left: none;
}
.msm-date-range-modal .date-picker-input-content .timezone-selector {
  width: 100%;
  min-width: 276px;
}
.msm-date-range-modal .date-picker-input-content .timezone-selector .timezone-dropdown-indicator {
  margin: 8px;
}
.msm-date-range-modal .msm-date-time-picker-group {
  width: 256px;
}
.msm-date-range-modal .msm-date-time-picker-group:first-of-type {
  margin-right: 24px;
}
.msm-date-range-modal .msm-date-time-picker-group .form-group {
  margin-bottom: 0px;
}
.msm-date-range-modal .msm-date-time-picker-group > .form-group:first-of-type {
  margin-bottom: 16px;
}
.msm-date-range-modal .msm-date-time-picker-group .msm-input-error-group {
  margin-bottom: 0px;
}
.msm-date-range-modal .msm-date-time-picker-group .msm-date-time-picker {
  background-color: #f0f0f0;
  padding: 12px;
  width: 228px;
}
.msm-date-range-modal .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker {
  margin-bottom: 8px;
  margin-right: 0px;
  width: 203px;
}
.msm-date-range-modal .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker .react-datepicker__month-container {
  width: 177px;
}
.msm-date-range-modal .msm-date-time-picker-group .msm-input-error-group-message {
  margin-left: 26px;
  top: 2px;
}
.msm-date-range-modal .msm-date-time-picker-group .radio-time-label {
  margin-left: 6px;
  font-size: 14px;
  color: #888;
}
.msm-date-range-modal .msm-recurrence-remove {
  margin-top: 24px;
  margin-bottom: 10px;
}
.msm-date-range-modal .msm-recurrence-remove label {
  margin-bottom: 0px;
}
.msm-date-range-modal .msm-recurrence-button {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.msm-date-range-modal .msm-recurrence-label {
  margin-right: 8px;
}
.msm-date-range-modal .msm-small-label {
  font-size: 12px;
}
.msm-date-range-modal .msm-date-range-form-buttons {
  padding-top: 24px;
}
.msm-date-range-modal .msm-date-range-form-buttons button:first-of-type {
  margin-right: 16px;
}
.msm-date-range-modal .msm-recurrence-input .msm-date-range-select-button {
  margin-right: 8px;
  width: 40px;
  height: 38px;
  font-size: 14px;
  padding: 0px;
  text-align: center;
  color: #000000;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  border-radius: 6px;
}
.msm-date-range-modal .msm-recurrence-input .msm-date-range-select-button:hover:not(.selected) {
  border: none;
  background-color: #bbe3e1;
}
.msm-date-range-modal .msm-recurrence-input .msm-date-range-select-button.selected {
  border: none;
  color: #ffffff;
  background-color: #00756e;
}
.msm-date-range-modal .msm-recurrence-input .msm-date-range-select-button.msm-long-week-button {
  width: 50px;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select > .form-group:first-of-type {
  margin-bottom: 16px;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group {
  margin-bottom: 16px;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group.disabled {
  opacity: 0.4;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group.disabled .msm-time-input {
  opacity: 1;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group .msm-input-error-group {
  margin-bottom: 0px;
  position: relative;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group .msm-input-error-group > span {
  position: absolute;
  padding-top: 4px;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group .msm-input-error-group.has-error {
  padding-bottom: 12px;
}
.msm-date-range-modal .msm-recurrence-input .msm-time-select .msm-time-select-group > .msm-inline-form-label {
  padding-left: 10px;
  padding-right: 10px;
}
.msm-date-range-modal .msm-recurrence-input .msm-day-select,
.msm-date-range-modal .msm-recurrence-input .msm-week-select {
  margin-bottom: 16px;
}
.msm-date-range-modal .msm-recurrence-input .msm-day-select .msm-input-error-group-message,
.msm-date-range-modal .msm-recurrence-input .msm-week-select .msm-input-error-group-message {
  display: block;
  margin-top: 4px;
}
.msm-date-range-modal .msm-recurrence-copy {
  margin-bottom: 10px;
}
.msm-date-range-modal .msm-recurrence-copy label {
  font-size: 13px;
  font-weight: 500;
}
.msm-date-range-modal .alert {
  margin-top: 8px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-metadata-tabs {
  margin-bottom: 26px;
}
.msm-metadata-ratings {
  margin-bottom: 24px;
}
.msm-metadata-ratings .msm-metadata-rating-group {
  display: block;
  clear: both;
  margin-bottom: 12px;
}
.msm-metadata-ratings .msm-remove-row-btn {
  margin-left: -1px;
  margin-top: 6px;
}
.msm-metadata-ratings .msm-metadata-rating-system {
  margin-right: 12px;
  width: 200px;
}
.msm-metadata-ratings .msm-metadata-rating {
  width: 112px;
}
.msm-metadata-ratings .msm-metadata-rating .msm-drop-select {
  width: 100px;
}
.msm-metadata-ratings .rating-system-label {
  background-color: #f0f0f0;
  width: 200px;
  padding-top: 9px;
  padding-left: 9px;
  height: 32px;
}
.msm-metadata-duration-group .msm-inline-form-label {
  padding-right: 12px;
}
.msm-metadata-number-input .form-group {
  width: 65px;
}
.msm-form-page .msm-metadata-duration-input {
  width: 60px;
  margin-right: 0;
  margin-bottom: 2px;
}
.msm-metadata-badge-container {
  background-color: #f0f0f0;
  padding: 16px;
  max-width: 542px;
  margin-bottom: 24px;
}
.msm-metadata-badge-container .msm-page-variant-schedule .msm-edit-link {
  margin-top: 6px;
}
.msm-metadata-badge-container .msm-page-variant-schedule .action-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-metadata-badge-container .msm-page-variant-schedule .svg-container {
  padding-top: 3px;
}
.msm-metadata-badge-container .svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-metadata-badge-container .badge-color-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-metadata-badge-container .badge-color-theme button {
  padding: 14.61px 8px;
}
.msm-metadata-badge-container .badge-color-theme button.clickable:hover {
  background-color: white;
}
.msm-metadata-badge-container .badge-color-theme .msm-drop-select.open > button > .icon {
  opacity: 1;
}
.msm-metadata-badge-container .badge-color-theme .icon {
  background-image: url(icon.8886bd4.svg);
  height: 4px;
}
.msm-metadata-badge-container .badge-color-theme .msm-drop-select {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 16px;
}
.msm-metadata-badge-container .msm-drop-list-option {
  padding: 12px 24px !important;
  font-size: 14px;
}
.msm-metadata-badge-container .msm-drop-list-option .option {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.msm-metadata-badge-container .badge-selected-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 0 !important;
  min-width: 61px;
  height: 24px;
}
.msm-metadata-badge-container .badge-selected-color span {
  white-space: nowrap;
  padding-left: 17px;
  padding-right: 17px;
}
.msm-form-page .msm-metadata-badge {
  width: 300px;
}
.msm-form-page .msm-metadata-badge .form-group {
  width: 300px;
}
.msm-form-page .event-date-picker-input-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
}
.msm-form-page .event-date-picker-input-content .date-icon,
.msm-form-page .event-date-picker-input-content .time-icon {
  position: absolute;
  top: 9px;
  left: 4px;
  margin-left: 4px;
  z-index: 15;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-date-select input {
  padding: 5px 28px 5px 32px;
  max-width: 179px;
  height: 38px;
  border: 1px solid #cccccc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-time-select-container {
  position: relative;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select input {
  padding: 5px 13px 5px 32px;
  max-width: 109px;
  height: 38px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  text-align: center;
  border-left: none;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select:not(.time-only) input {
  border-left: none;
}
.msm-form-page .event-date-picker-input-content .timezone-selector {
  width: 100%;
  min-width: 276px;
}
.msm-form-page .event-date-picker-input-content .timezone-selector .timezone-dropdown-indicator {
  margin: 8px;
}
.msm-form-page .event-date-picker-input-content .react-datepicker__year-text--selected {
  background-color: red;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-popper {
  z-index: 999;
}
.msm-form-page .event-date-picker-input-content .react-datepicker-popper .react-datepicker__header {
  background-color: #ffffff;
}
.msm-form-page .event-date-picker-input-content .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-form-page .event-date-picker-input-content .date-selector-container .date-selector-group-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 288px;
  width: 100%;
  margin-left: 24px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group {
  width: 256px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group:first-of-type {
  margin-right: 24px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .form-group {
  margin-bottom: 0px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group > .form-group:first-of-type {
  margin-bottom: 16px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .msm-input-error-group {
  margin-bottom: 0px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker {
  background-color: #f0f0f0;
  padding: 12px;
  width: 228px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker {
  margin-bottom: 8px;
  margin-right: 0px;
  width: 203px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .msm-date-time-picker .msm-date-picker .react-datepicker__month-container {
  width: 177px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .msm-input-error-group-message {
  margin-left: 26px;
  top: 2px;
}
.msm-form-page .event-date-picker-input-content .msm-date-time-picker-group .radio-time-label {
  margin-left: 6px;
  font-size: 14px;
  color: #888;
}
.msm-no-data {
  font-style: italic;
  margin-bottom: 12px;
}
.msm-cast-group .msm-drop-select,
.msm-crew-group .msm-drop-select {
  width: 100%;
}
.msm-cast-group .msm-drag-preview,
.msm-crew-group .msm-drag-preview {
  margin-bottom: 12px;
}
.msm-cast-group .msm-drag-preview .msm-cast-crew-item,
.msm-crew-group .msm-drag-preview .msm-cast-crew-item {
  margin-bottom: 0;
}
.msm-cast-crew-item,
.msm-custom-field-group {
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-cast-crew-item > div,
.msm-custom-field-group > div {
  margin-right: 11px;
}
.msm-cast-crew-item > div:last-child,
.msm-custom-field-group > div:last-child {
  margin-right: 0;
  margin-left: -2px;
}
.msm-cast-crew-item .form-group,
.msm-custom-field-group .form-group {
  margin-bottom: 0;
  margin-right: 12px;
}
.msm-custom-fields-list .msm-input-error-group {
  margin-bottom: 12px;
}
.msm-custom-fields-list .msm-input-error-group .msm-custom-field-group {
  margin-bottom: 2px;
}
.msm-cast-crew-list .msm-input-error-group {
  margin-bottom: 0;
  width: 100%;
}
.msm-cast-crew-list .msm-input-error-group .msm-custom-field-group {
  margin-bottom: 2px;
}
.msm-cast-crew-list .msm-drag-preview {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-cast-crew-list .msm-drag-preview .msm-drag-handle {
  margin-top: 7px;
}
.msm-availability-windows .msm-drop-select {
  margin-bottom: 24px;
}
.msm-availability-window label {
  font-weight: normal;
}
.msm-availability-window > div > * {
  display: inline-block;
}
.msm-availability-window > div .msm-input-error-group {
  vertical-align: top;
  position: relative;
}
.msm-availability-window > div .msm-input-error-group > span {
  position: absolute;
  left: 0;
  bottom: -16px;
}
.msm-availability-window > div .msm-input-error-group.has-error {
  margin-bottom: 32px;
}
.msm-availability-window > div .msm-inline-form-label {
  padding-left: 0px;
}
.msm-availability-window > div .msm-inline-form-label.text-center {
  padding-left: 6px;
}
.msm-availability-window > div .msm-date-time-picker {
  width: 204px;
  margin-right: 24px;
}
.msm-availability-window > div .msm-date-time-picker .msm-drop-select {
  margin-bottom: 0;
}
.msm-availability-window > div .msm-date-picker {
  width: 100%;
  margin: 0 0 8px 0;
}
.msm-availability-window > div .msm-remove-row-btn {
  vertical-align: top;
  margin-top: 6px;
}
.msm-cast-group .msm-create-new-row-btn,
.msm-custom-fields-group .msm-create-new-row-btn,
.msm-cast-group .msm-create-first-row-btn,
.msm-custom-fields-group .msm-create-first-row-btn {
  cursor: text;
}
.msm-crew-group .msm-create-new-row-btn,
.msm-crew-group .msm-create-first-row-btn {
  cursor: pointer;
}
.msm-cast-group .msm-create-new-row-btn,
.msm-crew-group .msm-create-new-row-btn,
.msm-custom-fields-group .msm-create-new-row-btn {
  width: 50%;
}
.msm-cast-group .msm-create-first-row-btn,
.msm-crew-group .msm-create-first-row-btn,
.msm-custom-fields-group .msm-create-first-row-btn {
  width: 300px;
}
.msm-cast-group .form-group,
.msm-crew-group .form-group,
.msm-custom-fields-group .form-group {
  width: 100%;
}
.msm-form-page .msm-cast-group,
.msm-form-page .msm-crew-group {
  max-width: 660px;
}
.msm-form-page .msm-cast-group .msm-create-new-row-btn,
.msm-form-page .msm-crew-group .msm-create-new-row-btn {
  padding-right: 4px;
  padding-left: 32px;
}
.msm-form-page-section .msm-custom-fields-group {
  width: 100%;
  margin-bottom: 0;
}
.msm-form-page-section .msm-custom-fields-group .form-group {
  margin-bottom: 0;
}
.msm-form-page-section .msm-custom-fields-group .msm-create-new-row-btn {
  padding-right: 21px;
}
.msm-input-error-group .msm-date-time-picker .form-group {
  margin-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-schedule-flags__badge {
  margin: 0 8px 0 0;
}
li.msm-schedule-flags__badge {
  padding: 0;
}
.msm-schedule-flags__badge .msm-badge {
  width: auto;
}
.msm-schedule-flags__badge .msm-badge > span {
  white-space: nowrap;
}
.msm-schedule-flags__badge--featured .msm-badge {
  background: #fda20c;
  border: none;
}
.msm-schedule-flags__badge--featured .msm-badge > span {
  color: #ffffff;
}
.msm-schedule-flags__badge--featured .msm-badge > span::before {
  content: "";
  background: url(icon_star.64137b1.png) 0 1px no-repeat;
  width: 13px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.msm-schedule-flags__badge--label .msm-badge {
  background: #30a038;
  border: none;
}
.msm-schedule-flags__badge--label .msm-badge > span {
  color: #ffffff;
}
.msm-schedule-flags--condensed .msm-schedule-flags__badge--featured .msm-badge > span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.msm-schedule-flags--condensed .msm-schedule-flags__badge--featured .msm-badge > span::before {
  height: 15px;
  margin: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-channel-tooltip .rc-tooltip-inner {
  padding: 12px;
  max-width: 360px;
  background-color: #ffffff;
  color: #000000;
}
.msm-channel-tooltip__head {
  vertical-align: middle;
  margin-bottom: 2px;
}
.msm-channel-tooltip__title {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.msm-channel-tooltip__id {
  font-size: 12px;
  margin: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 34px;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-row__times {
  width: 128px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.msm-schedule-row__start-time {
  text-align: right;
  font-size: 28px;
  line-height: 1em;
  padding: 0;
}
.msm-schedule-row__end-time {
  text-align: right;
  font-size: 14px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  color: #888;
}
.msm-schedule-row__body {
  padding: 0 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.msm-schedule-row__body:not(.msm-schedule-row__body--item) {
  padding-top: 21px;
}
.msm-schedule-row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-row__item-img {
  display: block;
  width: 48px;
  margin-right: 15px;
}
.msm-schedule-row__item-img > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.msm-schedule-row__item-img > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.msm-schedule-row__item-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-schedule-row__item-heading {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 4px;
  min-width: 0;
}
.msm-schedule-row__item-subtitle {
  margin-bottom: 4px;
  color: #888;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
}
.msm-schedule-row__item-subline {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-row__item-duration {
  color: #888;
  font-size: 14px;
  margin: 0;
}
.msm-schedule-row__item-flags {
  margin: 0 0 0 8px;
}
.msm-schedule-row__channel-link {
  padding: 10px;
}
.msm-schedule-row__channel-link:hover {
  text-decoration: none;
}
.msm-schedule-row__channel-link:hover:focus {
  text-decoration: none;
}
.msm-schedule-row__channel-logo {
  height: 52px;
}
.msm-schedule-row__channel-logo:not(.msm-image-not-found) {
  border: none;
  background: transparent;
}
.msm-schedule-row.msm-schedule-row--error .msm-schedule-row__times .msm-schedule-row__start-time,
.msm-schedule-row.msm-schedule-row--error .msm-schedule-row__times .msm-schedule-row__end-time {
  color: #e10a15;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-schedule {
  margin: 0;
  border-bottom: 2px solid #e6e6e6;
}
.msm-item-schedule__day-heading {
  background: #f0f0f0;
  line-height: 1em;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 11px;
}
.msm-item-schedule__row {
  padding-bottom: 11px;
}
.msm-item-schedule__row + .msm-item-schedule__row {
  border-top: 2px solid #e6e6e6;
  padding-top: 11px;
}
.msm-item-schedule__row-inner {
  margin-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-schedule-timezone {
  font-size: 14px;
  color: #888;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-schedule-view__heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.msm-item-schedule-view__heading {
  font-size: 28px;
  color: #00756e;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-item-schedule-view__time-toggle {
  font-size: 16px;
}
.msm-item-schedule-view__loading {
  margin-bottom: 20px;
}
.msm-item-schedule-view__error {
  background: #e10a15;
  color: #ffffff;
  padding: 12px;
  margin-bottom: 16px;
}
.msm-item-schedule-view__error > a {
  color: #ffffff;
  text-decoration: underline;
}
.msm-item-schedule-view__error > a:hover {
  text-decoration: none;
}
.msm-item-schedule-view__schedule {
  margin-bottom: 15px;
}

.language-images-view__tabs {
  margin-bottom: 26px;
}
.language-images-view__empty-tab-note {
  position: relative;
  margin-bottom: 6px;
  top: -10px;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-item-offers .msm-item-offer-group {
  margin-bottom: 24px;
}
.msm-item-offers .msm-item-offer-group-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  z-index: 1;
  padding-left: 12px;
}
.msm-item-offers .msm-item-offer-summary {
  width: 260px;
  height: 72px;
  background: #f5f5f5;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0 16px;
  margin-right: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.msm-item-offers .msm-item-offer-summary h4 {
  font-weight: 700;
}
.msm-item-offers .msm-item-offer-summary a,
.msm-item-offers .msm-item-offer-summary span.disabled {
  font-size: 16px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-item-offers .msm-item-offer-summary a.msm-remove-row-btn {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  margin: 0;
}
.msm-item-offers .msm-item-offer-summary.msm-item-offer-summary-not-empty:after {
  position: absolute;
  display: inline-block;
  left: 259px;
  top: 37px;
  height: 2px;
  background: #81d1cc;
  content: "";
  width: 60px;
  z-index: -1;
}
.msm-item-offers .msm-item-offer-summary.msm-item-offer-summary-error {
  background: #f3dedf;
}
.msm-item-offers .msm-item-offer-summary.msm-item-offer-summary-not-live {
  background: #dcdcdc;
}
.msm-item-offers .msm-item-offer-states {
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 13px;
  border: 1px solid #c8c8c8;
  border-right: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.msm-item-offers .msm-item-offer-state {
  position: relative;
  width: 140px;
  height: 46px;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  cursor: pointer;
  z-index: 1;
}
.msm-item-offers .msm-item-offer-state h5 {
  font-size: 14px;
  font-weight: 500;
}
.msm-item-offers .msm-item-offer-state.msm-item-offer-emphasize h5 {
  font-weight: 700;
}
.msm-item-offers .msm-item-offer-state.msm-item-offer-modified {
  background: #ffffbf;
}
.msm-item-offers .msm-item-offer-state:hover {
  background: #bbe3e1;
}
.msm-item-offers .msm-item-offer-state.msm-item-offer-selected {
  height: 46px;
}
.msm-item-offers .msm-item-offer-state.msm-item-offer-selected::after {
  content: "";
  width: 100%;
  display: block;
  height: 20px;
  background: url(selected_tile.75775e0.png) no-repeat center 0;
  position: absolute;
  bottom: -20px;
}
.msm-item-offers .msm-item-offer-group-max {
  z-index: 0;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-open {
  padding-top: 56px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: -34px;
  background: #e2efee;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-open > p {
  font-size: 12px;
  color: #888;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-1 {
  min-width: 485px;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-2 {
  min-width: 625px;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-3 {
  min-width: 765px;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-4 {
  min-width: 905px;
}
.msm-item-offers .msm-item-offer-group-max.msm-item-offer-group-max-5 {
  min-width: 1045px;
}
.msm-item-offers .msm-item-offer-group-max .msm-offer-summary {
  margin-bottom: 8px;
}
.msm-item-offers .msm-item-offer-group-max .msm-offer-summary:hover .offer-summary {
  background: #bbe3e1;
}
.msm-item-offers .h-group > * {
  display: inline-block;
  vertical-align: middle;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.offer-row-tooltip {
  z-index: 10;
  background-color: #ffffbf;
  position: absolute;
  border: 1px solid #c8c8c8;
  padding: 12px;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.offer-row-tooltip > * {
  margin: 0 0 4px 0;
}
.offer-row-tooltip h5 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offer-row-tooltip p {
  font-size: 12px;
}
.offer-row-tooltip .offer-period > *,
.offer-row-tooltip .offer-seg-tags > * {
  color: #888;
  vertical-align: middle;
  display: inline-block;
}
.offer-row-tooltip .offer-seg-tags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.offer-row-tooltip .h-group {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - (12px * 2));
}
.offer-row-tooltip .offer-parent {
  font-style: italic;
  white-space: nowrap;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-offer-schedules {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 800px;
  border: 1px solid #e6e6e6;
}
.msm-offer-schedules .offer-schedules-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 16px;
}
.msm-offer-schedules .offer-schedules-timeline .offer-row-hover {
  display: block;
  z-index: -1;
  background-color: #bae3e0;
  position: absolute;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments {
  display: inline-block;
  width: 256px;
  vertical-align: top;
  margin-top: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments h4 {
  color: #00756e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments ol > li > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments ol > li > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: -2px 8px 0 8px;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-segments ol > li.hover > div > button {
  visibility: visible;
  pointer-events: auto;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-group {
  margin-bottom: 48px;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
  height: 100%;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-schedules-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  background-color: transparent;
  background-position: 0;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-schedules-grid-column {
  height: 100%;
  border-left: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .timeline-column-headers {
  margin: 10px 0 10px -2px;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .timeline-column-headers h5 {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #aaaaaa;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-bar {
  display: block;
  position: absolute;
  height: 12px;
  background-color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
  opacity: 0.24;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-bar.suspended,
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-bar.active {
  opacity: 1;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .price-badge {
  display: block;
  position: absolute;
  margin-left: 10px;
  margin-top: -1px;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .price-badge .hd-badge {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 7px;
  width: 24px;
  height: 18px;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: #ffffff;
  color: #888;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  font-size: 12px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.24;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .price-badge.active .hd-badge,
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .price-badge.suspended .hd-badge,
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .price-badge.subscription .hd-badge {
  opacity: 1;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-today {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-today .header-box {
  display: block;
  width: 70px;
  height: 30px;
  font-size: 12px;
  padding-top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  background-color: #f5f5f5;
  border: solid #aaaaaa 1px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.msm-offer-schedules .offer-schedules-timeline .offer-schedules-timeline-grid .offer-timeline-today .timeline {
  display: block;
  width: 2px;
  background-color: #aaaaaa;
  margin-right: auto;
  margin-left: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
}
.msm-offer-schedules .offer-schedules-legend {
  background: #e2efee;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0 12px;
}
.msm-offer-schedules .offer-schedules-legend > li {
  display: block;
  font-size: 12px;
  padding: 0 12px;
}
.msm-offer-schedules .offer-schedules-legend > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #888;
  margin: 0 8px 2px 0;
}
.msm-offer-schedules .offer-timeline-bar.available.own {
  background-color: #ff5094;
}
.msm-offer-schedules .offer-timeline-bar.available.rent {
  background-color: #009ae1;
}
.msm-offer-schedules .offer-timeline-bar.available.free {
  background-color: #00a79d;
}
.msm-offer-schedules .offer-timeline-bar.available.none {
  background-color: #af85ff;
}
.msm-offer-schedules .offer-timeline-bar.available.subscription {
  background-color: #ffbf00;
}
.msm-offer-schedules .offer-timeline-bar.suspended {
  background: url(pattern_tile_suspended.6138fef.png) repeat-x 0 0;
}
.msm-offer-schedules .offer-schedules-legend > li.own:before {
  background-color: #ff5094;
}
.msm-offer-schedules .offer-schedules-legend > li.rent:before {
  background-color: #009ae1;
}
.msm-offer-schedules .offer-schedules-legend > li.free:before {
  background-color: #00a79d;
}
.msm-offer-schedules .offer-schedules-legend > li.none:before {
  background-color: #af85ff;
}
.msm-offer-schedules .offer-schedules-legend > li.subscription:before {
  background-color: #ffbf00;
}
.msm-offer-schedules .offer-schedules-legend > li.suspended:before {
  background: url(pattern_tile_suspended.6138fef.png) repeat-x 0 0;
}
.msm-offer-schedules-filters {
  background: #e2efee;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin: 0 0 24px 0;
}
.msm-offer-schedules-filters > *,
.msm-offer-schedules-filters > .msm-input-error-group,
.msm-offer-schedules-filters > .msm-drop-select {
  margin: 0 12px 0 0;
}
.msm-offer-schedules-filters .msm-date-picker {
  width: 120px;
}
.msm-offer-schedules-filters .msm-drop-select {
  width: 165px;
}
.msm-offer-schedules-filters .expired-filter label {
  margin-left: 8px;
  font-weight: 500;
}
.msm-offer-schedules-filters .date-selector-container .msm-input-error-group {
  margin-bottom: 0;
}
.msm-offer-schedules-filters .event-date-picker-input-content .react-datepicker-date-select input {
  height: 33px;
}
.msm-offer-schedules-filters .event-date-picker-input-content .date-icon {
  top: 6px;
}
.offer-schedules-timeline-empty {
  margin-bottom: 24px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-offers-view h2 {
  font-size: 28px;
  font-weight: 300;
  color: #00756e;
  margin: 0 0 24px 0;
}
.msm-item-offers-view .msm-offer-schedule-section {
  margin-bottom: 48px;
}
.msm-item-offers-view .h-group > * {
  display: inline-block;
  vertical-align: middle;
}
.msm-item-offers-view .msm-item-offers-section .h-group > span {
  padding: 0 12px;
}
.msm-item-offers-view .msm-item-offers-section .h-group > span:last-child {
  padding-right: 0;
}
.msm-item-offers-view .msm-item-offers-section .h-group > span.msm-status {
  padding: 4px 8px;
}
.msm-item-offers-view .msm-item-offers-section .h-group .msm-auto-complete-text-input {
  width: 300px;
}
.msm-item-offers-view .msm-item-offers-section .h-group .msm-spinner {
  margin-left: 12px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-group-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-group-filters__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.msm-group-filters__tab {
  font-size: 16px;
  color: #000000;
  padding: 0 20px;
  white-space: nowrap;
}
.msm-group-filters__tab:hover {
  color: #00756e;
}
.msm-group-filters__tab:first-of-type {
  padding-left: 0;
}
.msm-group-filters__tab--active .msm-group-filters__tabinner {
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 2px solid #00756e;
}
.msm-group-filters__more {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  margin-left: 3px;
}
.msm-group-filters__more .btn {
  border-color: transparent;
}
.msm-group-filters__more.open > .dropdown-toggle.btn-default,
.msm-group-filters__more > button:hover,
.msm-group-filters__more > button:active,
.msm-group-filters__more > button:active:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border-color: #00a79d;
}
.msm-group-filters .display-filterNode {
  display: block;
}
.msm-group-filters .hide-filterNode {
  display: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-related__nav {
  margin-bottom: 29px;
}
.msm-item-related__list {
  margin-bottom: 15px;
}
.msm-item-related__add-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-item-related__add {
  width: 350px;
  margin-right: 12px;
}
.msm-item-related__type {
  margin-right: 8px;
}
.msm-item-related__orphan.msm-item-related__orphan a,
.msm-item-related__orphan.msm-item-related__orphan .msm-row-item-title {
  color: #aaaaaa;
}
.msm-item-related__orphan.msm-item-related__orphan .msm-list-row-image > a > span {
  opacity: 0.3;
}
.msm-item-related .list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-top: 32px;
  height: 20px;
}
.msm-item-related .list-actions label,
.msm-item-related .list-actions span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}
.msm-item-related .list-actions label {
  margin-right: 13px;
  margin-bottom: 0;
}
.msm-item-related .list-actions svg {
  margin-right: 8px;
}
.msm-item-related .list-actions .form-group {
  margin-bottom: 0;
}
.msm-item-related .list-actions input {
  margin-right: 7px;
}
.msm-item-related .list-actions input[type="checkbox"] {
  accent-color: cadetblue;
}
.msm-item-related .list-actions .checkbox {
  margin-top: 0;
}
.msm-item-related .msm-drag-preview {
  margin-bottom: 4px;
}
.msm-item-related .msm-drag-preview .msm-remove-row-btn {
  margin-left: 8px;
  visibility: hidden;
  pointer-events: none;
}
.msm-item-related .msm-drag-preview .msm-item-type {
  background-color: #c8c8c8;
}
.msm-item-related .msm-drag-preview:hover .msm-remove-row-btn {
  visibility: visible;
  pointer-events: auto;
}
.msm-item-related .msm-drag-preview:hover .list-row {
  background-color: #bbe3e1;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-movie {
  background-color: #ff5094;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-event {
  background-color: #5ce46a;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-confederation {
  background-color: #d57163;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-competition {
  background-color: #ea4439;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-stage {
  background-color: #999999;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-team {
  background-color: #0d933b;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-trailer {
  background-color: #ff9326;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-show {
  background-color: #002db2;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-season {
  background-color: #006dd9;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-episode {
  background-color: #009ae1;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-persona {
  background-color: #ffd643;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-program {
  background-color: #b973ff;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-extra {
  background-color: #373737;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-link {
  background-color: #008131;
}
.msm-item-related .msm-drag-preview:hover .msm-item-type.msm-item-type-customasset {
  background-color: #4b3793;
}
.msm-item-related .msm-drop-zone {
  margin-bottom: 15px;
}
.msm-item-related .dropdown-menu-right {
  height: 350px;
  overflow-x: hidden;
}
.alert-view-body-container span {
  display: block;
}
.alert-view-body-container span:last-child {
  margin-top: 15px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-theme-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-theme-empty__empty-dot {
  width: 36px;
  height: 36px;
  border-radius: 24px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.msm-theme-empty__empty-dot + .msm-theme-empty__empty-dot {
  margin-left: 10px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-image-palette {
  min-height: 263px;
  position: relative;
}
.msm-image-palette--empty {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-image-palette__empty-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msm-image-palette__empty-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  color: #888;
  font-style: italic;
}
.msm-image-palette__dropdown {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-image-palette__dropdown > button {
  border: none;
}
.msm-image-palette__image-container {
  margin-left: -12px;
  width: 238px;
  height: 134px;
  background: #f0f0f0;
  position: relative;
}
.msm-image-palette__bkg-image {
  position: absolute;
  max-width: 238px;
  max-height: 134px;
}
.msm-image-palette__bkg-image--unknown {
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
          transform: perspective(1px) translateX(-50%) translateY(-50%);
}
.msm-image-palette__bkg-image--tall {
  height: 134px;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
          transform: perspective(1px) translateX(-50%);
}
.msm-image-palette__bkg-image:not(.msm-image-palette__bkg-image--tall):not(.msm-image-palette__bkg-image--unknown) {
  width: 238px;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}
.msm-image-palette__image {
  max-width: 238px;
  max-height: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
          transform: perspective(1px) translateX(-50%) translateY(-50%);
}
.msm-image-palette__palette-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  min-height: 115px;
}
.msm-image-palette__secondary_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.msm-image-palette__button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.msm-image-palette__button--primary {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto 15px auto;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5), inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5), inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
}
.msm-image-palette__button--primary.msm-image-palette__button--empty {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.msm-image-palette__button--primary.msm-image-palette__button--empty:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(ripple.4fc6f0e.gif) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
          transform: perspective(1px) translateX(-50%) translateY(-50%);
}
.msm-image-palette__button--secondary {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.msm-image-palette__button:focus {
  outline: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-theme-row--errored .msm-theme-row__title {
  color: #e10a15;
}
.msm-theme-row__title {
  margin-bottom: 46px;
}
.msm-theme-row__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-theme-row__colors .msm-drag-preview {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.msm-theme-row__color {
  margin: 0 75px 40px 0;
}
.msm-theme-row-color {
  position: relative;
  width: 120px;
}
.msm-theme-row-color--errored .msm-theme-row-color__name,
.msm-theme-row-color--errored .msm-theme-row-color__label,
.msm-theme-row-color--errored .msm-theme-row-color__value {
  color: #e10a15;
}
.msm-theme-row-color__wrapper {
  position: relative;
}
.msm-theme-row-color__picker {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.msm-theme-row-color__button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.msm-theme-row-color__button--checkerboard:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  background-image: url(white-checkerboard.2512f1f.png);
  background-position: center center;
  background-color: #ffffff;
  background-repeat: repeat;
}
.msm-theme-row-color:hover .msm-theme-row-color__button {
  width: 120px;
  height: 120px;
  border-radius: 115px;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.msm-theme-row-color--no-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-theme-row-color--no-label .msm-theme-row-color__picker {
  margin-top: 23px;
}
.msm-theme-row-color--add .msm-theme-row-color__button {
  cursor: pointer;
  background-color: transparent;
  border: 1px dashed #00a79d;
  position: relative;
}
.msm-theme-row-color--add .msm-theme-row-color__button:hover {
  border-style: solid;
  background-color: #cee9e7;
}
.msm-theme-row-color--add .msm-theme-row-color__button:focus {
  outline: 0 !important;
}
.msm-theme-row-color--add .msm-theme-row-color__button:before {
  position: absolute;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  text-align: center;
}
.msm-theme-row-color--filled .msm-theme-row-color__overlay {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.msm-theme-row-color__label,
.msm-theme-row-color__name,
.msm-theme-row-color__value {
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
}
.msm-theme-row-color__name:not(:focus) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-theme-row-color__icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}
.msm-theme-row-color__icon:focus {
  outline: none;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: solid 2px #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.msm-theme-row-color:hover .msm-theme-row-color__icon:hover {
  background: #e6e6e6;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon--remove {
  position: relative;
  top: 26px;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon--remove:before {
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E906";
  line-height: 1em;
  color: #555555;
  text-align: center;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon--accessibility {
  position: relative;
  bottom: 19px;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon--accessibility:before {
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E903";
  line-height: 1em;
  color: #555555;
  text-align: center;
}
.msm-theme-row-color:hover .msm-theme-row-color__icon--remove,
.msm-theme-row-color:hover .msm-theme-row-color__icon--accessibility {
  position: absolute;
  right: -5px;
}
.msm-theme-row-color__wrapper--selected .msm-theme-row-color__button {
  position: relative;
}
.msm-theme-row-color__wrapper--selected .msm-theme-row-color__button:before {
  position: absolute;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90F";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-theme-row-color__wrapper--selected .msm-theme-row-color__button:before {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.msm-theme-row-color__wrapper--selected.msm-theme-row-color__wrapper--clear .msm-theme-row-color__button {
  position: relative;
}
.msm-theme-row-color__wrapper--selected.msm-theme-row-color__wrapper--clear .msm-theme-row-color__button:before {
  position: absolute;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90F";
  line-height: 1em;
  color: #373737;
  text-align: center;
}
.msm-theme-row-color:hover .msm-theme-row-color__wrapper--selected.msm-theme-row-color__wrapper--clear .msm-theme-row-color__button:before {
  opacity: 0.4;
}
.msm-theme-row-color:hover .msm-theme-row-color__wrapper--selected .msm-theme-row-color__icon--accessibility {
  position: relative;
  position: absolute;
}
.msm-theme-row-color:hover .msm-theme-row-color__wrapper--selected .msm-theme-row-color__icon--accessibility:before {
  position: absolute;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E904";
  line-height: 1em;
  color: #555555;
  text-align: center;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.icon {
  position: relative;
  display: inline-block;
}
.icon--warning {
  position: relative;
}
.icon--warning:before {
  position: absolute;
  font-size: 21px;
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90D";
  line-height: 1em;
  color: #888;
  text-align: center;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-accessibility-panel {
  width: 320px;
  padding: 86px 26px;
  background: #e6e6e6;
  color: #888888;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.msm-accessibility-panel__inner {
  position: fixed;
  right: 0;
  width: 320px;
  padding: 86px 26px;
  bottom: 10px;
  overflow-y: scroll;
}
h1.msm-accessibility-panel__title {
  font-family: Arial, Helvetica, sans-serif;
  color: #373737;
  font-size: 20px;
  height: 24px;
  margin-bottom: 12px;
}
.msm-accessibility-panel__colors {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-accessibility-panel__color {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.msm-accessibility-panel__color + .msm-accessibility-panel__color {
  margin-left: 10px;
}
.msm-accessibility-panel__color--isEmpty {
  border: solid 2px #c8c8c8;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.msm-accessibility-panel__color--isEmpty:before {
  position: absolute;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E904";
  line-height: 1em;
  color: #888;
  text-align: center;
}
.msm-accessibility-panel__text {
  width: 264px;
  height: 40px;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #888;
  margin-bottom: 26px;
}
.msm-accessibility-panel__score {
  margin-bottom: 40px;
}
.msm-accessibility-panel__score-heading {
  height: 16px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #373737;
}
.msm-accessibility-panel__score-value {
  height: 38px;
  font-size: 32px;
  letter-spacing: 0.6px;
}
.msm-accessibility-panel__preview-panel {
  font-size: 48px;
  height: 57px;
  position: relative;
  padding-bottom: 52.8%;
  width: 100%;
  background-image: linear-gradient(336deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  margin-bottom: 30px;
}
.msm-accessibility-panel__preview-panel span {
  display: block;
}
.msm-accessibility-panel__preview-body {
  padding-top: 31px;
  padding-left: 24px;
}
.msm-accessibility-panel__preview-label {
  font-size: 16px;
}
.msm-accessibility-panel__result-icon {
  display: block;
  bottom: -30px;
  right: 18px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.msm-accessibility-panel__result-icon--success {
  background-color: #30a038;
  position: relative;
}
.msm-accessibility-panel__result-icon--success:before {
  position: absolute;
  font-size: 22.8px;
  width: 22.8px;
  height: 22.8px;
  margin-left: -11.4px;
  margin-top: -11.4px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E90F";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-accessibility-panel__result-icon--success:before {
  margin-left: -15px;
}
.msm-accessibility-panel__result-icon--fail {
  background-color: #e10a15;
  position: relative;
}
.msm-accessibility-panel__result-icon--fail:before {
  position: absolute;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E907";
  line-height: 1em;
  color: #ffffff;
  text-align: center;
}
.msm-accessibility-panel__result-icon--success,
.msm-accessibility-panel__result-icon--fail {
  position: absolute;
}
.msm-accessibility-panel .msm-color-picker__button {
  width: 60px;
  height: 60px;
  border: solid 2px #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.msm-accessibility-panel__disclaimer {
  font-size: 14px;
  color: #888;
}
.msm-accessibility-panel__score-legend {
  margin-top: 20px;
}
.msm-accessibility-panel__legend-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 21px;
  padding: 5px 10px;
}
.msm-accessibility-panel__legend-list-item span {
  padding-left: 27px;
}
.msm-accessibility-panel__legend-list-item span:before {
  left: 0;
}
.msm-accessibility-panel--failed .msm-accessibility-panel__score-value {
  color: #e10a15;
}
.msm-accessibility-panel--failed .msm-accessibility-panel__legend-icon:before {
  color: #e10a15;
}
.msm-accessibility-panel--success .msm-accessibility-panel__score-value {
  color: #30a038;
}
.theme-page .msm-sidenav-content {
  padding: 0;
}

.msm-theme-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.msm-theme-view__body {
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msm-theme-view__row + .msm-theme-view__row {
  margin-top: 40px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-schedule-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-schedule-cell--empty {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-schedule-cell--errored .msm-schedule-cell__time {
  color: #e10a15;
}
.msm-schedule-cell__tooltip-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}
.msm-schedule-cell__tooltip .msm-item-summary-tooltip__thumbnail-container {
  width: 89px;
  height: auto;
}
.msm-schedule-cell__tooltip .msm-item-summary-tooltip__thumbnail {
  width: 100%;
  height: auto;
}
.msm-schedule-cell__image > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.msm-schedule-cell__image > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.msm-schedule-cell__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 15px;
  max-width: calc(100% - 48px);
}
.msm-schedule-cell__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.msm-schedule-cell__title {
  font-size: 16px;
  line-height: 1.4em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-schedule-cell__subline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-schedule-cell__flags {
  margin: 0;
  white-space: nowrap;
}
.msm-schedule-cell__time {
  font-size: 14px;
  line-height: 1em;
  margin: 1px 9px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.msm-schedule-cell__empty-text {
  color: #888;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 1em;
}
.msm-schedule-cell__resume-time {
  margin: 8px 0 0;
  color: #888;
  font-size: 14px;
  line-height: 1em;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-channel-now-next {
  table-layout: fixed;
  width: 90%;
}
.msm-channel-now-next__col {
  width: 100%;
}
.msm-channel-now-next__col:first-of-type {
  width: 121px;
}
.msm-channel-now-next__tr {
  border-bottom: 1px solid #e6e6e6;
}
.msm-channel-now-next__tr:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.msm-channel-now-next__tr:hover .msm-channel-now-next__td {
  background-color: #f5f5f5;
}
.msm-channel-now-next__td {
  border: none;
}
.msm-channel-now-next__td + .msm-channel-now-next__td {
  padding-left: 36px;
}
.msm-channel-now-next__channel-logo {
  height: 66px;
  width: 97px;
  margin: 12px;
}
.msm-channel-now-next__channel-logo:not(.msm-image-not-found) {
  border: none;
  background: transparent;
}
.msm-channel-now-next__channel-logo.msm-image-not-found {
  background: #f0f0f0;
  color: #888;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-channels-view {
  display: block;
}
.msm-channels-view__timezone {
  margin-top: 16px;
}
.msm-channels-view .table-header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.msm-channels-view .table-header-bar .result-count {
  padding-right: 10px;
}
.msm-channels-view__no-result-container {
  height: 586px;
  padding-top: 37px;
  background-color: #f0f0f0;
  background-image: url(AXIS_logo_watermark.427697c.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.msm-channels-view__no-result-container .no-result {
  width: 100%;
  text-align: center;
}
.msm-channels-view__no-result-container .no-result h2 {
  color: #373737;
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 15px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-channel-schedule__phase {
  margin-bottom: 22px;
  position: relative;
}
.msm-channel-schedule__phase-heading {
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 0 35px 12px;
}
.msm-channel-schedule__phase-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  opacity: 0.07;
  height: 40px;
  z-index: -1;
}
.msm-channel-schedule__row-container--blackout {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(blackout-pattern.7583ed1.png) repeat-x 0 0;
  height: 38px;
  margin: 32px 0 32px 4px;
  position: relative;
}
.msm-channel-schedule__row-container--blackout::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 4px;
  height: 9px;
  background: url(blackout-pattern-before.c5f798d.png) no-repeat 0 0;
  position: absolute;
  bottom: -1px;
  left: -4px;
}
.msm-channel-schedule .msm-schedule-row--past .msm-schedule-row__start-time,
.msm-channel-schedule .msm-schedule-row--past .msm-schedule-row__end-time {
  color: #aaaaaa;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-channel-schedule-filter {
  padding: 12px;
  background: #cee9e7;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-channel-schedule-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-channel-schedule-filter__filter + .msm-channel-schedule-filter__filter {
  margin-left: 24px;
}
.msm-channel-schedule-filter__input {
  width: 200px;
  margin: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-item-schedule-view__heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.msm-item-schedule-view__heading {
  font-size: 28px;
  color: #00756e;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-item-schedule-view__day-nav {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 8px;
}
.msm-item-schedule-view__day-nav--previous::before,
.msm-item-schedule-view__day-nav--next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
}
.msm-item-schedule-view__day-nav--previous::before {
  margin-right: 6px;
  background: url(arrow-left-sml.42062cd.png) no-repeat 0 0;
}
.msm-item-schedule-view__day-nav--next::after {
  margin-left: 6px;
  background: url(arrow-left-sml.42062cd.png) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.msm-item-schedule-view__error {
  background: #e10a15;
  color: #ffffff;
  padding: 12px;
  margin-bottom: 16px;
}
.msm-item-schedule-view__error > a {
  color: #ffffff;
  text-decoration: underline;
}
.msm-item-schedule-view__error > a:hover {
  text-decoration: none;
}
.msm-item-schedule-view__empty {
  margin-bottom: 16px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-links-view > .new-link {
  margin-top: -2px;
}
.msm-links-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-links-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-links-view > .filter-group > .msm-drop-select {
  margin-right: 15px;
  margin-bottom: unset;
}
.msm-links-view .msm-data-table-row-menu-btn,
.msm-links-view .msm-data-table-row-menu {
  margin-top: 16px;
}
.msm-links-view .msm-link-search-image {
  margin-right: 14px;
  margin-top: -8px;
  position: relative;
  width: 48px;
  height: 48px;
}
.msm-links-view .msm-link-search-image > a {
  display: block;
}
.msm-links-view .msm-link-search-image > a > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #e6e6e6;
}
.msm-links-view .msm-link-search-image > a > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
}
.msm-links-view .msm-link-search-image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 50%;
  content: " ";
}
.msm-links-view .msm-link-search-image:after {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 13px;
  margin-top: 10px;
  font-family: "msm icons";
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  content: "\E905";
}
.msm-links-view .msm-link-search-title-id {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 1px;
  font-size: 12px;
  color: #888;
}
.msm-links-view .table-container {
  clear: both;
}
.msm-links-view .table-header-bar {
  margin-bottom: 16px;
}
.msm-links-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}
.msm-links-view .msm-item-status-cell {
  float: left;
  margin-left: -5px;
}
.msm-links-view .msm-link-destination-cell > div:first-child {
  margin-bottom: 2px;
}
.msm-links-view .msm-link-destination-cell > a {
  font-size: 12px;
}
.msm-links-view .msm-link-destination-path-cell .rc-tooltip-wrap > div {
  margin-top: -8px;
  padding-top: 8px;
  display: inline-block;
}
.msm-links-view .msm-link-destination-path-cell .rc-tooltip-wrap > div a {
  background-color: #c8c8c8;
  font-weight: bold;
  padding: 3px 8px;
  font-size: 12px;
  color: #ffffff;
}
.msm-links-view .msm-link-destination-path-cell > span {
  color: #e10a15;
}
.msm-link-destination-tooltip {
  background-color: #e6e6e6;
  border: 1px solid #c8c8c8;
  word-wrap: break-word;
  margin: -2px -8px;
  padding: 2px 8px;
}
.msm-link-destination-tooltip > a {
  font-size: 12px;
  color: #373737;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-link-destination-group .msm-drop-select {
  margin-bottom: 12px;
}
.msm-link-destination-group > .msm-text-input:not(:first-of-type) {
  margin-top: 10px;
}
.msm-link-destination-group .msm-link-destination-path {
  display: inline-block;
  color: #888;
  margin-left: 16px;
}
.msm-link-destination-group > .msm-input-error-group-message {
  display: block;
}
.msm-link-destination-group .msm-auto-complete-text-input {
  width: 400px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-detail-link .msm-detail-header {
  -webkit-box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
          box-shadow: 0 4px 10px rgba(55, 55, 55, 0.2);
}
.msm-detail-link .msm-detail-header .msm-detail-info .msm-item-image img {
  max-height: 90px;
  max-width: 160px;
}
.msm-detail-link .msm-detail-header .msm-detail-info .msm-item-image :hover {
  cursor: pointer;
}
.msm-detail-link .msm-detail-header .msm-detail-info h1 {
  font-size: 24px;
}
.msm-detail-link .h-group .msm-status {
  margin: 0;
}
.msm-detail-link .h-group .rc-tooltip-wrap * {
  margin: 0;
  padding: 0;
}
.msm-detail-link .msm-no-data {
  font-style: italic;
  margin-bottom: 12px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-page-metadata-form .msm-multi-select-input {
  margin-bottom: 24px;
  width: 400px;
}
.msm-page-metadata-form .msm-drop-select:not(.msm-language-tab-pane__lang-select) {
  width: 300px;
}
.msm-page-metadata-form h3 {
  margin-bottom: 24px;
}
.msm-page-metadata-form .msm-auto-complete-text-input {
  width: 400px;
}
.msm-page-metadata-form .path-autocomplete-cell .title-label {
  display: inline-block;
  color: #aaaaaa;
  font-size: 16px;
  margin-right: 6px;
}
.msm-page-metadata-form .path-autocomplete-cell .path-label {
  margin-top: 6px;
}
.msm-page-metadata-form__options {
  margin-bottom: 48px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-toggle-checkbox__toggle {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 18px;
  border-radius: 9px;
  background: #aaaaaa;
  position: relative;
  -webkit-box-shadow: inset 0 0 4px #888;
          box-shadow: inset 0 0 4px #888;
}
.msm-toggle-checkbox__toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.msm-toggle-checkbox__toggle:hover {
  background: #888;
}
.msm-toggle-checkbox__toggle:focus {
  outline: none;
}
.msm-toggle-checkbox__input:checked + .msm-toggle-checkbox__toggle {
  background: #29948e;
  -webkit-box-shadow: inset 0 0 4px #00756e;
          box-shadow: inset 0 0 4px #00756e;
}
.msm-toggle-checkbox__input:checked + .msm-toggle-checkbox__toggle:hover {
  background: #00867e;
}
.msm-toggle-checkbox__input:checked + .msm-toggle-checkbox__toggle:after {
  left: calc(98%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.msm-toggle-checkbox__input:disabled + .msm-toggle-checkbox__toggle {
  opacity: 0.5;
}
.msm-toggle-checkbox__input:disabled + .msm-toggle-checkbox__toggle:hover {
  background: #aaaaaa;
}
.msm-toggle-checkbox__input:disabled:checked + .msm-toggle-checkbox__toggle:hover {
  background: #29948e;
}

.CodeMirror {
    height: auto;
    min-height: 300px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    font: inherit;
    z-index: 1;
}

.CodeMirror-scroll {
    min-height: 300px
}

.CodeMirror-fullscreen {
    background: #fff;
    position: fixed !important;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 9;
}

.CodeMirror-sided {
    width: 50% !important;
}

.editor-toolbar {
    position: relative;
    opacity: .6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 10px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.editor-toolbar:after,
.editor-toolbar:before {
    display: block;
    content: ' ';
    height: 1px;
}

.editor-toolbar:before {
    margin-bottom: 8px
}

.editor-toolbar:after {
    margin-top: 8px
}

.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
    opacity: .8
}

.editor-toolbar.fullscreen {
    width: 100%;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 9;
}

.editor-toolbar.fullscreen::before {
    width: 20px;
    height: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.editor-toolbar.fullscreen::after {
    width: 20px;
    height: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.editor-toolbar a {
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    color: #2c3e50!important;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
    background: #fcfcfc;
    border-color: #95a5a6;
}

.editor-toolbar a:before {
    line-height: 30px
}

.editor-toolbar i.separator {
    display: inline-block;
    width: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #fff;
    color: transparent;
    text-indent: -10px;
    margin: 0 6px;
}

.editor-toolbar a.fa-header-x:after {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 65%;
    vertical-align: text-bottom;
    position: relative;
    top: 2px;
}

.editor-toolbar a.fa-header-1:after {
    content: "1";
}

.editor-toolbar a.fa-header-2:after {
    content: "2";
}

.editor-toolbar a.fa-header-3:after {
    content: "3";
}

.editor-toolbar a.fa-header-bigger:after {
    content: "\25B2";
}

.editor-toolbar a.fa-header-smaller:after {
    content: "\25BC";
}

.editor-toolbar.disabled-for-preview a:not(.no-disable) {
    pointer-events: none;
    background: #fff;
    border-color: transparent;
    text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
    .editor-toolbar a.no-mobile {
        display: none;
    }
}

.editor-statusbar {
    padding: 8px 10px;
    font-size: 12px;
    color: #959694;
    text-align: right;
}

.editor-statusbar span {
    display: inline-block;
    min-width: 4em;
    margin-left: 1em;
}

.editor-statusbar .lines:before {
    content: 'lines: '
}

.editor-statusbar .words:before {
    content: 'words: '
}

.editor-statusbar .characters:before {
    content: 'characters: '
}

.editor-preview {
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 7;
    overflow: auto;
    display: none;
    box-sizing: border-box;
}

.editor-preview-side {
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 50%;
    top: 50px;
    right: 0;
    background: #fafafa;
    z-index: 9;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.editor-preview-active-side {
    display: block
}

.editor-preview-active {
    display: block
}

.editor-preview>p,
.editor-preview-side>p {
    margin-top: 0
}

.editor-preview pre,
.editor-preview-side pre {
    background: #eee;
    margin-bottom: 10px;
}

.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
    border: 1px solid #ddd;
    padding: 5px;
}

.CodeMirror .CodeMirror-code .cm-tag {
    color: #63a35c;
}

.CodeMirror .CodeMirror-code .cm-attribute {
    color: #795da3;
}

.CodeMirror .CodeMirror-code .cm-string {
    color: #183691;
}

.CodeMirror .CodeMirror-selected {
    background: #d9d9d9;
}

.CodeMirror .CodeMirror-code .cm-header-1 {
    font-size: 200%;
    line-height: 200%;
}

.CodeMirror .CodeMirror-code .cm-header-2 {
    font-size: 160%;
    line-height: 160%;
}

.CodeMirror .CodeMirror-code .cm-header-3 {
    font-size: 125%;
    line-height: 125%;
}

.CodeMirror .CodeMirror-code .cm-header-4 {
    font-size: 110%;
    line-height: 110%;
}

.CodeMirror .CodeMirror-code .cm-comment {
    background: rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.CodeMirror .CodeMirror-code .cm-link {
    color: #7f8c8d;
}

.CodeMirror .CodeMirror-code .cm-url {
    color: #aab2b3;
}

.CodeMirror .CodeMirror-code .cm-strikethrough {
    text-decoration: line-through;
}

.CodeMirror .CodeMirror-placeholder {
    opacity: .5;
}
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-page-entry {
  display: block;
  position: relative;
  white-space: nowrap;
  min-width: 500px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.msm-page-entry.new-entry {
  opacity: 0;
}
.msm-page-entry .msm-page-entry-min {
  z-index: 1;
  position: relative;
  margin-left: 30px;
}
.msm-page-entry .msm-page-entry-min .scroll-btn {
  position: absolute;
  display: inline-block;
  width: 40px;
  top: 0;
  bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-page-entry .msm-page-entry-min .scroll-btn.back {
  left: -40px;
  border-right: 1px solid #c8c8c8;
  background: url(arrow_left_green_lrg.07a77f8.png) no-repeat 11px 50%;
}
.msm-page-entry .msm-page-entry-min .scroll-btn.forward {
  right: -40px;
  border-left: 1px solid #c8c8c8;
  background: url(arrow_right_green_lrg.23b8388.png) no-repeat 14px 50%;
}
.msm-page-entry .msm-image-preview-container {
  display: inline-block;
}
.msm-page-entry .msm-image-preview-container .msm-image:not(.loaded) {
  -webkit-transition: none;
  transition: none;
}
.msm-page-entry .msm-image-preview-container .msm-image.errored {
  opacity: 1;
}
.msm-page-entry:not(.open) .msm-page-entry-schedule-frame {
  margin-bottom: 0;
}
.msm-page-entry:not(.open) .msm-page-entry-min .scroll-btn {
  bottom: 0;
}
.msm-page-entry-schedules-container {
  display: inline-block;
  position: absolute;
  left: 301px;
  right: 60px;
  z-index: 1;
}
.msm-page-entry-schedules {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.msm-page-entry-schedules > .msm-drop-zone {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  min-width: 240px;
  margin-top: 11px;
  margin-bottom: 12px;
}
.msm-page-entry-schedules > .msm-drop-zone:before {
  position: absolute;
  left: 0;
  top: 27px;
  height: 2px;
  background: #81d1cc;
  content: '';
  width: 100%;
  display: block;
  z-index: -1;
}
.msm-page-entry-schedules > .msm-drop-zone .msm-drag-preview {
  display: inline-block;
}
.msm-page-entry-schedule {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-page-entry-schedule .selected-marker {
  position: relative;
  margin-top: -4px;
  width: 100%;
  height: 20px;
  z-index: 0;
  background: url(selected_tile.75775e0.png) no-repeat 0 0;
}
.msm-page-entry-schedule-frame {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 82px;
  vertical-align: top;
  padding: 14px 12px 2px 12px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
}
.msm-page-entry-schedule-frame__actions.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-page-entry-schedule-frame__actions.open .msm-drop-list {
  margin-top: 7px;
  margin-right: -6px;
}
.msm-page-entry-schedule-frame__actions.open .msm-drop-list:before,
.msm-page-entry-schedule-frame__actions.open .msm-drop-list:after {
  content: '';
  position: absolute;
  right: 9px;
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c8c8c8;
}
.msm-page-entry-schedule-frame__actions.open .msm-drop-list:after {
  top: -7px;
  border-bottom-color: #ffffff;
}
.msm-page-entry-schedule-frame__actions > button {
  border: none;
  background: transparent;
}
.msm-page-entry-schedule-frame__actions > button::after {
  border-top-color: #000000;
}
.msm-page-entry-schedule-frame__actions > button:hover::after {
  border-top-color: #888;
}
.msm-page-entry-schedule-frame:hover .msm-page-entry-schedule-frame__actions > button {
  visibility: visible;
  pointer-events: auto;
}
.msm-page-entry-schedule-frame.selected {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.msm-page-entry-schedule-frame .msm-schedule-time {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.msm-page-entry-schedule-frame:hover {
  background-color: #e2efee;
}
.msm-page-entry-schedule-frame.errored {
  background-color: #f3dedf;
}
.msm-page-entry-schedule-frame .msm-image-preview-container {
  margin-bottom: 12px;
}
.msm-page-entry-schedule-frame .msm-image-preview-container .msm-image.msm-image-thumbnail {
  background-color: transparent;
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
}
.msm-page-entry-schedule-frame h6 {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
  margin-right: 12px;
}
.msm-page-entry-schedule-frame__actions {
  position: absolute;
  top: 4px;
  right: 4px;
}
.msm-page-entry-schedule-frame .empty-schedule {
  display: block;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  margin-top: 21px;
  margin-bottom: 29px;
}
.msm-page-entry-schedule-frame .body > * {
  margin-bottom: 8px;
}
.msm-page-entry-schedule-frame .body .any-all {
  color: #373737;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 20px;
}
.msm-page-entry-schedule-frame .body .publishing-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-page-entry-schedule-frame .body .publishing-rule__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.msm-page-entry-schedule-frame .body .publishing-rule .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 14px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-page-entry-schedule-frame .body .publishing-rule .no-icon {
  margin-left: 34px;
}
.msm-page-entry-schedule-frame .body .publishing-rule .selected-device:after {
  display: inline-block;
  content: ',';
  margin-right: 4px;
}
.msm-page-entry-schedule-frame .body .publishing-rule .selected-device:last-child:after {
  content: '';
  margin-right: 0;
}
.msm-page-entry-schedule-frame .body .publishing-rule .selected-device:not(.supported) {
  color: #aaaaaa;
}
.msm-page-entry-schedule-frame .entry-hidden {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.msm-add-schedule-btn {
  z-index: 1;
  margin-top: 15px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(icon_add_large_whitefill.f80c472.png) no-repeat 0 0;
}
.msm-page-entry-summary {
  display: inline-block;
  width: 242px;
  background-color: #e6e6e6;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  white-space: nowrap;
  vertical-align: top;
  padding: 8px;
}
.msm-page-entry-summary__actions.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-page-entry-summary__actions.open .msm-drop-list {
  margin-top: 7px;
  margin-right: -6px;
}
.msm-page-entry-summary__actions.open .msm-drop-list:before,
.msm-page-entry-summary__actions.open .msm-drop-list:after {
  content: '';
  position: absolute;
  right: 9px;
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c8c8c8;
}
.msm-page-entry-summary__actions.open .msm-drop-list:after {
  top: -7px;
  border-bottom-color: #ffffff;
}
.msm-page-entry-summary__actions > button {
  border: none;
  background: transparent;
}
.msm-page-entry-summary__actions > button::after {
  border-top-color: #000000;
}
.msm-page-entry-summary__actions > button:hover::after {
  border-top-color: #888;
}
.msm-page-entry-summary:hover .msm-page-entry-summary__actions > button {
  visibility: visible;
  pointer-events: auto;
}
.msm-page-entry-summary.errored {
  background-color: #f3dedf;
}
.msm-page-entry-summary .form-group {
  margin-bottom: 10px;
}
.msm-page-entry-summary .form-control.contains-button {
  padding-right: 56px;
}
.msm-page-entry-summary .button-container {
  position: relative;
}
.msm-page-entry-summary .toggle-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 42px;
  height: 20px;
  border-radius: 8px;
  top: 6px;
  right: 8px;
  font-size: 12px;
  color: #888888;
  position: absolute;
  text-align: center;
  line-height: 20px;
  background-color: #e6e6e6;
}
.msm-page-entry-summary .toggle-button:focus {
  outline: none;
}
.msm-page-entry-summary .toggle-button.active {
  background-color: #cee9e7;
  color: #00867e;
}
.msm-page-entry-summary .img-frame {
  margin: -8px -8px 8px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
.msm-page-entry-summary .form-group + .img-frame {
  margin-top: 0;
}
.msm-page-entry-summary:after {
  position: absolute;
  display: inline-block;
  left: 241px;
  top: 38px;
  height: 2px;
  background: #81d1cc;
  content: '';
  width: 60px;
  z-index: -1;
}
.msm-page-entry-summary .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-page-entry-summary .bottom-bar .msm-deprecation-warning {
  color: #888;
  margin-right: 6px;
}
.msm-page-entry-summary .bottom-bar .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #888;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  min-width: 0;
}
.msm-page-entry-summary .bottom-bar > .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-page-entry-summary .bottom-bar > .btn-group.open .dropdown-toggle:focus {
  background: transparent;
}
.msm-page-entry-max-container {
  z-index: 0;
}
.msm-page-entry-max-container .msm-page-entry-max-bg {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2efee;
}
.msm-page-entry-max-container .msm-page-entry-max {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 60px;
}
.msm-page-entry-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-page-entry-detail .input-container {
  margin-bottom: 24px;
  width: 242px;
  margin-right: 60px;
}
.msm-page-entry-detail .input-container > * {
  width: 242px;
  display: block;
  margin-bottom: 12px;
}
.msm-page-entry-detail .input-container > *:last-child {
  margin-bottom: 0;
}
.msm-page-entry-detail .input-container .msm-input-error-group-message {
  margin-top: 4px;
}
.msm-page-entry-detail .input-container .msm-auto-complete-text-input .msm-drop-list {
  width: 100%;
}
.msm-page-entry-detail .input-container .msm-drop-select {
  width: 100%;
}
.msm-page-entry-detail .input-container .form-group {
  margin-top: 0;
  margin-bottom: 0;
}
.msm-page-entry-detail .input-container .static-selected-data {
  display: inline-block;
  width: 224px;
  line-height: 32px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-page-entry-detail .input-container .delete-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
}
.msm-page-entry-detail .input-container .delete-btn:hover {
  border: 1px solid #c8c8c8;
}
.msm-page-entry-detail .input-container .page-entry-schedule {
  margin-top: 18px;
}
.msm-page-entry-detail .input-container .page-entry-schedule .edit-link {
  margin-left: 10px;
}
.msm-page-entry-detail .input-container .list-param {
  display: block;
}
.msm-page-entry-detail .input-container .list-param > * {
  display: inline-block;
}
.msm-page-entry-detail .input-container .list-param .form-group {
  width: 100%;
  margin-right: 5px;
}
.msm-page-entry-detail .msm-page-entry-detail-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-page-entry-detail .msm-page-entry-detail-body .msm-markdown-container {
  margin-bottom: 4px;
}
.msm-page-entry-detail .msm-page-entry-detail-body .msm-markdown-container .CodeMirror,
.msm-page-entry-detail .msm-page-entry-detail-body .msm-markdown-container .CodeMirror-scroll {
  max-height: 600px;
}
.msm-page-entry-detail .msm-page-entry-detail-body .msm-text-heading-input input {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.msm-page-entry-detail .msm-page-entry-detail-body > :not(:first-child) {
  margin-top: 12px;
}
.msm-page-entry-detail .msm-image-entry-detail > a {
  display: block;
  margin-top: 8px;
}
.msm-page-entry-detail .msm-image-entry-detail .msm-add-image .dimensions {
  display: none;
}
.msm-page-entry-detail .msm-image-entry-detail .msm-image-preview-thumbnail img {
  max-width: 400px;
  max-height: 160px;
  width: auto;
  height: auto;
}
.msm-page-entry-detail .msm-page-entry-properties {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px 24px 1px 24px;
  margin-bottom: 24px;
}
.msm-page-entry-detail .msm-page-entry-properties:not(.open) {
  cursor: pointer;
}
.msm-page-entry-detail .msm-page-entry-properties:not(.open) .msm-custom-properties-title {
  margin-bottom: 14px;
}
.msm-page-entry-detail .msm-page-entry-properties .msm-custom-properties-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msm-page-entry-detail .msm-page-entry-properties .msm-custom-properties-title {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  color: #00867e;
  margin-bottom: 24px;
}
.msm-page-entry-detail .msm-page-entry-properties .msm-custom-properties-title:hover {
  text-decoration: underline;
}
.msm-page-entry-detail .msm-page-entry-properties .msm-custom-properties-arrow {
  cursor: pointer;
  color: transparent;
  stroke: #00756e;
  stroke-width: 2px;
  padding: 4px;
}
.msm-page-entry-detail .msm-aspect-ratio-control {
  margin: 0 0 14px;
}
.msm-page-entry-detail .msm-aspect-ratio-control > a {
  font-size: 18px;
}
.msm-page-entry-detail .msm-list-preview-footer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-page-entry-separator {
  width: 100%;
  height: 40px;
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  display: block;
}
.msm-page-entry-separator__inner {
  display: none;
}
.msm-page-entry-separator:not(.msm-page-entry-separator--disabled):hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px dashed #00a79d;
  width: 100%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}
.msm-page-entry-separator:not(.msm-page-entry-separator--disabled):hover .msm-page-entry-separator__inner {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 85px;
  background: #ffffff;
  color: #00756e;
  font-size: 14px;
  padding-right: 10px;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}
.msm-page-entry-separator:not(.msm-page-entry-separator--disabled):hover .msm-page-entry-separator__inner:before {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  font-size: 18px;
}
.msm-page-entry-separator:focus {
  outline: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-page-entry-layout-modal {
  padding: 0px;
  background-color: #f5f5f5;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.msm-page-entry-layout-modal .msm-device-category-icon.desktop {
  width: 22px;
  height: 16px;
  background: url(icon_device_desktop_66x15.94e08f1.png) no-repeat 0 0;
}
.msm-page-entry-layout-modal .msm-device-category-icon.tablet {
  margin-bottom: 1px;
  width: 12px;
  height: 15px;
  background: url(icon_device_tablet_36x15.236ecde.png) no-repeat 0 0;
}
.msm-page-entry-layout-modal .msm-device-category-icon.mobile {
  width: 7px;
  height: 12px;
  background: url(icon_device_mobile_21x12.e955920.png) no-repeat 0 0;
}
.msm-page-entry-layout-modal .msm-device-category-icon.tv {
  width: 23px;
  height: 16px;
  background: url(icon_device_tv_69x16.87f9003.png) no-repeat 0 0;
}
.msm-page-entry-layout-modal .msm-device-category-icon.console {
  width: 24px;
  height: 14px;
  background: url(icon_device_console_72x14.b392115.png) no-repeat 0 0;
}
.msm-page-entry-layout-modal .msm-layout-modal-header {
  padding: 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.msm-page-entry-layout-modal .msm-layout-modal-header h1 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-page-entry-layout-modal .msm-layout-modal-header .msm-drop-select,
.msm-page-entry-layout-modal .msm-layout-modal-header__search {
  width: 200px;
  margin: 0;
}
.msm-page-entry-layout-modal .msm-layout-modal-header__search {
  margin-right: 20px;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 24px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout {
  position: relative;
  padding: 0 12px 12px;
  margin-left: 24px;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  display: inline-block;
  width: 240px;
  height: 234px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout:hover {
  background: #e2efee;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 120px;
  padding: 10px 0;
  margin: 0 -12px;
  background-color: #e6e6e6;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__title-group {
  margin: 12px 0 6px;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout .msm-deprecation-warning {
  color: #888;
  margin-right: 6px;
  float: left;
  margin-top: 1px;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__title {
  display: block;
  color: #373737;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__description {
  font-size: 12px;
  line-height: 1.2;
  color: #888;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__devices {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__devices > span {
  margin-top: 4px;
  margin-right: 2px;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list .msm-page-entry-layout__devices .msm-device-category-icon {
  margin-left: 4px;
  background-position: 50%;
}
.msm-page-entry-layout-modal .msm-page-entry-layout-list > h2 {
  width: 100%;
  text-align: center;
  color: #373737;
  font-size: 28px;
  font-weight: 300;
  margin-top: 38px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-page-content-view .msm-page-content-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-page-content-view .msm-page-content-header-right.no-tabs {
  margin-bottom: 18px;
}
.msm-page-content-view .msm-page-content-header-right button {
  margin-left: 12px;
}
.msm-page-content-view .page-variant-schedule-bar {
  clear: both;
  display: block;
  height: 56px;
  background-color: #cee9e7;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-top: 11px;
}
.msm-page-content-view .page-variant-schedule-bar .pop-up {
  z-index: 210;
}
.msm-page-content-view .page-variant-schedule-bar > * {
  margin-right: 14px;
}
.msm-page-content-view .page-variant-schedule-bar .msm-drop-select {
  display: inline-block;
  width: 182px;
}
.msm-page-content-view .msm-page-body:not(.msm-page-body__empty) {
  margin-top: -24px;
}
.msm-page-content-view .msm-page-entry {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.msm-page-content-view .msm-page-entry.open .msm-page-entry-summary {
  margin-bottom: 16px;
}
.msm-page-content-view .msm-page-entry-list > .msm-drag-preview {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff);
  margin-bottom: 0;
}
.msm-page-content-view .msm-page-entry-list > .msm-drag-preview > .msm-drag-handle {
  margin-right: 0;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 5;
}
.msm-page-content-view .row-divider {
  width: 100%;
  height: 4px;
  background-color: #cee9e7;
  margin-top: 24px;
  margin-bottom: 24px;
}
.msm-page-content-view .nav-tabs li a .msm-add-tab-btn {
  margin: -1px;
  height: 18px;
  width: 18px;
  background: url(icon_add_small_whitefill.f24f08c.png) no-repeat 0 0;
}
.msm-page-content-view .nav-tabs li a .msm-spinner {
  margin: -7px;
}
.msm-page-content-view .nav-tabs li a .tab-content {
  padding-right: 10px;
  padding-left: 10px;
}
.msm-page-content-view .nav-tabs li a .tab-content.active {
  position: relative;
}
.msm-page-content-view .nav-tabs li a .tab-content.active .msm-delete-tab-btn {
  display: none;
  position: absolute;
  right: -18px;
  top: -9px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid transparent;
  opacity: 0.9;
  cursor: pointer;
}
.msm-page-content-view .nav-tabs li a .tab-content.active .msm-delete-tab-btn:hover {
  border: 1px solid #c8c8c8;
}
.msm-page-content-view .nav-tabs li a:hover .tab-content.active .msm-delete-tab-btn {
  display: inline-block;
}
.msm-page-content-view .add-entry-btn {
  display: inline-block;
  height: 36px;
  color: #00756e;
  font-size: 16px;
  border-radius: 4px;
  line-height: 36px;
  margin: 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px dashed #00a79d;
}
.msm-page-content-view .add-entry-btn:hover {
  border-style: solid;
  background-color: #cee9e7;
}
.msm-page-content-view .add-entry-btn:focus {
  outline: 0 !important;
}
.msm-page-content-view .add-entry-btn:before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  font-size: 18px;
}
.msm-page-content-view .msm-page-btn-last {
  margin-bottom: 40px;
}
.msm-page-content-view > .msm-spinner {
  margin-top: 1rem;
}
.msm-page-content-view .page-color-variant-modal .modal-heading {
  margin-bottom: 25px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-lists-view nav {
  margin-top: 20px;
}
.msm-lists-view nav li a {
  margin-top: 11px;
  padding-top: 12px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.msm-lists-view > .new-list {
  margin-top: -2px;
}
.msm-lists-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-lists-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-lists-view > .filter-group .msm-drop-select {
  width: 160px;
  margin-right: 15px;
  margin-bottom: 0;
}
.msm-lists-view .table-container {
  clear: both;
}
.msm-lists-view .table-header-bar {
  margin-bottom: 16px;
}
.msm-lists-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}
.msm-lists-view .msm-list-title-cell .msm-list-title-id-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.msm-lists-view .msm-list-title-cell .msm-list-title-cell-title {
  color: #888;
}
.msm-lists-view .msm-list-title-cell .msm-list-title-cell-title::after {
  content: "";
  margin: 0 4px;
  border-right: 1px solid #888;
}
.msm-lists-view .msm-list-title-cell .msm-list-status-cell {
  margin-left: -5px;
  margin-right: 2px;
}
.msm-lists-view .msm-list-title-cell .msm-list-title-cell-id {
  font-size: 12px;
  color: #888;
}

.msm-detail-header.msm-detail-header-list .msm-detail-info > h1 {
  padding-bottom: 8px;
}
.msm-detail-header.msm-detail-header-list .h-group .msm-status {
  padding: 3px 7px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-list-row-rule {
  width: 100%;
}
.msm-list-row-rule > div {
  margin-right: 12px;
}
.msm-list-row-rule.no-recurrence {
  overflow: visible;
}
.msm-list-row-rule .svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-list-row-rule .msm-input-error-group {
  margin-bottom: 17px;
}
.msm-list-row-rule .react-datepicker-container {
  min-width: 179px;
}
.msm-list-row-rule .react-datepicker-container input {
  min-width: 179px;
}
.msm-list-row-rule .react-datepicker-container .react-datepicker__year-text--selected {
  background-color: red;
}
.msm-list-row-rule .react-datepicker-popper {
  z-index: 999;
}
.msm-list-row-rule .react-datepicker-popper .react-datepicker__header {
  background-color: #ffffff;
}
.msm-list-row-rule .date-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-list-row-rule .date-selector-container .right-chevron {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 23px 19px 4px;
}
.msm-list-row-rule .date-selector-container .date-selector-group-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 288px;
  width: 100%;
  margin-left: 24px;
}
.msm-list-row-rule .date-picker-input-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.msm-list-row-rule .date-picker-input-content .delete-icon {
  position: absolute;
  left: 150px;
  top: 8px;
  z-index: 15;
  cursor: pointer;
}
.msm-list-row-rule .date-picker-input-content .date-icon,
.msm-list-row-rule .date-picker-input-content .time-icon {
  position: absolute;
  top: 5px;
  left: 4px;
  margin-left: 4px;
  z-index: 15;
}
.msm-list-row-rule .date-picker-input-content .react-datepicker-date-select input {
  padding: 5px 5px 5px 40px;
  max-width: 130px;
  height: 32px;
  border: 1px solid #cccccc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.msm-list-row-rule .date-picker-input-content .react-datepicker-time-select-container {
  position: relative;
}
.msm-list-row-rule .date-picker-input-content .react-datepicker-time-select-container .react-datepicker-time-select input {
  padding: 5px 5px 5px 32px;
  max-width: 90px;
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  text-align: center;
  border-left: none;
}
.msm-list-row-rule .msm-small-label {
  font-size: 12px;
}
.msm-list-row-rule .msm-date-range-form-buttons {
  padding-top: 24px;
}
.msm-list-row-rule .msm-date-range-form-buttons button:first-of-type {
  margin-right: 16px;
}
.msm-list-row-rule .alert {
  margin-top: 8px;
}
.msm-list-row-rule .msm-time-between-icon {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
}
.msm-list-row-rule .msm-list-rule-op.event-timeframe {
  min-width: 0;
}
.msm-list-row-rule .msm-list-row-extra-field_event.dateTwo > .date-picker-input-content {
  margin-left: 8px;
}
.msm-list-row-rule .msm-list-row-extra-field_event.dateTwo + div.msm-remove-rule-btn {
  margin-top: 20px;
}
@media (min-width: 1505px) {
  .msm-list-row-rule .msm-list-row-extra-field_event.dateTwo + div.msm-remove-rule-btn {
    margin-top: 8px;
  }
}
.msm-list-row-rule .msm-list-row-extra-field_event.hours + div.msm-remove-rule-btn {
  margin-top: 20px;
  margin-left: -12px;
}
@media (min-width: 1265px) {
  .msm-list-row-rule .msm-list-row-extra-field_event.hours + div.msm-remove-rule-btn {
    margin-top: 8px;
  }
}
.msm-list-row-rule .msm-list-row-extra-field_event.relativeMoment + div.msm-remove-rule-btn {
  margin-top: 20px;
}
@media (min-width: 1426px) {
  .msm-list-row-rule .msm-list-row-extra-field_event.relativeMoment + div.msm-remove-rule-btn {
    margin-top: 8px;
  }
}
.msm-list-row-rule .msm-drop-list.open {
  z-index: 20;
}
.msm-list-row-rule .msm-list-row-extra-field_event .msm-list-rule-op {
  margin-left: 12px;
}
.msm-list-row-rule .msm-list-row-extra-field_event .msm-text-input {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.msm-list-row-rule .msm-drop-select.event-timeframe .msm-drop-list-options .msm-drop-list-option:nth-child(1),
.msm-list-row-rule .msm-drop-select.event-timeframe .msm-drop-list-options .msm-drop-list-option:nth-child(6) {
  font-weight: bold;
}
.msm-list-row-rule .msm-drop-select.event-timeframe .msm-drop-list-options .msm-drop-list-option:nth-child(1).selected,
.msm-list-row-rule .msm-drop-select.event-timeframe .msm-drop-list-options .msm-drop-list-option:nth-child(6).selected {
  background-color: transparent;
  cursor: default;
}
.msm-list-row-rule .msm-drop-select.msm-inputs-time-frame-relative-moment {
  margin-left: unset !important;
}
.msm-list-row-rule .msm-list-row-value-toggle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-list-row-rule .msm-list-row-value-toggle-section > div {
  margin-right: 12px;
}
.msm-list-row-rule .msm-list-row-value-toggle-section .form-group {
  margin-bottom: unset;
}
.msm-list-row-rule .msm-match-toggle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: -12px;
}
.msm-list-row-rule .msm-match-toggle__button {
  min-height: 33px;
}
.msm-list-row-rule .msm-match-toggle ~ .msm-multi-select-input .Select-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.msm-list-row-rule .msm-match-toggle + .msm-relation-asset-type-select-dropdown.msm-drop-select.msm-relation-asset-type-select-dropdown.msm-drop-select {
  margin-left: 0;
}
.msm-list-row-rule .msm-match-toggle ~ .msm-drop-select button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-list-standard-view .msm-top-actions > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.msm-list-standard-view .msm-drop-zone {
  margin-bottom: 15px;
}
.msm-list-standard-view .item-picker .msm-drop-list.open {
  min-width: 350px;
}
.msm-list-standard-view .msm-list-preview {
  width: 100%;
}
.msm-list-standard-view .empty-list {
  font-size: 14px;
  color: #888;
}
.msm-list-standard-view .msm-drag-preview {
  margin-bottom: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-list-standard-view .msm-drag-preview .msm-drag-handle {
  top: 16px;
}
.msm-list-standard-view .msm-drag-preview .msm-remove-row-btn {
  margin-top: 12px;
  visibility: hidden;
  pointer-events: none;
}
.msm-list-standard-view .msm-drag-preview .msm-item-type {
  background-color: #c8c8c8;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-remove-row-btn {
  visibility: visible;
  pointer-events: auto;
}
.msm-list-standard-view .msm-drag-preview:hover .list-row {
  background-color: #bbe3e1;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-movie {
  background-color: #ff5094;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-event {
  background-color: #5ce46a;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-confederation {
  background-color: #d57163;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-competition {
  background-color: #ea4439;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-stage {
  background-color: #999999;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-team {
  background-color: #0d933b;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-trailer {
  background-color: #ff9326;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-show {
  background-color: #002db2;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-season {
  background-color: #006dd9;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-episode {
  background-color: #009ae1;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-persona {
  background-color: #ffd643;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-program {
  background-color: #b973ff;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-extra {
  background-color: #373737;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-link {
  background-color: #008131;
}
.msm-list-standard-view .msm-drag-preview:hover .msm-item-type.msm-item-type-customasset {
  background-color: #4b3793;
}
.msm-list-standard-view .save-errors {
  margin-top: 20px;
}
.msm-list-standard-view .msm-add-row .item-picker {
  width: 455px;
  margin-bottom: 24px;
  margin-right: 12px;
  display: inline-block;
}
.msm-list-standard-view .msm-add-row a {
  padding-left: 12px;
}
.msm-list-standard-view .well {
  background: #ffffbf;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msm-list-standard-view .well > strong {
  padding-right: 12px;
}
.msm-list-standard-view .msm-list-preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e2efee;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.msm-list-standard-view .msm-list-preview-container .msm-drop-select {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 215px;
  margin: 0 12px 16px 0;
}
.msm-list-standard-view .msm-list-preview-container .msm-drop-select button {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.msm-list-standard-view .msm-list-preview-container .params-filter {
  display: inline-block;
  margin: 0 12px 16px 0;
  width: 180px;
}
.msm-list-standard-view .msm-list-preview-container .params-filter .form-group {
  margin: 0;
}
.msm-list-standard-view .msm-list-preview-container .msm-list-preview-options {
  display: inline-block;
}
.msm-list-standard-view .msm-list-preview-container .list-preview-label-container {
  display: inline-block;
  float: right;
}
.msm-list-standard-view .msm-list-preview-container .list-preview-label {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
  background-color: #ffffbf;
  padding: 4px 5px;
  margin: 6px 0;
}
.msm-list-standard-view .msm-list-preview-container__h5 {
  display: inline-block;
  margin: 0 12px 16px 0;
}
.msm-list-standard-view .msm-list-preview-container .msm-list-preview-header {
  width: 100%;
}
.msm-list-standard-view .msm-list-preview-container .msm-list-preview-scrollbar {
  position: initial;
  -webkit-transition: margin-top 0s, background-color 0.4s, opacity 0.4s;
  transition: margin-top 0s, background-color 0.4s, opacity 0.4s;
}
@media (max-width: 1080px) {
  .msm-list-standard-view .msm-list-preview-container .list-preview-label-container {
    float: none;
  }
  .msm-list-standard-view .msm-list-preview-container .list-preview-label {
    margin: 0 0 16px 0;
  }
}
.msm-list-standard-view .list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-top: 32px;
  height: 20px;
}
.msm-list-standard-view .list-actions label,
.msm-list-standard-view .list-actions span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}
.msm-list-standard-view .list-actions label {
  margin-right: 13px;
  margin-bottom: 0;
}
.msm-list-standard-view .list-actions svg {
  margin-right: 8px;
}
.msm-list-standard-view .list-actions .form-group {
  margin-bottom: 0;
}
.msm-list-standard-view .list-actions input {
  margin-right: 7px;
}
.msm-list-standard-view .list-actions input[type="checkbox"] {
  accent-color: cadetblue;
}
.msm-list-standard-view .list-actions .checkbox {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .msm-list-row-rules-content {
    clear: both;
  }
  .msm-list-row-rules-content > div {
    display: inline-block;
    vertical-align: top;
  }
  .msm-list-row-rules-content .msm-list-choose-rule {
    margin-bottom: 0;
  }
  .msm-list-row-rules-content .msm-list-choose-rule > .msm-drop-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 917px) and (max-width: 946px), (min-width: 665px) and (max-width: 695px) {
  .msm-list-row-rule {
    min-width: 450px !important;
  }
}

.msm-list-standard-view .items-list .action-list-btn {
  margin: 22px 5px;
}
.msm-list-standard-view .msm-drop-zone {
  margin-top: 24px;
}
.msm-list-standard-view .list-item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: normal;
}
.msm-list-standard-view .list-item-count div {
  padding: 4px 8px;
}
.msm-list-standard-view .list-item-count div:nth-child(2) {
  border: 1px solid;
  border-top: none;
  border-bottom: none;
}
.msm-list-standard-view .list-item-count span {
  font-weight: bold;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-xml-editor .ace_editor {
  border: 1px solid #c8c8c8;
  margin-bottom: 24px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
}
.msm-xml-editor .ace_editor.ace_focus {
  border-color: #00a79d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-advanced-view .msm-drop-select {
  width: 180px;
}
.list-advanced-view .msm-top-actions > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.list-advanced-view > h1 {
  margin-bottom: 5px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-sitemap-browser .msm-side-panel__open-btn {
  background: url(sitemap_tab.a7c130e.png) no-repeat 0 0;
}
.msm-sitemap-browser .msm-spinner {
  margin: auto;
}
.msm-sitemap-browser-search {
  height: 66px;
  width: 100%;
}
.msm-sitemap-browser-search .form-group {
  width: auto;
  margin-bottom: 0;
  padding-top: 16px;
}
.msm-sitemap-browser-search .form-control {
  background-color: #ffffff;
  width: 241px;
  margin-left: 16px;
  height: 34px;
}
.msm-sitemap-browser-sort {
  background-color: #f0f0f0;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 16px;
}
.msm-sitemap-browser-sort .msm-sitemap-browser-sort-options {
  margin-bottom: 10px;
}
.msm-sitemap-browser-sort .msm-drop-select {
  width: 182px;
}
.msm-sitemap-browser-sort .sort-by-label {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  line-height: 34px;
  vertical-align: top;
}
.msm-sitemap-browser-sort .msm-sitemap-sort-input {
  display: inline-block;
}
.msm-sitemap-browser-sort .toggle-system-pages {
  margin-bottom: 10px;
}
.msm-sitemap-browser-sort .toggle-system-pages label {
  font-weight: normal;
  font-size: 12px;
}
.msm-sitemap-browser-sort .toggle-system-pages input {
  margin-right: 8px;
}
.msm-sitemap-browser-list-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 2px;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell {
  display: block;
  height: 48px;
  padding-top: 10px;
  padding-left: 16px;
  width: 300px;
  cursor: pointer;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .label-row {
  margin-right: 16px;
  line-height: 1.1;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .title-label {
  display: inline-block;
  font-size: 14px;
  max-width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell .path-label {
  color: #aaaaaa;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:hover {
  background-color: #bbe3e1;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:not(.selected).static .title-label {
  color: #888;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell:not(.selected).static .title-label:hover {
  color: #00867e;
  text-decoration: underline;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected {
  background-color: #81d1cc;
  cursor: default;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected .title-label {
  font-weight: 700;
}
.msm-sitemap-browser-list-body .msm-sitemap-browser-list-cell.selected .path-label {
  color: inherit;
}
.msm-sitemap-browser-list-body .result-count {
  margin-top: 16px;
  margin-bottom: 9px;
  margin-left: 16px;
  font-weight: 700;
  font-size: 16px;
}
.msm-sitemap-browser-list-body.no-results h4 {
  margin-top: 60px;
}
.msm-sitemap-browser-list-body.no-results > * {
  margin: 8px auto;
  text-align: center;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-nav-schedule-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  background-color: #cee9e7;
}
.msm-nav-schedule-group .msm-pub-rule-editor {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
.msm-nav-schedule-group > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 21px 12px 0;
}
.msm-detail-nav .msm-sidenav-content {
  overflow-x: auto;
}
.msm-detail-nav .h-group .msm-status {
  padding: 3px 7px;
}
.msm-menu-group-info h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: pre;
}
.msm-menu-group-info > ul {
  margin: 0;
}
.msm-menu-group-info > ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-nav-detail-view .msm-nav-detail-advanced {
  margin: 0;
  padding: 21px 12px 0;
}
.msm-nav-detail-view .msm-nav-detail-advanced.errored {
  background-color: #f3dedf;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-nav-destination-input {
  margin-bottom: 24px;
}
.msm-nav-destination-input .msm-nav-destination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.msm-nav-destination-input .form-group {
  margin: 0;
}
.msm-nav-destination-input .msm-nav-destination-label-container {
  max-width: 294px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-nav-destination-input .msm-nav-destination-label {
  margin-bottom: 8px;
}
.msm-nav-destination-input .msm-nav-destination-path-and-params {
  max-width: 294px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 12px;
}
.msm-nav-destination-input .msm-nav-destination-icon-and-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-nav-destination-input .msm-nav-destination-path-and-params.dropselect-max-height {
  max-height: 32px;
}
.msm-nav-destination-input .msm-drop-select.msm-nav-destination-path-and-params {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.msm-nav-destination-input.empty {
  max-width: 294px;
}
.msm-nav-destination-input .msm-nav-destination-param {
  margin-bottom: 0;
  margin-top: 8px;
}
.msm-nav-destination-input .msm-nav-destination-id {
  max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 8px;
  margin-left: 12px;
}
.msm-nav-destination-input.has-error .h-group:last-of-type {
  margin-bottom: 4px;
}
.msm-nav-destination-input .msm-path-option > div {
  font-style: italic;
}
.msm-nav-destination-input .msm-nav-destination-max-chars {
  color: #aaaaaa;
  font-size: 12px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-sub-menus .msm-drag-preview {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 0;
}
.msm-sub-menus .msm-drag-preview .msm-drag-handle {
  background-position: -22px 0;
  margin-top: 7px;
}
.msm-sub-menus .msm-drag-preview:not(:last-child) .msm-nav-destination-input {
  margin-bottom: 12px;
}
.msm-sub-menus .msm-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.msm-sub-menus .msm-sub-menu .msm-nav-destination-input {
  margin-bottom: 12px;
}
.msm-sub-menus .msm-sub-menu .msm-remove-row-btn {
  margin-top: 6px;
  margin-left: 8px;
}
.msm-sub-menus .msm-create-first-row-btn {
  width: 294px;
  cursor: text;
}
.msm-sub-menus .msm-create-new-row-btn {
  width: 294px;
  cursor: text;
  margin-left: 32px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-menu-groups {
  display: block;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.msm-menu-groups:not(.empty) {
  padding-top: 96px;
  padding-bottom: 1px;
  margin-top: 24px;
}
.msm-menu-groups:not(.empty).open {
  padding-top: 112px;
}
.msm-menu-groups:not(.empty).isTV {
  padding-top: 0;
}
.msm-menu-groups:not(.empty).isTV .msm-menu-group-detail-bg {
  top: -24px;
}
.msm-menu-groups .msm-menu-group-detail-bg {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2efee;
}
.msm-menu-groups-summaries-container {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  z-index: 1;
}
.msm-menu-groups-summaries-container .msm-scroll-button {
  position: absolute;
  display: inline-block;
  width: 40px;
  top: -8px;
  height: 114px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msm-menu-groups-summaries-container .msm-scroll-button.back {
  left: -40px;
  border-right: 1px solid #c8c8c8;
  background: url(arrow_left_green_lrg.07a77f8.png) no-repeat 11px 50%;
}
.msm-menu-groups-summaries-container .msm-scroll-button.forward {
  right: -40px;
  border-left: 1px solid #c8c8c8;
  background: url(arrow_right_green_lrg.23b8388.png) no-repeat 14px 50%;
}
.msm-menu-groups-summaries {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.msm-menu-groups-summaries > .msm-drop-zone {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.msm-menu-groups-summaries > .msm-drop-zone:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 24px;
  top: 35px;
  height: 2px;
  background: #81d1cc;
}
.msm-menu-groups-summaries > .msm-drop-zone .msm-drag-preview {
  display: inline-block;
  vertical-align: top;
}
.msm-menu-groups-summaries > .msm-drop-zone .msm-drag-preview:last-child .msm-menu-group-summary {
  margin-right: 0;
}
.msm-menu-groups-summaries .msm-add-menu-group-button {
  z-index: 1;
  margin-top: 23px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(icon_add_large_whitefill.f80c472.png) no-repeat 0 0;
}
.msm-menu-group-summary {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 96px;
  margin-right: 24px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.msm-menu-group-summary.errored {
  background-color: #f3dedf;
}
.msm-menu-group-summary.errored .msm-selected-marker {
  background-color: #e10a15;
}
.msm-menu-group-summary.errored .msm-selected-marker:after {
  border-top: 10px solid #e10a15;
}
.msm-menu-group-summary.selected {
  margin-bottom: 16px;
}
.msm-menu-group-summary .msm-menu-group-remove {
  display: none;
}
.msm-menu-group-summary.empty > h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.msm-menu-group-summary.example {
  height: auto;
  margin-left: 24px;
  background: #f0f0f0;
  color: #aaaaaa;
  pointer-events: none;
}
.msm-menu-group-summary.example > h3 {
  font-style: italic;
  margin-bottom: 16px;
}
.msm-menu-group-summary:hover:not(.example):not(.errored) {
  background-color: #e2efee;
}
.msm-menu-group-summary:hover:not(.example) .msm-menu-group-remove {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #373737;
  border: 1px solid transparent;
}
.msm-menu-group-summary:hover:not(.example) .msm-menu-group-remove:hover {
  border: 1px solid #c8c8c8;
  text-decoration: none;
}
.msm-menu-group-summary .msm-selected-marker {
  position: absolute;
  left: -1px;
  bottom: -6px;
  right: -1px;
  height: 6px;
  z-index: 1;
  background-color: #29948e;
}
.msm-menu-group-summary .msm-selected-marker:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #29948e;
}
.msm-example-menu-group button {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  color: #00756e;
  font-size: 16px;
  border-radius: 4px;
  line-height: 36px;
  margin: 0;
  padding: 0 10px 0 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px dashed #00a79d;
}
.msm-example-menu-group button:hover {
  border-style: solid;
  background-color: #cee9e7;
}
.msm-example-menu-group button:focus {
  outline: 0 !important;
}
.msm-example-menu-group button:before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  font-size: 18px;
}
.msm-menu-group-detail-container {
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-top: 12px;
}
.msm-menu-group-detail-container.isTV {
  margin-top: 42px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-nav-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.msm-nav-item h3.msm-nav-menu-content-heading {
  display: inline-block;
  margin-right: 12px;
}
.msm-nav-item .msm-menu-groups {
  margin-bottom: 24px;
}
.msm-nav-item .msm-nav-heading-note {
  display: inline-block;
  font-size: 12px;
}
.msm-nav-item .msm-nav-menu-content {
  background-color: #e2efee;
  padding: 16px;
  margin-bottom: 24px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group {
  margin-bottom: 0;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group > .msm-text-input {
  margin-bottom: 12px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .msm-nav-menu-content-title-input {
  max-width: 294px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .h-group {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .h-group .msm-nav-menu-content-list-input > :last-child {
  margin-bottom: 4px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .h-group > div {
  margin-right: 12px;
  max-width: 294px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .h-group > div.msm-nav-menu-content-type-input {
  max-width: 180px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .h-group > div:last-child {
  margin-right: 0;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .msm-nav-menu-content-list-input .item-list-picker {
  margin-bottom: 12px;
}
.msm-nav-item .msm-nav-menu-content .msm-input-error-group .msm-list-preview {
  height: 153px;
}
.msm-nav-item .msm-nav-menu-content .msm-list-preview {
  margin-top: 12px;
}
.msm-nav-item .msm-nav-menu-content .msm-list-preview.no-content {
  margin-bottom: 0;
}
.msm-nav-item .msm-custom-field-form-group {
  margin-bottom: 0;
}
.msm-nav-item .msm-custom-field-form-group > label {
  font-size: 16px;
}
.msm-nav-item .msm-custom-field-form-group .form-group {
  margin-bottom: 0;
  max-width: 294px;
}
.msm-nav-item .msm-nav-featured {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-nav-item .msm-nav-featured label {
  margin-left: 12px;
  margin-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-nav-variant-item-collapsed-inner {
  min-width: 360px;
  border: 1px solid #c8c8c8;
  padding: 16px 28px 16px 12px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 56px;
}
.msm-nav-variant-item-collapsed-inner:hover {
  background: #e2efee;
}
.msm-nav-variant-item-collapsed-inner:hover .msm-nav-variant-item-remove {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #373737;
  border: 1px solid transparent;
}
.msm-nav-variant-item-collapsed-inner:hover .msm-nav-variant-item-remove:hover {
  border: 1px solid #c8c8c8;
  text-decoration: none;
}
.msm-nav-variant-item-collapsed-inner.errored {
  background: #f3dedf;
}
.msm-nav-variant-item-collapsed-inner > ul {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.msm-nav-variant-item-collapsed-inner > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 48px;
}
.msm-nav-variant-item-collapsed-inner.msm-example {
  display: inline-block;
  margin-left: 24px;
  background: #f0f0f0;
  color: #888;
}
.msm-nav-variant-item-collapsed-inner.msm-example h3.msm-example-heading {
  font-style: italic;
  margin-bottom: 16px;
}
.msm-nav-variant-item-collapsed-inner.msm-example:hover {
  background: #f0f0f0;
}
.msm-nav-variant-item-collapsed-inner h3 {
  font-size: 16px;
  font-weight: 700;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-nav-variant .msm-sortable-menu-items > .msm-drag-preview {
  display: block;
  white-space: nowrap;
  max-width: 100%;
}
.msm-nav-variant .msm-sortable-menu-items > .msm-drag-preview > .msm-drag-handle {
  display: inline-block;
  vertical-align: top;
}
.msm-nav-variant .msm-sortable-menu-items > .msm-drag-preview .msm-nav-variant-item {
  display: inline-block;
  vertical-align: top;
}
.msm-nav-variant .msm-sortable-menu-items > .msm-drag-preview .msm-nav-variant-item:not(.collapsed) {
  display: block;
  margin-top: -17px;
}
.msm-nav-variant .msm-sortable-menu-items > .msm-drag-preview .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading {
  margin-left: 32px;
}
.msm-nav-variant .add-menu-item > button,
.msm-nav-variant .add-menu-item > div {
  vertical-align: top;
}
.msm-nav-variant .add-menu-item button {
  display: inline-block;
  height: 36px;
  color: #00756e;
  font-size: 16px;
  border-radius: 4px;
  line-height: 36px;
  margin: 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px dashed #00a79d;
}
.msm-nav-variant .add-menu-item button:hover {
  border-style: solid;
  background-color: #cee9e7;
}
.msm-nav-variant .add-menu-item button:focus {
  outline: 0 !important;
}
.msm-nav-variant .add-menu-item button:before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "msm icons";
  content: "\E90A";
  line-height: 1em;
  color: #00a79d;
  font-size: 18px;
}
.msm-nav-variant .msm-nav-variant-item {
  margin-bottom: 12px;
}
.msm-nav-variant .msm-nav-variant-item h3 {
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
}
.msm-nav-variant .msm-nav-variant-item h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading {
  border: 1px solid #c8c8c8;
  padding: 16px 28px 16px 12px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 360px;
  background: #ffffff;
  position: relative;
  margin-right: 24px;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading:hover {
  background: #e2efee;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading:hover .msm-nav-variant-item-remove {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #373737;
  border: 1px solid transparent;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading:hover .msm-nav-variant-item-remove:hover {
  border: 1px solid #c8c8c8;
  text-decoration: none;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading.errored {
  background: #e10a15;
  color: #ffffff;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-heading.errored .msm-nav-variant-item-remove {
  color: #ffffff;
}
.msm-nav-variant .msm-nav-variant-item:not(.collapsed) .msm-nav-variant-item-body {
  background: #f5f5f5;
  border: 1px solid #c8c8c8;
  width: 100%;
  padding: 48px 24px 24px 32px;
  margin-top: -24px;
}
.msm-nav-variant .msm-nav-variant-item.empty > div > h3 {
  text-align: center;
}
.msm-nav-variant .msm-nav-variant-item.empty .msm-nav-variant-item-collapsed-inner h3 {
  margin-bottom: 0;
}
.msm-nav-variant .msm-nav-variant-item-remove {
  display: none;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-not-available-view {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 100px;
}
.msm-not-available-view h1 {
  color: #c8c8c8 !important;
}
.msm-not-available-view .msm-watermark {
  background-image: url(AXIS_logo_watermark.427697c.png);
  width: 210px;
  height: 210px;
  position: absolute;
  left: 50%;
  margin-top: 24px;
  margin-left: -109px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-user-groups-view {
  padding: 0;
}
.msm-user-groups-view > .new-user-group {
  margin-top: -2px;
}
.msm-user-groups-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.msm-user-groups-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-user-groups-view > .filter-group > .msm-drop-select {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 0;
}
.msm-user-groups-view .msm-data-table-row-menu-btn,
.msm-user-groups-view .msm-data-table-row-menu {
  margin-top: 16px;
}
.msm-user-groups-view .msm-list-status-cell {
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 2px;
  float: left;
}
.msm-user-groups-view .msm-user-group-id {
  margin-top: 6px;
  float: left;
  font-size: 12px;
  color: #888;
}
.msm-user-groups-view .table-container {
  clear: both;
}
.msm-user-groups-view .table-header-bar {
  margin-top: 25px;
  margin-bottom: 10px;
}
.msm-user-groups-view .table-header-bar > * {
  padding-right: 10px;
  display: inline-block;
}
.msm-user-groups-view .public_fixedDataTable_header button[name="type"] .sortArrow.desc {
  background-image: url(arrow_up_xs.306598e.png);
}
.msm-user-groups-view .public_fixedDataTable_header button[name="type"] .sortArrow.asc {
  background-image: url(arrow_down_xs.a0bbe40.png);
}

.msm-user-group-metadata-form {
  margin-bottom: 36px;
}
.msm-user-group-metadata-form .msm-drop-select {
  width: 160px;
}

.msm-new-user-group-view .msm-sidenav-content {
  padding: 36px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-user-group-view .msm-sidenav-content {
  padding: 36px;
}
.msm-user-group-view h1 {
  margin-bottom: 12px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-segmentation-tags-view__content {
  padding-bottom: 50px;
}
.msm-segmentation-tags-view__empty {
  font-style: italic;
  color: #888;
}
.msm-segmentation-tags-view__group-name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
}
.msm-segmentation-tags-view__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msm-segmentation-tags-view__tag {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 2px 2px 10px;
  border-radius: 3.5px;
  margin-bottom: 8px;
  margin-right: 8px;
  background-color: #bbe3e1;
}
.msm-segmentation-tags-view__tag:hover .action-list-btn > button {
  visibility: visible;
}
.msm-segmentation-tags-view__tag--isSystemTag {
  padding-right: 10px;
  background-color: #e6e6e6;
}
.msm-segmentation-tags-view__tag-name {
  color: #373737;
}
.msm-segmentation-tags-view__tag-name:not(.msm-segmentation-tags-view__tag-name--isSystemTag):hover {
  text-decoration: underline;
  color: #373737;
}
.msm-segmentation-tags-view__tag-status {
  margin-left: -8px;
}
.msm-segmentation-tags-view__tag-status--transitioning {
  width: 24px;
  height: 24px;
}
.msm-segmentation-tags-view__tag--archived,
.msm-segmentation-tags-view__tag--archiving-error {
  background: #EBEBEB;
}
.msm-segmentation-tags-view__action {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.msm-segmentation-tags-view__archive-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-segmentation-tags-view__archive-toggle span {
  margin-left: 13px;
}

.msm-new-segmentation-tag-view .msm-sidenav-content {
  padding: 36px;
}

.msm-segmentation-tag-view .msm-sidenav-content {
  padding: 36px;
}
.msm-segmentation-tag-view__operations {
  float: right;
}
.msm-segmentation-tag-view h1 {
  margin-bottom: 12px;
}

.msm-languages-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
h1.msm-languages-view__heading {
  margin-bottom: 0;
}
.msm-languages-view__title-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-languages-view__title-cell .msm-list-status-cell .transitioning {
  margin-top: -5px;
}

.msm-language-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-summary-row + .msm-summary-row {
  margin-top: 8px;
}
.msm-summary-row__wrap {
  border: 1px solid #c8c8c8;
  padding: 14px 12px;
  min-height: 75px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-summary-row__actions {
  margin-left: 8px;
}
.msm-summary-row:hover .msm-summary-row__actions button {
  visibility: visible;
  pointer-events: auto;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-relation-summary__summary {
  color: #373737;
}
.msm-relation-summary__summary:hover,
.msm-relation-summary__summary:focus,
.msm-relation-summary__summary:hover:focus {
  color: #373737;
  text-decoration: none;
  background: #e2efee;
}
.msm-relation-summary__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.msm-relation-summary__name {
  font-size: 14px;
  margin-bottom: 8px;
}
.msm-relation-summary__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-relation-summary__key {
  font-size: 12px;
  color: #888;
}
.msm-relation-summary__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msm-relation-summary__types > * + * {
  margin-left: 8px;
}
.msm-relation-summary__separator {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
}
.msm-relation-summary__separator:before {
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  top: 50%;
  left: 50%;
  font-family: "msm icons";
  content: "\E910";
  line-height: 1em;
  color: #000000;
  text-align: center;
}
.msm-relation-summary .msm-list-status-cell {
  margin-right: 5px;
}
.msm-relation-summary .msm-list-status-cell .transitioning,
.msm-relation-summary .msm-list-status-cell .archiving,
.msm-relation-summary .msm-list-status-cell .deleting,
.msm-relation-summary .msm-list-status-cell .publishing {
  margin-top: -5px;
}

.msm-relations-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
h1.msm-relations-view__heading {
  margin-bottom: 0;
}

.msm-relation-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.msm-sub-types-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
h1.msm-sub-types-view__heading {
  margin-bottom: 0;
}
.msm-sub-types-view__title-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-sub-types-view__title-cell .msm-list-status-cell .transitioning {
  margin-top: -5px;
}
.msm-sub-types-view__badge-cell {
  text-align: center;
}

.msm-sub-type-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.msm-menu-icons-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
h1.msm-menu-icons-view__heading {
  margin-bottom: 0;
}
.msm-menu-icons-view__title-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-menu-icons-view__title-cell .msm-list-status-cell .transitioning {
  margin-top: -5px;
}
.msm-menu-icons-view__badge-cell {
  text-align: center;
}

.msm-menu-icon-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-config-group {
  margin-bottom: 52px;
}
.msm-config-group__group-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
.msm-config-group__col-field {
  width: 423px;
}
.msm-config-group__label,
.msm-config-group .msm-input-error-group,
.msm-config-group table {
  margin-bottom: 0;
}
.msm-config-group__description {
  margin-top: 4px;
  font-size: 12px;
  color: #888;
  line-height: 1;
}
.msm-config-group .msm-text-input-group {
  position: static;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-system .msm-detail-header-system {
  position: static;
  border: none;
  padding: 0;
  height: 100px;
}
.msm-system .msm-detail-header-system h1 {
  color: #00867e;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.msm-system__header-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}
.msm-system__advanced-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
  margin-top: 10px;
  cursor: pointer;
  color: #00867e;
}
.msm-system__advanced-button:hover {
  text-decoration: underline;
}
.msm-system__filters {
  margin-bottom: 29px;
}
.msm-system__custom-properties .msm-input-error-group {
  margin-bottom: 12px;
}

.msm-global-theme-view__header {
  margin-bottom: 24px;
}
.msm-global-theme-view__heading-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.msm-global-theme-view__header .msm-global-theme-view__heading {
  margin: 0;
}
.msm-global-theme-view__bottom-action {
  margin-bottom: 24px;
  margin-left: 24px;
}

.users-view .nav {
  margin-top: 20px;
}
.users-view .nav li a {
  margin-top: 11px;
  padding-top: 12px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.users-view > .new-user {
  margin-top: -2px;
}
.users-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.users-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.login-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-view-row {
  width: auto;
}
.login-view-panel {
  padding: 36px;
  background-color: #f5f5f5;
  width: 500px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.login-view-panel .form-group {
  margin-bottom: 8px;
}
.login-view-panel .form-control {
  font-size: 16px;
  height: 42px;
}
.login-view-panel .form-control::-moz-placeholder {
  line-height: 42px;
}
.login-view-panel .form-control:-ms-input-placeholder {
  line-height: 1.3;
}
.login-view-panel .form-control::-webkit-input-placeholder {
  line-height: 1.3;
}
.login-view-panel .login-settings {
  margin-top: 24px;
  margin-bottom: 24px;
}
.login-view-panel .login-settings .form-group {
  margin-bottom: 0px;
}
.login-view-panel .login-settings > a {
  float: right;
}
.login-view-panel .checkbox {
  margin: 0;
}
.login-view-panel p {
  margin-bottom: 0;
  color: #373737;
}
.login-view-panel .login-view-logo {
  margin-bottom: 36px;
  width: 216px;
  height: 64px;
  background-image: url(AXIS_logo_green_med.6da7c58.png);
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.password-reset-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.password-reset-view-row {
  width: auto;
  padding-bottom: 64px;
}
.password-reset-view-logo {
  margin-bottom: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 111px;
  height: 33px;
  background: url(AXIS_logo_white_32.4dae813.png);
}
.password-reset-view-panel {
  padding: 36px;
  background-color: #ffffff;
  width: 500px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
.password-reset-view-panel .btn {
  margin-right: 16px;
}
.password-reset-view-panel .form-control {
  font-size: 16px;
}
.password-reset-view-panel .h-group {
  margin: 24px 0 0 0;
}
.password-reset-view-panel p {
  margin: 0 0 24px;
}
/** CREATE PASSWORD VIEW */
@font-face {
  font-family: "DeltatreNeuzeit";
  src: url(DeltatreNeuzeit-Regular.8fd5428.woff);
  src: url(DeltatreNeuzeit-Regular.8fd5428.woff) format("woff"), url(DeltatreNeuzeit-Regular.516de82.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DeltatreNeuzeitBold";
  src: url(DeltatreNeuzeit-Bold.23d5dd9.woff);
  src: url(DeltatreNeuzeit-Bold.23d5dd9.woff) format("woff"), url(DeltatreNeuzeit-Bold.db95161.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(OpenSans-Regular.58b1f44.ttf);
  src: url(OpenSans-Regular.58b1f44.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(OpenSans-Bold.ff615c9.ttf);
  src: url(OpenSans-Bold.ff615c9.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.create-password-view {
  --primary-color: #00a79d;
  --primary-dark-color: #00756e;
  --neutral-color: #808080;
  --neutral-dark-color: #2a2a2a;
  --neutral-dark-gray: #1a1a1a;
  --secondary-color: #ffffff;
  --muted-color: #606774;
  --danger-color: #e10a15;
  font-family: "DeltatreNeuzeit", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
}
.create-password-view form {
  width: 360px;
}
.create-password-view h2 {
  margin: 24px 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: var(--neutral-dark-color);
}
.create-password-view label {
  color: var(--neutral-dark-color);
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
}
.create-password-view section {
  width: 100%;
  margin-bottom: 24px;
}
.create-password-view input {
  width: 100%;
  padding: 10px 8px;
  line-height: 19px;
  border-radius: 0px;
  border: 1px solid var(--neutral-dark-color);
  color: var(--neutral-dark-color);
}
.create-password-view input::-webkit-input-placeholder {
  color: var(--neutral-color);
}
.create-password-view input::-moz-placeholder {
  color: var(--neutral-color);
}
.create-password-view input::-ms-input-placeholder {
  color: var(--neutral-color);
}
.create-password-view input::placeholder {
  color: var(--neutral-color);
}
.create-password-view input:focus {
  border-radius: 0px;
  border: 1px solid var(--neutral-color);
  outline: none;
}
.create-password-view .logo {
  display: block;
  color: white;
  width: 191px;
  height: 54px;
  text-align: center;
  margin: 0 auto;
}
.create-password-view .password-input {
  position: relative;
}
.create-password-view .password-toggle-icon {
  position: absolute;
  right: 13px;
  top: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.create-password-view footer {
  text-align: center;
  margin-top: 125px;
}
.create-password-view footer p {
  color: #606774;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.create-password-view .note {
  background-color: var(--primary-bg-color);
  padding: 16px;
  text-align: left;
  background-color: #f5f6f6;
  margin-bottom: 32px;
}
.create-password-view .note p {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 0;
  font-size: 12px;
}
.create-password-view .note ul {
  margin: 0;
  padding-left: 16px;
}
.create-password-view .note li {
  font-family: "Open Sans Bold", sans-serif;
  list-style: initial;
  color: var(--neutral-dark-gray);
  line-height: 17px;
  font-weight: 200;
  font-size: 12px;
}
.create-password-view button {
  position: relative;
  text-transform: uppercase;
  border: none;
  letter-spacing: 3px;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 0px;
  font-weight: 700;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  cursor: pointer;
  -webkit-transition: background-color 0.17s;
  transition: background-color 0.17s;
}
.create-password-view button span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.create-password-view button:hover:enabled {
  background-color: var(--primary-dark-color);
}
.create-password-view button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-password-view .button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 16px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: button-loading-spinner 1s ease infinite;
          animation: button-loading-spinner 1s ease infinite;
}
.create-password-view .error {
  margin-bottom: 24px;
}
.create-password-view .error p {
  color: var(--danger-color);
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-password-view .error p:before {
  content: url(alert-icon.06cfad6.svg);
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
.create-password-view .invite-token-invalid-form {
  text-align: center;
  width: 360px;
}
.create-password-view .invite-token-invalid-form p {
  margin: 24px 0;
  font-size: 24px;
  line-height: 33px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-detail-configuration .msm-config-global .msm-config-global-type {
  margin-bottom: 36px;
}
.msm-detail-configuration .msm-config-global .msm-config-global-type h4 {
  margin-bottom: 24px;
}
.msm-detail-configuration .msm-config-global .msm-config-global-type .msm-config-allowed,
.msm-detail-configuration .msm-config-global .msm-config-global-type .msm-config-default {
  margin-bottom: 18px;
}
.msm-detail-configuration .msm-config-global .msm-config-global-type .msm-config-allowed label,
.msm-detail-configuration .msm-config-global .msm-config-global-type .msm-config-default label {
  margin-bottom: 12px;
}
.msm-detail-configuration .msm-config-restrictions {
  margin-bottom: 48px;
}
.msm-detail-configuration .msm-config-restrictions .msm-config-row-restrictions {
  font-weight: 700;
}
.msm-detail-configuration .msm-config-restrictions .msm-config-row-restrictions em {
  font-weight: 500;
  font-style: normal;
  color: #888;
}

.action-list-btn-fixed-width > .msm-drop-list > .msm-drop-list-options {
  width: 100px;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-component-viewer {
  overflow-x: hidden;
}
.msm-component-viewer > .msm-drop-select {
  width: 200px;
}
.msm-component-page {
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid lightgray;
}
.msm-component-page .msm-component-list > * {
  margin-bottom: 24px;
  margin-right: 10px;
}
.msm-component-page .msm-component-list > h4 {
  margin-bottom: 5px;
}
.msm-component-page .msm-inputs-view .msm-inputs-view-check-select {
  width: 240px;
}
.msm-component-page .msm-inputs-view .msm-editable-text {
  display: inline-block;
  color: #00a79d;
  font-size: 18px;
}
.msm-component-page .msm-inputs-view .msm-inputs-view-drop-list {
  width: 200px;
}
.msm-component-page .msm-inputs-view .msm-inputs-view-drop-list .msm-drop-list {
  margin-top: 8px;
}
.msm-component-page .msm-inputs-view .msm-auto-complete-text-input {
  width: 200px;
}
.msm-component-page .msm-inputs-view .msm-auto-complete-text-input .msm-path-option {
  color: #00a79d;
}
.msm-component-page .msm-component-theme {
  overflow-x: auto;
  background-color: #f5f5f5;
  padding: 4px;
}
.msm-component-page .msm-component-theme table {
  width: 1022px;
}
.msm-component-page .msm-component-theme td {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
  margin: 8px;
  font-size: 12px;
}
.msm-component-page .msm-component-theme td:not(.msm-blank) {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.msm-component-page .msm-component-theme td :first-child {
  background-color: #ffffff;
  padding: 4px;
  margin: 8px;
}
.msm-component-page .msm-component-theme td :nth-child(2) {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
}
.msm-component-page .msm-component-theme td :nth-child(3) {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 4px;
  bottom: 4px;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.msm-component-page .msm-component-theme td.msm-secondary-lighter {
  background-color: #e2efee;
}
.msm-component-page .msm-component-theme td.msm-secondary-light {
  background-color: #cee9e7;
}
.msm-component-page .msm-component-theme td.msm-secondary-highlight {
  background-color: #bbe3e1;
}
.msm-component-page .msm-component-theme td.msm-dark-light {
  background-color: #aaaaaa;
}
.msm-component-page .msm-component-theme td.msm-secondary-dark {
  background-color: #81d1cc;
}
.msm-component-page .msm-component-theme td.msm-secondary {
  background-color: #7bbeba;
}
.msm-component-page .msm-component-theme td.msm-dark-highlight {
  background-color: #888;
}
.msm-component-page .msm-component-theme td.msm-success {
  background-color: #30a038;
}
.msm-component-page .msm-component-theme td.msm-base {
  background-color: #00a79d;
}
.msm-component-page .msm-component-theme td.msm-base-highlight {
  background-color: #33b9b1;
}
.msm-component-page .msm-component-theme td.msm-secondary-highlight-dark {
  background-color: #29948e;
}
.msm-component-page .msm-component-theme td.msm-base-dark {
  background-color: #00756e;
}
.msm-component-page .msm-component-theme td.msm-base-light {
  background-color: #00867e;
}
.msm-component-page .msm-component-theme td.msm-dark {
  background-color: #373737;
}
.msm-component-page .msm-component-theme td.msm-error {
  background-color: #e10a15;
}
.msm-component-page .msm-component-theme td.msm-error .msm-error-light {
  background-color: #f3dedf;
}
.msm-component-page .msm-component-theme td.msm-true-white {
  background-color: #ffffff;
}
.msm-component-page .msm-component-theme td.msm-neutral {
  background-color: #f5f5f5;
}
.msm-component-page .msm-component-theme td.msm-neutral-highlight {
  background-color: #f0f0f0;
}
.msm-component-page .msm-component-theme td.msm-neutral-light {
  background-color: #e6e6e6;
}
.msm-component-page .msm-component-theme td.msm-neutral-dark {
  background-color: #c8c8c8;
}
.msm-component-page .msm-component-theme td.msm-true-black {
  background-color: #000000;
}
.msm-component-page .msm-component-theme td.msm-highlight {
  background-color: #ffffbf;
}
.msm-simple-table-view {
  width: 100%;
}
.msm-simple-table-view .msm-simple-table {
  width: 100%;
}
.msm-simple-table-view .msm-simple-table > table {
  width: 100%;
}
.msm-simple-table-view .msm-simple-table > table .msm-data-table-row-menu-btn {
  margin-top: 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
.msm-dashboard-channels {
  margin-bottom: 44px;
}
.msm-dashboard-channels__heading > a {
  color: #373737;
}
.msm-dashboard-channels__now-next {
  border-top: 2px solid #e6e6e6;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
/**
 * MIXIN METHODS
 */
/**
 * Make a div into a circle
 */
/**
 * Make a div into a hollow circle
 */
/**
 * Apply a circle mask for use with a background-image
 * applied to the inner most span.
 *
 *
 */
/**
 * Apply an image icon centred within the bounds of your element.
 *
 * Note that @iconPath is relative to this file not the file using this mixin.
 */
/**
 * Apply an icon font character centred within the bounds of your element.
 *
 * Note that @iconCharacter should be a character defined within msm-icons.less.
 */
.msm-dashboard__title-container {
  padding: 34px 52px 26px 52px;
  background-color: #cee9e7;
}
.msm-dashboard__title-container--noStats {
  padding-bottom: 36px;
}
.msm-dashboard__title-container h1 {
  color: #888;
  font-size: 39px;
  margin: 0;
  line-height: normal;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1px;
}
.msm-dashboard__recent-lists {
  display: inline-block;
  margin-bottom: 26px;
  border-bottom: 1px solid #e6e6e6;
}
.msm-dashboard__recent-lists-column {
  display: inline-block;
}
.dashboard-view {
  padding: 36px 52px;
}
.dashboard-view h3 {
  margin-bottom: 24px;
}
.dashboard-view h5 {
  font-weight: 500;
  margin-bottom: 8px;
}
.dashboard-view p {
  line-height: 1;
}
.dashboard-view .msm-dashboard-items {
  margin: 0;
}
.dashboard-view .msm-dashboard-item {
  width: 370px;
  height: 64px;
  margin-bottom: 24px;
  margin-right: 24px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-image {
  width: 80px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-image > a {
  display: block;
  width: 64px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-image > a > span {
  border-radius: 50%;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #e6e6e6;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-image > a > span > span {
  border-radius: 50%;
  display: inline-block;
  width: 64px;
  height: 64px;
  background-position: center center;
  background-size: cover;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-details {
  width: 290px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-details > div {
  margin-bottom: 8px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-details .msm-dashboard-item-heading {
  display: inline-block;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-details .msm-dashboard-item-heading-link {
  display: inline-block;
  vertical-align: bottom;
  max-width: 264px;
}
.dashboard-view .msm-dashboard-item .msm-dashboard-item-id {
  line-height: 22px;
}
.dashboard-view .msm-dashboard-item .msm-item-type {
  margin: 0 8px 0 0;
}
.dashboard-view .msm-dashboard-item.lg-screen-display {
  display: none;
}
@media (min-width: 1280px) {
  .dashboard-view .msm-dashboard-item:nth-child(3n) {
    margin-right: 0;
  }
  .dashboard-view .msm-dashboard-item.lg-screen-display {
    display: list-item;
  }
}
.dashboard-view .msm-recently-modified,
.dashboard-view .msm-recently-created,
.dashboard-view .msm-recent-assets {
  padding-bottom: 26px;
  margin-bottom: 26px;
  max-width: 1280px;
  border-bottom: 1px solid #e6e6e6;
}
.dashboard-view .msm-dashboard-recent-list {
  display: inline-block;
  width: 296px;
  margin-bottom: 10px;
  margin-right: 24px;
  vertical-align: top;
}
.dashboard-view .msm-dashboard-recent-list-heading {
  color: #373737;
}
.dashboard-view .msm-dashboard-recent-list-heading:hover {
  cursor: pointer;
}
.dashboard-view .msm-dashboard-recent-list-ul {
  list-style: none;
  padding-left: 0;
}
.dashboard-view .msm-dashboard-list-item {
  font-size: 16px;
  margin-bottom: 16px;
}
.dashboard-view .msm-dashboard-list-item .last-active {
  margin-left: 8px;
  font-size: 12px;
  color: #888888;
  font-style: italic;
}
.dashboard-view .msm-dashboard-list-item-link {
  display: inline-block;
  max-width: 254px;
  vertical-align: bottom;
}
.dashboard-view .msm-dashboard-list-item-link--user {
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-view .msm-dashboard-activity-log {
  margin-bottom: 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.dashboard-view .msm-dashboard-activity-log-ul {
  list-style: none;
  padding-left: 0;
}
.dashboard-view .msm-dashboard-activity-log-li {
  font-size: 14px;
  color: #888888;
  margin-bottom: 16px;
  height: 16px;
  white-space: nowrap;
}
.dashboard-view .msm-dashboard-activity-log-status-success {
  display: inline-block;
  float: left;
}
.dashboard-view .msm-dashboard-activity-log-status-success:before {
  font-family: "msm icons";
  content: "\E90E";
  line-height: 1em;
  font-size: 10px;
  margin-right: 16px;
  color: #30a038;
}
.dashboard-view .msm-dashboard-activity-log-status-error {
  display: inline-block;
  float: left;
}
.dashboard-view .msm-dashboard-activity-log-status-error:before {
  font-family: "msm icons";
  content: "\E906";
  line-height: 1em;
  font-size: 10px;
  margin-right: 16px;
  color: #e10a15;
}
.dashboard-view .msm-dashboard-activity-log-item {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.msm-customer-stats {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msm-customer-stats__group-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.msm-customer-stats__group-container {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-customer-stats__group-container--total {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.msm-customer-stats__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msm-customer-stat {
  margin-right: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msm-customer-stat__title {
  text-transform: uppercase;
  color: #00867e;
  font-size: 19px;
  line-height: 23px;
}
.msm-customer-stat__data {
  font-size: 34px;
  margin-bottom: 0;
  margin-top: auto;
  line-height: 53px;
  font-weight: 300;
}
.msm-customer-stat__data--primary {
  font-size: 48px;
  line-height: 60px;
}

.change-password-view .h-group {
  margin: 24px 0 0 0;
}
.change-password-view .alert-danger {
  margin-top: 24px;
}

.msm-activity-log-status-cell {
  width: 28px;
  height: 22px;
  margin-left: 4px;
  margin-right: 8px;
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
}
.msm-activity-log-status-cell .spinner {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
@-webkit-keyframes spin {
  100% {
    background-position: -380px;
  }
}
@keyframes spin {
  100% {
    background-position: -380px;
  }
}
.msm-activity-log-status-cell.pending {
  background: url(activity_icon_pending.ccbe98e.png) no-repeat 0 0;
}
.msm-activity-log-status-cell.running {
  width: 20px;
  height: 20px;
  background: url(cell-spinner_20x20.1e5c282.png) left center;
  -webkit-animation: spin 0.6s steps(19) infinite;
          animation: spin 0.6s steps(19) infinite;
}
.msm-activity-log-status-cell.completed {
  background: url(activity_icon_success.76465db.png) no-repeat 0 0;
}
.msm-activity-log-status-cell.warning {
  background: url(icon_warning_white.35211b6.png) no-repeat 0 0;
}
.msm-activity-log-status-cell.failed {
  background: url(activity_icon_error.6449f7d.png) no-repeat 0 0;
}

/**
 * COLOURS
 */
/**
	Off white colour is taken from the background of the theme stylesheet
	This colour is used to create the light/variant colours which are
	achieved by applying a percentage mix with this background colour
	@see: https://wiki.massiveinteractive.com/pages/viewpage.action?pageId=4620693
**/
/**
 * TYPE
 */
/**
 * BUTTONS
 */
/**
 * NAV
 */
/**
 * FORMS
 */
/**
 * ITEM BADGES
 */
/**
 * IMAGE TYPE THUMBNAIL SIZES
 */
/**
 * For proper styling the parent will need a min-width set
 * and the element needs to be block or inline-block.
 */
.msm-activity-log-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 19px;
}
.msm-activity-log-view .title {
  margin-bottom: -5px;
}
.msm-activity-log-view .table-container {
  clear: both;
}
.msm-activity-log-view .activity-status-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
.msm-activity-log-view .activity-status-label .msm-activity-log-status-cell {
  display: inline-block;
  vertical-align: middle;
}
.msm-activity-log-view > .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.msm-activity-log-view > .filter-group .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.msm-activity-log-view > .filter-group .msm-drop-select {
  margin-right: 15px;
  margin-bottom: 0;
  width: 160px;
}
.msm-activity-log-view__refresh-button {
  display: inline-block;
  margin: 0 0 2px 16px;
  padding: 2px 2px 2px 3px;
  vertical-align: bottom;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  fill: #00a79d;
  cursor: pointer;
}
.msm-activity-log-view__refresh-button:hover {
  background-color: #f0f0f0;
}
.msm-activity-log-detail .loading-spinner {
  margin-left: auto;
  margin-right: auto;
}
.msm-activity-log-detail h1 {
  margin-bottom: 18px;
}
.msm-activity-log-detail dl {
  float: left;
  margin-bottom: 20px;
}
.msm-activity-log-detail dl > * {
  padding-top: 4px;
  padding-bottom: 4px;
}
.msm-activity-log-detail dl dt {
  clear: left;
  float: left;
  width: 100px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-activity-log-detail dl dd {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msm-activity-log-detail hr {
  clear: both;
  border: none;
  height: 1px;
  background-color: #c8c8c8;
}
.msm-activity-log-detail .no-details {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.msm-activity-log-detail .outcome-section {
  margin-top: 20px;
}
.msm-activity-log-detail .outcome-section .title {
  display: block;
  margin-left: 26px;
}
.msm-activity-log-detail .outcome-section .title::before {
  display: block;
  float: left;
  content: "";
  margin-left: -24px;
  width: 19px;
  height: 19px;
}
.msm-activity-log-detail .outcome-section .title-completed {
  display: block;
  margin-left: 26px;
}
.msm-activity-log-detail .outcome-section .title-completed::before {
  display: block;
  float: left;
  content: "";
  margin-left: -24px;
  width: 19px;
  height: 19px;
}
.msm-activity-log-detail .outcome-section .title-completed::before {
  background: url(activity_icon_success.76465db.png) no-repeat 0 0;
}
.msm-activity-log-detail .outcome-section .title-info {
  display: block;
  margin-left: 26px;
}
.msm-activity-log-detail .outcome-section .title-info::before {
  display: block;
  float: left;
  content: "";
  margin-left: -24px;
  width: 19px;
  height: 19px;
}
.msm-activity-log-detail .outcome-section .title-info::before {
  background: url(icon_information.a419fa8.png) no-repeat 0 0;
  margin-top: 1px;
}
.msm-activity-log-detail .outcome-section .title-warning {
  display: block;
  margin-left: 26px;
}
.msm-activity-log-detail .outcome-section .title-warning::before {
  display: block;
  float: left;
  content: "";
  margin-left: -24px;
  width: 19px;
  height: 19px;
}
.msm-activity-log-detail .outcome-section .title-warning::before {
  background: url(icon_warning_white.35211b6.png) no-repeat 0 0;
}
.msm-activity-log-detail .outcome-section .title-error {
  display: block;
  margin-left: 26px;
}
.msm-activity-log-detail .outcome-section .title-error::before {
  display: block;
  float: left;
  content: "";
  margin-left: -24px;
  width: 19px;
  height: 19px;
}
.msm-activity-log-detail .outcome-section .title-error::before {
  background: url(activity_icon_error.6449f7d.png) no-repeat 0 0;
}
.msm-activity-log-detail .outcome-section ul {
  list-style-position: inside;
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.3;
}
.msm-activity-log-detail .outcome-section ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

