@charset "UTF-8";
/*--------------------------------------------------------------
# Admin Style
--------------------------------------------------------------*/
#cc-page .pageinner {
  padding-top: 0;
  min-height: 100vh;
  background: #eee; }

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
#cc-header {
  position: fixed;
  background: #003c8b;
  width: 5rem;
  height: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99; }
  #cc-header .logo {
    width: 4rem;
    height: 4rem;
    margin: 1rem auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #cc-header nav {
    display: block;
    margin: 0 0 2rem;
    position: relative; }
    #cc-header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #cc-header nav ul li {
        padding: 0;
        margin: 0; }
        #cc-header nav ul li a {
          display: block;
          color: #fff;
          opacity: 1;
          width: 100%;
          font-size: 1.8rem;
          width: 3.5rem;
          height: 3.5rem;
          margin: 1rem auto;
          display: flex;
          justify-content: center;
          align-items: center; }
          #cc-header nav ul li a span {
            background: rgba(0, 27, 63, 0.9);
            font-size: 9px;
            letter-spacing: 0.3px;
            font-weight: 700;
            position: absolute;
            padding: 0.3rem 1rem;
            opacity: 0;
            visibility: hidden;
            border-radius: 5px;
            left: 90%;
            white-space: nowrap;
            transition: opacity 0.3s, left 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
            #cc-header nav ul li a span:after {
              content: "";
              position: absolute;
              left: -5px;
              top: 5px;
              width: 0;
              height: 0;
              border-top: 5px solid transparent;
              border-bottom: 5px solid transparent;
              border-right: 5px solid rgba(0, 27, 63, 0.9); }
          #cc-header nav ul li a i {
            display: block; }
          #cc-header nav ul li a:hover {
            opacity: 1; }
            #cc-header nav ul li a:hover span {
              opacity: 1;
              left: 104%;
              visibility: visible; }
        #cc-header nav ul li.current a {
          background: #001b3f;
          border-radius: 10px; }
  #cc-header #logoutlink {
    display: block; }
    #cc-header #logoutlink a {
      display: block;
      color: #fff;
      opacity: 1;
      width: 100%;
      font-size: 1.8rem;
      width: 3.5rem;
      height: 3.5rem;
      margin: 1rem auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      #cc-header #logoutlink a span {
        background: rgba(0, 27, 63, 0.9);
        font-size: 9px;
        letter-spacing: 0.3px;
        font-weight: 700;
        position: absolute;
        padding: 0.3rem 1rem;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
        left: 90%;
        white-space: nowrap;
        transition: opacity 0.3s, left 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
        #cc-header #logoutlink a span:after {
          content: "";
          position: absolute;
          left: -5px;
          top: 5px;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid rgba(0, 27, 63, 0.9); }
      #cc-header #logoutlink a i {
        display: block; }
      #cc-header #logoutlink a:hover {
        opacity: 1; }
        #cc-header #logoutlink a:hover span {
          opacity: 1;
          left: 104%;
          visibility: visible; }

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
#cc-page {
  padding-left: 5rem;
  background: #eee; }
  #cc-page #footer {
    background: #fff; }

/*--------------------------------------------------------------
# stepsummary
--------------------------------------------------------------*/
#stepsummary {
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 1rem;
  font-size: 1.4rem; }
  #stepsummary a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0; }
    #stepsummary a.current {
      color: #003c8b; }
    #stepsummary a:last-child {
      border: 0; }

#addstep {
  display: block;
  text-align: center;
  color: #003c8b;
  font-size: 3rem;
  cursor: pointer;
  padding: 1rem;
  opacity: 0.5; }
  #addstep:hover {
    opacity: 1; }

.resulte {
  display: block;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/
#cc-title {
  display: block;
  position: relative;
  background: #fff;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  #cc-title #titleproduct {
    display: block;
    padding: 1rem 2rem;
    font-weight: 700;
    text-transform: uppercase; }
    #cc-title #titleproduct span {
      display: block;
      font-size: 1.4rem; }
      #cc-title #titleproduct span:last-child {
        font-weight: 400;
        color: #003c8b; }
  #cc-title h1 {
    display: block;
    position: relative;
    font-size: 2.4rem;
    padding: 1.3rem 2.5rem 1.4rem;
    margin: 0; }
    #cc-title h1 span,
    #cc-title h1 i {
      display: inline-block;
      vertical-align: middle; }
    #cc-title h1 i {
      width: 2rem;
      margin-right: 1rem;
      text-align: center;
      color: #003c8b; }
  #cc-title.nomargin {
    margin-bottom: 0; }
  #cc-title #sidelink {
    position: absolute;
    right: 3rem;
    bottom: 2rem; }
    #cc-title #sidelink a {
      border: 1px solid #003c8b;
      font-size: 1.3rem;
      font-weight: 700;
      display: block;
      position: relative;
      border-radius: 5px;
      padding: 0.5rem 2rem;
      opacity: 0.5; }
      #cc-title #sidelink a i,
      #cc-title #sidelink a span {
        display: inline-block;
        vertical-align: middle; }
      #cc-title #sidelink a i {
        margin-right: 0.3rem; }
      #cc-title #sidelink a:hover {
        opacity: 1; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer.loggedfooter {
  margin: 0;
  padding: 0; }
  #footer.loggedfooter #sub-footer {
    padding: 3rem 0; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.steps {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff; }
  .steps .step {
    max-width: 60rem;
    padding: 2rem; }
    .steps .step h3 {
      margin-bottom: 1rem;
      font-size: 2.6rem; }
  .steps .step2 {
    display: none; }
    .steps .step2 h3 i {
      color: #689f38; }

.cc-modules {
  display: block;
  position: relative;
  padding: 3rem 3rem;
  max-width: 100rem;
  margin: 0 auto; }
  .cc-modules .cc-module-title {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .cc-modules h3 {
    font-size: 2rem;
    margin-bottom: 0; }
  .cc-modules .cc-module {
    display: block;
    padding: 2.5rem 3rem 3rem;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 2rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04); }
    .cc-modules .cc-module h3 {
      margin-bottom: 1rem;
      font-size: 2.6rem; }
    .cc-modules .cc-module img {
      display: block;
      margin: 0;
      border-radius: 5px; }
    .cc-modules .cc-module:hover {
      z-index: 2; }

.tophint {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  padding-left: 3rem;
  margin: 3rem;
  max-width: 75rem;
  font-size: 1.4rem; }
  .tophint h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .tophint:before {
    content: "\ea28";
    position: absolute;
    left: 3px;
    font-size: 21px;
    top: 0;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003c8b; }

.picdelete .deleteimage {
  opacity: 0.7; }
  .picdelete .deleteimage:hover {
    opacity: 1; }

.picdelete button {
  font-size: 1.3rem; }

.picdelete .picdelete-hide i {
  font-size: 1.3rem; }

/*--------------------------------------------------------------
# #viewprofile
--------------------------------------------------------------*/
#viewprofile {
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  padding: 0.7rem 1rem 0.9rem 1rem;
  display: inline-block; }
  #viewprofile span,
  #viewprofile i {
    vertical-align: middle;
    display: inline-block; }
  #viewprofile span {
    font-size: 1.2rem; }
  #viewprofile i {
    margin-right: 0.3rem; }

