body {
  color: #000000;
}


.fullwidth {
  width: 100%;
}

.hidden {
  display: none;
}

.m-r-5 {
  margin-right: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-60 {
  margin-top: 60px; }

@media(min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0 !important;
  }
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px;
}
@media(min-width: 768px) {
  .m-b-md-0 {
    margin-bottom: 0 !important;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}

.p-t-50 {
  padding-top: 50px;
}

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,
.table label.checkbox {
  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
  */

.dropzone {
  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;
  width: 100%;
  text-overflow: ellipsis;
  height: 24px;
  white-space: nowrap;
}

.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;
}

.repeatable-container {
  padding-top: 20px;
}
.repeatable-container__data .repeatable-field-group .form-group {
  margin-bottom: 10px;
}
.repeatable-container__data .repeatable-field-group {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
}
.repeatable-container__data .repeatable-field-group:last-of-type {
  border: none;
}


.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;
  width: 30%;
}

.line-table--without-side-padding > tbody > tr > *:first-child {
  padding-left: 0 !important;
}
.line-table--without-side-padding > tbody > tr > *:last-child {
  padding-right: 0 !important;
}


.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;
}
table.dataTable td {
  max-width: 300px;
}
table.dataTable td .splitted-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}


.modal {
  background: rgba(255,255,255, 0.8);
}
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: #193D6D; }
.color-brigadeleader { color: #859eaa; }
.color-brigademember { color: #859eaa; }

.color--warning { color: #ffc107; }
.color--danger { color: #ef5350; }
.color--success { color: #193D6D; }


[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 #03A9F4;
  background-color: #03A9F4;
  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;
}

.row--gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row--gutter-60 > div {
  padding-left: 30px;
  padding-right: 30px;
}

.module-info {
  display: flex;
  align-items: center;
  width: 100%;
}
.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;
}

.module-info--right {
  justify-content: flex-end;
}
.module-info--right > div {
  margin-right: 0;
  margin-left: 10px;
}

#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;
}

.machine-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;
}

.btn-success, .btn-success.disabled {
  background: #193D6D;
  border: 1px solid #193D6D;
}

.btn-success:hover, .btn-success.disabled:hover {
  background: #193D6D;
  border: 1px solid #193D6D;
}

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;
  }
}

.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: #193D6D;
  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: #193D6D;
  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: #193D6D;
  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: #193D6D;
  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;
}

.popover-body {
  font-size: 13px;
  line-height: 17px;
}
.popover-body ul {
  margin: 0;
  padding-left: 18px;
}

.popover {
  z-index: auto;
}
.popover.show {
  z-index: 1200;
}


@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;
  margin: 20px 0;
}
.modal-header {
  border-bottom: 1px solid #b1b8bb;
}
.modal-footer {
  border-top: 1px solid #b1b8bb;
}

.card-separator {
  border-bottom: 1px solid #b1b8bb;
  margin: 20px -20px;
}

.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: #193D6D; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.multiselect-search:focus {
  outline: none;
  border: 1px solid #193D6D;
  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 #03A9F4;
  background-color: #03A9F4;
}
.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 #03A9F4;
  background-color: #03A9F4;
}

.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;
}

.modal.show {
  padding-right: 0 !important;
}

.modal-open .modal {
  overflow-y: scroll;
}





@media(min-width: 740px) {
  .modal-dialog {
    min-width: 700px;
  }
}

.modal-wide {
  min-width: calc(100% - 40px);
  max-width: 1600px;
}
@media(min-width: 1640px){
  .modal-wide {
    min-width: 1600px;
    max-width: 1600px;
  }
}

@media(min-width: 1200px){
  .modal-lg {
    max-width: 1000px;
  }
}
@media(max-width: 1680px){
  .modal-xl {
    min-width: calc(100% - 40px);
  }
}
@media(min-width: 1680px){
  .modal-xl {
    min-width: 1600px;
  }
}


@media(min-width: 740px) {
  .form-group-for-title {
    padding-left: 30px;
  }
}




.tr-heading td {
    background-color: #f7f7f7;
    font-weight: bold;
    border: none;
}

