@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;1,400;1,500&family=Titillium+Web:wght@400;500;600&display=swap);
@charset "UTF-8";

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ OLD ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

.fa, .file {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.file {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.file {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.file {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.file {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before, .file:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before, .file.txt:before, .file.rtf:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before, .file.pdf:before {
  content: "\f1c1";
}

.fa-file-word-o:before, .file.doc:before, .file.docx:before {
  content: "\f1c2";
}

.fa-file-excel-o:before, .file.xls:before, .file.xlsx:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.file.jpg:before,
.file.jpeg:before,
.file.png:before,
.file.gif:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .file.zip:before, .file.rar:before, .file.gz:before, .file.tar:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before,
.file.mp3:before,
.file.wav:before,
.file.wma:before,
.file.ogg:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before,
.file.mp4:before,
.file.wmv:before,
.file.avi:before {
  content: "\f1c8";
}

.fa-file-code-o:before, .file.htm:before, .file.html:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

body {
  font-family: "Titillium Web", sans-serif;
}

.inline-block {
  display: inline-block;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.full-width {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-auto {
  flex: 1 1 auto;
}

.bg-dark, .aside-box.dark {
  background: linear-gradient(326deg, #454558 33%, #454558 51%);
}

.bg-light {
  background-color: #fff;
}

.dt-select td {
  cursor: pointer;
}

.margined-list *:not(:first-child) {
  margin-left: 8px;
}

.disabled-greyed {
  color: grey;
}

.preline {
  white-space: pre-line;
}

.wrap {
  white-space: normal;
}

.fg-desc {
  display: none;
}

.main-content {
  padding: 0 19px 20px 32px !important;
  background-color: #f7f7f7 !important;
}

.form-mcrai-style {
  position: relative;
  z-index: 0;
  /* .fileinput {
		margin: 4px;
	} */
}

.form-mcrai-style .form-block, .form-mcrai-style.form-block {
  margin: 16px 0;
  padding: 24px 37px 24px 33px;
  border-radius: 12px;
  background: #fff;
}

.form-mcrai-style .label {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left;
  color: #3b3b4e;
}

.form-mcrai-style .label.required:after {
  content: "*";
}

.form-mcrai-style input[type="text"],
  .form-mcrai-style input[type="password"],
  .form-mcrai-style input[type="number"],
  .form-mcrai-style select,
  .form-mcrai-style textarea {
  display: inline-block;
  max-width: 400px;
  margin: 0;
  border: 0;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0);
}

.form-mcrai-style textarea {
  border: 1px solid #d9d9de !important;
  margin-top: 8px;
}

.form-mcrai-style option {
  padding: 0;
}

.form-mcrai-style .date {
  display: block;
}

.form-mcrai-style .date .input-group-addon {
  display: inline-block;
  margin: 4px 0;
  padding: 0;
  width: 33px;
  line-height: 31px;
}

.form-mcrai-style .date .input-group-addon a {
  color: #fff;
}

.form-mcrai-style .btn, .form-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .form-mcrai-style .switch-left,
  .form-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .form-mcrai-style .switch-right, .form-mcrai-style .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .form-mcrai-style .input-group-addon, .form-mcrai-style .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .form-mcrai-style .input-group-addon, .form-mcrai-style .datagrid table .date .input-group-addon, .datagrid table .date .form-mcrai-style .input-group-addon, .form-mcrai-style .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style .switch-left, .form-mcrai-style .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style .switch-left, .form-mcrai-style .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .form-mcrai-style .switch-left,
  .form-mcrai-style .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style .switch-right,
  .form-mcrai-style .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style .switch-right,
  .form-mcrai-style .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .form-mcrai-style .switch-right {
  padding: 10px 10px 8.5px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.page-message {
  display: block;
  margin: 10px 0;
  padding: 20px;
  background: #e5eaef;
  border-left: 5px solid #3484d2;
  border-radius: 12px;
}

.mc-switch {
  width: 60px;
  min-width: 60px;
  margin: -2px 0 0;
  border: 0;
  border-radius: 0;
  background: #eaebed;
  height: 40px;
  vertical-align: top;
  margin-top: 8px;
  border-radius: 3px;
}

.mc-switch > div {
  width: 200%;
  height: 40px;
}

.mc-switch > div .switch-left,
    .mc-switch > div .switch-right {
  opacity: 1;
  margin: 0;
}

.mc-switch > div .switch-right {
  background: transparent;
}

.mc-switch > div label {
  display: none;
}

.mc-switch > div.switch-off {
  left: -100%;
}

.has-switch .switch-left,
.has-switch .switch-right {
  width: 33.333333333%;
}

.mc-btn {
  padding: 10px 10px 8.5px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

@media only screen and (max-width: 900px) {
  .ts-component-info-tile .info-tile {
    margin: 5px 10px 5px 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  .ts-component-info-tile .info-tile .w-96 {
    width: 85vw;
  }

  .button.bigger {
    padding: 15px 20px;
  }
}

.the-header {
  padding: 14px 0;
  border-bottom: 3px solid #ededf2;
}

.user-info {
  display: flex;
  margin: 4px 0;
  gap: 12px;
  align-items: center;
}

.user-info > li {
  height: 60px;
}

.user-info .user-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.user-info .user-info__item i {
  font-size: 22px;
  padding-bottom: 2px;
  color: #c5c5cb;
}

.user-info .user-info__item.user-info__item--user {
  justify-content: flex-start;
  padding: 7px 15px 7px 7px;
  width: 288px;
  height: 60px;
  line-height: 14px;
  font-weight: 600;
  font-size: 12px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 1001;
}

.user-info .user-info__item.user-info__item--user img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #F3F3F3;
}

.user-info .user-info__item.user-info__item--user img[src$="/data/design/images/avatar.png"] {
  position: relative;
}

.user-info .user-info__item.user-info__item--user img[src$="/data/design/images/avatar.png"]:after {
  content: attr(data-initials, "");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  color: #4B505A;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
}

.user-info .user-info__item.user-info__item--user .name {
  display: flex;
  flex-direction: column;
  margin-right: 6px;
  font-weight: 600;
  flex-grow: 1;
  font-size: 14px;
  line-height: 23px;
  color: #3B3B4E;
}

.user-info .user-info__item.user-info__item--user .name .role {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4B505A;
}

.user-info .user-info__item.user-info__item--dark {
  background: #3B3B4E;
}

.user-info .user-info__item.user-info__item--dark svg {
  stroke: #FFFFFF;
  width: 20.4px;
  height: 24px;
}

.user-info .user-info__item.user-info__item--center {
  justify-content: space-between;
  padding: 7px 15px 7px 7px;
  width: 288px;
  height: 60px;
}

.user-info .user-info__item.user-info__item--center .center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #3B3B4E;
}

.user-info .user-info__item.user-info__item--center .center-icon svg {
  stroke: #FFFFFF;
  width: 20px;
  height: 20px;
}

.user-info .user-info__item.user-info__item--center .center-info {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-left: 11px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #3B3B4E;
}

.user-info .user-info__item.user-info__item--center .circle-down {
  margin-left: auto;
  margin-right: 0;
}

.user-info > li.dropdown,
  .user-info > div > li.dropdown {
  position: relative;
}

.user-info > li.dropdown.open .user-info__item--user,
    .user-info > li.dropdown.open .user-info__item--center,
    .user-info > div > li.dropdown.open .user-info__item--user,
    .user-info > div > li.dropdown.open .user-info__item--center {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.user-info > li.dropdown.open .circle-down,
    .user-info > div > li.dropdown.open .circle-down {
  transform: rotate(360deg);
}

.page-header {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  border: 0;
}

.page-header .title {
  display: inline-block;
  margin: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  color: #3b3b4e;
}

.page-header .btn, .page-header .mc-switch > div .switch-left, .mc-switch > div .page-header .switch-left,
  .page-header .mc-switch > div .switch-right, .mc-switch > div .page-header .switch-right, .page-header .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .page-header .input-group-addon, .page-header .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .page-header .input-group-addon, .page-header .datagrid table .date .input-group-addon, .datagrid table .date .page-header .input-group-addon, .page-header .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .page-header .switch-left, .page-header .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .page-header .switch-left, .page-header .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .page-header .switch-left,
  .page-header .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .page-header .switch-right,
  .page-header .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .page-header .switch-right,
  .page-header .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .page-header .switch-right {
  padding: 10px 10px 8.5px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  /*padding: 10px 10px 8.5px;
	    border-radius: 0;
	    border: 0;
	    text-transform: uppercase;
	    font-weight: 600;
	    font-size: 13px;*/
}

.hledej {
  margin-right: 16px !important;
}

.obal_hledani {
  display: block;
  z-index: 110;
  text-align: center;
  vertical-align: top;
}

.obal_hledani_tl {
  display: none;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  width: 48px;
  z-index: 109;
  cursor: pointer;
  background-color: #444a53;
}

.obal_hledani_tl:hover {
  opacity: 0.8;
}

.vysuv_hledani {
  display: block;
}

.vysuv_hledani .blok_sirky_webu {
  position: relative;
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.zavri_hledani {
  display: none;
}

.obal_hledani_in {
  position: relative;
  display: inline-block;
  width: 300px;
  /*background-color: #FFFFFF;*/
  z-index: 110;
  border-radius: 10px;
  overflow: hidden;
}

.hledej_input, .hledej input[type="text"] {
  display: block;
  padding: 10px 54px 10px 10px !important;
  border: 0px !important;
  height: 48px !important;
  line-height: 48px !important;
  width: 100%;
  font-style: italic;
  background-color: #ededf2;
  color: #6c92ae;
  box-sizing: border-box;
}

.hledej_tl {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 0px;
  background-color: #444a53;
}

.hledej_tl:hover {
  opacity: 0.8;
}

.circle-down {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 12px;
  background-color: #f3f3f3;
  margin-left: 6px;
  transform: rotate(270deg);
  transition: transform 0.2s ease;
}

.circle-down span {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #4B505A;
  display: inline-block;
  margin-top: 10px;
}

.user-info .dropdown-settings li a:hover {
  color: #1a202c;
}

.user-info .dropdown-oval {
  margin-top: 0 !important;
  border-radius: 0 0 24px 24px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  position: absolute !important;
  min-width: 100% !important;
  padding: 1rem !important;
  padding-left: 15px !important;
  right: 0;
  left: auto;
  z-index: 1000;
  box-sizing: border-box !important;
}

.user-info .dropdown-oval:before {
  display: none;
}

.user-info .dropdown-oval:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #F3F3F3;
}

.user-info .dropdown-oval li {
  border-bottom: 2px solid #F3F3F3;
  margin: 5px 0;
}

.user-info .dropdown-oval li:last-child {
  border-bottom: none;
}

.user-info .dropdown-oval li a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #4B505A;
}

.user-info .dropdown-oval li a i {
  margin-right: 0.75rem;
  font-size: 16px;
  color: #6B7280;
}

.user-info .dropdown-oval li a:hover {
  background-color: transparent;
}

li .user-info__item--center + .dropdown-menu {
  padding-left: 15px !important;
}

li .user-info__item--user + .dropdown-menu {
  padding-left: 15px !important;
}

.breadcrumbs {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #9A9AA2;
}

.breadcrumbs a {
  color: #9A9AA2;
  text-decoration: none;
}

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

@media only screen and (max-width: 1640px) {
  .obal_hledani_in {
    width: 200px;
  }
}

@media only screen and (max-width: 1520px) {
  .obal_hledani {
    position: relative;
  }

  .obal_hledani_in {
    width: 100%;
  }

  .hledej {
    float: right;
    margin-right: 20px;
  }

  .obal_hledani_tl {
    display: inline-block;
  }

  .vysuv_hledani {
    display: none;
    position: absolute;
    right: 0px;
    top: 48px;
    width: 400px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 30;
    border: 1px solid #444a53;
  }

  .vysuv_hledani .blok_sirky_webu {
    position: relative;
  }

  .zavri_hledani {
    display: block;
    position: absolute;
    right: -24px;
    top: -30px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 5;
  }
}

@media only screen and (max-width: 900px) {
  .page-header {
    display: block;
  }

  .page-header .title {
    display: block;
    clear: both;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .obal_hledani {
    position: static;
  }

  .vysuv_hledani {
    top: 66px;
    box-sizing: border-box;
    width: 100%;
  }
}

.page-container.sidebar-collapsed .sidebar-menu,
.page-container.sidebar-collapsed .sidebar-menu .sidebar-menu-inner {
  width: 76px;
}

.page-container.sidebar-collapsed #lyImgLogo.def {
  display: none;
}

.page-container.sidebar-collapsed #lyImgLogo.custom {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.page-container.sidebar-collapsed .main-menu .has-sub ul {
  background-color: #27273a;
}

.page-container.sidebar-collapsed .main-menu .has-sub li {
  border-bottom: 0 !important;
}

.page-container.sidebar-collapsed .main-menu .has-sub > a > span:not(.badge) {
  border-radius: 12px 12px 0 0 !important;
  color: #d0d0e7 !important;
}

.page-container.sidebar-collapsed .main-menu .has-sub ul li a span {
  color: #d0d0e7 !important;
}

.page-container.sidebar-collapsed .main-menu .has-sub ul li a span:hover {
  color: #56ce8f !important;
}

.page-container.sidebar-collapsed .main-menu .has-sub ul li.active a span {
  color: #56ce8f !important;
}

.page-container.sidebar-collapsed .main-menu > li > ul {
  top: 53px !important;
}

.page-container.sidebar-collapsed .main-menu > li > ul a {
  padding-left: 0 !important;
}

.page-container.sidebar-collapsed .main-menu li > a > span:not(.badge) {
  padding-left: 17px !important;
  left: 52px !important;
  background-color: #27273a !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #56ce8f !important;
}

.page-container.sidebar-collapsed .main-menu .root-level.active > a {
  background-color: #56ce8f !important;
  border-radius: 12px !important;
  color: #fff !important;
}

.page-container.sidebar-is-showing .main-menu .root-level.active > a {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #56ce8f !important;
}

.page-container .sidebar-menu {
  background: linear-gradient(326deg, #363649 3%, #454558 33%, #454558 51%, #212134 88%) !important;
}

.page-container .sidebar-menu .sidebar-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
}

.page-container .sidebar-menu .logo-env {
  padding: 20px;
  height: 78px;
}

.page-container .sidebar-menu .logo-link {
  position: relative;
  display: block;
}

.page-container .sidebar-menu .logo img, .page-container .sidebar-menu .logo-picto img {
  height: 38px;
}

.page-container .sidebar-menu .logo-picto {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.45px;
}

.page-container .sidebar-menu .logo-picto img {
  width: 39.45px;
}

.page-container .sidebar-menu .sidebar-mobile-menu {
  margin-left: auto;
  border: 2px solid #636373 !important;
  border-radius: 7px;
}

.page-container .sidebar-menu .sidebar-collapse {
  margin: auto 6px 6px;
}

.page-container .sidebar-menu .sidebar-collapse .sidebar-collapse-icon {
  position: fixed;
  left: 20px;
  bottom: 16px;
  display: inline-block;
  padding: 0 1px 1px;
  border: 2px solid #636373 !important;
  border-radius: 7px;
  font-size: 19px;
  color: #aaabae;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level {
  padding-left: 13px;
  padding-right: 16px;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level a {
  display: flex;
  align-items: center;
  padding: 9px 14px 9px 10px;
  border-radius: 12px 12px 0 0;
  transition: color 250ms ease-in-out, background-color 255ms ease-in-out;
  font-size: 14px;
  color: #fff;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  width: 24px;
  height: 28px;
  font-size: 24px;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level a:before {
  margin-left: auto;
  order: 6;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level a:hover,
    .page-container .sidebar-menu #main-menu.main-menu .root-level.active > a {
  background-color: rgba(255, 255, 255, 0);
  color: #56ce8f;
}

.page-container .sidebar-menu #main-menu.main-menu .root-level a:hover ul li.active a,
      .page-container .sidebar-menu #main-menu.main-menu .root-level.active > a ul li.active a {
  color: #fff;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub ul {
  margin-top: -8px;
  padding-bottom: 12px;
  border-radius: 0 0 12px 12px;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub ul li.active a {
  color: #56ce8f !important;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub ul > li > a {
  padding: 2px 14px 2px 51px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 13px;
  color: #d0d0e7;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub ul > li > a:hover {
  color: #fff;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub ul > li > a i {
  display: none;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub.opened > a {
  background-color: #27273a;
  color: #56ce8f;
}

.page-container .sidebar-menu #main-menu.main-menu .has-sub.opened > ul {
  background-color: #27273a;
}

@media only screen and (max-width: 767px) {
  .page-container .sidebar-menu .logo-link {
    display: inline-block;
  }
}

.page-footer, .form-mcrai-style .form-footer {
  clear: both;
  margin: 16px 0;
  padding: 24px 37px 24px 33px;
  border-radius: 12px;
  background: #fff;
}

.page-footer .btn, .form-mcrai-style .form-footer .btn, .page-footer .mc-switch > div .switch-left, .mc-switch > div .page-footer .switch-left, .form-mcrai-style .form-footer .mc-switch > div .switch-left, .mc-switch > div .form-mcrai-style .form-footer .switch-left,
  .page-footer .mc-switch > div .switch-right, .mc-switch > div .page-footer .switch-right,
  .form-mcrai-style .form-footer .mc-switch > div .switch-right, .mc-switch > div .form-mcrai-style .form-footer .switch-right, .page-footer .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .page-footer .input-group-addon, .form-mcrai-style .form-footer .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .form-mcrai-style .form-footer .input-group-addon, .page-footer .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .page-footer .input-group-addon, .form-mcrai-style .form-footer .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .form-mcrai-style .form-footer .input-group-addon, .page-footer .datagrid table .date .input-group-addon, .datagrid table .date .page-footer .input-group-addon, .form-mcrai-style .form-footer .datagrid table .date .input-group-addon, .datagrid table .date .form-mcrai-style .form-footer .input-group-addon, .page-footer .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .page-footer .switch-left, .form-mcrai-style .form-footer .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style .form-footer .switch-left, .page-footer .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .page-footer .switch-left, .form-mcrai-style .form-footer .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style .form-footer .switch-left, .page-footer .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .page-footer .switch-left, .form-mcrai-style .form-footer .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .form-mcrai-style .form-footer .switch-left,
  .page-footer .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .page-footer .switch-right,
  .form-mcrai-style .form-footer .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style .form-footer .switch-right,
  .page-footer .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .page-footer .switch-right,
  .form-mcrai-style .form-footer .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style .form-footer .switch-right,
  .page-footer .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .page-footer .switch-right,
  .form-mcrai-style .form-footer .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .form-mcrai-style .form-footer .switch-right {
  padding: 10px 10px 8.5px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

footer.main {
  clear: both;
  padding: 6px 0;
  width: 100%;
  border-top: 0;
  font-size: 14px;
}

.form-mcrai-style .page-footer, .form-mcrai-style .form-footer {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
}

.form-mcrai-style .form-footer {
  padding: 16px 0px 0px 0px;
  margin: 16px 0px 0px 0px;
  border-top: 5px solid #ededf2;
  border-radius: 0px;
}

.bgred {
  background-color: lightcoral !important;
}

.bgyellow {
  background-color: #f1c066 !important;
}

.bggreen {
  background-color: #adecad !important;
}

.bglightgray {
  background-color: lightgray !important;
}

.has-switch span.switch-left.switch-on-green, .has-switch span.switch-left.switch-on-green:hover, .has-switch span.switch-right.switch-on-green, .has-switch span.switch-right.switch-on-green:hover {
  color: white !important;
  background-color: #045702 !important;
}

.has-switch span.switch-left.switch-off-red, .has-switch span.switch-left.switch-off-red:hover, .has-switch span.switch-right.switch-off-red, .has-switch span.switch-right.switch-off-red:hover {
  color: white !important;
  background-color: #ac1818 !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current, .datagrid .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover, .datagrid .dataTables_paginate a.paginate_button.current:hover {
  color: white !important;
}

.btn-info, .input-group-addon {
  background-color: #5388ce;
}

.btn-info:hover, .btn-info:focus, .input-group-addon:hover, .input-group-addon:focus {
  background-color: #3f7ac8;
}

.btn-danger {
  background-color: #c64e62;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #bd3d52;
}

.input_switch {
  cursor: pointer;
}

.input_switch:hover {
  font-weight: bold;
}

.input_switch:hover input, .input_switch:hover textarea {
  font-weight: normal;
}

.cssload-spin-box {
  position: relative;
  margin: 100px auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 15px 15px #f3f3f3, -15px 15px #f3f3f3, -15px -15px #f3f3f3, 15px -15px #eaebed;
  -o-box-shadow: 15px 15px #f3f3f3, -15px 15px #f3f3f3, -15px -15px #f3f3f3, 15px -15px #eaebed;
  -ms-box-shadow: 15px 15px #f3f3f3, -15px 15px #f3f3f3, -15px -15px #f3f3f3, 15px -15px #eaebed;
  -webkit-box-shadow: 15px 15px #f3f3f3, -15px 15px #f3f3f3, -15px -15px #f3f3f3, 15px -15px #eaebed;
  -moz-box-shadow: 15px 15px #f3f3f3, -15px 15px #f3f3f3, -15px -15px #f3f3f3, 15px -15px #eaebed;
  animation: cssload-spin ease infinite 5.8s;
  -o-animation: cssload-spin ease infinite 5.8s;
  -ms-animation: cssload-spin ease infinite 5.8s;
  -webkit-animation: cssload-spin ease infinite 5.8s;
  -moz-animation: cssload-spin ease infinite 5.8s;
}

@keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 15px 15px #f3f3f3, -15px 15px #eaebed, -15px -15px #f3f3f3, 15px -15px #eaebed;
  }

  25% {
    box-shadow: -15px 15px #eaebed, -15px -15px #f3f3f3, 15px -15px #eaebed, 15px 15px #f3f3f3;
  }

  50% {
    box-shadow: -15px -15px #f3f3f3, 15px -15px #eaebed, 15px 15px #f3f3f3, -15px 15px #eaebed;
  }

  75% {
    box-shadow: 15px -15px #eaebed, 15px 15px #f3f3f3, -15px 15px #eaebed, -15px -15px #f3f3f3;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.form-groum {
  margin-bottom: 24px;
}

.input-group {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  max-width: 360px;
}

.input-wrapper:last-child {
  margin-bottom: 8px;
}

.form-mcrai-style-two-column .input-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 1%;
  margin-left: 1%;
  max-width: none;
}

.form-mcrai-style-two-column .form-component-full .input-wrapper {
  width: 96%;
  margin-right: 2%;
  margin-left: 1%;
}

.form-mcrai-style-two-column .input-wrapper:last-child {
  margin-bottom: 32px;
}

.form-mcrai-style-two-column .form-component-full textarea, .form-mcrai-style-two-column input[type="text"], .form-mcrai-style-two-column .form-control {
  max-width: none !important;
  width: 100% !important;
}

.form-mcrai-style-two-column label {
  display: block;
  clear: both;
}

.form-mcrai-style-two-column .input-wrapper .input-group-addon {
  display: none;
}

.form-mcrai-style-two-column.form-mcrai-style input[type="text"] {
  height: 31px;
}

@media only screen and (max-width: 1230px) {
  .form-mcrai-style-two-column .input-wrapper, .form-mcrai-style-two-column .form-component-full .input-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  padding: 3px 0 !important;
  width: 100%;
  height: 22px;
  border: 0 !important;
  border-bottom: 1px solid #d9d9de !important;
  font-size: 14px;
}

textarea {
  height: auto;
  max-width: 100%;
  border-bottom: 1px solid #d9d9de !important;
  margin-top: 8px;
}

.input-wrapper-inline:not(.hidden) + .input-wrapper-inline, .input-wrapper-inline.iwi-margined {
  margin-left: 1.5rem;
}

.input-wrapper-inline input[type=checkbox] {
  margin-right: 0.5rem;
}

.form-inline.d-inline-block {
  margin-bottom: 2.5rem;
}

.form-mcrai-style-inline .btn, .form-mcrai-style-inline .mc-switch > div .switch-left, .mc-switch > div .form-mcrai-style-inline .switch-left,
.form-mcrai-style-inline .mc-switch > div .switch-right, .mc-switch > div .form-mcrai-style-inline .switch-right, .form-mcrai-style-inline .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .form-mcrai-style-inline .input-group-addon, .form-mcrai-style-inline .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .form-mcrai-style-inline .input-group-addon, .form-mcrai-style-inline .datagrid table .date .input-group-addon, .datagrid table .date .form-mcrai-style-inline .input-group-addon, .form-mcrai-style-inline .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style-inline .switch-left, .form-mcrai-style-inline .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style-inline .switch-left, .form-mcrai-style-inline .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .form-mcrai-style-inline .switch-left,
.form-mcrai-style-inline .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .form-mcrai-style-inline .switch-right,
.form-mcrai-style-inline .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .form-mcrai-style-inline .switch-right,
.form-mcrai-style-inline .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .form-mcrai-style-inline .switch-right {
  padding: 10px 10px 8.5px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.select2-container {
  width: 100%;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(326deg, #363649 3%, #454558 33%, #454558 51%, #212134 88%);
}

.login-fakin-bootsrap-form {
  display: flex;
  width: 100%;
  max-width: 840px;
  min-height: 590px;
}

.login-fakin-bootsrap-form .buttons {
  margin-top: 20px;
}

.login-fakin-bootsrap-form .button {
  width: calc(100% - 20px);
}

.login-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px 50px 50px;
  width: 100%;
  max-width: 390px;
  background: #fff;
}

.login-form__images {
  padding: 50px;
  width: 100%;
  max-width: 450px;
  /* background: url('../../data/shared/images/login-pic.png') center/cover no-repeat $color-secondary; */
}

.login-form__logo {
  max-height: 74px;
}

.login-form__text {
  margin-bottom: 16px;
  text-align: center;
  font-size: 15px;
}

.login-form__profile-pic {
  margin: 24px auto;
  width: 150px;
  height: 150px;
  background: #e6e7e5;
  border-radius: 50%;
}

.buttons {
  margin: -5px -10px;
}

.buttons-smaller {
  margin: -3px -2px;
}

.button {
  display: inline-block;
  padding: 15px 26px 13px;
  margin: 5px 10px;
  background: #56ce8f;
  border-radius: 12px;
  border: 0;
  transition: background .2s linear;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}

.button:hover {
  background: #42c882;
  color: #fff;
}

.button.smaller {
  margin: 3px 2px;
  padding: 8px 22px;
  border-radius: 3px;
  font-size: 14px;
}

.button.neutral {
  background: #adadb7;
}

.button.neutral:hover {
  background: #9f9fab;
}

.button.negative {
  background: #e06b54;
}

.button.negative:hover {
  background: #dc583e;
}

.nav-tabs {
  display: flex;
  clear: both;
  position: relative;
  margin: 0;
  padding: 24px 0;
  border: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #3b3b4e;
}

.nav-tabs li {
  display: flex;
  margin: 0;
}

.nav-tabs li a {
  background: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 8px 22px;
  border: 0 !important;
  border-bottom: 5px solid #dfdfe4 !important;
  color: #828289;
  cursor: pointer !important;
}

.nav-tabs li.active a, .nav-tabs li:hover a {
  background: rgba(255, 255, 255, 0) !important;
  border-color: #56ce8f !important;
  color: #3b3b4e !important;
}

.nav-machine {
  overflow: auto;
}

.pozn_tab_form {
  display: block;
}

.pozn_tab_content {
  display: block;
  clear: both;
  margin: 20px 0px 20px 0px;
}

.pozn_tab_child {
  display: table;
  width: 100%;
  margin: 20px 0px 20px 0px;
}

.pozn_tab_child_td {
  display: table-cell;
  vertical-align: middle;
}

.pozn_tab_child_l {
  width: 180px;
  padding-right: 20px;
  text-align: center;
}

.pozn_tab_child_r {
  background-color: #F7F7F7;
  padding: 40px 40px 40px 40px;
  font-style: italic;
}

.pozn_tab_child_l img {
  display: inline;
  max-width: 40px;
  margin-bottom: 10px;
}

.pozn_tab_child_name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}

.pozn_tab_child_date {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}

.polozka_aktivita_uzivatel {
  display: block;
  clear: both;
  width: 100%;
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #dfdfe4;
  text-align: center;
}

.polozka_aktivita_uzivatel:last-child {
  border-bottom: 0px;
}

.polozka_aktivita_uzivatel_hodnota {
  display: block;
  font-weight: bold;
}

.polozka_aktivita_uzivatel_popis {
  display: block;
}

.block_minidashboard {
  margin: 16px 0;
  padding: 40px 40px 40px 40px;
  border: 0;
  border-radius: 12px;
  background: #444a53;
  color: #FFFFFF;
  overflow-x: auto;
}

.block_minidashboard_in {
  float: left;
  width: 50%;
  padding: 20px 20px 20px 20px;
}

.block_minidashboard_in:nth-child(1) {
  border-right: 1px solid;
}

.block_minidashboard_in:nth-child(3) {
  border-right: 1px solid;
  border-top: 1px solid;
}

.block_minidashboard_in:nth-child(4) {
  border-top: 1px solid;
}

.minidashboard_count {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.block_minidashboard_in:nth-child(1) .minidashboard_count {
  color: #EBBC58;
}

.block_minidashboard_in:nth-child(2) .minidashboard_count {
  color: #56CE8F;
}

.block_minidashboard_in:nth-child(3) .minidashboard_count {
  color: #E06B54;
}

.block_minidashboard_in:nth-child(4) .minidashboard_count {
  color: #AAAAB2;
}

.minidashboard_text {
  display: block;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.doneCheckUp_right textarea {
  height: 250px;
}

.input-group-addon {
  height: 22px;
  width: 40px;
  padding: 0px;
}

.input-group-addon i {
  display: block;
  height: 22px !important;
  width: 40px !important;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/assets/f5ee5e43474a85a0a3e3.png);
  filter: invert(1);
  /*ikona je cerna tak z ni delam bilou*/
}

.entypo-calendar::before {
  content: "";
}

@media only screen and (max-width: 1640px) {
  .block_minidashboard_in {
    width: 100%;
  }

  .block_minidashboard_in:nth-child(1) {
    border-right: 0px;
  }

  .block_minidashboard_in:nth-child(2) {
    border-top: 1px solid;
  }

  .block_minidashboard_in:nth-child(3) {
    border-right: 0px;
    border-top: 1px solid;
  }

  .block_minidashboard_in:nth-child(4) {
    border-top: 1px solid;
  }
}

@media only screen and (max-width: 1230px) {
  .pozn_tab_child {
    display: block;
    width: auto;
  }

  .pozn_tab_child_td {
    display: block;
    width: auto;
    padding-bottom: 10px;
  }

  .pozn_tab_child_l {
    width: auto;
  }

  .block_minidashboard_in {
    width: 50%;
  }

  .block_minidashboard_in:nth-child(1) {
    border-right: 1px solid;
  }

  .block_minidashboard_in:nth-child(2) {
    border-top: 0px;
  }

  .block_minidashboard_in:nth-child(3) {
    border-right: 1px solid;
    border-top: 1px solid;
  }

  .block_minidashboard_in:nth-child(4) {
    border-top: 1px solid;
  }
}

@media only screen and (max-width: 760px) {
  .block_minidashboard_in {
    width: 100%;
  }

  .block_minidashboard_in:nth-child(1) {
    border-right: 0px;
  }

  .block_minidashboard_in:nth-child(2) {
    border-top: 1px solid;
  }

  .block_minidashboard_in:nth-child(3) {
    border-right: 0px;
    border-top: 1px solid;
  }

  .block_minidashboard_in:nth-child(4) {
    border-top: 1px solid;
  }
}

.dataTables_wrapper, .datagrid {
  margin: 16px 0;
  padding: 24px 37px 24px 33px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .table-mcrai-style, .datagrid .table-mcrai-style, .dataTables_wrapper .datagrid table, .datagrid .dataTables_wrapper table, .datagrid table {
  width: calc(100% - 20px) !important;
  margin: 0 10px 10px;
}

.dataTables_wrapper .table-mcrai-style .btn, .datagrid .table-mcrai-style .btn, .dataTables_wrapper .datagrid table .btn, .datagrid .dataTables_wrapper table .btn, .datagrid table .btn, .dataTables_wrapper .table-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style .switch-left, .datagrid .table-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .datagrid .table-mcrai-style .switch-left, .dataTables_wrapper .datagrid table .mc-switch > div .switch-left, .mc-switch > div .dataTables_wrapper .datagrid table .switch-left, .datagrid .dataTables_wrapper table .mc-switch > div .switch-left, .mc-switch > div .datagrid .dataTables_wrapper table .switch-left, .datagrid table .mc-switch > div .switch-left, .mc-switch > div .datagrid table .switch-left,
    .dataTables_wrapper .table-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style .switch-right,
    .datagrid .table-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .datagrid .table-mcrai-style .switch-right,
    .dataTables_wrapper .datagrid table .mc-switch > div .switch-right, .mc-switch > div .dataTables_wrapper .datagrid table .switch-right, .datagrid .dataTables_wrapper table .mc-switch > div .switch-right, .mc-switch > div .datagrid .dataTables_wrapper table .switch-right,
    .datagrid table .mc-switch > div .switch-right, .mc-switch > div .datagrid table .switch-right, .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .input-group-addon, .datagrid table .date .table-mcrai-style .input-group-addon, .dataTables_wrapper .datagrid table .date .input-group-addon, .datagrid .dataTables_wrapper table .date .input-group-addon, .datagrid table .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style table .has-switch > div .switch-left, .datagrid table .has-switch > div .table-mcrai-style .switch-left, .dataTables_wrapper .datagrid table .has-switch > div .switch-left, .datagrid .dataTables_wrapper table .has-switch > div .switch-left, .datagrid table .has-switch > div .switch-left,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
    .datagrid .table-mcrai-style .has-switch > div .switch-right,
    .datagrid .table-mcrai-style table .has-switch > div .switch-right, .datagrid table .has-switch > div .table-mcrai-style .switch-right,
    .dataTables_wrapper .datagrid table .has-switch > div .switch-right, .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
    .datagrid table .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .button, .datagrid .table-mcrai-style .button, .dataTables_wrapper .datagrid table .button, .datagrid .dataTables_wrapper table .button, .datagrid table .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px;
  width: auto;
  min-height: 28px;
  border: 0;
  vertical-align: middle;
}

.dataTables_wrapper .table-mcrai-style .btn.btn-info, .datagrid .table-mcrai-style .btn.btn-info, .dataTables_wrapper .datagrid table .btn.btn-info, .datagrid .dataTables_wrapper table .btn.btn-info, .datagrid table .btn.btn-info, .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-info.switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-info.switch-left, .datagrid .table-mcrai-style .mc-switch > div .btn-info.switch-left, .mc-switch > div .datagrid .table-mcrai-style .btn-info.switch-left, .datagrid table .mc-switch > div .btn-info.switch-left, .mc-switch > div .datagrid table .btn-info.switch-left,
      .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-info.switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-info.switch-right,
      .datagrid .table-mcrai-style .mc-switch > div .btn-info.switch-right, .mc-switch > div .datagrid .table-mcrai-style .btn-info.switch-right,
      .datagrid table .mc-switch > div .btn-info.switch-right, .mc-switch > div .datagrid table .btn-info.switch-right, .dataTables_wrapper .table-mcrai-style .date .btn-info.input-group-addon, .datagrid .table-mcrai-style .date .btn-info.input-group-addon, .datagrid table .date .btn-info.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-info.switch-left, .datagrid .table-mcrai-style .has-switch > div .btn-info.switch-left, .datagrid table .has-switch > div .btn-info.switch-left,
      .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-info.switch-right,
      .datagrid .table-mcrai-style .has-switch > div .btn-info.switch-right,
      .datagrid table .has-switch > div .btn-info.switch-right, .dataTables_wrapper .table-mcrai-style .btn.btn-success, .datagrid .table-mcrai-style .btn.btn-success, .dataTables_wrapper .datagrid table .btn.btn-success, .datagrid .dataTables_wrapper table .btn.btn-success, .datagrid table .btn.btn-success, .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-success.switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-success.switch-left, .datagrid .table-mcrai-style .mc-switch > div .btn-success.switch-left, .mc-switch > div .datagrid .table-mcrai-style .btn-success.switch-left, .datagrid table .mc-switch > div .btn-success.switch-left, .mc-switch > div .datagrid table .btn-success.switch-left,
      .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-success.switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-success.switch-right,
      .datagrid .table-mcrai-style .mc-switch > div .btn-success.switch-right, .mc-switch > div .datagrid .table-mcrai-style .btn-success.switch-right,
      .datagrid table .mc-switch > div .btn-success.switch-right, .mc-switch > div .datagrid table .btn-success.switch-right, .dataTables_wrapper .table-mcrai-style .date .btn-success.input-group-addon, .datagrid .table-mcrai-style .date .btn-success.input-group-addon, .datagrid table .date .btn-success.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-left, .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-left, .datagrid table .has-switch > div .btn-success.switch-left,
      .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-right,
      .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-right,
      .datagrid table .has-switch > div .btn-success.switch-right, .dataTables_wrapper .table-mcrai-style .button.btn-info, .datagrid .table-mcrai-style .button.btn-info, .dataTables_wrapper .datagrid table .button.btn-info, .datagrid .dataTables_wrapper table .button.btn-info, .datagrid table .button.btn-info, .dataTables_wrapper .table-mcrai-style .button.btn-success, .datagrid .table-mcrai-style .button.btn-success, .dataTables_wrapper .datagrid table .button.btn-success, .datagrid .dataTables_wrapper table .button.btn-success, .datagrid table .button.btn-success {
  background: #56ce8f;
}

.dataTables_wrapper .table-mcrai-style .btn.btn-danger, .datagrid .table-mcrai-style .btn.btn-danger, .dataTables_wrapper .datagrid table .btn.btn-danger, .datagrid .dataTables_wrapper table .btn.btn-danger, .datagrid table .btn.btn-danger, .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-danger.switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-danger.switch-left, .datagrid .table-mcrai-style .mc-switch > div .btn-danger.switch-left, .mc-switch > div .datagrid .table-mcrai-style .btn-danger.switch-left, .datagrid table .mc-switch > div .btn-danger.switch-left, .mc-switch > div .datagrid table .btn-danger.switch-left,
      .dataTables_wrapper .table-mcrai-style .mc-switch > div .btn-danger.switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style .btn-danger.switch-right,
      .datagrid .table-mcrai-style .mc-switch > div .btn-danger.switch-right, .mc-switch > div .datagrid .table-mcrai-style .btn-danger.switch-right,
      .datagrid table .mc-switch > div .btn-danger.switch-right, .mc-switch > div .datagrid table .btn-danger.switch-right, .dataTables_wrapper .table-mcrai-style .date .btn-danger.input-group-addon, .datagrid .table-mcrai-style .date .btn-danger.input-group-addon, .datagrid table .date .btn-danger.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-left, .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-left, .datagrid table .has-switch > div .btn-danger.switch-left,
      .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-right,
      .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-right,
      .datagrid table .has-switch > div .btn-danger.switch-right, .dataTables_wrapper .table-mcrai-style .button.btn-danger, .datagrid .table-mcrai-style .button.btn-danger, .dataTables_wrapper .datagrid table .button.btn-danger, .datagrid .dataTables_wrapper table .button.btn-danger, .datagrid table .button.btn-danger {
  background: #e06b54;
}

.dataTables_wrapper .table-mcrai-style .cell_btns, .datagrid .table-mcrai-style .cell_btns, .dataTables_wrapper .datagrid table .cell_btns, .datagrid .dataTables_wrapper table .cell_btns, .datagrid table .cell_btns {
  display: block;
  text-align: end;
}

.dataTables_wrapper .table-mcrai-style .cell_btns .btn, .datagrid .table-mcrai-style .cell_btns .btn, .dataTables_wrapper .datagrid table .cell_btns .btn, .datagrid .dataTables_wrapper table .cell_btns .btn, .datagrid table .cell_btns .btn, .dataTables_wrapper .table-mcrai-style .cell_btns .mc-switch > div .switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style .cell_btns .switch-left, .datagrid .table-mcrai-style .cell_btns .mc-switch > div .switch-left, .mc-switch > div .datagrid .table-mcrai-style .cell_btns .switch-left, .datagrid table .cell_btns .mc-switch > div .switch-left, .mc-switch > div .datagrid table .cell_btns .switch-left,
      .dataTables_wrapper .table-mcrai-style .cell_btns .mc-switch > div .switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style .cell_btns .switch-right,
      .datagrid .table-mcrai-style .cell_btns .mc-switch > div .switch-right, .mc-switch > div .datagrid .table-mcrai-style .cell_btns .switch-right,
      .datagrid table .cell_btns .mc-switch > div .switch-right, .mc-switch > div .datagrid table .cell_btns .switch-right, .dataTables_wrapper .table-mcrai-style .cell_btns .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .cell_btns .input-group-addon, .datagrid .table-mcrai-style .cell_btns .date .input-group-addon, .datagrid .table-mcrai-style .date .cell_btns .input-group-addon, .datagrid table .cell_btns .date .input-group-addon, .datagrid table .date .cell_btns .input-group-addon, .dataTables_wrapper .table-mcrai-style .cell_btns .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .cell_btns .switch-left, .datagrid .table-mcrai-style .cell_btns .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .cell_btns .switch-left, .datagrid table .cell_btns .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .cell_btns .datagrid table .has-switch > div .switch-left, .datagrid .table-mcrai-style .cell_btns table .has-switch > div .switch-left, .datagrid table .cell_btns .has-switch > div .switch-left, .datagrid table .has-switch > div .cell_btns .switch-left,
      .dataTables_wrapper .table-mcrai-style .cell_btns .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .cell_btns .switch-right,
      .datagrid .table-mcrai-style .cell_btns .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .cell_btns .switch-right,
      .datagrid table .cell_btns .table-mcrai-style .has-switch > div .switch-right,
      .dataTables_wrapper .table-mcrai-style .cell_btns .datagrid table .has-switch > div .switch-right,
      .datagrid .table-mcrai-style .cell_btns table .has-switch > div .switch-right,
      .datagrid table .cell_btns .has-switch > div .switch-right, .datagrid table .has-switch > div .cell_btns .switch-right, .dataTables_wrapper .table-mcrai-style .cell_btns .button, .datagrid .table-mcrai-style .cell_btns .button, .dataTables_wrapper .datagrid table .cell_btns .button, .datagrid .dataTables_wrapper table .cell_btns .button, .datagrid table .cell_btns .button {
  min-width: 28px;
}

.dataTables_wrapper .table-mcrai-style .cell_btns .btn i, .datagrid .table-mcrai-style .cell_btns .btn i, .dataTables_wrapper .datagrid table .cell_btns .btn i, .datagrid .dataTables_wrapper table .cell_btns .btn i, .datagrid table .cell_btns .btn i, .dataTables_wrapper .table-mcrai-style .cell_btns .mc-switch > div .switch-left i, .mc-switch > div .dataTables_wrapper .table-mcrai-style .cell_btns .switch-left i, .datagrid .table-mcrai-style .cell_btns .mc-switch > div .switch-left i, .mc-switch > div .datagrid .table-mcrai-style .cell_btns .switch-left i, .datagrid table .cell_btns .mc-switch > div .switch-left i, .mc-switch > div .datagrid table .cell_btns .switch-left i, .dataTables_wrapper .table-mcrai-style .cell_btns .mc-switch > div .switch-right i, .mc-switch > div .dataTables_wrapper .table-mcrai-style .cell_btns .switch-right i, .datagrid .table-mcrai-style .cell_btns .mc-switch > div .switch-right i, .mc-switch > div .datagrid .table-mcrai-style .cell_btns .switch-right i, .datagrid table .cell_btns .mc-switch > div .switch-right i, .mc-switch > div .datagrid table .cell_btns .switch-right i, .dataTables_wrapper .table-mcrai-style .cell_btns .date .input-group-addon i, .dataTables_wrapper .table-mcrai-style .date .cell_btns .input-group-addon i, .datagrid .table-mcrai-style .cell_btns .date .input-group-addon i, .datagrid .table-mcrai-style .date .cell_btns .input-group-addon i, .datagrid table .cell_btns .date .input-group-addon i, .datagrid table .date .cell_btns .input-group-addon i, .dataTables_wrapper .table-mcrai-style .cell_btns .has-switch > div .switch-left i, .dataTables_wrapper .table-mcrai-style .has-switch > div .cell_btns .switch-left i, .datagrid .table-mcrai-style .cell_btns .has-switch > div .switch-left i, .datagrid .table-mcrai-style .has-switch > div .cell_btns .switch-left i, .datagrid table .cell_btns .table-mcrai-style .has-switch > div .switch-left i, .dataTables_wrapper .table-mcrai-style .cell_btns .datagrid table .has-switch > div .switch-left i, .datagrid .table-mcrai-style .cell_btns table .has-switch > div .switch-left i, .datagrid table .cell_btns .has-switch > div .switch-left i, .datagrid table .has-switch > div .cell_btns .switch-left i, .dataTables_wrapper .table-mcrai-style .cell_btns .has-switch > div .switch-right i, .dataTables_wrapper .table-mcrai-style .has-switch > div .cell_btns .switch-right i, .datagrid .table-mcrai-style .cell_btns .has-switch > div .switch-right i, .datagrid .table-mcrai-style .has-switch > div .cell_btns .switch-right i, .datagrid table .cell_btns .table-mcrai-style .has-switch > div .switch-right i, .dataTables_wrapper .table-mcrai-style .cell_btns .datagrid table .has-switch > div .switch-right i, .datagrid .table-mcrai-style .cell_btns table .has-switch > div .switch-right i, .datagrid table .cell_btns .has-switch > div .switch-right i, .datagrid table .has-switch > div .cell_btns .switch-right i, .dataTables_wrapper .table-mcrai-style .cell_btns .button i, .datagrid .table-mcrai-style .cell_btns .button i, .dataTables_wrapper .datagrid table .cell_btns .button i, .datagrid .dataTables_wrapper table .cell_btns .button i, .datagrid table .cell_btns .button i {
  margin-left: -8px;
  margin-right: -8px;
}

.dataTables_wrapper .table-mcrai-style .date .form-control, .datagrid .table-mcrai-style .date .form-control, .dataTables_wrapper .datagrid table .date .form-control, .datagrid .dataTables_wrapper table .date .form-control, .datagrid table .date .form-control {
  height: 19px;
  border: 0;
  background: #eaebed;
}

.dataTables_wrapper .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .datagrid table .date .input-group-addon, .datagrid .dataTables_wrapper table .date .input-group-addon, .datagrid table .date .input-group-addon {
  opacity: 1 !important;
  line-height: 10px;
}

.dataTables_wrapper .table-mcrai-style .date .input-group-addon a, .datagrid .table-mcrai-style .date .input-group-addon a, .dataTables_wrapper .datagrid table .date .input-group-addon a, .datagrid .dataTables_wrapper table .date .input-group-addon a, .datagrid table .date .input-group-addon a {
  color: #fff;
}

.dataTables_wrapper .table-mcrai-style .has-switch, .datagrid .table-mcrai-style .has-switch, .dataTables_wrapper .datagrid table .has-switch, .datagrid .dataTables_wrapper table .has-switch, .datagrid table .has-switch {
  width: 60px;
  min-width: 60px;
  margin: -2px 0 0;
  border: 0;
  border-radius: 0;
  background: #eaebed;
  height: 29px;
  vertical-align: top;
}

.dataTables_wrapper .table-mcrai-style .has-switch > div, .datagrid .table-mcrai-style .has-switch > div, .dataTables_wrapper .datagrid table .has-switch > div, .datagrid .dataTables_wrapper table .has-switch > div, .datagrid table .has-switch > div {
  width: 200%;
  height: 29px;
}

.dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .datagrid table .has-switch > div .switch-left, .datagrid .dataTables_wrapper table .has-switch > div .switch-left, .datagrid table .has-switch > div .switch-left,
        .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
        .datagrid .table-mcrai-style .has-switch > div .switch-right,
        .dataTables_wrapper .datagrid table .has-switch > div .switch-right,
        .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
        .datagrid table .has-switch > div .switch-right {
  opacity: 1;
  margin: 0;
}

.dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
        .datagrid .table-mcrai-style .has-switch > div .switch-right,
        .dataTables_wrapper .datagrid table .has-switch > div .switch-right,
        .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
        .datagrid table .has-switch > div .switch-right {
  background: transparent;
}

.dataTables_wrapper .table-mcrai-style .has-switch > div label, .datagrid .table-mcrai-style .has-switch > div label, .dataTables_wrapper .datagrid table .has-switch > div label, .datagrid .dataTables_wrapper table .has-switch > div label, .datagrid table .has-switch > div label {
  display: none;
}

.dataTables_wrapper .table-mcrai-style .has-switch > div.switch-off, .datagrid .table-mcrai-style .has-switch > div.switch-off, .dataTables_wrapper .datagrid table .has-switch > div.switch-off, .datagrid .dataTables_wrapper table .has-switch > div.switch-off, .datagrid table .has-switch > div.switch-off {
  left: -100%;
}

.dataTables_wrapper .table-mcrai-style th, .datagrid .table-mcrai-style th, .dataTables_wrapper .datagrid table th, .datagrid .dataTables_wrapper table th, .datagrid table th {
  height: 45px;
  padding: 6px 14px 4px 5px !important;
  background-color: #f3f3f3;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #6b6b71;
}

.dataTables_wrapper .table-mcrai-style th:last-child, .datagrid .table-mcrai-style th:last-child, .dataTables_wrapper .datagrid table th:last-child, .datagrid .dataTables_wrapper table th:last-child, .datagrid table th:last-child {
  border-right: 0;
}

.dataTables_wrapper .table-mcrai-style th.sorting:after, .datagrid .table-mcrai-style th.sorting:after, .dataTables_wrapper .datagrid table th.sorting:after, .datagrid .dataTables_wrapper table th.sorting:after, .datagrid table th.sorting:after {
  opacity: .55;
}

.dataTables_wrapper .table-mcrai-style tr, .datagrid .table-mcrai-style tr, .dataTables_wrapper .datagrid table tr, .datagrid .dataTables_wrapper table tr, .datagrid table tr {
  border: 0;
  /* &.selected td {
				background: lighten(#f3f3f3, 60%);
			} */
}

.dataTables_wrapper .table-mcrai-style tr:hover td, .datagrid .table-mcrai-style tr:hover td, .dataTables_wrapper .datagrid table tr:hover td, .datagrid .dataTables_wrapper table tr:hover td, .datagrid table tr:hover td {
  background: #f3f3f3;
}

.dataTables_wrapper .table-mcrai-style tr:hover td.dataTables_empty, .datagrid .table-mcrai-style tr:hover td.dataTables_empty, .dataTables_wrapper .datagrid table tr:hover td.dataTables_empty, .datagrid .dataTables_wrapper table tr:hover td.dataTables_empty, .datagrid table tr:hover td.dataTables_empty {
  background: #fff;
}

.dataTables_wrapper .table-mcrai-style tr:hover .btn, .datagrid .table-mcrai-style tr:hover .btn, .dataTables_wrapper .datagrid table tr:hover .btn, .datagrid .dataTables_wrapper table tr:hover .btn, .datagrid table tr:hover .btn, .dataTables_wrapper .table-mcrai-style tr:hover .mc-switch > div .switch-left, .mc-switch > div .dataTables_wrapper .table-mcrai-style tr:hover .switch-left, .datagrid .table-mcrai-style tr:hover .mc-switch > div .switch-left, .mc-switch > div .datagrid .table-mcrai-style tr:hover .switch-left, .datagrid table tr:hover .mc-switch > div .switch-left, .mc-switch > div .datagrid table tr:hover .switch-left,
      .dataTables_wrapper .table-mcrai-style tr:hover .mc-switch > div .switch-right, .mc-switch > div .dataTables_wrapper .table-mcrai-style tr:hover .switch-right,
      .datagrid .table-mcrai-style tr:hover .mc-switch > div .switch-right, .mc-switch > div .datagrid .table-mcrai-style tr:hover .switch-right,
      .datagrid table tr:hover .mc-switch > div .switch-right, .mc-switch > div .datagrid table tr:hover .switch-right, .dataTables_wrapper .table-mcrai-style tr:hover .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date tr:hover .input-group-addon, .datagrid .table-mcrai-style tr:hover .date .input-group-addon, .datagrid .table-mcrai-style .date tr:hover .input-group-addon, .datagrid table tr:hover .date .input-group-addon, .datagrid table .date tr:hover .input-group-addon, .dataTables_wrapper .table-mcrai-style tr:hover .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div tr:hover .switch-left, .datagrid .table-mcrai-style tr:hover .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div tr:hover .switch-left, .datagrid table tr:hover .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style tr:hover .datagrid table .has-switch > div .switch-left, .datagrid .table-mcrai-style tr:hover table .has-switch > div .switch-left, .datagrid table tr:hover .has-switch > div .switch-left, .datagrid table .has-switch > div tr:hover .switch-left,
      .dataTables_wrapper .table-mcrai-style tr:hover .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div tr:hover .switch-right,
      .datagrid .table-mcrai-style tr:hover .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div tr:hover .switch-right,
      .datagrid table tr:hover .table-mcrai-style .has-switch > div .switch-right,
      .dataTables_wrapper .table-mcrai-style tr:hover .datagrid table .has-switch > div .switch-right,
      .datagrid .table-mcrai-style tr:hover table .has-switch > div .switch-right,
      .datagrid table tr:hover .has-switch > div .switch-right, .datagrid table .has-switch > div tr:hover .switch-right {
  opacity: 1;
}

.dataTables_wrapper .table-mcrai-style tr:first-child td, .datagrid .table-mcrai-style tr:first-child td, .dataTables_wrapper .datagrid table tr:first-child td, .datagrid .dataTables_wrapper table tr:first-child td, .datagrid table tr:first-child td {
  border-top: 12px solid #fff !important;
}

.dataTables_wrapper .table-mcrai-style td, .datagrid .table-mcrai-style td, .dataTables_wrapper .datagrid table td, .datagrid .dataTables_wrapper table td, .datagrid table td {
  padding: 7px 5px 5px !important;
  border: 0;
  vertical-align: middle;
  font-size: 13px;
  color: #7c7c86;
}

.dataTables_wrapper .dataTables_paginate, .datagrid .dataTables_paginate {
  border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .datagrid .dataTables_paginate .paginate_button {
  margin: 10px !important;
  padding: 4px 12px !important;
  border: 0 !important;
  border-radius: 20px !important;
  color: #f3f3f3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .datagrid .dataTables_paginate .paginate_button.current {
  background: #444a53 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .datagrid .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .datagrid .dataTables_paginate .paginate_button.next {
  width: 32px;
  height: 32px;
  margin: 10px 0 !important;
  border-right: 0 !important;
  vertical-align: top;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .datagrid .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .datagrid .dataTables_paginate .paginate_button.previous:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .datagrid .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:after, .datagrid .dataTables_paginate .paginate_button.next:after {
  top: 50%;
  left: 50%;
  margin-left: -6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .datagrid .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .datagrid .dataTables_paginate .paginate_button.next:before {
  margin-left: -3px;
}

.dataTables_wrapper .dataTables_paginate .ellipsis, .datagrid .dataTables_paginate .ellipsis {
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .disabled, .datagrid .dataTables_paginate .disabled {
  display: none !important;
}

.dataTables_wrapper .dataTables_wrapper, .datagrid .dataTables_wrapper, .dataTables_wrapper .datagrid, .datagrid .datagrid {
  padding: 0px;
  margin-top: 0px;
}

.dataTables_wrapper .dataTables_wrapper table, .datagrid .dataTables_wrapper table, .dataTables_wrapper .datagrid table, .datagrid .datagrid table {
  margin-left: 0px;
  margin-right: 0px;
}

.dataTables_filter .input-group-btn {
  margin: 0;
}

.dataTables_filter .input-group-btn .btn, .dataTables_filter .input-group-btn .mc-switch > div .switch-left, .mc-switch > div .dataTables_filter .input-group-btn .switch-left,
  .dataTables_filter .input-group-btn .mc-switch > div .switch-right, .mc-switch > div .dataTables_filter .input-group-btn .switch-right, .dataTables_filter .input-group-btn .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .dataTables_filter .input-group-btn .input-group-addon, .dataTables_filter .input-group-btn .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .dataTables_filter .input-group-btn .input-group-addon, .dataTables_filter .input-group-btn .datagrid table .date .input-group-addon, .datagrid table .date .dataTables_filter .input-group-btn .input-group-addon, .dataTables_filter .input-group-btn .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .dataTables_filter .input-group-btn .switch-left, .dataTables_filter .input-group-btn .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .dataTables_filter .input-group-btn .switch-left, .dataTables_filter .input-group-btn .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .dataTables_filter .input-group-btn .switch-left,
  .dataTables_filter .input-group-btn .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .dataTables_filter .input-group-btn .switch-right,
  .dataTables_filter .input-group-btn .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .dataTables_filter .input-group-btn .switch-right,
  .dataTables_filter .input-group-btn .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .dataTables_filter .input-group-btn .switch-right {
  background: #f3f3f3;
}

.datatable tfoot,
.btn_unfilter {
  display: none;
}

#tbl_technicians img {
  min-width: 40px;
}

.icon_document_content {
  display: block;
  width: 80px;
}

.icon_document {
  display: inline-block;
  margin-right: 8px;
}

.icon_document img {
  min-width: 30px !important;
}

.tech_status_table {
  color: #56ce8f;
}

.button.btn-danger {
  background-color: #e06b54 !important;
}

.button.btn-danger:hover {
  opacity: 0.8;
}

.button.blue_btn {
  background: #444a53;
}

.button.blue_btn:hover {
  opacity: 0.8;
}

.fc-col-header-cell {
  background-color: #1e2b37;
  color: #FFFFFF;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

#tbl_docs tbody td:last-child {
  width: 68px;
}

.datagrid .table-bordered,
.datagrid .table-bordered > tbody > tr > td,
.datagrid .table-bordered > thead > tr > th,
.datagrid .table-bordered > tfoot > tr > td {
  border: 0;
}

.datagrid table {
  background-color: #fff;
  width: 100%;
}

.datagrid table .col-action .btn, .datagrid table .col-action .mc-switch > div .switch-left, .mc-switch > div .datagrid table .col-action .switch-left,
  .datagrid table .col-action .mc-switch > div .switch-right, .mc-switch > div .datagrid table .col-action .switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid table .col-action .input-group-addon, .datagrid .table-mcrai-style .date table .col-action .input-group-addon, .datagrid table .col-action .date .input-group-addon, .datagrid table .date .col-action .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid table .col-action .switch-left, .datagrid table .col-action .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div table .col-action .switch-left, .datagrid table .col-action .has-switch > div .switch-left, .datagrid table .has-switch > div .col-action .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid table .col-action .switch-right,
  .datagrid table .col-action .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div table .col-action .switch-right,
  .datagrid table .col-action .has-switch > div .switch-right, .datagrid table .has-switch > div .col-action .switch-right, .datagrid table .col-action .button {
  min-width: initial;
  min-height: initial;
  padding: 0;
}

.datagrid table thead tr th {
  background-color: #f3f3f3;
  height: 45px;
  padding: 6px 14px 4px 5px !important;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #6b6b71;
}

.datagrid table thead tr th:last-child {
  border-right: 0;
}

.datagrid table thead tr th:hover {
  background-color: #ebebeb;
}

.datagrid table tbody tr {
  background-color: #fff !important;
}

.datagrid table tbody tr .text-right {
  text-align: left !important;
}

.datagrid table tbody tr td {
  padding: 12px 8px;
  vertical-align: middle;
  color: #7c7c86;
  font-size: 13px;
  border-top: 0;
  line-height: 18.6px;
}

.datagrid table tbody tr .col-action a {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 2.5rem;
}

.datagrid table tfoot tr:hover td {
  background: initial;
}

.datagrid .row-grid-bottom {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
}

.datagrid .row-grid-bottom .col-items, .datagrid .row-grid-bottom .col-pagination, .datagrid .row-grid-bottom .col-per-page {
  display: inline-block;
}

.datagrid .row-grid-bottom .col-items {
  flex: none;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 25%;
}

.datagrid .row-grid-bottom .col-pagination {
  flex: 1 1 0%;
  text-align: center;
}

.datagrid-table .datagrid-header th.datagrid .row-grid-bottom .col-pagination {
  text-align: center;
}

.datagrid .row-grid-bottom .col-pagination{
  width: 50%;
}

.datagrid .row-grid-bottom .col-pagination .btn, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-left, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-right, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .col-pagination .input-group-addon, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .row-grid-bottom .col-pagination .input-group-addon, .datagrid .row-grid-bottom .col-pagination table .date .input-group-addon, .datagrid table .date .row-grid-bottom .col-pagination .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-left, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-left, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-right, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-right, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-right{
  margin: 0.625rem;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.datagrid .row-grid-bottom .col-pagination .btn, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-left, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left,
    .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-right, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .col-pagination .input-group-addon, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .row-grid-bottom .col-pagination .input-group-addon, .datagrid .row-grid-bottom .col-pagination table .date .input-group-addon, .datagrid table .date .row-grid-bottom .col-pagination .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-left, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-left, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right,
    .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-right,
    .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-right, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-right{
  color: #444a53;
  min-width: 1.5em;
}

.datagrid .row-grid-bottom .col-pagination .btn.active, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .active.switch-left, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .active.switch-left, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .active.switch-right, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .active.switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .col-pagination .active.input-group-addon, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .date .active.input-group-addon, .datagrid .table-mcrai-style .date .row-grid-bottom .col-pagination .active.input-group-addon, .datagrid .row-grid-bottom .col-pagination table .date .active.input-group-addon, .datagrid table .date .row-grid-bottom .col-pagination .active.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .active.switch-left, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .active.switch-left, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .active.switch-left, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .active.switch-left, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .active.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .active.switch-right, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .active.switch-right, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .active.switch-right, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .active.switch-right, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .active.switch-right{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.datagrid .row-grid-bottom .col-pagination .btn:hover:not(.active), .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-left:hover:not(.active), .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left:hover:not(.active),
      .datagrid .row-grid-bottom .col-pagination .mc-switch > div .switch-right:hover:not(.active), .mc-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right:hover:not(.active), .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .col-pagination .input-group-addon:hover:not(.active), .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .date .input-group-addon:hover:not(.active), .datagrid .table-mcrai-style .date .row-grid-bottom .col-pagination .input-group-addon:hover:not(.active), .datagrid .row-grid-bottom .col-pagination table .date .input-group-addon:hover:not(.active), .datagrid table .date .row-grid-bottom .col-pagination .input-group-addon:hover:not(.active), .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-left:hover:not(.active), .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-left:hover:not(.active), .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-left:hover:not(.active), .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-left:hover:not(.active), .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-left:hover:not(.active), .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .switch-right:hover:not(.active),
      .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .switch-right:hover:not(.active), .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .switch-right:hover:not(.active),
      .datagrid .row-grid-bottom .col-pagination table .has-switch > div .switch-right:hover:not(.active), .datagrid table .has-switch > div .row-grid-bottom .col-pagination .switch-right:hover:not(.active) {
  background-color: #e3e3e5;
}

.datagrid .row-grid-bottom .col-pagination .btn.disabled, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .disabled.switch-left, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .disabled.switch-left, .datagrid .row-grid-bottom .col-pagination .mc-switch > div .disabled.switch-right, .mc-switch > div .datagrid .row-grid-bottom .col-pagination .disabled.switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .col-pagination .disabled.input-group-addon, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .date .disabled.input-group-addon, .datagrid .table-mcrai-style .date .row-grid-bottom .col-pagination .disabled.input-group-addon, .datagrid .row-grid-bottom .col-pagination table .date .disabled.input-group-addon, .datagrid table .date .row-grid-bottom .col-pagination .disabled.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .disabled.switch-left, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .disabled.switch-left, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .disabled.switch-left, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .disabled.switch-left, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .disabled.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .col-pagination .disabled.switch-right, .datagrid .row-grid-bottom .col-pagination .table-mcrai-style .has-switch > div .disabled.switch-right, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .col-pagination .disabled.switch-right, .datagrid .row-grid-bottom .col-pagination table .has-switch > div .disabled.switch-right, .datagrid table .has-switch > div .row-grid-bottom .col-pagination .disabled.switch-right{
  cursor: not-allowed;
  opacity: 0.5;
}

.datagrid .row-grid-bottom .col-per-page {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  width: 24%;
}

.datagrid .row-grid-bottom .col-per-page .reset-filter {
  order: 9999;
}

.datagrid .row-grid-bottom .col-per-page select {
  max-width: 85px;
  margin: 0 10px;
  height: 32px;
  padding: 6px 12px;
  border: 0;
  border-radius: 6px;
  background-color: #f0f0f1;
  color: #444a53;
  font-size: 13px;
  font-style: italic;
  cursor: pointer;
}

.datagrid .row-grid-bottom .col-per-page select:hover {
  background-color: #e3e3e5;
}

.datagrid .row-grid-bottom .col-per-page select:focus {
  outline: none;
  background-color: #e3e3e5;
  color: #444a53;
}

.datagrid .row-grid-bottom .col-per-page select option {
  background-color: #fff;
  color: #7c7c86;
  padding: 8px;
}

.datagrid .row-grid-bottom .col-per-page select option:hover {
  background-color: #f3f3f3;
}

.datagrid .row-grid-bottom .col-per-page select option:checked {
  background-color: #444a53;
  color: #fff;
}

.datagrid .row-grid-bottom .col-per-page .datagrid-per-page-submit {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ffffff;
  background-color: #303641;
  border-color: #252a32;
  transition: all 0.2s ease-in-out;
}

.datagrid .row-grid-bottom .col-per-page .datagrid-per-page-submit:hover {
  color: #ffffff;
  background-color: #1a1e24;
  border-color: #0b0d0f;
}

@media (max-width: 1200px) {
  .dataTables_wrapper, .datagrid {
    padding: 16px;
  }
}

@media (max-width: 992px) {
  .table-mcrai-style th, .datagrid table th, .table-mcrai-style td, .datagrid table td {
    font-size: 13px;
    padding: 8px 6px !important;
  }

  .table-mcrai-style .btn, .datagrid table .btn, .table-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .table-mcrai-style .switch-left, .datagrid table .mc-switch > div .switch-left, .mc-switch > div .datagrid table .switch-left,
  .table-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .table-mcrai-style .switch-right,
  .datagrid table .mc-switch > div .switch-right, .mc-switch > div .datagrid table .switch-right, .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .datagrid table .date .input-group-addon, .datagrid .dataTables_wrapper table .date .input-group-addon, .table-mcrai-style .datagrid table .date .input-group-addon, .datagrid table .date .table-mcrai-style .input-group-addon, .datagrid table .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .datagrid table .has-switch > div .switch-left, .datagrid .dataTables_wrapper table .has-switch > div .switch-left, .table-mcrai-style .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .table-mcrai-style .switch-left, .datagrid table .has-switch > div .switch-left,
  .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
  .datagrid .table-mcrai-style .has-switch > div .switch-right,
  .dataTables_wrapper .datagrid table .has-switch > div .switch-right, .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
  .table-mcrai-style .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .table-mcrai-style .switch-right,
  .datagrid table .has-switch > div .switch-right, .table-mcrai-style .button, .datagrid table .button {
    min-width: 40px;
    padding: 4px 8px;
  }
}

@media (max-width: 768px) {
  .dataTables_wrapper, .datagrid {
    padding: 12px;
    margin: 8px 0;
  }

  .table-mcrai-style th, .datagrid table th, .table-mcrai-style td, .datagrid table td {
    font-size: 12px;
    padding: 6px 4px !important;
  }

  .table-mcrai-style .btn, .datagrid table .btn, .table-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .table-mcrai-style .switch-left, .datagrid table .mc-switch > div .switch-left, .mc-switch > div .datagrid table .switch-left,
  .table-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .table-mcrai-style .switch-right,
  .datagrid table .mc-switch > div .switch-right, .mc-switch > div .datagrid table .switch-right, .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .datagrid table .date .input-group-addon, .datagrid .dataTables_wrapper table .date .input-group-addon, .table-mcrai-style .datagrid table .date .input-group-addon, .datagrid table .date .table-mcrai-style .input-group-addon, .datagrid table .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .datagrid table .has-switch > div .switch-left, .datagrid .dataTables_wrapper table .has-switch > div .switch-left, .table-mcrai-style .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .table-mcrai-style .switch-left, .datagrid table .has-switch > div .switch-left,
  .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
  .datagrid .table-mcrai-style .has-switch > div .switch-right,
  .dataTables_wrapper .datagrid table .has-switch > div .switch-right, .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
  .table-mcrai-style .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .table-mcrai-style .switch-right,
  .datagrid table .has-switch > div .switch-right, .table-mcrai-style .button, .datagrid table .button {
    min-width: 32px;
    padding: 3px 6px;
  }

  .table-mcrai-style .btn i, .datagrid table .btn i, .table-mcrai-style .mc-switch > div .switch-left i, .mc-switch > div .table-mcrai-style .switch-left i, .datagrid table .mc-switch > div .switch-left i, .mc-switch > div .datagrid table .switch-left i, .table-mcrai-style .mc-switch > div .switch-right i, .mc-switch > div .table-mcrai-style .switch-right i, .datagrid table .mc-switch > div .switch-right i, .mc-switch > div .datagrid table .switch-right i, .dataTables_wrapper .table-mcrai-style .date .input-group-addon i, .datagrid .table-mcrai-style .date .input-group-addon i, .dataTables_wrapper .datagrid table .date .input-group-addon i, .datagrid .dataTables_wrapper table .date .input-group-addon i, .table-mcrai-style .datagrid table .date .input-group-addon i, .datagrid table .date .table-mcrai-style .input-group-addon i, .datagrid table .date .input-group-addon i, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left i, .datagrid .table-mcrai-style .has-switch > div .switch-left i, .dataTables_wrapper .datagrid table .has-switch > div .switch-left i, .datagrid .dataTables_wrapper table .has-switch > div .switch-left i, .table-mcrai-style .datagrid table .has-switch > div .switch-left i, .datagrid table .has-switch > div .table-mcrai-style .switch-left i, .datagrid table .has-switch > div .switch-left i, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right i, .datagrid .table-mcrai-style .has-switch > div .switch-right i, .dataTables_wrapper .datagrid table .has-switch > div .switch-right i, .datagrid .dataTables_wrapper table .has-switch > div .switch-right i, .table-mcrai-style .datagrid table .has-switch > div .switch-right i, .datagrid table .has-switch > div .table-mcrai-style .switch-right i, .datagrid table .has-switch > div .switch-right i, .table-mcrai-style .button i, .datagrid table .button i {
    font-size: 16px;
    margin: 0;
  }

  .datagrid .row-grid-bottom {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .datagrid .row-grid-bottom .col-items, .datagrid .row-grid-bottom .col-pagination, .datagrid .row-grid-bottom .col-per-page {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .dataTables_wrapper, .datagrid {
    padding: 8px;
    border-radius: 8px;
  }

  .table-mcrai-style th, .datagrid table th, .table-mcrai-style td, .datagrid table td {
    font-size: 11px;
    padding: 4px 2px !important;
  }

  .table-mcrai-style .btn, .datagrid table .btn, .table-mcrai-style .mc-switch > div .switch-left, .mc-switch > div .table-mcrai-style .switch-left, .datagrid table .mc-switch > div .switch-left, .mc-switch > div .datagrid table .switch-left,
  .table-mcrai-style .mc-switch > div .switch-right, .mc-switch > div .table-mcrai-style .switch-right,
  .datagrid table .mc-switch > div .switch-right, .mc-switch > div .datagrid table .switch-right, .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .datagrid table .date .input-group-addon, .datagrid .dataTables_wrapper table .date .input-group-addon, .table-mcrai-style .datagrid table .date .input-group-addon, .datagrid table .date .table-mcrai-style .input-group-addon, .datagrid table .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .datagrid table .has-switch > div .switch-left, .datagrid .dataTables_wrapper table .has-switch > div .switch-left, .table-mcrai-style .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .table-mcrai-style .switch-left, .datagrid table .has-switch > div .switch-left,
  .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
  .datagrid .table-mcrai-style .has-switch > div .switch-right,
  .dataTables_wrapper .datagrid table .has-switch > div .switch-right, .datagrid .dataTables_wrapper table .has-switch > div .switch-right,
  .table-mcrai-style .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .table-mcrai-style .switch-right,
  .datagrid table .has-switch > div .switch-right, .table-mcrai-style .button, .datagrid table .button {
    min-width: 28px;
    padding: 2px 4px;
  }

  .table-mcrai-style .btn i, .datagrid table .btn i, .table-mcrai-style .mc-switch > div .switch-left i, .mc-switch > div .table-mcrai-style .switch-left i, .datagrid table .mc-switch > div .switch-left i, .mc-switch > div .datagrid table .switch-left i, .table-mcrai-style .mc-switch > div .switch-right i, .mc-switch > div .table-mcrai-style .switch-right i, .datagrid table .mc-switch > div .switch-right i, .mc-switch > div .datagrid table .switch-right i, .dataTables_wrapper .table-mcrai-style .date .input-group-addon i, .datagrid .table-mcrai-style .date .input-group-addon i, .dataTables_wrapper .datagrid table .date .input-group-addon i, .datagrid .dataTables_wrapper table .date .input-group-addon i, .table-mcrai-style .datagrid table .date .input-group-addon i, .datagrid table .date .table-mcrai-style .input-group-addon i, .datagrid table .date .input-group-addon i, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left i, .datagrid .table-mcrai-style .has-switch > div .switch-left i, .dataTables_wrapper .datagrid table .has-switch > div .switch-left i, .datagrid .dataTables_wrapper table .has-switch > div .switch-left i, .table-mcrai-style .datagrid table .has-switch > div .switch-left i, .datagrid table .has-switch > div .table-mcrai-style .switch-left i, .datagrid table .has-switch > div .switch-left i, .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right i, .datagrid .table-mcrai-style .has-switch > div .switch-right i, .dataTables_wrapper .datagrid table .has-switch > div .switch-right i, .datagrid .dataTables_wrapper table .has-switch > div .switch-right i, .table-mcrai-style .datagrid table .has-switch > div .switch-right i, .datagrid table .has-switch > div .table-mcrai-style .switch-right i, .datagrid table .has-switch > div .switch-right i, .table-mcrai-style .button i, .datagrid table .button i {
    font-size: 14px;
  }
}

.aside-box {
  margin: 16px 0 16px 16px;
  padding: 28px 32px;
  width: 100%;
  max-width: 312px;
  border-radius: 12px;
  background: #fff;
}

.aside-box.dark {
  color: #fff;
}

.aside-box.dark .image,
    .aside-box.dark .item,
    .aside-box.dark .item:last-child {
  border-color: #585869;
}

.aside-box .title {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 15px;
  color: #bcbcbd;
}

.aside-box .item {
  display: flex;
  border-top: 1px solid #f1f1f5;
}

.aside-box .item:last-child {
  border-bottom: 1px solid #f1f1f5;
}

.aside-box .image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  border-right: 1px solid #f1f1f5;
  font-size: 27px;
  color: #56ce8f;
}

.aside-box .content {
  padding: 12px 13px;
  min-height: 65px;
}

.aside-box .ablabel {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #bcbcbd;
}

.aside-box .value {
  display: block;
  margin-top: -2px;
}

.breadcrumbs {
  float: left;
  margin: 1em 0 0.5em 0;
  font-size: 1.1em;
}

.breadcrumbs .bc_last {
  font-weight: bold;
}

.has-switch > div span {
  width: auto;
  min-width: 60px;
}

.datagrid-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
  background: #FFFFFF;
}

.datagrid,
.datagrid-body,
.datagrid-table,
.datagrid-table td,
.checklist-grid-wrapper {
  overflow: visible !important;
}

.datagrid .panel-body,
  .datagrid-body .panel-body,
  .datagrid-table .panel-body,
  .datagrid-table td .panel-body,
  .checklist-grid-wrapper .panel-body {
  overflow: visible !important;
}

.datagrid-table .datagrid-header th {
  background-color: #FFFFFF;
  padding: 15px 20px;
  font-weight: 500;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #6C6C73;
}

.datagrid-table .datagrid-header th a {
  color: #6C6C73;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.datagrid-table .datagrid-header th a i {
  font-size: 14px;
}

.datagrid-table .datagrid-header th a i.fa-sort {
  opacity: 0.6;
}

.datagrid-table .datagrid-header th a i.fa-caret-down, .datagrid-table .datagrid-header th a i.fa-caret-up {
  color: #56CE8F;
}

.datagrid-table .datagrid-header th a.sort {
  font-weight: 600;
}

.datagrid-table .datagrid-header th.text-center {
  text-align: center;
}

.datagrid-table .datagrid-header th.text-right {
  text-align: right;
}

.datagrid-table .datagrid-header th.text-left {
  text-align: left;
}

.datagrid-table .datagrid-header .row-group-actions {
  background-color: #FFFFFF;
}

.datagrid-table .datagrid-header .row-group-actions th {
  padding-bottom: 5px;
}

.datagrid-table .datagrid-header .row-group-actions th.form-inline {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.datagrid-table .datagrid-header tr:last-child th {
  padding: 10px 20px;
  background-color: #FFFFFF;
}

.datagrid-table .datagrid-header tr:last-child th .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
}

.datagrid-table .datagrid-header tr:last-child th .form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
}

.datagrid-table .datagrid-header tr:last-child th select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='%236C6C73'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding-right: 30px;
}

.datagrid-table .datagrid-header .datagrid-column-header-additions {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.datagrid-body td {
  padding: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  color: #747C8A;
  line-height: 20px;
  vertical-align: middle;
}

.datagrid-body tr:hover {
  background-color: #f9fafb;
}

.datagrid-body tr:last-child td {
  border-bottom: none;
}

.datagrid-body td:first-child {
  font-weight: 600;
}

.datagrid-body td:nth-child(6), .datagrid-body td:last-child {
  text-align: center;
}

.datagrid-actions-header {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.datagrid .toolbar-btn-export,
.checklist-grid-wrapper .toolbar-btn-export {
  background-color: #C5C5CB;
  border: none;
  color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  width: 39px;
  height: 39px;
}

.datagrid .toolbar-btn-export:hover, .datagrid .toolbar-btn-export:focus,
  .checklist-grid-wrapper .toolbar-btn-export:hover,
  .checklist-grid-wrapper .toolbar-btn-export:focus {
  background-color: #b8b8bf;
}

.datagrid .toolbar-btn-export i,
  .checklist-grid-wrapper .toolbar-btn-export i {
  color: #FFFFFF;
}

.datagrid .toolbar-btn-add,
.checklist-grid-wrapper .toolbar-btn-add {
  background-color: #56CE8F;
  border: none;
  color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  width: 39px;
  height: 39px;
  font-weight: 600;
  font-size: 24px;
}

.datagrid .toolbar-btn-add:hover, .datagrid .toolbar-btn-add:focus,
  .checklist-grid-wrapper .toolbar-btn-add:hover,
  .checklist-grid-wrapper .toolbar-btn-add:focus {
  background-color: #42c882;
}

.datagrid .toolbar-btn-add i,
  .checklist-grid-wrapper .toolbar-btn-add i {
  color: #FFFFFF;
}

.datagrid .datagrid-paging,
.checklist-grid-wrapper .datagrid-paging {
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  padding: 10px 20px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F3F3F3;
}

.datagrid .items-per-page-container,
.checklist-grid-wrapper .items-per-page-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}

.datagrid .items-per-page-container .btn-group,
  .checklist-grid-wrapper .items-per-page-container .btn-group {
  display: flex;
}

.datagrid .items-per-page-container .btn, .datagrid .items-per-page-container .mc-switch > div .switch-left, .mc-switch > div .datagrid .items-per-page-container .switch-left,
  .datagrid .items-per-page-container .mc-switch > div .switch-right, .mc-switch > div .datagrid .items-per-page-container .switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .items-per-page-container .input-group-addon, .datagrid .items-per-page-container .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .items-per-page-container .input-group-addon, .datagrid .items-per-page-container table .date .input-group-addon, .datagrid table .date .items-per-page-container .input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-left, .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-left, .datagrid .items-per-page-container table .has-switch > div .switch-left, .datagrid table .has-switch > div .items-per-page-container .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-right,
  .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-right,
  .datagrid .items-per-page-container table .has-switch > div .switch-right, .datagrid table .has-switch > div .items-per-page-container .switch-right,
  .checklist-grid-wrapper .items-per-page-container .btn,
  .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-left,
  .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left,
  .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-right,
  .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right,
  .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon,
  .dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon,
  .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .date .input-group-addon,
  .datagrid .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon,
  .checklist-grid-wrapper .items-per-page-container .datagrid table .date .input-group-addon,
  .datagrid table .date .checklist-grid-wrapper .items-per-page-container .input-group-addon,
  .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left,
  .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left,
  .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-left,
  .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left,
  .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-left,
  .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left,
  .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right,
  .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right,
  .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-right,
  .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right,
  .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-right,
  .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right {
  padding: 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #6C6C73;
  font-size: 12px;
  transition: all 0.2s ease;
}

.datagrid .items-per-page-container .btn:first-child, .datagrid .items-per-page-container .mc-switch > div .switch-left:first-child, .mc-switch > div .datagrid .items-per-page-container .switch-left:first-child,
    .datagrid .items-per-page-container .mc-switch > div .switch-right:first-child, .mc-switch > div .datagrid .items-per-page-container .switch-right:first-child, .dataTables_wrapper .table-mcrai-style .date .datagrid .items-per-page-container .input-group-addon:first-child, .datagrid .items-per-page-container .table-mcrai-style .date .input-group-addon:first-child, .datagrid .table-mcrai-style .date .items-per-page-container .input-group-addon:first-child, .datagrid .items-per-page-container table .date .input-group-addon:first-child, .datagrid table .date .items-per-page-container .input-group-addon:first-child, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-left:first-child, .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-left:first-child, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-left:first-child, .datagrid .items-per-page-container table .has-switch > div .switch-left:first-child, .datagrid table .has-switch > div .items-per-page-container .switch-left:first-child, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-right:first-child,
    .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-right:first-child, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-right:first-child,
    .datagrid .items-per-page-container table .has-switch > div .switch-right:first-child, .datagrid table .has-switch > div .items-per-page-container .switch-right:first-child,
    .checklist-grid-wrapper .items-per-page-container .btn:first-child,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-left:first-child,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:first-child,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-right:first-child,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:first-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon:first-child,
    .dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .date .input-group-addon:first-child,
    .datagrid .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .date .input-group-addon:first-child,
    .datagrid table .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:first-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left:first-child,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-left:first-child,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-left:first-child,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:first-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right:first-child,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-right:first-child,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:first-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-right:first-child,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.datagrid .items-per-page-container .btn:last-child, .datagrid .items-per-page-container .mc-switch > div .switch-left:last-child, .mc-switch > div .datagrid .items-per-page-container .switch-left:last-child,
    .datagrid .items-per-page-container .mc-switch > div .switch-right:last-child, .mc-switch > div .datagrid .items-per-page-container .switch-right:last-child, .dataTables_wrapper .table-mcrai-style .date .datagrid .items-per-page-container .input-group-addon:last-child, .datagrid .items-per-page-container .table-mcrai-style .date .input-group-addon:last-child, .datagrid .table-mcrai-style .date .items-per-page-container .input-group-addon:last-child, .datagrid .items-per-page-container table .date .input-group-addon:last-child, .datagrid table .date .items-per-page-container .input-group-addon:last-child, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-left:last-child, .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-left:last-child, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-left:last-child, .datagrid .items-per-page-container table .has-switch > div .switch-left:last-child, .datagrid table .has-switch > div .items-per-page-container .switch-left:last-child, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-right:last-child,
    .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-right:last-child, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-right:last-child,
    .datagrid .items-per-page-container table .has-switch > div .switch-right:last-child, .datagrid table .has-switch > div .items-per-page-container .switch-right:last-child,
    .checklist-grid-wrapper .items-per-page-container .btn:last-child,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-left:last-child,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:last-child,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-right:last-child,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:last-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon:last-child,
    .dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .date .input-group-addon:last-child,
    .datagrid .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .date .input-group-addon:last-child,
    .datagrid table .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:last-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left:last-child,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-left:last-child,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-left:last-child,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:last-child,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right:last-child,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-right:last-child,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:last-child,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-right:last-child,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.datagrid .items-per-page-container .btn.active, .datagrid .items-per-page-container .mc-switch > div .active.switch-left, .mc-switch > div .datagrid .items-per-page-container .active.switch-left,
    .datagrid .items-per-page-container .mc-switch > div .active.switch-right, .mc-switch > div .datagrid .items-per-page-container .active.switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .items-per-page-container .active.input-group-addon, .datagrid .items-per-page-container .table-mcrai-style .date .active.input-group-addon, .datagrid .table-mcrai-style .date .items-per-page-container .active.input-group-addon, .datagrid .items-per-page-container table .date .active.input-group-addon, .datagrid table .date .items-per-page-container .active.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .active.switch-left, .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .active.switch-left, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .active.switch-left, .datagrid .items-per-page-container table .has-switch > div .active.switch-left, .datagrid table .has-switch > div .items-per-page-container .active.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .active.switch-right,
    .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .active.switch-right, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .active.switch-right,
    .datagrid .items-per-page-container table .has-switch > div .active.switch-right, .datagrid table .has-switch > div .items-per-page-container .active.switch-right,
    .checklist-grid-wrapper .items-per-page-container .btn.active,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .active.switch-left,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-left,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .active.switch-right,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-right,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .active.input-group-addon,
    .dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .active.input-group-addon,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .date .active.input-group-addon,
    .datagrid .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .active.input-group-addon,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .date .active.input-group-addon,
    .datagrid table .date .checklist-grid-wrapper .items-per-page-container .active.input-group-addon,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .active.switch-left,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-left,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .active.switch-left,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-left,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .active.switch-left,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-left,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .active.switch-right,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-right,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .active.switch-right,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-right,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .active.switch-right,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .active.switch-right {
  background-color: #C5C5CB;
  color: #FFFFFF;
  border-color: #C5C5CB;
}

.datagrid .items-per-page-container .btn:hover, .datagrid .items-per-page-container .mc-switch > div .switch-left:hover, .mc-switch > div .datagrid .items-per-page-container .switch-left:hover,
    .datagrid .items-per-page-container .mc-switch > div .switch-right:hover, .mc-switch > div .datagrid .items-per-page-container .switch-right:hover, .dataTables_wrapper .table-mcrai-style .date .datagrid .items-per-page-container .input-group-addon:hover, .datagrid .items-per-page-container .table-mcrai-style .date .input-group-addon:hover, .datagrid .table-mcrai-style .date .items-per-page-container .input-group-addon:hover, .datagrid .items-per-page-container table .date .input-group-addon:hover, .datagrid table .date .items-per-page-container .input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-left:hover, .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-left:hover, .datagrid .items-per-page-container table .has-switch > div .switch-left:hover, .datagrid table .has-switch > div .items-per-page-container .switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .items-per-page-container .switch-right:hover,
    .datagrid .items-per-page-container .table-mcrai-style .has-switch > div .switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .items-per-page-container .switch-right:hover,
    .datagrid .items-per-page-container table .has-switch > div .switch-right:hover, .datagrid table .has-switch > div .items-per-page-container .switch-right:hover,
    .checklist-grid-wrapper .items-per-page-container .btn:hover,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-left:hover,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:hover,
    .checklist-grid-wrapper .items-per-page-container .mc-switch > div .switch-right:hover,
    .mc-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:hover,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon:hover,
    .dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .date .input-group-addon:hover,
    .datagrid .table-mcrai-style .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .date .input-group-addon:hover,
    .datagrid table .date .checklist-grid-wrapper .items-per-page-container .input-group-addon:hover,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left:hover,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-left:hover,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-left:hover,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-left:hover,
    .checklist-grid-wrapper .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right:hover,
    .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-right:hover,
    .datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:hover,
    .checklist-grid-wrapper .items-per-page-container .datagrid table .has-switch > div .switch-right:hover,
    .datagrid table .has-switch > div .checklist-grid-wrapper .items-per-page-container .switch-right:hover {
  background-color: #E5E5E5;
}

.datagrid .per-page-label,
.checklist-grid-wrapper .per-page-label {
  margin-right: 10px;
  color: #6C6C73;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
}

.datagrid .datagrid-info,
.checklist-grid-wrapper .datagrid-info {
  color: #6C6C73;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  padding: 0;
  margin: 0;
}

.datagrid .datagrid .pagination,
.datagrid .checklist-grid-wrapper .pagination,
.checklist-grid-wrapper .datagrid .pagination,
.checklist-grid-wrapper .checklist-grid-wrapper .pagination {
  display: flex;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  justify-content: center;
}

.datagrid .datagrid .pagination li,
  .datagrid .checklist-grid-wrapper .pagination li,
  .checklist-grid-wrapper .datagrid .pagination li,
  .checklist-grid-wrapper .checklist-grid-wrapper .pagination li {
  margin: 0 3px;
  list-style-type: none;
}

.datagrid .datagrid .pagination li.active a,
    .datagrid .checklist-grid-wrapper .pagination li.active a,
    .checklist-grid-wrapper .datagrid .pagination li.active a,
    .checklist-grid-wrapper .checklist-grid-wrapper .pagination li.active a {
  background-color: #56CE8F;
  color: white;
}

.datagrid .datagrid .pagination li.disabled a,
    .datagrid .checklist-grid-wrapper .pagination li.disabled a,
    .checklist-grid-wrapper .datagrid .pagination li.disabled a,
    .checklist-grid-wrapper .checklist-grid-wrapper .pagination li.disabled a {
  background-color: #F3F3F3;
  color: #C5C5CB;
  cursor: not-allowed;
}

.datagrid .datagrid .pagination li a,
    .datagrid .checklist-grid-wrapper .pagination li a,
    .checklist-grid-wrapper .datagrid .pagination li a,
    .checklist-grid-wrapper .checklist-grid-wrapper .pagination li a {
  border-radius: 8px;
  padding: 6px 12px;
  color: #6C6C73;
  background-color: #F3F3F3;
  border: none;
  text-decoration: none;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.2s ease;
}

.datagrid .datagrid .pagination li a:hover,
      .datagrid .checklist-grid-wrapper .pagination li a:hover,
      .checklist-grid-wrapper .datagrid .pagination li a:hover,
      .checklist-grid-wrapper .checklist-grid-wrapper .pagination li a:hover {
  background-color: #E5E5E5;
}

.datagrid .pagination-buttons,
.checklist-grid-wrapper .pagination-buttons {
  display: flex;
  justify-content: center;
}

.datagrid .status-badge,
.checklist-grid-wrapper .status-badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  height: 26px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  min-width: 73px;
  box-sizing: border-box;
}

.datagrid .badge-pripravovany,
.checklist-grid-wrapper .badge-pripravovany {
  background-color: #F1E367;
  color: #FFFFFF;
}

.datagrid .badge-aktivni,
.checklist-grid-wrapper .badge-aktivni {
  background-color: #56CE8F;
  color: #FFFFFF;
}

.datagrid .badge-zruseny,
.checklist-grid-wrapper .badge-zruseny {
  background-color: #6C6C73;
  color: #FFFFFF;
}

.datagrid .badge-default,
.checklist-grid-wrapper .badge-default {
  background-color: #C5C5CB;
  color: #FFFFFF;
}

.datagrid .actions-dropdown,
.checklist-grid-wrapper .actions-dropdown {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.datagrid .actions-dropdown .dropdown-toggle,
  .checklist-grid-wrapper .actions-dropdown .dropdown-toggle {
  background-color: #C5C5CB;
  border: none;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.datagrid .actions-dropdown .fa-ellipsis-v,
  .checklist-grid-wrapper .actions-dropdown .fa-ellipsis-v {
  font-size: 14px;
  line-height: 1;
}

.datagrid .actions-dropdown .dropdown-menu,
  .checklist-grid-wrapper .actions-dropdown .dropdown-menu {
  min-width: 122px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  font-family: 'Titillium Web', sans-serif;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  background-color: #C5C5CB;
  z-index: 9999;
  position: fixed !important;
  display: none;
}

.datagrid .actions-dropdown .dropdown-menu.show,
    .checklist-grid-wrapper .actions-dropdown .dropdown-menu.show {
  display: block !important;
}

.datagrid .actions-dropdown .dropdown-item,
  .checklist-grid-wrapper .actions-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 15px;
  clear: both;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  background: none;
  border: 0;
  color: white;
  text-decoration: none;
}

.datagrid .actions-dropdown .dropdown-item:hover,
    .checklist-grid-wrapper .actions-dropdown .dropdown-item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.datagrid .actions-dropdown .dropdown-item i,
    .checklist-grid-wrapper .actions-dropdown .dropdown-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.datagrid .actions-dropdown .text-danger,
  .checklist-grid-wrapper .actions-dropdown .text-danger {
  color: #dc3545 !important;
}

.datagrid .actions-dropdown .btn-default:hover, .datagrid .actions-dropdown .btn-default:focus,
  .checklist-grid-wrapper .actions-dropdown .btn-default:hover,
  .checklist-grid-wrapper .actions-dropdown .btn-default:focus {
  color: white !important;
}

.datagrid .action-buttons,
.checklist-grid-wrapper .action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.datagrid .col-action,
.checklist-grid-wrapper .col-action {
  text-align: center;
  white-space: nowrap;
}

.datagrid .col-checkbox,
.checklist-grid-wrapper .col-checkbox {
  text-align: center;
  width: 40px;
}

.datagrid .datagrid .btn-xs,
.datagrid .checklist-grid-wrapper .btn-xs,
.checklist-grid-wrapper .datagrid .btn-xs,
.checklist-grid-wrapper .checklist-grid-wrapper .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.datagrid .datagrid .row-filters,
.datagrid .checklist-grid-wrapper .row-filters,
.checklist-grid-wrapper .datagrid .row-filters,
.checklist-grid-wrapper .checklist-grid-wrapper .row-filters {
  margin-bottom: 10px;
}

.datagrid .datagrid .collapse,
.datagrid .checklist-grid-wrapper .collapse,
.checklist-grid-wrapper .datagrid .collapse,
.checklist-grid-wrapper .checklist-grid-wrapper .collapse {
  display: none;
}

.datagrid .datagrid .collapse.in,
  .datagrid .checklist-grid-wrapper .collapse.in,
  .checklist-grid-wrapper .datagrid .collapse.in,
  .checklist-grid-wrapper .checklist-grid-wrapper .collapse.in {
  display: block;
}

.datagrid .datagrid .hidden,
.datagrid .checklist-grid-wrapper .hidden,
.checklist-grid-wrapper .datagrid .hidden,
.checklist-grid-wrapper .checklist-grid-wrapper .hidden {
  display: none !important;
}

.datagrid .datagrid-row-filters-active .alert,
.checklist-grid-wrapper .datagrid-row-filters-active .alert {
  border-radius: 5px;
  margin: 15px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.datagrid .row-item-detail,
.checklist-grid-wrapper .row-item-detail {
  background: #f9fafb;
}

.datagrid .row-item-detail .item-detail-content,
  .checklist-grid-wrapper .row-item-detail .item-detail-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.datagrid .row-item-detail-helper,
.checklist-grid-wrapper .row-item-detail-helper {
  height: 10px;
}

.datagrid .datagrid-manual-submit,
.checklist-grid-wrapper .datagrid-manual-submit {
  text-align: right;
  margin-top: 10px;
}

.datagrid .handle-sort,
.checklist-grid-wrapper .handle-sort {
  cursor: move;
  margin-left: 5px;
}

.datagrid .dropdown-menu--grid,
.checklist-grid-wrapper .dropdown-menu--grid {
  min-width: 180px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.datagrid .datagrid-selected-rows-count,
.checklist-grid-wrapper .datagrid-selected-rows-count {
  font-weight: bold;
  margin-left: 10px;
}

.datagrid .datagrid-per-page-submit,
.checklist-grid-wrapper .datagrid-per-page-submit {
  margin-left: 10px;
}

.datagrid .datagrid-collapse-filters-button-row,
.checklist-grid-wrapper .datagrid-collapse-filters-button-row {
  margin-bottom: 10px;
}

.datagrid .datagrid .panel-default,
.datagrid .checklist-grid-wrapper .panel-default,
.checklist-grid-wrapper .datagrid .panel-default,
.checklist-grid-wrapper .checklist-grid-wrapper .panel-default {
  border-radius: 15px;
  border: none;
  overflow: visible !important;
  background: #FFFFFF;
}

.datagrid .datagrid .panel-heading,
.datagrid .checklist-grid-wrapper .panel-heading,
.checklist-grid-wrapper .datagrid .panel-heading,
.checklist-grid-wrapper .checklist-grid-wrapper .panel-heading {
  background-color: #FFFFFF;
  border-bottom: none;
  padding: 20px;
}

.datagrid .datagrid .panel-title,
.datagrid .checklist-grid-wrapper .panel-title,
.checklist-grid-wrapper .datagrid .panel-title,
.checklist-grid-wrapper .checklist-grid-wrapper .panel-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}

.datagrid .datagrid .panel-body,
.datagrid .checklist-grid-wrapper .panel-body,
.checklist-grid-wrapper .datagrid .panel-body,
.checklist-grid-wrapper .checklist-grid-wrapper .panel-body {
  padding: 0;
  overflow: visible !important;
}

.datagrid .datagrid-empty-content,
.checklist-grid-wrapper .datagrid-empty-content {
  text-align: center;
  padding: 40px 20px;
  font-family: 'Titillium Web', sans-serif;
}

.datagrid .datagrid-empty-icon,
.checklist-grid-wrapper .datagrid-empty-icon {
  margin-bottom: 15px;
  color: #C5C5CB;
}

.datagrid .datagrid-empty-title,
.checklist-grid-wrapper .datagrid-empty-title {
  font-weight: 500;
  color: #6C6C73;
  margin-bottom: 15px;
}

.datagrid .datagrid-inline-edit,
.checklist-grid-wrapper .datagrid-inline-edit {
  background: #f8f9fa;
}

.datagrid .datagrid-row-inline-add,
.checklist-grid-wrapper .datagrid-row-inline-add {
  background: #f3f3f3;
}

.datagrid .datagrid-row-inline-add-hidden,
  .checklist-grid-wrapper .datagrid-row-inline-add-hidden {
  display: none;
}

.datagrid .datagrid-row-columns-summary,
.checklist-grid-wrapper .datagrid-row-columns-summary {
  background: #f8f9fa;
  font-weight: 600;
}

.datagrid .row-grid-bottom .btn-default, .datagrid .row-grid-bottom select,
.checklist-grid-wrapper .row-grid-bottom .btn-default,
.checklist-grid-wrapper .row-grid-bottom select {
  background-color: #F3F3F3 !important;
}

.datagrid .row-grid-bottom .datagrid-per-page-submit, .datagrid .row-grid-bottom .btn.active, .datagrid .row-grid-bottom .mc-switch > div .active.switch-left, .mc-switch > div .datagrid .row-grid-bottom .active.switch-left,
.datagrid .row-grid-bottom .mc-switch > div .active.switch-right, .mc-switch > div .datagrid .row-grid-bottom .active.switch-right, .dataTables_wrapper .table-mcrai-style .date .datagrid .row-grid-bottom .active.input-group-addon, .datagrid .row-grid-bottom .table-mcrai-style .date .active.input-group-addon, .datagrid .table-mcrai-style .date .row-grid-bottom .active.input-group-addon, .datagrid .row-grid-bottom table .date .active.input-group-addon, .datagrid table .date .row-grid-bottom .active.input-group-addon, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .active.switch-left, .datagrid .row-grid-bottom .table-mcrai-style .has-switch > div .active.switch-left, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .active.switch-left, .datagrid .row-grid-bottom table .has-switch > div .active.switch-left, .datagrid table .has-switch > div .row-grid-bottom .active.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .datagrid .row-grid-bottom .active.switch-right,
.datagrid .row-grid-bottom .table-mcrai-style .has-switch > div .active.switch-right, .datagrid .table-mcrai-style .has-switch > div .row-grid-bottom .active.switch-right,
.datagrid .row-grid-bottom table .has-switch > div .active.switch-right, .datagrid table .has-switch > div .row-grid-bottom .active.switch-right,
.checklist-grid-wrapper .row-grid-bottom .datagrid-per-page-submit,
.checklist-grid-wrapper .row-grid-bottom .btn.active,
.checklist-grid-wrapper .row-grid-bottom .mc-switch > div .active.switch-left,
.mc-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-left,
.checklist-grid-wrapper .row-grid-bottom .mc-switch > div .active.switch-right,
.mc-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-right,
.checklist-grid-wrapper .row-grid-bottom .dataTables_wrapper .table-mcrai-style .date .active.input-group-addon,
.dataTables_wrapper .table-mcrai-style .date .checklist-grid-wrapper .row-grid-bottom .active.input-group-addon,
.checklist-grid-wrapper .row-grid-bottom .datagrid .table-mcrai-style .date .active.input-group-addon,
.datagrid .table-mcrai-style .date .checklist-grid-wrapper .row-grid-bottom .active.input-group-addon,
.checklist-grid-wrapper .row-grid-bottom .datagrid table .date .active.input-group-addon,
.datagrid table .date .checklist-grid-wrapper .row-grid-bottom .active.input-group-addon,
.checklist-grid-wrapper .row-grid-bottom .dataTables_wrapper .table-mcrai-style .has-switch > div .active.switch-left,
.dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-left,
.checklist-grid-wrapper .row-grid-bottom .datagrid .table-mcrai-style .has-switch > div .active.switch-left,
.datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-left,
.checklist-grid-wrapper .row-grid-bottom .datagrid table .has-switch > div .active.switch-left,
.datagrid table .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-left,
.checklist-grid-wrapper .row-grid-bottom .dataTables_wrapper .table-mcrai-style .has-switch > div .active.switch-right,
.dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-right,
.checklist-grid-wrapper .row-grid-bottom .datagrid .table-mcrai-style .has-switch > div .active.switch-right,
.datagrid .table-mcrai-style .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-right,
.checklist-grid-wrapper .row-grid-bottom .datagrid table .has-switch > div .active.switch-right,
.datagrid table .has-switch > div .checklist-grid-wrapper .row-grid-bottom .active.switch-right {
  background-color: #3B3B4E !important;
}

.datagrid .datagrid .datagrid-table.table-bordered,
.checklist-grid-wrapper .datagrid .datagrid-table.table-bordered {
  border: 0;
}

.datagrid .datagrid .datagrid-table.table-bordered > tbody.datagrid-body > tr > td,
  .checklist-grid-wrapper .datagrid .datagrid-table.table-bordered > tbody.datagrid-body > tr > td {
  border: 0;
  border-bottom: 1px solid #F3F3F3 !important;
}

.datagrid .datagrid .datagrid-table.table-bordered > tbody.datagrid-body > tr:last-child > td,
  .checklist-grid-wrapper .datagrid .datagrid-table.table-bordered > tbody.datagrid-body > tr:last-child > td {
  border-bottom: 0 !important;
}

.datagrid .actions-dropdown-toggle,
.checklist-grid-wrapper .actions-dropdown-toggle {
  background-color: #C5C5CB;
  color: #FFFFFF;
}

.checklist-admin__preview .form-group {
  margin-bottom: 15px;
}

.checklist-admin__preview .btn-group {
  margin-bottom: 10px;
}

.checklist-admin__preview .preview-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 15px 0;
  color: #333;
}

.checklist-admin__preview .preview-subheading {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px 0;
  color: #555;
}

.checklist-admin__preview .preview-separator {
  margin: 20px 0;
  border-color: #ddd;
}

.checklist-admin__fill .form-group {
  margin-bottom: 20px;
}

.checklist-admin__fill .panel {
  margin-bottom: 25px;
}

.checklist-admin__fill .panel .panel-body {
  padding: 20px;
}

.checklist-admin__fill .checklist-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 15px 0;
  color: #333;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.checklist-admin__fill .checklist-subheading {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  color: #555;
}

.checklist-admin__fill .checklist-separator {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.checklist-admin__fill .radio {
  margin-bottom: 8px;
}

.checklist-admin__fill .radio label {
  font-weight: normal;
  cursor: pointer;
}

.checklist-admin__fill .radio label:hover {
  color: #337ab7;
}

.checklist-admin__fill .radio input[type="radio"] {
  margin-right: 8px;
}

.checklist-admin__fill textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.checklist-admin__fill .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.checklist-admin__fill .alert-info strong {
  color: #2d6ca2;
}

.checklist-admin__fill input[readonly],
.checklist-admin__fill textarea[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

.checklist-admin__fill input[type="radio"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.checklist-admin__fill input[type="radio"]:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.checklist-admin__mt-2 {
  margin-top: 10px;
}

.checklist-admin__mb-3 {
  margin-bottom: 15px;
}

.checklist-grid-container .checklist-grid-wrapper {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: visible !important;
}

.checklist-grid-container .datagrid {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.checklist-grid-container .datagrid-body tr td {
  vertical-align: middle;
  border-bottom: 1px solid #F3F3F3;
}

.checklist-grid-container .panel-default .datagrid-table {
  margin-bottom: 0;
  border-radius: 0;
}

.checklist-grid-container .checklist-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.checklist-grid-container .checklist-actions button {
  background: #C5C5CB;
  color: #FFFFFF !important;
  width: 28px;
  height: 28px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
}

.checklist-grid-container .checklist-actions button:hover, .checklist-grid-container .checklist-actions button:active, .checklist-grid-container .checklist-actions button:focus, .checklist-grid-container .checklist-actions button.active {
  background: #C5C5CB;
  outline: none;
  box-shadow: none;
  border: none;
}

.checklist-grid-container .actions-dropdown {
  position: relative !important;
}

.checklist-grid-container .actions-dropdown .dropdown-toggle {
  margin: 0 auto;
}

.checklist-grid-container .actions-dropdown-menu {
  position: absolute;
  display: none;
  background-color: #C5C5CB;
  width: 135px;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 28px 0 12px 0;
  top: 0;
}

.checklist-grid-container .actions-dropdown-menu.show {
  display: block;
}

.checklist-grid-container .actions-dropdown-item {
  padding: 10px 15px;
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
}

.checklist-grid-container .actions-dropdown-item i {
  margin-right: 12px;
  color: #FFFFFF;
  width: 14px;
  text-align: center;
  font-size: 14px;
}

.checklist-grid-container .actions-dropdown-item:hover {
  background-color: #B0B5BC;
  color: #FFFFFF;
  text-decoration: none;
}

.checklist-grid-container .actions-dropdown-item + .checklist-grid-container .actions-dropdown-item {
  margin-top: 0;
}

.checklist-grid-container .datagrid-paging {
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  padding: 10px 20px;
  margin-top: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .checklist-grid-container .datagrid-paging {
    flex-direction: column;
    gap: 10px;
  }
}

.checklist-grid-container .items-per-page-container {
  display: flex !important;
  align-items: center;
}

.checklist-grid-container .items-per-page-container .btn, .checklist-grid-container .items-per-page-container .mc-switch > div .switch-left, .mc-switch > div .checklist-grid-container .items-per-page-container .switch-left,
  .checklist-grid-container .items-per-page-container .mc-switch > div .switch-right, .mc-switch > div .checklist-grid-container .items-per-page-container .switch-right, .checklist-grid-container .items-per-page-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .checklist-grid-container .items-per-page-container .input-group-addon, .checklist-grid-container .items-per-page-container .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .checklist-grid-container .items-per-page-container .input-group-addon, .checklist-grid-container .items-per-page-container .datagrid table .date .input-group-addon, .datagrid table .date .checklist-grid-container .items-per-page-container .input-group-addon, .checklist-grid-container .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-container .items-per-page-container .switch-left, .checklist-grid-container .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .checklist-grid-container .items-per-page-container .switch-left, .checklist-grid-container .items-per-page-container .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .checklist-grid-container .items-per-page-container .switch-left,
  .checklist-grid-container .items-per-page-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-grid-container .items-per-page-container .switch-right,
  .checklist-grid-container .items-per-page-container .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .checklist-grid-container .items-per-page-container .switch-right,
  .checklist-grid-container .items-per-page-container .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .checklist-grid-container .items-per-page-container .switch-right {
  display: inline-block;
}

.checklist-grid-container .datagrid-info {
  display: block !important;
}

.checklist-grid-container .datagrid-per-page-submit {
  margin-left: 5px;
}

.checklist-grid-container .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
}

.checklist-grid-container .dropdown-menu .dropdown-item:hover {
  background-color: #C5C5CB;
  color: white;
}

.checklist-grid-container .dropdown-menu .dropdown-item i {
  margin-right: 8px;
  color: #333;
}

.checklist-grid-container .pagination {
  margin: 0;
}

.checklist-grid-container .pagination > li > a,
  .checklist-grid-container .pagination > li > span {
  color: #333;
  border-color: #E5E7EB;
}

.checklist-grid-container .pagination > li > a:hover,
    .checklist-grid-container .pagination > li > span:hover {
  background-color: #f8f9fa;
  color: #25415a;
}

.checklist-grid-container .pagination > .active > a,
  .checklist-grid-container .pagination > .active > span {
  background-color: #25415a;
  border-color: #25415a;
}

.checklist-grid-container .pagination > .active > a:hover,
    .checklist-grid-container .pagination > .active > span:hover {
  background-color: #25415a;
  border-color: #25415a;
}

.checklist-grid-container .author-wrapper {
  display: flex;
  align-items: center;
}

.checklist-grid-container .author-avatar {
  width: 28px;
  height: 28px;
  background-color: #F3F3F3;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 600;
  font-size: 10px;
  color: #747C8A;
  text-transform: uppercase;
}

.checklist-admin-form-container .form-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.checklist-admin-form-container .form-title {
  font-size: 24px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.checklist-admin-form-container .form-group {
  margin-bottom: 20px;
}

.checklist-admin-form-container .form-label {
  font-weight: 500;
  font-size: 14px;
  color: #444444;
  margin-bottom: 8px;
  display: block;
}

.checklist-admin-form-container .form-control {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.checklist-admin-form-container .form-control:focus {
  border-color: #4cd08e;
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 208, 142, 0.2);
}

.checklist-admin-form-container .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 5px solid #ededf2;
}

.checklist-admin-form-container .btn-back {
  background-color: #e9e9e9;
  color: #666666;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.checklist-admin-form-container .btn-back:hover {
  background-color: #dddddd;
  text-decoration: none;
}

.checklist-admin-form-container .btn-back i {
  margin-right: 5px;
}

.checklist-admin-form-container .btn-save {
  background-color: #4cd08e;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checklist-admin-form-container .btn-save:hover {
  background-color: #3ab97a;
}

.checklist-admin-form-container .btn-save:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .checklist-admin-form-container .form-container {
    padding: 15px;
  }

  .checklist-admin-form-container .form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .checklist-admin-form-container .form-actions {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .checklist-admin-form-container .btn-back,
  .checklist-admin-form-container .btn-save {
    width: 100%;
    justify-content: center;
  }
}

.checklist-components-container .checklist-grid {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.checklist-components-container .checklist-grid th, .checklist-components-container .checklist-grid td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #F3F3F3;
}

.checklist-components-container .checklist-grid th {
  background-color: #f8f8f8;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.checklist-components-container .checklist-grid tr:hover {
  background-color: #f8f8f8;
}

.checklist-components-container .action-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.checklist-components-container .action-buttons .btn, .checklist-components-container .action-buttons .mc-switch > div .switch-left, .mc-switch > div .checklist-components-container .action-buttons .switch-left,
  .checklist-components-container .action-buttons .mc-switch > div .switch-right, .mc-switch > div .checklist-components-container .action-buttons .switch-right, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .input-group-addon, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .input-group-addon, .checklist-components-container .action-buttons .datagrid table .date .input-group-addon, .datagrid table .date .checklist-components-container .action-buttons .input-group-addon, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .switch-left, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .switch-left, .checklist-components-container .action-buttons .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .checklist-components-container .action-buttons .switch-left,
  .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .switch-right,
  .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .switch-right,
  .checklist-components-container .action-buttons .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .checklist-components-container .action-buttons .switch-right {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checklist-components-container .action-buttons .btn.btn-primary, .checklist-components-container .action-buttons .mc-switch > div .btn-primary.switch-left, .mc-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left,
    .checklist-components-container .action-buttons .mc-switch > div .btn-primary.switch-right, .mc-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-primary.input-group-addon, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-primary.input-group-addon, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-primary.input-group-addon, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-primary.input-group-addon, .checklist-components-container .action-buttons .datagrid table .date .btn-primary.input-group-addon, .datagrid table .date .checklist-components-container .action-buttons .btn-primary.input-group-addon, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-primary.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-primary.switch-left, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-primary.switch-left, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left,
    .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-primary.switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right,
    .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-primary.switch-right, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right,
    .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-primary.switch-right, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right {
  background-color: #007aff;
  color: white;
}

.checklist-components-container .action-buttons .btn.btn-primary:hover, .checklist-components-container .action-buttons .mc-switch > div .btn-primary.switch-left:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left:hover,
      .checklist-components-container .action-buttons .mc-switch > div .btn-primary.switch-right:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-primary.input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-primary.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-primary.input-group-addon:hover, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-primary.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid table .date .btn-primary.input-group-addon:hover, .datagrid table .date .checklist-components-container .action-buttons .btn-primary.input-group-addon:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-primary.switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-primary.switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left:hover, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-primary.switch-left:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-left:hover,
      .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-primary.switch-right:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-primary.switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-primary.switch-right:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-primary.switch-right:hover {
  background-color: #0056cc;
}

.checklist-components-container .action-buttons .btn.btn-success, .checklist-components-container .action-buttons .mc-switch > div .btn-success.switch-left, .mc-switch > div .checklist-components-container .action-buttons .btn-success.switch-left,
    .checklist-components-container .action-buttons .mc-switch > div .btn-success.switch-right, .mc-switch > div .checklist-components-container .action-buttons .btn-success.switch-right, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-success.input-group-addon, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-success.input-group-addon, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-success.input-group-addon, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-success.input-group-addon, .checklist-components-container .action-buttons .datagrid table .date .btn-success.input-group-addon, .datagrid table .date .checklist-components-container .action-buttons .btn-success.input-group-addon, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-left, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-success.switch-left, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left,
    .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right,
    .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-right, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right,
    .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-success.switch-right, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right {
  background-color: #4cd08e;
  color: white;
}

.checklist-components-container .action-buttons .btn.btn-success:hover, .checklist-components-container .action-buttons .mc-switch > div .btn-success.switch-left:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-success.switch-left:hover,
      .checklist-components-container .action-buttons .mc-switch > div .btn-success.switch-right:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-success.switch-right:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-success.input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-success.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-success.input-group-addon:hover, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-success.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid table .date .btn-success.input-group-addon:hover, .datagrid table .date .checklist-components-container .action-buttons .btn-success.input-group-addon:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left:hover, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-success.switch-left:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-left:hover,
      .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-success.switch-right:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-success.switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-success.switch-right:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-success.switch-right:hover {
  background-color: #3ab97a;
}

.checklist-components-container .action-buttons .btn.btn-danger, .checklist-components-container .action-buttons .mc-switch > div .btn-danger.switch-left, .mc-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left,
    .checklist-components-container .action-buttons .mc-switch > div .btn-danger.switch-right, .mc-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-danger.input-group-addon, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-danger.input-group-addon, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-danger.input-group-addon, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-danger.input-group-addon, .checklist-components-container .action-buttons .datagrid table .date .btn-danger.input-group-addon, .datagrid table .date .checklist-components-container .action-buttons .btn-danger.input-group-addon, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-left, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-danger.switch-left, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left,
    .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right,
    .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-right, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right,
    .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-danger.switch-right, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right {
  background-color: #ff3b30;
  color: white;
}

.checklist-components-container .action-buttons .btn.btn-danger:hover, .checklist-components-container .action-buttons .mc-switch > div .btn-danger.switch-left:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left:hover,
      .checklist-components-container .action-buttons .mc-switch > div .btn-danger.switch-right:hover, .mc-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .date .btn-danger.input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .date .checklist-components-container .action-buttons .btn-danger.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .date .btn-danger.input-group-addon:hover, .datagrid .table-mcrai-style .date .checklist-components-container .action-buttons .btn-danger.input-group-addon:hover, .checklist-components-container .action-buttons .datagrid table .date .btn-danger.input-group-addon:hover, .datagrid table .date .checklist-components-container .action-buttons .btn-danger.input-group-addon:hover, .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left:hover, .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left:hover, .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-danger.switch-left:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-left:hover,
      .checklist-components-container .action-buttons .dataTables_wrapper .table-mcrai-style .has-switch > div .btn-danger.switch-right:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid .table-mcrai-style .has-switch > div .btn-danger.switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right:hover,
      .checklist-components-container .action-buttons .datagrid table .has-switch > div .btn-danger.switch-right:hover, .datagrid table .has-switch > div .checklist-components-container .action-buttons .btn-danger.switch-right:hover {
  background-color: #cc2e24;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.checklist-fade-in {
  animation: fadeIn 0.3s ease-out;
}

.device-detail-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}

.device-detail-container .device-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}

.device-detail-container .device-detail-title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.device-detail-container .device-detail-actions .edit-button,
  .device-detail-container .device-detail-actions .add-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4cd964;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.device-detail-container .device-detail-actions .edit-button:hover,
    .device-detail-container .device-detail-actions .add-button:hover {
  opacity: 0.9;
}

.device-detail-container .device-detail-content {
  padding: 20px;
}

.device-detail-container .device-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
}

.device-detail-container .device-item:last-child {
  border-bottom: none;
}

.device-detail-container .device-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.device-detail-container .device-name {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.device-detail-container .device-action-button {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s ease;
}

.device-detail-container .device-action-button:hover {
  color: #666;
}

.device-detail-container .device-item-content {
  color: #666;
  font-size: 14px;
}

.device-detail-container .empty-device-list {
  text-align: center;
  color: #999;
  padding: 20px 0;
}

.device-detail-container .device-item-edit {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}

.device-detail-container .device-name-input,
  .device-detail-container .device-description-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.device-detail-container .device-name-input:focus,
    .device-detail-container .device-description-input:focus {
  outline: none;
  border-color: #007aff;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.2);
}

.device-detail-container .device-name-input {
  margin-bottom: 10px;
}

.device-detail-container .device-remove-button {
  background: none;
  border: none;
  color: #ff3b30;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.device-detail-container .device-remove-button:hover {
  opacity: 0.7;
}

.device-detail-container .form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 10px;
}

.device-detail-container .btn, .device-detail-container .mc-switch > div .switch-left, .mc-switch > div .device-detail-container .switch-left,
  .device-detail-container .mc-switch > div .switch-right, .mc-switch > div .device-detail-container .switch-right, .device-detail-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .device-detail-container .input-group-addon, .device-detail-container .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .device-detail-container .input-group-addon, .device-detail-container .datagrid table .date .input-group-addon, .datagrid table .date .device-detail-container .input-group-addon, .device-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-detail-container .switch-left, .device-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .device-detail-container .switch-left, .device-detail-container .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .device-detail-container .switch-left,
  .device-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-detail-container .switch-right,
  .device-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .device-detail-container .switch-right,
  .device-detail-container .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .device-detail-container .switch-right {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s ease;
}

.device-detail-container .btn:hover, .device-detail-container .mc-switch > div .switch-left:hover, .mc-switch > div .device-detail-container .switch-left:hover,
    .device-detail-container .mc-switch > div .switch-right:hover, .mc-switch > div .device-detail-container .switch-right:hover, .device-detail-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .date .device-detail-container .input-group-addon:hover, .device-detail-container .datagrid .table-mcrai-style .date .input-group-addon:hover, .datagrid .table-mcrai-style .date .device-detail-container .input-group-addon:hover, .device-detail-container .datagrid table .date .input-group-addon:hover, .datagrid table .date .device-detail-container .input-group-addon:hover, .device-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-detail-container .switch-left:hover, .device-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .device-detail-container .switch-left:hover, .device-detail-container .datagrid table .has-switch > div .switch-left:hover, .datagrid table .has-switch > div .device-detail-container .switch-left:hover,
    .device-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-detail-container .switch-right:hover,
    .device-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .device-detail-container .switch-right:hover,
    .device-detail-container .datagrid table .has-switch > div .switch-right:hover, .datagrid table .has-switch > div .device-detail-container .switch-right:hover {
  opacity: 0.9;
}

.device-detail-container .btn-primary {
  background-color: #007aff;
  color: white;
}

.device-detail-container .btn-secondary {
  background-color: #f1f1f1;
  color: #333;
}

.device-document-detail-container .document-detail-container {
  display: flex;
  background-color: #fff;
  width: 100%;
  min-height: 400px;
}

.device-document-detail-container .document-detail-left {
  flex: 1;
  padding: 20px;
  border-right: 1px solid #e8e8e8;
}

.device-document-detail-container .document-detail-right {
  flex: 1;
  background-color: #f9f9f9;
}

.device-document-detail-container .detail-section {
  margin-bottom: 20px;
}

.device-document-detail-container .detail-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.device-document-detail-container .detail-value {
  font-size: 16px;
  color: #333;
}

.device-document-detail-container .detail-description {
  white-space: pre-line;
  line-height: 1.5;
}

.device-document-detail-container .status-badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.device-document-detail-container .status-badge.active {
  background-color: #4cd964;
  color: white;
}

.device-document-detail-container .related-device-section {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.device-document-detail-container .related-device-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}

.device-document-detail-container .related-device-header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.device-document-detail-container .edit-button,
.device-document-detail-container .add-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4cd964;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.device-document-detail-container .edit-button:hover,
  .device-document-detail-container .add-button:hover {
  opacity: 0.9;
}

.device-document-detail-container .related-device-content {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
}

.device-document-detail-container .device-item {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

.device-document-detail-container .device-item:last-child {
  border-bottom: none;
}

.device-document-detail-container .device-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.device-document-detail-container .device-name {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.device-document-detail-container .device-detail-button {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s ease;
}

.device-document-detail-container .device-detail-button:hover {
  color: #666;
}

.device-document-detail-container .device-detail {
  color: #666;
  font-size: 14px;
}

.device-document-detail-container .empty-device-list {
  text-align: center;
  color: #999;
  padding: 20px 0;
}

.device-document-detail-container .device-item-edit {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}

.device-document-detail-container .device-name-input,
.device-document-detail-container .device-description-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.device-document-detail-container .device-name-input:focus,
  .device-document-detail-container .device-description-input:focus {
  outline: none;
  border-color: #007aff;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.2);
}

.device-document-detail-container .device-name-input {
  margin-bottom: 10px;
}

.device-document-detail-container .device-remove-button {
  background: none;
  border: none;
  color: #ff3b30;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.device-document-detail-container .device-remove-button:hover {
  opacity: 0.7;
}

.device-document-detail-container .form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 10px;
}

.device-document-detail-container .btn, .device-document-detail-container .mc-switch > div .switch-left, .mc-switch > div .device-document-detail-container .switch-left,
.device-document-detail-container .mc-switch > div .switch-right, .mc-switch > div .device-document-detail-container .switch-right, .device-document-detail-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .device-document-detail-container .input-group-addon, .device-document-detail-container .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .device-document-detail-container .input-group-addon, .device-document-detail-container .datagrid table .date .input-group-addon, .datagrid table .date .device-document-detail-container .input-group-addon, .device-document-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-document-detail-container .switch-left, .device-document-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .device-document-detail-container .switch-left, .device-document-detail-container .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .device-document-detail-container .switch-left,
.device-document-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-document-detail-container .switch-right,
.device-document-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .device-document-detail-container .switch-right,
.device-document-detail-container .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .device-document-detail-container .switch-right {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.device-document-detail-container .btn:hover, .device-document-detail-container .mc-switch > div .switch-left:hover, .mc-switch > div .device-document-detail-container .switch-left:hover,
  .device-document-detail-container .mc-switch > div .switch-right:hover, .mc-switch > div .device-document-detail-container .switch-right:hover, .device-document-detail-container .dataTables_wrapper .table-mcrai-style .date .input-group-addon:hover, .dataTables_wrapper .table-mcrai-style .date .device-document-detail-container .input-group-addon:hover, .device-document-detail-container .datagrid .table-mcrai-style .date .input-group-addon:hover, .datagrid .table-mcrai-style .date .device-document-detail-container .input-group-addon:hover, .device-document-detail-container .datagrid table .date .input-group-addon:hover, .datagrid table .date .device-document-detail-container .input-group-addon:hover, .device-document-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-document-detail-container .switch-left:hover, .device-document-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-left:hover, .datagrid .table-mcrai-style .has-switch > div .device-document-detail-container .switch-left:hover, .device-document-detail-container .datagrid table .has-switch > div .switch-left:hover, .datagrid table .has-switch > div .device-document-detail-container .switch-left:hover,
  .device-document-detail-container .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right:hover, .dataTables_wrapper .table-mcrai-style .has-switch > div .device-document-detail-container .switch-right:hover,
  .device-document-detail-container .datagrid .table-mcrai-style .has-switch > div .switch-right:hover, .datagrid .table-mcrai-style .has-switch > div .device-document-detail-container .switch-right:hover,
  .device-document-detail-container .datagrid table .has-switch > div .switch-right:hover, .datagrid table .has-switch > div .device-document-detail-container .switch-right:hover {
  opacity: 0.9;
}

.device-document-detail-container .btn-primary {
  background-color: #007aff;
  color: white;
}

.device-document-detail-container .btn-secondary {
  background-color: #f1f1f1;
  color: #333;
}

.device-fade-in {
  animation: deviceFadeIn 0.3s ease-out;
}

@keyframes deviceFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.percentage-stats-table {
  background: linear-gradient(326deg, #363649 3%, #454558 33%, #454558 51%, #212134 88%);
}

.checkups-calendar .tooltip {
  opacity: 0.92 !important;
  background-color: #54545B !important;
  color: #FFFFFF;
  text-align: left !important;
  font-size: 14px !important;
  line-height: normal !important;
  border-radius: 8px !important;
  font-family: "Titillium Web", sans-serif !important;
}

.checkups-calendar .tooltip .tooltip-inner {
  text-align: left !important;
  padding: 20px !important;
  max-width: 320px !important;
}

.checkups-calendar .tooltip_popis {
  display: block;
  padding: 0 0 10px 0 !important;
}

.checkups-calendar .tooltip_table {
  width: 100%;
  padding: 10px 0 !important;
  border-top: 2px solid #80808B;
  border-bottom: 2px solid #80808B;
}

.checkups-calendar .tooltip_table tr {
  width: 100%;
}

.checkups-calendar .tooltip_table td {
  padding: 4px 0;
}

.checkups-calendar .tooltip_table td:first-child {
  color: #B3B3BB;
  padding-right: 5px;
}

.checkups-calendar .tooltip_table td:last-child {
  color: #FFFFFF;
  padding-left: 5px;
}

.checkups-calendar .tooltip_obal_technik {
  display: block;
  padding-top: 10px;
}

.checkups-calendar .tooltip_technik_nazev {
  display: block;
  clear: both;
  padding-bottom: 10px;
}

.checkups-calendar .tooltip_technik_obr {
  float: left;
  overflow: hidden;
  border-radius: 30px;
}

.checkups-calendar .tooltip_technik_obr img, .checkups-calendar .tooltip_technik_obr svg {
  height: 40px;
  width: 40px;
}

.checkups-calendar .tooltip_technik_kdo {
  display: block;
  padding: 5px 0;
  margin-left: 60px;
}

.checkups-calendar .tooltip_technik_jmeno {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.checkups-calendar .tooltip_technik_tym {
  display: block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.checkups-calendar .fc .fc-button {
  padding: 1.4em .65em !important;
}

.checkups-calendar .tab-content-child .fc .fc-button {
  padding: 0.4em .65em !important;
}

.checkups-calendar .open-checkup-link {
  width: 100%;
  padding: 20px 0 10px 0;
  border-top: 2px solid #80808B;
  margin-top: 10px;
}

.checkups-calendar .open-checkup-link a {
  background-color: #56ce8f;
  padding: 10px 5px 5px;
  border-radius: 5px;
}

.tooltip {
  opacity: 0.92 !important;
  background-color: #54545B !important;
  color: #FFFFFF;
  text-align: left !important;
  font-size: 14px !important;
  line-height: normal !important;
  border-radius: 8px !important;
  font-family: "Titillium Web", sans-serif !important;
}

.tooltip .tooltip-inner {
  text-align: left !important;
  padding: 20px !important;
  max-width: 320px !important;
}

.main-layout .dropdown-menu li.hover-color-hack:hover * {
  color: #111827;
}

.main-layout .user-info .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
}

.machine-create-page .select2-results {
  overflow: auto !important;
}

.done-checkup-cells .material-cell,
.done-checkup-cells .additional-info-cell {
  padding: 8px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 2px 0;
}

.done-checkup-cells .material-cell .cell-content,
  .done-checkup-cells .additional-info-cell .cell-content {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.done-checkup-cells .material-cell .material-item,
  .done-checkup-cells .additional-info-cell .material-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #f0f0f0;
}

.done-checkup-cells .material-cell .material-item:last-child,
    .done-checkup-cells .additional-info-cell .material-item:last-child {
  border-bottom: none;
}

.done-checkup-cells .material-cell .material-item .material-name,
    .done-checkup-cells .additional-info-cell .material-item .material-name {
  font-weight: 500;
}

.done-checkup-cells .material-cell .material-item .material-quantity,
    .done-checkup-cells .additional-info-cell .material-item .material-quantity {
  color: #666;
  font-size: 12px;
}

.done-checkup-cells .material-cell .additional-info-text,
  .done-checkup-cells .additional-info-cell .additional-info-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ui-fade-in {
  animation: uiFadeIn 0.3s ease-out;
}

.ui-slide-in {
  animation: uiSlideIn 0.4s ease-out;
}

@keyframes uiFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uiSlideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.user-pic-small {
  width: 44px;
  height: 44px;
}

.user-initials {
  background-color: #808080;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 11px;
}

.page-container .sidebar-menu {
  width: 230px;
}

.layout.twoThirds {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  width: 100%;
  justify-content: center;
}

.login-page {
  color: #949494;
}

.login-page h1 {
  color: white;
}

.login-page ul.errors {
  color: red;
  list-style: none;
  font-size: 1.2em;
  padding: 0;
}

.login-page .login-header {
  padding: 50px 0 !important;
}

.subtitle_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subtitle_flex > *:last-child {
  margin-right: 8rem;
}

.subtitle_flex.subtitle_btns {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.fg-desc label.control-label {
  text-align: center;
}

.weak {
  font-size: 0.8em;
  color: #484848;
}

.btnicon_left {
  margin-right: 0.3em;
}

.toppad {
  padding-top: 15px;
}

.list-table-incell {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

* + .list-table-incell {
  margin-top: 5px;
}

.table_lnk {
  display: block;
  margin: -8px -10px;
  padding: 8px 10px;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.mw-100 {
  max-width: 100%;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.mh-100 {
  max-height: 100%;
}

.cell_btns {
  display: flex;
}

.cell_btns > *:first-child {
  margin-left: 0;
}

.cell_btns > *:last-child {
  margin-right: 0;
}

.flex_fixed {
  flex: 0 0 0;
}

.tbl_pic {
  max-width: 20rem;
  max-height: 7rem;
}

.btn_unfilter {
  margin: 15px 20px 0 4px;
}

.btn-services-csv {
  margin-top: -60px;
}

table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after {
  right: 3px;
}

.dataTables_wrapper .dt-header, .datagrid .dt-header {
  float: left;
  /* margin: 0.5em; */
}

.panel_tgl .panel-heading, .panel_pass .panel-heading {
  cursor: pointer;
}

.form-horizontal input[type=checkbox] {
  margin-right: 0.3em;
}

.form-filename {
  display: inline-block;
}

.longtextblock {
  font-size: 20px;
  color: #747C8A;
}

.document-detail-page .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
}

.document-detail-page .modal-container {
  width: min(750px, 85vw);
  max-height: 90vh;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.document-detail-page .modal-header {
  background: linear-gradient(to right, #1D1D2E 0%, #545470 20%, #1D1D2E 50%, #1D1D2E 75%, #3C3C60 100%);
  color: white;
  padding: 30px 40px;
}

.document-detail-page .modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: inherit;
}

.document-detail-page .modal-subtitle {
  font-size: 14px;
}

.document-detail-page .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 36px;
  color: white;
  text-decoration: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
  width: 38px;
  height: 38px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}

.document-detail-page .modal-content {
  padding: 50px 47px;
  overflow-y: auto;
  max-height: calc(90vh - 80px);
}

.document-detail-page .info-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.document-detail-page .info-row {
  display: flex;
  gap: 32px;
  margin-bottom: 0;
}

.document-detail-page .info-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.document-detail-page .info-label {
  font-size: 16px;
  color: #6C6C73;
}

.document-detail-page .info-value {
  font-size: 20px;
  color: #747C8A;
}

.document-detail-page .checklist-separator {
  margin: 18px 0 12px 0;
  border: none;
  height: 3px;
  background-color: #F3F3F3;
  border-radius: 2px;
}

.document-detail-page .checklist-section {
  margin-top: 10px;
  margin-bottom: 0;
}

.document-detail-page .checklist-title {
  font-size: 20px;
  font-weight: 600;
  color: #3B3B4E;
  margin-bottom: 8px;
}

.document-detail-page .checklist-text {
  font-size: 20px;
  color: #545470;
  font-weight: 600;
  margin-bottom: 8px;
}

.document-detail-page .checklist-item {
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #3B3B4E;
}

.document-detail-page .extended-question-info {
  margin-top: 6px;
  margin-bottom: 4px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.document-detail-page .tools-info, .document-detail-page .info-element, .document-detail-page .criteria-info {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
  color: #666;
}

.document-detail-page .item-options {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.document-detail-page .option-group {
  display: flex;
  gap: 10px;
}

.document-detail-page .option-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  cursor: pointer;
}

.document-detail-page .option-label input[type="radio"] {
  margin-right: 3px;
}

.document-detail-page .option-label .option-text {
  font-weight: 400;
  color: #444;
}

.document-detail-page .measured-value {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.document-detail-page .value-input {
  width: 120px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.document-detail-page .reference-info {
  font-size: 13px;
  color: #888;
  margin-left: 8px;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 2px 8px;
}

.document-detail-page .text-area-container {
  margin-top: 6px;
}

.document-detail-page .text-input {
  width: 100%;
  min-height: 60px;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 15px;
  color: #333;
  resize: vertical;
}

.document-detail-page .empty-devices {
  text-align: center;
  padding: 30px 0;
  color: #999;
  font-size: 14px;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.document-detail-page .configurator-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #6C6C73;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.document-detail-page .checklist-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.document-detail-page .preview-panel {
  min-height: 500px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.document-detail-page .elements-panel {
  margin-top: 15px;
}

.document-detail-page .checklist-component {
  background-color: #F3F3F3;
  border-radius: 5px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.document-detail-page .checklist-elements-wrapper .checklist-component {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.document-detail-page #checklist-preview .checklist-component {
  padding: 8px 10px;
  position: relative;
}

.document-detail-page .element-preview-content {
  padding: 10px 16px;
  flex: 1;
}

.document-detail-page .element-label {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  color: #6C6C73;
  font-weight: 500;
}

.document-detail-page .element-separator-preview {
  height: 2px;
  background-color: #E0E0E0;
  margin: 5px 0;
}

.document-detail-page .element-text-field-preview {
  height: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #F9F9F9;
  margin-top: 8px;
}

.document-detail-page .element-view-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  border-radius: 0 10px 10px 0;
}

.document-detail-page .element-view-btn i {
  color: #6C6C73;
  font-size: 18px;
}

.document-detail-page .remove-element-btn {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #C01F44;
  color: white;
  font-size: 12px;
}

.document-detail-page .remove-element-btn:hover {
  background-color: #A01A3D;
}

.document-detail-page #checklist-preview .element-label {
  color: #6C6C73;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.document-detail-page #checklist-preview .element-preview-field {
  color: #333;
  font-size: 14px;
}

.document-detail-page .preview-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.document-detail-page .btn-primary {
  background-color: #56CE8F;
  border-color: #56CE8F;
  padding: 8px 20px;
  font-weight: 500;
}

.document-detail-page .btn-primary:hover {
  background-color: #45bd7e;
  border-color: #45bd7e;
}

.document-detail-page .preview-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.document-detail-page .view-mode-btn {
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background-color: #56CE8F;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.document-detail-page .preview-element .remove-element-btn {
  display: none;
}

.document-detail-page #checklist-preview .content-field {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  resize: none;
  background-color: transparent;
  color: #333333;
  line-height: 1.5;
  border: 0 !important;
  border-bottom: 2px solid #FFF !important;
  outline: none;
}

.document-detail-page #checklist-preview [data-type="heading"] .content-field,
.document-detail-page #checklist-preview [data-type="subheading"] .content-field,
.document-detail-page #checklist-preview [data-type="standard-question"] .content-field {
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-detail-page #checklist-preview [data-type="longtextblock"] .content-field,
.document-detail-page #checklist-preview [data-type="explanation"] .content-field,
.document-detail-page #checklist-preview [data-type="simpletext"] .content-field {
  height: auto;
  min-height: 25px;
  white-space: normal;
}

.document-detail-page #checklist-preview.preview-mode {
  background-color: #f9f9f9;
  border: 2px solid #56CE8F;
}

.document-detail-page #checklist-preview.preview-mode .checklist-component {
  background-color: white;
  border-radius: 8px;
}

.document-detail-page .tabs-wrapper {
  position: relative;
}

.document-detail-page .tabs-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #fff;
  z-index: 1;
}

.document-detail-page .nav-tabs.document-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  margin-bottom: 24px;
}

.document-detail-page .nav-tabs.document-tabs .nav-link {
  padding: 12px 25px;
  border: none;
  background: none;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.document-detail-page .nav-tabs.document-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  transition: background-color 0.2s ease;
  z-index: 2;
}

.document-detail-page .nav-tabs.document-tabs .nav-link:hover::after, .document-detail-page .nav-tabs.document-tabs .nav-link.active::after {
  background-color: #56CE8F;
}

.document-detail-page .detail-container {
  display: flex;
  gap: 24px;
  background-color: #f5f5f5;
}

.document-detail-page .document-details {
  flex: 7;
  padding: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}

.document-detail-page .related-devices {
  flex: 3;
  background-color: #fff;
  border-radius: 15px;
}

.document-detail-page .title-section {
  position: relative;
  margin-bottom: 30px;
}

.document-detail-page .document-title {
  font-size: 18px;
  color: #6C6C73;
  margin: 4px 0 0;
  padding-right: 40px;
  line-height: 1.3;
}

.document-detail-page .edit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background-color: #56CE8F;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(86, 206, 143, 0.2);
}

.document-detail-page .edit-button:hover {
  background-color: #4ab77e;
}

.document-detail-page .details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin-bottom: 30px;
}

.document-detail-page .detail-item {
  display: flex;
  flex-direction: column;
}

.document-detail-page .detail-item:nth-child(4), .document-detail-page .detail-item:nth-child(5) {
  grid-column: span 1.5;
}

.document-detail-page .detail-label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.document-detail-page .detail-value {
  font-size: 18px;
  color: #6C6C73;
}

.document-detail-page .status-badge.aktivni {
  background-color: #56CE8F;
}

.document-detail-page .status-badge.pripravovany {
  background-color: #ffcc00;
}

.document-detail-page .status-badge.zruseny {
  background-color: #6C6C73;
}

.document-detail-page .description-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #F3F3F3;
}

.document-detail-page .detail-description {
  font-size: 18px;
  color: #6C6C73;
}

.document-detail-page .devices-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.document-detail-page .devices-header h2 {
  margin: 0;
  font-size: 18px;
  color: #3B3B4E;
}

.document-detail-page .devices-header .add-device-button {
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background-color: #56CE8F;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(86, 206, 143, 0.2);
}

.document-detail-page .devices-header .add-device-button:hover {
  background-color: #4ab77e;
}

.document-detail-page .devices-list {
  padding: 10px 0;
}

.document-detail-page .device-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.document-detail-page .device-name {
  font-size: 12px;
  color: #747C8A;
  font-weight: 400;
}

.document-detail-page .device-actions {
  position: relative;
}

.document-detail-page .device-menu-button {
  width: 26px;
  height: 26px;
  background-color: #C5C5CB;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

.document-detail-page .device-menu-button:hover {
  background-color: #b8b8be;
}

.document-detail-page .device-menu {
  position: absolute;
  right: 0;
  top: 40px;
  width: 120px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: none;
}

.document-detail-page .device-menu.show {
  display: block;
}

.document-detail-page .device-menu-item {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.document-detail-page .device-menu-item:hover {
  background-color: #f5f5f5;
}

.document-detail-page .device-menu-item .fa-trash-alt {
  color: #ff3b30;
  margin-right: 8px;
}

.document-detail-page .delete-item {
  color: #ff3b30;
}

.document-detail-page .delete-item:hover {
  background-color: #ffebeb;
}

.document-detail-page .empty-devices {
  text-align: center;
  padding: 30px 0;
  color: #999;
  font-size: 14px;
}

.document-detail-page .devices-edit {
  padding: 10px 20px 20px;
}

.document-detail-page .device-item-edit {
  display: flex;
  margin-bottom: 10px;
}

.document-detail-page .device-input-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.document-detail-page .model-select {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.document-detail-page .device-remove-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #999;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.document-detail-page .device-remove-button:hover {
  background-color: #e5e5e5;
  color: #666;
}

.document-detail-page .form-group {
  margin-bottom: 20px;
}

.document-detail-page .form-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
  font-weight: 500;
}

.document-detail-page .form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
}

.document-detail-page textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.document-detail-page .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.document-detail-page .btn, .document-detail-page .mc-switch > div .switch-left, .mc-switch > div .document-detail-page .switch-left,
.document-detail-page .mc-switch > div .switch-right, .mc-switch > div .document-detail-page .switch-right, .document-detail-page .dataTables_wrapper .table-mcrai-style .date .input-group-addon, .dataTables_wrapper .table-mcrai-style .date .document-detail-page .input-group-addon, .document-detail-page .datagrid .table-mcrai-style .date .input-group-addon, .datagrid .table-mcrai-style .date .document-detail-page .input-group-addon, .document-detail-page .datagrid table .date .input-group-addon, .datagrid table .date .document-detail-page .input-group-addon, .document-detail-page .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-left, .dataTables_wrapper .table-mcrai-style .has-switch > div .document-detail-page .switch-left, .document-detail-page .datagrid .table-mcrai-style .has-switch > div .switch-left, .datagrid .table-mcrai-style .has-switch > div .document-detail-page .switch-left, .document-detail-page .datagrid table .has-switch > div .switch-left, .datagrid table .has-switch > div .document-detail-page .switch-left,
.document-detail-page .dataTables_wrapper .table-mcrai-style .has-switch > div .switch-right, .dataTables_wrapper .table-mcrai-style .has-switch > div .document-detail-page .switch-right,
.document-detail-page .datagrid .table-mcrai-style .has-switch > div .switch-right, .datagrid .table-mcrai-style .has-switch > div .document-detail-page .switch-right,
.document-detail-page .datagrid table .has-switch > div .switch-right, .datagrid table .has-switch > div .document-detail-page .switch-right {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.document-detail-page .btn-save {
  background-color: #007aff;
  color: white;
}

.document-detail-page .btn-save:hover {
  background-color: #0066dd;
}

.document-detail-page .btn-cancel {
  background-color: #f1f1f1;
  color: #333;
}

.document-detail-page .btn-cancel:hover {
  background-color: #e5e5e5;
}

.document-detail-page .checklist-elements-wrapper {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
}

.document-detail-page .checklist-block .item-description {
  font-size: 18px;
  color: #3B3B4E;
  flex: 1;
}

.document-detail-page .checklist-separator {
  margin: 20px 0;
  border: none;
  height: 5px;
  background-color: #F3F3F3;
}

.document-detail-page .checklist-item.explanation {
  color: #747C8A;
  font-size: 18px;
  background-color: #F3F3F3;
  padding: 25px;
  border-radius: 10px;
}

.ico {
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 12px;
  font-size: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico.no-margin {
  margin: 0 !important;
}

.icon-gray-700 {
  filter: invert(30%);
}

.ico-invert {
  filter: invert(100%);
}

.ico-calendar {
  background-image: url(/assets/f5ee5e43474a85a0a3e3.png);
}

.ico-customers {
  background-image: url(/assets/f683e48955a2e9ad0c9d.svg);
}

.ico-dashboard {
  background-image: url(/assets/5623fb2a3f975fac0268.svg);
}

.ico-equipments {
  background-image: url(/assets/37a41a1fe9c856b724a0.svg);
}

.ico-maintentance-teams {
  background-image: url(/assets/a7b330eacbaab18bd6fe.svg);
}

.ico-maintentance-types {
  background-image: url(/assets/053835ef6ee787f0e44b.svg);
}

.ico-notifications {
  background-image: url(/assets/4d8ef61c23e93623e648.svg);
}

.ico-preferences {
  background-image: url(/assets/43fa5c28b1c69fe0fefd.svg);
}

.ico-todo {
  background-image: url(/assets/e64140761f68d2aed49f.svg);
}

.ico-checklist {
  background-image: url(/assets/ed2a4ef0503c662d3997.svg);
}

.ico-locations {
  background-image: url(/assets/61556ea53337c13d9b84.svg);
}

.ico-user {
  background-image: url(/assets/d9817f2c80d5c4fcf391.svg);
}

.ico-manager {
  background-image: url(/assets/616c01e81260a447f8f1.svg);
}

.ico-warehouse {
  background-image: url(/assets/f5841faabfc4d33ddb6c.svg);
}

.ico-orders {
  background-image: url(/assets/906323d088aae7fe8fcb.svg);
}

body {
  font-size: 15px;
  line-height: 1.6;
  /*color: #333;*/
  background: white;
}

h1 {
  color: #3484D2;
}

div.flash {
  color: black;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0;
}

a[href^="#error:"] {
  background: red;
  color: white;
}

form th, form td {
  vertical-align: top;
  font-weight: normal;
}

form th {
  text-align: right;
}

form .required label {
  font-weight: bold;
}

form .error {
  color: #D00;
  font-weight: bold;
}

th {
  width: auto !important;
}

.input_adaptable::-webkit-outer-spin-button,
.input_adaptable::-webkit-inner-spin-button {
  margin-left: 0;
}

[type=number] {
  min-width: 50px;
  padding-left: 3px !important;
  padding-right: 0 !important;
}

.machine_description {
  white-space: pre-line;
}

