/*-------------------------
    Variables
--------------------------*/
/*-------------------------
    Variables
--------------------------*/
/*-------------------------
    Global Loader
--------------------------*/
html:not(.ismobile) .global-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  html:not(.ismobile) .global-loader .layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.7; }
  html:not(.ismobile) .global-loader .preloader {
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -55px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  html:not(.ismobile) .global-loader p {
    white-space: nowrap;
    position: relative;
    top: 50%;
    color: #CCC;
    width: 100%;
    text-align: center; }

html.ismobile .global-loader {
  display: none; }

/*-------------------------
    Utility classes
--------------------------*/
.search-cursor {
  cursor: pointer; }

.pointer-cursor {
  cursor: pointer; }

.btn-no-shadow {
  box-shadow: 0 0px 0px !important; }

.hover {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.hover:hover {
  background-color: #ebebeb !important; }

.animated-fast {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

.card-header-inverse {
  background-color: #2196F3; }
  .card-header-inverse h2 {
    color: #FFFFFF; }

/*-------------------------
    Tables
--------------------------*/
.table-hover > tbody > tr:hover {
  background-color: #ebebeb; }

.table-hover > tbody > tr.selected {
  background-color: #2196F3;
  color: white; }

.table-hover > tbody > tr.selected:hover {
  background-color: #0c7cd5; }

.result-summary {
  margin: 30px; }

/*-------------------------
    Forms
--------------------------*/
.form .form-group .toggle-switch {
  margin-top: 9px; }
  .form .form-group .toggle-switch .ts-label {
    margin: 0px 0px 0px 10px; }

.form .has-error label {
  color: #FF3E63; }

/*-------------------------
    Grids
--------------------------*/
.table-hover > tbody > tr.level-0 {
  background-color: white; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-0:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr.level-0:hover {
  background-color: #ebebeb; }

.table-hover > tbody > tr.level-0.selected:hover {
  background-color: #0c7cd5; }

.table-hover > tbody > tr.level-0.selected {
  background-color: #2196f3;
  color: white; }

.table-hover > tbody > tr.level-1 {
  background-color: #e6e6e6; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-1:nth-of-type(odd) {
  background-color: #e0e0e0; }

.table-hover > tbody > tr.level-1:hover {
  background-color: #d2d2d2; }

.table-hover > tbody > tr.level-1.selected:hover {
  background-color: #0960a5; }

.table-hover > tbody > tr.level-1.selected {
  background-color: #0c7cd5;
  color: white; }

.table-hover > tbody > tr.level-2 {
  background-color: #cccccc; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-2:nth-of-type(odd) {
  background-color: #c6c6c6; }

.table-hover > tbody > tr.level-2:hover {
  background-color: #b8b8b8; }

.table-hover > tbody > tr.level-2.selected:hover {
  background-color: #064475; }

.table-hover > tbody > tr.level-2.selected {
  background-color: #0960a5;
  color: white; }

.table-hover > tbody > tr.level-3 {
  background-color: #b3b3b3; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-3:nth-of-type(odd) {
  background-color: #adadad; }

.table-hover > tbody > tr.level-3:hover {
  background-color: #9f9f9f; }

.table-hover > tbody > tr.level-3.selected:hover {
  background-color: #042844; }

.table-hover > tbody > tr.level-3.selected {
  background-color: #064475;
  color: white; }

.table-hover > tbody > tr.level-4 {
  background-color: #999999; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-4:nth-of-type(odd) {
  background-color: #939393; }

.table-hover > tbody > tr.level-4:hover {
  background-color: #858585; }

.table-hover > tbody > tr.level-4.selected:hover {
  background-color: #010c14; }

.table-hover > tbody > tr.level-4.selected {
  background-color: #042844;
  color: white; }

.table-hover > tbody > tr.level-5 {
  background-color: gray; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-5:nth-of-type(odd) {
  background-color: #7a7a7a; }

.table-hover > tbody > tr.level-5:hover {
  background-color: #6c6c6c; }

.table-hover > tbody > tr.level-5.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-5.selected {
  background-color: #010c14;
  color: white; }

.table-hover > tbody > tr.level-6 {
  background-color: #666666; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-6:nth-of-type(odd) {
  background-color: #606060; }

.table-hover > tbody > tr.level-6:hover {
  background-color: #525252; }

.table-hover > tbody > tr.level-6.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-6.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-7 {
  background-color: #4d4d4d; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-7:nth-of-type(odd) {
  background-color: #474747; }

.table-hover > tbody > tr.level-7:hover {
  background-color: #393939; }

.table-hover > tbody > tr.level-7.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-7.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-8 {
  background-color: #333333; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-8:nth-of-type(odd) {
  background-color: #2d2d2d; }

.table-hover > tbody > tr.level-8:hover {
  background-color: #1f1f1f; }

.table-hover > tbody > tr.level-8.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-8.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-9 {
  background-color: #1a1a1a; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-9:nth-of-type(odd) {
  background-color: #141414; }

.table-hover > tbody > tr.level-9:hover {
  background-color: #060606; }

.table-hover > tbody > tr.level-9.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-9.selected {
  background-color: black;
  color: white; }

.grid .table {
  border-radius: 3px 0px 0px 0px; }
  .grid .table thead tr th:first-child {
    border-radius: 3px 0px 0px 0px; }
  .grid .table thead tr th:last-child {
    border-radius: 0px 3px 0px 0px; }

.grid .table > thead > tr > th:last-child {
  padding-right: 15px; }

.grid .table > tbody > tr:last-child > td, .table > tfoot > tr:last-child > td {
  padding-bottom: 15px; }

.grid .table.table-condensed > tbody > tr:last-child > td, .table.table-condensed > tfoot > tr:last-child > td {
  padding-bottom: 10px; }

tr.collapsible {
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -ms-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }
  tr.collapsible .collapsed {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  tr.collapsible .expanded {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

.quick-search-container {
  float: right;
  width: 40%; }
  .quick-search-container .quick-search {
    border: solid 1px #efefef;
    padding: 5px;
    margin: 10px; }
    .quick-search-container .quick-search .quick-search-input-container {
      margin-right: 30px; }
      .quick-search-container .quick-search .quick-search-input-container input {
        border: 0px;
        width: 100%;
        height: 100%;
        font-weight: 500; }
    .quick-search-container .quick-search i.zmdi {
      font-size: 20px; }

.modal .quick-search {
  margin-right: 0px !important; }

@media (max-width: 767px) {
  .quick-search-container {
    width: 100%; }
  .img-center-max-768 {
    display: block;
    margin: 0 auto; } }

@media (min-width: 767px) {
  .width-20-min-768 {
    width: 20%; }
  .border-right-lightgray-min-768 {
    border-right: 1px solid #dbdbdb; }
  .padding-bottom-40-min-768 {
    padding-bottom: 40px; } }

.grid-actions {
  width: 1%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative; }
  .grid-actions .grid-actions-container {
    white-space: nowrap;
    position: absolute;
    right: 7px;
    margin-top: -2px; }
    .grid-actions .grid-actions-container a.grid-action {
      display: inline-block;
      color: #5E5E5E;
      width: 25px;
      height: 25px;
      border-radius: 2px;
      font-size: 18px;
      text-align: center; }
    .grid-actions .grid-actions-container a.grid-action:hover {
      background-color: #d2d2d2; }

.edit-text-cell .form-control {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 18px; }

/*-------------------------
    Select2
--------------------------*/
.select2-selection,
.select2-selection--multiple,
.select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 0px;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px; }
  .select2-selection .select2-search__field,
  .select2-selection--multiple .select2-search__field,
  .select2-selection--single .select2-search__field,
  .select2-container--default .select2-selection--multiple .select2-search__field,
  .select2-container--default .select2-selection--single .select2-search__field,
  .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-search__field {
    margin-top: 8px; }
  .select2-selection .select2-selection__rendered,
  .select2-selection--multiple .select2-selection__rendered,
  .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border: 0;
  top: 0;
  border-radius: 2px; }

/*-------------------------
    Lookup
--------------------------*/
.lookup {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  margin-bottom: 3px; }
  .lookup .lookup-header {
    background-color: #FFFFFF;
    height: 30px;
    padding-left: 7px;
    cursor: pointer; }
    .lookup .lookup-header .placeholder {
      color: #AEAEAE; }
    .lookup .lookup-header .actions {
      position: absolute;
      right: 0px;
      top: 2px; }
  .lookup .lookup-header:hover {
    background-color: #ebebeb; }
  .lookup table {
    /*
    thead {
      th {
        background-color: #FFFFFF;
      }
    }

    td {
      background-color: #fafafa;
    }

    tr:first-child td {
      border-top: 0px;
    }

    tr:hover td {
      background-color: #f0f0f0;
    }
    */ }
    .lookup table th.actions, .lookup table td.actions {
      width: 1%;
      padding: 0px;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .lookup table th.actions .action, .lookup table td.actions .action {
        position: absolute;
        bottom: 3px; }
  .lookup .lookup-current-value {
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-top: 5px; }

/*-------------------------
    input-file
--------------------------*/
.input-file {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  cursor: pointer;
  height: 30px;
  position: relative;
  overflow: hidden; }
  .input-file .input-file-name {
    padding-left: 7px;
    padding-top: 6px;
    display: block; }
  .input-file .placeholder {
    color: #AEAEAE;
    padding-left: 7px;
    padding-top: 6px;
    display: block;
    cursor: pointer; }
  .input-file input[type=file] {
    position: absolute;
    height: 0%;
    width: 0%;
    top: -100%;
    left: 0px;
    opacity: 0; }

.input-file:hover {
  background-color: #ebebeb; }

/*-------------------------
    input-image
--------------------------*/
.input-image {
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden; }
  .input-image .img-responsive {
    border-radius: 0px; }
  .input-image .input-image-container {
    position: relative;
    display: block; }
    .input-image .input-image-container .actions {
      position: absolute;
      top: 5px;
      right: 5px; }
  .input-image input[type=file] {
    position: absolute;
    height: 0%;
    width: 0%;
    top: -100%;
    left: 0px;
    opacity: 0; }

/*-------------------------
    profile-box
--------------------------*/
.s-profile {
  position: relative; }
  .s-profile .cover {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 129px;
    position: absolute; }
  .s-profile .sp-pic {
    position: relative; }

/*-------------------------
    forms areas
--------------------------*/
.area-no-card {
  position: relative; }
  .area-no-card .area-no-card-header .actions {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 4; }
  .area-no-card .area-no-card-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 24px 30px;
    color: #777; }
  .area-no-card .area-no-card-body {
    margin-left: -15px;
    margin-right: -15px; }

/*-------------------------
    Select form control
--------------------------*/
.bootstrap-select-container .fg-line {
  margin-top: -3px; }

.has-error .bootstrap-select .btn-default {
  border-color: #FF3E63 !important; }

/*-------------------------
    Toggle switch inverse
--------------------------*/
.toggle-switch.toggle-switch-inverse:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: #26DD9E; }

.toggle-switch.toggle-switch-inverse .ts-helper {
  background-color: #95989A;
  -webkit-transition: background-color 0.28s;
  transition: background-color 0.28s;
  vertical-align: middle;
  cursor: pointer; }

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background-color: #F4F4F4; }

.form-group .toggle-switch .ts-label {
  color: #9d9d9d; }

/*-------------------------
    form spacer
--------------------------*/
.form-spacer-control {
  height: 60px; }

/*-------------------------
    color picker
--------------------------*/
.cp-container input.cp-value {
  color: #000 !important;
  background: 0 0 !important; }

/*************************
** Standard select
******************-*****/
.select:before {
  background-color: transparent !important; }

.form-group.select-cell {
  margin-bottom: 0px; }

.edit-text-cell {
  background-color: rgba(193, 193, 193, 0.52);
  max-width: 100px;
  height: 25px;
  padding: 3px 10px; }

.color-white {
  color: white !important; }

.zero-padding {
  padding-left: 0;
  padding-right: 0; }

.zero-padding-left {
  padding-left: 0; }

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

.bgm-gray {
  background-color: #E6E6E6 !important;
  color: #9f9f9f !important; }

.readOnlyImage {
  width: 240px;
  height: 240px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  border: 1px solid #e8e8e8; }

.full-width, .buttonCheckbox {
  width: 100%; }

.height-40, .buttonCheckbox {
  height: 40px; }

.fs9 {
  font-size: 9px; }

.fs10 {
  font-size: 10px; }

.fs11 {
  font-size: 11px; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs36 {
  font-size: 36px; }

.fs42 {
  font-size: 42px; }

.fs56 {
  font-size: 56px; }

.fs72 {
  font-size: 72px; }

.shadow-default {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16); }

.shadow-light {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.o-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.transition-opacity {
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms; }

.login-content {
  background-color: #ffffff; }

.lcb-form {
  background-color: #158CC1;
  padding: 35px 25px 35px 25px !important;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16) !important; }

.blue {
  color: #158CC1; }

.fs10 {
  font-size: 10px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs24 {
  font-size: 24px; }

.fs32 {
  font-size: 32px; }

.login-content > div > form > div > input {
  color: #158CC1;
  background-color: #ffffff;
  padding-left: 15px !important; }

.init-publication-content > div > div > div > input {
  color: #158CC1;
  background-color: #ffffff;
  padding-left: 15px !important;
  border: 1px solid #158CC1 !important;
  border-radius: 4px; }
  .init-publication-content > div > div > div > input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #158CC1;
    opacity: 0.35;
    /* Firefox */ }

.resume-information-content > div > div > div > input {
  color: #158CC1;
  background-color: #ffffff;
  padding-left: 15px !important;
  border: 1px solid #158CC1 !important;
  border-radius: 4px; }
  .resume-information-content > div > div > div > input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #158CC1;
    opacity: 0.35;
    /* Firefox */ }

.publication-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.publication-message {
  color: #ffffff;
  font-size: 18px;
  word-break: break-word; }

.publication-qb-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300; }

.publication-qb-title-gray {
  color: #A3A3A3;
  font-size: 24px;
  font-weight: 300; }

.init-publication-content > div > .lcb-form {
  background-color: #ffffff;
  padding: 35px 25px 35px 25px !important;
  margin-bottom: 25px; }

.resume-information-content > div > .lcb-form {
  background-color: #ffffff;
  padding: 35px 25px 35px 25px !important;
  margin-bottom: 25px; }

.login-label {
  color: #ffffff;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
  font-weight: 400; }

.publication-take-label {
  color: #158CC1;
  font-size: 18px;
  float: left;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left; }

.student-enrollment-list {
  max-width: 680px !important; }
  .student-enrollment-list .publication-take-label {
    margin-bottom: 0 !important; }

.publication-take-label-error {
  color: #ff0808;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin-top: 10px; }

.publication-take-sb-button {
  color: #158CC1;
  font-size: 24px;
  font-weight: 500;
  text-align: left; }

.publication-take-help {
  color: #158CC1;
  font-size: 24px;
  float: right; }

.enrollments {
  overflow: auto;
  max-height: 300px; }
  .enrollments .enrollment {
    border-bottom: 1px solid #CCCCCC; }
    .enrollments .enrollment .enrollment-title {
      color: #158CC1;
      font-size: 18px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 33px; }
    .enrollments .enrollment .enrollment-date {
      font-size: 10px; }

.btn-primary-color {
  background-color: #158CC1;
  color: white; }
  .btn-primary-color:hover {
    background-color: #146c99;
    color: #d7d7d7; }
  .btn-primary-color:disabled {
    background-color: #D8D8D8;
    color: #A2A2A2; }

.btn-primary-invert, .btn-primary-invert:active, .btn-primary-invert:hover, .btn-primary-invert:focus {
  padding: 5px 11px;
  background-color: transparent;
  color: #158CC1;
  border-color: #158CC1;
  border-width: 1px;
  border-style: solid; }
  .btn-primary-invert[class*="btn-square-icon"], .btn-primary-invert [class*="btn-square-icon"], .btn-primary-invert:active[class*="btn-square-icon"], .btn-primary-invert:active [class*="btn-square-icon"], .btn-primary-invert:hover[class*="btn-square-icon"], .btn-primary-invert:hover [class*="btn-square-icon"], .btn-primary-invert:focus[class*="btn-square-icon"], .btn-primary-invert:focus [class*="btn-square-icon"] {
    padding: 3px; }

.btn-dropdown-white-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-white-invert li.active, .btn-dropdown-white-invert li > a:hover, .btn-dropdown-white-invert li > a:focus {
    background-color: #bdbdbd; }
  .btn-dropdown-white-invert li {
    border: 1px solid #000; }
  .btn-dropdown-white-invert .dropdown-title {
    color: #fff; }
  .btn-dropdown-white-invert li.active, .btn-dropdown-white-invert li > a:hover, .btn-dropdown-white-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-white-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-white-invert li.inactive > a:hover, .btn-dropdown-white-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #eaeaea; }

.init-publication-content:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle; }

.init-publication-content {
  min-height: 100vh;
  text-align: center;
  background-image: url("../images/publication-bg.jpg"); }

.init-publication-content > .lc-block {
  margin-top: 5%; }
  @media screen and (max-width: 992px) {
    .init-publication-content > .lc-block {
      margin-top: 10%; } }

.resume-information-content:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle; }

.resume-information-content {
  min-height: 100vh;
  text-align: center;
  background-image: url("../images/publication-bg.jpg"); }

.resume-information-content > .lc-block {
  margin-top: 0; }

.resume-information-text {
  color: #158CC1;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left; }

.resume-information-info {
  text-align: left;
  color: #fff;
  font-size: 16px; }

.resume-information-info-box {
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #158CC1;
  margin-bottom: 10px; }

.fw-500 {
  font-weight: 500; }

.publication-content {
  text-align: center; }

.white {
  color: #ffffff !important; }

.init-publication-content > div > .lcb-form {
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16); }

.b-r-4 {
  border-radius: 4px !important; }

.b-r-16 {
  border-radius: 16px !important; }

.publication-form-row {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top; }

.publication-error {
  text-align: center;
  color: #158CC1;
  font-size: 18px; }
  .publication-error .publication-error-code {
    font-size: 10px;
    word-break: break-all; }

.publication-error-container {
  text-align: center;
  margin-top: 10%; }
  @media screen and (max-width: 992px) {
    .publication-error-container {
      margin-top: 15%; } }

.publication-error-smile {
  font-size: 50px;
  font-weight: 800;
  color: #3483B4;
  display: block; }

.welcome-page-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  /* Center the image */
  /* Do not repeat the image */
  -webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16); }
  .welcome-page-footer button {
    box-shadow: none !important; }

.btn {
  min-height: 32px;
  font-weight: 500; }
  .btn[disabled] {
    opacity: 0.5; }

.no-shadow {
  box-shadow: none !important; }

.p-4 {
  padding: 4px; }

.p-8 {
  padding: 8px; }

.p-l-40 {
  padding-left: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-t-8 {
  padding-top: 8px; }

.p-t-25 {
  padding-top: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-10 {
  padding-bottom: 10px; }

.m-t-4 {
  margin-top: 4px !important; }

.m-t-7 {
  margin-top: 7px !important; }

.m-t-12 {
  margin-top: 12px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-16 {
  margin-top: 16px !important; }

.m-t-24 {
  margin-top: 24px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-4 {
  margin-bottom: 4px !important; }

.m-b-12 {
  margin-bottom: 12px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-24 {
  margin-bottom: 24px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.m-r-8 {
  margin-right: 8px !important; }

.m-r-5 {
  margin-right: 5px; }

.m-r-4 {
  margin-right: 4px; }

.m-l-4 {
  margin-left: 4px; }

.m-2 {
  margin: 2px; }

.box-info {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px;
  margin: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .box-info {
      margin-bottom: 10px; } }

.color-white {
  color: #ffffff; }

.uppercase {
  text-transform: uppercase; }

.shadow-default {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.fe-card {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 0 30px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16); }
  .fe-card .divider {
    width: 100%;
    border-color: #E2E2E2;
    border-width: 1px;
    border-top-style: solid; }
    .fe-card .divider.full-width, .fe-card .divider.buttonCheckbox {
      width: calc(100% + 60px);
      margin: 0 -30px; }

.fe-card-bordered {
  box-shadow: none;
  border: 1px solid #E2E2E2; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: underline; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.text-input {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000; }
  .text-input::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.button-select button {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px; }
  .button-select button > div {
    display: table;
    height: 24px;
    width: 100%;
    table-layout: fixed; }
    .button-select button > div .icon, .button-select button > div .text {
      display: table-cell;
      vertical-align: middle; }
    .button-select button > div .icon {
      font-size: 24px;
      width: 24px; }
    .button-select button > div .text {
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.button-select .selected > a {
  background-color: rgba(0, 0, 0, 0.075); }

.button-select .inactive {
  opacity: 0.5; }

.button-select .dropdown-menu {
  padding: 0; }

.button-select .keyword-form {
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: none;
  border-bottom-style: solid; }
  .button-select .keyword-form input {
    height: 39px;
    width: calc(100% - 24px); }
  .button-select .keyword-form input {
    padding: 0 8px; }
  .button-select .keyword-form input {
    border-style: none; }
  .button-select .keyword-form input {
    background-color: transparent; }

.button-select .btn {
  min-height: 32px;
  font-weight: 500;
  box-shadow: none !important; }
  .button-select .btn[disabled] {
    opacity: 0.5; }

.wrapper-zmdi-24 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle; }

.spinner {
  width: 100%; }

.input-group-btn-vertical {
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 32px;
  vertical-align: middle;
  display: table-cell;
  height: 40px !important;
  padding: 4px;
  right: 2px; }

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  position: relative;
  border-radius: 0;
  min-height: 0px;
  height: 50%;
  box-shadow: none; }
  .input-group-btn-vertical > .btn:hover {
    background-color: lightgray; }

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.input-group-btn-vertical > .btn:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.number-text {
  padding: 10px 36px 10px 10px !important; }

.date-time.disabled {
  color: #000000;
  background-color: #DEDEDE; }
  .date-time.disabled, .date-time.disabled * {
    cursor: not-allowed; }

.date-time {
  height: 40px;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px; }

.date-time input {
  background-color: transparent;
  border-style: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000; }

.date-time-primary {
  border-color: #E2E2E2; }

.date-time-primary .bootstrap-datetimepicker-widget thead th {
  text-align: center;
  background-color: #158CC1 !important;
  color: #FFFFFF !important;
  border: 0px !important; }
  .date-time-primary .bootstrap-datetimepicker-widget thead th.dow {
    background-color: #094762 !important; }

.date-time-primary .bootstrap-datetimepicker-widget tbody .active:not(.day) {
  background-color: #158CC1 !important; }

.date-time-primary .bootstrap-datetimepicker-widget tbody .active.day:before {
  background-color: #158CC1 !important; }

.date-time-primary .bootstrap-datetimepicker-widget tbody td {
  border: 0px !important;
  text-align: center; }

.date-time-primary .bootstrap-datetimepicker-widget tbody a[data-action="incrementHours"], .date-time-primary .bootstrap-datetimepicker-widget tbody a[data-action="incrementMinutes"], .date-time-primary .bootstrap-datetimepicker-widget tbody a[data-action="decrementHours"], .date-time-primary .bootstrap-datetimepicker-widget tbody a[data-action="decrementMinutes"] {
  color: #158CC1 !important; }

.date-time-primary .bootstrap-datetimepicker-widget .picker-switch td span {
  color: #158CC1 !important; }

.date-time-primary .bootstrap-datetimepicker-widget .timepicker-picker tr:nth-child(2) {
  background-color: #094762 !important; }

.date-time-primary .input-group-addon {
  color: #707070; }

.disabled-radio-container {
  cursor: not-allowed !important;
  opacity: 0.5; }

.box-info-value {
  font-weight: 600;
  margin-bottom: 4px; }

.box-info-label {
  margin-top: 4px;
  margin-bottom: 0; }

.custom-field-card {
  margin-bottom: 0px;
  padding: 30px;
  border-radius: 16px; }

.btn-init-publication {
  -webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.32) !important;
  -moz-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.32) !important;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.32) !important; }

.welcome-page-header,
.report-page-header,
.question-page-header {
  min-height: 124px; }

.header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.header-color-only {
  background-color: rgba(0, 0, 0, 0.3); }

.question-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.08); }

.question-page-footer {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: fixed;
  bottom: 0; }

.question-header-info {
  padding: 20px 45px 20px 45px; }
  .question-header-info .btn-clear-page {
    height: 38px; }
  .question-header-info .language-selector-container {
    text-align: center; }

.btn-transparent-white, .btn-transparent-white:active, .btn-transparent-white:hover, .btn-transparent-white:focus {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  box-shadow: none !important; }

.time-answer-widget {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  min-width: 120px; }
  .time-answer-widget #timer {
    color: #ffffff; }

.time-answer-widget-fixed {
  position: fixed;
  right: 0;
  z-index: 1000; }

.time-answer-widget-top {
  top: 50px; }

.center {
  text-align: center; }

.pagination-box {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  display: inline-flex; }

.pointer {
  cursor: pointer; }

.radius-20 {
  border-radius: 20px; }

.resources-container {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  display: flex;
  padding-top: 10px; }

.resource-single-block {
  cursor: pointer;
  height: 124px;
  width: 164px;
  display: flex;
  flex-direction: column; }
  .resource-single-block .modal-dialog {
    cursor: default !important; }
  @media (max-width: 767px) {
    .resource-single-block {
      width: 104px; } }

.resources-carousel {
  align-items: center;
  display: flex; }
  .resources-carousel .arrow-container {
    position: absolute;
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    padding: 4px 8px;
    color: #333;
    cursor: pointer;
    z-index: 3;
    top: 45px; }

.resource-box-parent {
  display: flex;
  flex: 1; }

.resource-box {
  cursor: pointer;
  height: 100%;
  width: 160px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden; }
  @media (max-width: 767px) {
    .resource-box {
      width: 100px; } }

.resource-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 4px;
  color: #333333; }
  .resource-info .resource-index {
    font-weight: 500; }

.link-box {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center; }
  .link-box a {
    white-space: pre-wrap; }

.error-box {
  cursor: default !important;
  display: flex;
  flex: 1; }
  .error-box .error-inside-box {
    background-color: #fff;
    margin-left: 20%;
    margin-right: 20%;
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500; }

.file-box {
  display: flex;
  flex: 1; }
  .file-box .extension-box {
    background-color: #fff;
    margin-left: 20%;
    margin-right: 20%;
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500; }

.video-box, .audio-box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-box .play-circle, .audio-box .play-circle {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 6px 12px;
    border-radius: 50%;
    font-size: 24px; }

.media-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.border-right {
  border-right: 1px solid #eee; }

.question-message {
  color: #4D4D4D;
  font-size: 14px;
  margin-bottom: 10px; }

.question-text {
  color: #333333;
  font-size: 20px; }
  @media (max-width: 991px) {
    .question-text {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .question-text {
      font-size: 18px; } }

.answer-text {
  font-size: 18px;
  color: #333333; }
  @media (max-width: 991px) {
    .answer-text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .answer-text {
      font-size: 15px; } }

.resource-text {
  word-break: break-all;
  text-align: center; }

.border-bottom-radius-20 {
  border-radius: 0px 0px 20px 20px; }

.wrapper-zmdi-32 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 32px;
  font-size: 32px;
  width: 32px;
  text-align: center;
  vertical-align: middle; }

.navigator-block-page {
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer; }

.navigator-bookmark {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 18px; }

.dropdown-toggle {
  text-transform: none !important; }

.statistics-dot {
  width: 8px;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 12px; }

.outcome-score-text {
  font-size: 24px;
  color: #4D4D4D; }

.score-text {
  font-size: 52px;
  color: #4D4D4D; }

.score-sub-text {
  font-size: 14px;
  color: #4D4D4D;
  line-height: 19px; }

.detailed-evaluation-box {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 6px; }

.outcome-title {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.outcome-message {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px; }

.face-smile {
  background: url("../images/ic_face_smile.png") no-repeat center;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.face-sad {
  background: url("../images/ic_face_sad.png") no-repeat center;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.report-page .fe-card,
.question-page-body .fe-card {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16); }

.report-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  /* Center the image */
  /* Do not repeat the image */
  -webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.16); }
  .report-page-footer button {
    width: 225px; }
    .report-page-footer button .page-footer-button-icon {
      display: none; }
    .report-page-footer button .page-footer-button-text {
      display: block; }
    .report-page-footer button i {
      font-size: 24px; }
    @media screen and (max-width: 510px) {
      .report-page-footer button {
        width: 100px; }
        .report-page-footer button .page-footer-button-icon {
          display: block; }
        .report-page-footer button .page-footer-button-text {
          display: none; } }

.answerStatistics {
  position: absolute;
  right: 56px;
  display: grid; }

.answerStatisticsWithoutChart {
  margin: 0 auto;
  display: grid; }

.answerStatisticsForMobile {
  display: grid;
  position: relative;
  margin: 15px auto 0; }

.publication-score {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .publication-score {
      flex-direction: column; } }

.score-divider {
  width: 1px;
  height: 50px; }
  @media screen and (max-width: 768px) {
    .score-divider {
      width: 168px;
      height: 1px; } }

@media screen and (max-width: 768px) {
  .status-box {
    padding-top: 16px; } }

@media screen and (max-width: 767px) {
  .outcome-score {
    margin-top: 10px;
    border-top: 1px solid #fff; } }

.img-logo {
  width: 180px; }

.questionContainer a.disabled {
  color: #DEDEDE !important;
  cursor: default !important;
  text-decoration: none !important; }

.answer-correct {
  color: #01D67B; }

.answer-not-correct {
  color: #FF2424; }

.answer-feedback-message {
  font-size: 14px;
  font-style: italic;
  color: #4D4D4D;
  display: inline-block; }

.report-available-from {
  font-size: 14px;
  color: #909090; }

.p-l-45 {
  padding-left: 45px; }

.p-r-45 {
  padding-right: 45px; }

.border-dark-gray {
  border: 1px solid #aaaaaa; }

.border-white {
  border: 1px solid #fff; }

.preview-label {
  opacity: 0.7;
  background: white;
  position: fixed;
  left: -100px;
  bottom: 60px;
  z-index: 1000;
  padding: 12px 12px;
  transform: rotate(45deg);
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  font-size: 12px;
  cursor: pointer; }
  .preview-label:hover {
    opacity: 0.9; }

.report-card {
  border-radius: 0px 0px 16px 16px; }

.report-card-header {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 0px 0px;
  color: #fff;
  padding: 4px; }

.radius-complete {
  border-radius: 16px 16px 16px 16px !important; }

.italic {
  font-style: italic; }

.language-selector button.current-language {
  text-align: left;
  text-transform: none; }
  .language-selector button.current-language .icon {
    width: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 13px;
    margin-right: 4px;
    position: relative;
    bottom: -0.15em; }

.language-selector li.language-actions:last-child {
  border-top-style: solid;
  border-top-width: 1px; }

.language-selector .counter {
  margin-left: 24px;
  float: right; }
  .language-selector .counter .icon {
    margin-right: 0;
    margin-left: 4px; }

.download-certificate {
  display: flex;
  justify-content: center; }
  .download-certificate span {
    line-height: 19px; }

.btn-group {
  box-shadow: none !important; }

.btn-dropdown .dropdown-menu {
  top: calc(100% + 6px); }

.btn-dropdown .dropdown-menu {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.btn-dropdown .dropdown-menu, .btn-dropdown .dropdown-menu:hover {
  padding: 0; }
  .btn-dropdown .dropdown-menu li > a, .btn-dropdown .dropdown-menu li.dropdown-title, .btn-dropdown .dropdown-menu:hover li > a, .btn-dropdown .dropdown-menu:hover li.dropdown-title {
    padding: 0 10px; }

.btn-dropdown .dropdown-menu li > a .menu-action {
  margin-right: 8px; }
  .btn-dropdown .dropdown-menu li > a .menu-action:first-child {
    margin-right: 0; }

.btn-dropdown button > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.btn-dropdown button {
  line-height: 24px; }

.btn-dropdown .dropdown-menu li.dropdown-title {
  line-height: 40px; }

.btn-dropdown .dropdown-menu li > a {
  line-height: 32px; }

.btn-dropdown .dropdown-menu li > a {
  cursor: pointer; }

.btn-dropdown .dropdown-menu li.inactive > a {
  cursor: not-allowed; }

.btn-dropdown .dropdown-menu li > a .menu-action {
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  opacity: 0.5; }
  .btn-dropdown .dropdown-menu li > a .menu-action:hover {
    opacity: 1; }

.btn-dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .btn-dropdown .dropdown-menu li:first-child > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }

.btn-dropdown .dropdown-menu li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .btn-dropdown .dropdown-menu li:last-child > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

.btn-dropdown .dropdown-menu {
  border-style: none; }
  .btn-dropdown .dropdown-menu li {
    border-style: none solid; }
    .btn-dropdown .dropdown-menu li:first-child {
      border-top-style: solid; }
    .btn-dropdown .dropdown-menu li:last-child {
      border-bottom-style: solid; }

.swal2-container {
  z-index: 10000; }

.modal-backdrop {
  z-index: 1100; }

.modal {
  z-index: 1150; }

.modal-open, .modal.fade {
  padding-right: 0 !important; }

.modal .modal-content {
  padding: 30px; }

.modal-p-0 .modal-content {
  padding: 0; }

.color-primary {
  color: #4D4D4D; }

.color-primary-very-light {
  color: #CACACA; }

.color-primary-light {
  color: #656565; }

.color-primary-inactive {
  color: #9A9A9A; }

.color-primary-active {
  color: #158CC1; }

.color-secondary {
  color: #000000; }

.bg-default {
  background-color: #FFFFFF !important; }

.ff-roboto {
  font-family: Roboto; }

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

.fs-14 {
  font-size: 14px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

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

.fs-32 {
  font-size: 32px; }

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

.fs-48 {
  font-size: 48px; }

.fw-normal {
  font-weight: normal; }

.fw-medium {
  font-weight: 500; }

.btn-transparent, .btn-transparent:active, .btn-transparent:hover, .btn-transparent:focus {
  color: #656565;
  background-color: transparent; }

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background-color: #158CC1 !important;
  color: #FFFFFF !important; }

.btn {
  min-height: 32px;
  font-weight: 500;
  box-shadow: none !important; }
  .btn[disabled] {
    opacity: 0.5; }

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right; } }

.custom-fields-form .help-block {
  margin-left: 0px; }

.help-block {
  margin-left: 30px; }

.resizable-textarea {
  resize: both; }

.area-w-25 {
  width: 25%; }

.area-w-50 {
  width: 50%; }

.area-w-75 {
  width: 75%; }

.area-w-100 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .resizable-textarea {
    resize: none;
    width: 100% !important; }
  .area-w-25 {
    width: 100%; }
  .area-w-50 {
    width: 100%; }
  .area-w-75 {
    width: 100%; } }

.form-group-title {
  font-size: 24px;
  color: #158CC1;
  font-weight: normal; }

.welcome-content:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle; }

.welcome-content {
  background-color: #ffffff;
  min-height: 100vh;
  text-align: center; }
  .welcome-content .card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #eee;
    margin-top: 40px; }
    .welcome-content .card .welcome-header {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .welcome-content .card .welcome-header .form-group-title {
        font-size: 20px; }
      .welcome-content .card .welcome-header .card-title {
        color: #676767;
        font-weight: 400; }
    .welcome-content .card .welcome-row {
      display: flex;
      padding: 15px;
      border-bottom: 1px solid #ccc; }
      .welcome-content .card .welcome-row span {
        font-size: 14px;
        color: #4D4D4D; }
      .welcome-content .card .welcome-row .row-label {
        flex: 1;
        text-align: left; }
    .welcome-content .card .welcome-footer {
      padding-bottom: 15px; }
      .welcome-content .card .welcome-footer button {
        margin-top: 15px;
        padding: 4px 24px;
        min-width: 128px; }

.publication-img-container {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center; }
  .publication-img-container .img-logo {
    width: 100%;
    max-width: 120px; }

.cookie-box {
  width: 100%;
  background-color: black;
  padding: 14px;
  color: white;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999; }

@media (max-width: 387px) {
  .question-page-buttons .btn {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

/** PROFILI COLORE */
.btn-color-profile-0, .btn-color-profile-0:active, .btn-color-profile-0:hover, .btn-color-profile-0:focus {
  background-color: #FF3B30;
  color: #FFFFFF !important; }

.btn-color-profile-0-invert {
  background-color: #ffffff;
  color: #FF3B30; }

.btn-color-profile-0-invert-bordered, .btn-color-profile-0-invert-bordered:active, .btn-color-profile-0-invert-bordered:hover, .btn-color-profile-0-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF3B30;
  border: 1px solid #FF3B30; }

.text-input-color-profile-0 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF3B30; }
  .text-input-color-profile-0::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-0:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-0::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-0:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-0 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF3B30; }

.date-time-color-profile-0 {
  border-color: #FF3B30 !important; }
  .date-time-color-profile-0.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-0.disabled, .date-time-color-profile-0.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-0 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-0 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-0 .input-group-addon {
    color: #FF3B30; }

.text-color-profile-0 {
  color: #FF3B30; }

.btn-dropdown-color-profile-0-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-0-invert li.active, .btn-dropdown-color-profile-0-invert li > a:hover, .btn-dropdown-color-profile-0-invert li > a:focus {
    background-color: #FF3B30; }
  .btn-dropdown-color-profile-0-invert li {
    border-color: #FF3B30;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-0-invert .dropdown-title {
    color: #FF3B30; }
  .btn-dropdown-color-profile-0-invert li.active, .btn-dropdown-color-profile-0-invert li > a:hover, .btn-dropdown-color-profile-0-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-0-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-0-invert li.inactive > a:hover, .btn-dropdown-color-profile-0-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-1, .btn-color-profile-1:active, .btn-color-profile-1:hover, .btn-color-profile-1:focus {
  background-color: #FF9500;
  color: #FFFFFF !important; }

.btn-color-profile-1-invert {
  background-color: #ffffff;
  color: #FF9500; }

.btn-color-profile-1-invert-bordered, .btn-color-profile-1-invert-bordered:active, .btn-color-profile-1-invert-bordered:hover, .btn-color-profile-1-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF9500;
  border: 1px solid #FF9500; }

.text-input-color-profile-1 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF9500; }
  .text-input-color-profile-1::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-1:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-1::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-1:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-1 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF9500; }

.date-time-color-profile-1 {
  border-color: #FF9500 !important; }
  .date-time-color-profile-1.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-1.disabled, .date-time-color-profile-1.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-1 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-1 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-1 .input-group-addon {
    color: #FF9500; }

.text-color-profile-1 {
  color: #FF9500; }

.btn-dropdown-color-profile-1-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-1-invert li.active, .btn-dropdown-color-profile-1-invert li > a:hover, .btn-dropdown-color-profile-1-invert li > a:focus {
    background-color: #FF9500; }
  .btn-dropdown-color-profile-1-invert li {
    border-color: #FF9500;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-1-invert .dropdown-title {
    color: #FF9500; }
  .btn-dropdown-color-profile-1-invert li.active, .btn-dropdown-color-profile-1-invert li > a:hover, .btn-dropdown-color-profile-1-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-1-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-1-invert li.inactive > a:hover, .btn-dropdown-color-profile-1-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-2, .btn-color-profile-2:active, .btn-color-profile-2:hover, .btn-color-profile-2:focus {
  background-color: #f1ca2f;
  color: #FFFFFF !important; }

.btn-color-profile-2-invert {
  background-color: #ffffff;
  color: #f1ca2f; }

.btn-color-profile-2-invert-bordered, .btn-color-profile-2-invert-bordered:active, .btn-color-profile-2-invert-bordered:hover, .btn-color-profile-2-invert-bordered:focus {
  background-color: #ffffff;
  color: #f1ca2f;
  border: 1px solid #f1ca2f; }

.text-input-color-profile-2 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #f1ca2f; }
  .text-input-color-profile-2::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-2:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-2::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-2:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-2 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #f1ca2f; }

.date-time-color-profile-2 {
  border-color: #f1ca2f !important; }
  .date-time-color-profile-2.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-2.disabled, .date-time-color-profile-2.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-2 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-2 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-2 .input-group-addon {
    color: #f1ca2f; }

.text-color-profile-2 {
  color: #f1ca2f; }

.btn-dropdown-color-profile-2-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-2-invert li.active, .btn-dropdown-color-profile-2-invert li > a:hover, .btn-dropdown-color-profile-2-invert li > a:focus {
    background-color: #f1ca2f; }
  .btn-dropdown-color-profile-2-invert li {
    border-color: #f1ca2f;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-2-invert .dropdown-title {
    color: #f1ca2f; }
  .btn-dropdown-color-profile-2-invert li.active, .btn-dropdown-color-profile-2-invert li > a:hover, .btn-dropdown-color-profile-2-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-2-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-2-invert li.inactive > a:hover, .btn-dropdown-color-profile-2-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-3, .btn-color-profile-3:active, .btn-color-profile-3:hover, .btn-color-profile-3:focus {
  background-color: #4CD964;
  color: #FFFFFF !important; }

.btn-color-profile-3-invert {
  background-color: #ffffff;
  color: #4CD964; }

.btn-color-profile-3-invert-bordered, .btn-color-profile-3-invert-bordered:active, .btn-color-profile-3-invert-bordered:hover, .btn-color-profile-3-invert-bordered:focus {
  background-color: #ffffff;
  color: #4CD964;
  border: 1px solid #4CD964; }

.text-input-color-profile-3 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #4CD964; }
  .text-input-color-profile-3::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-3:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-3::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-3:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-3 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #4CD964; }

.date-time-color-profile-3 {
  border-color: #4CD964 !important; }
  .date-time-color-profile-3.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-3.disabled, .date-time-color-profile-3.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-3 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-3 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-3 .input-group-addon {
    color: #4CD964; }

.text-color-profile-3 {
  color: #4CD964; }

.btn-dropdown-color-profile-3-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-3-invert li.active, .btn-dropdown-color-profile-3-invert li > a:hover, .btn-dropdown-color-profile-3-invert li > a:focus {
    background-color: #4CD964; }
  .btn-dropdown-color-profile-3-invert li {
    border-color: #4CD964;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-3-invert .dropdown-title {
    color: #4CD964; }
  .btn-dropdown-color-profile-3-invert li.active, .btn-dropdown-color-profile-3-invert li > a:hover, .btn-dropdown-color-profile-3-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-3-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-3-invert li.inactive > a:hover, .btn-dropdown-color-profile-3-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-4, .btn-color-profile-4:active, .btn-color-profile-4:hover, .btn-color-profile-4:focus {
  background-color: #5AC8FA;
  color: #FFFFFF !important; }

.btn-color-profile-4-invert {
  background-color: #ffffff;
  color: #5AC8FA; }

.btn-color-profile-4-invert-bordered, .btn-color-profile-4-invert-bordered:active, .btn-color-profile-4-invert-bordered:hover, .btn-color-profile-4-invert-bordered:focus {
  background-color: #ffffff;
  color: #5AC8FA;
  border: 1px solid #5AC8FA; }

.text-input-color-profile-4 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #5AC8FA; }
  .text-input-color-profile-4::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-4:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-4::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-4:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-4 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #5AC8FA; }

.date-time-color-profile-4 {
  border-color: #5AC8FA !important; }
  .date-time-color-profile-4.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-4.disabled, .date-time-color-profile-4.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-4 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-4 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-4 .input-group-addon {
    color: #5AC8FA; }

.text-color-profile-4 {
  color: #5AC8FA; }

.btn-dropdown-color-profile-4-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-4-invert li.active, .btn-dropdown-color-profile-4-invert li > a:hover, .btn-dropdown-color-profile-4-invert li > a:focus {
    background-color: #5AC8FA; }
  .btn-dropdown-color-profile-4-invert li {
    border-color: #5AC8FA;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-4-invert .dropdown-title {
    color: #5AC8FA; }
  .btn-dropdown-color-profile-4-invert li.active, .btn-dropdown-color-profile-4-invert li > a:hover, .btn-dropdown-color-profile-4-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-4-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-4-invert li.inactive > a:hover, .btn-dropdown-color-profile-4-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-5, .btn-color-profile-5:active, .btn-color-profile-5:hover, .btn-color-profile-5:focus {
  background-color: #007AFF;
  color: #FFFFFF !important; }

.btn-color-profile-5-invert {
  background-color: #ffffff;
  color: #007AFF; }

.btn-color-profile-5-invert-bordered, .btn-color-profile-5-invert-bordered:active, .btn-color-profile-5-invert-bordered:hover, .btn-color-profile-5-invert-bordered:focus {
  background-color: #ffffff;
  color: #007AFF;
  border: 1px solid #007AFF; }

.text-input-color-profile-5 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #007AFF; }
  .text-input-color-profile-5::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-5:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-5::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-5:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-5 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #007AFF; }

.date-time-color-profile-5 {
  border-color: #007AFF !important; }
  .date-time-color-profile-5.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-5.disabled, .date-time-color-profile-5.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-5 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-5 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-5 .input-group-addon {
    color: #007AFF; }

.text-color-profile-5 {
  color: #007AFF; }

.btn-dropdown-color-profile-5-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-5-invert li.active, .btn-dropdown-color-profile-5-invert li > a:hover, .btn-dropdown-color-profile-5-invert li > a:focus {
    background-color: #007AFF; }
  .btn-dropdown-color-profile-5-invert li {
    border-color: #007AFF;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-5-invert .dropdown-title {
    color: #007AFF; }
  .btn-dropdown-color-profile-5-invert li.active, .btn-dropdown-color-profile-5-invert li > a:hover, .btn-dropdown-color-profile-5-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-5-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-5-invert li.inactive > a:hover, .btn-dropdown-color-profile-5-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-6, .btn-color-profile-6:active, .btn-color-profile-6:hover, .btn-color-profile-6:focus {
  background-color: #5856D6;
  color: #FFFFFF !important; }

.btn-color-profile-6-invert {
  background-color: #ffffff;
  color: #5856D6; }

.btn-color-profile-6-invert-bordered, .btn-color-profile-6-invert-bordered:active, .btn-color-profile-6-invert-bordered:hover, .btn-color-profile-6-invert-bordered:focus {
  background-color: #ffffff;
  color: #5856D6;
  border: 1px solid #5856D6; }

.text-input-color-profile-6 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #5856D6; }
  .text-input-color-profile-6::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-6:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-6::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-6:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-6 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #5856D6; }

.date-time-color-profile-6 {
  border-color: #5856D6 !important; }
  .date-time-color-profile-6.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-6.disabled, .date-time-color-profile-6.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-6 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-6 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-6 .input-group-addon {
    color: #5856D6; }

.text-color-profile-6 {
  color: #5856D6; }

.btn-dropdown-color-profile-6-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-6-invert li.active, .btn-dropdown-color-profile-6-invert li > a:hover, .btn-dropdown-color-profile-6-invert li > a:focus {
    background-color: #5856D6; }
  .btn-dropdown-color-profile-6-invert li {
    border-color: #5856D6;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-6-invert .dropdown-title {
    color: #5856D6; }
  .btn-dropdown-color-profile-6-invert li.active, .btn-dropdown-color-profile-6-invert li > a:hover, .btn-dropdown-color-profile-6-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-6-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-6-invert li.inactive > a:hover, .btn-dropdown-color-profile-6-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-7, .btn-color-profile-7:active, .btn-color-profile-7:hover, .btn-color-profile-7:focus {
  background-color: #FF2D55;
  color: #FFFFFF !important; }

.btn-color-profile-7-invert {
  background-color: #ffffff;
  color: #FF2D55; }

.btn-color-profile-7-invert-bordered, .btn-color-profile-7-invert-bordered:active, .btn-color-profile-7-invert-bordered:hover, .btn-color-profile-7-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF2D55;
  border: 1px solid #FF2D55; }

.text-input-color-profile-7 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF2D55; }
  .text-input-color-profile-7::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-7:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-7::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-7:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-7 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF2D55; }

.date-time-color-profile-7 {
  border-color: #FF2D55 !important; }
  .date-time-color-profile-7.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-7.disabled, .date-time-color-profile-7.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-7 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-7 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-7 .input-group-addon {
    color: #FF2D55; }

.text-color-profile-7 {
  color: #FF2D55; }

.btn-dropdown-color-profile-7-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-7-invert li.active, .btn-dropdown-color-profile-7-invert li > a:hover, .btn-dropdown-color-profile-7-invert li > a:focus {
    background-color: #FF2D55; }
  .btn-dropdown-color-profile-7-invert li {
    border-color: #FF2D55;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-7-invert .dropdown-title {
    color: #FF2D55; }
  .btn-dropdown-color-profile-7-invert li.active, .btn-dropdown-color-profile-7-invert li > a:hover, .btn-dropdown-color-profile-7-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-7-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-7-invert li.inactive > a:hover, .btn-dropdown-color-profile-7-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-8, .btn-color-profile-8:active, .btn-color-profile-8:hover, .btn-color-profile-8:focus {
  background-color: #843e2f;
  color: #FFFFFF !important; }

.btn-color-profile-8-invert {
  background-color: #ffffff;
  color: #843e2f; }

.btn-color-profile-8-invert-bordered, .btn-color-profile-8-invert-bordered:active, .btn-color-profile-8-invert-bordered:hover, .btn-color-profile-8-invert-bordered:focus {
  background-color: #ffffff;
  color: #843e2f;
  border: 1px solid #843e2f; }

.text-input-color-profile-8 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #843e2f; }
  .text-input-color-profile-8::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-8:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-8::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-8:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-8 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #843e2f; }

.date-time-color-profile-8 {
  border-color: #843e2f !important; }
  .date-time-color-profile-8.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-8.disabled, .date-time-color-profile-8.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-8 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-8 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-8 .input-group-addon {
    color: #843e2f; }

.text-color-profile-8 {
  color: #843e2f; }

.btn-dropdown-color-profile-8-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-8-invert li.active, .btn-dropdown-color-profile-8-invert li > a:hover, .btn-dropdown-color-profile-8-invert li > a:focus {
    background-color: #843e2f; }
  .btn-dropdown-color-profile-8-invert li {
    border-color: #843e2f;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-8-invert .dropdown-title {
    color: #843e2f; }
  .btn-dropdown-color-profile-8-invert li.active, .btn-dropdown-color-profile-8-invert li > a:hover, .btn-dropdown-color-profile-8-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-8-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-8-invert li.inactive > a:hover, .btn-dropdown-color-profile-8-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-9, .btn-color-profile-9:active, .btn-color-profile-9:hover, .btn-color-profile-9:focus {
  background-color: #a49b9a;
  color: #FFFFFF !important; }

.btn-color-profile-9-invert {
  background-color: #ffffff;
  color: #a49b9a; }

.btn-color-profile-9-invert-bordered, .btn-color-profile-9-invert-bordered:active, .btn-color-profile-9-invert-bordered:hover, .btn-color-profile-9-invert-bordered:focus {
  background-color: #ffffff;
  color: #a49b9a;
  border: 1px solid #a49b9a; }

.text-input-color-profile-9 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #a49b9a; }
  .text-input-color-profile-9::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-9:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-9::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-9:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-9 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #a49b9a; }

.date-time-color-profile-9 {
  border-color: #a49b9a !important; }
  .date-time-color-profile-9.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-9.disabled, .date-time-color-profile-9.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-9 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-9 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-9 .input-group-addon {
    color: #a49b9a; }

.text-color-profile-9 {
  color: #a49b9a; }

.btn-dropdown-color-profile-9-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-9-invert li.active, .btn-dropdown-color-profile-9-invert li > a:hover, .btn-dropdown-color-profile-9-invert li > a:focus {
    background-color: #a49b9a; }
  .btn-dropdown-color-profile-9-invert li {
    border-color: #a49b9a;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-9-invert .dropdown-title {
    color: #a49b9a; }
  .btn-dropdown-color-profile-9-invert li.active, .btn-dropdown-color-profile-9-invert li > a:hover, .btn-dropdown-color-profile-9-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-9-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-9-invert li.inactive > a:hover, .btn-dropdown-color-profile-9-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-10, .btn-color-profile-10:active, .btn-color-profile-10:hover, .btn-color-profile-10:focus {
  background-color: #494848;
  color: #FFFFFF !important; }

.btn-color-profile-10-invert {
  background-color: #ffffff;
  color: #494848; }

.btn-color-profile-10-invert-bordered, .btn-color-profile-10-invert-bordered:active, .btn-color-profile-10-invert-bordered:hover, .btn-color-profile-10-invert-bordered:focus {
  background-color: #ffffff;
  color: #494848;
  border: 1px solid #494848; }

.text-input-color-profile-10 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #494848; }
  .text-input-color-profile-10::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-10:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-10::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-10:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-10 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #494848; }

.date-time-color-profile-10 {
  border-color: #494848 !important; }
  .date-time-color-profile-10.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-10.disabled, .date-time-color-profile-10.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-10 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-10 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-10 .input-group-addon {
    color: #494848; }

.text-color-profile-10 {
  color: #494848; }

.btn-dropdown-color-profile-10-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-10-invert li.active, .btn-dropdown-color-profile-10-invert li > a:hover, .btn-dropdown-color-profile-10-invert li > a:focus {
    background-color: #494848; }
  .btn-dropdown-color-profile-10-invert li {
    border-color: #494848;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-10-invert .dropdown-title {
    color: #494848; }
  .btn-dropdown-color-profile-10-invert li.active, .btn-dropdown-color-profile-10-invert li > a:hover, .btn-dropdown-color-profile-10-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-10-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-10-invert li.inactive > a:hover, .btn-dropdown-color-profile-10-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-11, .btn-color-profile-11:active, .btn-color-profile-11:hover, .btn-color-profile-11:focus {
  background-color: #FF3B30;
  color: #FFFFFF !important; }

.btn-color-profile-11-invert {
  background-color: #ffffff;
  color: #FF3B30; }

.btn-color-profile-11-invert-bordered, .btn-color-profile-11-invert-bordered:active, .btn-color-profile-11-invert-bordered:hover, .btn-color-profile-11-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF3B30;
  border: 1px solid #FF3B30; }

.text-input-color-profile-11 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF3B30; }
  .text-input-color-profile-11::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-11:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-11::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-11:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-11 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF3B30; }

.date-time-color-profile-11 {
  border-color: #FF3B30 !important; }
  .date-time-color-profile-11.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-11.disabled, .date-time-color-profile-11.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-11 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-11 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-11 .input-group-addon {
    color: #FF3B30; }

.text-color-profile-11 {
  color: #FF3B30; }

.btn-dropdown-color-profile-11-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-11-invert li.active, .btn-dropdown-color-profile-11-invert li > a:hover, .btn-dropdown-color-profile-11-invert li > a:focus {
    background-color: #FF3B30; }
  .btn-dropdown-color-profile-11-invert li {
    border-color: #FF3B30;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-11-invert .dropdown-title {
    color: #FF3B30; }
  .btn-dropdown-color-profile-11-invert li.active, .btn-dropdown-color-profile-11-invert li > a:hover, .btn-dropdown-color-profile-11-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-11-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-11-invert li.inactive > a:hover, .btn-dropdown-color-profile-11-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-12, .btn-color-profile-12:active, .btn-color-profile-12:hover, .btn-color-profile-12:focus {
  background-color: #843e2f;
  color: #FFFFFF !important; }

.btn-color-profile-12-invert {
  background-color: #ffffff;
  color: #843e2f; }

.btn-color-profile-12-invert-bordered, .btn-color-profile-12-invert-bordered:active, .btn-color-profile-12-invert-bordered:hover, .btn-color-profile-12-invert-bordered:focus {
  background-color: #ffffff;
  color: #843e2f;
  border: 1px solid #843e2f; }

.text-input-color-profile-12 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #843e2f; }
  .text-input-color-profile-12::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-12:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-12::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-12:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-12 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #843e2f; }

.date-time-color-profile-12 {
  border-color: #843e2f !important; }
  .date-time-color-profile-12.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-12.disabled, .date-time-color-profile-12.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-12 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-12 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-12 .input-group-addon {
    color: #843e2f; }

.text-color-profile-12 {
  color: #843e2f; }

.btn-dropdown-color-profile-12-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-12-invert li.active, .btn-dropdown-color-profile-12-invert li > a:hover, .btn-dropdown-color-profile-12-invert li > a:focus {
    background-color: #843e2f; }
  .btn-dropdown-color-profile-12-invert li {
    border-color: #843e2f;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-12-invert .dropdown-title {
    color: #843e2f; }
  .btn-dropdown-color-profile-12-invert li.active, .btn-dropdown-color-profile-12-invert li > a:hover, .btn-dropdown-color-profile-12-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-12-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-12-invert li.inactive > a:hover, .btn-dropdown-color-profile-12-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-13, .btn-color-profile-13:active, .btn-color-profile-13:hover, .btn-color-profile-13:focus {
  background-color: #007AFF;
  color: #FFFFFF !important; }

.btn-color-profile-13-invert {
  background-color: #ffffff;
  color: #007AFF; }

.btn-color-profile-13-invert-bordered, .btn-color-profile-13-invert-bordered:active, .btn-color-profile-13-invert-bordered:hover, .btn-color-profile-13-invert-bordered:focus {
  background-color: #ffffff;
  color: #007AFF;
  border: 1px solid #007AFF; }

.text-input-color-profile-13 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #007AFF; }
  .text-input-color-profile-13::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-13:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-13::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-13:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-13 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #007AFF; }

.date-time-color-profile-13 {
  border-color: #007AFF !important; }
  .date-time-color-profile-13.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-13.disabled, .date-time-color-profile-13.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-13 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-13 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-13 .input-group-addon {
    color: #007AFF; }

.text-color-profile-13 {
  color: #007AFF; }

.btn-dropdown-color-profile-13-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-13-invert li.active, .btn-dropdown-color-profile-13-invert li > a:hover, .btn-dropdown-color-profile-13-invert li > a:focus {
    background-color: #007AFF; }
  .btn-dropdown-color-profile-13-invert li {
    border-color: #007AFF;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-13-invert .dropdown-title {
    color: #007AFF; }
  .btn-dropdown-color-profile-13-invert li.active, .btn-dropdown-color-profile-13-invert li > a:hover, .btn-dropdown-color-profile-13-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-13-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-13-invert li.inactive > a:hover, .btn-dropdown-color-profile-13-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-14, .btn-color-profile-14:active, .btn-color-profile-14:hover, .btn-color-profile-14:focus {
  background-color: #000000;
  color: #FFFFFF !important; }

.btn-color-profile-14-invert {
  background-color: #ffffff;
  color: #000000; }

.btn-color-profile-14-invert-bordered, .btn-color-profile-14-invert-bordered:active, .btn-color-profile-14-invert-bordered:hover, .btn-color-profile-14-invert-bordered:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000; }

.text-input-color-profile-14 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #000000; }
  .text-input-color-profile-14::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-14:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-14::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-14:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-14 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #000000; }

.date-time-color-profile-14 {
  border-color: #000000 !important; }
  .date-time-color-profile-14.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-14.disabled, .date-time-color-profile-14.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-14 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-14 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-14 .input-group-addon {
    color: #000000; }

.text-color-profile-14 {
  color: #000000; }

.btn-dropdown-color-profile-14-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-14-invert li.active, .btn-dropdown-color-profile-14-invert li > a:hover, .btn-dropdown-color-profile-14-invert li > a:focus {
    background-color: #000000; }
  .btn-dropdown-color-profile-14-invert li {
    border-color: #000000;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-14-invert .dropdown-title {
    color: #000000; }
  .btn-dropdown-color-profile-14-invert li.active, .btn-dropdown-color-profile-14-invert li > a:hover, .btn-dropdown-color-profile-14-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-14-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-14-invert li.inactive > a:hover, .btn-dropdown-color-profile-14-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-15, .btn-color-profile-15:active, .btn-color-profile-15:hover, .btn-color-profile-15:focus {
  background-color: #843e2f;
  color: #FFFFFF !important; }

.btn-color-profile-15-invert {
  background-color: #ffffff;
  color: #843e2f; }

.btn-color-profile-15-invert-bordered, .btn-color-profile-15-invert-bordered:active, .btn-color-profile-15-invert-bordered:hover, .btn-color-profile-15-invert-bordered:focus {
  background-color: #ffffff;
  color: #843e2f;
  border: 1px solid #843e2f; }

.text-input-color-profile-15 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #843e2f; }
  .text-input-color-profile-15::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-15:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-15::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-15:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-15 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #843e2f; }

.date-time-color-profile-15 {
  border-color: #843e2f !important; }
  .date-time-color-profile-15.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-15.disabled, .date-time-color-profile-15.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-15 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-15 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-15 .input-group-addon {
    color: #843e2f; }

.text-color-profile-15 {
  color: #843e2f; }

.btn-dropdown-color-profile-15-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-15-invert li.active, .btn-dropdown-color-profile-15-invert li > a:hover, .btn-dropdown-color-profile-15-invert li > a:focus {
    background-color: #843e2f; }
  .btn-dropdown-color-profile-15-invert li {
    border-color: #843e2f;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-15-invert .dropdown-title {
    color: #843e2f; }
  .btn-dropdown-color-profile-15-invert li.active, .btn-dropdown-color-profile-15-invert li > a:hover, .btn-dropdown-color-profile-15-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-15-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-15-invert li.inactive > a:hover, .btn-dropdown-color-profile-15-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-16, .btn-color-profile-16:active, .btn-color-profile-16:hover, .btn-color-profile-16:focus {
  background-color: #5AC8FA;
  color: #FFFFFF !important; }

.btn-color-profile-16-invert {
  background-color: #ffffff;
  color: #5AC8FA; }

.btn-color-profile-16-invert-bordered, .btn-color-profile-16-invert-bordered:active, .btn-color-profile-16-invert-bordered:hover, .btn-color-profile-16-invert-bordered:focus {
  background-color: #ffffff;
  color: #5AC8FA;
  border: 1px solid #5AC8FA; }

.text-input-color-profile-16 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #5AC8FA; }
  .text-input-color-profile-16::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-16:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-16::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-16:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-16 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #5AC8FA; }

.date-time-color-profile-16 {
  border-color: #5AC8FA !important; }
  .date-time-color-profile-16.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-16.disabled, .date-time-color-profile-16.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-16 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-16 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-16 .input-group-addon {
    color: #5AC8FA; }

.text-color-profile-16 {
  color: #5AC8FA; }

.btn-dropdown-color-profile-16-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-16-invert li.active, .btn-dropdown-color-profile-16-invert li > a:hover, .btn-dropdown-color-profile-16-invert li > a:focus {
    background-color: #5AC8FA; }
  .btn-dropdown-color-profile-16-invert li {
    border-color: #5AC8FA;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-16-invert .dropdown-title {
    color: #5AC8FA; }
  .btn-dropdown-color-profile-16-invert li.active, .btn-dropdown-color-profile-16-invert li > a:hover, .btn-dropdown-color-profile-16-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-16-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-16-invert li.inactive > a:hover, .btn-dropdown-color-profile-16-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-17, .btn-color-profile-17:active, .btn-color-profile-17:hover, .btn-color-profile-17:focus {
  background-color: #000000;
  color: #FFFFFF !important; }

.btn-color-profile-17-invert {
  background-color: #ffffff;
  color: #000000; }

.btn-color-profile-17-invert-bordered, .btn-color-profile-17-invert-bordered:active, .btn-color-profile-17-invert-bordered:hover, .btn-color-profile-17-invert-bordered:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000; }

.text-input-color-profile-17 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #000000; }
  .text-input-color-profile-17::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-17:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-17::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-17:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-17 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #000000; }

.date-time-color-profile-17 {
  border-color: #000000 !important; }
  .date-time-color-profile-17.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-17.disabled, .date-time-color-profile-17.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-17 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-17 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-17 .input-group-addon {
    color: #000000; }

.text-color-profile-17 {
  color: #000000; }

.btn-dropdown-color-profile-17-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-17-invert li.active, .btn-dropdown-color-profile-17-invert li > a:hover, .btn-dropdown-color-profile-17-invert li > a:focus {
    background-color: #000000; }
  .btn-dropdown-color-profile-17-invert li {
    border-color: #000000;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-17-invert .dropdown-title {
    color: #000000; }
  .btn-dropdown-color-profile-17-invert li.active, .btn-dropdown-color-profile-17-invert li > a:hover, .btn-dropdown-color-profile-17-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-17-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-17-invert li.inactive > a:hover, .btn-dropdown-color-profile-17-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-18, .btn-color-profile-18:active, .btn-color-profile-18:hover, .btn-color-profile-18:focus {
  background-color: #FF9500;
  color: #FFFFFF !important; }

.btn-color-profile-18-invert {
  background-color: #ffffff;
  color: #FF9500; }

.btn-color-profile-18-invert-bordered, .btn-color-profile-18-invert-bordered:active, .btn-color-profile-18-invert-bordered:hover, .btn-color-profile-18-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF9500;
  border: 1px solid #FF9500; }

.text-input-color-profile-18 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF9500; }
  .text-input-color-profile-18::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-18:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-18::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-18:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-18 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF9500; }

.date-time-color-profile-18 {
  border-color: #FF9500 !important; }
  .date-time-color-profile-18.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-18.disabled, .date-time-color-profile-18.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-18 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-18 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-18 .input-group-addon {
    color: #FF9500; }

.text-color-profile-18 {
  color: #FF9500; }

.btn-dropdown-color-profile-18-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-18-invert li.active, .btn-dropdown-color-profile-18-invert li > a:hover, .btn-dropdown-color-profile-18-invert li > a:focus {
    background-color: #FF9500; }
  .btn-dropdown-color-profile-18-invert li {
    border-color: #FF9500;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-18-invert .dropdown-title {
    color: #FF9500; }
  .btn-dropdown-color-profile-18-invert li.active, .btn-dropdown-color-profile-18-invert li > a:hover, .btn-dropdown-color-profile-18-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-18-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-18-invert li.inactive > a:hover, .btn-dropdown-color-profile-18-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-19, .btn-color-profile-19:active, .btn-color-profile-19:hover, .btn-color-profile-19:focus {
  background-color: #FF9500;
  color: #FFFFFF !important; }

.btn-color-profile-19-invert {
  background-color: #ffffff;
  color: #FF9500; }

.btn-color-profile-19-invert-bordered, .btn-color-profile-19-invert-bordered:active, .btn-color-profile-19-invert-bordered:hover, .btn-color-profile-19-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF9500;
  border: 1px solid #FF9500; }

.text-input-color-profile-19 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF9500; }
  .text-input-color-profile-19::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-19:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-19::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-19:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-19 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF9500; }

.date-time-color-profile-19 {
  border-color: #FF9500 !important; }
  .date-time-color-profile-19.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-19.disabled, .date-time-color-profile-19.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-19 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-19 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-19 .input-group-addon {
    color: #FF9500; }

.text-color-profile-19 {
  color: #FF9500; }

.btn-dropdown-color-profile-19-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-19-invert li.active, .btn-dropdown-color-profile-19-invert li > a:hover, .btn-dropdown-color-profile-19-invert li > a:focus {
    background-color: #FF9500; }
  .btn-dropdown-color-profile-19-invert li {
    border-color: #FF9500;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-19-invert .dropdown-title {
    color: #FF9500; }
  .btn-dropdown-color-profile-19-invert li.active, .btn-dropdown-color-profile-19-invert li > a:hover, .btn-dropdown-color-profile-19-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-19-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-19-invert li.inactive > a:hover, .btn-dropdown-color-profile-19-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-20, .btn-color-profile-20:active, .btn-color-profile-20:hover, .btn-color-profile-20:focus {
  background-color: #FF2D55;
  color: #FFFFFF !important; }

.btn-color-profile-20-invert {
  background-color: #ffffff;
  color: #FF2D55; }

.btn-color-profile-20-invert-bordered, .btn-color-profile-20-invert-bordered:active, .btn-color-profile-20-invert-bordered:hover, .btn-color-profile-20-invert-bordered:focus {
  background-color: #ffffff;
  color: #FF2D55;
  border: 1px solid #FF2D55; }

.text-input-color-profile-20 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #FF2D55; }
  .text-input-color-profile-20::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-20:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-20::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-20:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-20 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #FF2D55; }

.date-time-color-profile-20 {
  border-color: #FF2D55 !important; }
  .date-time-color-profile-20.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-20.disabled, .date-time-color-profile-20.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-20 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-20 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-20 .input-group-addon {
    color: #FF2D55; }

.text-color-profile-20 {
  color: #FF2D55; }

.btn-dropdown-color-profile-20-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-20-invert li.active, .btn-dropdown-color-profile-20-invert li > a:hover, .btn-dropdown-color-profile-20-invert li > a:focus {
    background-color: #FF2D55; }
  .btn-dropdown-color-profile-20-invert li {
    border-color: #FF2D55;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-20-invert .dropdown-title {
    color: #FF2D55; }
  .btn-dropdown-color-profile-20-invert li.active, .btn-dropdown-color-profile-20-invert li > a:hover, .btn-dropdown-color-profile-20-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-20-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-20-invert li.inactive > a:hover, .btn-dropdown-color-profile-20-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-21, .btn-color-profile-21:active, .btn-color-profile-21:hover, .btn-color-profile-21:focus {
  background-color: #007AFF;
  color: #FFFFFF !important; }

.btn-color-profile-21-invert {
  background-color: #ffffff;
  color: #007AFF; }

.btn-color-profile-21-invert-bordered, .btn-color-profile-21-invert-bordered:active, .btn-color-profile-21-invert-bordered:hover, .btn-color-profile-21-invert-bordered:focus {
  background-color: #ffffff;
  color: #007AFF;
  border: 1px solid #007AFF; }

.text-input-color-profile-21 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #007AFF; }
  .text-input-color-profile-21::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-21:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-21::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-21:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-21 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #007AFF; }

.date-time-color-profile-21 {
  border-color: #007AFF !important; }
  .date-time-color-profile-21.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-21.disabled, .date-time-color-profile-21.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-21 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-21 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-21 .input-group-addon {
    color: #007AFF; }

.text-color-profile-21 {
  color: #007AFF; }

.btn-dropdown-color-profile-21-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-21-invert li.active, .btn-dropdown-color-profile-21-invert li > a:hover, .btn-dropdown-color-profile-21-invert li > a:focus {
    background-color: #007AFF; }
  .btn-dropdown-color-profile-21-invert li {
    border-color: #007AFF;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-21-invert .dropdown-title {
    color: #007AFF; }
  .btn-dropdown-color-profile-21-invert li.active, .btn-dropdown-color-profile-21-invert li > a:hover, .btn-dropdown-color-profile-21-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-21-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-21-invert li.inactive > a:hover, .btn-dropdown-color-profile-21-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-22, .btn-color-profile-22:active, .btn-color-profile-22:hover, .btn-color-profile-22:focus {
  background-color: #000000;
  color: #FFFFFF !important; }

.btn-color-profile-22-invert {
  background-color: #ffffff;
  color: #000000; }

.btn-color-profile-22-invert-bordered, .btn-color-profile-22-invert-bordered:active, .btn-color-profile-22-invert-bordered:hover, .btn-color-profile-22-invert-bordered:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000; }

.text-input-color-profile-22 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #000000; }
  .text-input-color-profile-22::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-22:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-22::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-22:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-22 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #000000; }

.date-time-color-profile-22 {
  border-color: #000000 !important; }
  .date-time-color-profile-22.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-22.disabled, .date-time-color-profile-22.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-22 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-22 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-22 .input-group-addon {
    color: #000000; }

.text-color-profile-22 {
  color: #000000; }

.btn-dropdown-color-profile-22-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-22-invert li.active, .btn-dropdown-color-profile-22-invert li > a:hover, .btn-dropdown-color-profile-22-invert li > a:focus {
    background-color: #000000; }
  .btn-dropdown-color-profile-22-invert li {
    border-color: #000000;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-22-invert .dropdown-title {
    color: #000000; }
  .btn-dropdown-color-profile-22-invert li.active, .btn-dropdown-color-profile-22-invert li > a:hover, .btn-dropdown-color-profile-22-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-22-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-22-invert li.inactive > a:hover, .btn-dropdown-color-profile-22-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }

.btn-color-profile-255, .btn-color-profile-255:active, .btn-color-profile-255:hover, .btn-color-profile-255:focus {
  background-color: #158CC1;
  color: #FFFFFF !important; }

.btn-color-profile-255-invert {
  background-color: #ffffff;
  color: #158CC1; }

.btn-color-profile-255-invert-bordered, .btn-color-profile-255-invert-bordered:active, .btn-color-profile-255-invert-bordered:hover, .btn-color-profile-255-invert-bordered:focus {
  background-color: #ffffff;
  color: #158CC1;
  border: 1px solid #158CC1; }

.text-input-color-profile-255 {
  height: 40px;
  width: 100%;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 10px;
  color: #000000;
  border-color: #158CC1; }
  .text-input-color-profile-255::placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-255:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-255::-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 0.5; }
  .text-input-color-profile-255:disabled {
    color: #000000;
    background-color: #DEDEDE;
    cursor: not-allowed; }

.wrapper-zmdi-24-color-profile-255 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  color: #158CC1; }

.date-time-color-profile-255 {
  border-color: #158CC1 !important; }
  .date-time-color-profile-255.disabled {
    color: #000000;
    background-color: #DEDEDE; }
    .date-time-color-profile-255.disabled, .date-time-color-profile-255.disabled * {
      cursor: not-allowed; }
  .date-time-color-profile-255 {
    height: 40px;
    border-color: #E2E2E2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px; }
  .date-time-color-profile-255 input {
    background-color: transparent;
    border-style: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000; }
  .date-time-color-profile-255 .input-group-addon {
    color: #158CC1; }

.text-color-profile-255 {
  color: #158CC1; }

.btn-dropdown-color-profile-255-invert {
  background-color: #FFFFFF;
  color: #9A9A9A; }
  .btn-dropdown-color-profile-255-invert li.active, .btn-dropdown-color-profile-255-invert li > a:hover, .btn-dropdown-color-profile-255-invert li > a:focus {
    background-color: #158CC1; }
  .btn-dropdown-color-profile-255-invert li {
    border-color: #158CC1;
    border-width: 1px;
    border-style: solid; }
  .btn-dropdown-color-profile-255-invert .dropdown-title {
    color: #158CC1; }
  .btn-dropdown-color-profile-255-invert li.active, .btn-dropdown-color-profile-255-invert li > a:hover, .btn-dropdown-color-profile-255-invert li > a:focus {
    color: #FFFFFF; }
  .btn-dropdown-color-profile-255-invert li.inactive > a {
    color: #9A9A9A; }
  .btn-dropdown-color-profile-255-invert li.inactive > a:hover, .btn-dropdown-color-profile-255-invert li.inactive > a:focus {
    color: #FFFFFF;
    background-color: #A0CFED; }