/*--------------------------------------------------------------
# flex-module
--------------------------------------------------------------*/
.flex-module {
  margin-bottom: 1rem;
  position: relative;
  padding: 3.5rem 3rem 1rem !important; }
  .flex-module .actions {
    position: absolute;
    right: 0;
    top: 0; }
    .flex-module .actions i {
      display: inline-block;
      padding: 0.5rem;
      font-size: 1.8rem;
      opacity: 0.6;
      cursor: pointer; }
      .flex-module .actions i:hover {
        opacity: 1; }
    .flex-module .actions i.handle {
      cursor: grab;
      background: #003c8b;
      color: #f7e5e8; }
    .flex-module .actions i.remove {
      border-radius: 0 0 0 5px;
      background: #cf4647;
      color: #fff; }
  .flex-module .input-group {
    padding-bottom: 20px !important; }

.flex-module-master {
  display: none !important; }

/*--------------------------------------------------------------
# Bilder
--------------------------------------------------------------*/
.cc-pic {
  margin-bottom: 1rem;
  position: relative; }
  .cc-pic .handle-wrapper {
    position: absolute;
    right: 0;
    top: 0; }
    .cc-pic .handle-wrapper i {
      cursor: pointer;
      cursor: grab;
      display: block;
      padding: 0.5rem;
      font-size: 1.8rem;
      background: #003c8b;
      color: #f7e5e8;
      opacity: 0.6;
      border-radius: 0 0 0 5px; }
      .cc-pic .handle-wrapper i:hover {
        opacity: 1; }

/*--------------------------------------------------------------
# picsprogress
--------------------------------------------------------------*/
#picsprogress {
  background: rgba(0, 0, 0, 0.85); }
  #picsprogress h3 {
    font-size: 2rem;
    text-align: center;
    margin: 0; }

/*--------------------------------------------------------------
# picupload
--------------------------------------------------------------*/
#picupload-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer; }
  #picupload-wrapper input[type="file"] {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
  #picupload-wrapper button {
    opacity: 1; }
  #picupload-wrapper:hover button {
    opacity: 1; }

#picresult {
  display: block;
  margin-bottom: 2rem; }
  #picresult .picres {
    position: relative;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #f7e5e8;
    font-size: 1.4rem; }
    #picresult .picres i {
      width: 2rem;
      font-size: 1.6rem;
      display: inline-block;
      vertical-align: middle;
      color: #689f38; }
    #picresult .picres span {
      display: inline-block;
      vertical-align: middle; }
      #picresult .picres span:nth-child(2) {
        font-weight: 700;
        margin-right: 2rem; }
    #picresult .picres.red i {
      color: #cf4647; }
    #picresult .picres:last-child {
      border: 0; }
  #picresult .loadinghint {
    text-align: center;
    font-style: italic;
    max-width: 30rem;
    margin: 0 auto;
    font-size: 1.3rem; }
  #picresult .newloadhint {
    font-size: 1.2rem;
    margin-top: 1rem; }

/*--------------------------------------------------------------
# Submenu
--------------------------------------------------------------*/
#cc-submenu {
  display: block;
  position: relative;
  display: flex;
  overflow-x: scroll;
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem 2.5rem 1rem 3rem; }
  #cc-submenu div {
    position: relative;
    display: block; }
    #cc-submenu div a {
      display: block;
      padding: 0.5rem 1.5rem;
      border-radius: 10rem;
      margin-right: 0.5rem;
      color: #003c8b;
      font-size: 1.2rem;
      font-weight: 700;
      background: #f7e5e8;
      opacity: 0.7; }
      #cc-submenu div a.current {
        background: #003c8b;
        color: #fff;
        opacity: 1; }
      #cc-submenu div a:hover {
        opacity: 1; }

/*--------------------------------------------------------------
# chooselist
--------------------------------------------------------------*/
#chooselist a {
  display: block;
  width: 100%;
  margin-top: 0.5rem; }

/*--------------------------------------------------------------
# cc-stat
--------------------------------------------------------------*/
.cc-stat {
  display: block;
  position: relative;
  text-align: center; }
  .cc-stat .cc-stat-number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 5rem;
    color: #000;
    margin-bottom: 1rem; }
  .cc-stat .cc-stat-title {
    font-size: 1.4rem;
    color: #999999; }
  .cc-stat .cc-stat-icon {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #f7e5e8;
    color: #003c8b;
    text-align: center;
    line-height: 39px;
    margin-bottom: 2rem; }
    .cc-stat .cc-stat-icon.p1 {
      color: #308485;
      background: rgba(48, 132, 133, 0.2); }
    .cc-stat .cc-stat-icon.p2 {
      color: #e94400;
      background: rgba(233, 68, 0, 0.2); }
    .cc-stat .cc-stat-icon.p3 {
      color: #f12e5e;
      background: rgba(241, 46, 94, 0.2); }
    .cc-stat .cc-stat-icon.p4 {
      color: #6a6dec;
      background: rgba(106, 109, 236, 0.2); }
    .cc-stat .cc-stat-icon.p5 {
      color: #8f5fd7;
      background: rgba(143, 95, 215, 0.2); }
    .cc-stat .cc-stat-icon.p6 {
      color: #a652bf;
      background: rgba(166, 82, 191, 0.2); }
    .cc-stat .cc-stat-icon.p7 {
      color: #b446a7;
      background: rgba(180, 70, 167, 0.2); }

/*--------------------------------------------------------------
# cc-questionhint
--------------------------------------------------------------*/
.cc-questionhint {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  text-align: center;
  width: 1.6rem;
  height: 1.6rem; }
  .cc-questionhint i {
    font-size: 1.6rem;
    color: #cccccc;
    line-height: 14px;
    display: block; }
  .cc-questionhint div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    left: -9rem;
    bottom: 120%;
    font-size: 1rem;
    line-height: 1.4;
    width: 20rem;
    padding: 1rem 0.4rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .cc-questionhint:hover div {
    opacity: 1;
    visibility: visible; }

.ar {
  text-align: right; }

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
.cc-book {
  display: block;
  position: relative; }
  .cc-book .col-md-5 {
    text-align: right; }
  .cc-book button {
    margin-left: 0.5rem; }
  .cc-book .cc-book-inner,
  .cc-book .cc-book-delete {
    display: none;
    margin: 2rem 0 0; }
  .cc-book.open .cc-book-inner {
    display: block; }
  .cc-book .cc-book-title {
    padding-left: 3rem; }
    .cc-book .cc-book-title .cc-book-state {
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 100%;
      left: 1.8rem;
      top: 2.4rem;
      background: #f7e5e8; }
      .cc-book .cc-book-title .cc-book-state.state1 {
        background: #003c8b;
        background: -webkit-linear-gradient(left, #003c8b 0%, #3169b3 100%);
        background: linear-gradient(to right, #003c8b 0%, #3169b3 100%);
        box-shadow: 0 0 10px rgba(0, 60, 139, 0.7); }

.cc-hint {
  display: block;
  margin: 2rem 0 0; }

#pswd_info {
  z-index: 99;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.2rem; }
  #pswd_info div {
    font-weight: 700;
    margin: 0.4rem 0 0.3rem; }
  #pswd_info ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0; }
    #pswd_info ul li {
      margin: 0;
      padding: 2px 5px;
      border-radius: 5px;
      list-style: none;
      float: left;
      margin-right: 0.5rem;
      font-weight: 700; }
      #pswd_info ul li:before {
        content: "\ebea";
        font-family: boxicons !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        padding-right: 0.1rem;
        font-size: 14px;
        top: 2px; }
  #pswd_info .invalid {
    background: #ec3f41;
    color: #fff; }
  #pswd_info .valid {
    background: #689f38;
    color: #fff; }
    #pswd_info .valid:before {
      content: "\ec26"; }

