body {
  color: #000000;
}

.bg-pr4you {
   background: #cd1870;
}

.fullwidth {
  width: 100%;
}

.hidden {
  display: none;
}

.m-r-5 {
  margin-right: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-60 {
  margin-top: 60px;
}
.p-t-60 {
    padding-top: 60px;
}

@media(min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0 !important;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}
@media(min-width: 768px) {
  .m-b-md-0 {
    margin-bottom: 0 !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

.topbar ul.dropdown-user li a {
  color: #000000;
}

.form-control {
  border-radius: 0;
}

.form-group label.marked {
  font-weight: bold;
}

.form-group label.marked:after {
  content: '*';
}

.form-group .item-checker {
  height: 20px;
  top: 4px;
}

.form-group .checkboxtree ul {
  list-style: none;
}

.form-group .checkboxtree > ul {
  padding-left: 0;
}

.table-striped tbody tr:nth-of-type(odd):not(:hover) {
  background: #f7f7f7;
}

.table .checker label {
  margin-bottom: 0;
  height: 21px;
  position: relative;
}

.buttonbar {
  margin-bottom: 15px;
  text-align: right;
}


.buttonbar .btn {
  margin-bottom: 5px;
}

#filterbar {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#filterbar > div {
  margin-right: 10px;
}

/*
  ** Dropzone
  */

.dz-clickable {
  border: 2px dashed #ddd;
  margin-bottom: 20px;
}

/*
  ** XMLFORM ADDRESS MAP
   */

.mapcanvas-map {
  position: relative;
}

.mapcanvas-map:after {
  width: 20px;
  height: 30px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -10px;
  background: url(/fonts/here.svg?6a02bd65d17deb81826d856328726fa5);
  background-size: 20px 30px;
  pointer-events: none;
}

/*
** FILEINPUT OVERRIDE
*/

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}

.fileinput .btn {
  cursor: pointer;
}

.fileinput .input-group-addon {
  border: none;
  margin-bottom: 1px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.fileinput .input-group-addon * {
  cursor: pointer;
}

.fileinput.fileinput-exists .input-group-addon.btn-file {
  border-radius: 0;
}

.fileinput input[type="file"] {
  cursor: pointer;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-thumbnails {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fileinput-thumbnail {
  position: relative;
}

.fileinput-thumbnail__icon-trash {
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  color: #67757c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fileinput-thumbnail__icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.fileinput-thumbnail:hover .fileinput-thumbnail__icons {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fileinput-thumbnail__is-deletable:checked + .fileinput-thumbnail__icons {
  opacity: 1;
}

.fileinput-thumbnail__is-deletable:checked + .fileinput-thumbnail__icons .fileinput-thumbnail__icon-trash {
  color: #ef5350;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*
** Table list image
 */

.img-responsive--table {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.login-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-register .login-box {
  background: rgba(255, 255, 255, 0.9) !important;
}

.marked {
  font-weight: bold;
}

.table-small {
  font-size: 12px;
  line-height: 14px;
}

.table-small th,
.table-small td {
  padding: 5px;
}

.table--small-padding th,
.table--small-padding td {
  padding: 5px;
}

.table--lined {
  border-top: 1px solid #dee2e6;
}
.table--lined th,
.table--lined td {
  border-bottom: 1px solid #dee2e6;
}


.table--datatable th {
  font-weight: 600;
}
.table--datatable th,
.table--datatable td {
  padding: 5px;
  border-top: 1px solid #F3F1F1;
  font-size: 14px;
}
.table--datatable tr td:last-of-type {
  text-align: right;
  padding-right: 0;
}
.table--datatable tr td:first-of-type {
  padding-left: 0;
}
.table--datatable tr:first-of-type th,
.table--datatable tr:first-of-type td {
  border: none;
}

.table--wrapped-text th,
.table--wrapped-text td {
  word-wrap: break-word;
}

@media (min-width: 768px){
  .table--datatable th,
  .table--datatable td {
    font-size: 16px;
  }
}

.table--smaller-on-mobile th,
.table--smaller-on-mobile td {
  font-size: 14px;
}

@media (min-width: 768px){
  .table--smaller-on-mobile th,
  .table--smaller-on-mobile td {
    font-size: 16px;
  }
}



.small-logo {
  display: none;
  height: 30px;
  width: auto;
  margin-top: 18px;
}

.large-logo {
  display: block;
  height: 30px;
  width: auto;
  margin-top: 18px;
}

.mini-sidebar .small-logo {
  display: block;
}

.mini-sidebar .large-logo {
  display: none;
}

.sidebar-top {
  padding: 0 15px;
}

body.mini-sidebar:not(.show-sidebar) .sidebar-top {
  display: none;
}

.sidebar-smalltext {
  font-size: 14px;
  line-height: 1.4;
  padding: 0px 14px 10px 20px;
}
body.mini-sidebar:not(.show-sidebar) .sidebar-smalltext {
  display: none;
}

.mini-sidebar .hide-menu,
.mini-sidebar .nav-small-cap,
.mini-sidebar .sidebar-footer,
.mini-sidebar .user-profile .profile-text,
.mini-sidebar > .label {
  display: none !important;
}

.mini-sidebar .sidebar-nav li:hover .hide-menu {
  display: flex !important;
}

@media(max-width: 768px){
  .mini-sidebar .sidebar-nav li .hide-menu {
    display: flex !important;
  }
}

.sidebar-nav ul li a {
  display: flex;
  align-items: center;
  color: #000000;
}
.sidebar-nav > ul > li > a i {
  display: block;
  margin-right: 10px;
  min-width: 31px;
}
.sidebar-nav ul li ul li a {
  padding-left: 30px;
}
.sidebar-nav .hide-menu {
  display: block;
}

.nav-link--large {
  font-size: 25px !important;
}

.show-data h2 {
  margin-top: 30px;
}
.show-data h3 {
  margin-top: 30px;
}
.show-data h4 {
  margin-top: 30px;
}
.show-data h5 {
  margin-top: 30px;
}


td.buttons {
  text-align: right;
  font-size: 20px;
  line-height: 20px;
}
td.buttons a {
  display: inline-block;
  margin-left: 10px;
}

.repeatable-group__delete {
  font-size: 20px;
  line-height: 38px;
}

.line-table {
  width: 100%;
}
.line-table > tbody > tr > th,
.line-table > tbody > tr > td {
  padding: .75rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
}
.line-table > tbody > tr:last-child > th,
.line-table > tbody > tr:last-child > td {
  border-bottom: none;
}
.line-table > tbody > tr > th {
  font-weight: 600;
}

.line-table > tbody > tr > *:first-child {
    padding-left: 0;
}
.line-table > tbody > tr > *:last-child {
    padding-right: 0;
}

.hover-shadow {
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  transition: box-shadow 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  /*background: #2f3d4a;*/
}
table.dataTable td {
  vertical-align: middle;
}

.modal {
  background: rgba(255,255,255, 0.5);
}
table input[type="checkbox"] {
  display: block;
  height: 0;
  line-height: 0;
}
table input[type="checkbox"] + label {
  margin-bottom: 0;
  line-height: 21px;
  vertical-align: middle;
}

.operation-icons {
  display: flex;
  align-items: center;
}
.operation-icons--right {
  justify-content: flex-end;
}
.operation-icon {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

.color--validity-alert { color: #ffc107; }
.color--ended-validity-alert { color: #ef5350; }
.color--requires-further-action { color: #ffc107; }
.color--unavailable-required-documents { color: #ef5350; }
.color--link {}
.color--mubi-green { color: #cd1870; }


[type="checkbox"] + label,
[type="checkbox"] + .item-checker {
  height: 21px;
  line-height: 21px;
}



.cursor-pointer {
  cursor: pointer;
}
.multiselect-native-select {
  display: block;
}
.multiselect-native-select + .multiselect-native-select {
  margin-top: 5px;
}

.multiselect-native-select .btn-group {
  display: flex!important;
}
.multiselect-native-select .form-control {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.btn-group label {
  color: #000000 !important;
}
.multiselect-container li label {
  padding-top: 2px;
  font-size: 13px;
  line-height: 16px;
  min-height: 24px;
  margin: 2px 2px;
  max-width: 400px;
  position: relative;
  display: block;
}
.multiselect-container li:not(.multiselect-group) label:before {
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 8px;
  top: calc(50% - 2px);
  transform: rotateZ(37deg) translateY(-50%);
  transform-origin: 100% 100%;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  position: absolute;
  z-index: 10;
}
.multiselect-container li.active:not(.multiselect-group) label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  width: 8px;
  height: 13px;

  left: 0px;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}
.multiselect-container li:not(.multiselect-group) label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  content: '';
  left: 2px;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20
}
.multiselect-container li.active label:after {
  border: 2px solid #cd1870;
  background-color: #cd1870;
  border-radius: 2px;
}
.multiselect-container>li:not(.multiselect-group)>a>label {
  padding-left: 28px;
  display: flex;
  align-items: center;
}
.multiselect-container>li.multiselect-group>a>label {
  padding-left: 2px;
  padding-top: 4px;
}

.multiselect-container li .pictogram {
  display: inline-block;
  height: 40px;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.multiselect-container li:hover,
.multiselect-container li.active {
  background: rgb(240,240,240);
}

.multiselect-search {
  min-height: 30px !important;
  height: 30px;
  font-size: 13px;
}
.multiselect-filter {
  padding: 4px 2px !important;
}

.row--gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.module-info {
  display: flex;
  align-items: center;
}
.module-info > div {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.module-info__icon {
  font-size: 20px;
  line-height: 20px;
  margin-right: 2px;
}
.module-info__counter {
  color: #000000;
  font-size: 13px;
  line-height: 20px;
}
.module-info__info-text {
  color: #000000;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
}
#header-counters {
  display: flex;
  align-items: center;
}
.header-counter {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.autoLogout-timer {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 15px;
  min-width: 40px;
}

.text-bold {
  font-weight: 600;
}

.nav {}
.nav-icon {
  font-size: 20px;
  margin-right: 5px;
}

.employee-avatar__container {
  /*display: flex;
  justify-content: center;*/
  text-align: center;
  margin-bottom: 20px;
}

.employee-avatar__container img {
  max-width: 180px;
  height: auto;
}

@media(min-width: 768px){
  .employee-avatar__container {
      justify-content: flex-start;
  }
  .employee-avatar__container img {
      width: 100%;
      max-width: 320px;
  }
}

.employee-counters {
  display: flex;
  align-items: center;
}

.borderless-table td {
  padding-right: 10px;
}

.card-title-icon {
  color: #a6b7bf;
}

table tr.font-italic td {
    color: #909090;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
}

.dataTables_wrapper {
  position: relative;
  padding-bottom: 0;
}
.dataTables_wrapper:after {
  content: '';
  display: block;
  clear: both;
}

div.dataTables_wrapper div.dataTables_processing {
  background: rgba(255,255,255,0.8);
  width: 100% !important;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
  z-index: 10;
  margin: 0!important;
  padding: 0!important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}



table.dataTable th {
  font-size: 14px;
  line-height: 18px;
}
table.dataTable td {
  font-size: 14px;
  line-height: 18px;
}

@media(min-width: 1024px){
  table.dataTable th {
    font-size: 15px;
    line-height: 19px;
  }
  table.dataTable td {
    font-size: 15px;
    line-height: 19px;
  }
}

table.line-table th {
    font-size: 14px;
    line-height: 18px;
}
table.line-table td {
    font-size: 14px;
    line-height: 18px;
}

@media(min-width: 1024px){
    table.line-table th {
        font-size: 15px;
        line-height: 19px;
    }
    table.line-table td {
        font-size: 15px;
        line-height: 19px;
    }
}

.dataTables_wrapper {
  overflow-x: hidden;
}
.dataTables_wrapper .scrollWrapper {
  clear: both;
  overflow: hidden;
  position: relative;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;

  padding-top: 10px;
  padding-bottom: 10px;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;



}

.ps__rail-x + .ps__rail-x {
  bottom: auto !important;
  top: 0 !important;
}

.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;

}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background: #f1f1f1;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {

  opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #cd1870;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #cd1870;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #cd1870;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #cd1870;
  width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.dataTable thead th {
   vertical-align: middle;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 50% !important;
  transform: translateY(50%);
}

.scroll-sidebar {
  height: calc(100% - 5px);
}

.videoWrapper {
  max-width: 560px;
  margin: 20px auto;
}
.videoWrapper__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.datetext-wrapper {
  display: inline-block;
}
.datetext-wrapper .jq-dte-year {
  width: 60px !important;
}
.datetext-wrapper .jq-dte-month,
.datetext-wrapper .jq-dte-day {
  width: 30px !important;
}


.special-permission-category__toggler {
  cursor: pointer;
}

.special-permission-category__toggler.opened .special-permission-category__arrow {
  transform: rotate(180deg);
}
.special-permission-category__arrow {
  display: inline-block;
}

.popover-header {
  line-height: 1.2 !important;
}



@media (max-width: 1024px){
  .responsive-table td {
    white-space: nowrap;
  }
}


.responsive-table--all-media td {
  white-space: nowrap;
}

.modal-separator {
  border-bottom: 1px solid #b1b8bb;
}
.modal-header {
  border-bottom: 1px solid #b1b8bb;
}
.modal-footer {
  border-top: 1px solid #b1b8bb;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #cd1870; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.multiselect-search:focus {
  outline: none;
  border: 1px solid #cd1870;
  box-shadow: none;
}

.multiselect-container li.marked > a > label {
  font-weight: bold;
}



.collapsible-table-header {
  position: relative;
}

.collapsible-table-header__icon {
  font-size: 24px;
  /*
  position: absolute;
  top: 10px;
  right: 10px;
  */
  cursor: pointer;
}

.collapsible-table-header.expand .collapsible-table-header__icon {
  transform: rotate(180deg);
}

.table-marked-top-border td {
  border-top-color: #ced4da;
}

.group-checker {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  z-index: 0;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.fake-checker {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  z-index: 0;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.fake-checker--checked {
  width: 20px;
  height: 20px;
  border: 2px solid #cd1870;
  background-color: #cd1870;
}
.fake-checker--checked:after {
  content: '';
  display: block;
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.fake-checker--disabled {
  opacity: 0.5;
}

.group-checker.all-checked,
.group-checker.some-checked {
  width: 20px;
  height: 20px;
  border: 2px solid #cd1870;
  background-color: #cd1870;
}

.group-checker.all-checked:after {
  content: '';
  display: block;
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.group-checker.some-checked:before {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: #fff;
  position: absolute;
}

.group-checker.some-checked:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: #fff;
  position: absolute;
}


.item-checker--no-padding {
  padding-left: 20px !important;

}

.modal-title--large {
  font-size: 24px;
  font-weight: 600;
}

h2.smaller {
  font-size: 20px;
}

.alert__icon {
  font-size: 22px;
}

.popover {
  z-index: 1500;
}

label.for-checkbox {
  line-height: 21px;
  display: block;
  height: 21px;
}

@media(min-width: 1200px){
  .modal-lg {
    max-width: 1000px;
  }
}
@media(min-width: 740px) {
  .modal-dialog {
    min-width: 700px;
  }
}

.error {
    color: #ef5350;
}

.error[data-message-for]{
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    display: block;
    padding-top: 2px;
}

.repeatable-container__data .repeatable-field-group {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 10px;
}
.repeatable-container__data .repeatable-field-group:last-of-type {
    border: none;
}

.progress {
    background: #a6b7bf;
    position: relative;
}
.progresstext {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}

.topbar {
    background-color: #cd1870;
}
