@charset "UTF-8";
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: auto;
  overflow-x: hidden;
}
ul li {
  margin-left: 20px;
}
ol li {
  margin-left: 20px;
}
ol.breadcrumbs-list {
  display: flex;
  align-items: center;
}
ol.breadcrumbs-list li {
  margin-left: 0;
  /* or whatever value you want for breadcrumbs-list */
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
.disabled .clickable,
.disabled label,
.disabled input[type=button],
.disabled input[type=submit],
.disabled button {
  cursor: default;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
html {
  overflow-y: hidden;
}
body {
  background-color: #f1f5f7;
  color: #263944;
}
#app {
  width: calc(100% - 250px);
}
.app-inner {
  position: relative;
}
span.error {
  color: #ff5567;
}
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #263944;
}
.loading.fade-out {
  opacity: 0;
}
.loading.cover-top-bar {
  position: fixed;
  z-index: 50000;
}
.loading .loading-inner {
  margin-top: 25%;
}
.loading .loading-logo {
  margin-bottom: 8px;
}
.loading .loading-logo img {
  height: 50px;
  filter: invert(100%);
}
.loading .loading-anim {
  margin: 0 auto 15px auto;
  text-align: center;
}
.loading .loading-anim > div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 2.66666667px 0 2.66666667px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.8s infinite ease-in-out both;
  animation: sk-bouncedelay 1.8s infinite ease-in-out both;
}
.loading .loading-anim .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .loading-anim .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
button {
  border: none;
  background: none;
  padding: 10px 12px;
}
button:hover,
button:focus {
  outline: none;
}
button.warning-color {
  background: #ffa08d !important;
  color: #fff !important;
}
button.warning-color:hover {
  background: #ff6041 !important;
  color: #fff !important;
}
button.alert-color {
  background: #ff5567 !important;
  color: #fff !important;
}
button.alert-color:hover {
  background: #ff2239 !important;
  color: #fff !important;
}
button.disabled-color {
  background: #454545 !important;
  color: #fff !important;
}
button.disabled-color:hover {
  background: #454545 !important;
  color: #fff !important;
}
button:disabled {
  cursor: auto;
  border-color: #454545 !important;
  background: #454545 !important;
  color: #fff !important;
}
button:disabled:hover {
  background: #454545 !important;
  color: #fff !important;
}
.btn {
  display: inline-block;
  padding: 10px 12px;
  background: none;
  border: 1px solid #000000;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: #000000;
  border: 1px solid #000000;
}
.primary {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.primary i {
  color: #fff;
}
.primary i:hover,
.primary i:focus {
  color: #742727;
}
.primary:hover,
.primary:focus {
  background-color: #742727;
  color: #fff;
  border-color: #742727;
}
.primary-hollow {
  background-color: transparent;
  color: #fff;
  border-color: #808080;
}
.primary-hollow i {
  color: #fff;
}
.primary-hollow i:hover,
.primary-hollow i:focus {
  color: #fff;
  background-color: #742727;
}
.primary-hollow:hover,
.primary-hollow:focus {
  color: #742727;
  background-color: #fff;
  border-color: #fff;
}
a.btn.primary-hollow.scaffold-items-modal-cancel {
  color: #263944;
  background-color: #fff;
  border-color: #263944;
}
a.btn.primary-hollow.scaffold-items-modal-cancel:hover,
a.btn.primary-hollow.scaffold-items-modal-cancel:focus {
  color: #fff;
  background-color: #263944;
  border-color: #263944;
}
button.editor-menu-layer-add-menu.btn.primary-hollow {
  color: #263944;
}
button.editor-menu-layer-add-menu.btn.primary-hollow:hover,
button.editor-menu-layer-add-menu.btn.primary-hollow:focus {
  color: #fff;
  background-color: #263944;
}
a.editor-paste-zone-cancel.paste-cancel.btn.action-secondary {
  color: #263944;
}
a.editor-paste-zone-cancel.paste-cancel.btn.action-secondary:hover,
a.editor-paste-zone-cancel.paste-cancel.btn.action-secondary:focus {
  color: #fff;
  background-color: #263944;
}
button.btn.tertiary.changePassword {
  color: #263944;
  border: 1px solid #263944;
}
button.btn.tertiary.changePassword:hover,
button.btn.tertiary.changePassword:focus {
  color: #fff;
  background-color: #263944;
  border: 1px solid #263944;
}
.field i.fa {
  color: #263944;
}
.field i.fa:hover,
.field i.fa:focus {
  color: #4b7085;
}
.secondary {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.secondary i {
  color: #fff;
}
.secondary i:hover,
.secondary i:focus {
  color: #fff;
}
.secondary:hover,
.secondary:focus {
  background-color: #8f3030;
  color: #fff;
  border-color: #8f3030;
}
.secondary-hollow {
  background-color: transparent;
  color: #9a3434;
  border-color: #9a3434;
}
.secondary-hollow i {
  color: #fff;
}
.secondary-hollow i:hover,
.secondary-hollow i:focus {
  color: #fff;
}
.secondary-hollow:hover,
.secondary-hollow:focus {
  color: #fff;
  background-color: #9a3434;
  border-color: #9a3434;
}
.tertiary {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}
.tertiary i {
  color: #fff;
}
.tertiary i:hover,
.tertiary i:focus {
  color: #fff;
}
.tertiary:hover,
.tertiary:focus {
  background-color: #f2f2f2;
  color: #fff;
  border-color: #f2f2f2;
}
.tertiary-hollow {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.tertiary-hollow i {
  color: #fff;
}
.tertiary-hollow i:hover,
.tertiary-hollow i:focus {
  color: #742727;
}
.tertiary-hollow:hover,
.tertiary-hollow:focus {
  background-color: #742727;
  color: #fff;
  border-color: #742727;
}
.quaternary {
  background-color: #424343;
  color: #fff;
  border-color: #424343;
}
.quaternary i {
  color: #fff;
}
.quaternary i:hover,
.quaternary i:focus {
  color: #fff;
}
.quaternary:hover,
.quaternary:focus {
  background-color: #353636;
  color: #fff;
  border-color: #353636;
}
.quaternary-hollow {
  background-color: transparent;
  color: #424343;
  border-color: #424343;
}
.quaternary-hollow i {
  color: #fff;
}
.quaternary-hollow i:hover,
.quaternary-hollow i:focus {
  color: #fff;
}
.quaternary-hollow:hover,
.quaternary-hollow:focus {
  color: #fff;
  background-color: #424343;
  border-color: #424343;
}
.white-hollow {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.white-hollow:hover,
.white-hollow:focus {
  color: #263944 !important;
  background-color: #fff;
  border-color: #fff;
}
/*
* Action buttons
*/
.action-primary {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.action-primary i {
  color: #fff;
}
.action-primary i:hover,
.action-primary i:focus {
  color: #fff;
}
.action-primary:hover,
.action-primary:focus {
  background-color: #8f3030;
  color: #fff;
  border-color: #8f3030;
}
.action-secondary {
  background-color: transparent;
  color: #fff;
  border-color: #808080;
}
.action-secondary i {
  color: #fff;
}
.action-secondary i:hover,
.action-secondary i:focus {
  color: #fff;
  background-color: #742727;
}
.action-secondary:hover,
.action-secondary:focus {
  color: #742727;
  background-color: #fff;
  border-color: #fff;
}
.warning {
  background-color: #ffa08d;
  color: #fff;
  border-color: #ffa08d;
}
.warning:hover,
.warning:focus {
  background-color: #ff6041;
  color: #fff;
  border-color: #ff6041;
}
.alert {
  background-color: #ff5567;
  color: #fff;
  border-color: #ff5567;
}
.alert:hover,
.alert:focus {
  background-color: #ff2239;
  color: #fff;
  border-color: #ff2239;
}
.btn-social {
  width: 160px;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 56px;
}
.btn-social > :first-child {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 18px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/*///////////
// Colors
/////////*/
/*///////////
// Default adapt variables. (please don't touch!) If you don't like us then comment us out and edit the colors below!
/////////*/
/*///////////
// Editable variables
//
// Changes you make here will pull through the whole of the Authoring Tool.
/////////*/
/*///////////
// Layout colors
/////////*/
/*///////////
// Buttons
/////////*/
/* Contains styling for columns */
.col-row {
  zoom: 1;
  display: flex;
  align-items: center;
  /*Two column layout*/
  /*Three column layout*/
  /*Four column layout*/
  /*Five column layout*/
  /*Six column layout*/
  /*Adjustable widths*/
}
.col-row:before,
.col-row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.col-row:after {
  clear: both;
}
.col-row .col-centered {
  text-align: center;
}
.col-row .col-1-2 {
  float: left;
  width: 0%;
  min-height: 1px;
}
.col-row .col-2-2 {
  float: left;
  width: 50%;
  min-height: 1px;
}
.col-row .col-1-3 {
  float: left;
  width: 0%;
  min-height: 1px;
}
.col-row .col-2-3 {
  float: left;
  width: 33.3%;
  min-height: 1px;
}
.col-row .col-3-3 {
  float: left;
  width: 66.6%;
  min-height: 1px;
}
.col-row .col-1-4,
.col-row .col-2-4,
.col-row .col-3-4,
.col-row .col-4-4 {
  float: left;
  width: 25%;
  min-height: 1px;
}
.col-row .col-1-5,
.col-row .col-2-5,
.col-row .col-3-5,
.col-row .col-4-5,
.col-row .col-5-5 {
  float: left;
  width: 20%;
  min-height: 1px;
}
.col-row .col-1-6 {
  float: left;
  width: 16.6%;
  min-height: 1px;
}
.col-row .col-2-6 {
  float: left;
  width: 33.2%;
  min-height: 1px;
}
.col-row .col-3-6 {
  float: left;
  width: 49.8%;
  min-height: 1px;
}
.col-row .col-4-6 {
  float: left;
  width: 66.4%;
  min-height: 1px;
}
.col-row .col-5-6 {
  float: left;
  width: 83%;
  min-height: 1px;
}
.col-row .col-6-6 {
  float: left;
  width: 99.6%;
  min-height: 1px;
}
.col-row .col-100 {
  float: left;
  width: 100%;
  min-height: 1px;
}
.col-row .col-90 {
  float: left;
  width: 90%;
  min-height: 1px;
}
.col-row .col-80 {
  float: left;
  width: 80%;
  min-height: 1px;
}
.col-row .col-70 {
  float: left;
  width: 70%;
  min-height: 1px;
}
.col-row .col-60 {
  float: left;
  width: 60%;
  min-height: 1px;
}
.col-row .col-50 {
  float: left;
  width: 50%;
  min-height: 1px;
}
.col-row .col-40 {
  float: left;
  width: 40%;
  min-height: 1px;
}
.col-row .col-30 {
  float: left;
  width: 30%;
  min-height: 1px;
}
.col-row .col-20 {
  float: left;
  width: 20%;
  min-height: 1px;
}
.col-row .col-10 {
  float: left;
  width: 10%;
  min-height: 1px;
}
.col-row .col-25 {
  float: left;
  width: 25%;
  min-height: 1px;
}
.col-row .col-75 {
  float: left;
  width: 75%;
  min-height: 1px;
}
.col-row .col-6th {
  float: left;
  width: 16.6%;
  min-height: 1px;
}
.col-row .col-5 {
  float: left;
  width: 5%;
  min-height: 1px;
}
.col-row .col-15 {
  float: left;
  width: 15%;
  min-height: 1px;
}
.sidebar .sidebar-row:has(.sidebar-fieldset-filter-scrolling-container) {
  display: none;
}
.app-inner fieldset[data-key="_scrollingContainer"] {
  display: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
h1 {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
button,
input,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.text-big {
  font-size: 140%;
}
.text-huge {
  font-size: 180%;
}
form label {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea,
select[multiple="multiple"] {
  padding: 11px 10px;
  border-radius: 2px;
  border: solid 1px #ccc;
  font-size: 13px;
  width: 90%;
  /*max-width:700px;*/
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select[multiple="multiple"]:focus {
  outline: none;
  border-color: #666;
  box-shadow: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
select {
  padding: 10px;
  min-width: 100px;
}
input:disabled,
textarea:disabled {
  background-color: #707070;
  color: #f3fcfe;
}
.form-list li {
  margin-bottom: 20px;
  list-style: none;
}
.form-list li input,
.form-list li label {
  margin-bottom: 0px;
  display: inline-block;
}
.form-list li label {
  margin-left: 10px;
}
.field-help {
  margin-bottom: 4px;
  color: #666;
}
.max-fileupload-size {
  margin-top: 1rem;
  display: block;
}
.maxSize {
  margin-top: 10px;
}
.maxSize li {
  list-style: none;
  margin-top: 5px;
}
@media (max-width: 450px), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .sidebar-inner {
    top: 50px !important;
  }
  .expand-sidebar,
  .collapse-sidebar {
    display: flex !important;
  }
  .page-inner {
    padding: 5px !important;
  }
  .form-container > form > div > fieldset {
    padding: 0 !important;
  }
  .field {
    padding: 10px 10px !important;
  }
  .legend legend {
    padding: 25px 0 10px 10px !important;
  }
  .form-container-style > .inner {
    padding: 0 !important;
  }
  .editor-component-list-sidebar {
    width: 100% !important;
  }
  .help-dialog-icon-wrapper {
    display: none !important;
  }
  .help-dialog-content-wrapper {
    width: 100% !important;
  }
  .location-nav {
    flex-wrap: nowrap !important;
  }
  .module-user .login-fields button,
  .module-user .forgot-password-form button {
    margin: 5px !important;
    width: calc(100% - 10px) !important;
  }
  .module-user .login-fields .input-username-email,
  .module-user .forgot-password-form .input-username-email,
  .module-user .login-fields .login-input-password,
  .module-user .forgot-password-form .login-input-password,
  .module-user .login-fields .login-input-username,
  .module-user .forgot-password-form .login-input-username {
    width: calc(100% - 10px) !important;
    margin: 5px !important;
    box-sizing: border-box !important;
    height: 60px !important;
  }
  .module-user .login-remember-me {
    float: none !important;
    margin-left: 5px !important;
    margin-bottom: 15px !important;
  }
  .module-user .login-forgot-password {
    float: none !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .module-user .login-title {
    font-size: 20px !important;
  }
  .module-user.location-login .contentPane-inner,
  .module-user.location-loginMfa .contentPane-inner,
  .module-user.location-forgot .contentPane-inner,
  .module-user.location-reset .contentPane-inner {
    padding: 0 10px !important;
  }
}
@media (max-width: 740px), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .scaffold-items-modal-sidebar {
    width: 100% !important;
  }
}
.display-none {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.no-wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.no-ui {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.no-ui .sidebar,
.no-ui .navigation,
.no-ui .location-title {
  display: none;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-container-style {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
}
.form-container-style > .inner {
  padding: 30px;
}
.form-container-style > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.tb-title {
  background-color: #9cabc4;
  color: #fff;
  text-align: center;
  border-bottom: 1px gray solid;
  padding: 24px 30px!important;
  border-top: 1px solid gray;
}
.tb-row {
  padding: 20px 30px;
  border-bottom: 1px solid #efefef;
}
.tb-row .tb-col-inner {
  padding-right: 10px;
}
:not(.tb-heading).tb-row .tb-col-inner {
  font-weight: 400;
}
.tb-heading {
  padding: 35px 30px;
}
.tb-heading h1,
.tb-heading h2,
.tb-heading h3,
.tb-heading h4,
.tb-heading h5,
.tb-heading h6 {
  color: #263944;
}
div.tagsinput {
  border: 1px solid #CCC;
  background: #fff;
  padding: 5px;
  overflow-y: auto;
  border-radius: 3px;
}
div.tagsinput span.tag {
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #263944;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput span.tag a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
div.tagsinput input {
  width: 80px;
  margin: 0px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #15a4fa;
  font-weight: 700;
  color: #fff;
}
#content_wrapper {
  display: flex;
  width: 100%;
  transition: width 0.5s;
}
.location-login #content_wrapper,
.location-loginMfa #content_wrapper,
.location-forgot #content_wrapper,
.location-reset #content_wrapper,
.location-login #app,
.location-loginMfa #app,
.location-forgot #app,
.location-reset #app,
.location-login .sidebar,
.location-loginMfa .sidebar,
.location-forgot .sidebar,
.location-reset .sidebar,
.location-login .sidebar-inner,
.location-loginMfa .sidebar-inner,
.location-forgot .sidebar-inner,
.location-reset .sidebar-inner,
.location-login .collapse-sidebar,
.location-loginMfa .collapse-sidebar,
.location-forgot .collapse-sidebar,
.location-reset .collapse-sidebar,
.location-login .collapse-sidebar span,
.location-loginMfa .collapse-sidebar span,
.location-forgot .collapse-sidebar span,
.location-reset .collapse-sidebar span {
  transition: none;
}
#app,
.sidebar,
.sidebar-inner,
.collapse-sidebar,
.collapse-sidebar span {
  transition: width 0.5s;
}
.expand-sidebar {
  width: 100%;
  display: none;
  padding: 30px 20px;
  font-size: 25px;
}
.collapse-sidebar {
  width: 100%;
  display: none;
  padding: 25px 0px 30px 30px;
  text-align: left;
  font-size: 15px;
  align-items: center;
}
.collapse-sidebar i {
  font-size: 25px;
  margin-right: 8px;
  padding: 5px;
}
.collapse-sidebar span {
  overflow: hidden;
  white-space: nowrap;
}
.collapse-sidebar:focus-visible > i {
  outline: -webkit-focus-ring-color auto 1px;
}
.collapse-sidebar:focus-visible > span {
  color: #f3dada;
}
.collapse-sidebar:hover > span {
  color: #f3dada;
}
.folded .sidebar {
  width: 60px;
}
.folded #app {
  width: calc(100% - 60px);
}
.folded .collapse-sidebar {
  padding: 25px 0px 30px 20px;
}
.folded .collapse-sidebar span {
  opacity: 0;
}
.folded .expand-sidebar,
.folded .collapse-sidebar {
  display: flex;
}
.actions {
  position: absolute;
  top: 20px;
  right: 270px;
}
.asset-picker-filters {
  padding: 10px;
  background-color: lightblue;
}
.asset-picker-sidebar-filter-button.selected {
  background-color: #F2F2F2;
}
.asset-management-sidebar-filter-image-icon {
  float: left;
}
.asset-management-assets-container {
  float: left;
  overflow-y: auto;
}
.asset-management-assets-container .asset-management-no-assets {
  text-align: center;
  position: relative;
  top: 40%;
}
.asset-management-collection-inner {
  padding-top: 30px;
  padding-left: 30px;
}
.asset-management-preview-container {
  float: right;
  position: fixed;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  background-color: #fff;
}
.asset-management-preview-container-inner {
  padding: 30px 15px;
  color: #9d9d9d;
}
.asset-management-preview-container-inner .asset-preview-title {
  padding-bottom: 10px;
  color: #263944;
  font-weight: 400;
}
.asset-management-preview-container-inner .asset-preview-description,
.asset-management-preview-container-inner .asset-size {
  margin-bottom: 25px;
}
.asset-management-preview-container-inner .asset-tags {
  margin-bottom: 30px;
}
.asset-management-preview-container .asset-management-no-preview {
  position: relative;
  top: 40%;
}
.asset-preview-edit {
  margin-top: 10px;
}
.asset-management-list-item {
  position: relative;
  width: 160px;
  height: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d6f2f9;
  border-radius: 3px;
  transition: all 0.3s;
  box-shadow: 0px 0px 3pt 2pt transparent;
}
.asset-management-list-item:hover {
  box-shadow: 0 0 5px 2px #CBE1E6;
}
.asset-management-list-item.selected {
  background-color: #263944;
  color: #fff;
}
.asset-management-list-item-icon-inner {
  padding: 6px;
}
.asset-management-list-item-image {
  width: 160px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d6f2f9;
  border-left: none;
  border-right: none;
}
.asset-management-list-item-image i {
  color: #d6f2f9;
  padding-top: 35px;
  font-size: 50px;
}
.asset-management-list-item-details {
  word-wrap: break-word;
  overflow: hidden;
  width: 160px;
}
.asset-management-list-item-details-inner {
  padding: 10px;
}
.asset-management-list-item-title {
  height: 40px;
  overflow: hidden;
  font-weight: 400;
}
.asset-management-list-item .asset-management-list-item-deleted {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.asset-management-list-item .asset-management-list-item-deleted i {
  position: relative;
  top: 50%;
  margin-top: -36px;
  color: #ff5567;
  font-size: 72px;
  line-height: 72px;
}
ul.tag-container {
  margin: 4px;
}
li.tag-item {
  margin: 1px 0px 1px 0px;
  display: inline-block;
}
li.tag-item span.tag-value {
  margin: 5px;
  color: #fff;
  padding: 3px;
  background-color: #263944;
}
.asset-preview-details-preview {
  margin-bottom: 20px;
}
.asset-preview-details-preview i {
  font-size: 56px;
}
.asset-preview-details-preview .fa-file-audio-o {
  margin-bottom: 20px;
}
.asset-preview-title {
  word-wrap: break-word;
}
.asset-management-modal-filters {
  float: left;
  width: 50%;
  display: inline-block;
  text-align: left;
}
.asset-management-modal-filters input {
  border-radius: 0px;
  width: 200px;
  border: none;
  border-radius: 3px;
  background: #627178;
  color: #fff;
}
.modal .asset-management-modal-filters button {
  margin-left: -4px;
  color: #9cabc4;
  transition: color 0.3s;
}
.modal .asset-management-modal-filters button:hover {
  color: #fff;
}
.asset-hidden {
  background: #46bebd;
  color: #ffffff;
  display: inline-block;
  padding: 2.5px 10px;
  margin-bottom: 5px;
}
.asset-creator {
  margin-bottom: 5px;
}
.modal-popup .asset-preview-edit {
  display: none;
}
.asset-management-modal-new-asset {
  position: fixed;
  top: 40px;
  left: 0px;
  z-index: 5;
  background-color: #fff;
  box-shadow: 1px 2px 4px 0px #666;
}
.asset-management-modal-new-asset-inner {
  padding: 30px;
}
.asset-management-modal-new-asset .hide-asset-help {
  width: 100%;
}
.asset-management-modal-new-asset-close {
  position: absolute;
  top: 0px;
  right: 0;
  color: #263944;
}
.asset-management-modal-new-asset-close:hover {
  color: #1d2b34;
}
.maxSize ul li {
  margin: 0;
}
.asset-management-modal-tags.sidebar-filter {
  top: 60px;
  z-index: 5;
}
.asset-management-modal-new-asset-inner .reg-form {
  padding: 0;
  padding-bottom: 20px;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-input {
  box-sizing: inherit;
  width: 90%;
  padding: 11px 10px;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-input .item,
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-input .item.active,
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-input .option,
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-input .option.active {
  background-color: #9a3434;
  background-image: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  padding: 4px 7px;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-dropdown .option {
  padding: 4px 7px;
  cursor: pointer;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-dropdown .option[data-disabled="true"] {
  cursor: not-allowed;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-dropdown .create {
  padding: 4px 7px;
  cursor: pointer;
}
.asset-management-modal-new-asset-inner .form-group.tags .selectize-control .selectize-dropdown .create[data-disabled="true"] {
  cursor: not-allowed;
}
.asset-management-new-asset {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
}
.asset-management-new-asset > .inner {
  padding: 30px;
}
.asset-management-new-asset > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.asset-management-new-asset .progress-container {
  position: relative;
  visibility: hidden;
  width: 76px;
  height: 10px;
  background-color: #fff;
  border: 1px solid black;
  overflow: hidden;
  border-radius: 8px;
  margin: 10px 0;
}
.asset-management-new-asset .progress-container .progress-bar {
  width: 0%;
  background-color: #263944;
  height: 100%;
}
.asset-management-new-asset .progress-container .progress-bar .progress-percent {
  display: none;
}
.asset-management-new-asset .reg-form {
  padding: 0;
}
.colorlabel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  background: #fff;
  border: solid 1px silver;
  box-shadow: 0 0 4px silver;
}
.colorlabel .colorlabel-inner {
  padding: 20px;
}
.colorlabel .colorlabel-inner .colorlabel-header .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 4px;
}
.colorlabel .colorlabel-inner .colorlabel-header .intro {
  padding: 20px 4px;
}
.colorlabel .colors .colors-inner {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.colorlabel .colors .colors-inner .color-item {
  font-size: 0;
  border: solid 4px #fff;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-1"] {
  background-color: #616161;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-2"] {
  background-color: #BDBDBD;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-3"] {
  background-color: #D32F2F;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-4"] {
  background-color: #EF9A9A;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-5"] {
  background-color: #7B1FA2;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-6"] {
  background-color: #CE93D8;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-7"] {
  background-color: #1976D2;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-8"] {
  background-color: #90CAF9;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-9"] {
  background-color: #388E3C;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-10"] {
  background-color: #A5D6A7;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-11"] {
  background-color: #F57C00;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-12"] {
  background-color: #FFCC80;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-13"] {
  background-color: #5D4037;
}
.colorlabel .colors .colors-inner .color-item[data-colorlabel="colorlabel-14"] {
  background-color: #BCAAA4;
}
.colorlabel .colors .colors-inner .color-item.selected {
  border-color: #808080;
  border-radius: 8px;
}
.colorlabel .footer {
  text-align: center;
}
.colorlabel .footer .warning {
  margin-right: 40px;
}
.contentPane {
  position: relative;
  overflow-y: auto;
}
.context-menu {
  position: absolute;
  background-color: #263944;
  color: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.15);
  z-index: 100;
  /*.context-menu-pin {
        position:absolute;
        top:0px;
        left:-8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right:8px solid darken(@context-menu-color, 10%);
    }*/
}
.context-menu .context-menu-item {
  /*border-left:4px solid darken(@context-menu-color, 10%);*/
  min-width: 130px;
}
.context-menu .context-menu-item .context-menu-item-open {
  display: block;
  padding: 12px;
  width: 225px;
  text-align: start;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #385465;
  transition: all 0.3s;
}
.context-menu .context-menu-item .context-menu-item-open:hover {
  color: #fff;
  background-color: #385465;
}
a.open-context-icon {
  color: #fff;
}
.context-menu-item-title-inner {
  font-size: 90%;
}
.editing-overlay-component-select-body {
  border-bottom: 1px solid #b7caed;
  background-color: #f3f3f3;
}
.editing-overlay-component-select-body-inner {
  padding: 30px;
}
.editing-overlay-component-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #b7caed;
}
.editing-overlay-component-option {
  position: relative;
  z-index: 10;
  border: none;
  display: block;
  width: 100%;
  padding: 0px;
  text-align: left;
  background-color: #e8e8e8;
  transition: background-color 0.2s;
}
.editing-overlay-component-option:hover {
  background-color: #aaa;
}
.editing-overlay-component-option.selected {
  background-color: #999;
}
.editing-overlay-component-option-inner {
  padding: 10px 30px;
}
.editing-overlay-component-layout {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  height: 100%;
}
.editing-overlay-component-layout-option {
  border: none;
  border-right: 1px solid #ccc;
  padding: 0px 10px;
  float: left;
  background-color: #fff;
  color: #3e4960;
  transition: background-color 0.2s;
}
.editing-overlay-component-layout-option:hover {
  background-color: #444;
}
.editing-overlay-component-layout-option.selected {
  background-color: #111;
}
.editing-overlay-panel-collapsed {
  display: none;
}
.editing-overlay-panel-title {
  display: block;
  background-color: #fff;
  color: #3e4960;
  border-bottom: 1px solid #454545;
}
.editing-overlay-panel-title-inner {
  padding: 30px;
}
.editing-overlay-panel-content {
  border-bottom: 1px solid #454545;
}
.editing-overlay-panel-content-inner {
  padding: 30px;
}
.editor-menu-inner {
  height: 100%;
}
.editor-menu-item {
  background-color: #fff;
  transition: box-shadow 0.3s;
  box-shadow: 0px 0px 1px 1px #9fbaca;
  border-radius: 3px;
}
.editor-menu-item:hover {
  box-shadow: 0px 0px 3px 3px #e0e0e0;
  cursor: pointer;
}
.editor-menu-item:hover .project-settings {
  top: 0%;
  opacity: 1;
}
.editor-menu-item.expanded .editor-menu-item-inner {
  color: #fff;
  background-color: #263944;
  transition: background-color 0s;
  border: 1px solid #263944;
}
.editor-menu-item.expanded.content-type-menu .editor-menu-item-pin {
  border-left: 10px solid #263944;
}
.editor-menu-item.expanded .editor-menu-item-settings a {
  color: #fff;
  transition: all 0.3s;
}
.editor-menu-item.expanded .editor-menu-item-settings a:hover {
  color: #e6e6e6;
}
.editor-menu-item.selected .editor-menu-item-inner {
  color: #fff;
  background-color: #263944;
  border: 1px solid #263944;
}
.editor-menu-item.selected.content-type-menu .editor-menu-item-pin {
  border-left: 10px solid #263944;
}
.editor-menu-item.selected .editor-menu-item-settings a {
  color: #fff;
  transition: all 0.3s;
}
.editor-menu-item.selected .editor-menu-item-settings a:hover {
  color: #e6e6e6;
}
.editor-menu-layer-actions .primary-hollow i {
  color: #263944;
}
.editor-menu-layer-actions .primary-hollow:hover i,
.editor-menu-layer-actions .primary-hollow:active i,
.editor-menu-layer-actions .primary-hollow:focus i {
  color: #fff;
}
.context-menu-content-container .open-context-icon {
  color: #424343;
}
.editor-menu-item {
  position: relative;
  display: block;
  margin: 20px;
}
.editor-menu-item.ui-sortable-helper {
  opacity: 0.8;
  transform: scale(0.95) rotate(1deg);
}
.editor-menu-item-inner {
  overflow: visible;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.editor-menu-item-inner:hover .editor-menu-item-settings {
  top: 0;
  opacity: 1;
}
.editor-menu-item-icon {
  float: left;
  font-size: 24px;
  margin-right: 10px;
  color: #999;
}
.editor-menu-item.expanded {
  transition: background-color 0s;
}
.editor-menu-item.expanded.content-type-menu .editor-menu-item-pin {
  display: block;
}
.editor-menu-item.expanded .editor-menu-item-icon.menu i:before {
  content: "\f115";
}
.editor-menu-item.expanded .editor-menu-item-icon {
  color: #fff;
}
.editor-menu-item.selected {
  transition: background-color 0s;
}
.editor-menu-item.selected .editor-menu-item-settings {
  top: 0;
  opacity: 1;
}
.editor-menu-item.selected.content-type-menu .editor-menu-item-pin {
  display: block;
}
.editor-menu-item.selected .editor-menu-item-icon,
.editor-menu-item.selected .editor-menu-item-settings button {
  color: #fff;
}
.editor-menu-item .handle {
  cursor: move;
}
.editor-menu-item .editor-menu-item-content {
  display: flex;
  align-items: center;
  padding: 0 10px 15px 10px;
}
.editor-menu-item-settings {
  font-size: 16px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.editor-menu-item-settings-inner {
  display: flex;
  padding: 5px 10px;
}
.editor-menu-item-settings-inner button {
  padding: 5px 10px;
  font-size: 15px;
}
.editor-menu-item-settings .editor-delete-contentobject-element {
  margin-left: auto;
  color: #424343;
}
.editor-menu-item-pin {
  display: none;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.editor-menu-layer {
  height: 100%;
  width: 300px;
  float: left;
  border-right: 1px solid #9fbaca;
  overflow: hidden;
}
.editor-menu-layer.selected {
  background-color: #F1F9FC;
}
.editor-menu-layer-inner {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.editor-menu-layer-inner .sortable-placeholder {
  background: #7fa3b7;
  border: 1px dashed #416275;
  border-radius: 3px;
  margin: 20px;
}
.editor-menu-layer-controls {
  position: relative;
  padding: 20px;
  height: 40px;
}
.editor-menu-layer-controls .editor-menu-layer-actions.paste-zone {
  width: 100%;
  position: absolute;
  top: -67px;
  z-index: 99;
  margin: 0px;
  padding: 0;
  border: none;
  background: none;
  transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.editor-menu-layer-controls .editor-menu-layer-actions.paste-zone.show {
  top: 20px;
}
.editor-menu-layer-controls button {
  width: 128px;
  padding: 10px 0px;
}
.editor-menu-layer-controls button i {
  margin-right: 8px;
}
.editor-menu-layer-controls button .fa-folder {
  margin-right: 3px;
}
.editor-menu-item-title h3 {
  font-size: 14px;
  font-weight: 400;
}
.page .paste-zone-inner {
  text-align: center;
}
.page .paste-zone .btn {
  padding: 12px 60px;
  margin: 0 10px;
}
.page .page-components .paste-zone a {
  padding: 7px 35px;
}
.editing-overlay-component-option {
  background-color: #e8e8e8;
  transition: background-color 0.2s;
}
.editing-overlay-component-option:hover {
  background-color: #cfcfcf;
}
.editing-overlay-component-option.selected {
  background-color: #b5b5b5;
}
.editing-overlay-component-layout-option {
  border: none;
  border-right: 1px solid #b7caed;
  padding: 0px 10px;
  float: left;
  background-color: #fff;
  color: #3e4960;
  transition: all 0.2s;
}
.editing-overlay-component-layout-option:hover {
  color: #fff;
}
.editing-overlay-component-layout-option.selected {
  color: #fff;
  background-color: #9a3434;
}
.article.hovering,
.block.hovering,
.component.hovering {
  box-shadow: 0px 0px 5px 2px #CBE1E6;
  position: relative;
}
.block .add-control {
  padding: 0 5px 5px 5px;
}
.add-control .add-article,
.add-control .add-block,
.add-control .add-component {
  font-size: 16px;
  width: 100%;
  padding: 0;
  line-height: 50px;
  text-align: center;
  color: #263944;
  border: 1px dashed #263944;
  transition: all 0s;
}
.add-control .add-article.add-article,
.add-control .add-block.add-article,
.add-control .add-component.add-article {
  background-color: #F6FBFE;
  margin-bottom: 50px;
}
.add-control .add-article.add-block,
.add-control .add-block.add-block,
.add-control .add-component.add-block {
  background-color: #EAF8FB;
  width: 96%;
  margin: 0 2% 20px;
}
.add-control .add-article.add-component,
.add-control .add-block.add-component,
.add-control .add-component.add-component {
  background-color: #D6F3F9;
}
.add-control .add-article.add-component.left,
.add-control .add-block.add-component.left,
.add-control .add-component.add-component.left,
.add-control .add-article.add-component.right,
.add-control .add-block.add-component.right,
.add-control .add-component.add-component.right {
  width: 48%;
  position: relative;
  top: -100px;
  float: left;
}
.add-control .add-article.add-component.right,
.add-control .add-block.add-component.right,
.add-control .add-component.add-component.right {
  float: right;
}
.add-control .add-article:hover,
.add-control .add-block:hover,
.add-control .add-component:hover,
.add-control .add-article:focus,
.add-control .add-block:focus,
.add-control .add-component:focus {
  padding: 0;
  line-height: 50px;
  text-align: center;
  color: #263944;
  border: 1px solid #263944;
}
.page-edit-button {
  font-size: 16px;
  text-decoration: none;
  color: #9a3434;
  transition: all 0.3s;
}
.page-edit-button:hover {
  color: #872e2e;
}
.page-inner {
  padding: 30px 50px;
}
.page-detail {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #D2E4E6;
  border-radius: 3px;
  cursor: pointer;
  padding: 20px;
}
.page-detail:hover {
  box-shadow: 0px 0px 5px 2px #CBE1E6;
}
.page-detail .page-edit-button {
  padding: 0;
  padding-right: 15px;
}
.page-detail .page-body {
  padding-top: 10px;
}
.page-detail .page-body:empty {
  padding-top: 0;
}
.editor-inner > .page .title {
  font-size: 16px;
  font-weight: 400;
}
.editor-inner > .page .description {
  font-size: 16px;
}
.editor-inner > .page .page-edit-panel {
  position: absolute;
  right: 0;
  top: 0;
}
.editor-inner > .page .page-articles {
  margin: 20px 0px;
}
.article {
  position: relative;
  border-radius: 3px;
  background-color: #F6FBFE;
  border: 1px solid #CEE4E2;
  margin-bottom: 20px;
  cursor: pointer;
}
.article-inner .article-body {
  margin: 0 2%;
  padding-bottom: 15px;
}
.article-inner .article-body:empty {
  padding-bottom: 0;
}
.article-edit-panel {
  position: absolute;
  right: 0;
  top: 0;
}
.article-detail {
  padding: 10px 0;
}
.article-blocks {
  padding: 0 2%;
}
.article.collapsed-view .editor-collapse-article .fa::before {
  content: "\f067";
}
.block {
  background-color: #EAF8FB;
  border: 1px solid #D3E2E5;
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  border-radius: 3px;
}
.block-inner {
  padding: 15px;
  padding-top: 5px;
}
.block-inner .block-body {
  padding-bottom: 10px;
}
.block-inner .block-body:empty {
  padding-bottom: 0;
}
.block-inner .block-detail {
  padding: 0 30px;
}
.block-inner .page-components {
  padding: 5px;
}
.block-edit-panel {
  position: absolute;
  right: 0;
  top: 0;
}
.expanded-context-menu {
  z-index: 15;
}
.component {
  overflow: visible;
  position: relative;
  min-height: 90px;
  background-color: #D6F3F9;
  border-radius: 3px;
  border: 1px solid #31B8CC;
}
.component .editor-item-settings {
  top: 0 !important;
  left: 0 !important;
}
.component .editor-item-settings [class$="-delete"],
.component .editor-item-settings [class*="-delete "] {
  right: 10px !important;
}
.component .editor-item-settings-inner {
  padding: 0;
}
.component-inner {
  padding: 10px 20px 20px 20px;
}
.component-inner .component-type {
  color: #263944;
  margin-bottom: 5px;
}
.component-title,
.component-type {
  font-size: 14px;
  font-weight: 400;
}
.component-left {
  position: relative;
  width: 48%;
  float: left;
}
.component-right {
  position: relative;
  width: 48%;
  float: right;
}
.editor-component-list {
  position: fixed;
  top: 0px;
  right: -100vw;
  height: 100%;
  z-index: 500;
}
.editor-component-list .click-capture {
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.editor-component-list-sidebar {
  z-index: 5;
  float: right;
  width: 440px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px #454545;
}
.editor-component-list-sidebar-exit {
  float: right;
  margin: 3px 10px;
  font-size: 150%;
  color: #263944;
}
.editor-component-list-sidebar-exit:hover {
  cursor: pointer;
}
.editor-component-list-sidebar-header {
  border-bottom: 1px solid #CCCCCC;
}
.editor-component-list-sidebar-title-inner {
  padding: 20px 20px 0px;
}
.editor-component-list-sidebar-body-inner {
  padding-left: 20px;
}
.editor-component-list-sidebar-search-icon {
  position: relative;
  left: 380px;
  top: 33px;
  font-size: 130%;
  color: #263944;
}
.editor-component-list-sidebar-search-field input {
  margin: 0 0 25px 20px;
  border-radius: 0;
  background-color: #fff;
}
.editor-component-list-sidebar-list {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.editor-component-list-sidebar-filter-half {
  float: left;
  width: 50%;
  padding: 18px 0px;
  text-align: center;
}
.editor-component-list-sidebar-filter-full {
  float: left;
  width: 50%;
  padding: 18px 0px;
  text-align: center;
}
.editor-component-list-sidebar-filter-single {
  width: 100%;
  padding: 18px 0px;
  background-color: #333c4e;
  color: #fff;
  text-align: center;
}
.editor-component-list-sidebar-filter button {
  background-color: #333c4e;
  color: #9cabc4;
  transition: all 0.3s;
}
.editor-component-list-sidebar-filter button:hover {
  background-color: #293141;
  color: #fff;
}
.editor-component-list-sidebar-filter button.selected {
  background-color: #15a4fa;
  color: #fff;
}
.editor-component-list .editor-component-list-item-icon {
  filter: saturate(0.2);
}
.editor-component-list-item {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
  cursor: pointer;
}
.editor-component-list-item.restricted {
  color: lightgray;
}
.editor-component-list-item.selected {
  background-color: #e1e9ee;
}
.editor-component-list-item.selected:hover {
  background-color: #e1e9ee;
}
.editor-component-list-item.selected.restricted {
  color: black;
}
.editor-component-list-item-details {
  padding-left: 75px;
}
.editor-component-list-item:hover {
  background-color: #f3fcfe;
}
.editor-component-list-item-inner {
  padding: 20px;
  min-height: 44px;
}
.editor-component-list-item-display-name {
  font-weight: 700;
}
.editor-component-list-item-version,
.editor-component-list-item-name {
  margin-top: 6px;
  font-size: 11px;
}
.editor-component-list-item-overlay {
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-component-list-item-overlay-inner {
  text-align: center;
  padding-bottom: 10px;
}
.editor-component-list-item-overlay-left {
  float: left;
}
.editor-component-list-item-overlay-right {
  float: right;
}
.editor-component-list-item-overlay-button {
  width: 20%;
}
.editor-component-list-item-overlay-button-inner {
  display: block;
  padding: 16px;
  border-right: 1px solid #454545;
}
.editor-component-list-item-icon {
  width: 55px;
  height: 40px;
  float: left;
  margin: 5px 20px 0 0;
  background-repeat: no-repeat;
  background-image: url("assets/icon-default.png");
}
.editor-component-list-item-icon.adapt-contrib-assessmentResults {
  background-image: url("assets/icon-assessment.png");
}
.editor-component-list-item-icon.adapt-contrib-blank {
  background-image: url("assets/icon-blank.png");
}
.editor-component-list-item-icon.adapt-contrib-accordion {
  background-image: url("assets/icon-accordion.png");
}
.editor-component-list-item-icon.adapt-contrib-graphic {
  background-image: url("assets/icon-graphic.png");
}
.editor-component-list-item-icon.adapt-contrib-gmcq {
  background-image: url("assets/icon-gmcq.png");
}
.editor-component-list-item-icon.adapt-contrib-hotgraphic {
  background-image: url("assets/icon-hot-graphic.png");
}
.editor-component-list-item-icon.adapt-contrib-matching {
  background-image: url("assets/icon-matching.png");
}
.editor-component-list-item-icon.adapt-contrib-media {
  background-image: url("assets/icon-media.png");
}
.editor-component-list-item-icon.adapt-contrib-mcq {
  background-image: url("assets/icon-mcq.png");
}
.editor-component-list-item-icon.adapt-contrib-narrative {
  background-image: url("assets/icon-narrative.png");
}
.editor-component-list-item-icon.adapt-contrib-slider {
  background-image: url("assets/icon-slider.png");
}
.editor-component-list-item-icon.adapt-contrib-text {
  background-image: url("assets/icon-text.png");
}
.editor-component-list-item-icon.adapt-contrib-textInput {
  background-image: url("assets/icon-text.png");
}
.extension-checkbox-column {
  vertical-align: middle;
  text-align: center;
}
.extension-management {
  background-color: #fff;
  border: 1px solid #d6f2f9;
  margin: 20px;
  font: 'Raleway', sans-serif;
}
.extension-management .tb-title {
  background-color: transparent;
  font-size: 110%;
  color: inherit;
  text-align: left;
  padding-top: 40px !important;
  padding-left: 20px !important;
  border: none;
}
.editor-menu [data-colorlabel="colorlabel-1"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-1"].article,
.editor-view [data-colorlabel="colorlabel-1"].block,
.editor-view [data-colorlabel="colorlabel-1"].component,
.editor-view [data-colorlabel="colorlabel-1"].page .page-detail {
  box-shadow: -4px 0 0 #616161;
}
.editor-menu [data-colorlabel="colorlabel-1"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-1"].article.hovering,
.editor-view [data-colorlabel="colorlabel-1"].block.hovering,
.editor-view [data-colorlabel="colorlabel-1"].component.hovering,
.editor-view [data-colorlabel="colorlabel-1"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #616161, 0px 0 4px #616161;
}
.editor-menu [data-colorlabel="colorlabel-2"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-2"].article,
.editor-view [data-colorlabel="colorlabel-2"].block,
.editor-view [data-colorlabel="colorlabel-2"].component,
.editor-view [data-colorlabel="colorlabel-2"].page .page-detail {
  box-shadow: -4px 0 0 #BDBDBD;
}
.editor-menu [data-colorlabel="colorlabel-2"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-2"].article.hovering,
.editor-view [data-colorlabel="colorlabel-2"].block.hovering,
.editor-view [data-colorlabel="colorlabel-2"].component.hovering,
.editor-view [data-colorlabel="colorlabel-2"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #BDBDBD, 0px 0 4px #BDBDBD;
}
.editor-menu [data-colorlabel="colorlabel-3"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-3"].article,
.editor-view [data-colorlabel="colorlabel-3"].block,
.editor-view [data-colorlabel="colorlabel-3"].component,
.editor-view [data-colorlabel="colorlabel-3"].page .page-detail {
  box-shadow: -4px 0 0 #D32F2F;
}
.editor-menu [data-colorlabel="colorlabel-3"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-3"].article.hovering,
.editor-view [data-colorlabel="colorlabel-3"].block.hovering,
.editor-view [data-colorlabel="colorlabel-3"].component.hovering,
.editor-view [data-colorlabel="colorlabel-3"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #D32F2F, 0px 0 4px #D32F2F;
}
.editor-menu [data-colorlabel="colorlabel-4"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-4"].article,
.editor-view [data-colorlabel="colorlabel-4"].block,
.editor-view [data-colorlabel="colorlabel-4"].component,
.editor-view [data-colorlabel="colorlabel-4"].page .page-detail {
  box-shadow: -4px 0 0 #EF9A9A;
}
.editor-menu [data-colorlabel="colorlabel-4"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-4"].article.hovering,
.editor-view [data-colorlabel="colorlabel-4"].block.hovering,
.editor-view [data-colorlabel="colorlabel-4"].component.hovering,
.editor-view [data-colorlabel="colorlabel-4"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #EF9A9A, 0px 0 4px #EF9A9A;
}
.editor-menu [data-colorlabel="colorlabel-5"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-5"].article,
.editor-view [data-colorlabel="colorlabel-5"].block,
.editor-view [data-colorlabel="colorlabel-5"].component,
.editor-view [data-colorlabel="colorlabel-5"].page .page-detail {
  box-shadow: -4px 0 0 #7B1FA2;
}
.editor-menu [data-colorlabel="colorlabel-5"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-5"].article.hovering,
.editor-view [data-colorlabel="colorlabel-5"].block.hovering,
.editor-view [data-colorlabel="colorlabel-5"].component.hovering,
.editor-view [data-colorlabel="colorlabel-5"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #7B1FA2, 0px 0 4px #7B1FA2;
}
.editor-menu [data-colorlabel="colorlabel-6"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-6"].article,
.editor-view [data-colorlabel="colorlabel-6"].block,
.editor-view [data-colorlabel="colorlabel-6"].component,
.editor-view [data-colorlabel="colorlabel-6"].page .page-detail {
  box-shadow: -4px 0 0 #CE93D8;
}
.editor-menu [data-colorlabel="colorlabel-6"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-6"].article.hovering,
.editor-view [data-colorlabel="colorlabel-6"].block.hovering,
.editor-view [data-colorlabel="colorlabel-6"].component.hovering,
.editor-view [data-colorlabel="colorlabel-6"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #CE93D8, 0px 0 4px #CE93D8;
}
.editor-menu [data-colorlabel="colorlabel-7"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-7"].article,
.editor-view [data-colorlabel="colorlabel-7"].block,
.editor-view [data-colorlabel="colorlabel-7"].component,
.editor-view [data-colorlabel="colorlabel-7"].page .page-detail {
  box-shadow: -4px 0 0 #1976D2;
}
.editor-menu [data-colorlabel="colorlabel-7"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-7"].article.hovering,
.editor-view [data-colorlabel="colorlabel-7"].block.hovering,
.editor-view [data-colorlabel="colorlabel-7"].component.hovering,
.editor-view [data-colorlabel="colorlabel-7"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #1976D2, 0px 0 4px #1976D2;
}
.editor-menu [data-colorlabel="colorlabel-8"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-8"].article,
.editor-view [data-colorlabel="colorlabel-8"].block,
.editor-view [data-colorlabel="colorlabel-8"].component,
.editor-view [data-colorlabel="colorlabel-8"].page .page-detail {
  box-shadow: -4px 0 0 #90CAF9;
}
.editor-menu [data-colorlabel="colorlabel-8"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-8"].article.hovering,
.editor-view [data-colorlabel="colorlabel-8"].block.hovering,
.editor-view [data-colorlabel="colorlabel-8"].component.hovering,
.editor-view [data-colorlabel="colorlabel-8"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #90CAF9, 0px 0 4px #90CAF9;
}
.editor-menu [data-colorlabel="colorlabel-9"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-9"].article,
.editor-view [data-colorlabel="colorlabel-9"].block,
.editor-view [data-colorlabel="colorlabel-9"].component,
.editor-view [data-colorlabel="colorlabel-9"].page .page-detail {
  box-shadow: -4px 0 0 #388E3C;
}
.editor-menu [data-colorlabel="colorlabel-9"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-9"].article.hovering,
.editor-view [data-colorlabel="colorlabel-9"].block.hovering,
.editor-view [data-colorlabel="colorlabel-9"].component.hovering,
.editor-view [data-colorlabel="colorlabel-9"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #388E3C, 0px 0 4px #388E3C;
}
.editor-menu [data-colorlabel="colorlabel-10"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-10"].article,
.editor-view [data-colorlabel="colorlabel-10"].block,
.editor-view [data-colorlabel="colorlabel-10"].component,
.editor-view [data-colorlabel="colorlabel-10"].page .page-detail {
  box-shadow: -4px 0 0 #A5D6A7;
}
.editor-menu [data-colorlabel="colorlabel-10"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-10"].article.hovering,
.editor-view [data-colorlabel="colorlabel-10"].block.hovering,
.editor-view [data-colorlabel="colorlabel-10"].component.hovering,
.editor-view [data-colorlabel="colorlabel-10"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #A5D6A7, 0px 0 4px #A5D6A7;
}
.editor-menu [data-colorlabel="colorlabel-11"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-11"].article,
.editor-view [data-colorlabel="colorlabel-11"].block,
.editor-view [data-colorlabel="colorlabel-11"].component,
.editor-view [data-colorlabel="colorlabel-11"].page .page-detail {
  box-shadow: -4px 0 0 #F57C00;
}
.editor-menu [data-colorlabel="colorlabel-11"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-11"].article.hovering,
.editor-view [data-colorlabel="colorlabel-11"].block.hovering,
.editor-view [data-colorlabel="colorlabel-11"].component.hovering,
.editor-view [data-colorlabel="colorlabel-11"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #F57C00, 0px 0 4px #F57C00;
}
.editor-menu [data-colorlabel="colorlabel-12"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-12"].article,
.editor-view [data-colorlabel="colorlabel-12"].block,
.editor-view [data-colorlabel="colorlabel-12"].component,
.editor-view [data-colorlabel="colorlabel-12"].page .page-detail {
  box-shadow: -4px 0 0 #FFCC80;
}
.editor-menu [data-colorlabel="colorlabel-12"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-12"].article.hovering,
.editor-view [data-colorlabel="colorlabel-12"].block.hovering,
.editor-view [data-colorlabel="colorlabel-12"].component.hovering,
.editor-view [data-colorlabel="colorlabel-12"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #FFCC80, 0px 0 4px #FFCC80;
}
.editor-menu [data-colorlabel="colorlabel-13"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-13"].article,
.editor-view [data-colorlabel="colorlabel-13"].block,
.editor-view [data-colorlabel="colorlabel-13"].component,
.editor-view [data-colorlabel="colorlabel-13"].page .page-detail {
  box-shadow: -4px 0 0 #5D4037;
}
.editor-menu [data-colorlabel="colorlabel-13"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-13"].article.hovering,
.editor-view [data-colorlabel="colorlabel-13"].block.hovering,
.editor-view [data-colorlabel="colorlabel-13"].component.hovering,
.editor-view [data-colorlabel="colorlabel-13"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #5D4037, 0px 0 4px #5D4037;
}
.editor-menu [data-colorlabel="colorlabel-14"].editor-menu-item .editor-menu-item-inner,
.editor-view [data-colorlabel="colorlabel-14"].article,
.editor-view [data-colorlabel="colorlabel-14"].block,
.editor-view [data-colorlabel="colorlabel-14"].component,
.editor-view [data-colorlabel="colorlabel-14"].page .page-detail {
  box-shadow: -4px 0 0 #BCAAA4;
}
.editor-menu [data-colorlabel="colorlabel-14"].editor-menu-item .editor-menu-item-inner.hovering,
.editor-view [data-colorlabel="colorlabel-14"].article.hovering,
.editor-view [data-colorlabel="colorlabel-14"].block.hovering,
.editor-view [data-colorlabel="colorlabel-14"].component.hovering,
.editor-view [data-colorlabel="colorlabel-14"].page .page-detail.hovering {
  box-shadow: -4px 0 0 #BCAAA4, 0px 0 4px #BCAAA4;
}
.editor-view .editor-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.editor-view .editor-panel {
  float: right;
  width: 10%;
}
.editor-view .editor {
  float: left;
  width: 90%;
  height: 100%;
  background-color: lightgrey;
}
.editor-view .paste-zone.paste-zone-block,
.editor-view .paste-zone.paste-zone-article {
  margin-bottom: 20px;
}
.editor-view .paste-zone-inner {
  padding: 20px 30px;
  border: 1px dashed #416275;
  border-radius: 3px;
}
.editor-view .paste-zone-component-left {
  width: 48%;
  float: left;
}
.editor-view .paste-zone-component-right {
  width: 48%;
  float: right;
}
.editor-view .paste-zone-component-full {
  margin-bottom: 20px;
}
.editor-view .paste-zone-available {
  background-color: #d6f3f9;
  border: 1px dashed #31b8cc;
}
.editor-view .paste-zone-droppable {
  visibility: visible;
  background-color: #beebf5;
  border-style: solid;
}
.editor-view .drop-only {
  display: none;
}
.editor-view .component-full {
  float: left;
  width: 100%;
}
.editor-view .page-article-components:after {
  clear: both;
  content: "";
  display: block;
}
.editor-view .editor-item-sidebar {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #454545;
}
.editor-view .editor-item-sidebar.handle {
  cursor: move;
}
.editor-view .drag-helper {
  color: #DEDEDE;
  border: 1px solid #C9C9C9;
  background: #7A7A7A;
  padding: 10px;
  margin: 10px;
  cursor: move;
  min-width: 100px;
}
.editor-item-settings {
  font-size: 16px;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s;
}
.editor-item-settings a {
  text-decoration: none;
}
.editor-item-settings:hover {
  cursor: move;
}
.editor-item-settings-inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 0 10px;
}
.editor-item-settings-inner context-menu-content-container a,
.editor-item-settings-inner a,
.editor-item-settings-inner button {
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  box-sizing: content-box;
  text-align: center;
}
.editor-item-settings-inner .editor-delete-page-element {
  order: 2;
  color: #9a3434;
}
.editor-item-settings-inner .editor-page-element-detail-inner {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  order: 1;
  display: flex;
  align-items: center;
}
.editor-item-settings-inner .editor-page-element-detail-inner .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.editor-item-settings-inner .editor-page-element-detail-inner.component-detail-inner {
  opacity: 0;
}
.editor-item-settings-inner .component-move {
  order: 1;
}
.editor-item-settings-inner .editor-collapse-article {
  order: 2;
}
.editor-item-settings-inner .context-menu-content-container {
  margin: auto;
}
.editor-item-settings button,
.editor-menu-item-settings button {
  color: #9a3434;
  transition: all 0.3s;
}
.editor-item-settings button:hover,
.editor-menu-item-settings button:hover {
  color: #1d2b34;
}
i.asset-selector {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
i.asset-clear {
  cursor: pointer;
}
.sweet-alert .key {
  font-weight: 700;
}
.page-content-syncing.block {
  min-height: 150px;
}
.page-content-syncing.block .component-inner {
  display: none;
}
.syncing {
  transform: scale(0.8, 0.8);
  opacity: 0.6;
}
.not-synced {
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.8, 0, 0.2, 1) !important;
  transform: scale(0.4, 0.4);
  opacity: 0;
}
.menu-settings-list-item .display-name {
  font-size: 175%;
}
.menu-settings-list-item .description {
  font-size: 110%;
  color: #a6c2ca;
}
.menu-settings-list {
  padding-left: 30px;
  padding-top: 30px;
}
.menu-settings-list-item {
  height: 175px;
  width: 275px;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  list-style-type: none;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  background-color: #fff;
  border: 1px solid #d6f2f9;
  transition: background-color 0.3s;
  transition: all 0.3s;
}
.menu-settings-list-item:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 2px #CBE1E6;
}
.menu-settings-list-item.selected {
  background-color: #263944;
  color: #fff;
}
.menu-settings-list-item.selected .name {
  color: #d6f2f9;
}
.menu-settings-list-item.selected .description {
  color: #fff;
}
.menu-settings-list-item-inner {
  padding: 20px;
}
.presetEdit {
  display: flex;
  position: fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.presetEdit .presetEdit-inner {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 35px;
  max-height: 90%;
  min-width: 552px;
  position: relative;
}
.presetEdit .presetEdit-inner .button {
  display: inline-block;
  width: 115px;
  text-align: center;
  vertical-align: middle;
}
.presetEdit .presetEdit-inner .button.close {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 20px;
}
.presetEdit .presetEdit-inner .title {
  font-size: 18px;
  padding-bottom: 12px;
}
.presetEdit .presetEdit-inner .description {
  padding-bottom: 25px;
}
.presetEdit .presetEdit-inner .presets .preset {
  padding-bottom: 10px;
}
.presetEdit .presetEdit-inner .presets .preset .nameEdit {
  display: none;
}
.presetEdit .presetEdit-inner .presets .preset .nameEdit .preset-error {
  color: red;
}
.presetEdit .presetEdit-inner .presets .preset .label,
.presetEdit .presetEdit-inner .presets .preset .nameEdit input {
  padding: 11px;
  margin-right: 15px;
  display: inline-block;
  width: 50%;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  vertical-align: middle;
  font-weight: 700;
  word-break: break-word;
}
.presetEdit .screenlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sweet-alert .sa-input-error {
  top: 24px !important;
}
.sidebar button.short {
  height: 35px !important;
  padding: 0;
}
.theming-inner .error {
  position: inherit;
  padding: 30px 30px 0 30px;
  color: #ff5567;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  max-width: 800px;
}
.theming-inner .header {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
}
.theming-inner .header > .inner {
  padding: 30px;
}
.theming-inner .header > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.theming-inner .header .description {
  padding-bottom: 15px;
}
.theming-inner .header .tip {
  padding-top: 35px;
}
.theming-inner .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.theming-inner button {
  margin-right: 5px;
}
.theming-inner .theme-selector .tile {
  padding-right: 15px;
  display: inline-block;
}
.theming-inner .theme-selector .tile label {
  font-weight: 700;
  padding-right: 5px;
}
.theming-inner .theme-selector .tile select {
  min-width: 150px;
}
.theming-inner .theme-selector.show-preset-select select {
  width: 180px;
}
.theming-inner .theme-selector .edit.btn.secondary {
  display: inline-block;
  padding: 7px;
  margin-left: 15px;
}
.theming-inner .theme-customiser .form-container fieldset.empty-fieldset {
  display: none;
}
.filters-typeahead .tt-hint {
  width: 200px;
  max-width: 200px;
  padding: 11px 10px;
}
.filters-typeahead .tt-input {
  width: 200px;
  max-width: 200px;
  padding: 11px 10px;
}
.filters-typeahead .tt-dropdown-menu {
  background-color: #fff;
  width: 220px;
  border: 1px solid #ccc;
}
.filters-typeahead .tt-suggestion {
  padding: 8px;
}
.filters-typeahead .tt-suggestion.tt-cursor {
  background-color: #e0e8f7;
}
.frameworkImport .inner {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
  padding: 30px;
}
.frameworkImport .inner > .inner {
  padding: 30px;
}
.frameworkImport .inner > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.frameworkImport .inner .progress-container {
  position: relative;
  visibility: hidden;
  width: 76px;
  height: 10px;
  background-color: #fff;
  border: 1px solid black;
  overflow: hidden;
  border-radius: 8px;
  margin: 10px 0;
}
.frameworkImport .inner .progress-container .progress-bar {
  width: 0%;
  background-color: #263944;
  height: 100%;
}
.frameworkImport .inner .progress-container .progress-bar .progress-percent {
  display: none;
}
.frameworkImport .inner .col-row {
  display: flex;
  align-items: center;
}
.frameworkImport .inner .tb-row .tb-col-inner {
  padding: 0;
}
.frameworkImport .inner li {
  margin-left: 0;
  list-style: none;
}
.frameworkImport .inner .title {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
.frameworkImport .inner form .form-group {
  border: none;
}
.frameworkImport .inner form .form-group .field-error {
  padding-bottom: 5px;
}
.frameworkImport .inner.import-summary .title {
  padding-bottom: 10px;
  color: #263944;
}
.frameworkImport .inner.import-summary .title.red {
  color: #ff3343;
}
.frameworkImport .inner.import-summary .title.amber {
  color: #ffa340;
}
.frameworkImport .inner.import-summary .title.green {
  color: #9a3434;
}
.frameworkImport .inner.import-summary .description {
  font-weight: 700;
}
.frameworkImport .inner.plugin-list .red .status,
.frameworkImport .inner.plugin-list .red .key {
  color: #ff3343;
}
.frameworkImport .inner.plugin-list .amber .status,
.frameworkImport .inner.plugin-list .amber .key {
  color: #ffa340;
}
.frameworkImport .inner.plugin-list .amber .at-version {
  font-weight: 700;
}
.frameworkImport .inner.plugin-list .green-install .status,
.frameworkImport .inner.plugin-list .green-update .status,
.frameworkImport .inner.plugin-list .green-install .key,
.frameworkImport .inner.plugin-list .green-update .key {
  color: #9a3434;
}
.frameworkImport .inner.plugin-list .green-install .import-version,
.frameworkImport .inner.plugin-list .green-update .import-version {
  font-weight: 700;
}
.frameworkImport .inner.plugin-list .status,
.frameworkImport .inner.plugin-list .key {
  font-weight: 700;
}
.frameworkImport .inner.plugin-list .key-field {
  margin-bottom: 5px;
}
.global-menu {
  display: none;
  top: 50px;
  left: -20px;
  position: absolute;
  width: 300px;
  background-color: #263944;
  z-index: 5;
}
.global-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #385465;
}
.global-menu a:hover {
  background-color: #385465;
  color: #fff;
}
.global-menu .global-menu-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.global-menu .global-menu-submenu {
  display: none;
  width: 260px;
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.global-menu .global-menu-item-inner {
  padding: 14px 18px;
}
.global-menu .global-menu-item-text-inner {
  color: #fff;
}
.global-menu-container {
  position: relative;
}
#global-menu-icon {
  width: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#global-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#global-menu-icon.open span {
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
}
#global-menu-icon span:nth-child(1) {
  top: 12px;
  left: 10px;
}
#global-menu-icon span:nth-child(2) {
  top: 19px;
  left: 10px;
}
#global-menu-icon span:nth-child(3) {
  top: 26px;
  left: 10px;
}
#global-menu-icon.open span:nth-child(1) {
  top: 6px;
  left: 15px;
}
#global-menu-icon.open span:nth-child(2) {
  top: 14px;
  left: 23px;
}
#global-menu-icon.open span:nth-child(3) {
  top: 14px;
  left: 7px;
}
#target {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
}
#bullseye {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: 1px solid black;
  cursor: move;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  transition: opacity 0.2s;
}
#bullseye:active {
  opacity: 0.8;
}
#bullseye:active > div {
  opacity: 0.2;
}
#bullseye div:nth-child(2),
#bullseye div:nth-child(3) {
  background: #fff;
}
#bullseye div:nth-child(1),
#bullseye div:nth-child(4) {
  background: #000;
}
#bullseye .box1 {
  border-radius: 50px 0 0 0;
}
#bullseye .box2 {
  border-radius: 0 50px 0 0;
}
#bullseye .box3 {
  border-radius: 0 0 0 50px;
}
#bullseye .box4 {
  border-radius: 0 0 50px 0;
}
.guided-tour-pin-finder-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 500;
}
.guided-tour-pin-finder-modal .shepherd-content {
  user-select: none;
}
.pin-finder-overlay {
  width: 95%;
  height: 95%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  background: #E6E6E6;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.pin-finder-inner {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.pin-finder-inner .pin-finder-image-container {
  height: auto;
  padding: 0;
  background: #E6E6E6;
  width: calc(100% - 125px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper {
  height: auto;
  user-select: none;
  margin: auto;
  background: #fff;
  padding: 30px;
  max-width: 904px;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper img {
  width: 100%;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper.half-width {
  max-width: 452px!important;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper.force-full-width {
  width: 100%;
}
.pin-finder-inner .pin-finder-menu-bar {
  height: auto;
  width: 125px;
  background: #263944;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}
.pin-finder-inner .pin-finder-menu-bar button {
  width: 100%;
}
.pin-finder-inner .pin-finder-menu-bar .apply {
  margin-bottom: 5px;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls {
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls div.position {
  margin-bottom: 5px;
  user-select: none;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.pin-finder-spectrum {
  width: 317px;
}
.pin-finder-mobile-fallback-message-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.pin-finder-mobile-fallback-message-container p {
  margin: 10px;
  max-width: 75%;
}
.pin-finder-mobile-fallback-message-container button {
  background: #263944;
}
@media (max-width: 700px) {
  .pin-finder-image-container,
  .shepherd-element,
  .pin-finder-menu-bar,
  #target {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .pin-finder-mobile-fallback-message-container {
    display: none !important;
  }
}
#target {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
}
#hotgraphic-bullseye {
  position: absolute;
  cursor: move;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
  transition: opacity 0.2s;
}
#hotgraphic-bullseye.hotgraphic-graphic-pin-image {
  display: block;
}
#hotgraphic-bullseye:not(.hotgraphic-graphic-pin-image) {
  background-color: #FFF;
  border-radius: 50%;
  display: block;
}
#hotgraphic-bullseye:active {
  opacity: 0.8;
}
#hotgraphic-bullseye:active > div {
  opacity: 0.2;
}
#hotgraphic-bullseye div:nth-child(2),
#hotgraphic-bullseye div:nth-child(3) {
  background: #fff;
}
#hotgraphic-bullseye div:nth-child(1),
#hotgraphic-bullseye div:nth-child(4) {
  background: #000;
}
#hotgraphic-bullseye .box1 {
  border-radius: 50px 0 0 0;
}
#hotgraphic-bullseye .box2 {
  border-radius: 0 50px 0 0;
}
#hotgraphic-bullseye .box3 {
  border-radius: 0 0 0 50px;
}
#hotgraphic-bullseye .box4 {
  border-radius: 0 0 50px 0;
}
.hotgraphic-pin-finder-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 500;
}
.hotgraphic-pin-finder-modal .shepherd-content {
  user-select: none;
}
.pin-finder-overlay {
  width: 95%;
  height: 95%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  background: #E6E6E6;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.pin-finder-inner {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.pin-finder-inner .pin-finder-image-container {
  height: auto;
  padding: 0;
  background: #E6E6E6;
  width: calc(100% - 125px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper {
  height: auto;
  user-select: none;
  margin: auto;
  background: #fff;
  padding: 30px;
  max-width: 904px;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper img {
  width: 100%;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper.half-width {
  max-width: 452px!important;
}
.pin-finder-inner .pin-finder-image-container .pin-finder-image-wrapper.force-full-width {
  width: 100%;
}
.pin-finder-inner .pin-finder-menu-bar {
  height: auto;
  width: 125px;
  background: #263944;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}
.pin-finder-inner .pin-finder-menu-bar button {
  width: 100%;
}
.pin-finder-inner .pin-finder-menu-bar .apply {
  margin-bottom: 5px;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls {
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls div.position {
  margin-bottom: 5px;
  user-select: none;
}
.pin-finder-inner .pin-finder-menu-bar .pin-finder-controls label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.pin-finder-spectrum {
  width: 317px;
}
.pin-finder-mobile-fallback-message-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.pin-finder-mobile-fallback-message-container p {
  margin: 10px;
  max-width: 75%;
}
.pin-finder-mobile-fallback-message-container button {
  background: #263944;
}
@media (max-width: 700px) {
  .pin-finder-image-container,
  .shepherd-element,
  .pin-finder-menu-bar,
  #target {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .pin-finder-mobile-fallback-message-container {
    display: none !important;
  }
}
.icon {
  font-family: 'vanilla';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c4e8a;
  font-size: 48px;
  height: 48px;
  width: 48px;
  -webkit-transform: translateZ(0);
}
.icon-pin:before {
  content: "\e60f";
}
.location-title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  background-color: #fff;
  overflow: auto;
}
.location-title-inner {
  color: #000;
  padding: 15px;
}
.location-title-inner .breadcrumbs {
  font-weight: 400;
  margin-bottom: 7px;
}
.location-title-inner .breadcrumbs .item {
  display: inline-block;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-title-inner .breadcrumbs .item a {
  text-decoration: none;
  color: #9a3434;
}
.location-title-inner .breadcrumbs .item a:hover {
  color: #612121;
}
.location-title-inner .breadcrumbs .item a:focus-visible {
  outline: 1px solid #666;
  border: 2px solid #666;
  border-radius: 3px;
}
.location-title-inner .breadcrumbs .item a[aria-current="page"] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.location-title-inner .breadcrumbs .separator {
  display: inline-block;
  margin: 0 5px;
  opacity: 0.35;
  overflow: hidden;
}
.location-title-inner .titles .course,
.location-title-inner .titles .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-title-inner .titles .title {
  font-size: 18px;
  font-weight: 700;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  overflow-y: scroll;
}
.modal .modal-popup {
  background-color: #f3fcfe;
  height: 100%;
}
.modal i {
  margin-right: 4px;
}
.modal .modal-popup-toolbar {
  background-color: #424343;
  text-align: right;
  color: #fff;
  padding: 5px 10px;
}
.modal .modal-popup-toolbar button {
  color: #fff;
  padding: 0px 10px 0px 10px;
  height: 40px;
  display: inline-block;
  transition: background-color 0.3s;
}
.modal .modal-popup-toolbar button i {
  color: #9a3434;
}
.modal .modal-popup-toolbar button:hover {
  color: #f3dada;
}
.modal .modal-popup-toolbar button:disabled {
  color: #666;
}
.modal .modal-popup-title {
  text-align: left;
  float: left;
}
.modal .modal-popup-title-inner {
  padding: 10px;
}
.modal .modal-popup-body {
  margin-top: 10px;
  color: #000;
}
.modal .modal-popup-body-inner {
  padding: 10px;
}
.modal .modal-popup-icon-close {
  color: #fff;
}
.no-touch .modal .modal-popup-icon-close:hover {
  color: #6c9bde;
}
.modal .modal-popup-content-inner {
  overflow-y: auto;
}
.navigation {
  width: 100%;
  min-height: 60px;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 500;
  background-color: #9a3434;
  background-position: right;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  box-shadow: 0px 3px 3px -3px #2a2a2a;
}
.navigation-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.navigation-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.navigation-item {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin: 0px;
  padding: 0px 20px;
  color: #fff;
}
.navigation-left .navigation-item {
  float: left;
}
.navigation-left {
  float: left;
  padding-left: 20px;
}
.navigation-left .navigation-product-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.navigation-left .navigation-global-menu {
  padding: 0;
  width: 40px;
}
.navigation-left .global-menu-content-wrapper {
  display: inline-block;
  position: inherit;
  width: 40px;
  float: left;
}
@media (max-width: 450px) {
  .navigation-product-name {
    display: none;
  }
}
.navigation-right {
  padding-right: 20px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navigation-right .navigation-user-logout {
  padding: 0px 25px;
}
.navigation-right a:hover {
  text-decoration: underline;
}
.navigation-right a:hover.navigation-user-logout {
  text-decoration: none;
}
.navigation-right .profile-dropbtn {
  background-color: #ffff;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.navigation-right .profile-dropbtn:hover {
  background-color: #c3c1c1;
}
.navigation-right .profile-dropbtn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  background-color: #c3c1c1;
}
.navigation-right .profile-dropbtn .circle-inner {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 40px;
  width: 40px;
  font-size: 15px;
}
.navigation-right .profile-dropbtn,
.navigation-right .dropdown-content a {
  transition: all 0.5s;
}
.navigation-right .dropbtn:hover,
.navigation-right .dropbtn:focus {
  background-color: #3e8e41;
}
.navigation-right .profile-dropdown-menu {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  z-index: 6;
}
.navigation-right .dropdown-content {
  display: none;
  position: absolute;
  top: 52px;
  background-color: #f1f1f1;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: -20px;
  z-index: 1;
}
.navigation-right .dropdown-content a {
  background-color: #e1e1e1;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.navigation-right .dropdown-content a:hover,
.navigation-right .dropdown-content a:focus-visible {
  background-color: #c3c1c1;
}
.navigation-right .dropdown-content .profile-user-info {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  max-width: 300px;
  overflow: hidden;
}
.navigation-right .dropdown-content .profile-user-info span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 275px;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-styled):focus{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}

.swal2-container div:where(.swal2-icon) {
  border: 0.25em solid !important;
  margin: 2.5em auto 0.6em !important;
}
.swal2-container button.swal2-cancel {
  display: inline-block;
  padding: 10px 12px;
  background: none;
  border: 1px solid #000000;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  background-color: transparent;
  color: #263944;
  border-color: #263944;
  font-size: 115%;
}
.swal2-container button.swal2-confirm {
  display: inline-block;
  padding: 10px 12px;
  background: none;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #263944;
  color: #fff;
  font-size: 115%;
}
.sweet-alert {
  max-height: 91%;
  overflow-y: auto;
}
.sweet-alert details {
  display: block;
  margin-top: 20px;
}
.sweet-alert summary {
  margin-bottom: 5px;
}
.sweet-alert textarea {
  font-family: monospace;
}
.sweet-alert button {
  min-width: 100px;
  margin: 10px 5px 20px 5px;
}
.sweet-alert button.cancel {
  display: inline-block;
  padding: 10px 12px;
  background: none;
  border: 1px solid #000000;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  background-color: transparent;
  color: #fff;
  border-color: #808080;
  font-size: 115%;
}
.sweet-alert button.cancel:hover,
.sweet-alert button.cancel:focus {
  outline: none;
  color: #000000;
  border: 1px solid #000000;
}
.sweet-alert button.cancel i {
  color: #fff;
}
.sweet-alert button.cancel i:hover,
.sweet-alert button.cancel i:focus {
  color: #fff;
  background-color: #742727;
}
.sweet-alert button.cancel:hover,
.sweet-alert button.cancel:focus {
  color: #742727;
  background-color: #fff;
  border-color: #fff;
}
.sweet-alert button.confirm {
  display: inline-block;
  padding: 10px 12px;
  background: none;
  border: 1px solid #000000;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
  font-size: 115%;
}
.sweet-alert button.confirm:hover,
.sweet-alert button.confirm:focus {
  outline: none;
  color: #000000;
  border: 1px solid #000000;
}
.sweet-alert button.confirm i {
  color: #fff;
}
.sweet-alert button.confirm i:hover,
.sweet-alert button.confirm i:focus {
  color: #742727;
}
.sweet-alert button.confirm:hover,
.sweet-alert button.confirm:focus {
  background-color: #742727;
  color: #fff;
  border-color: #742727;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #ff5567;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: #ff5567;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #ffa08d;
}
.sweet-alert .sa-icon.sa-warning .sa-dot,
.sweet-alert .sa-icon.sa-warning .sa-body {
  background-color: #ffa08d;
}
.sweet-alert .sa-icon.sa-info {
  border-color: rgba(38, 57, 68, 0.6);
}
.sweet-alert .sa-icon.sa-info:before,
.sweet-alert .sa-icon.sa-info:after {
  background-color: rgba(38, 57, 68, 0.6);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #9a3434;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border-color: rgba(154, 52, 52, 0.2);
}
.sweet-alert.destructive .wait-text {
  margin-right: 18px;
}
.sweet-alert.destructive .la-ball-fall {
  left: 37.5%;
  top: 46%;
  margin: 0;
}
.sweet-alert.destructive .la-ball-fall > div {
  width: 3px;
  height: 3px;
  margin: 1.5px;
}
#snackbar {
  position: absolute;
  padding: 10px;
  width: 30%;
  top: 10px;
  right: 20px;
  z-index: 499;
  background-color: #9CABC4;
  color: #fff;
  font-size: 110%;
  text-align: left;
  display: flex;
  align-items: center;
  opacity: 0;
}
#snackbar.alert {
  background-color: #15a4fa;
}
#snackbar.info {
  background-color: #2EB398;
}
#snackbar.warning {
  background-color: #ff765a;
}
#snackbar .body {
  flex-grow: 1;
}
#snackbar .close {
  padding-left: 15px;
  font-weight: 700;
  color: #fff;
  font-size: 90%;
}
@media (max-width: 780px) {
  .options {
    display: none;
  }
}
.options {
  right: 0;
  z-index: 5;
}
.options-inner {
  display: inline-flex;
}
.options-group i {
  font-size: 18px;
}
.options button {
  text-decoration: none;
  text-align: center;
  color: #9a3434;
}
.options button:hover {
  transition: color 0.3s;
  color: #141e23;
}
.options button.selected {
  transition: color 0.3s;
  color: #010203;
}
.options button i {
  margin: 4px;
}
.options-group {
  display: flex;
  height: 70px;
  align-items: center;
}
.options-group .option-value-item {
  padding-left: 15px;
  padding-right: 15px;
}
.options-group .option-value-item > button {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.option-value-item button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@media (min-width: 781px) {
  .options-dropdown {
    display: none;
  }
}
.location-nav {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
}
#options-dropdown {
  position: absolute;
  right: 20px;
  background: #263944;
  min-width: 200px;
  z-index: 5;
}
.location-options {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.options-dropbtn {
  font-size: 15px;
}
.options-dropbtn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.options-inner-dropdown .options-dropdown-group {
  display: block;
  height: auto;
}
.options-inner-dropdown .options-dropdown-group .option-value-item {
  padding: 0;
}
.options-inner-dropdown .options-dropdown-group .option-value-item > button {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  padding: 10px 15px;
  color: #fff;
  transition: all 0.5s;
}
.options-inner-dropdown .options-dropdown-group .option-value-item > button i {
  margin-right: 15px;
  font-size: 15px;
}
.options-inner-dropdown .options-dropdown-group .option-value-item > button.selected {
  background: #1d2b33 !important;
}
.options-inner-dropdown .options-dropdown-group .option-value-item > button:hover {
  background: #385465;
}
.options-inner-dropdown .options-dropdown-group .option-value-item .option-value-title {
  display: inline-block;
}
.pluginManagement-inner {
  margin: 15px;
  background-color: #fff;
  border: 1px solid #d6f2f9;
}
.pluginManagement-loading {
  text-align: center;
  padding: 30px;
}
.pluginManagement-upload-plugin {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
}
.pluginManagement-upload-plugin > .inner {
  padding: 30px;
}
.pluginManagement-upload-plugin > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.pluginManagement-upload-plugin .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pluginType-item.tb-row .row-disabled {
  color: #B5C2C6;
}
.pluginType-update .user-uploaded {
  padding: 10px 14px;
}
.pluginType-update button.plugin-update-check {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.pluginType-update button.plugin-update-check i {
  color: #fff;
}
.pluginType-update button.plugin-update-check i:hover,
.pluginType-update button.plugin-update-check i:focus {
  color: #fff;
}
.pluginType-update button.plugin-update-check:hover,
.pluginType-update button.plugin-update-check:focus {
  background-color: #8f3030;
  color: #fff;
  border-color: #8f3030;
}
.pluginType-update button.plugin-update-confirm {
  background-color: #9a3434;
  color: #fff;
  border-color: #9a3434;
}
.pluginType-update button.plugin-update-confirm i {
  color: #fff;
}
.pluginType-update button.plugin-update-confirm i:hover,
.pluginType-update button.plugin-update-confirm i:focus {
  color: #742727;
}
.pluginType-update button.plugin-update-confirm:hover,
.pluginType-update button.plugin-update-confirm:focus {
  background-color: #742727;
  color: #fff;
  border-color: #742727;
}
.projects ul {
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
}
.projects li {
  margin-bottom: 30px;
}
.projects-options-container {
  height: 30px;
}
ul.projects-options {
  float: right;
  color: #333C4E;
  padding-right: 20px;
  padding-top: 14px;
}
ul.projects-options a {
  text-decoration: none;
  color: #333C4E;
}
ul.projects-options a:hover {
  color: #15a4fa;
}
ul.projects-options li {
  float: left;
}
.projects-inner {
  padding: 30px 50px 0px 0px;
}
.projects-list[data-layout=grid] .project-list-item {
  margin-left: 25px;
  min-width: 200px;
  min-height: 341px;
  width: 22%;
  max-width: 200px;
  display: inline-block;
}
.projects-list[data-layout=grid] .project-list-item .project-image {
  width: 100%;
  height: 150px;
  background-image: url(assets/origami-project.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d6f2f9;
  border-left: none;
  border-right: none;
}
.projects-list[data-layout=grid] .project-list-item .project-details-last-updated .projects-details-label,
.projects-list[data-layout=grid] .project-list-item .project-details-createdBy .projects-details-label {
  text-transform: uppercase;
}
.projects-list[data-layout=grid] .project-list-item .project-details-createdBy,
.projects-list[data-layout=grid] .project-list-item .project-details-tags {
  margin-top: 8px;
}
.projects-list[data-layout=grid] .project-list-item .tag-container {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 20px 0px;
  border-top: 1px solid #eee;
  min-height: 119px;
}
.projects-list[data-layout=list] {
  margin-left: 30px;
}
.projects-list[data-layout=list] .project-list-item {
  margin-left: 0px;
  width: 100%;
}
.projects-list[data-layout=list] .project-list-item .project-settings {
  border-bottom: 1px solid #d6f2f9;
}
.projects-list[data-layout=list] .project-list-item .project-image {
  width: 40%;
  height: 222px;
  background-image: url(assets/origami-project.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  border-right: 1px solid #d6f2f9;
}
.projects-list[data-layout=list] .project-list-item .project-details {
  float: left;
  width: 59%;
}
.projects-list[data-layout=list] .project-list-item .project-details-tags {
  margin-top: 8px;
}
.projects-list[data-layout=list] .project-list-item .tag-container {
  display: block!important;
  opacity: 1!important;
}
.projects-list[data-layout=list] .project-list-item .projects-details-tags-button,
.projects-list[data-layout=list] .project-list-item .projects-details-tags-button-hide {
  display: none;
}
.projects-sidebar-filter-input {
  width: 168px;
}
.projects-sidebar-filter-clear {
  padding: 6px;
}
#projects-tags_tagsinput {
  display: inline-block;
  padding: 4px;
  border: none;
}
.no-projects {
  text-align: center;
  font-size: 16px;
  margin-top: 10%;
  color: #263944;
}
.sidebar-search-tag {
  margin-top: 40px;
}
.sidebar-tag {
  text-align: left;
}
.sidebar-tag.selected span:first-child i:before {
  content: '\f205';
}
.project-list-item {
  position: relative;
  overflow: visible;
  border-radius: 3px;
  background-color: #fff;
  color: #263944;
  border: 1px solid #D6F2F9;
  box-shadow: 0px 0px 3pt 2pt transparent;
  text-align: center;
}
.project-list-item:hover {
  box-shadow: 0px 0px 5px 2px #CBE1E6;
  cursor: pointer;
}
.project-list-item:hover .project-settings {
  top: 0%;
  opacity: 1;
}
.project-list-item.selected {
  color: #fff;
  box-shadow: 0px 0px 5px 2px #CBE1E6;
  background-color: #263944;
}
.project-list-item.selected .project-settings {
  top: 0%;
  opacity: 1;
}
.project-list-item.selected .project-settings a {
  color: #fff;
}
.project-list-item.selected .project-details .tag-container {
  background-color: #263944;
}
.project-list-item.selected .project-details .tag-container .tags li.tag {
  background-color: #fff;
}
.project-list-item.selected .project-details .tag-container .tags li.tag span {
  color: #263944;
}
.project-list-item.selected .projects-details-label,
.project-list-item.selected .project-detail-title-inner {
  color: #fff;
}
.project-list-item.selected .projects-details-tags-button button,
.project-list-item.selected .projects-details-value button {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.project-list-item.selected .projects-details-tags-button button:hover,
.project-list-item.selected .projects-details-value button:hover,
.project-list-item.selected .projects-details-tags-button button:focus,
.project-list-item.selected .projects-details-value button:focus {
  color: #263944 !important;
  background-color: #fff;
  border-color: #fff;
}
.project-list-item.listing {
  width: 700px;
}
.project-list-item img {
  display: block;
}
.project-list-item .tag-container {
  overflow-y: auto;
  background-color: #fff;
}
.project-list-item .tag-container .tags li.tag {
  background-color: #263944;
  margin: 2px 5px 2px 0px;
  padding: 4px;
  display: inline-block;
}
.project-list-item .tag-container .tags li.tag span {
  color: #fff;
}
.project-list-item .open-context-icon {
  float: left;
}
.project-list-item .project-detail-title-inner,
.project-list-item .project-settings a {
  color: #9a3434;
  font-weight: 400;
}
.project-list-item .tag-container-no-items {
  margin-bottom: 12px;
}
.project-list-item .project-details-tags button {
  padding: 4px 6px;
}
.project-list-item .projects-details-value button {
  margin-top: 10px;
}
.project-header-inner {
  position: relative;
}
.project-detail-hide-hero .field-hero-image {
  display: none;
}
.project-settings {
  font-size: 16px;
  width: 100%;
  height: 30px;
  opacity: 1;
}
.project-settings .project-settings-inner {
  padding: 5px 6px;
}
.project-settings .project-settings-inner a.course-delete {
  float: right;
}
.project-details-inner {
  padding: 20px;
}
.project-details-inner .project-detail-title {
  margin-bottom: 10px;
  display: inline-block;
}
.project-details-inner .project-details-row {
  font-size: 11px;
}
.project-details-inner .projects-details-label {
  color: #263944;
  font-weight: 700;
  margin-bottom: 4px;
}
.scaffold-code-editor {
  height: 200px;
  width: 93%;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.scaffold-colour-picker + .sp-replacer,
.scaffold-colour-picker + .sp-replacer.sp-active {
  background: #fff;
  border-color: #cccccc;
}
.scaffold-colour-picker + .sp-replacer:hover,
.scaffold-colour-picker + .sp-replacer.sp-active:hover {
  border-color: #999999;
}
.scaffold-colour-picker  + .sp-replacer .sp-preview {
  border-color: #dcdcdc;
}
body .sp-container {
  border-color: #dcdcdc;
}
body .sp-container .sp-palette {
  max-width: 90px;
}
body .sp-container .sp-palette .sp-thumb-el {
  border-radius: 11px;
  border-color: #eff7f9;
  box-sizing: border-box;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 4px;
}
body .sp-container .sp-palette .sp-thumb-el:hover {
  transform: scale(1.2);
}
body .sp-container .sp-palette .sp-thumb-el.sp-thumb-active {
  border: 2px solid #fff;
  transform: scale(1);
}
body .sp-container .sp-palette .sp-thumb-el .sp-thumb-inner {
  border: 1px solid #eff7f9;
  border-radius: 50%;
  background-image: none;
}
body .sp-container .sp-clear {
  display: none;
}
body .sp-container .sp-color {
  border-color: #cccccc;
}
body .sp-container .sp-initial {
  border: 1px solid #cccccc;
}
body .sp-container .sp-palette-container {
  float: right;
  border-left: 1px solid #dcdcdc;
  border-right: none;
  background-color: #eff7f9;
}
body .sp-container .sp-picker-container {
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 12px;
  border: none;
}
body .sp-container input.sp-input {
  padding: 5px;
  width: 95%;
  font-family: monospace;
  border-radius: 0;
  font-size: 120% !important;
}
body .sp-container .sp-alpha-inner,
body .sp-container .sp-hue {
  border-radius: 3px;
  border-color: #cccccc;
}
body .sp-container .sp-alpha-inner .sp-alpha-handle,
body .sp-container .sp-hue .sp-slider {
  border: 1px solid #cccccc;
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 7px;
}
body .sp-container .sp-alpha {
  width: 140px;
}
body .sp-container .sp-alpha .sp-alpha-inner .sp-alpha-handle {
  top: -4px;
}
body .sp-container .sp-hue {
  margin: 0 9px;
}
body .sp-container .sp-hue .sp-slider {
  left: -3px;
}
body .sp-container .sp-dragger {
  height: 1px;
  width: 1px;
  border: none;
  background: transparent;
}
body .sp-container .sp-dragger:after {
  display: block;
  margin-left: -6px;
  margin-top: -6px;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 7px;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 0px 3px black;
}
body .sp-container .sp-button-container {
  float: left;
}
body .sp-container .sp-button-container button.sp-choose {
  display: none;
}
body .sp-container .sp-button-container a.sp-cancel {
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  margin-top: 5px;
}
[data-type="DisplayTitle"]:not(.unlocked) .fa-lock,
[data-type="DisplayTitle"].unlocked .fa-unlink {
  display: none;
}
[data-type="DisplayTitle"] .field-editor input {
  width: calc(90% - 80px);
}
.scaffold-display-title-lock,
.scaffold-display-title-clear {
  padding: 0;
}
.scaffold-display-title-lock .fa,
.scaffold-display-title-clear .fa {
  padding: 10px 12px;
}
.form-container > form > div > fieldset {
  border: 1px solid #d6f2f9;
  margin: 20px;
  padding-bottom: 15px;
  max-width: 800px;
}
fieldset {
  margin-left: 20px;
  background-color: #fff;
}
form form fieldset {
  padding-bottom: 0;
}
fieldset label {
  cursor: auto;
}
form .error {
  top: inherit;
  left: inherit;
  font-size: inherit;
  position: inherit;
}
.legend {
  display: block;
}
.legend legend {
  padding: 25px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
}
.fieldset-object .legend {
  color: #3e4960;
  text-decoration: underline;
}
.fieldset-object .legend legend {
  padding: 0;
  margin-bottom: 0;
}
.fieldset-object .field {
  padding: 10px 0;
}
.fieldset-object .field-object {
  padding: 18px 20px;
}
.field-object .legend {
  cursor: pointer;
}
.field {
  position: relative;
  padding: 10px 30px;
}
.field-object {
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-bottom: 20px;
}
.field label {
  display: inline-block;
}
[data-type="Checkbox"].field label,
[data-type="Boolean"].field label {
  margin-left: 10px;
}
.field i {
  width: 13px;
  color: #fff;
  text-align: center;
  transition: color 0.3s;
}
.field i:hover {
  color: #f2f2f2;
}
.field input[type="checkbox"],
.field input[type="radio"] {
  width: 15px;
  height: 15px;
}
.field-help {
  display: inline-block;
  padding: 0 3px;
}
.field-help .tooltip {
  position: absolute;
  z-index: 2;
  max-width: 300px;
  padding: 5px;
  border-radius: 6px;
  margin: 10px 0;
  background-color: #263944;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s, visibility 0s 0.3s;
  visibility: hidden;
}
.field-help i:hover + .tooltip {
  opacity: 0.9;
  transition-delay: 0s;
  visibility: inherit;
}
.field-default {
  padding: 0 3px;
}
.is-default-value > .field-default,
[data-type=""] > .field-default,
[data-type^="Asset"] > .field-default,
[data-type="DisplayTitle"]:not(.unlocked) > .field-default,
[data-type="Tags"] > .field-default {
  display: none;
}
.field-error {
  color: red;
}
.list-item {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  word-wrap: break-word;
  display: flex;
}
.list-item:hover {
  border-color: #696969;
}
.list-item span {
  flex-grow: 1;
}
.list-item button {
  padding: 0;
  font-size: 14px;
  width: 28px;
  height: 28px;
}
[data-type="Checkbox"] .field-editor,
[data-type="Boolean"] .field-editor {
  float: left;
}
[data-type="Radio"] .field-editor li {
  margin-left: 0;
  list-style-type: none;
}
[data-type="Radio"] .field-editor label {
  margin-left: 10px;
}
.field-editor .collapsed {
  display: none;
}
.field-editor .expanded {
  display: block;
}
.field-secondary-info {
  display: inline-block;
  margin-top: 5px;
  font-style: italic;
  width: 90%;
}
.scaffold-items-modal-sidebar .field-secondary-info {
  width: 80%;
}
.list-items .ui-sortable {
  margin-bottom: 20px;
}
.list-items .list-item {
  background: #fff;
}
.list-items .list-item .list-item-modal-item {
  clear: both;
  max-width: 440px;
}
.list-items .list-item .list-item-description {
  font-weight: 700;
  margin-right: 5px;
  width: auto;
}
.list-items .list-item .list-item-modal-object {
  margin-left: 10px;
}
.list-items .sortable-placeholder {
  background: #7fa3b7;
  border: 1px dashed #416275;
  border-radius: 3px;
  margin: 5px 0;
  padding: 16px;
}
.list-items .ui-sortable-helper {
  opacity: 0.8;
  transform: scale(0.95) rotate(1deg);
}
.scaffold-items-modal {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 500;
  height: 100%;
  width: 100%;
  transition: right 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
.scaffold-items-modal.show {
  right: 0;
}
.scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar {
  width: 712px;
  background: #f9fbfc;
}
.scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar {
  width: 674px;
  background: #f3f3f3;
}
.scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar {
  width: 636px;
  background: #ede4e4;
}
.scaffold-items-modal > .scaffold-items-modal-sidebar {
  background: #ffffff;
}
.scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar .fieldset-object {
  background: #f9fbfc;
}
.scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar .fieldset-object {
  background: #f3f3f3;
}
.scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal + .scaffold-items-modal > .scaffold-items-modal-sidebar .fieldset-object {
  background: #ede4e4;
}
.scaffold-items-modal-sidebar {
  float: right;
  background-color: #fff;
  height: 100%;
  width: 750px;
  border-left: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.scaffold-items-modal-sidebar-inner {
  padding: 40px;
}
.scaffold-items-modal-sidebar-inner fieldset {
  margin: 0;
  margin-bottom: 15px;
}
.scaffold-items-modal-sidebar input,
.scaffold-items-modal-sidebar textarea {
  max-width: 440px;
  width: 75%;
}
.scaffold-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.scaffold-asset-preview {
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.scaffold-asset-preview:hover {
  color: #15a4fa;
}
.scaffold-asset-preview i {
  font-size: 60px;
}
.scaffold-asset-buttons {
  transition: color 0.3s;
}
.scaffold-asset-buttons i,
.scaffold-asset-buttons i:hover {
  color: inherit;
}
.scaffold-asset-external-input-buttons {
  margin-top: 10px;
}
.field-editor .scaffold-asset-item-preview {
  max-width: none;
  width: 100%;
  display: block;
}
.field-editor .scaffold-asset-item-img-holder {
  position: relative;
}
.field-editor .scaffold-asset-item-img-holder div {
  width: 40px;
  height: 40px;
  background: rgba(38, 57, 68, 0.8);
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 40px;
  font-size: 150%;
  color: #fff;
  font-weight: 700;
  cursor: move;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
.field-editor .scaffold-asset-buttons {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.field-editor .scaffold-asset-buttons .scaffold-asset-external {
  margin-left: 4px;
}
.field-editor .scaffold-asset-buttons button.add-item {
  margin-left: auto;
  background-color: #263944;
  color: #fff;
  border-color: #263944;
}
.field-editor .scaffold-asset-buttons button.add-item:hover,
.field-editor .scaffold-asset-buttons button.add-item:focus {
  background-color: #1d2b34;
  color: #fff;
  border-color: #1d2b34;
}
.edit-pin-position {
  margin-bottom: 4px;
}
.edit-pin-position.disabled {
  cursor: not-allowed;
  border-color: #454545;
  background: #454545;
  color: #fff;
}
.edit-pin-position {
  margin-bottom: 4px;
}
.edit-pin-position.disabled {
  cursor: not-allowed;
  border-color: #454545;
  background: #454545;
  color: #fff;
}
div[name="componentWidthRatio"] .component-inner {
  padding-left: 0;
}
div[name="narrativeWidthRatio"] .component-inner {
  padding-left: 0;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 460px;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider__rtl {
  direction: rtl;
}
.rangeslider__ttb {
  top: 0;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.slider-component .slider-holder {
  padding-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.slider-component .slider-scale-numbers {
  position: relative;
  margin: 45px 21px -7px;
}
.dir-rtl .slider-component .slider-scale-numbers {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-scale-number {
  position: absolute;
  width: 50px;
  top: -32px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin-left: -25px;
}
.dir-rtl .slider-component .slider-scale-number {
  text-align: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-scale-labels {
  margin: 2px 0;
  height: 20px;
  min-width: 460px;
}
.slider-component .slider-scale-start {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.dir-rtl .slider-component .slider-scale-start {
  float: right;
}
.slider-component .slider-scale-end {
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
}
.dir-rtl .slider-component .slider-scale-end {
  float: left;
}
.slider-component .slider-scaler-wrapper {
  margin: 0 21px;
  min-height: 50px;
}
.slider-component .slider-scaler-wrapper .slider-scaler {
  min-width: 411px;
  height: 2px;
  background-color: #000000;
  float: left;
  position: relative;
  border: none;
  border-top: none;
  border-bottom: none;
  top: 12px;
  margin: 3px 0;
}
.slider-component .slider-model-answer,
.slider-component .slider-scale-marker {
  display: none;
  position: absolute;
  height: 30px;
  width: 50px;
  top: -32px;
  border-radius: 15px;
  margin-left: -25px;
  color: #f3f3f3;
  cursor: default;
  line-height: 30px;
  text-align: center;
  z-index: 1;
  background-color: #105067;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.slider-component .slider-scale-marker.display-block {
  display: block;
}
.dir-rtl .slider-component .slider-scale-marker.display-block {
  margin-right: -15px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-line {
  display: block;
  width: 2px;
  height: 13px;
  top: -11px;
  background-color: #000000;
  position: absolute;
  z-index: 0;
  margin-left: -2px;
}
.slider-component .slider-scale-start-marker {
  left: 0;
}
.slider-component .slider-scale-end-marker {
  left: 100%;
}
.slider-component .slider-background {
  position: relative;
}
.slider-component .slider-answer {
  display: none;
  position: absolute;
  height: 26px;
  width: 26px;
  top: -11px;
  border-radius: 50%;
  margin-left: -13px;
  background-color: #105067;
  color: #f3f3f3;
  line-height: 26px;
  text-align: center;
  z-index: 1;
}
.slider-widget .slider-holder .rangeslider__handle {
  background-image: none;
  border: none;
  background-color: #105067;
}
.slider-widget .slider-holder .rangeslider__handle.hovered {
  background-color: #0a3443;
}
.slider-widget .slider-holder .rangeslider__handle:after {
  content: none;
}
.no-touch .slider-widget .slider-holder .rangeslider__handle:hover,
.no-touch .slider-widget .slider-holder .rangeslider__handle :focus-visible {
  background-color: #0a3443;
}
.slider-widget .slider-holder .rangeslider__fill {
  background-color: #105067;
  transition: background-color linear 200ms;
}
.slider-widget .slider-holder .rangeslider {
  background-color: #e6ecf3;
}
.slider-widget .slider-holder .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.slider-widget .slider-holder .rangeslider--disabled .rangeslider__handle {
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accessibility .slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  outline: 3px solid orange;
}
.slider-widget .slider-holder .slider-item {
  direction: ltr;
}
.slider-widget.show-user-answer.correct .slider-scale-marker {
  background-color: #A5D6A7;
}
.slider-widget.show-user-answer.correct .rangeslider__fill {
  background-color: #A5D6A7;
}
.slider-widget.show-user-answer.incorrect .slider-scale-marker {
  background-color: #f41b1b;
}
.slider-widget.show-user-answer.incorrect .rangeslider__fill {
  background-color: #f41b1b;
}
.slider-widget.show-correct-answer .slider-model-answer,
.slider-widget.show-correct-answer .slider-scale-marker {
  background-color: #A5D6A7;
}
.dir-rtl .slider-widget.show-correct-answer .slider-model-answer,
.dir-rtl .slider-widget.show-correct-answer .slider-scale-marker {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-widget.show-correct-answer .rangeslider__fill {
  background-color: #A5D6A7;
}
.no-marking .component-inner .component-widget.disabled.submitted.complete .rangeslider__fill,
.no-marking .component-inner .component-widget.disabled.submitted.complete .slider-scale-marker {
  color: #F57C00;
  background-color: #FFCC80;
}
.scale-wrapper {
  background: #ccced1;
  height: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 5px 0px;
}
.edit-zone {
  margin-bottom: 4px;
}
.edit-zone.disabled {
  cursor: not-allowed;
  border-color: #454545;
  background: #454545;
  color: #fff;
}
.field .field-editor .selectize-control .selectize-input {
  box-sizing: inherit;
  width: 90%;
  padding: 11px 10px;
}
.field .field-editor .selectize-control .selectize-input .item,
.field .field-editor .selectize-control .selectize-input .item.active,
.field .field-editor .selectize-control .selectize-input .option,
.field .field-editor .selectize-control .selectize-input .option.active {
  background-color: #9a3434;
  background-image: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  padding: 4px 7px;
}
.field .field-editor .selectize-control .selectize-dropdown .option {
  padding: 4px 7px;
  cursor: pointer;
}
.field .field-editor .selectize-control .selectize-dropdown .option[data-disabled="true"] {
  cursor: not-allowed;
}
.field .field-editor .selectize-control .selectize-dropdown .create {
  padding: 4px 7px;
  cursor: pointer;
}
.field .field-editor .selectize-control .selectize-dropdown .create[data-disabled="true"] {
  cursor: not-allowed;
}
.field-editor .cke_replace {
  display: none;
}
.field-editor .cke_chrome {
  border-color: #ccc;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: none;
  width: 93%;
}
.field-editor .cke_top {
  background: #eee;
  border-color: #ccc;
  box-shadow: none;
}
.field-editor .cke_bottom {
  background: #fff;
  border-color: #ccc;
}
.field-editor .cke_toolgroup {
  background-image: none;
  background: #fff;
  border-color: #ccc;
}
.field-editor .ck.ck-editor {
  position: relative;
  width: 90%;
}
.field-editor .ck-editor__editable_inline {
  min-height: 200px;
}
.ck-help {
  background: #ccced1;
  color: #000;
  width: calc(90% - 20px);
  display: inline-block;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.field[data-type="Users"] .scaffold-users .option .name {
  font-weight: 700;
}
.field[data-type="Users"] .scaffold-users .option .email {
  margin-left: 5px;
}
.sidebar {
  position: relative;
  width: 250px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #263944;
  color: #fff;
}
.sidebar button[class^="action-"],
.sidebar button[class*=" action-"] {
  margin: 5px 25px;
  width: 200px;
  min-height: 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
}
.sidebar button[class^="action-"] i,
.sidebar button[class*=" action-"] i {
  margin-right: 5px;
}
.sidebar .editor-common-sidebar-preview-wrapper {
  display: flex;
  width: 200px;
  margin: 5px 25px;
}
.sidebar .editor-common-sidebar-preview-wrapper .editor-common-sidebar-preview {
  flex-grow: 1;
  width: auto;
  margin: 0;
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown > button {
  width: auto;
  height: 100%;
  margin: 0;
  background-color: #9a3434;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown ul {
  position: absolute;
  left: 0;
  border-radius: 5px;
  display: none;
  width: 200px;
  margin: 0 25px;
  list-style: none;
  padding: 1px 0;
  background-color: #263944;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown ul li {
  padding: 0;
  margin: 0;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown ul li button {
  height: 50px;
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  border-color: #9a3434;
  background-color: #9a3434;
  position: absolute;
  z-index: 1;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown ul li button:hover {
  border-color: #8f3030;
  background-color: #8f3030;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown.active ul {
  display: block;
}
.sidebar .editor-common-sidebar-preview-wrapper .dropdown.active > button {
  border-color: #8f3030;
  background-color: #8f3030;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.sidebar a:hover,
.sidebar a:focus {
  color: #e6e6e6;
}
.sidebar .sidebar-filter-clear {
  display: inline;
  position: absolute;
  width: auto;
  left: 205px;
  top: 25px;
  padding: 0;
  background: none;
  color: #fff;
}
.sidebar .sidebar-item-container {
  position: relative;
  height: 100%;
}
.sidebar .separator {
  margin-top: 20px;
}
.sidebar .sidebar-row button,
.sidebar .sidebar-breadcrumb button,
.sidebar .sidebar-row a,
.sidebar .sidebar-breadcrumb a {
  margin: 0;
  color: #fff;
  transition: all 0.3s;
}
.sidebar .sidebar-row button:hover,
.sidebar .sidebar-breadcrumb button:hover,
.sidebar .sidebar-row a:hover,
.sidebar .sidebar-breadcrumb a:hover {
  color: #f3dada;
}
.sidebar .sidebar-row button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.sidebar .sidebar-row .error {
  position: inherit;
  top: inherit;
  left: inherit;
  color: #fff !important;
}
.sidebar .sidebar-row .error i {
  color: #fff !important;
}
.sidebar-hide #app {
  margin-left: 0px;
}
.sidebar-hide .sidebar {
  display: none;
}
.sidebar-bg {
  background: #263944;
  height: 100%;
}
.sidebar-inner {
  padding: 0;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar-breadcrumb {
  position: relative;
  top: -40px;
}
.sidebar-breadcrumb-inner {
  display: block;
  padding: 30px 30px;
  font-size: 110%;
}
.sidebar-breadcrumb-inner i {
  color: #9a3434;
  margin-right: 8px;
}
.sidebar-item {
  position: relative;
  left: 10%;
  opacity: 0;
}
.sidebar-item label {
  display: block;
  margin-bottom: 4px;
}
.sidebar-row,
select.sidebar-row {
  display: block;
  position: relative;
}
.sidebar-row button,
select.sidebar-row button {
  font-size: 110%;
  background: none;
  border: none;
  width: 100%;
  padding: 18px 30px;
  text-align: left;
}
.sidebar-row button i,
select.sidebar-row button i {
  margin-right: 8px;
}
.sidebar-row button i.fa-toggle-off,
select.sidebar-row button i.fa-toggle-off,
.sidebar-row button i .fa-toggle-on,
select.sidebar-row button i .fa-toggle-on {
  float: right;
  color: #9a3434;
  font-size: 20px;
}
.sidebar-row button i.fa-chevron-right,
select.sidebar-row button i.fa-chevron-right,
.sidebar-row button i.primary-color,
select.sidebar-row button i.primary-color {
  color: #9a3434;
}
.sidebar-row button i.fa-times,
select.sidebar-row button i.fa-times {
  color: #fff;
}
.sidebar-row-input {
  margin: 10px 25px;
}
.sidebar input[type="text"] {
  height: 25px;
  background: #fff;
  border-color: #7a8b93;
  color: #263944;
  font-size: 110%;
}
.sidebar input[type="text"]::-webkit-input-placeholder {
  color: #385465;
}
.sidebar input[type="text"]:-moz-placeholder {
  color: #385465;
}
.sidebar input[type="text"]::-moz-placeholder {
  color: #385465;
}
.sidebar input[type="text"]:-ms-input-placeholder {
  color: #385465;
}
.sidebar input[type="text"] ~ button {
  top: 25%;
}
.sidebar input[type="text"] ~ button i {
  color: #263944;
  margin-right: 0;
  font-size: 13px;
}
.sidebar input[type="text"] ~ button:hover i {
  color: #a4b0b5;
}
.sidebar-item-title {
  background-color: #263944;
  color: #fff;
  text-align: center;
}
.sidebar-item-title-inner {
  padding: 30px 20px;
  font-size: 110%;
  font-weight: 400;
}
.sidebar-divide {
  background-color: #263944;
  text-align: center;
}
.sidebar-divide h3 {
  font-size: 13px;
}
.sidebar-divide i {
  margin-right: 4px;
}
.sidebar-divide-inner {
  padding: 20px;
}
.sidebar-fieldset-filter.error {
  background: #de6262;
  color: #fff;
}
.sidebar-fieldset-filter.error:hover {
  background: #d53838;
}
button.sidebar-tag {
  padding: 14px 15px 14px 30px;
}
.sidebar-filter {
  position: fixed;
  left: 240px;
  top: 40%;
  width: 250px;
  max-height: 366px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  overflow-y: hidden;
  display: none;
}
.sidebar-filter-toolbar-title {
  padding: 10px;
  margin-left: 10px;
  font-weight: 700;
}
.sidebar-filter-toolbar-subtitle {
  margin-left: 20px;
}
.sidebar-filter-toolbar-close {
  position: absolute;
  top: 5px;
  right: 0px;
}
.sidebar-filter-toolbar-close button {
  color: #263944;
}
.sidebar-filter-toolbar-close button:hover {
  color: #1d2b34;
}
.sidebar-filter-search {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-filter-search input {
  border: 0;
  background-color: #e2e2e2;
}
.sidebar-filter-search input::-webkit-input-placeholder {
  color: #333;
}
.sidebar-filter-search input:-moz-placeholder {
  color: #333;
}
.sidebar-filter-search i {
  position: absolute;
  top: 85px;
  right: 30px;
  color: #808080;
}
.sidebar-filter-items {
  overflow-y: auto;
  max-height: 260px;
}
.sidebar-filter-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-filter-item:hover {
  background-color: #f7f7f7;
}
.sidebar-row-filter {
  border-bottom: 1px solid #3e4a5f;
  padding: 0 20px 0 30px;
}
.sidebar-row-filter.sidebar-row span {
  padding: 8px;
  float: left;
}
.sidebar-row-filter.sidebar-row button {
  display: inline;
  float: right;
  padding: 10px;
  width: auto;
  border: none;
}
.sidebar-row-filter.sidebar-row button i {
  width: 10px;
  margin-right: 0px;
}
#target {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
}
#bullseye {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: 1px solid black;
  cursor: move;
  user-select: none;
  z-index: 99999999 !important;
  left: 0px;
  top: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  transition: opacity 0.2s;
}
#bullseye:active {
  opacity: 0.8;
}
#bullseye:active > div {
  opacity: 0.2;
}
#bullseye div:nth-child(2),
#bullseye div:nth-child(3) {
  background: #fff;
}
#bullseye div:nth-child(1),
#bullseye div:nth-child(4) {
  background: #000;
}
#bullseye .box1 {
  border-radius: 50px 0 0 0;
}
#bullseye .box2 {
  border-radius: 0 50px 0 0;
}
#bullseye .box3 {
  border-radius: 0 0 0 50px;
}
#bullseye .box4 {
  border-radius: 0 0 50px 0;
}
.simulation-zone-finder-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 500;
}
.simulation-zone-finder-modal .shepherd-content {
  user-select: none;
}
.zone-finder-overlay {
  width: 95%;
  height: 95%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  background: #E6E6E6;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.zone-finder-inner {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.zone-finder-inner .zone-finder-image-container {
  height: auto;
  padding: 0;
  background: #E6E6E6;
  width: calc(100% - 125px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.zone-finder-inner .zone-finder-image-container .zone-finder-image-wrapper {
  height: auto;
  user-select: none;
  margin: auto;
  background: #fff;
  max-width: 904px;
}
.zone-finder-inner .zone-finder-image-container .zone-finder-image-wrapper img {
  width: 100%;
  display: flex;
}
.zone-finder-inner .zone-finder-image-container .zone-finder-image-wrapper.half-width {
  max-width: 452px!important;
}
.zone-finder-inner .zone-finder-image-container .zone-finder-image-wrapper.force-full-width {
  width: 100%;
}
.zone-finder-inner .zone-finder-image-container .zone-finder-image-padding {
  padding: 30px;
}
.zone-finder-inner .zone-finder-menu-bar {
  height: auto;
  width: 125px;
  background: #263944;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}
.zone-finder-inner .zone-finder-menu-bar button {
  width: 100%;
}
.zone-finder-inner .zone-finder-menu-bar .apply {
  margin-bottom: 5px;
}
.zone-finder-inner .zone-finder-menu-bar .zone-finder-controls {
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.zone-finder-inner .zone-finder-menu-bar .zone-finder-controls div.position {
  margin-bottom: 5px;
  user-select: none;
}
.zone-finder-inner .zone-finder-menu-bar .zone-finder-controls label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.zone-finder-spectrum {
  width: 317px;
}
.zone-finder-mobile-fallback-message-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.zone-finder-mobile-fallback-message-container p {
  margin: 10px;
  max-width: 75%;
}
.zone-finder-mobile-fallback-message-container button {
  background: #263944;
}
@media (max-width: 700px) {
  .zone-finder-image-container,
  .shepherd-element,
  .zone-finder-menu-bar,
  #target {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .zone-finder-mobile-fallback-message-container {
    display: none !important;
  }
}
.error {
  top: 20px;
  left: 400px;
  font-size: 24px;
  position: absolute;
}
div.forgot-password {
  max-width: 450px;
  margin: 50px auto;
}
div.forgot-password div {
  margin-bottom: 20px;
}
div.forgot-password .forgot-login {
  margin-bottom: 0;
}
div.forgot-password div.forgot-password-success {
  padding: 0 30px;
}
.module-user.location-login,
.module-user.location-forgot,
.module-user.location-reset {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #263944;
}
.module-user.location-login .sidebar,
.module-user.location-forgot .sidebar,
.module-user.location-reset .sidebar,
.module-user.location-login .navigation,
.module-user.location-forgot .navigation,
.module-user.location-reset .navigation,
.module-user.location-login .location-title,
.module-user.location-forgot .location-title,
.module-user.location-reset .location-title {
  display: none;
}
.module-user.location-login #app,
.module-user.location-forgot #app,
.module-user.location-reset #app {
  margin-left: 0px;
  width: 100%;
  margin-top: 60px;
}
.module-user.location-login a,
.module-user.location-forgot a,
.module-user.location-reset a {
  color: #fff;
}
.module-user.location-login button.small,
.module-user.location-forgot button.small,
.module-user.location-reset button.small {
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  margin-top: 20px;
  height: 80%;
}
.module-user .login-logo {
  height: 123px;
  background-image: url('assets/adapt-learning-logo-white.png');
  background-position: center;
  background-repeat: no-repeat;
}
.module-user .login-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.module-user #loginError {
  width: 425px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px;
}
.module-user #loginError i.fa {
  color: #ff5567;
  font-size: 110%;
  margin-right: 5px;
}
.module-user #loginError #loginErrorMessage {
  font-size: 110%;
  color: #fff;
  position: static;
}
.module-user .login-fields,
.module-user .forgot-password-form {
  margin: 20px 0 20px 0;
  position: relative;
}
.module-user .login-fields .login-input-username,
.module-user .forgot-password-form .login-input-username,
.module-user .login-fields .login-input-password,
.module-user .forgot-password-form .login-input-password,
.module-user .login-fields .input-username-email,
.module-user .forgot-password-form .input-username-email {
  font-size: 20px;
  border-radius: 4px;
  border: 0;
  padding: 11px 20px;
  background-color: #fff;
  color: #263944;
  margin-bottom: 5px;
  height: 40px;
}
.module-user .login-fields input#login-input-username::placeholder,
.module-user .forgot-password-form input#login-input-username::placeholder {
  color: #263944;
}
.module-user .login-fields input#login-input-password::placeholder,
.module-user .forgot-password-form input#login-input-password::placeholder {
  color: #263944;
}
.module-user .login-fields input::-webkit-input-placeholder,
.module-user .forgot-password-form input::-webkit-input-placeholder {
  color: #fff;
}
.module-user .login-fields input:-moz-placeholder,
.module-user .forgot-password-form input:-moz-placeholder {
  color: #fff;
}
.module-user .login-fields input::-moz-placeholder,
.module-user .forgot-password-form input::-moz-placeholder {
  color: #fff;
}
.module-user .login-fields input:-ms-input-placeholder,
.module-user .forgot-password-form input:-ms-input-placeholder {
  color: #fff;
}
.module-user .login-fields .input-username-email,
.module-user .forgot-password-form .input-username-email,
.module-user .login-fields .login-input-password,
.module-user .forgot-password-form .login-input-password,
.module-user .login-fields .login-input-username,
.module-user .forgot-password-form .login-input-username {
  width: 405px;
}
.module-user .login-fields button,
.module-user .forgot-password-form button {
  margin-bottom: 5px;
  width: 445px;
  height: 45px;
  font-size: 17px;
}
.module-user .login-remember-me {
  float: left;
  font-size: 15px;
  margin-left: 40px;
}
.module-user .remember-me-label {
  padding-left: 10px;
  display: inline;
}
.module-user .remember-me-checkbox {
  vertical-align: middle;
}
.module-user .login-forgot-password {
  float: right;
  margin-right: 80px;
}
.module-user .login-forgot-password a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.login .login-form {
  margin-top: 40px;
}
.login .login-form .login-form-submit {
  height: 65px;
}
.login {
  max-width: 450px;
  margin: 50px auto;
}
.module-user.location-loginMfa {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #263944;
}
.module-user.location-loginMfa .sidebar,
.module-user.location-loginMfa .navigation,
.module-user.location-loginMfa .location-title {
  display: none;
}
.module-user.location-loginMfa #app {
  margin-left: 0px;
  width: 100%;
  margin-top: 60px;
}
.module-user.location-loginMfa a {
  color: #fff;
}
.module-user.location-loginMfa button.small {
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  margin-top: 20px;
  height: 80%;
}
.module-user .login-mfa-logo {
  height: 123px;
  background-image: url('assets/adapt-learning-logo-white.png');
  background-position: center;
  background-repeat: no-repeat;
}
.module-user .login-mfa-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.module-user .login-mfa-text {
  margin-bottom: 15px;
}
.module-user #login-mfaError {
  width: 425px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px;
}
.module-user #login-mfaError i.fa {
  color: #ff5567;
  font-size: 110%;
  margin-right: 5px;
}
.module-user #login-mfaError #login-mfaErrorMessage {
  font-size: 110%;
  color: #fff;
  position: static;
}
.module-user .login-mfa-fields {
  margin: 20px 0 20px 0;
  position: relative;
}
.module-user .login-mfa-fields .login-mfa-input-verificationcode {
  font-size: 20px;
  border-radius: 4px;
  border: 0;
  padding: 11px 20px;
  background-color: #fff;
  color: #263944;
  margin-bottom: 5px;
  height: 40px;
}
.module-user .login-mfa-fields input#login-mfa-input-verificationcode::placeholder {
  color: #263944;
}
.module-user .login-mfa-fields input::-webkit-input-placeholder {
  color: #fff;
}
.module-user .login-mfa-fields input:-moz-placeholder {
  color: #fff;
}
.module-user .login-mfa-fields input::-moz-placeholder {
  color: #fff;
}
.module-user .login-mfa-fields input:-ms-input-placeholder {
  color: #fff;
}
.module-user .login-mfa-fields .login-mfa-input-verificationcode {
  width: calc(100% - 40px);
}
.module-user .login-mfa-fields button {
  margin-bottom: 5px;
  width: 100%;
  height: 45px;
  font-size: 17px;
}
.module-user .login-mfa-fields #loginError {
  width: calc(100% - 20px);
}
.resend-mfatoken-btn {
  width: 445px;
  height: 65px !important;
  font-size: 17px;
}
.login-mfa .login-mfa-form {
  margin-top: 40px;
}
.login-mfa .login-mfa-form .login-mfa-form-submit {
  height: 65px;
}
.login-mfa {
  max-width: 450px;
  margin: 50px auto;
}
.login-skip-mfa {
  display: flex;
  align-items: center;
  float: left;
  font-size: 15px;
  margin: 10px 0 15px 0px;
}
.skip-mfa-label {
  padding-left: 10px;
  display: inline;
  margin-bottom: 0;
}
.skip-mfa-checkbox {
  vertical-align: middle;
}
.location-loginMfa .resend-mfatoken-btn:hover .loading-spinner,
.location-loginMfa .resend-mfatoken-btn:focus .loading-spinner {
  display: inline-block;
  margin: -2px 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  -webkit-animation: spin 800ms infinite linear;
  animation: spin 800ms infinite linear;
}
.location-loginMfa .loading-spinner {
  display: inline-block;
  margin: -2px 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 3px solid #F4F5F0;
  border-top-color: transparent;
  -webkit-animation: spin 800ms infinite linear;
  animation: spin 800ms infinite linear;
}
.location-loginMfa .help-dialog {
  display: none;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login-navigation-bar {
  display: flex;
  justify-content: flex-end;
}
.login-navigation-bar-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 500;
  background-color: #9a3434;
  background-position: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
}
.login-navigation-right {
  margin-right: 30px;
  height: inherit;
  display: flex;
  align-items: center;
}
.login-navigation-item {
  display: inline-block;
  margin: 0px;
  margin-left: auto;
}
.login .langspot {
  color: #fff;
  text-decoration: none;
}
.login .langspot span {
  color: #fff !important;
}
.login .langspot:hover {
  text-decoration: underline;
}
.logout-inner {
  padding: 30px;
}
div.reset-password {
  max-width: 450px;
  margin: 50px auto;
}
div.reset-password .login-title {
  font-size: 30px;
  margin-bottom: 25px;
}
div.reset-password .cancel {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
div.login-fields input {
  font-size: 17px;
  border-radius: 4px;
  border: 0;
  padding: 11px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 5px;
  height: 25px;
}
.user-profile .error-text {
  padding: 15px 30px;
  background-color: #ff5567;
  color: #fff;
}
.user-profile .intro-text {
  padding: 30px 30px 0 30px;
}
.user-profile .error,
.user-profile .success {
  position: static;
  top: auto;
  left: auto;
  font-size: inherit;
  margin-left: 5px;
}
.user-profile .editing-overlay-panel-content {
  border-bottom: none;
}
.user-profile .editing-overlay-panel-content .inner {
  margin-bottom: 20px;
}
.user-profile .editing-overlay-panel-content .inner .alert {
  background-color: transparent;
  color: #ff5567;
}
.user-profile .editing-overlay-panel-content .inner .alert-info {
  color: #ffa08d;
}
.user-profile .editing-overlay-panel-content .inner .alert-success {
  color: #9a3434;
}
.user-profile .editing-overlay-panel-content .inner .feedback {
  padding-bottom: 15px;
}
.user-management-filter .filter-inner {
  display: flex;
  flex-direction: column;
}
.user-management-filter .filter-inner .sidebar-tag {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-management-filter .filter-inner .selectize-control {
  padding: 0;
}
.user-management-filter .filter-inner .selectize-control .selectize-input {
  background: #627178;
  border-color: #7a8b93;
  color: #fff;
}
.user-management-filter input[type="radio"],
.user-management-filter input[type="checkbox"] {
  display: none;
}
.user-management-filter input[type="radio"]:checked + .fa-toggle-off:before,
.user-management-filter input[type="checkbox"]:checked + .fa-toggle-off:before {
  content: "\f205";
  color: #9a3434;
}
.user-management-filter label.sidebar-tag {
  display: flex;
  padding: 14px 25px;
}
.user-management-filter label.sidebar-tag span {
  margin-right: 10px;
  flex-grow: 1;
}
.user-management-filter label.sidebar-tag i.fa {
  color: #9a3434;
  font-size: 20px;
}
.userManagement .container {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
  max-width: inherit;
}
.userManagement .container .search {
  padding: 10px;
  display: flex;
  background-color: #f7f7f7;
}
.userManagement .container .search input[type="text"] {
  width: 85%;
  box-sizing: border-box;
}
.userManagement .container .search button {
  flex-grow: 1;
  margin-left: 10px;
}
.userManagement .container .user-management-filter {
  padding: 0 10px;
  background-color: #f7f7f7;
}
.userManagement .container .user-management-filter .filter-inner {
  border-top: solid 1px #d9d9d9;
}
.userManagement .container > .inner {
  padding: 30px;
}
.userManagement .container > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.userManagement .container .tb-heading .col-centered {
  display: flex;
  justify-content: center;
}
.userManagement .container .tb-heading > div button {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.userManagement .container .tb-heading > div button.active {
  font-weight: 700;
}
.userManagement .container .tb-heading > div button > h4 {
  flex-grow: 1;
}
.userManagement .container .tb-heading > div button i.fa {
  margin-right: 10px;
}
.userManagement .container .tb-heading > div button i.fa {
  visibility: hidden;
}
.userManagement .container .tb-heading > div button.active i.fa {
  visibility: visible;
}
.userManagement .container .tb-heading > div button.sort-down i.fa::before {
  content: "\f0dd";
}
.userManagement .container .tb-heading > div button.sort-up i.fa::before {
  content: "\f0de";
}
.userManagement .container .tb-heading .sort,
.userManagement .container .tb-heading .filter {
  color: rgba(38, 57, 68, 0.5);
}
.userManagement .container .tb-heading .sort.active,
.userManagement .container .tb-heading .filter.active {
  color: #263944;
}
.userManagement .view-buttons {
  text-align: right;
  padding-bottom: 20px;
}
.userManagement .action-buttons {
  margin-top: 30px;
  margin-bottom: 15px;
}
.userManagement .tb-row {
  padding: 10px;
}
.userManagement .tb-row.align-right {
  text-align: right;
}
.userManagement .user-item {
  cursor: pointer;
  border: 1px solid white;
}
.userManagement .user-item.me .tb-col-inner {
  font-weight: 700;
}
.userManagement .user-item.inactive .tb-col-inner {
  color: #BBBBBB;
}
.userManagement .user-item.locked {
  color: #ff5567;
}
.userManagement .user-item.selected {
  cursor: default;
  border: 1px solid #d6f2f9;
  border-left: 1px solid #8ea3af;
  background-color: #f3faff;
}
.userManagement .user-item:hover {
  border-left: 1px solid #8ea3af;
  background-color: #f3faff;
}
.userManagement .user-item .tb-col-inner li {
  margin-left: 0;
  list-style: none;
}
.userManagement .user-item .tb-col-inner .group {
  margin-bottom: 10px;
}
.userManagement .user-item .tb-col-inner span,
.userManagement .user-item .tb-col-inner select,
.userManagement .user-item .tb-col-inner input {
  display: block;
}
.userManagement .user-item a {
  cursor: pointer;
  padding-left: 3px;
}
.userManagement .user-item button {
  font-size: 90%;
  padding: 5px 7px;
  margin-bottom: 5px;
  width: 100%;
}
.userManagement .user-item input {
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 3px;
  margin-right: 4px;
}
.userManagement .user-item select {
  max-width: 115px;
}
.userManagement .user-item select[name="delete-options"] {
  max-width: none;
  width: 100%;
}
.userManagement .user-item button.resetPassword.submitted {
  background-color: #2995a8;
  border-color: #2995a8;
}
.addUser .inner {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #d6f2f9;
  background-color: #fff;
  padding: 30px;
}
.addUser .inner > .inner {
  padding: 30px;
}
.addUser .inner > .inner form .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.addUser .inner li {
  margin-left: 0;
  list-style: none;
}
.addUser .inner .title {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
.addUser .inner form .form-group {
  border: none;
}
.addUser .inner form .form-group .field-error {
  padding-bottom: 5px;
}
.button--skip-link:not(:focus-visible) {
  transform: translateY(-4em);
  opacity: 0;
  pointer-events: none;
}
.button--skip-link {
  background-color: white !important;
  border-color: white !important;
  outline-color: currentColor !important;
  color: black !important;
  font-weight: 600;
  font-size: larger;
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  width: 15em;
  opacity: 1;
  transition: transform 0.1875s ease-out, opacity 0.1875s ease-out;
}
.button,
.button:visited,
button,
button:visited {
  color: #fff;
  color: var(--pure-white);
}
.bypass-block-btn {
  border-radius: 5px;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  border: 2px solid #005a6a;
  border: 2px solid var(--wai-green);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  background-color: #005a6a;
  background-color: var(--wai-green);
  text-decoration: none;
  font-weight: 700;
}
/*Questions & Help Message*/
.fab-message {
  display: grid;
  grid-template-rows: 1fr auto;
  position: fixed;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 15;
}
.fab-message__button {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  order: 1;
}
.fab-message__content {
  background: #fff;
  box-shadow: none;
  color: #151515;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3f3f3f;
  order: 2;
}
.fab-message__content a {
  color: #0054a6;
  cursor: pointer;
}
.fab-message.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 15;
}
.fab-message.is-open .fab-message__button {
  -webkit-transform: translateY(0.75em);
  transform: translateY(0.75em);
}
.fab-message.is-open .fab-message__content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
/*FAB Button*/
.at-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #cd1c69;
  width: 35px;
  height: 35px;
  padding: 12px;
  z-index: 15;
  border-radius: 100%;
  box-sizing: border-box;
  color: #666;
  -webkit-animation: at-ripple 0.6s linear infinite;
  animation: at-ripple 0.6s linear infinite;
}
.at-button:focus-visible,
.at-button:hover {
  background: #a71655;
  outline: none;
}
.at-button:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.at-button i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@-webkit-keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
  }
}
@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
  }
}
.at-button svg {
  position: absolute;
}
.at-button .svg-cross {
  opacity: 0;
  transition: opacity 0.25s;
}
.at-button .svg-question-mark {
  opacity: 1;
  transition: opacity 0.25s;
}
.toggle-icon.at-button .svg-question-mark {
  opacity: 0;
}
.toggle-icon.at-button .svg-cross {
  opacity: 1;
}
a.at-button.toggle-icon {
  bottom: -20px;
}
.help-dialog-inner-content {
  font-size: 15px !important;
  padding: 15px 0 15px 15px;
}
.help-dialog-inner-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.help-dialog-inner-content p {
  margin-bottom: 10px;
}
.help-dialog-inner-content ul.help-dialog-choice-list {
  margin-bottom: 15px;
}
.help-dialog-inner-content ul.help-dialog-choice-list li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 5px;
}
.help-dialog-inner-content .rep-selector-wrapper {
  margin-bottom: 15px;
}
.help-dialog-inner-content .breadcrumbs {
  font-weight: 400;
  margin-bottom: 7px;
  padding: 5px 0;
}
.help-dialog-inner-content .breadcrumbs .separator {
  display: inline;
  margin: 0 5px;
  overflow: hidden;
}
.help-dialog-inner-content .breadcrumbs .item {
  display: inline-block;
  white-space: nowrap;
}
.help-dialog-inner-content .breadcrumbs a[aria-current="page"] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.help-dialog-inner-content .help-dialog-back-button {
  border-radius: 3px;
}
.help-dialog-content-wrapper {
  width: calc(75% - 250px);
}
.help-dialog-icon-wrapper {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-dialog-icon-wrapper .large-icon-question-mark {
  background: #cd1c69;
  padding: 25px;
  border-radius: 100%;
  -webkit-animation: at-ripple 0.6s linear infinite;
  animation: at-ripple 0.6s linear infinite;
}
.help-dialog-main-wrapper {
  display: flex;
}
.form-container > form > div > fieldset {
  padding: 45px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.error-text {
  padding: 15px 30px;
  background-color: #ff5567;
  color: #fff;
}
.help-dialog-inner [data-type="TextArea"],
.help-dialog-inner [data-type="Text"],
.help-dialog-inner [data-type="Checkbox"] {
  margin-left: 20px;
}
.scaffold-items-modal-body [data-type="TextArea"],
.scaffold-items-modal-body [data-type="Text"],
.scaffold-items-modal-body [data-type="Checkbox"] {
  margin-left: 0;
}
.list-item {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  cursor: pointer;
  word-wrap: break-word;
  display: flex;
}
.message-management .ck.ck-editor {
  position: relative;
  width: 90%;
}
.message-management .ck-editor__editable_inline {
  min-height: 200px;
}
.message-management .error-text {
  padding: 15px 30px;
  background-color: #ff5567;
  color: #fff;
}
.message-management .error,
.message-management .success {
  position: static;
  top: auto;
  left: auto;
  font-size: inherit;
  margin-left: 5px;
}
.message-management .editing-overlay-panel-content {
  border-bottom: none;
}
.message-management .editing-overlay-panel-content .inner {
  margin-bottom: 20px;
}
.message-management .editing-overlay-panel-content .inner .alert {
  background-color: transparent;
  color: #ff5567;
}
.message-management .editing-overlay-panel-content .inner .alert-info {
  color: #ffa08d;
}
.message-management .editing-overlay-panel-content .inner .alert-success {
  color: #9a3434;
}
.message-management .editing-overlay-panel-content .inner .feedback {
  padding-bottom: 15px;
}
.message-management .label-picker {
  display: block;
}
.general-ribbon {
  height: auto;
}
.ribbon-inner {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.ribbon-msg {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
}
.ribbon-icon {
  font-size: 25px;
}
.ribbon-msg-container div {
  display: inline-block;
}
.location-login .general-ribbon {
  display: none !important;
}
div.password-wrapper {
  display: inline;
}
div.password-checklist {
  margin-top: 10px;
}
div.swal2-html-container div.password-fields-view {
  text-align: left;
  font-size: 90%;
}
p.password-force-message {
  margin-bottom: 10px;
  text-align: center;
}
div.login-fields .toggle-password,
div.login-fields .toggle-confirmation-password {
  color: #fff;
}
button.toggle-password,
button.toggle-confirmation-password {
  height: 40px;
  padding-top: 6px;
}
button.toggle-password:focus-visible,
button.toggle-confirmation-password:focus-visible {
  outline: 1px solid #666;
}
div.login-fields .toggle-password,
div.swal2-modal .toggle-password,
div.login-fields .toggle-confirmation-password,
div.swal2-modal .toggle-confirmation-password {
  position: absolute;
  margin-left: -50px;
  margin-top: 1px;
  width: auto;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: 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('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}
.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;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.sr-only {
  white-space: nowrap;
  border-width: 0;
  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;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}
.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, 0.75);
}
.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-button:disabled {
  cursor: not-allowed;
}
.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem;
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}
.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: 0.75rem 0.75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}
.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0.75em;
}
.shepherd-text p {
  margin-top: 0;
}
.shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}
.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: none;
  visibility: hidden;
  width: 100%;
  z-index: 700;
  user-select: none;
}
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}
.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}
.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transform: translateZ(0);
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}
.shepherd-title {
  color: #eaeaea;
}
.shepherd-header {
  background: #105067 !important;
}
.shepherd-text {
  color: #000;
}
.shepherd-content {
  background: #bfbfbf;
}
.shepherd-button {
  border-color: #454545 !important;
  background: #454545 !important;
  color: #fff !important;
}
.shepherd-arrow {
  filter: contrast(0.5);
}
.shepherd-element a {
  color: blue;
}
.shepherd-enabled:focus {
  outline: none!important;
}
.shepherd-element {
  border-radius: 0 !important;
}
.shepherd-arrow:before {
  transform: rotate(45deg) scale(1.25) !important;
}
.border {
  border: 4px solid var(--shepherd-border-color);
}
.border .shepherd-arrow:before {
  outline: 4px solid var(--shepherd-border-color);
}
.shepherd-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.shepherd-title .pagination {
  font-size: 13px;
  line-height: 20px;
}
.shepherd-title .step-title {
  width: 100%;
  font-size: 17px;
}
.shepherd-text {
  min-height: 70px;
}
.shepherd-header {
  background: #0f2a4a !important;
}
.shepherd-cancel-icon {
  color: #fff !important;
  cursor: not-allowed !important;
}
.shepherd-cancel-icon:hover {
  color: hsla(0, 0%, 50%, 0.75) !important;
}
.shepherd-button:hover {
  background-color: #DEDEDE !important;
  color: #173E6D !important;
}
.shepherd-button {
  background-color: #fff;
  color: #173E6D;
  border-radius: 0;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.shepherd-content {
  background: #E6E6E6;
  border-radius: 0!important;
}
.shepherd-header {
  background: #0f2a4a !important;
  border-radius: 0;
}
.shepherd-title {
  color: #fff !important;
}
.shepherd-arrow:before {
  background: #E6E6E6;
}
.shepherd-arrow {
  filter: none!important;
}
.start-tour {
  color: #fff !important;
  background-color: #173E6D !important;
  height: auto;
}
.start-tour:hover {
  background-color: #173E6D !important;
}
.component-left .start-tour {
  width: 50%;
  left: 25%;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #0f2a4a;
}
button.shepherd-cancel-icon {
  background: none !important;
}
button.shepherd-cancel-icon:hover {
  background: none !important;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/*# sourceMappingURL=adapt.css.map */