.selector-wrapper .form-selector {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }

.selector-wrapper .form-selector:focus,
.selector-wrapper .form-selector:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.selector-wrapper .form-selector:after {
  content: "▾";
  position: absolute;
  top: 0;
  right: 29px;
  z-index: 1;
  color: #003c8b;
  line-height: 40px;
  font-size: 21px; }

.selector-wrapper .ie .form-selector:after {
  display: none; }

.selector-wrapper select {
  position: relative;
  background: transparent;
  background-image: none;
  display: block;
  width: 100%;
  outline: none;
  color: #003c8b;
  cursor: pointer;
  z-index: 2;
  border: none;
  padding: 6px 40px 6px 20px;
  text-overflow: "";
  text-indent: 5px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.selector-wrapper select[multiple="multiple"] {
  height: auto;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }

.selector-wrapper select[multiple="multiple"]:hover {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.selector-wrapper select option[disabled] {
  color: #eeeeee;
  text-shadow: none;
  border: none; }

.selector-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #888888; }

.selector-wrapper select::-ms-expand {
  display: none; }

#statrow {
  margin-bottom: 2rem; }
  #statrow h3 {
    margin: 0; }

/*--------------------------------------------------------------
# uploadwrapper
--------------------------------------------------------------*/
#uploadwrapper {
  position: relative;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 26px; }
  #uploadwrapper label {
    cursor: pointer; }
    #uploadwrapper label i {
      color: #fff;
      background: #3169b3;
      width: 5rem;
      height: 5rem;
      border-radius: 100%;
      padding-top: 11px;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  #uploadwrapper input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0; }

.depstep {
  margin: 1.5rem 0;
  border: 2px solid #eee;
  padding: 1rem; }
  .depstep .text {
    background: #eee;
    padding: 0.5rem 2rem;
    border-radius: 3px;
    margin-bottom: 0.6rem;
    font-weight: 700; }
  .depstep input,
  .depstep select {
    margin-bottom: 0.5rem; }
  .depstep .orstep {
    text-decoration: underline;
    color: #aaa !important;
    border: 0 !important; }

.depstepor {
  background: #eee; }

#savesteps {
  margin-top: 2rem; }

#linking a.btn {
  display: block;
  background: #689f38;
  color: #fff;
  margin: 3rem 0;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  padding: 1rem;
  text-align: center; }

#deleteitem {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 3rem; }
  #deleteitem .ask {
    font-weight: 700;
    cursor: pointer;
    opacity: 0.5; }
    #deleteitem .ask:hover {
      opacity: 1; }
  #deleteitem .sure {
    display: none;
    margin-top: 2rem; }
    #deleteitem .sure span {
      color: #003c8b;
      padding: 1rem;
      cursor: pointer;
      background: #eee;
      border-radius: 3px;
      margin: 0.2rem; }
      #deleteitem .sure span:hover {
        color: #fff;
        background: #003c8b; }

.input-field {
  margin-bottom: 3rem; }

#konfigurator .inputfield {
  display: flex;
  justify-content: flex-start; }
  #konfigurator .inputfield .after {
    order: 2;
    display: inline-block;
    background: #e6e6e6;
    color: #222;
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 20px;
    border: 2px solid #e6e6e6;
    margin-bottom: 5px; }
  #konfigurator .inputfield input {
    order: 1;
    display: inline-block;
    outline: none;
    max-width: 400px;
    background: #fafafa;
    color: #222;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    border: 2px solid #e6e6e6;
    margin-bottom: 5px; }
  #konfigurator .inputfield input[type="number"] {
    text-align: right; }
  #konfigurator .inputfield .after ~ input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

.features {
  margin: 4rem 0; }
  .features button {
    margin-top: 2rem; }

.adddep {
  margin-bottom: 1rem;
  min-width: 23.1rem !important; }