.dropdown-menu {
  z-index: 1100;
}

.select-all-btn-group {
  display: flex;
  align-items: center;
}
.select-all-btn-group a {
  color: #c6c6c6;
  padding-left: 5px;
  display: inline-flex;
  align-items: center;
}
.select-all-btn-group a:hover,
.select-all-btn-group a:focus {
  color: #fff !important;
}

.select-all-btn-group .item-checker {
  padding-left: 21px;
}

.filter-icon__item-checker {
  padding-left: 21px !important;
  margin-right: 3px;
}
.filter-icon__icon {
  font-size: 22px;
}

.upload-preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.loader-icon {
  display: block;
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #193D6D;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.inline-loader-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.inline-loader-icon {
  border: 0 solid #d5dade;
  display: block;
  height: 0;
  width: 0;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes loader-figure-inline {
  0% {
    height: 0;
    width: 0;
    background-color: #d5dade;
  }
  29% {
    background-color: #d5dade;
  }
  30% {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 8px;
    opacity: 1;
  }
  100% {
    height: 18px;
    width: 18px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure-inline {
  0% {
    height: 0;
    width: 0;
    background-color: #d5dade;
  }
  29% {
    background-color: #d5dade;
  }
  30% {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 8px;
    opacity: 1;
  }
  100% {
    height: 18px;
    width: 18px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-inline {
  0% {
    height: 0;
    width: 0;
    background-color: #d5dade;
  }
  29% {
    background-color: #d5dade;
  }
  30% {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 8px;
    opacity: 1;
  }
  100% {
    height: 18px;
    width: 18px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
.loader-icon--small {
  -webkit-animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-inline 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

#installSafariAppInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 13px;
  padding: 16px;
  box-shadow: 0 14px 26px -12px rgb(169 169 169 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(169 169 169 / 20%);
}
#installSafariAppInfo .safari-share-icon {
  display: inline-block;
  height: 18px;
  width: auto;
  vertical-align: middle;
}
.closeInstallSafariAppInfo {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  width: 14px;
  height: 18px;
  line-height: 18px;
}

.multiselect-container {
  width: 100% !important;
}

label.disabled {
  cursor: default !important;
  opacity: 0.5;
}
label.disabled * {
  cursor: default !important;
}

.form-control {
  display: inline-block;
}

.table td, .table th {
  padding: 15px 10px 15px 0px;
}
.table tr td:first-of-type, .table tr th:first-of-type {
  padding-left: 10px;
  padding-right: 5px;
}
.dataTable label {
  margin-bottom: 0;
}
.dataTable .item-checker {
 padding-left: 21px;
}

.extended-company-info {
  display: none;
}
.extended-company-info.active {
  display: block;
}
@media(min-width: 740px) {
  .extended-company-info {
    display: block;
  }
  [data-show-extended-company-info] {
    display: none;
  }
  [data-hide-extended-company-info] {
    display: none;
  }
}

textarea {
  box-sizing: border-box;
  max-height: 310px; /* optional, but recommended */
  min-height: 62px !important;
  overflow-x: hidden; /* for Firefox (issue #5) */
}

.popover:not(.show) {
  display: none;
}

@media(min-width:990px) {
  .mubicard-holder > div {
    padding: 0 40px;
  }
}

.mubicard {
  color: #000;
  text-align: center;
  -webkit-box-shadow: 0px 3px 20px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 3px 20px 5px rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 64px 20px 34px 20px;
  font-size: 16px;
  position: relative;
  width: 100%;
  transition: box-shadow 0.2s linear;
  margin-bottom: 40px;
}

.mubicard:hover {
  -webkit-box-shadow: 0px 3px 20px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 20px 5px rgba(0,0,0,0.15);
  transition: box-shadow 0.2s linear;
}

.mubibutton {
  display: block;
  min-height: 40px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #398660;
  border: none;
  transition: all .2s linear;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.mubibutton:hover {
  color: #fff;
  background: #2D7552;
}

.mubiheading {
  font-weight: 600;
  line-height: 30px;
  font-size: 24px;
}