.erasevalue {
  position: absolute;
  right: 0;
  opacity: 0.2;
  top: 0;
  padding: 1.5rem;
  font-size: 1.7rem;
  cursor: pointer; }
  .erasevalue:hover {
    opacity: 1 !important;
    color: #3169b3; }

#hintfirstsave {
  margin-top: 5rem;
  color: #3169b3; }

.feat {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1rem 2rem;
  margin-bottom: 0;
  min-height: 6rem;
  display: flex;
  align-items: center;
  position: relative; }
  .feat:hover .erasevalue {
    opacity: 0.5; }
  .feat.gray {
    opacity: 0.5; }
  .feat > .feat_desc {
    margin-right: 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    min-width: 13rem; }
  .feat .unit {
    display: inline-block;
    font-size: 1.3rem;
    background: #eee;
    color: #565656;
    padding: 0.3rem;
    border-radius: 3px;
    margin-left: 1rem; }
  .feat label {
    font-weight: 400 !important; }
  .feat .feat_radios,
  .feat .feat_checks {
    display: inline-block; }
    .feat .feat_radios > div,
    .feat .feat_checks > div {
      display: inline-block;
      margin-right: 1rem; }
  .feat .feat_inner {
    display: inline-block;
    font-weight: 400; }
    .feat .feat_inner input {
      margin-right: 0.2rem; }

#logo-preview {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.4rem;
  background: #fff;
  border: 10px solid #fff;
  height: 20rem;
  width: 30rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  #logo-preview span {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.5; }
  #logo-preview button {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0; }
    #logo-preview button.hidden {
      display: none; }

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 4rem;
  margin-top: 2rem; }
  .file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    display: inline-block;
    pointer-events: none;
    z-index: 20;
    cursor: pointer;
    border: 1px solid #3169b3;
    border-radius: 4px;
    color: #3169b3;
    background: #fff;
    padding: 0.4rem 2rem;
    font-weight: 700;
    letter-spacing: 0.3px; }
  .file-upload-wrapper.load:after {
    display: none; }
  .file-upload-wrapper:not([disabled]):hover:after {
    background: #1b3a63;
    border-color: #1b3a63;
    color: #fff; }
  .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%; }

#deletepimage {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.3;
  display: inline-block;
  margin-bottom: 0.7rem;
  cursor: pointer; }
  #deletepimage:hover {
    opacity: 1; }

#cc-page .resultclass {
  display: block;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 1rem;
  position: relative; }
  #cc-page .resultclass h4 {
    color: #777; }
  #cc-page .resultclass button.resultclass_add {
    background: transparent;
    color: #003c8b;
    font-size: 1.4rem;
    border: 1px solid #eee; }

#cc-page .deleterow {
  cursor: pointer;
  color: #003c8b;
  opacity: 0.6;
  font-size: 2rem;
  padding-top: 1rem; }
  #cc-page .deleterow:hover {
    opacity: 1; }

#cc-page .toggleresultclass {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 3rem;
  opacity: 0.5;
  transform: rotate(0);
  transition: transform 0.2s ease-out; }
  #cc-page .toggleresultclass.active {
    transform: rotate(180deg); }
  #cc-page .toggleresultclass:hover {
    opacity: 0.8; }

/*--------------------------------------------------------------
# Imports
--------------------------------------------------------------*/
#cc-page label {
  font-weight: 700;
  font-size: 1.4rem; }

#cc-page .questionform {
  margin-top: 2rem; }

#cc-page a.smalllink {
  color: #003c8b;
  font-size: 1.3rem; }

#cc-page .addfield {
  display: inline-block;
  padding: 1rem .3rem;
  cursor: pointer;
  color: #003c8b;
  position: relative;
  top: 1px;
  opacity: .6; }
  #cc-page .addfield:hover {
    opacity: 1; }

#cc-page .ar * {
  display: inline-block; }

#cc-page .deletehint {
  font-size: 1.2rem;
  position: absolute;
  bottom: .5rem;
  right: .3rem;
  opacity: .7; }

#cc-page button,
#cc-page input[type="button"],
#cc-page input[type="reset"],
#cc-page input[type="submit"] {
  border: 1px solid #003c8b;
  background: #003c8b;
  border-radius: 4px;
  box-shadow: none;
  line-height: 1.6;
  position: relative;
  padding: 8px 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  min-height: 42px;
  min-width: 42px; }
  #cc-page button i,
  #cc-page button span,
  #cc-page input[type="button"] i,
  #cc-page input[type="button"] span,
  #cc-page input[type="reset"] i,
  #cc-page input[type="reset"] span,
  #cc-page input[type="submit"] i,
  #cc-page input[type="submit"] span {
    display: block; }
  #cc-page button i,
  #cc-page input[type="button"] i,
  #cc-page input[type="reset"] i,
  #cc-page input[type="submit"] i {
    padding-right: .3rem; }
  #cc-page button.ghost,
  #cc-page input[type="button"].ghost,
  #cc-page input[type="reset"].ghost,
  #cc-page input[type="submit"].ghost {
    background: #fff;
    color: #003c8b; }
  #cc-page button:hover,
  #cc-page input[type="button"]:hover,
  #cc-page input[type="reset"]:hover,
  #cc-page input[type="submit"]:hover {
    background: #003172; }
    #cc-page button:hover.ghost,
    #cc-page input[type="button"]:hover.ghost,
    #cc-page input[type="reset"]:hover.ghost,
    #cc-page input[type="submit"]:hover.ghost {
      background: #f2f2f2; }
  #cc-page button:active,
  #cc-page input[type="button"]:active,
  #cc-page input[type="reset"]:active,
  #cc-page input[type="submit"]:active {
    top: 2px; }
  #cc-page button:disabled,
  #cc-page input[type="button"]:disabled,
  #cc-page input[type="reset"]:disabled,
  #cc-page input[type="submit"]:disabled {
    opacity: .4;
    cursor: not-allowed;
    top: 0; }

#cc-page button:focus,
#cc-page input[type="button"]:focus,
#cc-page input[type="reset"]:focus,
#cc-page input[type="submit"]:focus,
#cc-page button:active,
#cc-page input[type="button"]:active,
#cc-page input[type="reset"]:active,
#cc-page input[type="submit"]:active {
  outline: 0; }

#cc-page input[type="text"],
#cc-page input[type="email"],
#cc-page input[type="url"],
#cc-page input[type="password"],
#cc-page input[type="search"],
#cc-page input[type="number"],
#cc-page select,
#cc-page textarea {
  color: #000;
  border: 2px solid #ddd;
  font-size: 18px;
  text-align: left;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 50rem;
  display: block;
  margin-bottom: 1rem; }

#cc-page input[type="text"]:focus,
#cc-page input[type="email"]:focus,
#cc-page input[type="url"]:focus,
#cc-page input[type="password"]:focus,
#cc-page input[type="search"]:focus,
#cc-page input[type="number"]:focus,
#cc-page textarea:focus,
#cc-page select:focus {
  border: 2px solid #003c8b;
  color: #000;
  outline: 0; }

#cc-page textarea {
  width: 100%; }

#cc-page select {
  display: block;
  width: 100%;
  padding: 0.75rem; }

#cc-page .form-hint {
  display: flex;
  padding: 1.5rem 2rem 2rem;
  overflow: hidden;
  border-radius: 5px;
  background: #003c8b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 4rem; }
  #cc-page .form-hint i {
    font-size: 5rem;
    opacity: .3;
    padding-right: 1rem; }
  #cc-page .form-hint .meta div:first-child {
    font-weight: 700; }
  #cc-page .form-hint .btn {
    margin-top: 2rem; }

#cc-page button[type="submit"].shake {
  animation: shake 1s; }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

#cc-page .form-group:not(:last-child) {
  margin-bottom: 1.5rem; }

#cc-page .form-group {
  display: block;
  padding: 3rem 2rem 3rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  position: relative; }
  #cc-page .form-group.max {
    display: block;
    max-width: 70rem;
    margin: 0 auto 1rem; }
  #cc-page .form-group.transparent {
    padding: 0;
    background: transparent; }
  #cc-page .form-group.questionform {
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: none; }

#cc-page fieldset {
  margin-bottom: 13px; }

#cc-page legend {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 13px; }

#cc-page .form-label {
  display: block;
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 700; }
  #cc-page .form-label.small {
    font-size: 13px; }
  #cc-page .form-label .count {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 1.1rem;
    opacity: .3; }
  #cc-page .form-label.form-label-checker {
    margin-bottom: 1rem; }
  #cc-page .form-label .optional {
    font-weight: 400; }

#cc-page .inputalerter {
  position: absolute;
  bottom: -10px;
  font-size: 12px;
  line-height: 13px;
  color: #cf4647;
  background: #f9e8e8;
  border-radius: 2px;
  padding: 2px 5px;
  z-index: 2;
  font-weight: 700;
  letter-spacing: .1px; }

#cc-page .input-group {
  padding-bottom: 10px;
  position: relative; }
  #cc-page .input-group input {
    width: 100%; }

#cc-page .form-label.label-sm {
  font-size: 11px;
  padding: 2px 0; }

#cc-page .form-label.label-lg {
  font-size: 15px;
  padding: 7px 0; }

#cc-page .form-input.input-sm {
  font-size: 11px;
  height: 17px;
  padding: 1px 5px; }

#cc-page .form-input.input-lg {
  font-size: 15px;
  height: 32px;
  padding: 6px 10px; }

#cc-page .form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto; }

#cc-page .form-input[type=file] {
  height: auto; }

#cc-page textarea.form-input,
#cc-page textarea.form-input.input-lg,
#cc-page textarea.form-input.input-sm {
  height: auto; }

#cc-page .bestpractice {
  font-size: 15px;
  position: relative;
  min-height: 26px;
  margin-top: 11px; }
  #cc-page .bestpractice .inner {
    padding: 3rem 2rem 1rem;
    background: #f7e5e8;
    border-radius: 5px;
    position: relative;
    display: none; }
  #cc-page .bestpractice a {
    color: #fff;
    background: #003c8b;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 5px 3px 26px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: .6;
    transition: border-radius .3s ease-in-out; }
    #cc-page .bestpractice a:hover {
      opacity: 1; }
    #cc-page .bestpractice a:before {
      content: "\ea28";
      position: absolute;
      left: 5px;
      font-size: 19px;
      top: 4px;
      font-family: 'boxicons' !important;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #cc-page .bestpractice i {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #003c8b;
    font-size: 2rem;
    padding: .3rem;
    opacity: .6; }
    #cc-page .bestpractice i:hover {
      opacity: 1; }
  #cc-page .bestpractice.show a {
    opacity: 1;
    border-radius: 0 0 5px 0; }
  #cc-page .bestpractice.show .inner {
    display: block; }

#cc-page .how {
  margin-top: 1rem; }
  #cc-page .how span {
    display: inline-block;
    margin-right: 2rem;
    padding-left: 2.3rem;
    position: relative;
    font-weight: 700; }
    #cc-page .how span:before {
      content: "\ecf2";
      position: absolute;
      left: 0;
      top: 0;
      font-family: boxicons !important;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      color: #689f38; }
    #cc-page .how span.wrong:before {
      color: #cf4647;
      content: "\ecf4"; }

#cc-page .has-success .form-input-hint,
#cc-page .is-success + .form-input-hint {
  color: #689f38; }

#cc-page .has-error .form-input-hint,
#cc-page .is-error + .form-input-hint {
  color: #cf4647; }

#cc-page .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #bcc3ce;
  border-radius: 2px;
  color: inherit;
  font-size: 13px;
  height: 113px;
  line-height: 19px;
  outline: 0;
  padding: 4px 7px;
  vertical-align: middle;
  width: 100%; }

#cc-page .form-select:focus {
  border-color: #3169b3;
  box-shadow: 0 0 0 2px rgba(87, 85, 217, 0.2); }

#cc-page .form-select::-ms-expand {
  display: none; }

#cc-page .form-select.select-sm {
  font-size: 11px;
  height: 17px;
  padding: 1px 12px 1px 5px; }

#cc-page .form-select.select-lg {
  font-size: 15px;
  height: 32px;
  padding: 6px 17px 6px 10px; }

#cc-page .form-select[multiple],
#cc-page .form-select[size] {
  height: auto;
  padding: 4px 7px; }

#cc-page .form-select[multiple] option,
#cc-page .form-select[size] option {
  padding: 2px .32px; }

#cc-page .form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 6px center/7px 0.8px;
  padding-right: 19px; }

#cc-page .has-icon-left,
#cc-page .has-icon-right {
  position: relative; }

#cc-page .has-icon-left .form-icon,
#cc-page .has-icon-right .form-icon {
  height: 30px;
  margin: 0 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2; }

#cc-page .has-icon-left .form-icon {
  left: 1px; }

#cc-page .has-icon-left .form-input {
  padding-left: 15px; }

#cc-page .has-icon-right .form-icon {
  right: 1px; }

#cc-page .has-icon-right .form-input {
  padding-right: 15px; }

#cc-page .form-checkbox,
#cc-page .form-radio,
#cc-page .form-switch {
  display: block;
  line-height: 30px;
  margin: .32px 0;
  min-height: 38px;
  padding: 2px 7px 2px 30px;
  position: relative; }

#cc-page .form-checkbox input,
#cc-page .form-radio input,
#cc-page .form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

#cc-page .form-checkbox input:focus + .form-icon,
#cc-page .form-radio input:focus + .form-icon,
#cc-page .form-switch input:focus + .form-icon {
  border-color: #3169b3;
  box-shadow: 0 0 0 2px rgba(87, 85, 217, 0.2); }

#cc-page .form-checkbox input:checked + .form-icon,
#cc-page .form-radio input:checked + .form-icon,
#cc-page .form-switch input:checked + .form-icon {
  background: #3169b3;
  border-color: #3169b3; }

#cc-page .form-switch input:checked + .form-icon {
  background: #689f38;
  border-color: #689f38; }

#cc-page .form-checkbox .form-icon,
#cc-page .form-radio .form-icon,
#cc-page .form-switch .form-icon {
  border: 2px solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background .2s, border .2s, box-shadow .2s, color .2s; }

#cc-page .form-checkbox.input-sm,
#cc-page .form-radio.input-sm,
#cc-page .form-switch.input-sm {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  cursor: pointer; }
  #cc-page .form-checkbox.input-sm:hover,
  #cc-page .form-radio.input-sm:hover,
  #cc-page .form-switch.input-sm:hover {
    cursor: pointer;
    background: #fafafa; }

#cc-page .form-checkbox.input-lg,
#cc-page .form-radio.input-lg,
#cc-page .form-switch.input-lg {
  font-size: 15px;
  margin: 5px 0; }

#cc-page .form-checkbox .form-icon,
#cc-page .form-radio .form-icon {
  background: #fff;
  height: 24px;
  left: 0;
  top: 5px;
  width: 24px; }

#cc-page .form-checkbox input:active + .form-icon,
#cc-page .form-radio input:active + .form-icon {
  background: #eef0f3; }

#cc-page .form-checkbox .form-icon {
  border-radius: 2px; }

#cc-page .form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 2px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 13px;
  left: 50%;
  margin-left: -3px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px; }

#cc-page .form-checkbox input:indeterminate + .form-icon {
  background: #3169b3;
  border-color: #3169b3; }

#cc-page .form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px; }

#cc-page .form-radio .form-icon {
  border-radius: 50%; }

#cc-page .form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px; }

#cc-page .form-switch {
  padding-left: 70px;
  display: inline-block;
  font-weight: 700; }

#cc-page .form-switch .form-icon {
  background: #bcc3ce;
  background-clip: padding-box;
  border-radius: 36px;
  height: 30px;
  left: 0;
  top: 4px;
  width: 60px; }

#cc-page .form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
  width: 26px; }

#cc-page .form-switch input:checked + .form-icon::before {
  left: 30px; }

#cc-page .form-switch input:active + .form-icon::before {
  background: #f7f8f9; }

#cc-page .form-input.is-success,
#cc-page .form-select.is-success,
#cc-page .has-success .form-input,
#cc-page .has-success .form-select {
  background: #f9fdfa;
  border-color: #689f38; }

#cc-page .form-input.is-success:focus,
#cc-page .form-select.is-success:focus,
#cc-page .has-success .form-input:focus,
#cc-page .has-success .form-select:focus {
  box-shadow: 0 0 0 2px rgba(50, 182, 67, 0.2); }

#cc-page .form-input.is-error,
#cc-page .form-select.is-error,
#cc-page .has-error .form-input,
#cc-page .has-error .form-select {
  background: #fffaf7;
  border-color: #cf4647; }

#cc-page .form-input.is-error:focus,
#cc-page .form-select.is-error:focus,
#cc-page .has-error .form-input:focus,
#cc-page .has-error .form-select:focus {
  box-shadow: 0 0 0 2px rgba(232, 86, 0, 0.2); }

#cc-page .form-checkbox.is-error .form-icon,
#cc-page .form-radio.is-error .form-icon,
#cc-page .form-switch.is-error .form-icon,
#cc-page .has-error .form-checkbox .form-icon,
#cc-page .has-error .form-radio .form-icon,
#cc-page .has-error .form-switch .form-icon {
  border-color: #cf4647; }

#cc-page .form-checkbox.is-error input:checked + .form-icon,
#cc-page .form-radio.is-error input:checked + .form-icon,
#cc-page .form-switch.is-error input:checked + .form-icon,
#cc-page .has-error .form-checkbox input:checked + .form-icon,
#cc-page .has-error .form-radio input:checked + .form-icon,
#cc-page .has-error .form-switch input:checked + .form-icon {
  background: #cf4647;
  border-color: #cf4647; }

#cc-page .form-checkbox.is-error input:focus + .form-icon,
#cc-page .form-radio.is-error input:focus + .form-icon,
#cc-page .form-switch.is-error input:focus + .form-icon,
#cc-page .has-error .form-checkbox input:focus + .form-icon,
#cc-page .has-error .form-radio input:focus + .form-icon,
#cc-page .has-error .form-switch input:focus + .form-icon {
  border-color: #cf4647;
  box-shadow: 0 0 0 2px rgba(232, 86, 0, 0.2); }

#cc-page .form-checkbox.is-error input:indeterminate + .form-icon,
#cc-page .has-error .form-checkbox input:indeterminate + .form-icon {
  background: #cf4647;
  border-color: #cf4647; }

#cc-page .form-input:not(:placeholder-shown):invalid {
  border-color: #cf4647; }

#cc-page .form-input:not(:placeholder-shown):invalid:focus {
  background: #fffaf7;
  box-shadow: 0 0 0 2px rgba(232, 86, 0, 0.2); }

#cc-page .form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #cf4647; }

#cc-page .form-input.disabled,
#cc-page .form-input:disabled,
#cc-page .form-select.disabled,
#cc-page .form-select:disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: .5; }

#cc-page .form-input[readonly] {
  background-color: #f7f8f9; }

#cc-page input.disabled + .form-icon,
#cc-page input:disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: .5; }

#cc-page .form-switch input.disabled + .form-icon::before,
#cc-page .form-switch input:disabled + .form-icon::before {
  background: #fff; }

#cc-page .form-horizontal {
  padding: 7px 0; }

#cc-page .form-horizontal .form-group {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#cc-page .form-inline {
  display: inline-block; }

#cc-page .label {
  background: #eef0f3;
  border-radius: 2px;
  color: #455060;
  display: inline-block;
  line-height: 1.25;
  padding: 2px .32px; }

#cc-page .label.label-rounded {
  border-radius: 80px;
  padding-left: 7px;
  padding-right: 7px; }

#cc-page .label.label-primary {
  background: #3169b3;
  color: #fff; }

#cc-page .label.label-secondary {
  background: #f1f1fc;
  color: #3169b3; }

#cc-page .label.label-success {
  background: #689f38;
  color: #fff; }

#cc-page .label.label-warning {
  background: #ffb700;
  color: #fff; }

#cc-page .label.label-error {
  background: #cf4647;
  color: #fff; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: 1px solid #bcc3ce;
  border-radius: 2px;
  color: #3b4351;
  display: block;
  font-size: 16px;
  min-height: 36px;
  max-width: 100%;
  outline: 0;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: 1px solid #bcc3ce;
  border-radius: 2px;
  color: #3b4351;
  display: block;
  font-size: 16px;
  min-height: 36px;
  max-width: 100%;
  outline: 0;
  padding: 4px 7px;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

/**
 * Trumbowyg v2.18.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0; }
  #trumbowyg-icons svg {
    height: 0;
    width: 0; }

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after,
.trumbowyg-modal *,
.trumbowyg-modal *::before,
.trumbowyg-modal *::after {
  box-sizing: border-box; }

.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #000; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 150px;
  margin: 7px auto 0;
  max-width: 650px;
  margin-left: 0; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  min-height: 150px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
  user-select: text; }
  .trumbowyg-editor.trumbowyg-autogrow-on-enter,
  .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    transition: height 300ms ease-out; }

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }
  @media screen and (min-width: 0 \0) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }
  @supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none; }

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none; }

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden;
  z-index: 11; }
  .trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ededed; }
  .trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block; }
    .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
      color: transparent; }
    .trumbowyg-button-pane .trumbowyg-button-group::after {
      content: " ";
      display: inline-block;
      width: 1px;
      background: #ededed;
      margin: 0 5px;
      height: 35px;
      vertical-align: top; }
    .trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
      content: none; }
  .trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    vertical-align: middle;
    transition: background-color 150ms, opacity 150ms; }
    .trumbowyg-button-pane button.trumbowyg-textual-button {
      width: auto;
      line-height: 35px;
      user-select: none; }
  .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
  .trumbowyg-button-pane button.trumbowyg-disable, .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before, .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #f7f7f7; }
  .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important; }
    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
      top: 17px;
      right: 7px; }
  .trumbowyg-button-pane .trumbowyg-right {
    float: right; }

.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #fff;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 20px 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #fff; }
    .trumbowyg-dropdown button svg {
      float: left;
      margin-right: 14px; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: white; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      width: 0;
      height: 100%;
      transition: width 150ms linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      transition: all 150ms; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #8c8c8c;
        background-color: white;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 150px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: #fff;
      font-size: 14px;
      max-width: 330px;
      width: 70%;
      padding: 0 7px;
      transition: all 150ms; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: white; }
    .trumbowyg-modal-box label input[type="checkbox"] {
      left: 6px;
      top: 6px;
      right: auto;
      height: 16px;
      width: 16px; }
      .trumbowyg-modal-box label input[type="checkbox"] + .trumbowyg-input-infos span {
        width: auto;
        padding-left: 25px; }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all 150ms; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #00357c; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #0047a5;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #002658; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }
  .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #000;
    fill: transparent; }

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul {
      list-style: disc; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd; }

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #121212; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc; }
    @media screen and (min-width: 0 \0) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
    @supports (-ms-accelerator: true) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
  .trumbowyg-dark .trumbowyg-box svg {
    fill: #fff;
    color: #fff; }

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #000;
  border-bottom-color: #121212; }
  .trumbowyg-dark .trumbowyg-button-pane::after {
    background: #121212; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
    background-color: #121212; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent; }
  .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
    background-color: #080808; }
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff; }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: #fff;
  fill: transparent; }

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #000;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px; }
  .trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important; }
    .trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
      background: #000; }

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #000; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #1a1a1a; }
  .trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #0d0d0d;
      border-color: #000; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label input {
      border-color: #000;
      color: #eee;
      background: #333; }
      .trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        border-color: #404040; }
      .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        background-color: #0d0d0d; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #001025; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
      background: #002658; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
      background: #00050c; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
      background: #444; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
      background: #111; }

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6); }

/*! Hint.css (base version) - v2.6.0 - 2019-04-27
* http://kushagragour.in/lab/hint/
* Copyright (c) 2019 Kushagra Gour */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }

[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none; }

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint--"]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 12px;
  white-space: nowrap; }

[class*="hint--"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint--"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

#cardcreator {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  min-height: 40rem;
  max-width: 80rem;
  margin: 4rem auto 10rem;
  position: relative; }
  #cardcreator .el {
    position: relative;
    padding: 2rem 3rem 2rem 5rem;
    border-bottom: 1px dotted #ccc; }
    #cardcreator .el .editel {
      color: #3169b3;
      position: relative;
      top: 2px;
      padding-left: .3rem;
      display: inline-block;
      display: none;
      opacity: .7; }
    #cardcreator .el .trashel {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      background: red;
      color: #fff;
      border: 0;
      width: 3rem;
      padding: 0;
      height: 3rem;
      border-radius: 3px;
      text-align: center;
      opacity: .3;
      display: none; }
      #cardcreator .el .trashel i {
        margin: 0; }
      #cardcreator .el .trashel:active {
        top: initial; }
    #cardcreator .el:hover .trashel {
      display: block; }
      #cardcreator .el:hover .trashel:hover {
        opacity: 1; }
    #cardcreator .el:hover .editel {
      display: inline-block; }
      #cardcreator .el:hover .editel:hover {
        opacity: 1; }
    #cardcreator .el .handles {
      cursor: move;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #003c8b;
      color: #fff;
      padding: .5rem .6rem;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0; }
    #cardcreator .el h3,
    #cardcreator .el p {
      margin: 0;
      padding: 0 1rem;
      display: block; }
    #cardcreator .el h3 {
      font-size: 1.8rem; }
    #cardcreator .el [contenteditable][placeholder]:empty:before {
      content: attr(placeholder);
      position: absolute;
      color: #ddd;
      background-color: transparent; }
    #cardcreator .el [contenteditable] {
      outline: 0;
      border: 1px solid #eee;
      border-radius: 3px;
      max-width: 60rem;
      padding: .4rem 1rem;
      background: #fff; }
      #cardcreator .el [contenteditable]:focus {
        border-color: #3169b3;
        box-shadow: 0 0 0 3px rgba(49, 105, 179, 0.1); }
    #cardcreator .el:hover {
      border-color: #eee;
      border-radius: 3px; }
      #cardcreator .el:hover .handles {
        opacity: .3; }
    #cardcreator .el:hover {
      background: rgba(49, 105, 179, 0.3);
      color: #224991 !important; }
    #cardcreator .el .elcat {
      position: relative;
      left: -1px;
      margin-bottom: 0.5rem; }
      #cardcreator .el .elcat span {
        background: #ddd !important;
        color: #888 !important;
        border-radius: 10px;
        font-size: 11px;
        padding: 3px 10px; }
    #cardcreator .el.elfood {
      color: #777; }

#elements {
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center; }
  #elements button {
    font-size: 1.5rem;
    border: 1px solid #003c8b;
    background: #003c8b;
    padding: .3rem 1rem .4rem 1rem;
    border-radius: 20px;
    outline: 0;
    display: block;
    margin: .3rem;
    min-width: 17rem; }
    #elements button span,
    #elements button i {
      display: inline-block;
      margin: 0;
      vertical-align: middle;
      line-height: 1; }
    #elements button i {
      margin-right: .2rem; }

.modal {
  display: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99; }
  .modal .container {
    max-width: 50rem; }
  .modal .inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 3rem; }

#cardtitle {
  display: block;
  background: #333;
  height: 20rem;
  border-radius: 5px 5px 0 0;
  position: relative; }
  #cardtitle .cardtitleheadlines {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 3rem 1rem;
    color: #fff; }
    #cardtitle .cardtitleheadlines h2,
    #cardtitle .cardtitleheadlines h3 {
      color: #fff;
      font-weight: 400;
      display: inline-block;
      margin-right: 1rem;
      font-size: 1.8rem; }
      #cardtitle .cardtitleheadlines h2 [contenteditable],
      #cardtitle .cardtitleheadlines h3 [contenteditable] {
        outline: 0;
        font-weight: 700;
        border: 1px dotted #eee;
        border-radius: 3px;
        max-width: 60rem;
        padding: .4rem 1rem;
        display: block;
        font-size: 2rem;
        min-width: 15rem; }
        #cardtitle .cardtitleheadlines h2 [contenteditable]:focus,
        #cardtitle .cardtitleheadlines h3 [contenteditable]:focus {
          border-color: #3169b3;
          box-shadow: 0 0 0 3px rgba(49, 105, 179, 0.1); }
  #cardtitle .cardtitleimage {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover; }
    #cardtitle .cardtitleimage:after {
      content: "";
      width: 100%;
      height: 100px;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .6;
      position: absolute;
      background: #000;
      background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1); }
  #cardtitle #downloadwait {
    position: absolute;
    background: rgba(49, 105, 179, 0.95);
    z-index: 9999;
    padding: 6rem 2rem 2rem;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    display: none; }
  #cardtitle #ch_downloads {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

#fixedbuttons {
  position: fixed;
  bottom: 1rem;
  left: 7rem;
  display: flex;
  justify-content: center;
  z-index: 99; }

/*--------------------------------------------------------------
## modalview
-------------------------f-------------------------------------*/
.modalview {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .modalview .inner {
    width: 50rem;
    min-height: 37rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative; }
    .modalview .inner .loader {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 2.4rem;
      color: #72a3ff;
      z-index: 9;
      background: rgba(255, 255, 255, 0.7); }
    .modalview .inner .infos > div {
      margin-bottom: .75rem; }
    .modalview .inner .infos input {
      display: block;
      width: 100%;
      margin: .3rem 0 .3rem; }
    .modalview .inner .infos #snippetname-length {
      font-size: 1.3rem;
      color: #bedaff;
      margin-bottom: 1rem; }
    .modalview .inner .btns {
      width: 100%;
      margin-top: 1rem; }
      .modalview .inner .btns button {
        float: left;
        width: 49.5%;
        margin-right: 1%; }
        .modalview .inner .btns button:last-child {
          margin-right: 0%; }

#cardcategory-wrapper {
  position: absolute;
  left: 2.5rem;
  top: 1.2rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
  #cardcategory-wrapper select {
    border: 1px solid #3169b3;
    background: #fff;
    padding: .2rem 1rem;
    border-radius: 4px;
    font-size: 14px; }

.highlighter {
  display: inline-block;
  margin-right: .4rem; }

.highlighterel {
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center; }
  .highlighterel span {
    display: none;
    position: relative;
    background: #eee;
    border-radius: 10px;
    padding: .2rem .3rem;
    width: 100%;
    cursor: pointer;
    max-width: 13rem; }
    .highlighterel span.active {
      display: block; }
    .highlighterel span:nth-child(2) {
      background: #ffccbc; }
    .highlighterel span:nth-child(3) {
      background: #ef9a9a; }

#cc-page table.tablestyle {
  margin: 2rem 0; }
  #cc-page table.tablestyle th,
  #cc-page table.tablestyle td {
    font-size: 1.5rem;
    text-align: left;
    padding: 1rem; }
    #cc-page table.tablestyle th a,
    #cc-page table.tablestyle td a {
      color: #003c8b;
      font-size: 2rem; }
  #cc-page table.tablestyle th {
    background: #fff; }
  #cc-page table.tablestyle td {
    border-bottom: 1px solid #ccc; }
  #cc-page table.tablestyle tr:hover {
    background: #ccc; }

#bv_menu {
  display: flex;
  margin-bottom: 2rem;
  width: 100%; }
  #bv_menu a {
    display: block;
    margin-right: 2rem;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none; }
    #bv_menu a.active {
      text-decoration: underline;
      color: #000; }

.bv_order,
.bv_shipping {
  display: block;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
  padding: 2rem;
  font-size: 1.5rem; }

.bv_shipping {
  list-style: 2; }
  .bv_shipping h4 {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 1.8rem; }

#markassended {
  margin-top: 2rem; }

#downloadlieferschein {
  margin-top: 3rem; }

.orderbtn {
  background: #3169b3;
  color: #fff;
  padding: 0.3rem;
  font-size: 1.8rem;
  border-radius: 4px;
  display: block;
  text-align: center; }

#bv_backto {
  display: block;
  text-align: right;
  font-size: 1.4rem; }

.closeorder {
  position: relative;
  margin: 2rem 0;
  cursor: pointer; }
  .closeorder.done {
    opacity: 0.3;
    pointer-events: none; }

.display_meta {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 3rem; }
  .display_meta tr {
    border: 1px solid #eee;
    padding: 0.3rem; }
  .display_meta td,
  .display_meta th {
    padding: 0.5rem; }
  .display_meta p {
    margin: 0; }

.bv_logs {
  display: block;
  background: #eee;
  margin-top: 4rem;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: 14px;
  max-width: 60rem;
  border: 1px solid #aaa;
  max-height: 28rem;
  overflow-y: scroll; }
  .bv_logs > div {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    position: relative; }
    .bv_logs > div:hover {
      background: rgba(255, 255, 255, 0.7); }
    .bv_logs > div span {
      display: block; }
    .bv_logs > div:last-child {
      border: 0;
      margin-bottom: 0; }
    .bv_logs > div i {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      padding: 1.2rem 0.4rem;
      opacity: 0.3;
      font-size: 12px;
      display: none; }
      .bv_logs > div i:hover {
        opacity: 1; }
    .bv_logs > div:hover i {
      display: block; }

.messagesender {
  display: block;
  background: #ddd;
  margin-top: 1rem;
  border-radius: 10px;
  font-size: 14px;
  max-width: 60rem;
  padding: 1rem 2rem;
  border: 1px solid #aaa; }
  .messagesender input {
    width: 100%;
    max-width: none; }
