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





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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 {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  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 {
  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-pp: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 {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */


.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -7px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #b7dff1;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker th {
  font-weight: bold;
}

.daterangepicker table tr:nth-child(2n) {
  background: none;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

.daterangepicker .calendar .calendar-table {
  margin-top: 0px;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
.address {
	max-width: 222px;
}

.tag {
	max-width: 500px;
	vertical-align:top;
	padding-right: 440px;
}

.value {
	font-weight: 200;
}

.subdetails {
	padding-left: 25px;
}

.closing-details {
	padding-left: 60%;
}

.signature {
	max-width: 90%;
}

.place {
	float: left;
}

.date {
	float: left;
}
.field-label p {
  text-indent: 10px;
}

.field-label {
  text-indent: 5px;
}

.selected-table tr td {
  width: 100%;
  border: none !important;
}

.selected-table tr th {
  border: none !important;
}

th {
    /*text-align: center !important;*/
    padding-top: 8px;
    /*font-size: 13px;
    font-weight: 200;*/
    padding: 5px;
}

.label {
  display: inline-flex !important;
}
.cl-vnavigation > .parent > a:before {
    content: none !important;
}

.post-box {
  font-family: robotoregular, Arial, sans-serif;
  flex: 1;
  padding-left: 5px;
}

.user-post, .user-comment-post {
  /*color: black;*/
  font-family: robotoregular, Arial, sans-serif;
  /*padding-top: 3px;*/
  padding-bottom: 20px;
  background-color: white;
  /*margin-top: 20px;*/
  /*max-width: 550px;*/
  /*display: flex;*/
}

/*.edit-post-btn, .post-btn {
  font-family: robotoregular, Arial, sans-serif;
  height: 28px;
  border: none;
  background-color: #eb7f37;
  color: white;
  font-weight: 600;
  width: 60px;
  float: right;
}*/

.share-btn, .edit-share-btn {
  font-family: robotoregular, Arial, sans-serif;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 3px;
  margin-right: 21px;
  background-color: #ccccb3;
  color: #3d3d29;
  font-weight: 600;
  width: auto;
  float: right;
  text-align: center;
  height: 28px;
}

.cancel-field-custom-btn, .save-field-custom-btn {
  font-family: robotoregular, Arial, sans-serif;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 3px;
  margin-right: 21px;
  background-color: #fe8637;
  color: #3d3d29;
  font-weight: 600;
  width: auto;
  float: right;
  text-align: center;
  height: 28px;
}

.cancel-custom-btn, .save-custom-btn {
  font-family: robotoregular, Arial, sans-serif;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 3px;
  margin-right: 21px;
  background-color: #fe8637;
  color: white;
  font-weight: 600;
  width: auto;
  float: right;
  text-align: center;
  height: 28px;
}

.cancel-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.see_all_stats:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: #33adff !important;
}

.task_stat:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: #33adff !important;
}

.cancel-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-location-custom-btn, .save-location-custom-btn {
  font-family: robotoregular, Arial, sans-serif;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 3px;
  margin-right: 21px;
  background-color: #eb7f37;
  color: white;
  font-weight: 600;
  width: auto;
  float: right;
  text-align: center;
  height: 28px;
}

.cancel-location-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-location-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-location-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-location-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-location-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-location-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-field-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-field-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.cancel-field-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-field-custom-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-field-custom-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.save-field-custom-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: white;
}

.share-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.share-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.share-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.edit-share-btn > a:hover {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.edit-share-btn > a:focus {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.edit-share-btn > a {
  font-family: robotoregular, Arial, sans-serif;
  color: #3d3d29;
}

.share-post {
  color: black;
  font-family: robotoregular, Arial, sans-serif;
  /*background-color: white;*/
  max-width: 550px;
  padding-top: 20px;
  padding-bottom: 8px;
}

#thumbnail-div {
  font-family: robotoregular, Arial, sans-serif;
  background-color: white;
  max-width: 550px;
  padding-top: 7px;
  padding-bottom: 8px;
}

.comment-post {
  /*color: black;*/
  font-family: robotoregular, Arial, sans-serif;
  /*padding-top: 20px;*/
  /*padding-bottom: 25px;*/
  /*margin-top: -11px;*/
  /*max-width: 550px;*/
  /*max-width: 760px;*/
  display: flex;
  /*background-color: #f7f7f7;*/
}

.active-menu-link{color: #71BBAE;}
.announcement-menu-btn{border-left: 2px solid #DCDCDC; height: 30px;}
.padding-zero-point-five{padding: 0.5rem!important;}
.emp-connect-btn-wrapper{width: 96%; margin-left: 15px; margin-bottom: 0.2rem!important;}
div.wrapper-list-height {
  overflow: hidden;
    /*height: 881px; */
    height: 772px; 
}

div.wrapper-list-height:hover {
  overflow: auto;
}

.emp-connect-tab-btn{float: left; padding: 5px; cursor: pointer;}
.emp-connect-tab-btn:first-child{padding-right: 15px;}
.emp-connect-tab-btn:last-child{padding-left: 15px;}

.employee-engagement-wrapper  {
    /*overflow-y: auto;*/
    margin-top: 10px;
  }

#dashboard-page .comment-post{max-width: 642px!important;}
#dashboard-page .user-post-card{border: 1px solid #ececec}
/*#dashboard-page .user-post-card:nth-of-type(1) {margin-top: 20px;} */
#dashboard-page{border-right: 0px!important; border-left: 0px!important;}

.load-more-comments {
  /*font-family: robotoregular, Arial, sans-serif;*/
  /*width: 550px;*/
  /*background-color: #f7f7f7;*/
  padding-bottom: 15px;
  margin-top: 20px;
  /*text-decoration: underline;*/
}

.load-more-replies {
  font-family: robotoregular, Arial, sans-serif;
  width: 550px;
  /*margin-top: -33px;*/
  /*background-color: #f7f7f7;*/
}

.subcomment-post {
  /*color: black;*/
  /*font-family: robotoregular, Arial, sans-serif;
  padding-left: 36px;
  padding-bottom: 10px;
  background-color: #f7f7f7;*/
  /*max-width: 550px;*/
  /*max-width: 680px;
  display: flex;
  background-color: #f7f7f7;
  padding-top: 20px;*/
}

.post-actions, .comment-actions {
  font-family: robotoregular, Arial, sans-serif;
  margin-bottom: -15px;
}

.comment-actions {
  /*padding-bottom: 8px;*/
}
.like-btn {
  font-family: robotoregular, Arial, sans-serif;
  color: #33adff;
  margin-left: -70px;
}

.comment-btn, .subcomment-btn {
  font-family: robotoregular, Arial, sans-serif;
  color: #33adff;
  margin-left: 15px;
}

.subcomment-icon {
  margin-left: 15px;
}

.subcomment-actions {
  padding-bottom: 6px;
  font-family: robotoregular, Arial, sans-serif;
  padding-left: 27px;
  margin-top: 8px;
}

.thumsup-icon, .comment-icon {
  margin-left: 15px;
}

.user-comment-subcomment {
  /*color: black;*/
  /*padding-bottom: 12px;*/
  /*font-family: robotoregular, Arial, sans-serif;*/
  /*background-color: #f7f7f7;*/
  /*margin-top: 20px;*/
  /*max-width: 680px;*/
  /*display: flex;*/
  /*padding-left: 50px;*/
  /*padding-top: 15px;*/
}

.emp-icon {
  font-family: robotoregular, Arial, sans-serif;
  float: left;
  font-size: 42px;
}

.quik_stats {
  font-family: robotoregular, Arial, sans-serif;
  padding-top: 9px;
}

.stats_text {
  font-family: robotoregular, Arial, sans-serif;
  /*color:black;*/
  width: 201px;
  float: left;
  font-size: 16px;
  padding-left: 17px;
}

.stats_desc {
  font-family: robotoregular, Arial, sans-serif;
  /*color:black;*/
  width: 256px;
  padding-left: 17px;
}

.emp-icon{
    height: 26px;
}

.stats_headline {
  color: white;
  font-weight: 400;
  margin-bottom: 3px;
  font-family: robotoregular, Arial, sans-serif;
  font-size: 20px;
  padding: 9px;
  margin-left: -15px;
  margin-top: -9px;
  margin-right: -15px;

}

.morecontent span {
  font-family: robotoregular, Arial, sans-serif;
  display: none;
}

.morelink {
  font-family: robotoregular, Arial, sans-serif;
  color: #fe8637;
  display: block;
}
/*!
 * jQuery Custom Select Plugin - Master Source
 * 2014-09-03
 *
 * http://www.blissmedia.com.au/
 *
 * Copyright 2014 Bliss Media
 * Released under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Standard
----------------------------------*/

.custom-select {
  position: relative;
  width: 320px;
  height: 34px;
  border: 1px solid #888;
  background: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 0.5rem;
}
.custom-select a {
  display: inline-block;
  width: 300px;
  height: 20px;
  padding: 8px 10px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  width: 100%;
  border: 1px solid #888;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
}
.custom-select input {
  width: 298px;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 5px 5px 0;
  padding: 5px;
  font-size: 14px;
}
.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 120px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
  display: none;
  padding: 5px;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #66bbff;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #3399ff;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

/* Custom Select - Open
----------------------------------*/
.custom-select-open {
  border-bottom: 1px solid #eee;
}
.custom-select-open div {
  display: block;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery Custom Select Plugin 1.9.0
 * 2014-09-03
 *
 * http://www.blissmedia.com.au/
 *
 * Copyright 2014 Bliss Media
 * Released under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Standard
----------------------------------*/

.custom-select {
  position: relative;
  width: 320px;
  height: 34px;
  border: 1px solid #ced4da;
  background: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custom-select a {
  display: inline-block;
  width: 300px;
  height: 20px;
  padding: 8px 10px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  width: 100%;
  border: 1px solid #888;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
}
.custom-select input {
  width: 298px;
  border: 1px solid #888;
  margin: 5px 5px 0;
  padding: 5px;
  font-size: 14px;
}
.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 120px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
  display: none;
  padding: 5px;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #66bbff;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #3399ff;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

/* Custom Select - Open
----------------------------------*/
.custom-select-open {
  border-bottom: 1px solid #eee;
}
.custom-select-open div {
  display: block;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html {
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
progress {
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: medium none;
    text-decoration: underline dotted;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
figure {
    margin: 1em 40px;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted buttontext;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    padding: 0;
}
[type="search"] {
    outline-offset: -2px;
}
html, body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI,Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
html {
    overflow-x: hidden;
}
/*h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {*/
    /*font-family: "Segoe UI",Arial,sans-serif;*/
/*}*/
/*h1 {*/
    /*font-size: 36px;*/
/*}*/
/*h2 {*/
    /*font-size: 30px;*/
/*}*/
/*h3 {*/
    /*font-size: 24px;*/
/*}*/
/*h4 {*/
    /*font-size: 20px;*/
/*}*/
/*h5 {*/
    /*font-size: 18px;*/
/*}*/
/*h6 {*/
    /*font-size: 16px;*/
/*}*/
/*.w3-serif {*/
    /*font-family: "Times New Roman",Times,serif;*/
/*}*/
/*h1, h2, h3, h4, h5, h6 {*/
    /*font-weight: 400;*/
    /*margin: 10px 0;*/
/*}*/
/*.w3-wide {*/
    /*letter-spacing: 4px;*/
/*}*/
/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {*/
    /*font-weight: inherit;*/
/*}*/
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 20px 0;
}
img {
    margin-bottom: -5px;
}
a {
    color: inherit;
}
.w3-image {
    height: auto;
    max-width: 100%;
}
.w3-table, .w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
}
.w3-table-all {
    border: 1px solid #ccc;
}
.w3-bordered tr, .w3-table-all tr {
    border-bottom: 1px solid #ddd;
}
.w3-striped tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.w3-table-all tr:nth-child(2n+1) {
    background-color: #fff;
}
.w3-table-all tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc;
}
.w3-centered tr th, .w3-centered tr td {
    text-align: center;
}
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    display: table-cell;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
    padding-left: 16px;
}
.w3-btn, .w3-btn-block {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
}
.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
    -moz-user-select: none;
}
.w3-btn-floating, .w3-btn-floating-large {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.w3-btn-floating {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.w3-btn-floating-large {
    height: 56px;
    line-height: 56px;
    width: 56px;
}
.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
    pointer-events: none;
}
.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover, .w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
    box-shadow: none;
}
.w3-btn-group .w3-btn {
    float: left;
}
.w3-btn-block {
    width: 100%;
}
.w3-btn-bar .w3-btn {
    background-color: inherit;
    box-shadow: none;
    color: inherit;
    float: left;
}
.w3-btn-bar .w3-btn:hover {
    background-color: #ccc;
}
.w3-ripple {
    overflow: hidden;
    position: relative;
}
.w3-ripple::after {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    padding: 300%;
    position: absolute;
    transition: all 0.8s ease 0s;
}
.w3-ripple:active::after {
    opacity: 1;
    padding: 0;
    transition: all 0s ease 0s;
}
.w3-badge, .w3-tag, .w3-sign {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.w3-badge {
    border-radius: 50%;
}
ul.w3-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.w3-ul li {
    border-bottom: 1px solid #ddd;
    padding: 6px 2px 6px 16px;
}
ul.w3-ul li:last-child {
    border-bottom: medium none;
}
.w3-tooltip, .w3-display-container {
    position: relative;
}
.w3-tooltip .w3-text {
    display: none;
}
.w3-tooltip:hover .w3-text {
    display: inline-block;
}
.w3-navbar {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.w3-navbar li {
    float: left;
}
.w3-navbar li a, .w3-navitem {
    display: block;
    padding: 8px 16px;
}
.w3-navbar li a:hover {
    background-color: #ccc;
    color: #000;
}
.w3-navbar .w3-dropdown-hover, .w3-navbar .w3-dropdown-click {
    position: static;
}
.w3-navbar .w3-dropdown-hover:hover, .w3-navbar .w3-dropdown-hover:first-child, .w3-navbar .w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}
.w3-navbar a, .w3-topnav a, .w3-sidenav a, .w3-dropdown-content a, .w3-accordion-content a, .w3-dropnav a {
    text-decoration: none !important;
}
.w3-navbar .w3-opennav.w3-right {
    float: right !important;
}
.w3-topnav {
    padding: 8px;
}
.w3-topnav a {
    border-bottom: 3px solid transparent;
    padding: 0 8px;
    transition: border-bottom 0.3s ease 0s;
}
.w3-topnav a:hover {
    border-bottom: 3px solid #fff;
}
.w3-topnav .w3-dropdown-hover a {
    border-bottom: 0 none;
}
.w3-opennav, .w3-closenav {
    color: inherit;
}
.w3-opennav:hover, .w3-closenav:hover {
    cursor: pointer;
    opacity: 0.8;
}
.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity, .w3-hover-opacity-off, .w3-navbar a, .w3-sidenav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn, .w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink, .w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue, .w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple, .w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
    transition: background-color 0.3s ease 0s, color 0.15s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
}
.w3-sidenav {
    background-color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed !important;
    width: 200px;
    z-index: 1;
}
.w3-sidenav a {
    padding: 4px 2px 4px 16px;
}
.w3-sidenav a:hover {
    background-color: #ccc;
}
.w3-sidenav a, .w3-dropnav a {
    display: block;
}
.w3-sidenav .w3-dropdown-hover:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-click:hover, .w3-dropnav a:hover {
    background-color: #ccc;
    color: #000;
}
.w3-sidenav .w3-dropdown-hover, .w3-sidenav .w3-dropdown-click {
    width: 100%;
}
.w3-sidenav .w3-dropdown-hover .w3-dropdown-content, .w3-sidenav .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%;
}
.w3-main, #main {
    transition: margin-left 0.4s ease 0s;
}
.w3-modal {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.w3-modal-content {
    background-color: #fff;
    margin: auto;
    outline: 0 none;
    padding: 0;
    position: relative;
    width: 600px;
}
.w3-closebtn {
    color: inherit;
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.w3-closebtn:hover, .w3-closebtn:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.w3-pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.w3-pagination li {
    display: inline;
}
.w3-pagination li a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.w3-pagination li a:hover {
    background-color: #ccc;
}
.w3-input-group, .w3-group {
    margin-bottom: 24px;
    margin-top: 24px;
}
.w3-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #808080;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    display: block;
    padding: 8px;
    width: 100%;
}
.w3-label {
    color: #009688;
}
.w3-input:not(:valid) ~ .w3-validate {
    color: #f44336;
}
.w3-select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #009688;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000;
    padding: 9px 0;
    width: 100%;
}
.w3-select select:focus {
    border: 1px solid #009688;
    color: #000;
}
.w3-select option[disabled] {
    color: #009688;
}
.w3-dropdown-click, .w3-dropdown-hover {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
    z-index: 1;
}
.w3-dropdown-content {
    background-color: #fff;
    color: #000;
    cursor: auto;
    display: none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
}
.w3-dropdown-content a {
    display: block;
    padding: 6px 16px;
}
.w3-dropdown-content a:hover {
    background-color: #ccc;
}
.w3-accordion {
    cursor: pointer;
    width: 100%;
}
.w3-accordion-content {
    cursor: auto;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.w3-accordion-content a {
    display: block;
    padding: 6px 16px;
}
.w3-accordion-content a:hover {
    background-color: #ccc;
}
.w3-progress-container {
    background-color: #f1f1f1;
    height: 1.5em;
    position: relative;
    width: 100%;
}
.w3-progressbar {
    background-color: #757575;
    height: 100%;
    line-height: inherit;
    position: absolute;
}
input.w3-check[type="checkbox"], input.w3-radio[type="radio"] {
    height: 24px;
    position: relative;
    top: 6px;
    width: 24px;
}
input.w3-check[type="checkbox"]:checked + .w3-validate, input.w3-radio[type="radio"]:checked + .w3-validate {
    color: #009688;
}
input.w3-check[type="checkbox"]:disabled + .w3-validate, input.w3-radio[type="radio"]:disabled + .w3-validate {
    color: #aaa;
}
.w3-responsive {
    overflow-x: auto;
}
.w3-container::after, .w3-panel::after, .w3-row::after, .w3-row-padding::after, .w3-topnav::after, .w3-clear::after, .w3-btn-group::before, .w3-btn-group::after, .w3-btn-bar::before, .w3-btn-bar::after {
    clear: both;
    content: "";
    display: table;
}
.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%;
}
.w3-col.s1 {
    width: 8.33333%;
}
.w3-col.s2 {
    width: 16.6667%;
}
.w3-col.s3 {
    width: 25%;
}
.w3-col.s4 {
    width: 33.3333%;
}
.w3-col.s5 {
    width: 41.6667%;
}
.w3-col.s6 {
    width: 50%;
}
.w3-col.s7 {
    width: 58.3333%;
}
.w3-col.s8 {
    width: 66.6667%;
}
.w3-col.s9 {
    width: 75%;
}
.w3-col.s10 {
    width: 83.3333%;
}
.w3-col.s11 {
    width: 91.6667%;
}
.w3-col.s12, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    width: 100%;
}
@media only screen and (min-width: 601px) {
.w3-col.m1 {
    width: 8.33333%;
}
.w3-col.m2 {
    width: 16.6667%;
}
.w3-col.m3, .w3-quarter {
    width: 25%;
}
.w3-col.m4, .w3-third {
    width: 33.3333%;
}
.w3-col.m5 {
    width: 41.6667%;
}
.w3-col.m6, .w3-half {
    width: 50%;
}
.w3-col.m7 {
    width: 58.3333%;
}
.w3-col.m8, .w3-twothird {
    width: 66.6667%;
}
.w3-col.m9, .w3-threequarter {
    width: 75%;
}
.w3-col.m10 {
    width: 83.3333%;
}
.w3-col.m11 {
    width: 91.6667%;
}
.w3-col.m12 {
    width: 100%;
}
}
@media only screen and (min-width: 993px) {
.w3-col.l1 {
    width: 8.33333%;
}
.w3-col.l2 {
    width: 16.6667%;
}
.w3-col.l3, .w3-quarter {
    width: 25%;
}
.w3-col.l4, .w3-third {
    width: 33.3333%;
}
.w3-col.l5 {
    width: 41.6667%;
}
.w3-col.l6, .w3-half {
    width: 50%;
}
.w3-col.l7 {
    width: 58.3333%;
}
.w3-col.l8, .w3-twothird {
    width: 66.6667%;
}
.w3-col.l9, .w3-threequarter {
    width: 75%;
}
.w3-col.l10 {
    width: 83.3333%;
}
.w3-col.l11 {
    width: 91.6667%;
}
.w3-col.l12 {
    width: 100%;
}
}
.w3-content {
    margin: auto;
    max-width: 980px;
}
.w3-rest {
    overflow: hidden;
}
.w3-hide {
    display: none !important;
}
.w3-show-block, .w3-show {
    display: block !important;
}
.w3-show-inline-block {
    display: inline-block !important;
}
@media (max-width: 600px) {
.w3-modal-content {
    margin: 0 10px;
    width: auto !important;
}
.w3-modal {
    padding-top: 30px;
}
}
@media (max-width: 768px) {
.w3-modal-content {
    width: 500px;
}
.w3-modal {
    padding-top: 50px;
}
}
@media (min-width: 993px) {
.w3-modal-content {
    width: 900px;
}
}
@media screen and (max-width: 600px) {
.w3-topnav a {
    display: block;
}
.w3-navbar li:not(.w3-opennav) {
    float: none;
    width: 100% !important;
}
.w3-navbar li.w3-right {
    float: none !important;
}
}
@media screen and (max-width: 600px) {
.w3-topnav .w3-dropdown-hover .w3-dropdown-content, .w3-navbar .w3-dropdown-click .w3-dropdown-content, .w3-navbar .w3-dropdown-hover .w3-dropdown-content {
    position: relative;
}
}
@media screen and (max-width: 600px) {
.w3-topnav, .w3-navbar {
    text-align: center;
}
}
@media (max-width: 600px) {
.w3-hide-small {
    display: none !important;
}
}
@media (max-width: 992px) and (min-width: 601px) {
.w3-hide-medium {
    display: none !important;
}
}
@media (min-width: 993px) {
.w3-hide-large {
    display: none !important;
}
}
@media screen and (max-width: 992px) {
.w3-sidenav.w3-collapse {
    display: none;
}
.w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
@media screen and (min-width: 993px) {
.w3-sidenav.w3-collapse {
    display: block !important;
}
}
.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.w3-top {
    top: 0;
}
.w3-bottom {
    bottom: 0;
}
.w3-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.w3-left {
    float: left !important;
}
.w3-right {
    float: right !important;
}
.w3-tiny {
    font-size: 10px !important;
}
.w3-small {
    font-size: 12px !important;
}
.w3-medium {
    font-size: 15px !important;
}
.w3-large {
    font-size: 18px !important;
}
.w3-xlarge {
    font-size: 24px !important;
}
.w3-xxlarge {
    font-size: 36px !important;
}
.w3-xxxlarge {
    font-size: 48px !important;
}
.w3-jumbo {
    font-size: 64px !important;
}
.w3-vertical {
    line-height: 1;
    text-align: center;
    width: 0.6em;
    word-break: break-all;
}
.w3-left-align {
    text-align: left !important;
}
.w3-right-align {
    text-align: right !important;
}
.w3-justify {
    text-align: justify !important;
}
.w3-center {
    text-align: center !important;
}
.w3-display-topleft {
    left: 0;
    position: absolute;
    top: 0;
}
.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
.w3-display-bottomleft {
    bottom: 0;
    left: 0;
    position: absolute;
}
.w3-display-bottomright {
    bottom: 0;
    position: absolute;
    right: 0;
}
.w3-display-middle {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.w3-display-topmiddle {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0%);
}
.w3-display-bottommiddle {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
}
.w3-circle {
    border-radius: 50% !important;
}
.w3-round-small {
    border-radius: 2px !important;
}
.w3-round, .w3-round-medium {
    border-radius: 4px !important;
}
.w3-round-large {
    border-radius: 8px !important;
}
.w3-round-xlarge {
    border-radius: 16px !important;
}
.w3-round-xxlarge {
    border-radius: 32px !important;
}
.w3-round-jumbo {
    border-radius: 64px !important;
}
.w3-border-0 {
    border: 0 none !important;
}
.w3-border {
    border: 1px solid #ccc !important;
}
.w3-border-top {
    border-top: 1px solid #ccc !important;
}
.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}
.w3-border-left {
    border-left: 1px solid #ccc !important;
}
.w3-border-right {
    border-right: 1px solid #ccc !important;
}
.w3-margin {
    margin: 16px !important;
}
.w3-margin-0 {
    margin: 0 !important;
}
.w3-margin-top {
    margin-top: 16px !important;
}
.w3-margin-bottom {
    margin-bottom: 16px !important;
}
.w3-margin-left {
    margin-left: 16px !important;
}
.w3-margin-right {
    margin-right: 16px !important;
}
.w3-section {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}
.w3-padding-tiny {
    padding: 2px 4px !important;
}
.w3-padding-small {
    padding: 4px 8px !important;
}
.w3-padding-medium, .w3-padding, .w3-form {
    padding: 8px 16px !important;
}
.w3-padding-large {
    padding: 12px 24px !important;
}
.w3-padding-xlarge {
    padding: 16px 32px !important;
}
.w3-padding-xxlarge {
    padding: 24px 48px !important;
}
.w3-padding-jumbo {
    padding: 32px 64px !important;
}
.w3-padding-4 {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}
.w3-padding-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}
.w3-padding-12 {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.w3-padding-16 {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
}
.w3-padding-24 {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}
.w3-padding-32 {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}
.w3-padding-48 {
    padding-bottom: 48px !important;
    padding-top: 48px !important;
}
.w3-padding-64 {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
}
.w3-padding-128 {
    padding-bottom: 128px !important;
    padding-top: 128px !important;
}
.w3-padding-0 {
    padding: 0 !important;
}
.w3-padding-top {
    padding-top: 8px !important;
}
.w3-padding-bottom {
    padding-bottom: 8px !important;
}
.w3-padding-left {
    padding-left: 16px !important;
}
.w3-padding-right {
    padding-right: 16px !important;
}
.w3-topbar {
    border-top: 6px solid #ccc !important;
}
.w3-bottombar {
    border-bottom: 6px solid #ccc !important;
}
.w3-leftbar {
    border-left: 6px solid #ccc !important;
}
.w3-rightbar {
    border-right: 6px solid #ccc !important;
}
.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px;
}
.w3-spin {
    animation: 2s linear 0s normal none infinite running w3-spin;
}
@keyframes w3-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.w3-container {
    padding: 0.01em 16px;
}
.w3-panel {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    padding: 0.01em 16px;
}
.w3-example {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
}
.w3-code, .w3-codespan {
    font-family: Consolas,"courier new";
    font-size: 16px;
}
.w3-code {
    background-color: #fff;
    border-left: 4px solid #4caf50;
    line-height: 1.4;
    padding: 8px 12px;
    width: auto;
    word-wrap: break-word;
}
.w3-codespan {
    background-color: #f1f1f1;
    color: crimson;
    font-size: 110%;
    padding-left: 4px;
    padding-right: 4px;
}
.w3-example, .w3-code {
    margin: 20px 0;
}
.w3-card {
    border: 1px solid #ccc;
}
.w3-card-2, .w3-example {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-8 {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-12 {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-16 {
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.w3-card-24 {
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}
.w3-animate-fading {
    animation: 10s ease 0s normal none infinite running fading;
}
@keyframes fading {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.w3-animate-opacity {
    animation: 1.5s ease 0s normal none 1 running opac;
}
@keyframes opac {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.w3-animate-top {
    animation: 0.4s ease 0s normal none 1 running animatetop;
    position: relative;
}
@keyframes animatetop {
0% {
    opacity: 0;
    top: -300px;
}
100% {
    opacity: 1;
    top: 0;
}
}
.w3-animate-left {
    animation: 0.4s ease 0s normal none 1 running animateleft;
    position: relative;
}
@keyframes animateleft {
0% {
    left: -300px;
    opacity: 0;
}
100% {
    left: 0;
    opacity: 1;
}
}
.w3-animate-right {
    animation: 0.4s ease 0s normal none 1 running animateright;
    position: relative;
}
@keyframes animateright {
0% {
    opacity: 0;
    right: -300px;
}
100% {
    opacity: 1;
    right: 0;
}
}
.w3-animate-bottom {
    animation: 0.4s ease 0s normal none 1 running animatebottom;
    position: relative;
}
@keyframes animatebottom {
0% {
    bottom: -300px;
    opacity: 0;
}
100% {
    bottom: 0;
    opacity: 1;
}
}
.w3-animate-zoom {
    animation: 0.6s ease 0s normal none 1 running animatezoom;
}
@keyframes animatezoom {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
.w3-animate-input {
    transition: width 0.4s ease-in-out 0s;
}
.w3-animate-input:focus {
    width: 100% !important;
}
.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.6;
}
.w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1;
}
.w3-text-shadow {
    text-shadow: 1px 1px 0 #444;
}
.w3-text-shadow-white {
    text-shadow: 1px 1px 0 #ddd;
}
.w3-transparent {
    background-color: transparent !important;
}
.w3-hover-none:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.w3-amber, .w3-hover-amber:hover {
    background-color: #ffc107 !important;
    color: #000 !important;
}
.w3-aqua, .w3-hover-aqua:hover {
    background-color: #00ffff !important;
    color: #000 !important;
}
.w3-blue, .w3-hover-blue:hover {
    background-color: #2196f3 !important;
    color: #fff !important;
}
.w3-light-blue, .w3-hover-light-blue:hover {
    background-color: #87ceeb !important;
    color: #000 !important;
}
.w3-brown, .w3-hover-brown:hover {
    background-color: #795548 !important;
    color: #fff !important;
}
.w3-cyan, .w3-hover-cyan:hover {
    background-color: #00bcd4 !important;
    color: #000 !important;
}
.w3-blue-grey, .w3-hover-blue-grey:hover {
    background-color: #607d8b !important;
    color: #fff !important;
}
.w3-green, .w3-hover-green:hover {
    background-color: #4caf50 !important;
    color: #fff !important;
}
.w3-light-green, .w3-hover-light-green:hover {
    background-color: #8bc34a !important;
    color: #000 !important;
}
.w3-indigo, .w3-hover-indigo:hover {
    background-color: #3f51b5 !important;
    color: #fff !important;
}
.w3-khaki, .w3-hover-khaki:hover {
    background-color: #f0e68c !important;
    color: #000 !important;
}
.w3-lime, .w3-hover-lime:hover {
    background-color: #cddc39 !important;
    color: #000 !important;
}
.w3-orange, .w3-hover-orange:hover {
    background-color: #ff9800 !important;
    color: #000 !important;
}
.w3-deep-orange, .w3-hover-deep-orange:hover {
    background-color: #ff5722 !important;
    color: #fff !important;
}
.w3-pink, .w3-hover-pink:hover {
    background-color: #e91e63 !important;
    color: #fff !important;
}
.w3-purple, .w3-hover-purple:hover {
    background-color: #9c27b0 !important;
    color: #fff !important;
}
.w3-deep-purple, .w3-hover-deep-purple:hover {
    background-color: #673ab7 !important;
    color: #fff !important;
}
.w3-red, .w3-hover-red:hover {
    background-color: #f44336 !important;
    color: #fff !important;
}
.w3-sand, .w3-hover-sand:hover {
    background-color: #fdf5e6 !important;
    color: #000 !important;
}
.w3-teal, .w3-hover-teal:hover {
    background-color: #009688 !important;
    color: #fff !important;
}
.w3-yellow, .w3-hover-yellow:hover {
    background-color: #ffeb3b !important;
    color: #000 !important;
}

.w3-white, .w3-hover-white:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.w3-black, .w3-hover-black:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.w3-grey, .w3-hover-grey:hover {
    background-color: #9e9e9e !important;
    color: #000 !important;
}

.w3-light-grey, .w3-hover-light-grey:hover {
    background-color: #eb7f37;
    color: #555 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover {
    background-color: #616161 !important;
    color: #fff !important;
}

.w3-pale-red, .w3-hover-pale-red:hover {
    background-color: #ffdddd !important;
    color: #000 !important;
}

.w3-pale-green, .w3-hover-pale-green:hover {
    background-color: #ddffdd !important;
    color: #000 !important;
}
.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    background-color: #ffffcc !important;
    color: #000 !important;
}
.w3-pale-blue, .w3-hover-pale-blue:hover {
    background-color: #ddffff !important;
    color: #000 !important;
}
.w3-text-amber, .w3-hover-text-amber:hover {
    color: #ffc107 !important;
}
.w3-text-aqua, .w3-hover-text-aqua:hover {
    color: #00ffff !important;
}
.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2196f3 !important;
}
.w3-text-light-blue, .w3-hover-text-light-blue:hover {
    color: #87ceeb !important;
}
.w3-text-brown, .w3-hover-text-brown:hover {
    color: #795548 !important;
}
.w3-text-cyan, .w3-hover-text-cyan:hover {
    color: #00bcd4 !important;
}
.w3-text-blue-grey, .w3-hover-text-blue-grey:hover {
    color: #607d8b !important;
}
.w3-text-green, .w3-hover-text-green:hover {
    color: #4caf50 !important;
}
.w3-text-light-green, .w3-hover-text-light-green:hover {
    color: #8bc34a !important;
}
.w3-text-indigo, .w3-hover-text-indigo:hover {
    color: #3f51b5 !important;
}
.w3-text-khaki, .w3-hover-text-khaki:hover {
    color: #b4aa50 !important;
}
.w3-text-lime, .w3-hover-text-lime:hover {
    color: #cddc39 !important;
}
.w3-text-orange, .w3-hover-text-orange:hover {
    color: #ff9800 !important;
}
.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
    color: #ff5722 !important;
}
.w3-text-pink, .w3-hover-text-pink:hover {
    color: #e91e63 !important;
}
.w3-text-purple, .w3-hover-text-purple:hover {
    color: #9c27b0 !important;
}
.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
    color: #673ab7 !important;
}
.w3-text-red, .w3-hover-text-red:hover {
    color: #f44336 !important;
}
.w3-text-sand, .w3-hover-text-sand:hover {
    color: #fdf5e6 !important;
}
.w3-text-teal, .w3-hover-text-teal:hover {
    color: #009688 !important;
}
.w3-text-yellow, .w3-hover-text-yellow:hover {
    color: #d2be0e !important;
}
.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important;
}
.w3-text-black, .w3-hover-text-black:hover {
    color: #000 !important;
}
.w3-text-grey, .w3-hover-text-grey:hover {
    color: #757575 !important;
}
.w3-text-light-grey, .w3-hover-text-light-grey:hover {
    color: #f1f1f1 !important;
}
.w3-text-dark-grey, .w3-hover-text-dark-grey:hover {
    color: #3a3a3a !important;
}
.w3-border-amber, .w3-hover-border-amber:hover {
    border-color: #ffc107 !important;
}
.w3-border-aqua, .w3-hover-border-aqua:hover {
    border-color: #00ffff !important;
}
.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196f3 !important;
}
.w3-border-light-blue, .w3-hover-border-light-blue:hover {
    border-color: #87ceeb !important;
}
.w3-border-brown, .w3-hover-border-brown:hover {
    border-color: #795548 !important;
}
.w3-border-cyan, .w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important;
}
.w3-border-blue-grey, .w3-hover-blue-grey:hover {
    border-color: #607d8b !important;
}
.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4caf50 !important;
}
.w3-border-light-green, .w3-hover-border-light-green:hover {
    border-color: #8bc34a !important;
}
.w3-border-indigo, .w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important;
}
.w3-border-khaki, .w3-hover-border-khaki:hover {
    border-color: #f0e68c !important;
}
.w3-border-lime, .w3-hover-border-lime:hover {
    border-color: #cddc39 !important;
}
.w3-border-orange, .w3-hover-border-orange:hover {
    border-color: #ff9800 !important;
}
.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important;
}
.w3-border-pink, .w3-hover-border-pink:hover {
    border-color: #e91e63 !important;
}
.w3-border-purple, .w3-hover-border-purple:hover {
    border-color: #9c27b0 !important;
}
.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important;
}
.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important;
}
.w3-border-sand, .w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important;
}
.w3-border-teal, .w3-hover-border-teal:hover {
    border-color: #009688 !important;
}
.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}
.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important;
}
.w3-border-black, .w3-hover-border-black:hover {
    border-color: #000 !important;
}
.w3-border-grey, .w3-hover-border-grey:hover {
    border-color: #9e9e9e !important;
}
.w3-border-light-grey, .w3-hover-border-light-grey:hover {
    border-color: #f1f1f1 !important;
}
.w3-border-dark-grey, .w3-hover-border-dark-grey:hover {
    border-color: #616161 !important;
}
.w3-border-pale-red, .w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important;
}
.w3-border-pale-green, .w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important;
}
.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important;
}
.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}

.multiselect-container > li > a > label {
    font-size: 14px;
}
.custom-select a {
    color: #555;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
@font-face {
  font-family: 'Journal';
  src: url(/journal.eot);
  src: url(/journal.eot?#iefix) format('embedded-opentype'),
       url(/journal.woff) format('woff'),
       url(/journal.ttf) format('truetype'),
       url(/journal.svg#JournalRegular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.sigPad {
  margin: 0;
  padding: 0;
  width: 200px;
}

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

.sigPad label.error {
  color: #f33;
}

.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;

  border: 1px solid #666;

  font-size: 1em;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;

  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  cursor: pointer;

  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

.sigPad button:hover {
  background-color: #333;

  color: #fff;
}

.sig {
  display: none;
}

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;

  list-style-type: none;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;

  border: 0;

  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;

  color: #fff;
  text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;

  color: #555;
}

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;

  font-size: 0.75em;
  line-height: 1.375;
}

.sigWrapper {
  clear: both;
  height: 55px;

  border: 1px solid #ccc;
}

.sigWrapper.current {
  border-color: #666;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;

  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url(/../assets/signature-pad/pen.cur), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
    cursor: url(/pen.cur) 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;

  cursor: default;

  color: #145394;
  font: normal 1.875em/50px "Journal",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;

  border-top: 3px solid #ccc;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;

  background-color: #f33;

  color: #fff;
  font-weight: bold;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/* line 6, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 9, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone {
  position: relative;
}

/* line 11, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

/* line 16, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

/* line 20, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

/* line 25, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

/* line 28, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 30, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 32, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/basic.scss */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 174, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 177, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 182, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 184, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 186, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 188, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 190, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 192, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 194, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 197, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 205, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 211, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 213, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 215, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 219, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 221, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 223, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 229, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 235, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 237, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 239, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 252, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 255, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 257, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 260, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 263, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 265, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 269, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 277, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 285, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 287, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 293, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 300, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 310, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 314, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 321, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 328, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 334, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 349, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 362, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 364, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 367, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 388, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
/* Slider */
/* line 3, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-loading .slick-list {
  background: #fff url(/assets/ajax-loader-145ac8012b6d14e908064ddf6d44d0d295d0a62a5a62c762d20d24fbcbcb8405.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/slick.eot);
  src: url(/assets/slick.eot?#iefix) format("embedded-opentype"), url(/assets/slick.ttf) format("woff"), url(/assets/slick.ttf) format("truetype"), url(/assets/slick.svg#slick) format("svg");
}

/* Arrows */
/* line 19, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 44, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 53, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 60, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 66, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev {
  left: -25px;
}

/* line 84, vendor/assets/stylesheets/slick/slick-theme.css.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 89, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-prev:before {
  content: '←';
}

/* line 93, vendor/assets/stylesheets/slick/slick-theme.css.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 98, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-next {
  right: -25px;
}

/* line 102, vendor/assets/stylesheets/slick/slick-theme.css.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 107, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-next:before {
  content: '→';
}

/* line 111, vendor/assets/stylesheets/slick/slick-theme.css.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 117, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 122, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 137, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 150, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 168, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 173, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 178, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 200, vendor/assets/stylesheets/slick/slick-theme.css.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* line 2, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *










































 */

/* CKEditor 5's <ckeditor-component> is the actual editor UI itself (unlike
   CKEditor 4's <textarea>, which CK4 hid and replaced with its own chrome
   as a sibling element). Several views still pass Bootstrap's `form-control`
   class through from the pre-migration textarea markup. Its `height: 34px`
   clips the real (much taller) toolbar+content UI without clipping the
   visual rendering, so the editor overflows onto whatever field follows it
   in the form. Its border/padding/background/border-radius also wrap
   CKEditor 5's own toolbar+editable chrome -- which already draws a
   complete box of its own -- in a second, visually separate outer box.
   Neutralizing all of it leaves CKEditor 5's native UI as the only box.
   !important because several `.form-control` overrides across the app's
   stylesheets (`.new-dashboard .form-control`, another plain `.form-control`
   in z-style-orange.css, etc.) are more specific than a single class
   selector could beat, and new ones can appear over time -- fighting a
   specificity war against an open-ended set of them isn't maintainable. */

ckeditor-component.form-control {
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.approval-pending-colors{
  background: #FFD500 !important;
  color: white !important;
  font-size: 12px !important;
  border-radius: 4px;
  font-weight: bold;
}

.approval-approved-colors{
  background: #00AD79 !important;
  color: white !important;
  font-size: 12px !important;
  border-radius: 4px;
  font-weight: bold;
}

.approval-rejected-colors{
  background: #FF0000 !important;
  color: white !important;
  font-size: 12px !important;
  border-radius: 4px;
  font-weight: bold;
}
/* iCheck plugin Square skin, blue
----------------------------------- */

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/blue-f23d4ad53d10fc09cbc33f0d08f8e631025af0ad0555bb3687d231ba2f695e92.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        /*background-image: url(/assets/blue@2x-c0ce7ecfbd5605a7a0d0239d83b736eda75dbc71ff183472e02c6d6cdfbcc888.png);*/
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* The container */
.new_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  margin-left: -21%;
}

/* Hide the browser's default checkbox */
.new_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3;
  height: 22px;
  width: 22px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.new_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.new_checkbox input:checked ~ .checkmark {
  background-color: #ff8533;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.new_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.new_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;

    padding: 4px;
    margin-top: 1px;
    z-index: 3000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1 em
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0;
    border-right: 0;
    border-left: 0
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #999
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}

.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active {
    background-color: #039 \9
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget td span.active {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}

.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
    background-color: #039 \9
}

.bootstrap-datetimepicker-widget td span.old {
    color: #999
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget th.switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container > li {
    padding: 0
}

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

.multiselect-container > li > label.multiselect-group {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: bold
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: normal
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-bottom: 5px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.new-dashboard #toppageContent {
  /*position: absolute;*/
}
.new-dashboard .ml-cont {
  margin-top: -85px !important;
  margin-bottom: 5% !important;
}
.new-dashboard .pull-left {
  float: left !important;
}
.new-dashboard .pull-right {
  float: right !important;
}

.new-dashboard .log_icon {
  margin-left: 1px;
  margin-right: 1px;
  font-size: 20px;
}

.new-dashboard .log_icon_padding {
  padding:0.5rem 0.8rem !important;
}
.new-dashboard .f-24 {
  font-size: 24px !important;
}
.new-dashboard .text-align-left {
  text-align: left !important;
}
.new-dashboard .text-align-right {
  text-align: right !important;
}
.new-dashboard .modal-theme.modal .modal-dialog .modal-content {
  border-radius: 1.2rem !important;
}
.new-dashboard .modal-theme.modal .modal-dialog .modal-content .modal-footer {
  border-radius: 1.2rem !important;
  border-top: none !important;
}
.new-dashboard .bg-white {
  background-color: #fff !important;
}
/*.new-dashboard .tophead-nav{
    background-image: url(/../images/bgbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:24vh;
}*/
.new-dashboard .tophead {
  margin-left: 4%;
  line-height: 25px;
  font-weight: 600;
  color: white !important;
  margin-top: 2%;
}
.new-dashboard .topheadsubtitle {
  font-size: 14px;
  font-weight: 400;
}
.new-dashboard .top-headtitle{
  color:#000 !important;
}
.new-dashboard .dropbtn {
  border-radius: 6px;
  color: #eb7f37;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.new-dashboard .box-shadow {
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px; */
}
.new-dashboard .goal_categories th {
  text-align: left;
}
.new-dashboard .activestatus {
  color: #00ad79 !important;
}
.new-dashboard .inactivestatus {
  color: #c90000 !important;
}
.new-dashboard .newpendingstatus {
  color: #f2b153 !important;
}
.new-dashboard .weeklyoffstatus {
  color: #ea7f36 !important;
}
.new-dashboard .halfdaystatus {
  color: #51aaf4 !important;
}
.new-dashboard .noshiftstatus {
  color: #a2a2a2 !important;
}
.new-dashboard .invalidstatus {
  color: #000 !important;
}
.new-dashboard .active {
  color: #000 !important;
  font-weight: 500 !important;
}
.new-dashboard .goalassessment_feedback {
  color: #000 !important;
  font-weight: 500 !important;
}
.new-dashboard .page-header {
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0.2rem;
  padding-bottom: unset;
  border-bottom: unset;
}
.new-dashboard .btn-bd-unfilled {
  padding: 6px 10px;
  font-weight: 600;
  cursor: pointer;
}
/* .new-dashboard .btn-bd-filled {
    padding:6px;
    font-weight:600;
} */
.new-dashboard .page-headertxt {
  font-weight: 600;
  color: #000;
}
.new-dashboard .table thead {
  border-bottom: 1px solid #dee2e6;
}
.new-dashboard .txt-16 {
  font-size: 16px !important;
}
.new-dashboard .text-align-center {
  text-align: center !important;
}
.new-dashboard .text-align-left {
  text-align: left !important;
}
.new-dashboard .text-align-right {
  text-align: right !important;
}
.new-dashboard .justify-content-left {
  justify-content: left !important;
}
.new-dashboard .txt-12 {
  font-size: 12px !important;
  color: #000;
}

.new-dashboard .mt-0 {
  margin-top: 0px !important;
}
.new-dashboard .txt-black {
  color: #000 !important;
}
.new-dashboard .pt-0 {
  padding-top: 0px !important;
}
.new-dashboard .shadowwith_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  margin: 15px 0px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.new-dashboard .shadowheader_card {
  background: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #ddd;
}
.new-dashboard .tabs-left > li {
  float: none;
  margin: 0px;
}
.new-dashboard .tabs-left > li.active > a,
.new-dashboard .tabs-left > li.active > a:hover,
.new-dashboard .tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #ddd;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.new-dashboard .tabs-left > li > a {
  color: #000 !important;
}
.new-dashboard .tabs-left > li.active {
  position: relative;
  border-bottom: none !important;
}
.new-dashboard .tabs-left > li.active > a {
  color: #000 !important;
  cursor: default;
}
.new-dashboard .nav-tabs > li > a:hover {
  color: #000 !important;
}

.new-dashboard .tabs-left > li.active > a,
.new-dashboard .tabs-left > li.active > a:hover,
.new-dashboard .tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #ddd;
  border: none;
  border-radius: 0px;
  margin: 0px;
  line-height: 3;
}
.new-dashboard .topheadtext {
  font-size: 16px;
  color: #fff;
}
.new-dashboard .maincontent {
  top: 11%;
}
.new-dashboard .activestatus i {
  color: #00ad79 !important;
}
.new-dashboard .inactivestatus i {
  color: #c90000 !important;
}
.new-dashboard .align-self-center {
  align-self: center !important;
}
.new-dashboard .txt-white {
  color: white !important;
}
.newdashboard .vl {
  border-left: 2px dotted black;
  height: 100px;
}
.btn-group .btn-default {
  border-radius: 5px;
  padding: 5px;
}

/*.btn-group .btn-default:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.btn-group .btn-default:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}*/
.btn-default {
  border-radius: 5px;
}
.pms-tab-content .tab-content {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 0 3px 3px;
  border-right: 1px solid #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 20px;
}

.stepwizard-step p {
  margin: 5px 0px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  /*    width: 50%;*/
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* color:; */
}
.stepwizard-step .disabled {
  color: #ededed;
}

.stepwizard-step .active p {
  font-weight: 600 !important;
}

.stepwizard-row:before {
  position: absolute;
  width: 66%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 22%;
  height: 2px;
  border-top: 2px dotted #ccc;
  content: " ";
  bottom: 0;
}

.step-2 .stepwizard-row:before {
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 22%;
  height: 2px;
  border-top: 2px dotted #ccc;
  content: " ";
  bottom: 0;
}

.step-1 .stepwizard-row:before {
  position: absolute;
  width: 0%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 22%;
  height: 2px;
  border-top: 2px dotted #ccc;
  content: " ";
  bottom: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50px;
}
.b-shadow {
  border: none;
  background-color: #fff;
}
.optionsection {
  background-color: #f7f7f7;
  padding: 10px;
}
/* .optionsection input[type="txt"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
} */

.new-dashboard .btn-bd-filled {
  line-height: 20px;
  min-width: 100px;
}
.new-dashboard .control-label {
  font-size: 14px !important;
  margin-bottom: 7px !important;
}

.new-dashboard input[type="radio"].pmsyesradiocolor {
  accent-color: green;
}
.new-dashboard input[type="radio"].pmsnoradiocolor {
  accent-color: red;
}
.new-dashboard .defaultradiocolor {
  accent-color: #e37224;
  font-size: 16px;
}
.new-dashboard .defaultradiocolor:checked + label {
  color: #e37224;
}

.new-dashboard .yesradiocolor {
  accent-color: green;
  font-size: 16px;
}
.new-dashboard .noradiocolor {
  accent-color: red;
  font-size: 16px;
}
.new-dashboard .yesradiocolor:checked + label {
  color: green;
}
.new-dashboard .noradiocolor:checked + label {
  color: red;
}
.fabtnclose {
  float: right;
  margin-top: -2.2rem;
  /* background-color:; */
  padding: 3px;
  /* -webkit-box-shadow:; */
  border-radius: 16px;
}

.txtbtnclose {
  float: right;
  margin-top: -1.8rem;
  /* background-color:; */
  padding: 3px;
  /* -webkit-box-shadow:; */
  border-radius: 16px;
}
.new-dashboard .btn-cancel {
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  /*    padding:0.5rem 2.5rem;*/
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}
.new-dashboard .btn-submit {
  color: #fff !important;
  font-size: 14px;
  background-color: #eb7f37;
  /*    padding:0.5rem 2.5rem;*/
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

.new-dashboard .btn-bd-back {
  border: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  line-height: 20px;
  color: #000 !important;
  font-size: 12px;
  background-color: #c6c6c6;
  /* margin: 5px 0px; */
  border-radius: 5px !important;
  border: 1px solid #ddd;
  padding: 0.5rem 2.5rem;
}
.new-dashboard .radio .pmsyesradiocolor:checked + label {
  color: green;
}

.new-dashboard .step-complete-dark-green-color {
  color: #00ad79;
}
.new-dashboard .mb-0 {
  margin-bottom: 0px !important;
}

.new-dashboard .radio-labels .pmsyesradiocolor:checked + label {
  color: green;
}
.new-dashboard .radio-labels .pmsnoradiocolor:checked + label {
  color: red;
}

.new-dashboard .mainContent .pmssidesection {
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border: none !important;
}

.new-dashboard .mainContent .panel-heading {
  background: transparent;
  font-weight: 600;
  /* display: flex; */
  align-items: center;
}

.new-dashboard .mainContent .card-one .panel-heading,
.new-dashboard .mainContent .cardTwo .panel-heading {
  font-size: 17px;
  padding: 18px;
}

.new-dashboard .mainContent .content {
  background: white;
}

.new-dashboard .mainContent .card-one .panel-body ul {
  list-style: none;
  padding-left: 0rem;
}

.new-dashboard .mainContent .card-one .panel-body ul li {
  padding: 4px 0px;
  border: 0px solid;
}

.new-dashboard .mainContent .card-one .panel-body a {
  color: #aaa;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px !important;
}

.new-dashboard .mainContent .card-one .panel-body a:hover,
.new-dashboard .mainContent .card-one .panel-body a:focus {
  color: #111;
  font-size: 14px !important;
}

.new-dashboard .mainContent .panel .panel-body {
  font-size: 15px !important;
}

.new-dashboard .mainContent .panel .panel-body .ans {
  padding-bottom: 1rem;
  color: #666;
}

.new-dashboard .mainContent .pms-process {
  background: var(--light-grey);
  border: none;
}

.new-dashboard .mainContent .pms-process .panel-heading {
  border-bottom: 0px solid #000;
  padding-bottom: 2px !important;
}
.new-dashboard .main-content .card-one a {
  font-weight: 500;
  color: #111;
}
.new-dashboard .mainContent .card-one #accordion .panel {
  border: 1px solid rgba(22, 22, 22, 0.1) !important;
  border-right-color: rgba(22, 22, 22, 0.1);
  border-right-style: solid;
  border-right-width: 1px;
  border-left-color: rgba(22, 22, 22, 0.1);
  border-left-style: solid;
  border-left-width: 1px;
  outline: none !important;
  padding: 4px 0px;
  margin: 0px 13px;
  border-left: 0px !important;
  border-right: 0px !important;
}

.new-dashboard .mainContent .card-one #accordion .panel {
  border: none;
  border-radius: 0px;
  box-shadow: none !important;
}
.new-dashboard .shadow-none {
  box-shadow: none !important;
}

.new-dashboard .mainContent .card-one #accordion .panel .panel-heading {
  font-weight: 400;
}

.new-dashboard .mainContent .card-one #accordion .panel .panel-body {
  border-bottom: 1px solid transparent !important;
  margin: 0px 15px;
  padding: 0px 3rem 0px 0px !important;
}
.new-dashboard .mainContent .card-one #accordion .panel-title .icons {
  color: #000;
  text-align: right !important;
  font-size: 12px;
  width: 100% !important;
}
.new-dashboard .mainContent .card-one #accordion .panel-heading,
.new-dashboard .mainContent .card-one #accordion .panel-heading a,
.new-dashboard .mainContent .card-one #accordion .panel-body {
  padding: 4px 8px !important;
  border: none !important;
  outline: none !important;
}
.new-dashboard .mainContent .card-one #accordion .panel-title {
  width: 100%;
}

.new-dashboard .mainContent .card-one #accordion .panel-title a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /*  max-width: 285px;*/
}
.new-dashboard .mainContent .tab-content {
  background-color: transparent !important;
  border: none !important;
}

/*wizard*/
.new-dashboard .goal1timeline .nav-tabs > li {
  min-width: 28% !important;
}
.new-dashboard .goal1timeline .nav-tabs > li.active > a {
  font-size: 14px !important;
}
.new-dashboard .goal1timeline .nav-tabs > li.active {
  position: relative;
  border-bottom: none !important;
}
.new-dashboard .goal1timeline .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  padding: 6px !important;
}
.new-dashboard .goal1timeline .nav-tabs > li > a {
  font-size: 14px !important;
}
#settings .wizard .wizard-inner {
  position: relative !important;
}

#settings .wizard .wizard-inner .connecting-line {
  /* height: 2px;
  width: 100%;
  margin: 0 auto;
  transform: translate(2500%);
  z-index: 1;
 */
  position: absolute;
  top: 20% !important;
  left: 48% !important;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 67% !important;
  background-image: linear-gradient(
    to right,
    #aaaaaa 50%,
    rgba(255, 255, 255, 0) 0%
  ) !important;
  background-position: center !important;
  background-size: 20px 2px !important;
  background-repeat: repeat-x !important;
  z-index: 5 !important;
}

.new-dashboard .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.new-dashboard .table-heading {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

.new-dashboard .btn-sort,
.new-dashboard .btn-search,
.new-dashboard #action {
  font-size: 12px !important;
}

.new-dashboard #btn-sort,
.new-dashboard #btn-search {
  width: 35px;
  height: 35px;
}

.new-dashboard .pagination > li > a {
  border: none !important;
  color: #a2a2a2;
  padding: 6px !important;
}
.new-dashboard .pagination > .active > a {
  background-color: transparent !important;
  color: #000;
}
.new-dashboard .pagination > li > span {
  border: none !important;
  color: #a2a2a2;
}
.new-dashboard .pagination > .active > span {
  background-color: transparent !important;
  color: #000;
}
.new-dashboard .b-0 {
  border: none !important;
}

.new-dashboard .mainContent .btn-circle,
.new-dashboard .mainContent .btn-profile {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  padding: 0rem;
}

.new-dashboard td.action .btn {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  border: none !important;
  margin-bottom: auto;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 5px 6px !important;
  text-align: center;
  margin: 0rem 1.2rem;
  margin-bottom: 1rem;
}
.new-dashboard td.action .btn i {
  color: #444 !important;
  font-weight: normal;
}
.new-dashboard .mainContent .pms-process {
  background: #f5f5f5;
  border: none;
}
.new-dashboard .fw-600 {
  font-weight: 600 !important;
}
.new-dashboard .fw-400 {
  font-weight: 400 !important;
}
.new-dashboard .f-16 {
  font-size: 16px !important;
}
.new-dashboard .f-14 {
  font-size: 14px !important;
}
.new-dashboard .f-12 {
  font-size: 12px !important;
}
.new-dashboard .f-11 {
  font-size: 11px !important;
}
.new-dashboard .f-18 {
  font-size: 18px !important;
}
.new-dashboard .backgroundnone {
  background-color: transparent !important;
}
.new-dashboard .commontxtc {
  color: #eb7f37 !important;
}
.new-dashboard .b-right {
  border-right: 1px solid #ddd;
}
.new-dashboard .b-bottom {
  border-bottom: 1px solid #ddd;
}
.new-dashboard .lighttxt {
  color: #a2a2a2;
}
.new-dashboard .txt-white {
  color: #fff !important;
}
.new-dasboard tbody .btgrpflex {
  display: flex !important;
}
.new-dashboard .p-color {
  color: #a2a2a2;
}
.new-dashboard .darktext {
  color: #333333 !important;
}
.new-dashboard .btn-approve {
  color: #00ad79 !important;
  font-size: 14px;
  background-color: #fff;
  padding: 0rem 2.5rem;
  border-radius: 5px !important;
  border: 1px solid #00ad79;
}
.new-dashboard .btn-rejected {
  color: #c90000 !important;
  font-size: 14px;
  background-color: #fff;
  padding: 0rem 2.5rem;
  border-radius: 5px !important;
  border: 1px solid #c90000;
}
.new-dashboard .btncancel,
.btnsubmit,
.EditUpdatesection,
.mysmartgoaleditsection {
  display: none;
}
.new-dashboard #goal_step .nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  font-size: 14px !important;
  padding: 8px 10px 10px !important;
}
.new-dashboard .selecttr {
  background-color: #f7f7f7;
}
.new-dashboard .assigngoalapprover .table > tbody > tr > td {
  font-size: 12px !important;
}
.new-dashboard .assigngoalapprover .table > thead > tr > th {
  font-size: 12px !important;
}

.new-dashboard .verticalconnectingline {
  border-left: 2px dotted #ddd;
  height: 261px;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: -3 !important;
}
.new-dashboard .goaldp > li > a:hover {
  background-color: #ddd !important;
  color: #000;
}
.new-dashboard .border-radius-10 {
  border-radius: 10px !important;
}
.new-dashboard .border-radius-5 {
  border-radius: 5px !important;
}
.new-dashboard .scrolldata {
  height: 500px;
  overflow-y: scroll;
}

.new-dashboard .rating {
  border: none;
  float: left;
}

.new-dashboard .rating > input {
  display: none;
}
.new-dashboard .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.new-dashboard .rating > .half:before {
  content: "\f089";
  position: absolute;
}

.new-dashboard .rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.new-dashboard .rating > input:checked ~ label, /* show gold star when clicked */
.new-dashboard .rating:not(:checked) > label:hover, /* hover current star */
.new-dashboard .rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
} /* hover previous stars in list */

.new-dashboard .rating > input:checked + label:hover, /* hover current star when changing rating */
.new-dashboard .rating > input:checked ~ label:hover,
.new-dashboard .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.new-dashboard .rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.new-dashboard .b-top {
  border-top: 1px solid #ddd;
}
.new-dashboard .b-right {
  border-right: 1px solid #ddd;
}
.new-dashboard .b-bottom {
  border-bottom: 1px solid #ddd;
}
.new-dashboard .b-left {
  border-left: 1px solid #ddd;
}
.new-dashboard .pmsyesradiocolor {
  accent-color: green;
}
.new-dashboard .pmsnoradiocolor {
  accent-color: red;
}
.v-line {
  width: 1px;
  background-color: #ccc;
  position: absolute;
  margin-left: 23px;
  margin-top: 20px;
  height: 225px;
  border: 1px dotted #f7f7f7;
}
.new-dashboard .tooltipsection {
  background-color: #f8f8f8 !important;
}
/*.assessmentfdk p{
  font-weight: 500;
  color:#555;
  font-family: 'Poppins','sans-serif' !important;
}*/
.f-13 {
  font-size: 13px !important;
}

.assessor-active {
  background-color: #e1e1e1 !important;
}

/*Employee Review*/

.new-dashboard .align-center {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-dashboard .aheadschdeule {
  color: #b3db36 !important;
}

.new-dashboard .summarylistings {
  list-style: none;
  padding-left: 0rem;
}

.new-dashboard .summarylistings li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.85rem 0rem;
  border-bottom: 1px solid #e6e6e6;
}

.new-dashboard .summarylistings li .title {
  font-weight: 400;
  color: #333;
}

.new-dashboard .summarylistings li .num {
  font-size: 20px;
  font-weight: 600;
}

.new-dashboard .summarylistings li .num.black {
  color: #333;
}

.new-dashboard .summarylistings li .num.blue {
  color: #1f2efc;
}

.new-dashboard .summarylistings li .num.orange {
  color: #f39c12;
}

.new-dashboard .summarylistings li:first-child {
  padding-top: 1.85rem;
}

.new-dashboard .summarylistings li:last-child {
  border-bottom: none;
  padding-bottom: 0rem;
}
.new-dashboard .summarytable td {
  padding: 7px 8px !important;
}
.new-dashboard .summarytable thead {
  border: 0px !important;
}
.new-dashboard .summarytable th {
  padding: 6px !important;
}
.new-dashboard .pms-setting-left > li.active {
  background-color: rgb(221, 221, 221) !important;
}

/*Comment by pratik 30-03-2023*/

/*.slidecontainer {
  width: 100%;
}*/

/*.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  background-image: linear-gradient(to right,#c90013, #eb7f37, #f3a533 ,#bbdd33, #00ad79);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}*/

/*.slider:hover {
  opacity: 1;
}*/

/*.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height:15px;
  border-radius: 50%;
  background:#373D3F;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}*/

.new-dashboard .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 48%;
  bottom: 48%;
  display: block;
  position: absolute;
  border-radius: 1px;
  background: #fafafa;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
}
.new-dashboard .lowestpoint {
  border-left: 2px solid #000;
  height: 46px;
  position: absolute;
  left: 13%;
  top: 64%;
}
.new-dashboard .highestpoint {
  border-left: 2px solid #000;
  height: 46px;
  position: absolute;
  right: 13%;
  top: 64%;
}
.new-dashboard .lowtxt {
  position: absolute;
  top: -42px;
  left: -25px;
  color: #a2a2a2;
  font-size: 10px;
}
.new-dashboard .horizontal-scale p {
  margin-right: 22%;
}

.new-dashboard .dashreview {
  margin-top: -50px !important;
}

.new-dashboard .assessmenttab .nav-tabs > li.active {
  border-bottom: none !important;
}
.new-dashboard .assessmenttab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  padding: 6px !important;
  font-weight: 600;
}
.new-dashboard .nav-tabs .nav-link.active {
  color: #eb7f37;
  background-color: #fff;
  border-color: #fff #fff #eb7f37;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #eb7f37;
}
.new-dashboard .nav-tabs > li.active {
  position: relative;
  border-bottom: 1px solid #eb7f37;
}
.new-dashboard .nav-tabs > li.active > a {
  color: #eb7f37;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
  font-size: 16px !important;
  font-weight: 400;
}
.new-dashboard .nav-tabs > li > a:hover {
  /*background: none;
  border:none;
  border-radius: 0;*/
  color: #eb7f37;
  /* font-size: 18px; */
  font-weight: 400;
}
.new-dashboard.nav-tabs .nav-link.active {
  color: #eb7f37;
  background-color: #fff;
  border-color: #fff #fff #eb7f37;
  font-size: 18px;
  font-weight: 800;
}
.new-dashboard .nav-tabs > li > a {
  font-size: 16px;
  margin-right: 0;
  padding: 6px !important;
  text-align: center;
  color: #c6c6c6;
}
.new-dashboard .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #eb7f37 #ececec -moz-use-text-color;
  border-bottom: 2px solid #eb7f37;
  border-radius: 0;
  border-style: none !important;
  border-width: 2px 1px 0;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0) !important;
  position: static;
}
.new-dashboard table > tbody > tr > td:first-child,
.new-dashboard table > tfoot > tr > td:first-child {
  text-align: left;
}

.new-dashboard table > tbody > tr > td,
.new-dashboard table > tfoot > tr > td {
  text-align: center;
}

/* for the application tables*/
.new-dashboard table.application-table > tbody > tr > td:first-child {
  text-align: left !important;
}

.new-dashboard table.application-table > tbody > tr > td {
  text-align: center;
}

.new-dashboard table > thead > tr > th {
  /* text-align: center; */
}
.new-dashboard .imgreview img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f8f8f8;
}
.new-dashboard .txtu {
  text-decoration: underline;
}
.new-dashboard .intable_initial {
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  padding: 7px 8px;
  object-fit: contain;
  border: 1px solid #f8f8f8;
  background-color: #eb7f37 !important;
  color: white !important;
  font-size: 18px;
}
.goal_cat td {
  text-align: left !important;
}

.new-dashboard .table > tbody > tr > td {
  vertical-align: middle;
}

.new-dashboard .multiselect-container {
  max-height: 175px;
  max-width: 209px;
  overflow: auto;
}

.new-dashboard .w-22 {
  width: 22% !important;
}
.new-dashboard .table > thead > tr > th {
  font-weight: 600;
  color: #555555;
}
.new-dashboard .w-22 {
  width: 22% !important;
}
.new-dashboard table > tbody > tr > td {
  text-align: center;
}

/* for the application tables*/
.new-dashboard table.application-table > tbody > tr > td:first-child {
  text-align: left !important;
}
.new-dashboard .justify-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.new-dashboard .grey-background {
  background-color: #8080803d !important;
}
.ctccomponent_tab .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f106";
  float: right;
  color: grey;
  font-size: 16px;
}
.new-dashboard
  .ctccomponent_tab
  .panel-heading
  .accordion-toggle.collapsed:after {
  content: "\f107";
  font-size: 16px;
}
.new-dashboard .ctccomponenet_tab .panel-title strong {
  color: #eb7f37 !important;
}
.new-dashboard #salary_detailstab .input-group {
  display: flex !important;
  margin-bottom: 0px;
}
.new-dashboard #salary_detailstab .input-group-append .btn {
  padding: 6px 2px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  border-right: none;
  background-color: #fff;
  border-right: none;
}
.new-dashboard #salary_detailstab .btn i {
  display: inline-block;
  font-size: 14px;
  margin-right: 2px;
  min-width: 20px;
}
.new-dashboard #salary_detailstab td {
  vertical-align: middle;
  font-size: 14pd;
}
.new-dashboard .ctcleftbar .panel-heading {
  border: none;
  padding: 8px 15px 2px;
}
.transacation_profile td {
  font-size: 12px !important;
}
.new-dashboard .ctctabs-left > li {
  float: none;
  margin: 0px;
}
.new-dashboard table.application-table > tbody > tr > td {
  text-align: center;
}
.new-dashboard .ctctabs-left > li.active > a,
.new-dashboard .ctctabs-left > li.active > a:hover,
.new-dashboard .ctctabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #ddd;
  border: none;
  border-radius: 0px;
  margin: 0px;
  line-height: 3;
}
.new-dashboard .ctctabs-left > li > a {
  color: #c6c6c6 !important;
  text-align: left;
  font-size: 14px;
  line-height: 3;
}
.new-dashboard .ctctabs-left > li.active {
  position: relative;
  border-bottom: none !important;
  font-size: 14px;
  line-height: 3;
}
.new-dashboard .ctctabs-left > li.active > a {
  color: #000 !important;
  cursor: default;
  font-size: 14px !important;
  line-height: 3;
}
.new-dashboard .ctctabs-left > li > a:hover {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 3 !important;
}
.p-line {
  width: 1px;
  background-color: #ccc;
  position: absolute;
  margin-left: 32px;
  margin-top: 20px;
  height: 158px;
  border: 1px dotted #f7f7f7;
}
.new-dashboard .form-control .disable {
  color: #ddd;
}
.new-dashboard .disable {
  background-color: #eaeaea;
}
.new-dashboard .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #eb7f37;
  background-color: #eb7f37;
  color: #fff;
}
.new-dashboard .simple-circle {
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.new-dashboard table > thead > tr > th {
  /* text-align: center; */
}
.new-dashboard .imgreview img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f8f8f8;
}
.new-dashboard .txtu {
  text-decoration: underline;
}
.new-dashboard .intable_initial {
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  padding: 7px 8px;
  object-fit: contain;
  border: 1px solid #f8f8f8;
  background-color: #eb7f37 !important;
  color: white !important;
  font-size: 18px;
}
.goal_cat td {
  text-align: left !important;
}

.new-dashboard .table > tbody > tr > td {
  vertical-align: middle;
}

.new-dashboard .multiselect-container {
  max-height: 175px;
  max-width: 209px;
  overflow: auto;
}

.new-dashboard .w-22 {
  width: 22% !important;
}
.new-dashboard .table > thead > tr > th {
  font-weight: 600;
  color: #555555;
}
.new-dashboard .ctcleftbar .panel-heading {
  border: none;
  padding: 8px 15px;
}
.new-dashboard .intable_img img {
  width: 12%;
  border-radius: 50px;
  object-fit: contain;
  margin-right: 10px;
}
.new-dashboard .intable_initial {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 7px 10px;
  object-fit: contain;
  margin-right: 10px;
  border: 1px solid #f8f8f8;
  background-color: #eb7f37 !important;
  color: white !important;
  font-size: 18px;
}
.new-dashboard .modalheadcolor {
  background-color: #ffe5d3 !important;
}
.new-dashboard .disable {
  background-color: #f7f7f7;
}

.new-dashboard .ctcleftbar .panel-heading {
  border: none;
  padding: 8px 15px 2px;
}
.transacation_profile td {
  font-size: 12px !important;
}
.new-dashboard .modalheadcolor {
  background-color: #ffe5d3 !important;
}
.new-dashboard .disable {
  background-color: #f7f7f7;
}
.new-dashboard .btn-delete-image {
  bottom: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  opacity: 1;
  padding: 2px;
  position: absolute;
  right: 5%;
  cursor: pointer;
  height: 20%;
  width: 20%;
  top: 10%;
  border-radius: 50%;
  border: 3px solid white;
}
.new-dashboard .bg-danger {
  background: #ff3e6c !important;
  color: white !important;
}

.new-dashboard .ctc_b .profile-info .avatar img {
  border-radius: 50%;
  height: 100%;
  max-height: unset !important;
  max-width: unset !important;
  width: 100%;
}
.new-dashboard .rounded-circle {
  border-radius: 50% !important;
}
/* .new-dashboard a:hover {
  color: #eb7f37;
  outline: 0 none;
} */
a:focus,
a:hover,
a:active {
  color: #f48e00;
  outline: 0 none;
  text-decoration: none;
}
.helpcentersection .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.helpcentersection .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.helpcentersection .modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Right*/
.helpcentersection .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.helpcentersection .modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.helpcentersection .modal-content {
  border-radius: 0;
  border: none;
}

.new-dashboard .filter-container .btn-group {
  display: flex;
}
.new-dashboard .filter-container .btn-group {
  display: flex;
}
.new-dashboard .justify-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.new-dashboard .grey-background {
  background-color: #8080803d !important;
}

.new-dashboard #custom-confirm-box img {
  width: 25% !important;
}

.new-dashboard .radio-inline {
  margin-right: 10px;
}
/* .new-dashboard .box-shadow{
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
} */
.table-coloum-user-name {
  display: flex;
  align-items: center;
}

/* ----- MODAL STYLE ----- */
.helpcentersection .modal-content {
  border-radius: 0;
  border: none;
}

.helpcentersection .modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}
.helpcentersection .btn-demo {
  transform: rotate(-90deg);
  background-color: #eb7f37;
  color: #fff;
  border: 1px solid #eb7f37;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: fixed;
  right: -35px;
  top: 31%;
}
.new-dashboard #alerts_options .nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-align: left !important;
}

.new-dashboard .process-alerts > li.active > a,
.process-alerts > li.active > a:hover,
.process-alerts > li.active > a:focus,
.process-alerts > li > a:hover {
  line-height: 1.42857143 !important;
}

/* wrap the option taxt and given fixed hight for all multiselect */
.multiselect-container > li > a {
  white-space: normal !important;
}
.multiselect-container {
  max-height: 300px !important;
  overflow-y: scroll;
}
.new-dashboard .of-x-vis {
  overflow-x: visible !important;
}
.new-dashboard .of-y-vis {
  overflow-y: visible !important;
}
.new-dashboard .disabled-label {
  cursor: not-allowed;
  padding: 0.4rem;
  background-color: #ddd;
  border-radius: 0.5rem;
  width: -webkit-fill-available;
}
.new-dashboard .avatar-icon {
  display: inline-block;
  margin-bottom: 0;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50% !important;
  min-height: unset !important;
  min-width: unset !important;
  vertical-align: unset !important;
  border: unset !important;
}
.new-dashboard .avatar-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 19px;
}
.new-dashboard .compliance-bg-green {
  color: #5ac77f;
  background: #cdf9ca;
}
.new-dashboard .compliance-bg-purple {
  color: #9e82ec;
  background: #d0c4f1;
}
.new-dashboard .round {
  border-radius: 50%;
  border: 2px solid #f8f8f8;
  width: 55px;
  height: 55px;
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.new-dashboard .modal-title {
  text-align: center;
  width: 100%;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: none !important;
}
.new-dashboard .tableimg {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

#exception-alert {
  font-weight: normal;
}

.new-dashboard .no_record_img {
  width: 30%;
}
.mis-table {
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.mis-table th {
  font-size: 12px !important;
  padding: 9px !important;
  text-align: center;
}
.mis-table td {
  font-size: 12px !important;
  padding: 9px !important;
  text-align: center;
}
.mis-table th:first-child {
  text-align: left !important;
  border-top-left-radius: 10px;
}
.mis-table td:first-child {
  text-align: left !important;
}
.mis-table th:last-child {
  border-top-right-radius: 10px;
}

.btn-success,
.btn-default,
.btn-primary,
.btn-warning,
.panel-default > .panel-heading {
  background-image: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.actions-button-padding{
  padding: 7px !important;
}
/* line 1, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .customer-quote-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alert-tabs .nav-tabs > li.active {
  border-bottom: none !important;
}

/* line 9, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 13, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

/* line 18, app/assets/stylesheets/company/alert_tabs.css.scss */
#alerts_options .nav-tabs > li.active > a {
  color: #000 !important;
  box-shadow: none;
  padding: 6px;
  background-color: #ddd;
}

/* line 25, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alert-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .nav-tabs > li > a:not(.new-dashboard .payroll-employee-input-list .nav-tabs > li > a) {
  font-size: 14px;
  margin-right: 0;
  padding: 6px;
  text-align: left;
  color: #c6c6c6;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .b-0 {
  border: none !important;
}

/* line 39, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .btn-view {
  color: #000 !important;
  font-size: 13px;
  background-color: #fff;
  padding: 0.3rem 1.4rem;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
  width: fit-content !important;
  margin: 0px;
}

/* line 49, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard
.alertbg1 {
  background-color: #edf5ff !important;
  color: #05b3fa;
}

/* line 54, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg2 {
  background-color: #fff5f7 !important;
  color: #e50027;
}

/* line 58, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg3 {
  background-color: #f6ffe2 !important;
  color: #5ac77f;
}

/* line 62, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg4 {
  background-color: #f2edff !important;
  color: #9e82ec;
}

/* line 66, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg5 {
  background-color: #f0fbff !important;
  color: #00aaf0;
}

/* line 70, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg6 {
  background-color: #eaf1ff !important;
  color: #77a2fd;
}

/* line 74, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg7 {
  background-color: #ffeee3 !important;
  color: #eb7f37;
}

/* line 78, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg8 {
  background-color: #effff9 !important;
  color: #00d583;
}

/* line 82, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertbg9 {
  background-color: #ffedf7 !important;
  color: #ed87c0;
}

/* line 86, app/assets/stylesheets/company/alert_tabs.css.scss */
.alertbg10 {
  background-color: #fff6e2 !important;
  color: #ffc239;
}

/* line 90, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .upcomingevent {
  background-color: #fff0c5 !important;
  color: #f2a533 !important;
}

/* line 94, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .pendingrequest {
  background-color: #c2f0da !important;
  color: #5ad69d !important;
}

/* line 98, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alert_text_data {
  height: 42px;
  color: #000 !important;
}

/* line 102, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .active {
  color: #000 !important;
  font-weight: 500 !important;
}

/* line 106, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .no_request {
  font-size: 16px;
  font-weight: bold;
  height: 21px;
  margin: 10px 0px 0px;
}

/* line 112, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .b-right {
  border-right: 1px solid #ddd;
}

/* line 116, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .f-12 {
  font-size: 12px !important;
}

/* line 120, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .nav-tabs > li.active > a {
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
  font-size: 14px;
  font-weight: 400;
}

/* line 128, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .nav-tabs .nav-link.active {
  color: #eb7f37;
  background-color: #fff;
  border-color: #fff #fff #eb7f37;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #eb7f37;
}

/* line 136, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard #set_up_issues-tab .card,
.new-dashboard #alert_pending_request .card,
.new-dashboard #process_alerts-tab .card {
  margin: 15px 0px !important;
}

/* line 141, app/assets/stylesheets/company/alert_tabs.css.scss */
.new-dashboard .alertsection .img-fluid {
  width: 90%;
}
/* line 1, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-slide {
  margin: 0px 14px !important;
}

/* line 5, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-track {
  padding: 25px 0px;
}

/* line 9, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-slide img {
  display: unset !important;
}

/* line 13, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-next {
  right: -30px;
  width: 40px;
  height: 40px;
}

/* line 19, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-prev {
  width: 40px;
  height: 40px;
}

/* line 24, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fy_payroll_data .slick-next:before, .new-dashboard .fy_payroll_data .slick-prev:before {
  font-size: 22px !important;
  opacity: .75;
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

/* line 32, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollcard {
  border-radius: 10px;
}

/* line 36, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollemp {
  text-align: center;
  background-color: #f8f8f8;
}

/* line 41, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollcard .card-body {
  padding: 8px 5px;
}

/* line 45, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .completed_status {
  color: #00ad79;
}

/* line 49, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .pending_status {
  color: #ffce33;
}

/* line 53, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .incompleted_status {
  color: #c90013;
}

/* line 57, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .upcoming_status {
  color: #707070;
}

/* line 61, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .current_status {
  color: #EB7F37;
}

/* line 65, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active .completed_status, div.payrollcard.payroll-active .pending_status,
div.payrollcard.payroll-active .incompleted_status, div.payrollcard.payroll-active .upcoming_status,
div.payrollcard.payroll-active .current_status {
  color: #fff;
}

/* line 71, app/assets/stylesheets/company/payrolls.css.scss */
.payroll-month-value, .payroll-value {
  color: #000;
}

/* line 75, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active .payroll-month-value, div.payrollcard.payroll-active .payroll-value {
  color: #fff;
}

/* line 79, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active:has(p.completed_status) {
  background: #00ad79;
}

/* line 83, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active:has(p.pending_status) {
  background: #FFCE33;
}

/* line 87, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active:has(p.incompleted_status) {
  background: #c90013;
}

/* line 91, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active:has(p.upcoming_status) {
  background: #707070;
}

/* line 95, app/assets/stylesheets/company/payrolls.css.scss */
div.payrollcard.payroll-active:has(p.current_status) {
  background: #EB7F37;
}

/* line 99, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollrightdata .lightsection {
  background-color: #f8f8f8 !important;
}

/* line 103, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollcard p {
  margin: 0px 0px 0px !important;
  font-weight: 500;
  font-size: 9px;
}

/* line 109, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollcard strong {
  font-size: 11px;
}

/* line 113, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .lightsection {
  background-color: #f8f8f8 !important;
}

/* line 117, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollemp p {
  font-size: 12px !important;
}

/* line 121, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollselect .border-0:hover {
  background-color: #f8f8f8 !important;
}

/* line 125, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .yeartext {
  color: #eb7f37;
  background-color: #f8f8f8;
  width: 50%;
  text-align: center;
  line-height: 1.9;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  margin-top: 5px;
}

/* line 136, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .yearselect {
  padding: 0.25rem 0.75rem;
  margin-top: 5px;
  border-radius: 0rem 0.5rem 0.5rem 0rem !important;
}

/* line 142, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrolltable .apexcharts-toolbar {
  top: -40px !important;
  right: 8px !important;
}

/* line 147, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrolltable .apexcharts-menu {
  min-width: 113px !important;
}

/* line 151, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrolltable .apexcharts-legend-marker {
  border-radius: 6px !important;
}

/* line 155, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .paydataemp {
  max-height: 40vh;
  overflow-y: auto;
}

/* line 160, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollcard img {
  width: 35px;
}

/* line 164, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrolltable-data tr > :last-child(1+2n):not(th) {
  color: #eb7f37;
}

/* line 168, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .table.payrolltable-data td {
  padding: 10px;
}

@media (min-width: 1480px) and (max-width: 2000px) {
  /* line 173, app/assets/stylesheets/company/payrolls.css.scss */
  .new-dashboard .ml-cont {
    /* margin-top: -7.6% !important; */
    /* margin-top: -3.6% !important; */
  }
}

/* line 180, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .shadowwith_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  margin: 15px 0px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

/* line 198, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .shadowheader_card {
  background: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #ddd;
}

/* line 207, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .img-fluid {
  margin: 0;
}

/* line 211, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .tophead-subtitle {
  font-size: 14px;
  font-weight: 400;
}

/* line 216, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .tophead-nav:has(.payroll-summary-header) {
  min-height: 180px !important;
  padding: 0.5rem 1rem;
  width: 100%;
  background: url(/assets/group-1095-89b66b135013496c317469f6da5855543d27c2178b6833533e7e414f74ca4431.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 226, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .mt-2, .new-dashboard .my-2 {
  margin-top: .3rem !important;
}

/* line 230, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .nav-tabs .nav-link {
  color: #c6c6c6 !important;
  font-size: 18px;
  font-weight: 400;
  /*padding: 6px !important;*/
}

/* line 237, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .nav-tabs .nav-link.active {
  color: #eb7f37 !important;
  background-color: #fff;
  /*border-color: #fff #fff #eb7f37;*/
  border-color: #fff #fff #ddd;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #ddd;
}

/* line 247, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .nav-tabs > li.active {
  position: relative;
  border-bottom: 1px solid #eb7f37;
}

/* line 252, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .nav-tabs > li.active > a {
  color: #eb7f37 !important;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
  /* font-size: 18px ; */
  font-weight: 400;
}

/* line 262, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payroll-employee-input-list .nav-tabs > li > a:hover,
.new-dashboard .payroll-employee-output-list .nav-tabs > li > a:hover {
  color: #eb7f37 !important;
  /* font-size: 18px; */
  font-weight: 400 !important;
}

/* line 269, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard.nav-tabs .nav-link.active {
  color: #eb7f37 !important;
  background-color: #fff;
  border-color: #fff #fff #eb7f37;
  font-size: 18px;
  font-weight: 800;
}

/* line 277, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard #employee-payroll-processing-summary .nav-tabs > li > a {
  font-size: 14px;
  margin-right: 0;
  padding: 6px;
  text-align: center !important;
  color: #c6c6c6;
}

/* line 285, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #eb7f37 #ececec -moz-use-text-color;
  border-bottom: 2px solid #eb7f37;
  border-radius: 0;
  border-style: none !important;
  border-width: 2px 1px 0;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0) !important;
  position: static;
}

/* line 295, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 302, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .table-borderless th {
  border: 0;
  /*  padding: 12px;*/
  font-size: 13px !important;
}

/* line 308, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard #payroll-active-employee-list td {
  padding: 3px !important;
}

/* line 312, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard #payroll-active-employee-list td.selection-check {
  padding: 12px !important;
}

/* line 316, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard table td {
  border-top: unset !important;
}

/* line 320, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard table tr:nth-child(2n):not(.grey_table) {
  background: none repeat scroll 0 0 #fff;
}

/* line 324, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .table > thead > tr > th {
  font-weight: 600;
  color: #555555 !important;
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
}

/* line 331, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .table > tbody > tr > td, .new-dashboard .table > tfoot > tr > td {
  font-weight: 400;
  color: #848484;
  vertical-align: middle;
}

/* line 337, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .pagination > li > a, .new-dashboard .pagination > li > span {
  border: none !important;
  color: #a2a2a2;
  padding: 6px !important;
}

/* line 343, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .pagination > li.active > span {
  color: #eb7f37 !important;
  background-color: transparent;
}

/* line 348, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .custom-pagination {
  text-align: right;
}

/* line 352, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .pagination > .active > a {
  background-color: transparent !important;
  color: #000;
}

/* line 357, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .commontxtc .dropdown-toggle {
  width: 32px !important;
  height: 30px !important;
  border-radius: 18px !important;
  padding: 8px !important;
}

/* line 364, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .w-50 {
  width: 50% !important;
}

/* line 368, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard td.text-center {
  text-align: center !important;
}

/* line 372, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .paydataemp {
  height: 38vh;
  overflow-y: auto;
}

/* line 377, app/assets/stylesheets/company/payrolls.css.scss */
.modal-theme.new-dashboard .modal-footer {
  padding: 0.5rem;
}

/* line 381, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.process[type=radio] {
  accent-color: seagreen;
}

/* line 385, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.unprocess[type=radio] {
  accent-color: red;
}

/* line 389, app/assets/stylesheets/company/payrolls.css.scss */
#run-payroll-modal label {
  font-size: 12px;
}

/* line 393, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .modal-theme .modal-footer {
  padding: 0.5rem;
}

/* line 397, app/assets/stylesheets/company/payrolls.css.scss */
.employee-selection .btn {
  border-radius: 4px !important;
}

/* line 401, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .customeStickyModal,
.new-dashboard .activeempcustomeStickyModal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

/* line 413, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .customeStickyModalIn,
.new-dashboard .activeempcustomeStickyModalIn {
  width: 30%;
  height: 100%;
  max-width: 700px;
  position: absolute;
  right: -100%;
  background-color: #fff;
  padding: 10px 15px;
  overflow: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

/* line 430, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollstickySummary {
  padding: 0px 5px 0px 10px;
}

/* line 434, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollstickyTitle {
  background-color: #fff5ef;
}

/* line 438, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .customeStickyModalIn.activeStickyModel,
.new-dashboard .activeempcustomeStickyModalIn.empactiveStickyModel {
  right: 0;
}

/* line 443, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .emloyee-active-data, .new-dashboard .emloyee-processed-data {
  background-color: #ededed !important;
}

/* line 447, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .btn.close-employee-input-popup {
  margin-bottom: 25px !important;
}

/* line 451, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .colorpanelfullday {
  display: inline-block;
  background: #de4841;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

/* line 459, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .fullday {
  color: #de4841;
}

/* line 463, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .colorpanelhalfday {
  display: inline-block;
  background: #54b4d7;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

/* line 471, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .halfday {
  color: #54b4d7;
}

/* line 475, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .colorpanelquarterday {
  display: inline-block;
  background: #58438d;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

/* line 483, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .quarterday {
  color: #58438d;
}

/* line 487, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .colorpanelthreeforthday {
  display: inline-block;
  background: #34cd86;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

/* line 495, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .threeforthday {
  color: #34cd86;
}

/* line 499, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .bgfade {
  background-color: #f2f2f2 !important;
}

/* line 503, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .f-10 {
  font-size: 10px;
}

/* line 507, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .bgfade.p-3 {
  padding: 0.5rem !important;
}

/* line 511, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .bgfade .control-label {
  font-size: 13px;
}

/* line 515, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard #payroll_calendar tr:nth-child(2n) {
  background: none repeat scroll 0 0 transparent;
}

/* line 519, app/assets/stylesheets/company/payrolls.css.scss */
.lop-days.card-body {
  padding: 0.5rem !important;
}

/* line 523, app/assets/stylesheets/company/payrolls.css.scss */
.lop-days.card-body label {
  font-size: 12px !important;
}

/* line 527, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .circle {
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
}

/* line 534, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard #payroll_calendar td {
  padding: 3px;
}

/* line 538, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .comment-text h5 {
  margin-bottom: 3px !important;
  color: #555 !important;
  font-size: 16px !important;
}

/* line 544, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard span.date {
  font-size: 13px;
  color: #a3a3a3 !important;
}

/* line 549, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .ptable td {
  padding: 5px !important;
  font-size: 12px !important;
}

/* line 554, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payrollstickySummary {
  font-size: 12px !important;
}

/* line 558, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .text-decor {
  color: #eb7f37;
  text-decoration: underline;
}

/* line 563, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .commontxtc {
  color: #eb7f37 !important;
}

/* line 567, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .activeemptable .btn-group .btn-default {
  border-radius: 5px;
  padding: 0px 5px;
  border: none;
}

/* line 573, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .ptable th {
  padding: 5px !important;
}

/* line 577, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .ptable thead {
  border-bottom: none !important;
}

/* line 581, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .text-align-left {
  text-align: left !important;
}

/* line 585, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.fulldayradiocolor[type=radio] {
  accent-color: red;
}

/* line 589, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .radio-labels label.fulldayradiolabel:has(input.fulldayradiocolor[type=radio]) {
  color: red;
}

/* line 593, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.halfdayradiocolor[type=radio] {
  accent-color: dodgerblue;
}

/* line 597, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .radio-labels label.halfdayradiolabel:has(input.halfdayradiocolor[type=radio]) {
  color: dodgerblue;
}

/* line 601, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.quarterradiocolor[type=radio] {
  accent-color: mediumslateblue;
}

/* line 605, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .radio-labels label.quarterradiolabel:has(input.quarterradiocolor[type=radio]) {
  color: mediumslateblue;
}

/* line 609, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.threeeforthradiocolor[type=radio] {
  accent-color: #34cd86;
}

/* line 613, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .radio-labels label.threeeforthradiolabel:has(input.threeeforthradiocolor[type=radio]) {
  color: #34cd86;
}

/* line 617, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard input.clearradiocolor[type=radio] {
  accent-color: black;
}

/* line 621, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .radio-labels label.clearradiolabel:has(input.clearradiocolor[type=radio]) {
  color: black;
}

/* line 625, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0 20px;
  width: 150px;
  border-radius: 5px;
}

/* line 636, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard .percent {
  position: relative;
  max-height: 150px;
}

/* line 641, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard svg {
  position: relative;
  width: 190px;
  height: 190px;
  transform: rotate(-90deg);
  margin-left: -20px;
}

/* line 649, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ddd;
  stroke-width: 10;
  stroke-linecap: round;
}

/* line 658, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard svg circle:last-of-type {
  stroke-dasharray: 375px;
  stroke-dashoffset: calc(375px - (375px * var(--percent)) / 100);
  stroke: #3498db;
}

/* line 664, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard .number {
  position: absolute;
  top: 55%;
  left: 59%;
  transform: translate(-50%, -50%);
}

/* line 671, app/assets/stylesheets/company/payrolls.css.scss */
.progresscard:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}

/* line 675, app/assets/stylesheets/company/payrolls.css.scss */
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  text-align: center;
}

/* line 685, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .advance-expense-tab .nav-tabs > li.active > a, .payroll-form-16 .nav-tabs > li.active > a:hover, .payroll-form-16 .nav-tabs > li.active > a:focus {
  text-align: left;
  font-size: 14px !important;
  line-height: 3;
}

/* line 690, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .payroll-form-16 .nav-tabs > li > a, .payroll-form-16 .nav-tabs > li > a:hover, .payroll-form-16 .nav-tabs > li > a:focus {
  text-align: left;
  font-size: 14px !important;
  line-height: 3;
}

/* line 696, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .advance-expense-tab .nav-tabs > li.active > a, .advance-expense-tab .nav-tabs > li.active > a:hover, .advance-expense-tab .nav-tabs > li.active > a:focus {
  text-align: left;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* line 701, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .advance-expense-tab .nav-tabs > li > a, .advance-expense-tab .nav-tabs > li > a:hover, .advance-expense-tab .nav-tabs > li > a:focus {
  text-align: left;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* line 706, app/assets/stylesheets/company/payrolls.css.scss */
.new-dashboard .advance-expense-tab table td {
  padding: 6px !important;
  font-size: 13px !important;
}

/* line 711, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 719, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 723, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}

/* line 730, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 737, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: 'Poppins', Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 751, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #00ad79 !important;
  text-align: left;
}

/* line 758, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

/* line 766, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-switch {
  display: block;
  width: 18px;
  Height: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 781, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 785, app/assets/stylesheets/company/payrolls.css.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 789, app/assets/stylesheets/company/payrolls.css.scss */
.dashboard-new .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 793, app/assets/stylesheets/company/payrolls.css.scss */
.multiselect-span {
  background-color: white;
  border-radius: 7px;
  padding: 10px 10px 0 10px;
}

@media (min-width: 1480px) and (max-width: 2000px) {
  /* line 800, app/assets/stylesheets/company/payrolls.css.scss */
  .new-dashboard .ml-cont {
    margin-top: -6% !important;
  }
}
.chosen-container .chosen-results li.highlighted {
  background-image: linear-gradient(#eb7f37 20%,#eb7f37 90%) !important; 
}

.chosen-container .chosen-results li.highlighted {
  background-color: #eb7f37 !important;
  background-image: linear-gradient(#eb7f37 20%,#eb7f37 90%) !important;
  color: #fff;
}

.chosen-container{
  line-height: 7 !important;
}

.chosen-container .chosen-results li.highlighted {
  font-weight: 600 !important;
}

.chosen-container .chosen-results li {
  line-height: 26px !important;
}

.chosen-container .chosen-results {
  font-weight: 400 !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 5px 5px 3px 0px !important;
  padding: 6px 22px 6px 8px !important;
}

.chosen-container-single .chosen-single {
  height: 34px !important;
}

.chosen-single span{
  padding-top: 5px !important;
}
/* line 1, app/assets/stylesheets/dashboards/new_common.css.scss */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 6, app/assets/stylesheets/dashboards/new_common.css.scss */
*::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 5px;
  border: none !important;
  background-color: rgba(41, 49, 52, 0.5) !important;
}

/* line 13, app/assets/stylesheets/dashboards/new_common.css.scss */
body {
  font-family: 'Poppins';
}

/*tophead navbar*/
/* line 18, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .tophead {
  margin-left: 4%;
  line-height: 25px;
  font-weight: 600;
  color: white;
  margin-top: 2%;
}

/* line 25, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navelements li {
  padding: 5px;
}

/*tophead navbar End*/
/*.new-dashboard #pageContent {
  display: block;
  height: 100%;
  width: 92%;
  left: 7%;
  position: absolute;
  top: 100px;
}*/
/* line 38, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .appointdata .slick-initialized .slick-slider {
  float: left !important;
}

/* line 41, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .w-25 {
  width: 25% !important;
}

/* line 44, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .w-15 {
  width: 15% !important;
}

/* line 47, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .appointdata .slick-track {
  margin-left: 0 !important;
}

/*new modal design*/
/* line 52, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-title .close {
  font-size: 20px;
}

/* line 55, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modaltitle {
  font-size: 22px;
}

/* line 58, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-content .modal-footer {
  background-color: #fff !important;
}

/* line 61, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-dialog .modal-content .modal-header button.close {
  background-color: transparent !important;
}

/* line 64, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-dialog .modal-content .modal-header {
  height: 100% !important;
}

/* line 67, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-header {
  padding: 15px !important;
}

/* line 70, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-body {
  padding: 15px !important;
}

/* line 73, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-theme.modal .modal-dialog .modal-content {
  border-radius: 1rem !important;
}

/* line 76, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-theme.modal .modal-dialog .modal-content .modal-footer {
  border-radius: 1rem !important;
  border-top: none !important;
}

/* line 80, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-theme.modal .modal-dialog .modal-content .modal-header {
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/*new modal end*/
/*toggle design*/
/* line 87, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1 {
  position: relative;
  width: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 92, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-checkbox {
  display: none;
}

/* line 96, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
}

/* line 101, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 106, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-inner:before, .new-dashboard .onoffswitch1-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-family: Poppins;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

/* line 114, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-inner:before {
  content: "Show";
  padding-left: 10px;
  background-color: #5ad69d;
  color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

/* line 121, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-inner:after {
  content: "Hide";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

/* line 128, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-switch {
  display: block;
  width: 30px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 30px;
  /*position: absolute; top: 0; bottom: 0; right:43px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  height: 30px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  box-shadow: 0 1px 1px white inset;
}

/* line 143, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
  margin-left: 0;
}

/* line 147, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
  right: 0px;
}

/* line 151, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .employeefeed_switch {
  float: right;
  margin-top: -7%;
  align-items: center;
  font-size: 16px;
}

/* line 158, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
}

/*toggle design end*/
/* line 166, app/assets/stylesheets/dashboards/new_common.css.scss */
.topheadtable {
  max-height: 450px;
  overflow-y: auto;
}

/* line 171, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 10px;
  border: none;
}

/* line 178, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navbar-default .navbar-brand {
  color: #323232;
  font-family: Poppins;
  font-size: 27px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 0px;
}

/*.new-dashboard .navelements li{
  padding:5px;
}*/
/* line 193, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navelements li img {
  width: 82%;
}

/* line 196, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .userlogin img {
  background-image: url(/assets/default-2410fbddd54301d1936bac86ceb120eeb06ffad3a0fb27d896b3222b330961b7.png);
}

/* line 199, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-bd-unfilled {
  border: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  line-height: 20px;
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  margin: 5px 0px;
  border-radius: 5px !important;
}

/* line 209, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-bd-filled {
  border: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  line-height: 25px;
  color: #fff !important;
  font-size: 14px;
  background-color: #eb7f37;
  margin: 0px 0px;
  border-radius: 5px !important;
}

/* line 219, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-bd-unfilled:hover {
  color: #eb7f37;
}

/* line 222, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .userlogin a {
  padding: 0px;
}

/* line 225, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .userlogin-submenu a {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 229, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* line 237, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 257, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard p-0 {
  padding: 0px !important;
}

/* line 260, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/* line 264, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%) !important;
}

/* line 267, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%) !important;
}

/* line 270, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .d-flex:not(.leave_encashment_exemption) {
  display: flex !important;
}

/* line 273, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .d-block {
  display: block !important;
}

/* line 276, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-0 {
  padding: 0px !important;
}

/* line 279, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pr-0 {
  padding-right: 0px !important;
}

/* line 282, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pl-0 {
  padding-left: 0px !important;
}

/* line 285, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pt-0 {
  padding-top: 0px !important;
}

/* line 288, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pb-0 {
  padding-bottom: 0px !important;
}

/* line 291, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .border-0 {
  border: 0px !important;
}

/* line 294, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .carouselcaption h6 {
  font-size: 14px !important;
  margin-bottom: 6%;
}

/* line 298, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .d-flex {
  display: flex;
}

/* line 301, app/assets/stylesheets/dashboards/new_common.css.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 303, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-left {
  text-align: left !important;
}

/* line 306, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-default:hover {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

/* line 311, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 316, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-left {
  text-align: left !important;
}

/* line 319, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-right {
  text-align: right !important;
}

/* line 322, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-center {
  text-align: center !important;
}

/* line 325, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-center th {
  text-align: center !important;
}

/* line 328, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard h5 {
  font-size: 24px;
}

/* line 331, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 336, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .justify-content-left {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}

/* line 341, app/assets/stylesheets/dashboards/new_common.css.scss */
.newdashboard .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 347, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .table-borderless td,
.new-dashboard .table-borderless th {
  border: 0;
  padding: 12px;
  font-size: 14px;
}

/* line 353, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard table tr:nth-child(2n):not(.grey_table) {
  background: none repeat scroll 0 0 transparent;
}

/* line 357, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .border-0:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 366, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard #cl-wrapper {
  display: table;
  /*  height: 100%;*/
  /*   margin-left: -20px;*/
  position: absolute;
  /*transition: margin-left 600ms ease 0s, opacity 600ms ease 0s;*/
  width: 100%;
}

/* line 374, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 380, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

/* line 388, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .nav-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 394, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .nav-link-icon svg {
  width: 22px;
  height: 22px;
}

/*body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}*/
/* line 404, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a.active {
  position: relative;
  color: white;
  background: rgba(255, 255, 255, 0.15);
}

/* line 411, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a.disabled {
  cursor: no-drop;
  color: rgba(255, 255, 255, 0.5);
}

/* line 416, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .sub-menu-arrow {
  margin-left: auto;
  font-size: 10px;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 425, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .sub-menu-arrow.rotate-in {
  transform: rotate(180deg);
}

/* line 429, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .badge {
  margin-left: auto;
  padding: 3px 7px;
}

/* line 434, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .badge.small-badge {
  color: transparent;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
}

/* line 442, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul {
  display: none;
}

/* line 446, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul li a {
  padding-left: 65px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 452, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul ul {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-left: none;
}

/* line 459, app/assets/stylesheets/dashboards/new_common.css.scss */
body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul ul li a {
  padding-left: 85px;
}

/* line 465, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation {
  width: 75px;
  z-index: 1000;
  position: fixed;
  display: flex;
  flex-direction: row;
  left: 0;
  bottom: 1px;
  top: 0px;
  background-color: #f8f8f8;
}

/* line 476, app/assets/stylesheets/dashboards/new_common.css.scss */
body .new-dashboard a:hover {
  text-decoration: none;
}

/* line 479, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard #pageContent {
  display: block;
  height: 100%;
  width: 100%;
  left: 7%;
  /* position: absolute; */
  margin-top: -12%;
}

/* line 487, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body {
  overflow: hidden !important;
  /*  padding-top: 15px;*/
  padding-bottom: 15px;
}

/* line 493, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body > ul > li.open {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
}

/* line 498, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body > ul > li.open {
  background: none;
}

/* line 502, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body > ul > li.open > a:before,
body .navigation .navigation-menu-body > ul > li > a.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  color: #f4f5fd;
  border: 15px solid transparent;
  margin-top: -15px;
}

/* line 514, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li a {
  display: block;
}

/* line 518, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li a.active {
  background: none;
}

/* line 522, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li a.active .nav-link-icon {
  color: black;
}

/* line 526, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li a span:not(.nav-link-icon),
body .navigation .navigation-menu-body ul li a .sub-menu-arrow {
  display: none !important;
}

/* line 531, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li a .nav-link-icon {
  margin-right: 0;
  text-align: center;
}

/* line 536, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul li.open > ul {
  display: none;
}

/* line 540, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body > ul > li > a.active .nav-link-icon {
  color: white;
}

/* line 544, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover {
  width: 280px;
  background-color: white;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), 2px 0px 10px -9px black;
}

/* line 550, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body {
  display: flex;
  overflow: hidden;
}

/* line 555, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a {
  display: flex;
  color: white !important;
}

/* line 560, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a:before {
  display: none !important;
}

/* line 564, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a.active {
  background: rgba(255, 255, 255, 0.15);
}

/* line 568, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a.active .nav-link-icon {
  color: #eb8b36;
}

/* line 572, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a > span,
body .navigation:hover .navigation-menu-body ul li a .sub-menu-arrow {
  display: inherit !important;
}

/* line 577, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li a .nav-link-icon {
  /*margin-right: 0.8rem !important;*/
  color: black;
}

/* line 582, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation:hover .navigation-menu-body ul li.open > ul {
  display: block;
}

/* line 586, app/assets/stylesheets/dashboards/new_common.css.scss */
body .navigation .navigation-menu-body ul {
  margin: 0px;
  padding: 0px;
}

/* line 591, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .nicescroll-cursors {
  border: none !important;
  background-color: rgba(41, 49, 52, 0.5) !important;
  width: 8px !important;
}

/* line 597, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navigation-nicescroll .nicescroll-cursors {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 601, app/assets/stylesheets/dashboards/new_common.css.scss */
.navbar-collapse ul.navbar-nav li a.nav-link {
  display: flex;
  list-style: none;
  line-height: 100%;
  color: #eb7f37 !important;
  background-color: unset !important;
}

/* line 609, app/assets/stylesheets/dashboards/new_common.css.scss */
.navbar-collapse ul.navbar-nav li a.nav-link:hover,
.navbar-collapse ul.navbar-nav li a.nav-link:focus {
  outline: none;
  color: #eb7f37 !important;
  background-color: unset !important;
}

/* line 616, app/assets/stylesheets/dashboards/new_common.css.scss */
.navbar-collapse ul.navbar-nav li a.nav-link.nav-link-notify {
  position: relative;
}

/* line 620, app/assets/stylesheets/dashboards/new_common.css.scss */
.navbar-collapse ul.navbar-nav li a.nav-link.nav-link-notify:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  border-radius: 50%;
  top: 15px;
  background-color: #eb7f37 !important;
  -webkit-animation: notify-pulse 1s infinite;
}

/* line 631, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-bd-download {
  border: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
  line-height: 25px;
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px !important;
}

/* line 640, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-bd-download:hover {
  color: #eb7f37 !important;
}

/* line 644, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-fill {
  color: #fff;
  background-color: #eb7f37;
  border-color: #eb7f37;
  border-radius: 5px !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}

/* line 651, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-fill {
  color: #fff !important;
}

/* line 655, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search-container {
  position: relative;
  display: inline-block;
  /*  margin: 4px 2px;*/
  height: 43px;
  width: 43px;
  vertical-align: bottom;
}

/* line 664, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: -4px;
  text-align: center;
  top: 6px;
}

/* line 673, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

/* line 682, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search {
  position: absolute;
  left: 49px;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

/* line 699, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search:focus {
  width: 363px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

/* line 704, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
}

/* line 709, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .expandright:focus {
  padding: 0 0 0 16px;
}

/* line 713, app/assets/stylesheets/dashboards/new_common.css.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 718, app/assets/stylesheets/dashboards/new_common.css.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 723, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .span2 {
  width: 20%;
}

/* line 727, app/assets/stylesheets/dashboards/new_common.css.scss */
.w-100 {
  width: 100% !important;
}

/* line 730, app/assets/stylesheets/dashboards/new_common.css.scss */
.w-75 {
  width: 75% !important;
}

/* line 733, app/assets/stylesheets/dashboards/new_common.css.scss */
.w-50 {
  width: 50% !important;
}

/* line 736, app/assets/stylesheets/dashboards/new_common.css.scss */
.w-25 {
  width: 25% !important;
}

/* line 739, app/assets/stylesheets/dashboards/new_common.css.scss */
.w-30 {
  width: 30% !important;
}

/* line 742, app/assets/stylesheets/dashboards/new_common.css.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 748, app/assets/stylesheets/dashboards/new_common.css.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 754, app/assets/stylesheets/dashboards/new_common.css.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 760, app/assets/stylesheets/dashboards/new_common.css.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 766, app/assets/stylesheets/dashboards/new_common.css.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 771, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 777, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 783, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 789, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 795, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 801, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 806, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 811, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 816, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 821, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 826, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 831, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 836, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 841, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 846, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 851, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 856, app/assets/stylesheets/dashboards/new_common.css.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/* line 860, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 863, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 866, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-0 {
  margin: 0 !important;
}

/* line 870, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 875, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 880, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 885, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 890, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 894, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 899, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 904, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 909, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 914, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 918, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 923, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 928, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 933, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 938, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 942, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 947, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 952, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 957, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 962, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 966, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 971, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 976, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 981, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 986, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 990, app/assets/stylesheets/dashboards/new_common.css.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 995, app/assets/stylesheets/dashboards/new_common.css.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 1000, app/assets/stylesheets/dashboards/new_common.css.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 1005, app/assets/stylesheets/dashboards/new_common.css.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 1010, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-0 {
  padding: 0 !important;
}

/* line 1014, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 1019, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 1024, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 1029, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 1034, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 1038, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 1043, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 1048, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 1053, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 1058, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 1062, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 1067, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 1072, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 1077, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 1082, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 1086, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 1091, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 1096, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 1101, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 1106, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 1110, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 1115, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 1120, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 1125, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 1130, app/assets/stylesheets/dashboards/new_common.css.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 1134, app/assets/stylesheets/dashboards/new_common.css.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 1139, app/assets/stylesheets/dashboards/new_common.css.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 1144, app/assets/stylesheets/dashboards/new_common.css.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 1149, app/assets/stylesheets/dashboards/new_common.css.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 1154, app/assets/stylesheets/dashboards/new_common.css.scss */
.m-auto {
  margin: auto !important;
}

/* line 1158, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff !important;
  color: #fff;
}

/* line 1162, app/assets/stylesheets/dashboards/new_common.css.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff !important;
  color: #fff;
}

/* line 1166, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 1171, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-none {
  display: none !important;
}

/* line 1175, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-inline {
  display: inline !important;
}

/* line 1179, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 1183, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-block {
  display: block !important;
}

/* line 1187, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-table {
  display: table !important;
}

/* line 1191, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-table-row {
  display: table-row !important;
}

/* line 1195, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 1199, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 1205, app/assets/stylesheets/dashboards/new_common.css.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/*body:not(.filters-btn) .btn-group, body:not(.filters-btn) .btn-group-vertical {
    position: relative;
    display: inline-flex !important;
    vertical-align: middle;
}*/
/* line 1219, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pull-left {
  float: left !important;
}

/* line 1222, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pull-right {
  float: right !important;
}

/* line 1225, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .text-align-right {
  text-align: right !important;
}

/* line 1229, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .activestatus {
  color: #00ad79 !important;
}

/* line 1232, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .inactivestatus {
  color: #c90000 !important;
}

/* line 1235, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .inprogressstatus {
  color: #f3a533 !important;
}

/* line 1239, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .dropdown-menu > li > a, .dropdown-menu li > a {
  clear: both;
  color: #333333;
  display: block;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.42857;
  padding: 5px 20px !important;
  white-space: nowrap;
  padding: 5px;
}

/* line 1251, app/assets/stylesheets/dashboards/new_common.css.scss */
#company-nav-favlogo1, #company-nav-favlogo2 {
  height: 75px;
  object-fit: cover;
}

/* line 1256, app/assets/stylesheets/dashboards/new_common.css.scss */
#company-nav-fulllogo1, #company-nav-fulllogo2 {
  height: 75px;
  object-fit: contain;
}

/* line 1261, app/assets/stylesheets/dashboards/new_common.css.scss */
.auto-post-font-dash {
  font-size: 16px !important;
}

/* line 1265, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .form-control {
  /*display: block;*/
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*this is very important css for image in header or without header*/
/*.tophead{
  color:#000 !important;
}*/
/*
.new-dashboard .tophead-nav{
  background-color: white;
}*/
/* line 1292, app/assets/stylesheets/dashboards/new_common.css.scss */
.tophead-nav {
  background-color: #fff !important;
}

/* line 1296, app/assets/stylesheets/dashboards/new_common.css.scss */
.company_name .card {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

/* line 1300, app/assets/stylesheets/dashboards/new_common.css.scss */
.pcont {
  padding-right: 0px !important;
}

/* line 1304, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .navbar-default {
  /*background-color:transparent !important;*/
  border-color: none;
}

/* line 1309, app/assets/stylesheets/dashboards/new_common.css.scss */
#ajax-notice .alert-success, #ajax-notice .alert-danger {
  z-index: 100;
}

/*this is very important css for image in header or without header*/
/* line 1315, app/assets/stylesheets/dashboards/new_common.css.scss */
.navigation .navigation-menu-body .nav-link-icon {
  margin-right: 0px !important;
}

/* line 1319, app/assets/stylesheets/dashboards/new_common.css.scss */
.navigation .navigation-menu-body .nav-link-icon.image-logo img {
  background: white !important;
}

/* line 1323, app/assets/stylesheets/dashboards/new_common.css.scss */
.boxshadownone {
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0);
}

@media (min-width: 241px) and (max-width: 1024px) {
  /* line 1328, app/assets/stylesheets/dashboards/new_common.css.scss */
  .new-dashboard .tophead-nav {
    height: 8vh !important;
  }
}

@media (min-width: 1501px) and (max-width: 1999px) {
  /* line 1334, app/assets/stylesheets/dashboards/new_common.css.scss */
  .new-dashboard .appointcardsection .appointdata {
    width: 950px !important;
  }
}

/* line 1338, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .tooltipsection {
  background-color: #f8f8f8 !important;
}

/* line 1342, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-group .btn-default {
  border-radius: 5px;
  padding: 5px;
}

/* line 1347, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-group, .new-dashboard .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 1352, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .w-15 {
  width: 15% !important;
}

/* line 1355, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .modal-theme .modal-footer {
  justify-content: center !important;
}

/* line 1359, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .workflowtb > li > a {
  color: #000 !important;
}

/* line 1362, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .workflowtb > li > a:hover {
  color: #000 !important;
}

/* line 1365, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .workflowtb > li > a:focus {
  color: #000 !important;
}

/* line 1368, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .tooltip_header {
  font-size: 14px;
  font-weight: 600;
}

/* line 1372, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .tooltip_step {
  color: #323232;
}

/* line 1376, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .shadowwith_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  margin: 15px 0px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

/* line 1393, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .tooltip_txt {
  color: #707070;
  font-size: 12px;
}

/* line 1397, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .fw-600 {
  font-weight: 600 !important;
}

/* line 1400, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-cancel {
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

/* line 1408, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-submit {
  color: #fff !important;
  font-size: 14px;
  background-color: #eb7f37;
  padding: 0.5rem 1.5rem;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

/* line 1417, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-approve {
  color: #fff !important;
  font-size: 14px;
  background-color: #00ad79;
  padding: 0.5rem 2.5rem;
  border-radius: 5px !important;
  border: 1px solid #00ad79;
}

/* line 1425, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-reject {
  color: #fff;
  font-size: 14px;
  background-color: #ff0000;
  padding: 0.5rem 2.5rem;
  border-radius: 5px !important;
  border: 1px solid #ff0000;
}

/* line 1433, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-add-more {
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  padding: 0.4rem 0.5rem;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

/* line 1441, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .attendancesuccess {
  color: #2fd39a;
  font-weight: 600;
}

/* line 1446, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .sucessfuldone {
  color: #555555;
  font-size: 14px !important;
}

/* line 1451, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .top-header-buttons {
  align-items: center;
  justify-content: space-between;
}

/* line 1455, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search-container {
  position: relative;
  display: inline-block;
  /*  margin: 4px 2px;*/
  height: 43px;
  width: 43px;
  vertical-align: bottom;
}

/* line 1464, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: -4px;
  text-align: center;
  top: 6px;
}

/* line 1473, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

/* line 1482, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search {
  position: absolute;
  left: 49px;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

/* line 1499, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .search:focus {
  width: 363px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

/* line 1505, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
  border-radius: 17px;
}

/* line 1511, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .expandright:focus {
  padding: 0 0 0 16px;
}

/* line 1514, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .completed_status {
  color: #00ad79;
}

/* line 1517, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .pending_status {
  color: #ffce33;
}

/* line 1520, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .processing_status {
  color: #ffce33;
}

/* line 1523, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .incompleted_status {
  color: #c90013;
}

/* line 1527, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .fw-500 {
  font-weight: 500 !important;
}

/* line 1531, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .top-headtitle {
  font-weight: 500;
}

/* line 1535, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .list-group {
  border: none !important;
}

/* line 1539, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .fw-600 {
  font-weight: 600 !important;
}

/* line 1543, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .fw-400 {
  font-weight: 400 !important;
}

/* line 1547, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .f-16 {
  font-size: 16px !important;
}

/* line 1551, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .f-14 {
  font-size: 14px !important;
}

/* line 1555, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .f-12 {
  font-size: 12px !important;
}

/* line 1559, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .f-18 {
  font-size: 18px !important;
}

/* line 1563, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .f-13 {
  font-size: 13px !important;
}

/* line 1567, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .backgroundnone {
  background-color: transparent !important;
}

/* line 1571, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .commontxtc {
  color: #eb7f37 !important;
}

/* line 1575, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .b-top {
  border-top: 1px solid #ddd;
}

/* line 1579, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .b-right {
  border-right: 1px solid #ddd;
}

/* line 1583, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .b-bottom {
  border-bottom: 1px solid #ddd;
}

/* line 1587, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .b-left {
  border-left: 1px solid #ddd;
}

/* line 1591, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .lighttxt {
  color: #707070;
}

/* line 1595, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .txt-white {
  color: #fff !important;
}

/* line 1599, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .justify-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 1606, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-cancel {
  color: #eb7f37;
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

/* line 1614, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .btn-submit {
  color: #fff !important;
  font-size: 14px;
  background-color: #eb7f37;
  border-radius: 5px !important;
  border: 1px solid #eb7f37;
}

/* line 1622, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .align-center {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 1628, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .commontxtc {
  color: #eb7f37 !important;
}

/* line 1632, app/assets/stylesheets/dashboards/new_common.css.scss */
.new-dashboard .round img {
  border-radius: 50%;
}

@media (min-width: 1530px) and (max-width: 2500px) {
  /* line 1637, app/assets/stylesheets/dashboards/new_common.css.scss */
  .new-dashboard #pageContent {
    margin-top: -9.3% !important;
  }
}

/* line 1642, app/assets/stylesheets/dashboards/new_common.css.scss */
.model-header-bg {
  background-color: #FFF2EA !important;
}
input[type=file].invalid{
  position: relative;
  color: #852324;
  background: #FDD9DB;
}

input[type=file].invalid:hover:after{
  content: "File is invalid";
  
  position: absolute;
  right: -6em;
  bottom: 2em;
  z-index: 99;
  width: 12em;
  
  font-weight: bold;
  padding: 1em;
  border: 1px solid #FB2B31;
  background-color: #FDD9DB;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #999;
}

/* Data Driven Error Messages */

input[type=file].invalid.maxSize:hover:after{
  content: "File is too large"; 
}

input[type=file].invalid.maxSize[data-max-size]:hover:after{
  content: "File is too large, must be less than (" attr(data-max-size) ")"; 
}

input[type=file].invalid.type:hover:after{
  content: "File is wrong type"; 
}

input[type=file].invalid.type[data-type]:hover:after{
  content: "File type must be: " attr(data-type); 
}
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */



.fc {
    direction: ltr;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    /*width: 30%;*/
    /*min-width: 30%;*/
    text-align: left;
}

.fc-header-center {
    /*text-align: center;*/
    /*width: 40%;*/
    /*min-width: 40%;*/
}

.fc-header-right {
    /*width: 30%;*/
    /*min-width: 30%;*/
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

/* buttons edges butting together */

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
    margin-right: 0; /* back to normal */
}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}



/* Content
------------------------------------------------------------------------*/

.fc-content {
    clear: both;
    zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}

.fc-view {
    width: 100%;
    overflow: hidden;
}



/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
    border: 1px solid #ddd;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
}



/* Buttons
------------------------------------------------------------------------*/

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
}

.fc-state-default { /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
    margin: 0 .1em;
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline; /* for IE7 */
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
    font-weight: bold;
}

/* icon (for jquery ui) */

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%;
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}



/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
    z-index: 8;
}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
    z-index: 9;
}

.fc-event {
    border: 1px solid #3a87ad; /* default BORDER color */
    background-color: #3a87ad; /* default BACKGROUND color */
    color: #fff;               /* default TEXT color */
    font-size: .85em;
    cursor: default;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden; /* hacky spaces (IE6/7) */
    font-size: 300%;  /* */
    line-height: 50%; /* */
}



/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* resizable */

.fc-event-hori .ui-resizable-e {
    top: 0           !important; /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px; /* IE6 had 0 height */
}



/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

.fc .fc-week-number div {
    padding: 0 2px;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px; /* distance between events and day edges */
}

/* event styles */

.fc-grid .fc-event-time {
    font-weight: bold;
}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}



/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-week-number {
    font-weight: bold;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

/* all-day area */

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px; /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

/* slot rows */

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid; /* doesn't work with background in IE6/7 */
}



/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
    display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */

.fc-event-vert .ui-resizable-s {
    bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
    _overflow: hidden;
}
.new-dashboard .icon-rupees {
      background-image: url(/images/rupee.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 29px;
      height: auto;
      background-size: 9px;
      }
      .new-dashboard .input-rupees{
      border:1px solid #ddd;
      border-radius:6px;
      margin:0px;
      display: flex;
      }
      .form-control:focus, .form-control:active {
      background: transparent;
      }
      .new-dashboard .add-house-loan .form-control:focus, .form-control:active {
      background: white !important;
      }
      .new-dashboard .final-review-table th,.new-dashboard .final-review-table td{
      vertical-align: middle !important;
      }
      .new-dashboard .final-review-table th:nth-last-child(1) {
        text-align: right;
      }
      
      .new-dashboard .fa-pencil-icon{
       box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
       padding: 3px;
       border-radius: 50%;
       color: #eb7f37;
       margin-left:10px;
      }
      .new-dashboard .investment-declaration-content .form-group{
         margin-bottom:0px !important;
      }
      .new-dashboard .investment-declaration-content .form-control{
         background-color:transparent !important;
      }
      .new-dashboard .investment-declaration-content .dis-abled{
         background-color: #f5f5f5 !important;
      }
      .new-dashboard .investmentab .comment-text h5{
         font-size:14px !important;
      }
      .new-dashboard .offboardingsidepanel .nav-tabs>li.active>a{
         color:#eb7f37 !important;
      }
      .new-dashboard .investment-declaration-content .row{
        margin:0px;
      }
.helpcentersection .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .helpcentersection .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  .helpcentersection .modal.right .modal-body {
    padding: 15px 15px 80px;
  }        
/*Right*/
  .helpcentersection .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .helpcentersection .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .helpcentersection .modal-content {
    border-radius: 0;
    border: none;
  }

  .helpcentersection .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }
  .helpcentersection .btn-demo{
    transform: rotate(-90deg);
    background-color: #eb7f37;
    color:#fff;
    border:1px solid #eb7f37;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position:fixed;
    right:-35px;
    top:31%;
  }
  .new-dashboard .fa-pencil-icon{
      box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
      padding: 3px;
      border-radius: 50%;
      color: #eb7f37;
      margin-left:10px;
      }
      .new-dashboard .investment-declaration-content .form-group{
      margin-bottom:0px !important;
      }
      .new-dashboard .investment-declaration-content .disabled{
         background-color: #f5f5f5;
      }
      .new-dashboard .investment-declaration-content .form-control{
         background-color: transparent;
      }
/* the norm */

#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url(/../images/ie-spacer.gif); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(/../images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(/../images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(/../images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(/../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	text-indent:-9999em;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(/../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.change-badge-font{
  font-size: 12px !important;
  font-weight: 500 !important;
}

.card-resume-divider {
  display: inline-block;
  background-color: #dee4f0;
  width: 1px;
  height: 20px;
  vertical-align: middle;
  margin: 0 4px;
  position: relative;
  top: -1px;
}

.bg-google {
  background: #db4437 !important;
  color: white !important;
}
.modal-open {
  overflow: hidden
}

.modal-open .modal-theme.modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-theme.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events:none
}

.modal-theme.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px)
}

.modal-theme.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal-theme .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-theme .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-theme .modal-content {
  max-height: 80vh;
}

.modal-theme .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-theme .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-theme .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-theme .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-theme .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-theme .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-theme .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

.modal-theme .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-theme .modal-backdrop.fade {
  opacity: 0
}

.modal-theme .modal-backdrop.in {
  opacity: .5
}

.modal-theme .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-theme .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-theme .modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-theme .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-theme .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.modal-theme .modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-theme .modal-footer>:not(:last-child) {
  margin-right:.25rem
}

.modal-theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.modal-theme .modal-dialog {
  max-width: 515px;
  margin: 1.75rem auto
}

.modal-theme .modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem)
}

.modal-theme .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem)
}

.modal-theme .modal-dialog-centered {
  min-height:calc(100% - 3.5rem)
}

.modal-theme .modal-dialog-centered::before {
  height: calc(100vh - 3.5rem)
}

.modal-theme .modal-sm {
  max-width: 300px
}

.modal-theme .modal-lg {
  max-width: 800px
}

.modal-theme .modal-xl {
  max-width: 1140px
}

.modal-theme .modal-md-dialog {
  max-height: calc(80vh - 120px);
  overflow-y: auto;
}

body.modal-open .modal-theme.modal.fade .modal-dialog {
  transform: translate(0, 0) scale(0.95);
}

body.modal-open .modal-theme.modal.in .modal-dialog {
  transform: translate(0, 0) scale(1);
}

.modal-theme.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.2rem;
}

.modal-theme.modal .modal-dialog .modal-content .modal-header {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: none;
  border-bottom: none;
}

.modal-theme.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 17px;
  font-weight: 600;
}

.modal-theme.modal .modal-dialog .modal-content .modal-header button.close {
  background-color: white;
  text-shadow: none;
  opacity: 1;
  margin: 0;
  font-size: 23px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.modal-theme.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #646464;
}

.modal-theme.modal .modal-dialog .modal-content .modal-header button.close > * {
  font-size: initial;
}

.modal-theme.modal .modal-dialog .modal-content .modal-body {
  padding: 1.2rem;
}

.modal-theme.modal .modal-dialog .modal-content .modal-footer {
  height: 60px;
}
/** initial setup **/

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.10);
  position   : absolute;
  width      : 7px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.25);
  position              : relative;
  margin                : 0 1px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 5px;
  border: none !important;
  background-color: rgba(41, 49, 52, 0.5) !important;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a {
  display: flex;
  align-items: center;
  /*padding: 12px 30px;*/
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .nav-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080 !important;
}

svg.feather {
  width: 22px;
  height: 22px;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .nav-link-icon svg {
  width: 22px;
  height: 22px;
}

/*body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}*/

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a.active {
  position: relative;
  color: white;
  background: rgba(255, 255, 255, 0.15);
}

/*body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  color: #f2f2f2;
  border: 15px solid transparent;
  border-right-color: #f4f5fd;
  margin-top: -15px;
}*/

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a.disabled {
  cursor: no-drop;
  color: rgba(255, 255, 255, 0.5);
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .sub-menu-arrow {
  margin-left: auto;
  font-size: 10px;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .sub-menu-arrow.rotate-in {
  transform: rotate(180deg);
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .badge {
  margin-left: auto;
  padding: 3px 7px;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a .badge.small-badge {
  color: transparent;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul {
  display: none;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul li a {
  padding-left: 65px;
  padding-top: 8px;
  padding-bottom: 8px;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul ul {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-left: none;
}

body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li > a + ul ul li a {
  padding-left: 85px;
}

/*body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li.open > a .nav-link-icon {
  color: rgba(255, 255, 255, 0.8);
}*/

/*body:not(.horizontal-navigation) .navigation .navigation-menu-body ul li.open > ul {
  display: block;
}*/

/*body .navigation {
  width: 82px;
  z-index: 998;
  position: fixed;
  display: flex;
  flex-direction: row;
  left: 0;
  bottom: 20px;
  top: 65px;
  background-color: #333;
}*/

body .navigation .navigation-menu-body {
  overflow: hidden !important;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}

body .navigation .navigation-menu-body > ul > li.open {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
}
body .navigation:hover .navigation-menu-body > ul > li.open{
  background: none;
}

body .navigation .navigation-menu-body > ul > li.open > a:before,
body .navigation .navigation-menu-body > ul > li > a.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 15px solid transparent;
  margin-top: -15px;
}

body .navigation .navigation-menu-body ul li a {
  display: block;
}

body .navigation .navigation-menu-body ul li a.active {
  background: none;
}

body .navigation .navigation-menu-body ul li a.active .nav-link-icon {
  color: black;
}

body .navigation .navigation-menu-body ul li a span:not(.nav-link-icon),
body .navigation .navigation-menu-body ul li a .sub-menu-arrow {
  display: none !important;
}

body .navigation .navigation-menu-body ul li a .nav-link-icon {
  margin-right: 0;
}

body .navigation .navigation-menu-body ul li.open > ul {
  display: none;
}

body .navigation .navigation-menu-body > ul > li > a.active .nav-link-icon {
  color: white;
}

body .navigation:hover {
  width: 280px;
  background-color: white;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4), 2px 0px 10px -9px black;
}

body .navigation:hover .navigation-menu-body {
  display: flex;
  overflow: hidden;
}

body .navigation:hover .navigation-menu-body ul li a {
  display: flex;
  color: white !important;
}

body .navigation:hover .navigation-menu-body ul li a:before {
  display: none !important;
}

body .navigation:hover .navigation-menu-body ul li a.active {
  background: rgba(255, 255, 255, 0.15);
}

body .navigation:hover .navigation-menu-body ul li a.active .nav-link-icon {
  color: #eb8b36 !important;
}

body .navigation:hover .navigation-menu-body ul li a > span,
body .navigation:hover .navigation-menu-body ul li a .sub-menu-arrow {
  display: inherit !important;
}

body .navigation:hover .navigation-menu-body ul li a .nav-link-icon {
  /*margin-right: 0.8rem !important;*/
  color: black;
}

body .navigation:hover .navigation-menu-body ul li.open > ul {
  display: block;
}

body .navigation .navigation-menu-body ul {
  margin: 0px;
  padding: 0px;
}

body .navigation .navigation-menu-body .image-logo-icon{
  position: fixed;
  top: 0;
  z-index: 1000;
}

body .navigation:hover .navigation-menu-body .image-logo-icon{
  width: 280px;
}

body .navigation .navigation-menu-body .image-logo img{
  display: inline-block;
}

.nicescroll-cursors {
  border: none !important;
  background-color: rgba(41, 49, 52, 0.5) !important;
  width: 8px !important;
}

.navigation-nicescroll .nicescroll-cursors {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-collapse ul.navbar-nav li a.nav-link {
  display: flex;
  list-style: none;
  line-height: 100%;
  color: #eb7f37 !important;
  background-color: unset !important;
}

.navbar-collapse ul.navbar-nav li a.nav-link:hover,
.navbar-collapse ul.navbar-nav li a.nav-link:focus {
  outline: none;
  color: #eb7f37 !important;
  background-color: unset !important;
}

.navbar-collapse ul.navbar-nav li a.nav-link.nav-link-notify {
  position: relative;
}

.navbar-collapse ul.navbar-nav li a.nav-link.nav-link-notify:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  border-radius: 50%;
  top: 15px;
  background-color: #eb7f37 !important;
  -webkit-animation: notify-pulse 1s infinite;
}

@-webkit-keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 245, 229, 1);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 226, 179, 1);
  }
}

@keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 245, 229, 1);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 226, 179, 1);
  }
}

.dropdown-menu {
  margin-top: 0px;
  opacity: 1;
  height: auto;
  transition: margin-top 0.3s, opacity 0.3s;
}

.dropdown-menu .dropdown-scroll {
  max-height: 300px;
}

.dashboard-new .dropdown-menu {
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
}

.dashboard-new .dropdown-header {
  float: left;
  font-size: inherit;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}

.dropdown-body {
  padding: 10px 20px;
}

.dashboard-new .dropdown-menu, .dropdown-menu.dropdown-menu-big {
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: block !important;
  transition: margin-top .3s, opacity .3s;
}
.new-dashboard .dropdown.open .dropdown-menu:not(.multiselect-container) {
  box-shadow: 0 0 10px #292929;
}
.dashboard-new .dropdown.open .dropdown-menu:not(.multiselect-container), .dropdown.open .dropdown-menu.dropdown-menu-big,
.new-dashboard .dropdown.open .dropdown-menu:not(.multiselect-container) {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  min-width: unset;
  /* width: auto; */
}
.new-dashboard .dropdown.open .dropdown-menu:not(.multiselect-container){
  box-shadow: 0 0 10px #292929;
}

.dashboard-new .btn-group.open .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  min-width: unset;
}

.dashboard-new .btn-group .dropdown-menu,.new-dashboard .btn-group .dropdown-menu {
  margin-top: -6px;
  width: unset;
}

.dashboard-new .dropdown-menu li > a:not(.global-btn-md) {
  padding: .25rem 1.5rem !important;
}

.dashboard-new .multiselect-container.dropdown-menu li > a {
  padding: 5px 20px !important;
}

.dashboard-new .form-control.multiselect-search {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.dashboard-new .multiselect.btn {
  display: inline-block;
  font-weight: normal;
}

.dashboard-new .dropdown-menu .btn-group {
  width: 100%;
}

.dashboard-new .dropdown-menu > li > a, .dashboard-new .dropdown-menu li > a {
  font-size: 14px !important;
}

.dashboard-new .dropdown-menu, .dropdown-menu.dropdown-menu-big {
  border-radius: 0.2rem !important;
  font-size: 14px;
  border: none;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.15);
  /*overflow: hidden;*/
}

.dropdown-menu.dropdown-menu-big {
  padding: 0;
  width: 330px;
}

.dropdown-menu.dropdown-menu-lg {
  width: 736px !important;
}

.dropdown-menu.dropdown-menu-xl {
  width: 970px !important;
}

.dropdown-menu .dropdown-menu-body {
  max-height: 400px;
  overflow: auto;
}

.dropdown-menu .dropdown-menu-title {
  background-color: #eb7f37;
  padding: 15px 20px;
  color: white;
  background-size: cover !important;
  background-position: center !important;
}

.dropdown-menu .dropdown-menu-footer {
  padding: 10px 20px;
}

.dropdown-menu ul li.dropdown-menu-title {
  background: red;
  margin: 5px 0;
  padding: 0px 20px 5px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown-menu ul li.dropdown-menu-title:first-child {
  margin-top: 0;
}

.dropdown-item, .dashboard-new .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  background: #f5f5f5;
  text-decoration: none;
  color: #eb7f37;
}

.dropdown-menu-big .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

.dropdown-menu-big .border-top {
  border-top: 1px solid #dee2e6 !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

.dropdown-menu-big h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.dashboard-new .dropdown {
  display: inline-block;
}

.dashboard-new .dropdown-toggle:not(.multiselect):not(.table-div)::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dashboard-new .filters-dropdown:not(.active-employee-filter) {
  background: #34cd86 !important;
  border-color: #34cd86 !important;
}

.dropdown-menu-big ul:not(.list-unstyled) {
  margin: 0;
  padding: 0;
}

.dropdown-menu-big ul:not(.list-unstyled) li {
  list-style-type: none;
}

.dropdown-menu-big ul:not(.list-unstyled) li a .icon {
  color: #d1d1d1;
  font-size: 14px;
  vertical-align: middle;
}

.dropdown-menu-big ul:not(.list-unstyled) li a:hover,
.dropdown-menu-big ul:not(.list-unstyled) li a:focus {
  text-decoration: underline;
}

.dropdown-menu-big ul li a:hover,
.dropdown-menu-big ul li a:focus {
  text-decoration: none !important;
}

.dropdown-menu-big .text-muted, .dashboard-new .text-muted, .card .table thead th {
  color: #a7abc3 !important;
}

.dropdown-menu-big .small {
  font-size: 12px;
}

.dropdown-menu-big a:hover, .dropdown-menu-big a:focus, .dropdown-menu-big a:active {
  color: black !important;
  background-color: unset !important;
}

.dropdown-menu .dropdown-menu-big .list-group .list-group-item {
  border-radius: 0 !important;
}

.dropdown-menu-big .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.dropdown-menu-big .list-group-item {
  border-color: #e6e6e6;
}

.dropdown-menu-big .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.dashboard-new .list-group .active:hover {
  border-left: none;
  padding-left: 5px;
}

.dashboard-new .list-group .btn-group .active:hover {
  padding: 0px;
}

.dashboard-new .custom-select a {
  padding: 0px !important;
}

.dropdown-menu-big a, .dashboard-new a {
  color: #666666;
  text-decoration: none;
  transition: color .2s;
  background-color: transparent;
}

.dashboard-new .multiselect-container a {
  transition: unset !important;
}

.dashboard-new .avatar:not(.avatar-giffy), .dropdown-menu-big .avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50% !important;
  min-height: unset !important;
  min-width: unset !important;
  vertical-align: unset !important;
  border: unset !important;
}

.dropdown-menu-big .avatar {
  border-color: transparent;
}

.dropdown-menu-big .avatar img, .dashboard-new .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: unset;
  min-width: unset;
  border-style: none;
}

.dashboard-new .avatar .avatar-title, .dropdown-menu-big .avatar .avatar-title {
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 19px;
}

.dropdown-menu-big a {
  color: #666666 !important;
  text-decoration: none;
  transition: color .2s;
  padding: unset !important;
  line-height: unset !important;
  white-space: unset !important;
}

.dropdown-menu-big .tooltip {
  font-size: 14px !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
}

.dashboard-new .dropdown-menu[x-placement^=bottom],
.dashboard-new .dropdown-menu[x-placement^=left],
.dashboard-new .dropdown-menu[x-placement^=right],
.dashboard-new .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/*.btn-group > .btn:first-child:not(:last-child) {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}*/

/*.btn-group > .btn.multiselect:first-child:not(:last-child) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}*/

.btn-group > .btn.button-right {
  border-bottom-right-radius: .20rem !important;
  border-top-right-radius: .20rem !important;
}

.mt-0 {
  margin-top: 0!important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

.pl-0, .px-0 {
  padding-left: 0!important;
}

.pr-0, .px-0 {
  padding-right: 0!important;
}

.pl-0, .px-0 {
  padding-left: 0!important;
}

.pl-3 {
  /*padding-left: 0 !important;*/
  padding-right: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}

.pr-3 {
  /*padding-right: 0 !important;*/
  padding-left: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem!important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}

.p-point {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.mt-2,.my-2 {
  margin-top: .5rem!important
}

.mt-3, .my-3 {
  margin-top: 1rem!important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}

.ml-1, .mx-1 {
  margin-left: .25rem!important;
}

.ml-2, .mx-2 {
  margin-left: .5rem!important
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.ml-3, .mx-3 {
  margin-left: 1rem!important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem!important;
}

.mr-2, .mx-2 {
  margin-right: .5rem!important;
}

.mr-3, .mx-3 {
  margin-right: 1rem!important;
}

.pt-3, .py-3 {
  padding-top: 1rem!important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}

.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}

.pt-1, .py-1 {
  padding-top: .25rem!important;
}

.pt-2, .py-2 {
  padding-top: .5rem!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-center {
  align-items: center!important;
  justify-content: center!important;
}

.d-flex:not(.leave_encashment_exemption), .d-md-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.small, small {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.bg-light {
  background: #ededed !important;
}

.dashboard-new .avatar.avatar-lg {
  height: 4.5rem !important;
  width: 4.5rem !important;
}

.dashboard-new .avatar.avatar-lg .avatar-title {
  font-size: 29px;
}

.dashboard-new .avatar.avatar-xl {
  height: 5.8rem !important;
  width: 5.8rem !important;
}

.dashboard-new .avatar.avatar-xl .avatar-title {
  font-size: 39px;
}

.dashboard-new .avatar.avatar-xxl {
  height: 8.8rem !important;
  width: 8.8rem !important;
}

.dashboard-new .avatar.avatar-xxl .avatar-title {
  font-size: 52px;
}

.dashboard-new .filters-dropdown.filters-state-primary,
.dashboard-new .filters-dropdown.filters-state-success,
.dashboard-new .filters-dropdown.filters-state-danger,
.dashboard-new .filters-dropdown.filters-state-warning,
.dashboard-new .filters-dropdown.filters-state-info,
.dashboard-new .filters-dropdown.filters-state-secondary,
.dashboard-new .filters-dropdown.filters-state-light,
.dashboard-new .filters-dropdown.filters-state-dark {
  position: relative;
}

.dashboard-new .filters-dropdown.filters-state-primary:before,
.dashboard-new .filters-dropdown.filters-state-success:before,
.dashboard-new .filters-dropdown.filters-state-danger:before,
.dashboard-new .filters-dropdown.filters-state-warning:before,
.dashboard-new .filters-dropdown.filters-state-info:before,
.dashboard-new .filters-dropdown.filters-state-secondary:before,
.dashboard-new .filters-dropdown.filters-state-light:before,
.dashboard-new .filters-dropdown.filters-state-dark:before {
  content: "";
  position: absolute;
  display: block;
  margin: -5px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  border: 3px solid white;
}

.dashboard-new .filters-dropdown.filters-state-primary:before {
  background: #5066e1;
}

.dashboard-new .filters-dropdown.filters-state-success:before {
  background: #34cd86;
}

.dashboard-new .filters-dropdown.filters-state-danger:before {
  background: #ff3e6c;
}

.dashboard-new .filters-dropdown.filters-state-warning:before {
  background: #ffcc3e;
}

.dashboard-new .filters-dropdown.filters-state-info:before {
  background: #30befb;
}

.dashboard-new .filters-dropdown.filters-state-secondary:before {
  background: #DD44A7;
}

.dashboard-new .filters-dropdown.filters-state-light:before {
  background: #ededed;
}

.dashboard-new .filters-dropdown.filters-state-dark:before {
  background: #293134;
}

.dashboard-new .avatar.avatar-lg.avatar-state-primary:before,
.dashboard-new .avatar.avatar-lg.avatar-state-success:before,
.dashboard-new .avatar.avatar-lg.avatar-state-danger:before,
.dashboard-new .avatar.avatar-lg.avatar-state-warning:before,
.dashboard-new .avatar.avatar-lg.avatar-state-info:before,
.dashboard-new .avatar.avatar-lg.avatar-state-secondary:before,
.dashboard-new .avatar.avatar-lg.avatar-state-light:before,
.dashboard-new .avatar.avatar-lg.avatar-state-dark:before {
  width: 1.3rem;
  height: 1.3rem;
  right: 4px;
}

.dashboard-new .avatar .avatar-title.avatar-border {
  background: unset;
}

figure {
  margin: 0 0 1rem;
}

.rounded {
  border-radius: .20rem !important;
}

.rounded-circle {
  border-radius: 50%!important;
}

.rounded-pill {
  border-radius: 50rem!important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.hide-show-toggler .hide-show-toggler-item {
  display: none !important;
}

.hide-show-toggler:hover .hide-show-toggler-item,
.hide-show-toggler:focus .hide-show-toggler-item {
  display: block !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

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

.font-size-15 {
  font-size: 15px !important;
}

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

.font-size-17 {
  font-size: 17px !important;
}

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

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

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

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-41 {
  font-size: 41px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-43 {
  font-size: 43px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-47 {
  font-size: 47px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-49 {
  font-size: 49px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-weight-bold {
  font-weight: 700!important;
}

.card > .table-responsive .table td,
.app-block .app-content .app-action > .table-responsive .table td,
.card > .table-responsive .table th,
.app-block .app-content .app-action > .table-responsive .table th {
  padding: 0.75rem 1.5rem;
}

.card .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  color: #212529;
  border-collapse: collapse;
}

.card .table:not(.profile-table) {
  margin-bottom: 4rem;
}

.card caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: top;
  font-size: 16px;
  font-weight: 500;
}

.card .table thead th {
  border-top: none;
  border-bottom-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  vertical-align: middle !important;
  padding: .75rem;
}

.card .table thead th:last-child, .card .table td:last-child {
  border-right: unset;
}

.card .table .text-right {
  text-align: right !important;
}

.card .table thead th {
  border-left: unset;
  text-align: left ;
}

.card .table tr:nth-child(2n) {
  background: unset;
}

.card .table td {
  vertical-align: middle !important;
  /*white-space: nowrap;*/
  line-height: 1.5;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-left: unset;
  border-bottom: unset;
}

.card .table.profile tr:first-child td {
  border-top: unset;
}

.card .table.profile tr td:last-child {
  text-align: right;
}

.card .table.profile-table tr td:last-child {
  white-space: nowrap;
}

.card .table td i {
  width: 14px !important;
}

.card .table img {
  margin-bottom: unset;
}

.dashboard-new .card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.875rem;
  position: relative;
  background-color: white;
  border-radius: 0.2rem;
  border: none;
}

.dashboard-new .card.bg-primary .card-header,
.app-block .app-content .bg-primary.app-action .card-header,
.card.bg-secondary .card-header,
.app-block .app-content .bg-secondary.app-action .card-header,
.card.bg-success .card-header,
.app-block .app-content .bg-success.app-action .card-header,
.card.bg-danger .card-header,
.app-block .app-content .bg-danger.app-action .card-header,
.card.bg-warning .card-header,
.app-block .app-content .bg-warning.app-action .card-header,
.card.bg-info .card-header,
.app-block .app-content .bg-info.app-action .card-header,
.card.bg-dark .card-header,
.app-block .app-content .bg-dark.app-action .card-header {
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
}

.dashboard-new .card .card-header,
.app-block .app-content .app-action .card-header,
.dashboard-new .card .card-footer,
.app-block .app-content .app-action .card-footer {
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
}

.dashboard-new .card .card-header,
.app-block .app-content .app-action .card-header {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}

.dashboard-new .card .card-footer,
.app-block .app-content .app-action .card-footer {
  border-top: 1px solid #ebebeb;
}

.dashboard-new .card .card-body,
.app-block .app-content .app-action .card-body {
  line-height: 1.5;
  padding: 1.5rem;
}

.dashboard-new .card .card-body h1.card-title,
.app-block .app-content .app-action .card-body h1.card-title,
.dashboard-new .card .card-body h2.card-title,
.app-block .app-content .app-action .card-body h2.card-title,
.dashboard-new .card .card-body h3.card-title,
.app-block .app-content .app-action .card-body h3.card-title,
.dashboard-new .card .card-body h4.card-title,
.app-block .app-content .app-action .card-body h4.card-title,
.dashboard-new .card .card-body h5.card-title,
.app-block .app-content .app-action .card-body h5.card-title,
.dashboard-new .card .card-body h6.card-title,
.app-block .app-content .app-action .card-body h6.card-title {
  margin-bottom: 2rem;
  font-size: 1.0rem !important;
  font-weight: 600;
}

.dashboard-new .card .card-body h1.card-title .dropdown *,
.app-block .app-content .app-action .card-body h1.card-title .dropdown *,
.dashboard-new .card .card-body h2.card-title .dropdown *,
.app-block .app-content .app-action .card-body h2.card-title .dropdown *,
.dashboard-new .card .card-body h3.card-title .dropdown *,
.app-block .app-content .app-action .card-body h3.card-title .dropdown *,
.dashboard-new .card .card-body h4.card-title .dropdown *,
.app-block .app-content .app-action .card-body h4.card-title .dropdown *,
.dashboard-new .card .card-body h5.card-title .dropdown *,
.app-block .app-content .app-action .card-body h5.card-title .dropdown *,
.dashboard-new .card .card-body h6.card-title .dropdown *,
.app-block .app-content .app-action .card-body h6.card-title .dropdown * {
  letter-spacing: normal;
  text-transform: none;
}

.dashboard-new .card label {
  display: inline-block;
  margin-bottom: .5rem;
}

.dashboard-new .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.dashboard-new .form-group {
  margin-bottom: 1rem !important;
  margin-left: unset;
  margin-right: unset;
  margin-top: unset;
}

.dashboard-new .col-form-label {
  padding-top: calc(.375rem + 1px);
  /*padding-bottom: calc(.375rem + 1px);*/
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.dashboard-new .col-form-label.radio-button-label {
  height: 34px;
}

.dashboard-new .col-form-label.radio-button-label {
  height: 34px;
}

.dashboard-new .card .form-control, .dashboard-new .form-control.multiselect-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dashboard-new .card .form-control, .dashboard-new .form-control,
.dashboard-new .card .swal-modal input.swal-content__input,
.dashboard-new .card .custom-select {
  font-size: 14px !important;
  border-color: #e1e1e1;
  border-radius: .20rem;
}

.dashboard-new textarea.form-control {
  height: 34px;
}

.dashboard-new .card .form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.dashboard-new .card .custom-control-label::before,
.dashboard-new .card .custom-file-label,
.dashboard-new .card .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dashboard-new .card .custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.dashboard-new .card .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dashboard-new .card .form-control-sm {
  font-size: .800rem;
}

.dashboard-new .form-control:focus,
.dashboard-new .card .swal-modal input.swal-content__input:focus,
.dashboard-new .card .custom-select:focus {
  box-shadow: none;
  border-color: rgba(235, 127, 55, 0.8);
  background-color: #ffffff;
}

.dashboard-new .card .form-control:not(.form-control-lg):not(.form-control-sm),
.dashboard-new .card .swal-modal input.swal-content__input:not(.form-control-lg):not(.form-control-sm) {
  /*height: calc(1.5em + .75rem + 3px);*/
}

.dashboard-new .card .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.dashboard-new .card .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.dashboard-new .card .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.dashboard-new .card .pagination .page-item.active .page-link {
  background: #eb7f37;
  border-color: transparent;
}

.dashboard-new .border { border: 1px solid #dee2e6 !important }
.dashboard-new .border-top { border-top: 1px solid #dee2e6 !important }
.dashboard-new .border-right { border-right: 1px solid #dee2e6 !important }
.dashboard-new .border-bottom { border-bottom: 1px solid #dee2e6 !important }
.dashboard-new .border-left { border-left: 1px solid #dee2e6 !important }
.dashboard-new .border-0 { border: 0 !important }
.dashboard-new .border-top-0 { border-top: 0 !important }
.dashboard-new .border-right-0 { border-right: 0 !important }
.dashboard-new .border-bottom-0 { border-bottom: 0 !important }
.dashboard-new .border-left-0 { border-left: 0 !important }
.dashboard-new .border-primary { border-color: #ff6f00 !important }
.dashboard-new .border-secondary { border-color: #6c757d !important }
.dashboard-new .border-success { border-color: #28a745 !important }
.dashboard-new .border-info { border-color: #17a2b8 !important }
.dashboard-new .border-warning { border-color: #ffc107 !important }
.dashboard-new .border-danger { border-color: #dc3545 !important }
.dashboard-new .border-light { border-color: #f8f9fa !important }
.dashboard-new .border-dark { border-color: #343a40 !important }
.dashboard-new .border-white { border-color: #fff !important }

.dashboard-new .shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important }
.dashboard-new .shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important }
.dashboard-new .shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important }
.dashboard-new .shadow-none { box-shadow: none !important }

.dashboard-new .w-25 { width: 25% !important }
.dashboard-new .w-50 { width: 50% !important }
.dashboard-new .w-75 { width: 75% !important }
.dashboard-new .w-100 { width: 100% !important }
.dashboard-new .w-auto { width: auto !important }

.dashboard-new .h-25 { height: 25% !important }
.dashboard-new .h-50 { height: 50% !important }
.dashboard-new .h-75 { height: 75% !important }
.dashboard-new .h-100 { height: 100% !important }
.dashboard-new .h-auto { height: auto !important }

.dashboard-new .mw-100 { max-width: 100% !important }
.dashboard-new .mh-100 { max-height: 100% !important }
.dashboard-new .min-vw-100 { min-width: 100vw !important }
.dashboard-new .min-vh-100 { min-height: 100vh !important }
.dashboard-new .vw-100 { width: 100vw !important }
.dashboard-new .vh-100 { height: 100vh !important }

.dashboard-new {
  color: black;
}

.dashboard-new h1,
.dashboard-new h2,
.dashboard-new h3,
.dashboard-new h4,
.dashboard-new h5,
.dashboard-new h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.dashboard-new .h1,
.dashboard-new .h2,
.dashboard-new .h3,
.dashboard-new .h4,
.dashboard-new .h5,
.dashboard-new .h6,
.dashboard-new h1,
.dashboard-new h2,
.dashboard-new h3,
.dashboard-new h4,
.dashboard-new h5,
.dashboard-new h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.dashboard-new h1 {
  font-size: 29px !important;
  font-weight: 600;
}

.dashboard-new h2 {
  font-size: 26px !important;
  font-weight: 600;
}

.dashboard-new h3 {
  font-size: 23px !important;
  font-weight: 600;
}

.dashboard-new h4 {
  font-size: 20px !important;
  font-weight: 600;
}

.dashboard-new h5 {
  font-size: 17px !important;
  font-weight: 600;
}

.dashboard-new h6 {
  font-size: 14px !important;
}

.dashboard-new .page-header {
  margin-top: 0px; 
  margin-bottom: 30px;
  position: relative;
  border-radius: 0.2rem;
  padding-bottom: unset;
  border-bottom: unset;
}

.dashboard-new .page-header h1,
.dashboard-new .page-header h2,
.dashboard-new .page-header h3,
.dashboard-new .page-header h4,
.dashboard-new .page-header h5 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: 600;
}

.dashboard-new .page-header p {
  margin-bottom: 0;
  line-height: 15px;
}

.dashboard-new .page-header .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.dashboard-new .page-header .breadcrumb a:hover {
  text-decoration: underline;
}

.dashboard-new .page-header .breadcrumb li.breadcrumb-item {
  font-size: 12px !important;
}

.dashboard-new .page-header .breadcrumb li.breadcrumb-item:first-child:before {
  font-size: 11px;
  font-family: themify;
  content: "\E69B";
  display: inline-block;
  margin-right: 5px;
}

.dashboard-new .page-header .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  font-size: 10px;
}

.dashboard-new .page-header .breadcrumb li.breadcrumb-item.active {
  color: #5066e1;
  font-weight: 600;
}

.dashboard-new a:not(.active),
.dashboard-new a:not(.btn):hover,
.dashboard-new a:not(.btn):active,
.dashboard-new a:not(.btn):focus {
  text-decoration: none !important;
  /*color: black;*/
  outline: none;
}

.dashboard-new a.btn.btn-dark {
  color: white;
}

.dashboard-new a.btn:hover,
.dashboard-new a.btn:active,
.dashboard-new a.btn:focus {
  text-decoration: none !important;
}

.dashboard-new .btn-link {
  color: #eb7f37;
}

.dashboard-new .btn-link:hover {
  color: #eb7f37;
}

.dashboard-new .page-link {
  color: #eb7f37;
}

.dashboard-new .page-link:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 127, 55, 0.3);
}

.dashboard-new .btn {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: unset !important;
  margin-left: unset;
  outline: unset !important;
  font-size: 14px;
  width: auto;
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  padding: 10px 15px;
  line-height: 14px;
  border-radius: .20rem;
}

.dashboard-new .btn {
  position: relative;
}

.dashboard-new .btn i {
  margin-right: unset;
}

.dashboard-new .btn:hover {
  color: #212529;
  text-decoration: none;
}

.dashboard-new .btn.focus, .dashboard-new .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.dashboard-new .btn svg {
  width: 14px !important;
  height: 14px !important;
}

.dashboard-new .btn[data-toggle=dropdown] {
  align-items: center;
}

.dashboard-new .btn.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
}

.dashboard-new .btn.btn-lg {
  padding: 15px 20px;
  font-size: 17px;
}

.dashboard-new .btn.btn-block {
  width: 100%;
  justify-content: center;
}

.dashboard-new .btn.btn-square {
  border-radius: 0;
}

.dashboard-new .btn.btn-rounded {
  border-radius: 50px;
  padding: 10px 20px;
}

.dashboard-new .btn.btn-rounded.btn-sm {
  padding: 5px 15px;
  font-size: 13px;
}

.dashboard-new .btn.btn-rounded.btn-lg {
  padding: 20px 30px;
  font-size: 17px;
}

.dashboard-new .btn.btn-floating {
  height: 35px;
  width: 35px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}

.dashboard-new .btn.btn-floating.btn-sm {
  height: 30px;
  width: 30px;
}

.dashboard-new .btn.btn-floating.btn-lg {
  height: 50px;
  width: 50px;
}

.dashboard-new .btn.btn-uppercase {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  align-items: center;
  font-weight: 600;
}

.dashboard-new .btn.btn-uppercase.btn-sm {
  font-size: 11px;
}

.dashboard-new .btn.btn-uppercase.btn-lg {
  font-size: 14px;
}

.dashboard-new .btn.btn-shadow {
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}

.dashboard-new .btn.btn-shadow:focus,
.dashboard-new .btn.btn-shadow:active {
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
}

.dashboard-new .btn.btn-primary,
.dashboard-new a.btn[href="#next"],
.dashboard-new a.btn[href="#previous"] {
  color: white !important;
  background: #eb7f37;
  border-color: #eb7f37;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(235, 127, 55, 0.45);
}

.dashboard-new .btn.btn-primary:not(:disabled):not(.disabled):hover,
.dashboard-new a.btn[href="#next"]:not(:disabled):not(.disabled):hover,
.dashboard-new a.btn[href="#previous"]:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-primary:not(:disabled):not(.disabled):focus,
.dashboard-new a.btn[href="#next"]:not(:disabled):not(.disabled):focus,
.dashboard-new a.btn[href="#previous"]:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-primary:not(:disabled):not(.disabled):active,
.dashboard-new a.btn[href="#next"]:not(:disabled):not(.disabled):active,
.dashboard-new a.btn[href="#previous"]:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-primary:not(:disabled):not(.disabled).active,
.dashboard-new a.btn[href="#next"]:not(:disabled):not(.disabled).active,
.dashboard-new a.btn[href="#previous"]:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #f58b45;
  border-color: #f58b45;
}

.dashboard-new .btn.btn-primary:not(:disabled):not(.disabled):focus,
.dashboard-new a.btn[href="#next"]:not(:disabled):not(.disabled):focus,
.dashboard-new a.btn[href="#previous"]:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 127, 55, 0.4) !important;
}

.dashboard-new .btn.btn-primary.btn-pulse:not(:disabled):not(.disabled),
.dashboard-new a.btn.btn-pulse[href="#next"]:not(:disabled):not(.disabled),
.dashboard-new a.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(235, 127, 55, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-primary:hover,
.dashboard-new a.btn[href="#next"]:hover,
.dashboard-new a.btn[href="#previous"]:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-secondary {
  color: white !important;
  background: #DD44A7;
  border-color: #DD44A7;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(221, 68, 167, 0.45);
}

.dashboard-new .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-secondary:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-secondary:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-secondary:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #c9258f;
  border-color: #c9258f;
}

.dashboard-new .btn.btn-secondary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 68, 167, 0.4) !important;
}

.dashboard-new .btn.btn-secondary.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(221, 68, 167, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-secondary:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-info {
  color: white !important;
  background: #30befb;
  border-color: #30befb;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(48, 190, 251, 0.45);
}

.dashboard-new .btn.btn-info:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-info:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-info:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-info:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #05acf3;
  border-color: #05acf3;
}

.dashboard-new .btn.btn-info:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 190, 251, 0.4) !important;
}

.dashboard-new .btn.btn-info.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(48, 190, 251, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-info:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-warning {
  color: #212529 !important;
  background: #ffcc3e;
  border-color: #ffcc3e;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(255, 204, 62, 0.45);
}

.dashboard-new .btn.btn-warning:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-warning:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-warning:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-warning:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #ffbf0b;
  border-color: #ffbf0b;
}

.dashboard-new .btn.btn-success, .new-dashboard .btn.btn-success {
  color: white !important;
  background: #34cd86;
  border-color: #34cd86;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(52, 205, 134, 0.45);
}

.dashboard-new .btn.btn-success:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-success:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-success:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-success:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #29a56b;
  border-color: #29a56b;
}

.dashboard-new .btn.btn-success:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 205, 134, 0.4) !important;
}

.dashboard-new .btn.btn-success.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(52, 205, 134, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-success:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-danger ,
.new-dashboard .btn.btn-danger{
  color: white !important;
  background: #ff3e6c;
  border-color: #ff3e6c;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(255, 62, 108, 0.45);
}
.new-dashboard .btn.btn-danger,.new-dashboard .btn.btn-success {
  border-radius: 5px;
}

.dashboard-new .btn.btn-danger:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-danger:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-danger:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-danger:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #ff0b45;
  border-color: #ff0b45;
}

.dashboard-new .btn.btn-danger:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 62, 108, 0.4) !important;
}

.dashboard-new .btn.btn-danger.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(255, 62, 108, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-danger:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-warning:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 62, 0.4) !important;
}

.dashboard-new .btn.btn-warning.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(255, 204, 62, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-warning:hover {
  -webkit-animation: none;
}

.dashboard-new .btn.btn-floating {
  height: 35px;
  width: 35px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}

.dashboard-new .btn.btn-floating.btn-sm {
  height: 30px;
  width: 30px;
}

.dashboard-new .btn.btn-floating.btn-lg {
  height: 50px;
  width: 50px;
}

.dashboard-new .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.dashboard-new .btn-dark:not(:disabled):not(.disabled).active,
.dashboard-new .btn-dark:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #1d2124 !important;
  border-color: #171a1d !important;
}

.dashboard-new .btn.btn-dark:hover {
  -webkit-animation: none !important;
}

.dashboard-new .btn.btn-dark {
  background: #293134;
  border-color: #293134;
  cursor: pointer;
  box-shadow: 0px 2px 8px 0px rgba(41, 49, 52, 0.45);
}

.dashboard-new .btn.btn-dark:not(:disabled):not(.disabled):hover,
.dashboard-new .btn.btn-dark:not(:disabled):not(.disabled):focus,
.dashboard-new .btn.btn-dark:not(:disabled):not(.disabled):active,
.dashboard-new .btn.btn-dark:not(:disabled):not(.disabled).active {
  cursor: pointer;
  background: #131617;
  border-color: #131617;
}

.dashboard-new .btn.btn-dark:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 52, 0.4) !important;
}

.dashboard-new .btn.btn-dark.btn-pulse:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0 rgba(41, 49, 52, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.dashboard-new .btn.btn-dark:hover {
  -webkit-animation: none;
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.dashboard-new .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.dashboard-new .list-group-flush .list-group-item:first-child {
  border-top: 0;
}

.dashboard-new .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.modal-body.dashboard-events {
  padding: unset !important;
}

.modal-body.dashboard-events .list-group-item {
  border: unset;
}

.dashboard-new .list-group-item {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-color: #e6e6e6;
}

.dashboard-new .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.dashboard-new .list-group .list-group-item {
  padding: .75rem 1.5rem;
}

.dashboard-new .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.new-dashboard .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.new-dashboard .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.new-dashboard .custom-switch .custom-control-input:checked ~ .custom-control-label::before
{
  border-color: #eb7f37;
  background-color: #eb7f37;
}

.dashboard-new .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(235, 127, 55, 0.3);
}

.dashboard-new .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #f58b45;
  background-color: #f58b45;
}

.dashboard-new .custom-checkbox.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #DD44A7;
  background-color: #DD44A7;
}

.dashboard-new .custom-checkbox.custom-checkbox-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #eb92cc;
  background-color: #eb92cc;
}

.dashboard-new .custom-checkbox.custom-checkbox-secondary .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-secondary .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-secondary .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(221, 68, 167, 0.3);
}

.dashboard-new .custom-checkbox.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #34cd86;
  background-color: #34cd86;
}

.dashboard-new .custom-checkbox.custom-checkbox-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #7edfb2;
  background-color: #7edfb2;
}

.dashboard-new .custom-checkbox.custom-checkbox-success .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-success .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-success .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 205, 134, 0.3);
}

.dashboard-new .custom-checkbox.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff3e6c;
  background-color: #ff3e6c;
}

.dashboard-new .custom-checkbox.custom-checkbox-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #ff9ab2;
  background-color: #ff9ab2;
}

.dashboard-new .custom-checkbox.custom-checkbox-danger .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-danger .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-danger .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 62, 108, 0.3);
}

.dashboard-new .custom-checkbox.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffcc3e;
  background-color: #ffcc3e;
}

.dashboard-new .custom-checkbox.custom-checkbox-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #ffe49a;
  background-color: #ffe49a;
}

.dashboard-new .custom-checkbox.custom-checkbox-warning .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-warning .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-warning .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 62, 0.3);
}

.dashboard-new .custom-checkbox.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #30befb;
  background-color: #30befb;
}

.dashboard-new .custom-checkbox.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #8adafd;
  background-color: #8adafd;
}

.dashboard-new .custom-checkbox.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(48, 190, 251, 0.3);
}

.dashboard-new .custom-checkbox.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #293134;
  background-color: #293134;
}

.dashboard-new .custom-checkbox.custom-checkbox-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #516167;
  background-color: #516167;
}

.dashboard-new .custom-checkbox.custom-checkbox-dark .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-radio.custom-checkbox-dark .custom-control-input:focus ~ .custom-control-label::before,
.dashboard-new .custom-switch.custom-checkbox-dark .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 52, 0.3);
}

.dashboard-new .custom-control-input {
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.dashboard-new .input-group.time_selector, .dashboard-new .input-group.date {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.dashboard-new .input-group-prepend {
  margin-right: -1px;
}

.dashboard-new .input-group-append {
  margin-left: -1px;
}

.dashboard-new .input-group-append, .dashboard-new .input-group-prepend ,
.new-dashboard .input-group-append, .new-dashboard .input-group-prepend{
  display: flex;
  cursor: pointer;
}

.dashboard-new .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dashboard-new .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.dashboard-new .input-group > .input-group-append:not(:last-child) > .btn,
.dashboard-new .input-group > .input-group-append:not(:last-child) > .input-group-text,
.dashboard-new .input-group > .input-group-prepend > .btn,
.dashboard-new .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dashboard-new .input-group > .input-group-append > .btn,
.dashboard-new .input-group > .input-group-append > .input-group-text,
.dashboard-new .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.dashboard-new .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.dashboard-new .input-group > .input-group-prepend:not(:first-child) > .btn,
.dashboard-new .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dashboard-new .input-group-text, .new-dashboard .input-group-text  {
  border: none;
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.dashboard-new .input-group > .custom-select:not(:first-child),
.dashboard-new .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dashboard-new .input-group > .custom-file,
.dashboard-new .input-group > .custom-select,
.dashboard-new .input-group > .form-control.add-on,
.dashboard-new .input-group > .form-control.datetime,
.dashboard-new .input-group > .form-control.datetime1,
.dashboard-new .input-group > .form-control.datetime2,
.dashboard-new .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.dashboard-new .input-group-addon {
  width: 40px;
  height: 34px;
  border: unset;
}

.dashboard-new .input-group-addon .fa {
  margin-top: 3px;
}

.dashboard-new .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.dashboard-new .custom-control-label {
  line-height: 25px;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.dashboard-new .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f58b45;
  border-color: #f58b45;
}

.dashboard-new .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.dashboard-new .custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.dashboard-new .custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.dashboard-new .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff6f00;
  background-color: #ff6f00;
}

.dashboard-new .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff6f00;
  background-color: #ff6f00;
}

.dashboard-new .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.dashboard-new .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.table tr.tr-selected {
  background-color: whitesmoke !important;
}

.dashboard-new .filter-options .filter-container,
.new-dashboard .filter-options .filter-container  {
  display: block !important;
}

.dashboard-new .filter-options,
.new-dashboard .filter-options {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-new .align-item-center {
  display: flex;
  align-items: flex-end;
}

.card-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  border-color: transparent !important;
}

.card-alert .close {
  height: 100%;
  width: 44px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.card-alert .close > * {
  font-size: initial;
  text-shadow: none;
  line-height: 0;
}

.card-alert.card-alert-primary {
  background: rgba(80, 102, 225, 0.3) !important;
}

.card-alert.card-alert-primary.card-alert-with-border {
  border-left: 3px solid #5066e1 !important;
}

.card-alert.card-alert-secondary {
  color: #383d41;
  background: rgba(221, 68, 167, 0.3) !important;
}

.card-alert.card-alert-secondary.card-alert-with-border {
  border-left: 3px solid #DD44A7 !important;
}

.card-alert.card-alert-success {
  color: #155724;
  background: rgba(52, 205, 134, 0.3) !important;
}

.card-alert.card-alert-success.card-alert-with-border {
  border-left: 3px solid #34cd86 !important;
}

.card-alert.card-alert-danger {
  color: #721c24;
  background: rgba(255, 62, 108, 0.3) !important;
}

.card-alert.card-alert-danger.card-alert-with-border {
  border-left: 3px solid #ff3e6c !important;
}

.card-alert.card-alert-warning {
  color: #856404;
  background: rgba(255, 204, 62, 0.3) !important;
}

.card-alert.card-alert-warning.card-alert-with-border {
  border-left: 3px solid #ffcc3e !important;
}

.card-alert.card-alert-info {
  color: #0c5460;
  background: rgba(48, 190, 251, 0.3) !important;
}

.card-alert.card-alert-info.card-alert-with-border {
  border-left: 3px solid #30befb !important;
}

.card-alert.card-alert-dark {
  background: #d4d5d8 !important;
  color: #293134 !important;
}

.card-alert.card-alert-dark.card-alert-with-border {
  border-left: 3px solid #293134 !important;
}

.center-content {
  width: 60% !important;
  justify-content: center !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.margin-content-center {
  width: 60%;
  margin: auto;
}

.dropdown-cursor {
  cursor: pointer;
}

.display-cell {
  display: table-cell !important;
  /*padding: 10px;*/
  padding: 0px;
}

.table-header {
  padding: 10px !important;
  color: black;
}

.table-div {
  color: black;
  text-align: center;
}

.dropdown-list-li .leave-btn {
  width: 100% !important;
}

.calendar-dropdown {
  padding: 0.5rem !important;
  left: -175px !important;
}

.div-chart-height {
  height: 305px;
}

.table-list-height {
  height: 320px;
}

.table-list-attendance {
  height: 295px !important;
}

div.table-list-height {
  overflow: hidden;
}

div.table-list-height:hover {
  overflow: auto;
}

.apexcharts-title-text {
  font-weight: 600
}

.no-chart-data {
  padding: 115px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: rgb(55, 61, 63);
}

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

.apexcharts-menu-icon svg {
  fill: black !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.dashboard-new .timeline .timeline-item {
  padding-bottom: 20px;
  position: relative;
  display: flex;
}

.dashboard-new .timeline .timeline-item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  bottom: 0px;
  top: 32px;
  left: 15px;
  background: #e1e1e1;
}

.dashboard-new .timeline .timeline-item > div:last-child {
  flex: 1;
}

.dashboard-new .timeline .timeline-item:last-child {
  padding-bottom: 0;
  bottom: 0;
}

.dashboard-new .bring-forward {
  position: relative;
  z-index: 1;
}

.dashboard-new .avatar.avatar-sm {
  height: 2rem !important;
  width: 2rem !important;
}

.dashboard-new .border-radius-1 {
  border-radius: 5px;
}

.dashboard-new .avatar.avatar-sm .avatar-title {
  font-size: 14px !important;
}

/*upcoming birthdays dashboard card Hemant*/
.avatar-group {
    display: inline-flex;
}


.avatar-group .avatar {
    margin-right: -1rem;
    border: 2px solid white;
}

.avatar {
    display: inline-block;
    margin-bottom: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}

.avatar > img {
  width: 100%; height: 100%; object-fit: cover;
}

/*upcoming birthdays dashboard card end Hemant*/ 
/* employee connect --> buzzes hemant*/
.dashboard-new .row-xs{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.dashboard-new .row-xs > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.dashboard-new .col-6 {
    flex: 0 0 30%;
    max-width: 30%;
}
/*
.dashboard-new .row{
  display: flex;
  flex-wrap: wrap;
}*/
/* employee connect --> buzzes end */

.clear-filters {
  color: #eb7f37 !important;
}

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

.dashboard-new.tab-link-list .flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.dashboard-new.tab-link-list .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.padding-left-15px{padding-left: 15px;}
.padding-left-5px{padding-left: 5px;}

.dashboard-new .more-less {
  float: right;
  color: #212121;
}

.new-dashboard .arrow-more-less {
  float: right;
  color: #212121;
}
/*.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}*/
/*.rating-stars ul > li.star {
  display:inline-block;
}*/

/* Idle State of the stars */
/*.rating-stars ul > li.star > i.fa {
  font-size: 2.2em;
  color: #ccc;
}
*/
/* Hover state of the stars */
/*.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}*/

/* Selected state of the stars */
/*.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}*/

.blur-text {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.refresh-icon {
  width: 25px !important;
  height: unset !important;
  color: black !important;
  transform: scale(1.0);
}
 
  .rating-group {
    display: inline-flex;
    flex-flow: wrap;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    /* color: #ddd; */
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:not(.disable-rating):hover .rating__label .rating__icon--star,
  .rating-group:not(.disable-rating):hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating-group:not(.disable-rating) .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating-group:not(.disable-rating) .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:not(.disable-rating):hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating-group:not(.disable-rating) .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }

  div.api-script {
    padding: 20px 20px 0;
    background: #e3e3e3;
    overflow: hidden;
    margin: 0 0 20px;
  }

.new-dashboard .card .card-header.no-border {
    border: 0;
}
.new-dashboard .card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
/*    display: flex;*/
    align-items: center;
    min-height: 50px;
}
.new-dashboard .card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}
.new-dashboard .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border-radius: 8px;
}

.new-dashboard .bg-transparent{
  background-color: transparent !important;
}
@media (min-width: 241px) and (max-width: 992px) {
    .new-dashboard .Toprequest{
    overflow: hidden;
    overflow-x: auto;
  }

  .new-dashboard .emp-direct-tab-content .nav-tabs {
    display:block !important;
 }
  
  .new-dashboard #pageContent {
      display: block;
      height: 100%;
      width: 91%;
      left: 5%;
      position: absolute;
  }
  .new-dashboard .widget-49 .widget-49-title-wrapper {
      display: block !important;
      align-items: center;
  }
  .new-dashboard .announcebd{
    width:100%;
  }
  .leavelog .row{
    display:flex;
  }
  .counter-boxexpense {
    display:flex !important;
    background: #fff;
    padding: 0px;
    text-align: center;
    background-clip: border-box;
    border: solid 0.2px #f7f7f7;
    margin: 0px 0px 10px 0px;
    justify-content: space-around;
    align-items: center;
    vertical-align: center;
    padding: 5px;
    align-items: center;
      justify-content: space-around;
  
  }
  #a1{order:2;}
  #b1{order:1;}
  .new-dasboard .counterexpensedata {
    font-size:16px;
    }
  .new-dasboard .counter-boxexpense i{
    margin:0px !important;
  }
  .new-dashboard .counter-boxexpense img {
    margin:0px;
    }
  .new-dashboard .ldata{
    display:flex;
  }
  .new-dashboard .lmdata{
    text-align: center;
  }
  .new-dashboard .leavestatdata{
    justify-content: space-around;
    display:block;
    margin-right:10px;
  }
  .new-dashboard .leavedatacontent{
    display:flex;
  }
  }
  
  
  
  
  .new-dashboard .f-13{
    font-size: 13px !important;
  }
  
  
.new-dashboard .analytic-data  h3{
	margin-bottom:0px;
	font-size:18px !important;
	font-weight:500;
}
.new-dashboard .analytic-data .card-header{
	padding:1rem !important;
	border-bottom:1px solid #ddd;
}
.new-dashboard .analytics-content hr{
	border:1px solid #e2e3e4;
}
.new-dashboard .btn-default-filter{
    color: #a2a2a2 !important;
    font-size: 14px;
    background-color: #eee;
    padding: 0.8rem 2.5rem;
    border-radius: 5px !important;
    border: 1px solid #eee;
    margin-left:15px;
}
.new-dashboard .ml-auto{
	margin-left:auto!important;
}
/*added css*/
.new-dashboard .wrap_graph_content{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new-dashboard .graph-indicator span{
	width: 10px;
    height: 10px;
    padding: 7px;
    margin: 3px 5px 0px 0px;
    border-radius: 100%;
    display: block;
}
.new-dashboard .entity1{
	background-color:#ea5544;
}
.new-dashboard .entity2{
	background-color:#ef6b9c;
}
.new-dashboard .entity3{
	background-color:#ef9c1f;
}
.new-dashboard .entity4{
	background-color:#edbe2f;
}
.new-dashboard .entity5{
	background-color:#ede05a;
}
.new-dashboard .entity6{
	background-color:#bccf31;
}
.new-dashboard .entity7{
	background-color:#85bb44;
}
.new-dashboard .entity8{
	background-color:#53d7ef;
}
.new-dashboard .entity9{
	background-color:#53adef;
}
.new-dashboard .entity10{
	background-color:#b43dc7;
}
.new-dashboard .entity11{
	background-color:#b43dc7;
}
.new-dashboard .analytictable td:first-child{
	text-align:left !important;
}
.new-dashboard .analytictable th:first-child{
	text-align:left !important;
}
.analytictable .spinner.center {
    /* height: 100px; */
    /* position: absolute; */
    left: 45%;
    /* right: 0; */
    /* top: 50%; */
    bottom: 66px;
    margin: auto;
}
.spinner {
	font-size: 50px;
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
  }
  
  .spinner.center {
	height: 200px;
	/* position: absolute; */
	left: 45%;
	/* right: 0; */
	/* top: 50%; */
	bottom: 90px;
	margin: auto;
  }
  
  .spinner .spinner-blade {
	position: absolute;
	left: 0.4629em;
	bottom: 0;
	width: 0.074em;
	height: 0.2777em;
	border-radius: 0.0555em;
	background-color: transparent;
	-webkit-transform-origin: center -0.2222em;
	-ms-transform-origin: center -0.2222em;
	transform-origin: center -0.2222em;
	animation: spinner-fade9234 1s infinite linear;
  }
  
  .spinner .spinner-blade:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  
  .spinner .spinner-blade:nth-child(2) {
	-webkit-animation-delay: 0.083s;
	animation-delay: 0.083s;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  
  .spinner .spinner-blade:nth-child(3) {
	-webkit-animation-delay: 0.166s;
	animation-delay: 0.166s;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
  }
  
  .spinner .spinner-blade:nth-child(4) {
	-webkit-animation-delay: 0.249s;
	animation-delay: 0.249s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .spinner .spinner-blade:nth-child(5) {
	-webkit-animation-delay: 0.332s;
	animation-delay: 0.332s;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
  }
  
  .spinner .spinner-blade:nth-child(6) {
	-webkit-animation-delay: 0.415s;
	animation-delay: 0.415s;
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
  }
  
  .spinner .spinner-blade:nth-child(7) {
	-webkit-animation-delay: 0.498s;
	animation-delay: 0.498s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .spinner .spinner-blade:nth-child(8) {
	-webkit-animation-delay: 0.581s;
	animation-delay: 0.581s;
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
  }
  
  .spinner .spinner-blade:nth-child(9) {
	-webkit-animation-delay: 0.664s;
	animation-delay: 0.664s;
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
  }
  
  .spinner .spinner-blade:nth-child(10) {
	-webkit-animation-delay: 0.747s;
	animation-delay: 0.747s;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
  }
  
  .spinner .spinner-blade:nth-child(11) {
	-webkit-animation-delay: 0.83s;
	animation-delay: 0.83s;
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
  }
  
  .spinner .spinner-blade:nth-child(12) {
	-webkit-animation-delay: 0.913s;
	animation-delay: 0.913s;
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
  }
  
  @keyframes spinner-fade9234 {
	0% {
	  background-color: #69717d;
	}
  
	100% {
	  background-color: transparent;
	}
  }
.new-dashboard .panel-default {
   border-color: #fff; 
}
.new-dashboard .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color:#ddd;
    font-size: 18px;
}
.new-dashboard .panel-title {
  font-size: 14px;
  }
.new-dashboard  .panel{
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(0,0,0,0);
}
.new-dashboard .b-0{
  border:0px !important;
}
.new-dashboard .offboardingsidepanel .nav-tabs > li.active{
  border-bottom:none !important;
}
.new-dashboard .offboardingsidepanel .nav-tabs>li.active>a {
  color:#323232 !important;
  font-weight:600;
  font-size: 14px !important;
}
.new-dashboard .offboardingsidepanel .nav-tabs > li > a {
  font-size:14px !important;
}
.new-dashboard .offboardingsidepanel .nav-tabs > li > a:hover {
  color: #323232 !important;
}
.new-dashboard .offboardingsidepanel .nav-tabs > li > a {
  color:#a2a2a2 !important;
}
.new-dashboard .panel-heading{
  border-bottom:1px solid #a2a2a2;
}
.new-dashboard .offboardingsection .panel-title a{
color:#a2a2a2 !important;
font-size: 14px !important;
}
.new-dashboard .topbgcontain{
  margin-top:-7.8rem;
}
.new-dashboard .formcancel_btn{
  box-shadow: 0 0 6px 0 rgba(0,0,0,0) !important;
  border:1px solid #f7f7f7 !important;
}
.new-dashboard .accfaricons{
  color:#707070;
  float:right;
}
.new-dashboard .control-label{
  align-self: center;
}
.new-dashboard .panel-title .active{
  font-weight: 600;
}
.new-dashboard .card .add_separation{
  min-height:35px;
  border-bottom:1px solid #ddd;
}
.new-dashboard .radio_txt{
  font-size:14px;
}
.new-dashboard .tooltipsection .nav-tabs{
    border-bottom: 1px solid #ddd;
}
.new-dashboard .tooltipsection .nav-tabs>li.active>a{
  font-size:16px !important;
  background-color: transparent !important;
}
.new-dashboard .toolstat{
  color:#707070;
  font-size:13px;
}
.new-dashboard .offboardingsection .panel-title a[aria-expanded="true"]{
    color: #eb7f37 !important;
    font-weight:600;
}
.new-dashboard #btn-search,#btn-filter{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #ea7f36;
    background:#fff;
    margin: 0px 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    /*box-shadow: 0px 0px 2px rgba(0 0 0 / 0.50);*/
    position: relative;
}
.new-dashboard .searchbutton{
  background-color: transparent!important;
  top:4px;
}
.new-dashboard .countdata{
  color:#eb7f37;
  font-weight: 600;
  font-size: 20px;
}
.requeststatuschart{
  background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    font-family: 'Poppins';
    text-align: left;
    color: black;
}
.attritionchart{
   background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    font-family: 'Poppins';
    text-align: left;
    color: black;
}
.new-dashboard .ratelistings li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0rem;
    border-bottom: 1px solid #e6e6e6;
}
.new-dashboard .ratelistings li:first-child {
    padding-top: 1.25rem;
}
.new-dashboard .intable_img img {
    width: 25%;
    border-radius: 50px;
    object-fit: contain;
    margin-right: 10px;
    text-align:center;
}
.new-dashboard  .basicinfotable td{
  padding:4px;
  color:#000 !important;
  font-size: 13px;
}
.new-dashboard .error{
  color:red;
}
.new-dashboard .b-6{
  border-radius:6px;
}
.new-dashboard .separationtable a{
  text-decoration:underline;
  color:#848484;
  text-align: center
}
.new-dashboard .separationtable td {
  padding:6px ;
  font-size: 13px;
}
.new-dashboard .myexittab li {
  float:none !important;
}
.new-dashboard .myexittab li a{
 text-align:left;
  padding:12px !important;
  border-bottom :1px solid #ededed;
}
.new-dashboard .myexittab>li.active>a{
  background: #ddd;
    border: none;
    border-radius: 0px;
    margin: 0px;
     padding:12px !important;
}
.new-dashboard input:disabled, textarea:disabled, .disabled {
  background: #ddd;
}
.new-dashboard .tasktable td {
  padding:6px ;
  font-size: 12px;
}
.new-dashboard .offvline .offbimg img{
  z-index:80 !important;
}
.new-dashboard .offvline .offbimg:before {
    position: absolute;
    content: "";
    top: 10%;
    left: 9%;
/*    border: dashed 1px #ddd;*/
    height:105%;
    z-index:50 !important;
}
/*.new-dashboard .panel-heading:last-child { border-bottom: none; };*/


/*new-added CSS*/

.new-dashboard .generalsettingtable th{
  padding:6px;
}
.new-dashboard .generalsettingtable td{
  padding:6px;
}
.new-dashboard .generalsettingtable th{
  font-size: 12px !important;
}
.new-dashboard .generalsettingtable td {
  font-size: 12px !important;
}
.new-dashboard .generalsettingtable td{
  border-bottom:1px solid #ddd;
  vertical-align: middle !important;
}
.new-dashboard .wrap_graph_content{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new-dashboard .graph-indicator span{
  width: 10px;
    height: 10px;
    padding: 7px;
    margin: 3px 5px 0px 0px;
    border-radius: 100%;
    display: block;
}
.new-dashboard .reason1{
  background-color:#420052;
}
.new-dashboard .reason2{
  background-color:#482574;
}
.new-dashboard .reason3{
  background-color:#414486;
}
.new-dashboard .reason4{
  background-color:#355f8d;
}
.new-dashboard .reason5{
  background-color:#2a778d;
}
.new-dashboard .reason6{
  background-color:#21908c;
}
.new-dashboard .reason7{
  background-color:#25a884;
}
.new-dashboard .reason8{
  background-color:#45be71;
}
.new-dashboard .reason9{
  background-color:#7bd152;
}

.new-dashboard .pie_color1{
  background-color:#ea5544;
}.new-dashboard .pie_color2{
  background-color:#ef6b9c;
}.new-dashboard .pie_color3{
  background-color:#ef9c1f;
}.new-dashboard .pie_color4{
  background-color:#edbe2f;
}.new-dashboard .pie_color5{
  background-color:#ede05a;
}.new-dashboard .pie_color6{
  background-color:#bccf31;
}.new-dashboard .pie_color7{
  background-color:#85bb44;
}.new-dashboard .pie_color8{
  background-color:#53d7ef;
}




.new-dashboard .viewprofilecard{
  width: 199px;
  height: 233px;
  margin: 18px 52px 29.9px 12px;
  padding: 20px 18px;
  border-radius: 10px;
  background-color: #e6fff8;
}
.new-dashboard .signed,.played,.viewed{
  background-color:#c2f0da !important;
}
.new-dashboard .signedbtn,.playedbtn,.viewedbtn{
  color:#00ad79 !important;
  border:1px solid #00ad79 !important;
}

.new-dashboard .pendingbtn{
  color:#ffc400 !important;
  border:1px solid #ffc400 !important;
}
.new-dashboard .notinitiatedbtn{
  color:#ff0000 !important;
  border:1px solid #ff0000 !important;
}
.new-dashboard .IR .progress {
    border-radius: 10px;
    height: 15px;
    margin: 6px 0px 0px 0px;
}
.new-dashboard .IR .progress-bar {
    background-color:#98e024;
}
.new-dashboard .checklist .progress {
    border-radius: 10px;
    height: 15px;
    margin: 6px 0px 0px 0px;
}
.new-dashboard .checklist .progress-bar {
    background-color:#ffc400;
}
.new-dashboard .exitinterview .progress {
    border-radius: 10px;
    height: 15px;
    margin: 6px 0px 0px 0px;
}
.new-dashboard .exitinterview .progress-bar {
    background-color:#ff0000;
}
.new-dashboard .letter .progress {
    border-radius: 10px;
    height: 15px;
    margin: 6px 0px 0px 0px;
}
.new-dashboard .induction_resources .progress{
   border-radius: 10px;
    height: 15px;
    margin: 6px 0px 0px 0px;
}
.new-dashboard .induction_resources .progress-bar{
    background-color:#98e024
}
.new-dashboard .letter .progress-bar {
    background-color:#eb7f37;
}
/*.new-dashboard .viewprofile .card{
  height:178px !important;
}*/
.new-dashboard .profile_title{
  display:grid;
  align-items: center;
  height:45px;
  font-size:14px;
  margin:10px 0px;
  font-weight:500;
}
.new-dashboard .view_tabs img{
  margin:10px 0px;
}
.new-dashboard .view_tabs p{
  margin:10px 0px;
}
.new-dashboard .viewprofile .flex{
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-dashboard .fa-round{
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  padding: 7px 8px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  background-color: #fff;
  border-radius: 60px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_dashboard .onboard_intro h3{
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
  margin:0px 0px !important;
}
.new-dashboard .onboardsummary-img{
  position: absolute;
  right: 0px;
  margin: 0px 15px;
}
.new-dashboard .blur-content{
  filter: blur(3px);
}
.new-dashboard .overdue {
  background-color: #ffd5d5 !important;
}
.new-dashboard .ignored{
  background-color:#f8f8f8;
}
.new-dashboard .pending{
  background-color:#fff0c5 !important;
}
.new-dashboard .date_status {
  /* font-size: 13px; */
  color: #a3a3a3 !important;
}
.new-dashboard .shadowwith_card {
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.2)
}
.new-dashboard .offboardchecklist-img{
  position:absolute;
  left: 0px;
  top: -10px;
  margin:10px;
}
.new-dashboard .offboardchecklist-img img{
  width:30px;
  height:30px;
  border-radius:15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.new-dashboard .entity1{
  background-color:#ea5544;
  }
  .new-dashboard .entity2{
  background-color:#ef6b9c;
  }
  .new-dashboard .entity3{
  background-color:#ef9c1f;
  }
  .new-dashboard .entity4{
  background-color:#edbe2f;
  }
  .new-dashboard .entity5{
  background-color:#ede05a;
  }
  .new-dashboard .entity6{
  background-color:#bccf31;
  }
  .new-dashboard .entity7{
  background-color:#85bb44;
  }
  .new-dashboard .entity8{
  background-color:#53d7ef;
  }
  .new-dashboard .entity9{
  background-color:#53adef;
  }
  .new-dashboard .entity10{
  background-color:#b43dc7;
  }
  .new-dashboard .entity11{
  background-color:#b43dc7;
  }
  .new-dashboard .approved_num_count{
    font-size:25px;
    font-weight:500;
    color:#00ad79;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
  }
  .new-dashboard .pending_num_count{
    font-size:25px;
    font-weight:500;
    color:#eb7f37;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
  }
  .f-15{
    font-size: 15px !important;
  }
  .resign_request_table td{
    font-size: 15px !important;
  }
@media (max-width: 1899px) { 
  .new-dashboard #pageContent {
      margin-top: -8.3% !important;
  }
}
@media (max-width: 1798px) {
  .new-dashboard #pageContent { 
      margin-top: -9.3% !important;
  }
}
@media (max-width: 1698px) {
  .new-dashboard #pageContent { 
      margin-top: -9.8% !important;
  }
}
@media (max-width: 1519px) {
  .new-dashboard #pageContent { 
      margin-top: -11.4% !important;
  }
}
@media (max-width: 1349px) {
  .new-dashboard #pageContent { 
      margin-top: -13% !important;
  }
}
@media (max-width: 1226px) {
  .new-dashboard #pageContent { 
      margin-top: -15% !important;
  }
}
@media (max-width: 1079px) {
  .new-dashboard #pageContent { 
      margin-top: -15% !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


*/

.new-dashboard .onboard_initials{
    font-size: 55px;
    color:#000;
  }
  .new-dashboard .upload_data .round{
    background-color: #f2f2f2;
    border:1px solid #ddd;
  }
  .new-dashboard .emp_details .col-md-6{
    margin-bottom:1rem;
  }
  .new-dashboard .onboarding_emp .panel-heading{
    border: none !important;
  }
  .new-dashboard .onboard_initials{
    font-size: 55px;
    color:#000;
  }
  .upload_data .round{
    background-color: #f2f2f2;
    border:1px solid #ddd;
  }
  .new-dashboard .offboardline{
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 7%;
    top:30%;
    height: 225px;
    border: 1px dotted #a2a2a2;
  }
  .new-dashboard .onboardv-line {
    width: 1px;
    background-color: #ccc;
    position: absolute;
    border: 1px dotted #000;
  }
  .new-dashboard .notify{
    position:relative;
  }
  .new-dashboard .radio-align {
    align-items: end;
    display: flex;
    align-items: center;
  }
  .new-dashboard .emp_details .form-group {
    height: 90px;
    margin-bottom: 0px !important;
  }
  .new-dashboard .span-font-11-px span {
    font-size: 11px !important;
  }
  .new-dashboard .span-font-11-px label {
    font-size: 11px !important;
  }
  .new-dashboard .span-font-11-px .form-control {
    font-size: 11px !important;
  }
  .new-dashboard .span-font-11-px td {
    padding: 10px !important;
  }
  .new-dashboard .emp_details .date {
    float: none !important;
  }
.new-dashboard .onboard_initials{
    font-size: 55px;
    color:#000;
  }
  .new-dashboard .upload_data .round{
    background-color: #f2f2f2;
    border:1px solid #ddd;
  }
  .new-dashboard .emp_details .col-md-6{
    margin-bottom:1rem;
  }
  .new-dashboard .onboarding_emp .panel-heading{
    border: none !important;
  }
  .new-dashboard .onboard_initials{
    font-size: 55px;
    color:#000;
  }
  .upload_data .round{
    background-color: #f2f2f2;
    border:1px solid #ddd;
  }
  .new-dashboard .offboardline{
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 7%;
    top:30%;
    height: 225px;
    border: 1px dotted #a2a2a2;
  }
  .new-dashboard .onboardv-line {
    width: 1px;
    background-color: #ccc;
    position: absolute;
    border: 1px dotted #000;
  }
  .new-dashboard .notify{
    position:relative;
  }
  /* .cl-mcont {
    margin-top: 65px !important;
    padding: 15px 30px 30px !important;
    } */
    .new-dashboard .onboard_intro .top-title{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323232;
    margin:0px 0px !important;
  }
  
  .new-dashboard .induction-resource-data .row{
    display:flex;
    align-items: center;
  }
  
  .new-dashboard .induction-resource-data h5{
    line-height:20px;
  }
  .new-dashboard .induction-resource-data .comment-text{
    align-self:center;
  }
  .new-dashboard .lineheight{
    line-height:20px;
  }
  .new-dashboard .Onboarding-Checklist h4{
    height:40px;
  }
  .new-dashboard .Onboarding-Checklist p, .new-dashboard .Onboarding-Checklist .date{
    height:22px;
  }
  .new-dashboard .Onboarding-Checklist .oc-btn{
    /* height:36px; */
  }
  .new-dashboard .Onboarding-Checklist .btn-submit{
    padding:7px 35px;
  }
  .new-dashboard .overdue{
    background-color: #ffd5d5 !important;
  }
  .new-dashboard .onboardchecklist-img{
    position:absolute;
    right:0px;
    margin:10px;
  }
  .new-dashboard .onboardchecklist-img img{
    width:30px;
    height:30px;
    border-radius:15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .new-dashboard .blur-content{
    filter: blur(3px);
  }
  .new-dashboard .extra-margin{
    margin:0px 50px;
  }
  
  .new-dashboard .onboard-summary .viewprofilecard{
    width: 199px;
    height: 233px;
    margin: 18px 52px 29.9px 12px;
    padding: 20px 18px;
    border-radius: 10px;
    background-color: #e6fff8;
  }
  .new-dashboard .signed,.played,.viewed{
    background-color:#e6fff8;
  }
  .new-dashboard .ignored{
    background-color:#f8f8f8;
  }
  .new-dashboard .ignoredbtn{
    color:#a2a2a2 !important;
    border:1px solid #a2a2a2 !important;
  }
  .new-dashboard .signedbtn,.playedbtn,.viewedbtn{
    color:#00ad79 !important;
    border:1px solid #00ad79 !important;
  }
  
  .new-dashboard .pendingbtn{
    color:#ffc400 !important;
    border:1px solid #ffc400 !important;
  }
  .new-dashboard .notinitiatedbtn{
    color:#ff0000 !important;
    border:1px solid #ff0000 !important;
  }
  .new-dashboard .IR .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .IR .progress-bar {
      background-color:#98e024;
  }
  .new-dashboard .checklist .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .onboarding-letter .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .onboard-summary .viewprofile .card{
    height:210px !important;
  }
  .new-dashboard .view_tabs img{
    margin:10px 0px;
  }
  .new-dashboard .view_tabs p{
    margin:10px 0px;
  }
  .new_dashboard .onboard_intro h3{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323232;
    margin:0px 0px !important;
  }

  .new-dashboard .wrap_graph_content{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .new-dashboard .entity1{
    background-color:#ea5544;
    }
    .new-dashboard .entity2{
    background-color:#ef6b9c;
    }
    .new-dashboard .entity3{
    background-color:#ef9c1f;
    }
    .new-dashboard .entity4{
    background-color:#edbe2f;
    }
    .new-dashboard .entity5{
    background-color:#ede05a;
    }
    .new-dashboard .entity6{
    background-color:#bccf31;
    }
    .new-dashboard .entity7{
    background-color:#85bb44;
    }
    .new-dashboard .entity8{
    background-color:#53d7ef;
    }
    .new-dashboard .entity9{
    background-color:#53adef;
    }
    .new-dashboard .entity10{
    background-color:#b43dc7;
    }
    .new-dashboard .entity11{
    background-color:#b43dc7;
    }

  .new-dashboard .graph-indicator span{
    width: 10px;
      height: 10px;
      padding: 7px;
      margin: 3px 5px 0px 0px;
      border-radius: 100%;
      display: block;
  }

  .new-dashboard .pendinghiretab >li.active>a{
    font-weight:600;
   }

   .new-dashboard .pendingsubmission{
    color:#ffc400 !important;
  }
  .new-dashboard .iconmargin{
    margin-top:-2px;
  }

  .new-dashboard .onboard-summary .viewprofilecard{
    width: 199px;
    height: 233px;
    margin: 18px 52px 29.9px 12px;
    padding: 20px 18px;
    border-radius: 10px;
    background-color: #e6fff8;
  }
  .new-dashboard .signed,.played,.viewed{
    background-color:#c2f0da !important;
  }
  .new-dashboard .signedbtn,.playedbtn,.viewedbtn{
    color:#00ad79 !important;
    border:1px solid #00ad79 !important;
  }

  .new-dashboard .pending{
    background-color:#fff0c5 !important;
  }
  
  .new-dashboard .pendingbtn{
    color:#ffc400 !important;
    border:1px solid #ffc400 !important;
  }
  .new-dashboard .notinitiatedbtn{
    color:#ff0000 !important;
    border:1px solid #ff0000 !important;
  }
  .new-dashboard .IR .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .IR .progress-bar {
      background-color:#98e024;
  }
  .new-dashboard .checklist .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .pending-yellow {
      background-color:#ffc400;
  }
  .new-dashboard .onboarding-letter .progress {
      border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .induction_resources .progress{
     border-radius: 10px;
      height: 15px;
      margin: 6px 0px 0px 0px;
  }
  .new-dashboard .pending-green {
      background-color:#98e024
  }
  .new-dashboard .pending-orange {
      background-color:#eb7f37;
  }
  /*.new-dashboard .viewprofile .card{
    height:178px !important;
  }*/
  .new-dashboard .profile_title{
    display:grid;
    align-items: center;
    height:45px;
    font-size:14px;
    margin:10px 0px;
    font-weight:500;
  }
  .new-dashboard .view_tabs img{
    margin:10px 0px;
  }
  .new-dashboard .view_tabs p{
    margin:10px 0px;
  }
  .new-dashboard .viewprofile .flex{
    height:40px;
  }
  .new-dashboard .fa-round{
    width: 39px;
    height: 39px;
    margin:0px 3px;
    padding: 7px 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius:60px;
    color:#000;
  }
  
  .new_dashboard .onboard_intro h3{
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323232;
    margin:0px 0px !important;
  }

  .new-dashboard .onboardsummary-img{
    position: absolute;
    right: 0px;
    margin: 0px 15px;
  }
  .induction-carousel .slick-track, .checklist-carousel .slick-track{
    margin-left:0;
  }

  .assets-carousel .slick-track, .checklist-carousel .slick-track{
    margin-left:0;
  }

  .new-dashboard textarea {
    height: 100px;
  }

  .slick-parent {
    width: 100% !important;
    max-width: 85vw !important;
  }

  .new-dashboard .shadowwith_card {
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.2)
  }

  .new-dashboard .pendinghiretab li > a {
    font-size: 16px !important;
  }
  .new-dashboard .pendinghiretab li.active > a{
    border-bottom: 1px solid #eb7f37 !important;
  }
  .new-dashboard .pendinghiretab > li > a:hover {
    font-size: 16px !important;
  }
.new-dashboard .panel-default {
    border-color: #fff; 
 }
 .new-dashboard .panel-default>.panel-heading {
     color: #333;
     background-color: #fff;
     border-color:#ddd;
     font-size: 18px;
 }
 .new-dashboard .panel-title {
   font-size: 14px;
   }
 .new-dashboard  .panel{
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0,0);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
 }
 /*.new-dashboard .panel-heading  a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
 }
 .new-dashboard .panel-heading.active a:before {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
 } 
 */.new-dashboard .b-0{
   border:0px !important;
 }
 .new-dashboard .offboardingsidepanel .nav-tabs > li.active{
   border-bottom:none !important;
 }
 .new-dashboard .offboardingsidepanel .nav-tabs>li.active>a {
   color:#323232 !important;
   font-weight:600;
   font-size: 14px !important;
 }
 .new-dashboard .panel-default.active a {
  color:#eb7f37 ;
}
.new-dashboard .nested-panel.panel-default:not(.active) a {
  color: #a2a2a2 !important;
}
 .new-dashboard .offboardingsidepanel .nav-tabs > li > a {
   font-size:14px !important;
 }
 .new-dashboard .offboardingsidepanel .nav-tabs > li > a:hover {
   color: #323232 !important;
 }
 .new-dashboard .offboardingsidepanel .nav-tabs > li > a {
   color:#a2a2a2 !important;
 }
 .new-dashboard .panel-heading{
   border-bottom:1px solid #a2a2a2;
 }
 .new-dashboard .panel-title a{
 color:#a2a2a2 ;
 }
 .new-dashboard .topbgcontain{
   margin-top:-7.8%;
 }
 /*.new-dashboard .top-headtitle{
   margin-top:-7px !important;
 }*/
 .new-dashboard .formcancel_btn{
   box-shadow: 0 0 6px 0 rgba(0, 0, 0 ,0) !important;
   border:1px solid #f7f7f7 !important;
 }
 .new-dashboard .accfaricons{
   color:#707070;
   float:right;
 }
 .new-dashboard .control-label{
   align-self: center;
 }
 .new-dashboard .panel-title .active{
   font-weight: 600;
 }
 .new-dashboard .card .add_separation{
   min-height:35px;
   border-bottom:1px solid #ddd;
 }
 .new-dashboard div:not(.ml-4)#btn-search,#btn-filter{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  color: #ea7f36;
  background:#fff;
  margin: 0px 5px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0,  0.50);
  position: relative;
}
.new-dashboard .searchbutton{
background-color: transparent!important;
top:4px;
}

.new-dashboard  input[type=radio]#pmsyesradiocolor {
  accent-color: green;
}
.new-dashboard  input[type=radio]#pmsnoradiocolor {
  accent-color: red;
}
.new-dashboard  input[type=radio]#pmsyesradiocolor1 {
  accent-color: green;
}
.new-dashboard  input[type=radio]#pmsnoradiocolor1 {
  accent-color: red;
}
.new-dashboard  .defaultradiocolor {
  accent-color: #e37224;
 
}
.new-dashboard  .defaultradiocolor + label {
  font-size: 16px;
 
}
.new-dashboard  .defaultradiocolor:checked + label {
  color: #e37224;
 
}

.new-dashboard .br-5{
  border-radius: 5px;
}

.new-dashboard table tr a.btn{
  border-radius: 5px;
  
}
.new-dashboard  .yesradiocolor {
  accent-color: green;
  font-size: 16px;
 
}
.new-dashboard  .noradiocolor {
  accent-color: red;
  font-size: 16px;


}
.new-dashboard  .yesradiocolor + label {
  font-size: 16px;
}

.new-dashboard  .yesradiocolor:checked + label {
  color: green;
 
}
.new-dashboard  .noradiocolor:checked + label {
  color: red;
 
}
.new-dashboard  .noradiocolor + label {
  font-size: 16px;
}

.new-dashboard .font-weight-0{
  font-weight: normal !important;
}
.new-dashboard .font-weight-200{
  font-weight: 200 !important;
}
.new-dashboard .font-weight-500{
  font-weight: 500 !important;
}
.new-dashboard .font-weight-700{
  font-weight: 700 !important;
}

.new-dashboard .onoffswitch_new-checkbox {
  display: none;
}
.new-dashboard .onoffswitch_new {
  position: relative;
}
.new-dashboard .onoffswitch_new-label {
  display: block; overflow: hidden; cursor: pointer;
  border-radius: 30px;
  width: 75px;
}

.new-dashboard .onoffswitch_new-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.new-dashboard .onoffswitch_new-inner:before, .new-dashboard .onoffswitch_new-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 12px; color: white; font-family: Poppins; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.new-dashboard .onoffswitch_new-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color:#eb7f37; color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

.new-dashboard .onoffswitch_new-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
  border-radius: 0 30px 30px 0;
}
.new-dashboard .onoffswitch_new-switch {
  display: block; width: 30px; margin: 0px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 30px;
  /*position: absolute; top: 0; bottom: 0; right:43px;*/
  position: absolute; top: 0; bottom: 0; right:43px;height:30px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
  background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
  box-shadow: 0 1px 1px white inset;
}

.new-dashboard .onoffswitch_new-checkbox:checked + .onoffswitch_new-label .onoffswitch_new-inner {
  margin-left: 0;
}

.new-dashboard .onoffswitch_new-checkbox:checked + .onoffswitch_new-label .onoffswitch_new-switch {
  right: 0px; 
}
.new-dashboard .customer-quote-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-dashboard .top-header-buttons{
  align-items: center;
  justify-content: space-between;
}

.new-dashboard .org-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.new-dashboard .org-tree .card {
  width: 230px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
  z-index: 1;
}

.new-dashboard .org-tree .org-count {
  background-color: #d3d3d3;
  position: absolute;
  right: 11px;
  top: 78px;
  padding: 4px 15px 4px 6px;
  border-radius: 6px;
}

.new-dashboard .org-tree .active_emp .org-count {
  background-color: #eb7f37;
  color: white !important;
}
.new-dashboard .empdetail_info .round{
	width:65px !important;
	height:auto !important;
	margin-top:0px !important;
}
.new-dashboard .b-left{
	border-left:1px solid #777777;
}
.new-dashboard .empdetail_info .col-md-4{
	margin-bottom: 20px;
}
.new-dashboard .blank_content{
	margin-top:40%;
	margin-bottom: 45%;
}
.new-dashboard .level_0 .active_emp{
  background-color:#fff4ed;
}
.new-dashboard .org-tree .level_0 .card { 
  background: -webkit-linear-gradient(left,#fff4ed 18%,#fff 7%);
}
.new-dashboard .level_0 h5{
  color: #eb7f37 !important;
  font-weight:600
}
.new-dashboard .org-tree .level_0 .active_emp .org-count {
  background-color: #eb7f37;
  color: white !important;
}

.new-dashboard .level_1 .active_emp{
  background-color:#ffedc5;
}
.new-dashboard .org-tree .level_1 .card { 
  background: -webkit-linear-gradient(left,#ffedc5 21%,#fff 7%);
}
.new-dashboard .level_1 h5{
  color: #ffcc3e !important;
  font-weight:600
}
.new-dashboard .org-tree .level_1 .active_emp .org-count {
  background-color: #ffcc3e;
  color: white !important;
}

.new-dashboard .level_2 .active_emp{
  background-color:#effff9;
}
.new-dashboard .org-tree .level_2 .card { 
  background: -webkit-linear-gradient(left,#effff9 21%,#fff 7%);
}
.new-dashboard .level_2 h5{
  color: #34cd86 !important;
  font-weight:600
}
.new-dashboard .org-tree .level_2 .active_emp .org-count {
  background-color: #34cd86;
  color: white !important;
}

.new-dashboard .level_3 .active_emp{
  background-color:#f0fbff;
}
.new-dashboard .org-tree .level_3 .card { 
  background: -webkit-linear-gradient(left,#f0fbff 21%,#fff 7%);
}
.new-dashboard .level_3 h5{
  color: #30befb !important;
  font-weight:600
}
.new-dashboard .org-tree .level_3 .active_emp .org-count {
  background-color: #30befb;
  color: white !important;
}

.new-dashboard .level_4 .active_emp{
  background-color:#ffedf7;
}
.new-dashboard .org-tree .level_4 .card { 
  background: -webkit-linear-gradient(left,#ffedf7 21%,#fff 7%);
}
.new-dashboard .level_4 h5{
  color: #ed87c0 !important;
  font-weight:600
}
.new-dashboard .org-tree .level_4 .active_emp .org-count {
  background-color: #ed87c0;
  color: white !important;
}

.new-dashboard .level_5 .active_emp{
  background-color:#f2edff;
}
.new-dashboard .org-tree .level_5 .card { 
  background: -webkit-linear-gradient(left,#f2edff 21%,#fff 7%);
}
.new-dashboard .level_5 h5{
  color: #9e82ec !important;
  font-weight:600
}
.new-dashboard .org-tree .level_5 .active_emp .org-count {
  background-color: #9e82ec;
  color: white !important;
}

.new-dashboard .level_6 .active_emp{
  background-color:#fff5f7;
}
.new-dashboard .org-tree .level_6 .card { 
  background: -webkit-linear-gradient(left,#fff5f7 21%,#fff 7%);
}
.new-dashboard .level_6 h5{
  color: #e50027 !important;
  font-weight:600
}
.new-dashboard .org-tree .level_6 .active_emp .org-count {
  background-color: #e50027;
  color: white !important;
}

.new-dashboard .active_emp{
    background-color:#fff4ed;
}
.new-dashboard .empdata h5{
	font-size: 14px !important;
	margin-top:0px;
}
.new-dashboard .empdata{
	padding:6px;
	border-radius:10px;
}
.new-dashboard .active_emp h5{
	text-decoration: underline !important;
}
.new-dashboard .hide{
	display:none ;
}
.new-dashboard .empdata_show .round{
	width:50px !important;
	height:auto !important;
	margin-top:0px !important;
}
.new-dashboard .empprofile_sec .comment-row{
	margin-bottom:15px;
}
.new-dashboard .empprofile_sec h5{
	font-size:13px !important;
}
.new-dashboard .b-top{
	border-top:1px solid #ddd;
}
.new-dashboard .org_status{
	margin-left:auto;
	display:flex;
	align-items:end;
}
.new-dashboard .view-org{
	background-color: #eb7f37;
}
.new-dashboard .show{
    display:block;
  }
 .new-dashboard .tableimg{
 	height: 40px;
 	width: 40px;
 	border-radius: 50%;
 }
 .new-dashboard .orgstep2 .table td{
 	padding:8px;
 }

.new-dashboard .org-row{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
}
.new-dashboard .org-row .col-md-4{
	display: flex;
    justify-content: center;
}
.org-avatar img  {
  border-radius: 50%;
  position: relative;
  left: -5px;
  margin-left: -25px;
  z-index: 1;
}
.org-avatar div  {
  border-radius: 50%;
  position: unset;
  left: -5px;
  margin-left: -25px;
  z-index: 1;
}
.org-avatars {
  direction: ltr; 
  text-align: left;  
  padding-left: 25px; 
}
.org-avatar .badge {
  border-radius: 50%;
    position: absolute;
    right:18px;
    top: 2px;
    padding: 10px;
    /* margin-left: -25px; */
    z-index: 1;
    background-color: #eb7f37!important;
    color: #fff;
}
.new-dashboard .org-row h4{
	margin:0px !important;
	color:#eb7f37;
	font-size:16px !important;
}
.new-dashboard .org-row .common-text ,.comment-row{
	align-self:center !important;
}
.new-dashboard #stage2 .card{
	width: 230px;
	  border-radius: 10px;
	  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	  background:-webkit-linear-gradient(left,#e8fff8 21%,#fff 7%);
	  margin-bottom:35px;
	  Z-index:1;
}
.new-dashboard .org-count::after {
  content: "\f107";
  color: #333;
  bottom: 4px;
  right: 4px;
  font-weight:600;
  position: absolute;
  font-family: "FontAwesome"
}
.new-dashboard .org-count[aria-expanded="true"] .org-count::after {
  color: white;
}

.new-dashboard .org-collapse[aria-expanded="true"] .org-count::after {
  content: "\f106";
  font-weight:600;
}
.new-dashboard #myGroup .org-collapse:has(.org-count[aria-expanded="true"])::after,
.new-dashboard .less-nodes .org-collapse:has(.org-count[aria-expanded="true"])::after
{
  content: '';
  width: 1px;
  height: 65px;
  position: absolute;
  top: calc(100%);
  left: calc(50%);
  border-left: 2px dotted #777777;
}
.new-dashboard .extra-emp-card{
  margin-bottom: -65px;
}
.new-dashboard .extra-emp-card::after{
  content: '';
  width: 1px;
  height: 43px;
  position: relative;
  top: 54%;
  left: 50%;
  border-left: 2px dotted #777777;
  display: block;
}
.new-dashboard .extra-emp-card::before{
  content: '';
  width: 1px;
  height: 60px;
  position: relative;
  top: 40%;
  left: 50%;
  border-left: 2px dotted #777777;
  display: block;
}
.new-dashboard .extra-emp-card .tableimg{
  border: 4px solid #eb7f37;
}
.new-dashboard  .tableimg-large , .new-dashboard  .org-tree-initials-large{
  height: 65px !important;
  width: 65px !important;
  size: 35px !important;
  font-size: xx-large !important;
}
.new-dashboard  .org-tree-initials {
  border-radius: 50%;
  /* border: 2px solid #eb7f37; */
  /* background-color: rgb(random(256), random(256), random(256)) !important; */
  /* color: white !important; */
  width: 40px;
  height: 40px;
  /* height: 6; */
  size: 35px;
  font-size: 18px;
}

.new-dashboard  .org-tree-initials span{
  align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.new-dashboard .org-count{
	background-color:#d3d3d3;
	position: absolute;
	right: 11px;
	padding:4px 15px 4px 6px;
	border-radius:6px
}
.new-dashboard .org-collapse-in::before{
    content: '';
    position: relative;
    width:100%;
    height: 20px;
   /* top: calc(30% - 25px);*/
    border-top: 2px dotted #777777;
    border-left: 2px dotted #777777;
    border-right: 2px dotted #777777;
    /* margin-top:-4%; */
}
.new-dashboard .org-collapse-in::after {
    /*content: '';
    width: 0;
    height: 26%;
    position: absolute;
    border-left: 2px dotted #ccc;
    top: 0;
    left:50%;*/
    /* content: '';
    width: 1px;
    height:76px;
    position: absolute;
    top: calc(27% - 85px);
    left: calc(50% - 0.5px);
    border-left: 2px dotted #ccc; */
}
.new-dashboard .org-card-arrow::after {
  content: '';
  width: 1px;
  height:30px;
  position: absolute;
  top: 100px;
  left: calc(50% - 0.5px);
  border-left: 2px dotted #ccc;
}
.new-dashboard .secondstage::before{
    content: '';
    position:relative;
    width:100%;
    border-top: 2px dotted #ccc;
    margin-top:-5%;
}
.new-dashboard .thirdstage::before{
    content: '';
    position:absolute;
    width:100%;
    border-top: 2px dotted #ccc;
    margin-top:-4%;
}
.new-dashboard .secondstage::after{
    content: '';
    width: 1px;
    height:76px;
    position: absolute;
    top: calc(28% - 85px);
    left: calc(50% - 0.5px);
    border-left: 2px dotted #ccc;
}
.new-dashboard .org-v-line{
	    content: '';
    width: 1px;
    height: 16%;
    position: absolute;
    border-left: 2px dotted #ccc;
    top: 66%;
    z-index:0;
}
.new-dashboard .org-collapse-in,.secondstage{
	margin-top:5%;
}
.new-dashboard .thirdstage{
    margin-top:2%;
}

.new-dashboard .org-tree .tableimg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.org-avatar .profile-data {
  border-radius: 50%;
  position: relative;
  left: -5px;
  margin-left: -25px;
  z-index: 0;
  border-radius: 50%;
  border: 2px solid #eb7f37;
  background-color: #eb7f37 !important;
  color: white !important;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
@media screen and (min-width: 1600px) {
  .new-dashboard .topbgcontain {
      margin-top: -6.1%;
  }
  }
  @media screen and (min-width: 1900px) {
  .new-dashboard .topbgcontain {
      margin-top: 0.2%;
  }
}
  @media screen and (min-width: 2000px) {
  .new-dashboard .topbgcontain {
      margin-top: -3.5%;
  }
  }
  .new-dashboard .visible-to-emp {
    background-color: #fff;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-right: 5px;
    height: 38px;
}
body {
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  height: 100%;
}

.container-fluid {
  padding-left: 15px !important;
  /*padding-right: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;*/
}

.new-dashboard .btn-bd-filled {
  border: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  line-height: 25px;
  color: #fff !important;
  font-size: 14px;
  background-color: #eb7f37;
  min-width: -webkit-fill-available;
  line-height: 2.2;
  border-radius: 6px;
}

.new-dashboard .btn-bd-signunfilled {
  border: 1px solid #ddd;
  line-height: 25px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  min-width: -webkit-fill-available;
  line-height: 2.2;
  border-radius: 6px;
}

.new-dashboard .employeesigninnew .signtitle {
  font-size: 32px;
  color: #eb7f37;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.new-dashboard .employeesigninimg {
  padding: 0px !important;
}

.new-dashboard .employeesigninnew .signtxt {
 color: #555555;
 font-size: 16px !important;
}

.new-dashboard .employeemobilesign .form-control {
  background-color: #f5f5f5 !important;
  border: none !important;
  line-height: 2.2 !important;
  height: 44px;
}

.new-dashboard .employeemobilesign .forgot {
  color: #eb7f37 !important;
  float: right;
  font-size: 14px;
  text-decoration: underline;
}

.new-dashboard .employeesigninnew {
  padding: 5% 10% 0% 10%;
}

.new-dashboard .employeemobilesign .form-check-label {
  font-size: 14px;
}

.new-dashboard .icon-email {
  background-image: url(/assets/email-973b4edbd6673833b9559b96ba8a4a1172220b0e76eaa71e4ef93f6ca6d031c3.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: auto;
  background-size: 19px;
}

.new-dashboard .icon-pass {
  background-image: url(/assets/password-d03d294118cc5ebb8aaf27a644373b67c27a72967280c4b0a71ddb7514bc9767.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: auto;
  background-size: 19px;

}

.new-dashboard .icon-cmp_name {
  background-image: url(/assets/bank-fa1f1638c20d2a93c5a85df7fa50081135bb6cf3ce0be539982a3fbb2a902f71.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: auto;
  background-size: 19px;
}

.new-dashboard .icon-user_name {
  background-image: url(/assets/user-52cb8d9e3534c7d806d25287833948846a3eee194159927442002576b2f89f69.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: auto;
  background-size: 19px;
}

.new-dashboard .icon-mobile_no {
  background-image: url(/assets/phone-46ea78e5e71dee774e24de9c5b4fde9ea8764fb0f53754361653cd9c61912ea7.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: auto;
  background-size: 19px;
}

.new-dashboard .input-txt{
  padding-left: 5px;
  float:left;
  border-left:none;
  outline:none ;
  border: none;
  background-color: #f7f8fa;
}

.new-dashboard .custom-input {
  display: flex; 
  border-radius: 4px;
  border: none;
  background-color: #f5f5f5 !important;
}
.new-dashboard .cmp_name:before {
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  padding-right: 10px;
  content: "\f0a9"; 
}

/* .new-dashboard .form-group input[type=text] {
  background-position: 10px; 
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 18px;
  font-size: 14px;
  border-radius: 6px;
} */

.new-dashboard .employeesigninimg {
  background-color: #fbb27e;
  /*height:100vh !important;*/
}

.new-dashboard .empmobtitle h3 {
  color: #fff !important;
  font-weight: revert !important;
}

.new-dashboard .empmobtitle p {
  color: #fff !important;
  font-size: 0.9rem !important;
}

.new-dashboard .empmobimg .slick-next {
  right: 3px !important;
}

.new-dashboard .empmobimg .slick-prev {
  left: -9px !important;
}

.new-dashboard .empmobimg img {
  margin: 0 auto !important;
}

.new-dashboard .carousel-caption {
  top: 0;
  bottom: auto;
}

.new-dashboard .p-info {
  font-size: 13px !important
}

.new-dashboard .h3-responsive {
  font-size: 24px !important;
  font-weight: 600;
}

.new-dashboard .getApp {
  position: relative;
  bottom: 60px;
}

.new-dashboard .getApp img {
  margin-top: 0px;
}

.new-dashboard .getApp .carousel-indicators {
  bottom: -4px !important;
}

.new-dashboard .carousel-control.left {
  background-image: none !important;
}

.new-dashboard .carousel-control.right {
  background-image: none !important;
}

.new-dashboard .text-align-center {
  text-align: center !important;
}

.new-dashboard .text-white {
  color: #fff !important;
}

.new-dashboard .mt-5 {
  margin-top: 30px !important;
}

.new-dashboard .mt-7 {
  margin-top: 40px !important;
}

.new-dashboard .align-self-center {
  align-self: center!important;
}

.new-dashboard .carousel-inner .item img {
  width: 65%;
}

.new-dashboard .d-inline-block {
  display: inline-block !important;
}

.new-dashboard .carousel-caption {
  padding-top: 0px !important;
}

.h-100 {
  height: 100vh !important;
}

.p-0 {
  padding: 0px !important;
}
.new-dashboard #left-image-block {
  height: 100vh;
}
/*@media screen and (min-device-width: 200px) and (max-device-width: 1024px) { */
@media screen and (max-width: 1024px) {
  .new-dashboard .employeesigninnew {
    padding: 5% 10% 5% 10%;
    margin: auto;
  }

  .new-dashboard .empsignin .row {
    display: flex;
    flex-flow: column-reverse;
  }

  .new-dashboard #left-image-block {
    display: none;
  }

  .new-dashboard .h3-responsive {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0px;
  }

  .new-dashboard .carousel-caption {
    right: 0% !important;
    left: 0% !important;
  }

  .new-dashboard .employeesigninimg {
    padding-top: 6%;
  }

  .new-dashboard .siginimg {
    height: 100% !important;
  }
}

.new-dashboard .non-qc-1 {
  width: 50% !important;
  height: 50% !important;
  margin-top: 18%;
  margin-bottom: 6%;
}

.new-dashboard .non-qc-2 {
  width: 57% !important;
  height: 50% !important;
  margin-top: 16%;
  margin-bottom: 15%;
}

.new-dashboard .non-qc-3 {
  width: 56% !important;
  height: 50% !important;
  margin-top: 16%;
  margin-bottom: 7%;
}

.new-dashboard .f-500 {
  font-weight: 500 !important;
}

.empsignin{
  font-family: 'Poppins', 'Inter', sans-serif !important;
}

.empsignin h1, .empsignin h2, .empsignin h3, .empsignin h4, .empsignin h5, .empsignin h6, .empsignin .h1, .empsignin .h2, .empsignin .h3, .empsignin .h4, .empsignin .h5, .empsignin .h6{
  font-family: 'Poppins', 'Inter', sans-serif !important;
}
/* slash_command.css — drop-in styles for the slash command dropdown */


.slash-cmd-dropdown {
  position: absolute;
  z-index: 9999;
  width: 360px;
  max-height: 260px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 6px 0;
  font-family: inherit;
  animation: slash-fade-in 0.12s ease;
}

@keyframes slash-fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Scrollbar */
.slash-cmd-dropdown::-webkit-scrollbar { width: 4px; }
.slash-cmd-dropdown::-webkit-scrollbar-track { background: transparent; }
.slash-cmd-dropdown::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 2px; }

/* Each row */
.slash-cmd-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 6px;
  margin: 0 4px;
}

.slash-cmd-item:hover,
.slash-cmd-item--active {
  background: #f1f5f9;
}

/* Icon */
.slash-cmd-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0eaff;
  border-radius: 7px;
  font-size: 14px;
}

/* Text block */
.slash-cmd-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.slash-cmd-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slash-cmd-preview {
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Empty state */
.slash-cmd-empty {
  padding: 12px 16px;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
}

/* Hint bar at top (optional — add via JS if you like) */
.slash-cmd-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px 4px;
  font-size: 11px;
  color: #94a3b8;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 4px;
}

.slash-cmd-hint kbd {
  display: inline-block;
  padding: 1px 5px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 10px;
  font-family: monospace;
}
.new-dashboard #survey-tab .panel-title a.collapsed span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
}
.new-dashboard #survey-tab .panel-title a span:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    transition: all 0.5s;
    font-size: 20px;
}
.new-dashboard #survey-tab .panel-heading, .panel-body{
    font-weight:600;
    color:#a2a2a2;
    font-size:18px !important;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.new-dashboard #survey-tab .panel-heading{
    border:none !important;
}
.new-dashboard #survey-tab .panel+.panel {
    margin-top: 0px !important;
}
.new-dashboard #survey-tab .panel-default{
    border-bottom:2px solid #ddd;
}
.new-dashboard #survey-tab .panel-default:last-child{
   border:none !important;
}
.new-dashboard #survey-tab .panel-body{
    border-top:none;
}
.new-dashboard #survey-tab .nav-tabs li a{
    padding-left:0px !important;
}
.new-dashboard #survey-tab .nav-tabs li a:hover{
    font-weight: 14px;
    color:#a2a2a2;
    font-weight: 600;
}
.new-dashboard #survey-tab [aria-expanded=true]{
    color:#eb7f37;
}
.new-dashboard .surveytable td{
    vertical-align: middle;
    padding:9px !important;
}
.new-dashboard .surveytable table>tbody>tr>td.active{
background-color: transparent !important;
}
.new-dashboard .surveytable table td:first-child{
    text-align: left !important;
    padding-left:0px !important;
}
.new-dashboard .surveytable th:first-child {
    text-align: left !important;
    padding-left:0px !important;
}
.new-dashboard .surveytable table th{
    text-align: center !important
}
.new-dashboard .top-header-buttons {
    align-items: center;
    justify-content: space-between;
}
.new-dashboard .surveytable tbody td .btn-group .dropdown-menu {
    margin-top: -1px;
    min-width: 160px;
}
.new-dashboard .initiatesurveycontent td{
    width:55% !important;
    vertical-align: middle;
}
.new-dashboard .s-image img {
    width:70%;
}
.new-dashboard .emps_img img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: content;
    margin-right:5px;
}
.new-dashboard .initials{
    align-items: center; 
    display: flex; 
    justify-content: center; 
    border-radius: 50%; 
    border: 2px solid #eb7f37; 
    background-color: #eb7f37 !important; 
    color: white !important; 
    width: 40px; 
    height: 40px; 
    font-size: 18px;
    margin-right:5px;
}
.new-dashboard .submission-dropdown li > a {
    padding:6px 10px !important;
}
.new-dashboard .submission-dropdown li > a:hover i{
   color :#fff !important;
    }

/*create survey*/
.new-dashboard .create_survey .panel-heading{
    padding:5px 10px 0px;
    font-size: 15px;
    margin-top:0px !important;
    color:#a2a2a2;
}
.new-dashboard .create_survey .panel-heading{
   border:none !important;
}
.new-dashboard .create_survey .initials{
   position:relative !important;
}
.new-dashboard .s-line{
    width: 1px;
    background-color: #ccc;
    position: absolute;
    margin-left: 30px;
    margin-top: 16px;
    height: 180px;
    border: 1px dotted #f7f7f7;
}
.new-dashboard .questionpopup td{
    vertical-align: middle;
}
.new-dashboard .form-control:focus {
    background-color:#fff;
}
.new-dashboard .inputstyle {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 2px;
}
.new-dashboard .categoryshades{
    color:#4182da;
}
.new-dashboard .previewtab .radio-inline{
    padding-left:20px !important;
}
.new-dashboard .previewtab td{
   border:1px solid #ddd !important;
   padding:6px !important;
}
.new-dashboard .previewtab{
 border-collapse:separate; 
 border-spacing:10px 15px ;
}
.new-dashboard .create-survey  .panel-default a{
  color:#000 !important;
}
.new-dashboard #surveyques-list .panel-body{
    font-size: 14px;
    font-weight: 400;
    padding:5px;
    border-bottom:1px solid #ddd;
}
.new-dashboard #surveyques-list .panel-heading{
    font-size: 16px;
    font-weight: 600;
    padding:5px;
}
.new-dashboard #surveyques-list .panel-title a.collapsed .panel-arrow:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
}
.new-dashboard #surveyques-list .panel-title a .panel-arrow:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    transition: all 0.5s;
    font-size: 20px;
    margin-top:5px;
}
.new-dashboard #surveyques-list .nav-tabs li{
    padding:5px 0px;
    border-bottom:1px solid #ddd;
}
.new-dashboard #surveyques-list .panel-heading:last-child{
   border:none !important;
}
.new-dashboard .score_board{
    display:flex;
    align-items: center;
    margin-bottom:12px;
}
.new-dashboard .score_board .progress{
    margin-bottom:0px;
    height:12px;
}
.new-dashboard .score_board .progress .progress-bar{
    line-height:1;
}
.new-dashboard .detractors{
    background-color:#cd2200 !important;
}
.new-dashboard .passives{
    background-color:#f2b21d !important; 
}
.new-dashboard .promoters{
    background-color:#48ae78 !important; 
}
.new-dashboard .emoji-card td{
    padding:9px;
  }
.new-dashboard .secondary-image .current{
  background-color:#ececec !important;
  border-radius:6% !important;
  border:1px solid #ddd;
}
/*.secondary-image .sec:not(.active) {
  opacity: 0.3;
}*/
.new-dashboard .secondary-image .inactivestatus,.activestatus,.pendingstatus{
    font-weight: 600;
}

/*smileycode*/
.new-dashboard .cont-bg {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  align-items: flex-start;
  justify-content: center;
}

.new-dashboard .cont-main {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.new-dashboard .cont-checkbox {
  border-radius: 5%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: white;
  transition: transform 0.15s;
  margin:0px 5px 0px 0px;
}
.new-dashboard .cont-checkbox img{
  padding:2px 7px;
}
.new-dashboard .cont-checkbox:active {
  transform: scale(0.8);
}

.new-dashboard .cont-bg input {
  display: none;
}

.new-dashboard .cont-bg input:checked + label {
  opacity: 0.9;
  box-shadow: 0 0 0 2px #eb7f37;
  /*background: rgba(0,0,0,0.1);*/

}

/*input:checked + label img {
  -webkit-filter: none; 
  filter: none;
}*/

.new-dashboard .cont-bg input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

.new-dashboard .cont-bg input:checked + label .cover-checkbox i {
  /*stroke-dashoffset: 0;*/
  margin:2px;
  color:white;
  font-size:13px;
}

.new-dashboard .cont-bg label {
  display: inline-block;
  cursor: pointer;
  border-radius:6px;
  overflow: hidden;
  /*width: 100%;
  height: 100%;*/
  position: relative;
  opacity:1;
  margin-bottom: 0px !important;
}
.new-dashboard .cont-bg label .cover-checkbox {
  position: absolute;
  right:-1px;
  top: -1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eb7f37;
  border: 2px solid #fff;
  transition: transform 0.15s,
    opacity calc(0.15s * 1.2) linear;
  opacity: 1;
  transform: scale(0);
}

.new-dashboard .cont-bglabel .cover-checkbox i {
  width: 13px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  margin: 5px 0 0 3px;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease 0.15s;
  stroke-dashoffset: 16px;
}

.new-dashboard .cont-bg label .info {
  text-align: center;
  margin-top: 0.2rem;
  font-weight: 600;
  font-size: 14px;
}

.new-dashboard .cont-checkboxemp {
  border-radius: 5%;
  transition: transform 0.15s;
  margin:0px 12px;
}
.new-dashboard .cont-checkboxemp  img{
  padding:5px 7px;
}
.new-dashboard .surveyemp_tabcontent{
  padding:0px !important;
}
.new-dashboard .surveyemp li{
  cursor: pointer;
}
.new-dashboard .surveyemp .active{
  background-color: #ededed;
  cursor: pointer;
}
.new-dashboard .empinfo_data span{
  font-size:12px;
  color:#6d6d6d;
}
.new-dashboard .empinfo_data p{
 margin-bottom: 3px;
}
.new-dashboard #surveyques-list .panel-heading:last-type-of{
  border-bottom:none !important;
}

.new-dashboard .smily_size1{
  width: 28px !important;
  height: 28px !important;
}

.new-dashboard .smily_size2{
  width: 41px !important;
  height: 29px !important;
}

.new-dashboard .smily_size3{
  width: 41px !important;
  height: 35px !important;
}

.new-dashboard .smily_size4{
  width: 41px !important;
  height: 35px !important;
}

.new-dashboard .smily_size5{
  width: 36px !important;
  height: 30px !important;
}



/*new css updates*/

.new-dashboard .successc{
color:#a6da19
}
.new-dashboard .average-nps-cat td{
    padding:6px 10px;
}
.new-dashboard .d-content{
    display: content;
}
.new-dashboard .detractor-emoji,.passive-emoji,.promoter-emoji{
    align-items:center !important;
}
.new-dashboard .detractor-emoji .emoji-card{
    border-radius: 5%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    background: #fff0f0;
    margin: 0px 16px 0px 0px;
/*    padding:7px;*/
}
.new-dashboard .passive-emoji .emoji-card{
    border-radius: 5%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    background: #fff7de;
    margin: 0px 16px 0px 0px;
/*    padding:7px;*/
}
.new-dashboard .promoter-emoji .emoji-card{
    border-radius: 5%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    background: #e5fff7;
    margin: 0px 16px 0px 0px;
/*    padding:7px;*/
}
.new-dashboard .emoji-card .info{
    text-align: center;
    font-weight:500;
} 
.new-dashboard .survey-count {
    background-color: #fff !important;
    text-align: center;
}
.new-dashboard .emoji-card img{
    padding:3px 7px;
}
.new-dashboard .survey-count{
   border-bottom-left-radius:18%;
   border-bottom-right-radius:18%;
}
.new-dashboard .survey-carousel-arrow .carousel-control{
    width:8% !important;
}
.new-dashboard .detractor-emoji::before{
    content: '';
    position: absolute;
    width: 75%;
    height: 20px;
    border-top: 1px dotted #707070;
    z-index:0;
}
.new-dashboard .detractor-emoji .cont-main{
    position:relative;
    z-index:1;
}
.new-dashboard .promoter-emoji::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 20px;
    border-top: 1px dotted #707070;
    z-index:0;
}
.new-dashboard .promoter-emoji .cont-main{
    position:relative;
    z-index:1;
}
.new-dashboard .passive-emoji::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 20px;
    border-top: 1px dotted #707070;
    z-index:0;
}
.new-dashboard .passive-emoji .cont-main{
    position:relative;
    z-index:1;
}
.new-dashboard .p-fixed-top{
    position:fixed !important;
    z-index:1;
}
.new-dashboard .p-fixed-left{
    position:fixed !important;
    z-index:2;
}
.new-dashboard .show-page-content{
    display: block;
    height: 100%;
    width: 91%;
    left: 7%;
    position: absolute;
    top: 100px;
}
.new-dashboard .average-nps-cat-each div{
    padding:6.5px;
}
.new-dashboard .average-nps-cat-each{
    display:none;
}
.new-dashboard .show-content{
    display: block;
    animation: fadein ease-in 1s;
}


/*updated CSS 26-12-2023*/

.new-dashboard .template_review_table tr,th{
 border-bottom:1px solid #ddd;
}
.new-dashboard .template_review_table td{
    vertical-align: middle !important;
}
.new-dashboard .create-survey-template .fa-round{
  width: 30px;
  height: 30px;
  margin:0px 3px;
  padding: 7px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius:60px;
  color:#000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
}
input[type=checkbox]{
  accent-color: rgb(227, 114, 36);;
    }
.new-dashboard .create-survey-search .search:focus {
    width: 200px;
    border-radius:6px;
}
.new-dashboard .tax-deduct td{
  padding:12px !important;
  vertical-align: middle;
}
.new-dashboard .tax-deduct{
  margin-bottom:2%;
}
.new-dashboard .tax-deduct strong{
  font-weight:500 !important;
  color:#323232;
}
.new-dashboard .totaltaxdata{
  color:#00ad79;
  font-size: 16px !important;
  font-weight:600;
  background-color: #ededed !important;
  margin-bottom:10px;
}
.new-dashboard .headamount{
  color:#000;
  font-size: 16px !important;
  font-weight:400;
  margin-bottom:10px;
}
.new-dashboard .nodisplay{
  display:none;
}
.new-dashboard .totaltaxexempt{
  color:#c90013;
  font-size: 16px !important;
  font-weight:600;
  background-color: #ededed !important;
  margin-bottom:10px;
}
.new-dashboard .grosstaxdata {
  color:#fff;
  font-size: 16px !important;
  font-weight:600;
  background-color: #00ad79 !important;
  margin-bottom:10px;
  border-bottom-left-radius:25px;
  border-bottom-right-radius:25px;
}
.new-dashboard .grosstaxdata  td{
  padding:22px 12px !important;
}
.new-dashboard .tax-title{
  padding:6px;
}
.new-dashboard .tax-deduct tr:nth-child(odd) {
  background-color:#fcfcfc;
}
.new-dashboard .tax-deduct tr:nth-child(even) {
  background-color:#fcfcfc;
}
.new-dashboard .taxheader{
  border-bottom:1px solid #f7f7f7;
}
.new-dashboard .tbregime tr{
  border-bottom:1px solid #f7f7f7;
}
 .taxheadicon:after{
 font-family: 'FontAwesome';
 content: "\f107";
 display:inline-block;
 font-size:22px;
}
.new-dashboard .taxheader.expand .taxheadicon:after{
 font-family: 'FontAwesome';
 content: "\f106";
 display:inline-block;
 font-size:22px;
}
/*.new-dashboard .tax-deduct tr:first-child td:last-child { border-top-right-radius: 10px; }
.new-dashboard .tax-deduct tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.new-dashboard .tax-deduct tr:first-child td:first-child { border-top-left-radius: 10px; }
.new-dashboard .tax-deduct tr:last-child td:first-child { border-bottom-left-radius: 10px; }*/

.new-dashboard .icon-email {
    background-image: url(/assets/email-973b4edbd6673833b9559b96ba8a4a1172220b0e76eaa71e4ef93f6ca6d031c3.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: auto;
    background-size: 19px;
}
.new-dashboard .form-control[readonly]{
    background-color: #eeeeee;
    opacity: 1;
}
 .new-dashboard .tax-deduct .input-group{
  display:flex !important;
  margin-bottom:0px;
 }
 .new-dashboard .tax-deduct .input-group-append .btn{
  padding:6px 2px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  border-right:none;
 }
 .new-dashboard .hidden-row {
    display:none;
}

.bg-primary {
  background: #eb7f37 !important;
  color: white !important;
}

.bg-primary-bright {
  background: rgba(235, 127, 55, 0.3) !important;
}

.bg-primary-bright.bg-hover {
  transition: background 0.2s;
}

.bg-primary-bright.bg-hover:hover {
  background: rgba(11, 91, 182, 0.3) !important;
}

.bg-primary-gradient {
  background: linear-gradient(230deg, #eb7f37, #919fec) !important;
  color: white !important;
}

.bg-info {
  background: #30befb !important;
  color: white !important;
}

.bg-info.bg-hover {
  transition: background 0.2s;
}

.bg-info.bg-hover:hover {
  background: #62cefc !important;
}

.bg-info-bright {
  background: rgba(48, 190, 251, 0.3) !important;
}

.bg-info-bright.bg-hover {
  transition: background 0.2s;
}

.bg-info-bright.bg-hover:hover {
  background: rgba(23, 182, 251, 0.3) !important;
}

.bg-info-gradient {
  background: linear-gradient(230deg, #30befb, #7bd6fc) !important;
  color: white !important;
}

.bg-secondary {
  background: #DD44A7 !important;
  color: white !important;
}

.bg-secondary.bg-hover {
  transition: background 0.2s;
}

.bg-secondary.bg-hover:hover {
  background: #e56fbb !important;
}

.bg-secondary-bright {
  background: rgba(221, 68, 167, 0.3) !important;
}

.bg-secondary-bright.bg-hover {
  transition: background 0.2s;
}

.bg-secondary-bright.bg-hover:hover {
  background: rgba(217, 46, 157, 0.3) !important;
}

.bg-secondary-gradient {
  background: linear-gradient(230deg, #DD44A7, #e985c5) !important;
  color: white !important;
}

.bg-success {
  background: #34cd86 !important;
  color: white !important;
}

.bg-success.bg-hover {
  transition: background 0.2s;
}

.bg-success.bg-hover:hover {
  background: #5dd79e !important;
}

.bg-success-bright {
  background: rgba(52, 205, 134, 0.3) !important;
}

.bg-success-bright.bg-hover {
  transition: background 0.2s;
}

.bg-success-bright.bg-hover:hover {
  background: rgba(46, 186, 121, 0.3) !important;
}

.bg-success-gradient {
  background: linear-gradient(230deg, #34cd86, #71dcab) !important;
  color: white !important;
}

.bg-danger {
  background: #ff3e6c !important;
  color: white !important;
}

.bg-danger.bg-hover {
  transition: background 0.2s;
}

.bg-danger.bg-hover:hover {
  background: #ff7193 !important;
}

.bg-danger-bright {
  background: rgba(255, 62, 108, 0.3) !important;
}

.bg-danger-bright.bg-hover {
  transition: background 0.2s;
}

.bg-danger-bright.bg-hover:hover {
  background: rgba(255, 37, 89, 0.3) !important;
}

.bg-danger-gradient {
  background: linear-gradient(230deg, #ff3e6c, #ff8ba6) !important;
  color: white !important;
}

.bg-warning {
  background: #ffcc3e !important;
}

.bg-warning.bg-hover {
  transition: background 0.2s;
}

.bg-warning.bg-hover:hover {
  background: #ffd971 !important;
}

.bg-warning-bright {
  background: rgba(255, 204, 62, 0.3) !important;
}

.bg-warning-bright.bg-hover {
  transition: background 0.2s;
}

.bg-warning-bright.bg-hover:hover {
  background: rgba(255, 197, 37, 0.3) !important;
}

.bg-warning-gradient {
  background: linear-gradient(230deg, #ffcc3e, #ffe08b) !important;
  color: white !important;
}

.bg-light {
  background: #ededed !important;
}

.bg-dark {
  background: #293134 !important;
  color: white !important;
}

.bg-dark.bg-hover {
  transition: background 0.2s;
}

.bg-dark.bg-hover:hover {
  background: #3f4c51 !important;
}

.bg-dark-bright {
  background: #d4d5d8 !important;
}

.bg-dark-bright.bg-hover {
  transition: background 0.2s;
}

.bg-dark-bright.bg-hover:hover {
  background: #c7c8cc !important;
}

.text-primary {
  color: #eb7f37 !important;
}

.text-secondary {
  color: #DD44A7 !important;
}

.text-info {
  color: #30befb !important;
}

.text-success {
  color: #34cd86 !important;
}

.text-danger {
  color: #ff3e6c !important;
}

.text-warning {
  color: #ffcc3e !important;
}

.text-light {
  color: #ededed !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-twitter {
  color: #55acee !important;
}

.text-google {
  color: #db4437 !important;
}

.text-linkedin {
  color: #0077b5 !important;
}

.text-instagram {
  color: #3f729b !important;
}

.text-whatsapp {
  color: #43d854 !important;
}

.text-dribbble {
  color: #ea4c89 !important;
}
@font-face {
  font-family: themify;
  src: url(/assets/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot);
  src: url(/assets/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot?#iefix) format("embedded-opentype"), url(/assets/themify-0db5c5a1475eb7a3e5028983ea1e642d1b2c00faff6a250a37502b0f3832a4a7.woff) format("woff"), url(/assets/themify-350663a4665e00072c68a87ad3fa0be47b8a91424127f5f3e09f664197295f01.ttf) format("truetype"), url(/assets/themify-f7af2e096c85c2ed6f68bb086f792c67f2a6041cbb814fc2796912b2eef4fe76.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/themify.css.scss */
[class*=" ti-"], [class^=ti-] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-wand:before {
  content: "\e600";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-volume:before {
  content: "\e601";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-user:before {
  content: "\e602";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-unlock:before {
  content: "\e603";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-unlink:before {
  content: "\e604";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-trash:before {
  content: "\e605";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-thought:before {
  content: "\e606";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-target:before {
  content: "\e607";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-tag:before {
  content: "\e608";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-tablet:before {
  content: "\e609";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-star:before {
  content: "\e60a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-spray:before {
  content: "\e60b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-signal:before {
  content: "\e60c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-settings:before {
  content: "\e60f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-search:before {
  content: "\e610";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-cut:before {
  content: "\e613";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ruler:before {
  content: "\e614";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bookmark:before {
  content: "\e617";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-reload:before {
  content: "\e619";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-plus:before {
  content: "\e61a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pin:before {
  content: "\e61b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pencil:before {
  content: "\e61c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-na:before {
  content: "\e620";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-mobile:before {
  content: "\e621";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-minus:before {
  content: "\e622";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-medall:before {
  content: "\e623";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-marker:before {
  content: "\e625";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-lock:before {
  content: "\e62b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-link:before {
  content: "\e62d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout:before {
  content: "\e62e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layers:before {
  content: "\e62f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-key:before {
  content: "\e631";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-import:before {
  content: "\e632";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-image:before {
  content: "\e633";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-heart:before {
  content: "\e634";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-open:before {
  content: "\e637";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-folder:before {
  content: "\e639";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-flag:before {
  content: "\e63a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-eye:before {
  content: "\e63d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-export:before {
  content: "\e63e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-desktop:before {
  content: "\e640";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-cup:before {
  content: "\e641";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-crown:before {
  content: "\e642";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-comments:before {
  content: "\e643";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-comment:before {
  content: "\e644";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-close:before {
  content: "\e646";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-clip:before {
  content: "\e647";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-up:before {
  content: "\e648";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-right:before {
  content: "\e649";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-check:before {
  content: "\e64c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-check-box:before {
  content: "\e64d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-camera:before {
  content: "\e64e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-announcement:before {
  content: "\e64f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-brush:before {
  content: "\e650";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-briefcase:before {
  content: "\e651";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bolt:before {
  content: "\e652";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-blackboard:before {
  content: "\e654";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bag:before {
  content: "\e655";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-move:before {
  content: "\e656";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-zip:before {
  content: "\e664";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-world:before {
  content: "\e665";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-view-list:before {
  content: "\e667";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-view-grid:before {
  content: "\e669";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-upload:before {
  content: "\e66b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-underline:before {
  content: "\e66c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-truck:before {
  content: "\e66d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-timer:before {
  content: "\e66e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ticket:before {
  content: "\e66f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-text:before {
  content: "\e672";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-stats-up:before {
  content: "\e673";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-stats-down:before {
  content: "\e674";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-split-v:before {
  content: "\e675";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-split-h:before {
  content: "\e676";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-smallcap:before {
  content: "\e677";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shine:before {
  content: "\e678";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shift-right:before {
  content: "\e679";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shield:before {
  content: "\e67b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-notepad:before {
  content: "\e67c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-server:before {
  content: "\e67d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pulse:before {
  content: "\e680";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-printer:before {
  content: "\e681";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-power-off:before {
  content: "\e682";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-plug:before {
  content: "\e683";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-paragraph:before {
  content: "\e685";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-panel:before {
  content: "\e686";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-package:before {
  content: "\e687";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-music:before {
  content: "\e688";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-music-alt:before {
  content: "\e689";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-mouse:before {
  content: "\e68a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-money:before {
  content: "\e68c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-microphone:before {
  content: "\e68d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-menu:before {
  content: "\e68e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-map:before {
  content: "\e690";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-map-alt:before {
  content: "\e691";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-loop:before {
  content: "\e692";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-location-pin:before {
  content: "\e693";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-list:before {
  content: "\e694";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-Italic:before {
  content: "\e696";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-info:before {
  content: "\e697";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-infinite:before {
  content: "\e698";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-id-badge:before {
  content: "\e699";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hummer:before {
  content: "\e69a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-home:before {
  content: "\e69b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-help:before {
  content: "\e69c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-headphone:before {
  content: "\e69d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-gift:before {
  content: "\e6a0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-game:before {
  content: "\e6a1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-filter:before {
  content: "\e6a2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-files:before {
  content: "\e6a3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-file:before {
  content: "\e6a4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-download:before {
  content: "\e6a7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-direction:before {
  content: "\e6a8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-car:before {
  content: "\e6b5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-book:before {
  content: "\e6b7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bell:before {
  content: "\e6b8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-archive:before {
  content: "\e6bf";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-alert:before {
  content: "\e6c5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-write:before {
  content: "\e6c8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-window:before {
  content: "\e6c9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-widget:before {
  content: "\e6cb";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-vector:before {
  content: "\e6d0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-support:before {
  content: "\e6d4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-slice:before {
  content: "\e6d7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-palette:before {
  content: "\e6e0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-more:before {
  content: "\e6e1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-info-alt:before {
  content: "\e717";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-help-alt:before {
  content: "\e718";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-gallery:before {
  content: "\e71e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-face-sad:before {
  content: "\e720";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-credit-card:before {
  content: "\e721";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-record:before {
  content: "\e724";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-control-eject:before {
  content: "\e725";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-youtube:before {
  content: "\e728";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-vimeo:before {
  content: "\e729";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-twitter:before {
  content: "\e72a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-time:before {
  content: "\e72b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-skype:before {
  content: "\e72d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-share:before {
  content: "\e72e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-rocket:before {
  content: "\e730";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pinterest:before {
  content: "\e731";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-new-window:before {
  content: "\e732";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-microsoft:before {
  content: "\e733";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-list-ol:before {
  content: "\e734";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-linkedin:before {
  content: "\e735";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-instagram:before {
  content: "\e73d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-google:before {
  content: "\e73e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-github:before {
  content: "\e73f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-flickr:before {
  content: "\e740";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-facebook:before {
  content: "\e741";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-dropbox:before {
  content: "\e742";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-dribbble:before {
  content: "\e743";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-apple:before {
  content: "\e744";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-android:before {
  content: "\e745";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-save:before {
  content: "\e746";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-trello:before {
  content: "\e74d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-reddit:before {
  content: "\e752";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-linux:before {
  content: "\e755";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-joomla:before {
  content: "\e757";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-html5:before {
  content: "\e758";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-email:before {
  content: "\e75a";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-css3:before {
  content: "\e75d";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-rss:before {
  content: "\e75e";
}

/* line 1, app/assets/stylesheets/themify.css.scss */
.ti-rss-alt:before {
  content: "\e75f";
}
.toast-title {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

.toast-top-left {
  top: 30px;
  left: 33px;
}

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

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

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

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

}

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

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: .25rem;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 1;

  &:hover {
    cursor: pointer;
  }
}

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

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

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

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

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

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

.toast {
  background-color: #293134;
  border: none;
  box-shadow: none;
}

.toast-success {
  background-color: #34cd86;
}

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

.toast-info {
  background-color: #30befb;
}

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

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

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

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

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* line 27, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-1 {
  width: 8.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-2 {
  width: 16.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-3 {
  width: 25%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-4 {
  width: 33.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-5 {
  width: 41.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-6 {
  width: 50%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-7 {
  width: 58.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-8 {
  width: 66.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-9 {
  width: 75%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-10 {
  width: 83.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-11 {
  width: 91.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-12 {
  width: 100%;
}

/* line 55, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-0 {
  right: auto;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-3 {
  right: 25%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-6 {
  right: 50%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-9 {
  right: 75%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-12 {
  right: 100%;
}

/* line 45, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-0 {
  left: auto;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-3 {
  left: 25%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-6 {
  left: 50%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-9 {
  left: 75%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-12 {
  left: 100%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-12 {
  margin-left: 100%;
}

/* line 27, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-1 {
  width: 8.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-2 {
  width: 16.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-3 {
  width: 25%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-4 {
  width: 33.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-5 {
  width: 41.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-6 {
  width: 50%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-7 {
  width: 58.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-8 {
  width: 66.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-9 {
  width: 75%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-10 {
  width: 83.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-11 {
  width: 91.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-12 {
  width: 100%;
}

/* line 55, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-0 {
  right: auto;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-3 {
  right: 25%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-6 {
  right: 50%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-9 {
  right: 75%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-12 {
  right: 100%;
}

/* line 45, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-0 {
  left: auto;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-3 {
  left: 25%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-6 {
  left: 50%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-9 {
  left: 75%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-12 {
  left: 100%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-12 {
  margin-left: 100%;
}

/* line 27, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-1 {
  width: 8.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-2 {
  width: 16.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-3 {
  width: 25%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-4 {
  width: 33.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-5 {
  width: 41.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-6 {
  width: 50%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-7 {
  width: 58.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-8 {
  width: 66.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-9 {
  width: 75%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-10 {
  width: 83.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-11 {
  width: 91.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-12 {
  width: 100%;
}

/* line 55, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-0 {
  right: auto;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-3 {
  right: 25%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-6 {
  right: 50%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-9 {
  right: 75%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-pull-12 {
  right: 100%;
}

/* line 45, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-0 {
  left: auto;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-3 {
  left: 25%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-6 {
  left: 50%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-9 {
  left: 75%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-push-12 {
  left: 100%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-lg-offset-12 {
  margin-left: 100%;
}

/* line 27, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

html {
    height: 100%;
}
body {
    background-color: #f4f5fd;
    color: #555;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 12px;
    padding: 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 14px !important;
}

.radio-inline {
    padding: 0px !important;
}

a {
    color: #ffa214;
    outline: 0 none;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    color: #f48e00;
    outline: 0 none;
    text-decoration: none;
}
p {
    font-size: 14px;
    line-height: 22px;
}
b {
    font-weight: 400;
}
blockquote p {
    font-size: 15px;
}
ul {
    padding-left: 30px;
}
.overflow-hidden {
    overflow: hidden;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-y {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.big-text {
    font-size: 61px;
    line-height: 70px !important;
    padding-bottom: 5px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.jumbotron {
    margin-top: 20px;
}
.branch_location{
    width: 325px;
}
#pcont {
    margin-left: 216px;
    position: relative;
}
#pcont.container-fluid {
    overflow: hidden;
    padding: 0;
}
.container-fluid {
    padding: 0;
}
.back-to-top {
    background-color: rgba(39, 41, 48, 0.8);
    bottom: 40px;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 9px 12px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    margin-bottom: 35px;
}
.back-to-top i {
    font-size: 15px;
}
.back-to-top:hover {
    background-color: #272930;
    color: #fff;
}
.back-to-top:focus {
    color: #fff;
}
.no-margin {
    margin: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.spacer {
    margin-top: 15px !important;
}
.spacer2 {
    margin-top: 30px !important;
}
.spacer3 {
    margin-top: 50px !important;
}
.spacer-bottom-xs {
    margin-bottom: 10px !important;
}
.spacer-bottom {
    margin-bottom: 30px !important;
}
.spacer-bottom-sm {
    margin-bottom: 15px !important;
}
.spacer-bottom-lg {
    margin-bottom: 40px !important;
}
.rad-1 {
    border-radius: 1px;
    overflow: hidden;
}
.rad-2 {
    border-radius: 2px;
    overflow: hidden;
}
.rad-3 {
    border-radius: 3px;
    overflow: hidden;
}
.dash-cols .block .no-padding {
    padding: 0;
}
.no-padding {
    padding: 0 !important;
}
code {
    white-space: normal;
}
.clear {
    clear: both;
}
.hthin {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-weight: 400 !important;
}
blockquote {
    border-left: 5px solid #eb7f37;
}
blockquote.pull-right {
    border-right: 5px solid #eb7f37;
}
.fa-spin {
    animation: 1.2s linear 0s normal none infinite spin;
}
pre {
    border-radius: 2px;
    margin-top: 10px;
}
.cont h2 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 10px;
}
.cont h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}
.cont p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.cont b {
    font-weight: 400;
}
.media-heading {
    margin: 0 0 5px !important;
}
.color-primary {
    color: #eb7f37 !important;
}
.color-success {
    color: #19b698 !important;
}
.color-warning {
    color: #f16e3f;
}
.color-danger {
    color: #ea6153 !important;
}
.well p:last-child {
    margin: 0;
}
.dropdown-menu {
    border: 0 none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176);
}
.dropdown-menu > li > a, .dropdown-menu li > a {
    clear: both;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 20px;
    white-space: nowrap;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none repeat scroll 0 0 #eb7f37;
}
.dropdown-header {
    color: #eb7f37;
    cursor: pointer;
    margin-top: 6px;
    padding-left: 11px;
}
.dropdown-header i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.navbar-nav .dropdown .dropdown-menu {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}
.navbar-nav .dropdown.profile_menu .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dropdown.profile_menu .dropdown-menu:before {
    /*background: url(/../images/menu-tail-up.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    content: "";
    display: inline-block;
    height: 43px;
    position: absolute;
    right: 10px;
    top: -10px;
    width: 17px;
}
.not-nav .dropdown-menu:before {
    /*background: url(/../images/menu-tail-up.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    content: "";
    display: inline-block;
    height: 43px;
    left: 13px;
    position: absolute;
    top: -10px;
    width: 17px;
}
.col-menu-2 {
    min-width: 405px;
    padding-bottom: 10px;
    padding-top: 7px;
}
.col-menu-2 > li:first-child ul {
    border-right: 1px solid #e8e8e8;
}
.col-menu-2 > li > ul > li a {
    padding-left: 32px;
}
.col-menu-2 > li > ul {
    padding: 0;
}
.col-menu-2 > li > ul > li {
    list-style: none outside none;
}
#head-nav.navbar {
    border-radius: 0;
}
.navbar {
    background-color: #fff;
    border: 0 none;
    color: #2c3e50;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 25px;
}
.navbar-nav > li > a {
    padding: 22px;
}
.navbar-default .navbar-brand {
    /*background: url(/../images/logo.png) no-repeat scroll 0 11px rgba(0, 0, 0, 0);*/
    color: #2c3e50;
    font-size: 19px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 35px;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    width: 206px;
}
.navbar-default .navbar-brand:hover {
    color: #223446;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #3f4148;
}
.navbar-default .navbar-nav > li > a {
    color: #3f4148;
    font-size: 14px;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #223446;
}
.navbar-default .navbar-nav > li.button {
    float: left;
    padding: 17px 6px;
}
.navbar-default .navbar-nav > li.button > a {
    border-radius: 2px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 4px;
    text-align: center;
    width: 30px;
}
.navbar-default .not-nav > li.button {
    padding: 11px 0;
}
.navbar-default .not-nav > li.button > a {
    padding: 10px;
    width: 42px;
}
.navbar-default .navbar-nav > li.button > a > i {
    font-size: 18px;
}
.navbar-default .navbar-nav > li.button .bubble {
    background-color: #e44c34;
    border-color: #e23923 #d83722 #c0311e;
    border-left: 1px solid #d83722;
    border-radius: 3px;
    border-width: 1px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font: bold 9px Tahoma;
    left: 23px;
    padding: 1px 3px 1px 2px;
    position: absolute;
    top: 2px;
}
.navbar-default .navbar-nav > li.button.open:after {
    bottom: 0;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
}
.navbar-nav > li.button .dropdown-menu {
    max-width: 280px;
    min-width: 260px;
    padding: 0;
}
.navbar-nav > li.button .dropdown-menu .content > ul {
    padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li ul > li > a {
    border-bottom: 1px solid #ececec;
    color: #444;
    font-weight: 400;
    padding: 11px 10px 11px 33px;
    position: relative;
}
.navbar-default .navbar-nav > li.button .messages li ul > li > a {
    line-height: 16px;
    padding: 12px 10px 12px 48px;
    white-space: normal;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a:hover {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #444;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li:last-child > a {
    border-bottom: 0 none;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i {
    display: inline-block;
    font-size: 14px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 14px;
    vertical-align: middle;
    width: 20px;
}
.navbar-default .navbar-nav > li.button .messages li > a > img {
    height: 30px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 30px;
}
.navbar-default .navbar-nav > li.button .messages li > a .name {
    color: #555555;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.success {
    color: #19b698;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.info {
    color: #4aa3df;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.warning {
    color: #fed16c;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.danger {
    color: #ea6153;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
    height: 200px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu li a .date {
    color: #999999;
    display: block;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title {
    border-bottom: 1px solid #dddddf;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 17px;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover {
    background: none repeat scroll 0 0 transparent;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot {
    padding: 0;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot > li {
    list-style: none outside none;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot a {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #444;
    padding: 8px 17px;
    text-align: center;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 0 3px 3px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 0 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu li > a:hover {
    background-color: #eb7f37;
    background-image: none;
    color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    background-color: #ffa214;
    color: #223446;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eb7f37;
    color: #fff;
}
.not-nav > .open > a, .not-nav > .open > a:hover, .not-nav > .open > a:focus {
    background-color: transparent !important;
    color: #eb7f37 !important;
}
.navbar-default .navbar-toggle {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    outline: medium none;
    padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.07);
}
.navbar-default .navbar-toggle:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
}
.navbar-default .navbar-toggle:focus {
    background: none repeat scroll 0 0 transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .fa {
    color: #ffffff;
    font-size: 18px;
}
.navbar-collapse {
    border-top: medium none;
    max-height: none;
    position: relative;
}
.page-head {
    padding-bottom: 10px;
    position: relative;
}
.page-head h2 {
    color: #4f4f4f;
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 6px;
}
.breadcrumb {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 4px;
}
.page-head .breadcrumb {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 4px;
}
.cl-mcont-alert.aside {
    display: table;
    height: 100%;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
.cl-mcont-alert.aside > .content {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.page-aside {
    background: none repeat scroll 0 0 #ffffff;
    border-right: 1px solid #e9e9e9;
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 280px;
}
.page-aside > div {
    width: 280px;
}
.page-aside div.fixed {
    height: 100%;
    position: fixed;
}
.page-aside div.content {
    padding: 20px;
}
@media (max-width: 767px) {
    .page-aside {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }
    .page-aside div.fixed {
        display: block;
        position: relative;
        width: 100%;
    }
}
.profile_menu {
    cursor: pointer;
    margin-left: 10px;
}
.not-nav {
    margin: 0 !important;
}
.user-nav {
    margin: 0 -15px 0 0;
}
.profile_menu .dropdown-toggle {
    padding: 17px 10px;
}
.profile_menu img {
    border-radius: 2px;
    margin-right: 5px;
}
.cl-mcont .row {
    margin-top: 7px;
}
.cl-mcont .col-lg-6:not(.col-form-label) {
    padding: 0 15px;
}
body.boxed {
    background-color: #d0d0d0;
}
body.boxed #cl-wrapper {
    background-color: #f0f0f0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 92%;
}
label {
    font-weight: 400;
    margin-bottom: 7px;
    font-family:'Inter' !important;
}
p {
    font-weight: 400;
}
.form-group {
    margin-top: 10px;
}
.form-horizontal.group-border .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 20px 0;
}
.form-horizontal.group-border .form-group:last-child {
    border-bottom: 0 none;
}
.form-horizontal.group-border-dashed .form-group:not(.bgfade) {
    /*border-bottom: 1px dashed #efefef;*/
    margin: 0;
    padding: 0px 0 !important;
}
.form-horizontal.group-border-dashed .form-group:last-child {
    border-bottom: 0 none;
}
.form-control {
    border-radius: 1px;
    box-shadow: none;
    font-size: 14px;
    padding: 6px 8px;
}

.advance-search {
    font-size: 14px;
    color: white;
    margin-right: 10px;
}

.advance-search:hover {
    outline: 0 none;
    text-decoration: underline;
    color: white;
}
.advance-search p{
    margin-right: -25px;
    color: white;
}

.filter-container{
    display: none;
}

.input-group .btn {
    box-shadow: none;
    line-height: 20px;
    margin: 0 0 0 -1px !important;
    padding-bottom: 6px;
    padding-top: 6px;
}
.input-group-btn > .btn + .btn {
    margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
    border-radius: 3px 0 0 3px;
    line-height: 0.33;
}
.input-group-addon {
    border-radius: .25rem;
    padding: 6px 11px;
}
.input-group-addon.primary {
    background-color: #eb7f37;
    color: #fff;
}
.form-control:focus {
    background-color: #f4f5f7;
    border-color: #ccc;
    box-shadow: none;
}
select.form-control, textarea.form-control {
    padding: 6px 8px;
}
.input-group {
    margin-bottom: 15px;
}
.fileinput-preview.thumbnail {
    border: 1px solid #eb7f37;
}
.bootstrap-touchspin-postfix.btn.btn-default {
    padding-bottom: 4px;
    padding-top: 4px;
}
.speechbutton {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.speech-button i:before {
    position: relative;
    z-index: 2;
}
.speech-button i:after {
    color: #fff;
    content: "?";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
@keyframes blur {
    0% {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }
    100% {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }
}
@keyframes blur {
    0% {
        font-size: 14px;
        margin-top: 0;
        opacity: 1;
    }
    100% {
        font-size: 25px;
        margin-top: -6px;
        opacity: 0;
    }
}
.speech-button i.blur:after {
    animation: 900ms ease 0s normal none infinite blur;
}
.cl-mcont {
    background-color: #f4f5fd;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 65px;
    margin-left: 82px;
    /*padding: 15px 30px 30px;*/
}
.new-logo {
    padding: 5px 55px 11px 10px;
}
.footer {
    background-color: rgba(39, 41, 48, 0.8);
    color: rgba(255,255,255,0.65);
    border-color: rgba(255,255,255,0.05) !important;
    z-index: 9999;
    border-top: 1px solid #e7eaec;
    font-size: 0.85em;
    bottom: 0;
    left: 0px;
    padding: 2px 8px;
    position: fixed;
    right: 0;
    text-transform: uppercase;
}
.cl-mcont.white {
    background: none repeat scroll 0 0 #fff;
}
.cl-mcont h1 {
    line-height: 1.3em;
}
.cl-sidebar {
    background: none repeat scroll 0 0 #272930;
    position: absolute;
    width: 180px;
    z-index: 2;
}
.cl-sidebar .cl-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    cursor: pointer;
    display: none;
    padding: 7px 8px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 14px;
}
.cl-sidebar .cl-toggle i {
    color: #fff;
    font-size: 21px;
}
.sidebar-logo {
    /*background: url(/../images/logo.png) no-repeat scroll 15px 19px #eb7f37;*/
    display: block;
    height: 64px;
    padding: 15px 20px;
}
.sidebar-logo .logo a {
    color: #fff;
    font-size: 24px;
}
#cl-wrapper .cl-sidebar .side-user .avatar {
    display: inline-block;
}
#cl-wrapper .cl-sidebar .side-user .avatar img {
    border-radius: 25px;
    margin-right: 5px;
}
#cl-wrapper .cl-sidebar .side-user .info {
    display: inline-block;
    padding-top: 15px;
    vertical-align: middle;
    width: 180px;
}
#cl-wrapper .cl-sidebar .side-user .info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
#cl-wrapper .cl-sidebar .side-user .info p b {
    font-weight: 600;
}
#cl-wrapper .cl-sidebar .side-user .info p a {
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 400;
}
#cl-wrapper .cl-sidebar .side-user .info a i {
    color: rgba(255, 255, 255, 0.698);
    font-size: 14px;
    transition: color 250ms ease 0s;
}
#cl-wrapper .cl-sidebar .side-user .info a:hover i {
    color: #ffffff;
}
.progress.progress-user {
    border-radius: 0;
    height: 4px;
}
.progress.progress-user > .progress-bar {
    background-color: #eb7f37;
}
.cl-vnavigation {
    margin: 0;
    padding: 0;
}
.cl-vnavigation > .parent > a:before {
    content: "";
    display: inline-block;
    float: right;
    font-family: 'FontAwesome';
    transition: transform 250ms ease 0s;
}
.cl-vnavigation > .parent.open > a:before {
    transform: rotate(90deg);
}
.cl-vnavigation li a {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 14px 25px;
    transition: color 250ms ease 0s;
    white-space: nowrap;
}
.cl-vnavigation li a:hover {
    color: #ffffff;
}
.parent .sub-menu {
    padding: 10px 0;
}
.sub-menu li a {
    border: 0 none;
}
.sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.cl-vnavigation li a:hover {
    background-color: #22242b;
}
.sb-collapsed .cl-sidebar {
    width: 70px;
}
.sb-collapsed .sidebar-logo {
    /*background: url(/../images/logo.png) no-repeat scroll 23px -48px #eb7f37;*/
    padding: 4px 0 5px;
}
.sb-collapsed .sidebar-logo .logo a {
    content: " ";
    display: block;
    height: 55px;
    width: 55px;
}
.sb-collapsed #pcont {
    margin-left: 55px;
}
.sb-collapsed .cl-vnavigation li {
    position: relative;
}
.sb-collapsed .cl-vnavigation .parent a {
    background-image: none;
}
.sb-collapsed .cl-vnavigation > .parent > a:before {
    display: none;
}
.sb-collapsed .cl-vnavigation li a i {
    font-size: 17px;
    margin: 0;
}
.sb-collapsed .cl-vnavigation li a span {
    height: 0;
    opacity: 0;
    width: 0;
}
#cl-wrapper.animate-collapse .cl-sidebar {
    transition: width 500ms linear 0s;
}
#cl-wrapper.animate-collapse #pcont {
    transition: margin 500ms ease 0s;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a span {
    transition: opacity 500ms linear 0s;
}
#cl-wrapper.animate-collapse .cl-vnavigation li a i {
    transition: margin 500ms linear 0s, font-size 500ms linear 0s;
}
.cl-sidebar .collapse-button {
    background: none repeat scroll 0 0 #272930;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    bottom: 0;
    position: fixed;
    width: 280px;
}
.cl-sidebar .collapse-button .search {
    background: none repeat scroll 0 0 #181a21;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.698);
    display: inline-block;
    font-size: 11px;
    height: 33px;
    margin-right: 3px;
    width: 219px;
}
.cl-sidebar .collapse-button button {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 2px;
    box-shadow: none;
    margin: 0 !important;
}
.cl-sidebar .collapse-button button:hover {
    background: none repeat scroll 0 0 #1d1f26;
}
#cl-wrapper.fixed-menu .menu-space {
    background: none repeat scroll 0 0 #272930;
    position: fixed;
    width: 216px;
}
#cl-wrapper.fixed-menu .menu-space .content {
    outline: medium none;
}
#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
    width: 70px;
}
#cl-wrapper .cl-sidebar .side-user {
    padding: 25px 20px;
}
.sb-collapsed .cl-sidebar .side-user {
    display: none;
}
#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
    transition: width 500ms linear 0s;
}
.sb-collapsed .cl-sidebar .collapse-button .search {
    display: none;
}
.sb-collapsed .cl-sidebar .collapse-button {
    text-align: center;
    width: 70px;
}
.sb-collapsed .cl-vnavigation li.open ul {
    display: none !important;
}
#sub-menu-nav ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    border-image: none;
    border-radius: 3px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #333;
    min-width: 190px;
    padding: 5px 0;
}
#sub-menu-nav ul li:first-child {
    padding-top: 0;
}
#sub-menu-nav ul li:last-child {
    padding-bottom: 0;
}
#sub-menu-nav ul li.dropdown-header i {
    text-align: center;
    width: 15px;
}
#sub-menu-nav ul li.dropdown-header {
    padding: 1px 11px 6px;
}
#sub-menu-nav ul {
    padding: 5px 0;
}
#sub-menu-nav ul li {
    list-style: none outside none;
}
#sub-menu-nav ul li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    color: #333333;
    display: block;
    font-size: 11px;
    margin-right: -1px;
    padding: 6px 20px 6px 31px;
    text-align: left;
    text-shadow: none;
}
#sub-menu-nav ul li a:hover {
    background-color: #eb7f37;
    color: #fff;
}
#sub-menu-nav ul:after {
    background: url(/../images/menu-tail-left.png) no-repeat scroll right 10px rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 43px;
    left: -9px;
    position: absolute;
    top: 0;
    width: 10px;
}
.cl-vnavigation li a i {
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
}
.cl-vnavigation li a span {
    display: inline-block;
}
.cl-vnavigation li ul {
    background-color: #1d1f26;
    display: none;
    margin: 0;
    padding: 4px 0 0;
}
.cl-vnavigation .parent ul li {
    list-style: none outside none;
}
.cl-vnavigation .parent ul li.dropdown-header {
    display: none;
}
.cl-vnavigation .parent ul li a {
    background-image: none;
    font-size: 12px;
    padding: 7px 18px 7px 42px;
}
.cl-vnavigation .parent ul li.active a {
    background-color: rgba(0, 0, 0, 0.2);
    border-left: 2px solid #eb7f37;
    color: #ffffff;
}
.cl-vnavigation .parent ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.cl-vnavigation .parent ul li a:first-child {
    border-top: 0 none;
}
.cl-vnavigation .active > a {
    background: none repeat scroll 0 0 #2a2c34;
    border-left: 2px solid #eb7f37;
}
.cl-vnavigation .selected:hover a {
    background-color: #2494f2;
}
.cl-vnavigation .selected:hover ul a {
    background-color: #1a1c20;
}
body {
    height: 100%;
}
body.animated #cl-wrapper {
    margin-left: -20px;
    opacity: 0;
    transition: margin-left 600ms ease 0s, opacity 600ms ease 0s;
}
#cl-wrapper {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}
.cl-sidebar {
    display: table-cell;
    padding-bottom: 200px;
    position: relative;
    vertical-align: top;
}
#pcont {
    display: table-cell;
    vertical-align: top;
}
#head-nav.topbar {
    background-color: #eb7f37;
    color: #fff;
    padding-left: 0;
}
#head-nav.topbar .sidebar-logo {
    display: inline-block;
    float: left;
    width: 220px;
}
#head-nav.topbar .navbar-toggle {
    background-color: #ef8900;
    border: medium none;
    box-shadow: none;
    margin-right: 15px;
}
#head-nav.topbar .navbar-nav > li > a {
    color: #fff;
}
#head-nav.topbar .navbar-nav > .active > a, #head-nav.topbar .navbar-nav > .active > a:hover, #head-nav.topbar .navbar-nav > .active > a:focus {
    background-color: #ffa214;
}
#head-nav.topbar .navbar-nav > .open > a, #head-nav.topbar .navbar-nav > .open > a:hover, #head-nav.topbar .navbar-nav > .open > a:focus {
    background-color: #ffa214;
}
#head-nav.topbar .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
#head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 1px;
}
#head-nav.topbar .not-nav {
    float: right;
}
#head-nav.topbar .navbar-nav > li.button > a {
    box-shadow: none;
}
#head-nav.topbar .not-nav > .open > a, #head-nav.topbar .not-nav > .open > a:hover, #head-nav.topbar .not-nav > .open > a:focus {
    color: #fff !important;
}
.page-error {
    margin-bottom: 40px;
    margin-top: 80px;
}
.page-error .number {
    color: #fff;
    font-family: Arial;
    font-size: 150px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error .description {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.page-error h3 {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.error-container .copy, .error-container .copy a {
    color: #c9d4f6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
body.texture {
    background: none repeat scroll 0 0 #23262b;
}
.gallery-cont .item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.gallery-cont .item.w2 {
    width: 50%;
}
.gallery-cont .photo {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}
.gallery-cont .img {
    position: relative;
}
.gallery-cont .img .over .func {
    margin-top: -80px;
    position: relative;
    text-align: center;
    top: 50%;
    transition: margin-top 200ms ease-in-out 0s;
}
.gallery-cont .img .over .func a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
.gallery-cont .img .over .func a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}
.gallery-cont .img .over .func i {
    color: #fff;
    font-size: 20px;
    line-height: 2.4;
}
.gallery-cont .item .img:hover .over {
    opacity: 1;
}
.gallery-cont .item .img:hover .over .func {
    margin-top: -25px;
}
.gallery-cont .item .head {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}
.gallery-cont .item .head h4 {
    font-size: 17px;
    margin: 0;
}
.gallery-cont .item .head span {
    color: #bdbdbd;
    font-size: 14px;
}
.gallery-cont .item .head span.active {
    color: #ffac1e;
}
.gallery-cont .item .head .desc {
    color: #999;
    font-size: 12px;
}
.gallery-cont .item img {
    width: 100%;
}
.gallery-cont .item .over {
    background: none repeat scroll 0 0 rgba(254, 152, 10, 0.8);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 300ms ease 0s;
    width: 100%;
}
@media (max-width: 767px) {
    .gallery-cont .item {
        width: 50%;
    }
    .gallery-cont .item.w2 {
        width: 100%;
    }
}
#cl-wrapper.login-container, #cl-wrapper.error-container {
    margin: 0;
}
.login-container .middle-login {
    left: 50%;
    margin-left: -215px;
    margin-top: -170px;
    position: absolute;
    top: 50%;
    width: 430px;
}
.login-container .block-flat {
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.login-container .block-flat .header {
    background: none repeat scroll 0 0 #eb7f37;
    border-bottom: 1px solid #eb7f37;
    padding: 9px 20px;
}
.login-container .block-flat .header h3 {
    color: #fff;
    line-height: 35px;
    margin: 0;
    min-height: 40px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.login-container .header .logo-img {
    left: 50%;
    margin-left: -63px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.login-container .block-flat .content {
    padding: 30px 30px 5px;
}
.login-container .block-flat .content .form-control {
    height: auto;
    padding: 10px 8px;
}
.login-container .block-flat .content .form-group {
    margin-bottom: 10px;
}
.login-container .block-flat .content .title {
    margin-bottom: 20px;
    margin-top: 0;
}
.login-container .block-flat .foot {
    padding: 0 30px 15px;
    text-align: right;
}
.login-container .block-flat .foot .btn {
    min-width: 70px;
}
.login-container .block-flat .input-group-addon {
    background: none repeat scroll 0 0 #fafafa;
}
.login-container .out-links {
    padding-right: 3px;
}
.login-container .out-links a {
    color: #c9d4f6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.email .page-title, .app .page-title {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}
.email .description, .app .description {
    color: #888;
}
.page-aside.email .header, .page-aside.app .header {
    padding: 20px;
}
.page-aside.email .compose {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 20px 25px;
    text-align: center;
    text-transform: uppercase;
}
.page-aside.email .compose .btn {
    background: none repeat scroll 0 0 #58be89;
    border: 0 none;
    border-radius: 3px !important;
    max-width: 180px;
    width: 100%;
}
.page-aside.email .mail-nav, .page-aside.app .app-nav {
    display: block;
    margin-top: 13px;
    padding: 0;
}
.page-aside.email .navbar-toggle, .page-aside.app .navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.page-aside.email .navbar-toggle span, .page-aside.app .navbar-toggle span {
    font-size: 14px;
}
.page-aside.email .mail-nav ul li, .page-aside.app .app-nav ul.nav li {
    margin: 0;
}
.page-aside.email .mail-nav ul li a, .page-aside.app .app-nav ul.nav li a {
    border-radius: 0;
    color: #555;
    padding: 12px 15px;
}
.page-aside.email .mail-nav ul li a:hover, .page-aside.app .app-nav ul.nav li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
}
.page-aside.email .mail-nav ul li.active a, .page-aside.app .app-nav ul.nav li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
    color: #555;
}
.page-aside.email .mail-nav ul li a .label, .page-aside.app .app-nav ul.nav li a .label {
    border-radius: 2px;
}
.page-aside.email .mail-nav ul li a .label.label-default, .page-aside.app .app-nav ul.nav li a .label.label-default {
    background: none repeat scroll 0 0 #b5b5b5;
}
.page-aside.email .mail-nav ul li a .label.label1, .page-aside.app .app-nav ul li a .label.label1 {
    background: none repeat scroll 0 0 #19b698;
}
.page-aside.email .mail-nav ul li a .label.label2, .page-aside.app .app-nav ul li a .label.label2 {
    background: none repeat scroll 0 0 #e85647;
}
.page-aside.email .mail-nav ul li a .label.label3, .page-aside.app .app-nav ul li a .label.label3 {
    background: none repeat scroll 0 0 #f4a425;
}
.page-aside.email .mail-nav ul li a i, .page-aside.app .app-nav ul.nav li a i {
    font-size: 14px;
    text-align: center;
    width: 24px;
}
.page-aside.email .mail-nav .title, .page-aside.app .app-nav .title {
    border-bottom: 1px solid #e5e5e5;
    color: #888;
    margin: 5px 0 0;
    padding: 8px 13px 4px;
}
.mail-inbox .head, .main-app .head {
    background: none repeat scroll 0 0 #fff;
    padding: 20px 25px;
}
.mail-inbox .head h3, .main-app .head h3 {
    margin: 9px 0 15px;
}
.mail-inbox .head h3 span, .main-app .head h3 span {
    color: #888;
    font-size: 16px;
    font-weight: 400;
}
.mail-inbox .head input[type="text"], .main-app .head input[type="text"] {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
}
.mail-inbox .head input[type="text"]:focus, .main-app .head input[type="text"]:focus {
    border-color: #43b6ff;
}
.mail-inbox .filters, .main-app .filters {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 20px 10px;
}
.mail-inbox .filters .checkbox, .main-app .filters .checkbox {
    margin-right: 8px;
}
.mail-inbox .mails, .main-app .items {
    background: none repeat scroll 0 0 #fff;
}
.mail-inbox .mails .item, .main-app .items .item {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}
.mail-inbox .mails .item:nth-child(2n), .main-app .items .item:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.mail-inbox .mails .item:hover, .main-app .items .item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.035);
}
.mail-inbox .mails .item > div, .main-app .items .item > div {
    display: table-cell;
    vertical-align: top;
}
.mail-inbox .mails .item > div:first-child, .main-app .items .item > div:first-child {
    width: 35px;
}
.mail-inbox .mails .item > div:first-child > div, .main-app .items .item > div:first-child > div {
    margin-top: 2px;
}
.mail-inbox .checkbox, .main-app .checkbox {
    background-color: #fff;
}
.mail-inbox .mails .item .from, .main-app .items .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px;
}
.mail-inbox .mails .item .date i, .main-app .items .item .date i {
    font-size: 14px;
    margin-right: 7px;
}
.mail-inbox .mails .item .msg, .main-app .items .item .msg {
    font-size: 12px;
    margin: 0;
}
.message .head {
    background: none repeat scroll 0 0 #fff;
    padding: 20px 25px 24px;
}
.message .head h3 {
    margin: 9px 0 15px;
}
.message .head h3 span {
    float: right;
    font-size: 20px;
    font-weight: 400;
}
.message .head h3 span a {
    color: #888;
    margin-right: 15px;
}
.message .head h4 span {
    float: right;
    font-size: 15px;
    font-weight: 400;
}
.message .head h4 span a {
    color: #fea200;
    margin-right: 10px;
}
.message .mail {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e5e5e5;
    font-size: 26px;
    padding: 30px;
}
.message .mail p {
    font-size: 15px;
    font-weight: 400;
}
.message .mails .item {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}
.message .mails .item:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.message .mails .item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.035);
}
.message .mails .item > div {
    display: table-cell;
    vertical-align: top;
}
.message .mails .item > div:first-child {
    width: 35px;
}
.message .mails .item > div:first-child > div {
    margin-top: 2px;
}
.message .checkbox {
    background-color: #fff;
}
.message .mails .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px;
}
.message .mails .item .date i {
    font-size: 14px;
    margin-right: 7px;
}
.message .mails .item .msg {
    font-size: 12px;
    margin: 0;
}
.message .head .subject input {
    border: 0 none;
    font-size: 25px;
    font-weight: 400;
    height: auto;
    padding: 10px 0;
    width: 100%;
}
.message .to, .message .cc {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 10px 25px 15px;
}
.message .to {
    padding-bottom: 0;
}
.message .cc {
    border-top-width: 0;
    padding-bottom: 20px;
    padding-top: 2px;
}
.message .to .form-group > .control-label {
    padding-left: 5px;
    padding-top: 10px;
    width: 45px;
}
.message .to .select2-container-multi .select2-choices {
    border-color: #d8d8d8;
}
.message .to .select2-container-multi.select2-container-active .select2-choices {
    border-color: #eb7f37;
}
@media (max-width: 767px) {
    .page-aside.email .mail-nav, .page-aside.app .app-nav {
        border-bottom: 1px solid #e5e5e5;
        margin-top: 0;
        padding: 0;
        width: 100%;
    }
    .page-aside.email .mail-nav .compose, .page-aside.app .app-nav .compose {
        background: none repeat scroll 0 0 #fcfcfc;
        border-top: 1px solid #e5e5e5;
    }
    .page-aside.email div.content, .page-aside.app div.content {
        border-bottom: 1px solid #e5e5e5;
    }
    .page-aside.email .mail-nav.collapse, .page-aside.app .app-nav.collapse {
        display: none;
    }
    .page-aside.email .mail-nav.collapse.in, .page-aside.app .app-nav.collapse.in {
        display: block;
    }
    .page-aside.email .nano .content {
        overflow: visible;
        padding: 0;
        position: static;
    }
    .message .mail {
        border-top: 0 none;
    }
}
.code-editor {
    height: 100%;
}
.code-editor #console {
    height: 100%;
}
.code-editor #console .CodeMirror {
    height: 100%;
}
.codeditor .page-title {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}
.codeditor .description {
    color: #888;
}
.page-aside.codeditor .compose {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 20px 25px;
    text-align: center;
    text-transform: uppercase;
}
.page-aside.codeditor .compose .btn {
    border: 0 none;
    border-radius: 3px !important;
    max-width: 180px;
    width: 100%;
}
.page-aside.codeditor .mail-nav {
    display: block;
    margin-top: 13px;
    padding: 0;
}
.page-aside.codeditor .navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.page-aside.codeditor .navbar-toggle span {
    font-size: 14px;
}
.page-aside.codeditor .mail-nav ul li {
    margin: 0;
}
.page-aside.codeditor .mail-nav ul li a {
    border-radius: 0;
    color: #555;
    padding: 12px 15px;
}
.page-aside.codeditor .mail-nav ul li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
}
.page-aside.codeditor .mail-nav ul li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
    color: #555;
}
.page-aside.codeditor .mail-nav ul li a .label {
    border-radius: 2px;
}
.page-aside.codeditor .mail-nav ul li a .label.label-default {
    background: none repeat scroll 0 0 #b5b5b5;
}
.page-aside.codeditor .mail-nav ul li a .label.label1 {
    background: none repeat scroll 0 0 #19b698;
}
.page-aside.codeditor .mail-nav ul li a .label.label2 {
    background: none repeat scroll 0 0 #e85647;
}
.page-aside.codeditor .mail-nav ul li a .label.label3 {
    background: none repeat scroll 0 0 #f4a425;
}
.page-aside.codeditor .mail-nav ul li a .label.unsaved {
    line-height: 10px;
    padding-top: 5px;
}
.page-aside.codeditor .mail-nav ul li a i {
    font-size: 14px;
    text-align: center;
    width: 24px;
}
.page-aside.codeditor .mail-nav .title {
    border-bottom: 1px solid #e5e5e5;
    color: #888;
    margin: 5px 0 0;
    padding: 8px 13px 4px;
}
.mail-inbox .head {
    background: none repeat scroll 0 0 #fff;
    padding: 20px 25px;
}
.mail-inbox .head h3 {
    margin: 9px 0 15px;
}
.mail-inbox .head h3 span {
    color: #888;
    font-size: 16px;
    font-weight: 400;
}
.mail-inbox .head input[type="text"] {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
}
.mail-inbox .head input[type="text"]:focus {
    border-color: #43b6ff;
}
.mail-inbox .filters {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 20px 10px;
}
.mail-inbox .filters .checkbox {
    margin-right: 8px;
}
.mail-inbox .mails {
    background: none repeat scroll 0 0 #fff;
}
.mail-inbox .mails .item {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}
.mail-inbox .mails .item:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.mail-inbox .mails .item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.035);
}
.mail-inbox .mails .item > div {
    display: table-cell;
    vertical-align: top;
}
.mail-inbox .mails .item > div:first-child {
    width: 35px;
}
.mail-inbox .mails .item > div:first-child > div {
    margin-top: 2px;
}
.mail-inbox .checkbox {
    background-color: #fff;
}
.mail-inbox .mails .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px;
}
.mail-inbox .mails .item .date i {
    font-size: 14px;
    margin-right: 7px;
}
.mail-inbox .mails .item .msg {
    font-size: 12px;
    margin: 0;
}
.message .head {
    background: none repeat scroll 0 0 #fff;
    padding: 20px 25px 24px;
}
.message .head h3 {
    margin: 9px 0 15px;
}
.message .head h3 span {
    float: right;
    font-size: 20px;
    font-weight: 400;
}
.message .head h3 span a {
    color: #888;
    margin-right: 15px;
}
.message .head h4 span {
    float: right;
    font-size: 15px;
    font-weight: 400;
}
.message .head h4 span a {
    color: #fea200;
    margin-right: 10px;
}
.message .mail {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e5e5e5;
    font-size: 26px;
    padding: 30px;
}
.message .mail p {
    font-size: 15px;
    font-weight: 400;
}
.message .mails .item {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: table;
    padding: 17px 20px;
    width: 100%;
}
.message .mails .item:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.016);
}
.message .mails .item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.035);
}
.message .mails .item > div {
    display: table-cell;
    vertical-align: top;
}
.message .mails .item > div:first-child {
    width: 35px;
}
.message .mails .item > div:first-child > div {
    margin-top: 2px;
}
.message .checkbox {
    background-color: #fff;
}
.message .mails .item .from {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px;
}
.message .mails .item .date i {
    font-size: 14px;
    margin-right: 7px;
}
.message .mails .item .msg {
    font-size: 12px;
    margin: 0;
}
@media (max-width: 767px) {
    .cl-mcont-alert.aside {
        display: block;
    }
    .page-aside.codeditor {
        display: block;
    }
    .aside .content {
        display: block;
    }
    .page-aside > div {
        width: 100%;
    }
    .cl-mcont-alert.aside > .content {
        display: block;
    }
    .page-aside.codeditor .mail-nav ul li {
        display: block;
    }
    .page-aside.codeditor .mail-nav {
        border-bottom: 1px solid #e5e5e5;
        margin-top: 0;
        padding: 0;
        width: 100%;
    }
    .page-aside.codeditor .mail-nav .compose {
        background: none repeat scroll 0 0 #fcfcfc;
        border-top: 1px solid #e5e5e5;
    }
    .page-aside.codeditor div.content {
        border-bottom: 1px solid #e5e5e5;
    }
    .page-aside.codeditor .mail-nav.collapse.in {
        display: block;
    }
    .page-aside.codeditor .mail-nav.collapse {
        display: none;
    }
    .message .mail {
        border-top: 0 none;
    }
}
.CodeMirror {
    height: auto;
}
.CodeMirror-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.profile-info > .row {
    margin-top: 0;
}
.profile-info .avatar {
    padding-top: 11px;
}
.profile-info .avatar img {
    border-radius: 5px;
    height: 100%;
    max-height: 130px;
    max-width: 130px;
    width: 100%;
}
.profile-info .personal .btn {
    border: 0 none;
    margin: 0;
    padding-right: 12px;
}
.profile-info .personal .btn .fa {
    margin-right: 5px;
}
.profile-info .skills td {
    font-size: 13px;
}
.profile-info .skills .progress {
    border-radius: 2px;
    height: 11px;
}
.spk-widget {
    margin-top: 15px;
}
.side-right {
    margin-top: 39px;
}
.bars-widget h4 {
    margin-bottom: 0;
}
.bars-widget h3 {
    margin: 0;
}
table.information td {
    font-size: 13px;
    padding: 6px;
    vertical-align: top;
}
table.information td i {
    font-size: 14px;
    width: 15px;
}
.fa-mobile-phone {
    font-size: 18px !important;
}
table.information td.category {
    padding-top: 8px;
}
table.information > tbody > tr > td {
    padding-bottom: 30px;
}
.friend-widget {
    border-radius: 5px;
    cursor: default;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    transition: background-color 300ms ease-in-out 0s;
}
.friend-widget img {
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    max-height: 50px;
    max-width: 50px;
    transition: border-color 300ms ease-in-out 0s;
    width: 100%;
}
.friend-widget:hover {
    background: none repeat scroll 0 0 #f2f2f2;
}
.friend-widget:hover img {
    border-color: #4d90fd;
}
.friend-widget h4 {
    font-size: 15px;
    margin: 3px 0 0;
}
.friend-widget p {
    color: #999;
    margin: 0;
}
.friends-list > div {
    padding-left: 5px;
    padding-right: 5px;
}
.widget-title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
.avatar-upload {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.avatar-upload img {
    border-radius: 0;
}
.avatar-upload input {
    cursor: pointer;
    direction: ltr;
    display: block;
    font-size: 200px;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.avatar-upload .overlay {
    background: none repeat scroll 0 0 #4d90fd;
    bottom: 0;
    display: none;
    height: 3px;
    left: 0;
    position: absolute;
    transition: opacity 300ms ease 0s;
    vertical-align: middle;
    width: 0;
}
.crop-image img {
    box-shadow: 0 0 0 4px #e9e9e9;
    max-height: 380px;
    max-width: 480px;
}
.jcrop-holder {
    display: inline-block;
}
@media (max-width: 767px) {
    table.information .btn span {
        display: none;
    }
    .profile-info .personal, .profile-info .avatar {
        text-align: center;
    }
    .profile-info .avatar {
        margin-bottom: 10px;
    }
}
.main-app .options {
    padding: 20px 0 5px;
}
.main-app .options .radio-inline:first-child {
    padding-left: 0;
}
.main-app .options .radio-inline {
    margin: 0;
}
.main-app .options .form-group {
    margin: 0;
}
.main-app .items.products .item .price {
    font-size: 22px;
    font-weight: 400;
}
.main-app .items.products .item .product-image {
    float: left;
    margin-right: 10px;
}
.app.filters .app-nav .form-group {
    margin-bottom: 35px;
}
.app.filters .app-nav .content {
    padding-top: 0;
}
#cl-wrapper.sign-up-container, #cl-wrapper.error-container {
    margin: 0;
}
.sign-up-container .middle-sign-up {
    left: 50%;
    margin-left: -235px;
    margin-top: -282px;
    position: absolute;
    top: 50%;
    width: 470px;
}
.forgotpassword-container .middle {
    margin: 70px auto 0;
    width: 470px;
}
.sign-up-container .block-flat, .forgotpassword-container .block-flat {
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.sign-up-container .block-flat .header, .forgotpassword-container .block-flat .header {
    background: none repeat scroll 0 0 #eb7f37;
    border-bottom: 1px solid #eb7f37;
    padding: 9px 20px;
}
.sign-up-container .block-flat .header h3, .forgotpassword-container .block-flat .header h3 {
    color: #fff;
    line-height: 35px;
    margin: 0;
    min-height: 40px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.sign-up-container .header .logo-img, .forgotpassword-container .header .logo-img {
    left: 50%;
    margin-left: -63px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.sign-up-container .block-flat .content, .forgotpassword-container .block-flat .content {
    padding: 30px 30px 20px;
}
.sign-up-container .block-flat .content .form-control, .forgotpassword-container .block-flat .content .form-control {
    height: auto;
    padding: 10px 8px;
}
.sign-up-container .block-flat .content .form-group {
    margin-bottom: 10px;
}
.sign-up-container .block-flat .content .title {
    margin-bottom: 20px;
    margin-top: 0;
}
.sign-up-container .block-flat .foot, .forgotpassword-container .block-flat .foot {
    padding: 0 30px 15px;
    text-align: right;
}
.sign-up-container .block-flat .foot .btn, .forgotpassword-container .block-flat .foot .btn {
    min-width: 70px;
}
.sign-up-container .block-flat .input-group-addon, .forgotpassword-container .block-flat .input-group-addon {
    background: none repeat scroll 0 0 #fafafa;
}
.sign-up-container .out-links, .forgotpassword-container .out-links {
    padding-right: 3px;
}
.sign-up-container .out-links a, .forgotpassword-container .out-links a {
    color: #c9d4f6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .sign-up-container .middle-sign-up {
        margin: 0;
        position: static;
        width: 100%;
    }
    .forgotpassword-container .middle {
        width: 100%;
    }
    .forgotpassword-container {
        padding: 20px;
    }
    .sign-up-container .middle-sign-up .block-flat {
        border-radius: 0;
    }
}
.accordion {
    margin-bottom: 40px;
}
.accordion .panel-heading {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
}
.accordion .panel-heading a {
    color: #ffa214;
    display: block;
    font-size: 15px;
    padding: 17px 16px;
}
.accordion .panel-heading a .fa {
    margin-right: 10px;
    transform: rotate(90deg);
    transition: transform 200ms ease-in-out 0s;
}
.accordion .panel-heading a.collapsed {
    color: #555;
}
.accordion .panel-heading a.collapsed .fa {
    transform: rotate(0deg);
}
.accordion .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
    padding: 3px 20px 20px 34px;
}
.accordion .panel {
    border-color: -moz-use-text-color #ececec;
    border-radius: 2px;
    border-style: none solid;
    border-width: 0 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 5px;
}
.accordion .panel:first-child {
    border-top: 0 none;
}
.accordion.panel-group .panel + .panel {
    margin-top: 0;
}
.accordion.accordion-color .panel-heading a {
    background-color: #eb7f37;
    color: #fff;
}
.accordion.accordion-color .panel-heading a.collapsed {
    background-color: #fff;
    color: #555;
}
.accordion.accordion-color .panel-collapse .panel-body {
    background-color: #eb7f37;
    color: #fff;
}
.accordion.accordion-semi .panel-heading a {
    background-color: #eb7f37;
    border-bottom: 1px solid #d67000;
    color: #fff;
    transition: background-color 200ms ease-in-out 0s;
}
.accordion.accordion-semi .panel-heading.success a {
    background-color: #19b698;
    border-bottom: 1px solid #008e70;
}
.accordion.accordion-semi .panel-heading.warning a {
    background-color: #f16e3f;
    border-bottom: 1px solid #c94617;
}
.accordion.accordion-semi .panel-heading.danger a {
    background-color: #ea6153;
    border-bottom: 1px solid #c2392b;
}
.accordion.accordion-semi .panel-heading a.collapsed {
    background-color: #fff;
    border-bottom: 0 none;
    color: #555;
}
.accordion.accordion-semi .panel-collapse .panel-body {
    padding: 15px 20px 20px 34px;
}
.alert {
    border-radius: 0;
}
.alert .sign {
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.alert .close {
    text-shadow: none;
}
.alert-primary {
    background-color: #eb7f37;
    border-color: #f48e00;
    color: #fff;
}

.alert-prusia {
    background-color: #7761a7;
    border-color: #6d579d;
    color: #fff;
}

.alert-success {
    background-color: #19b698;
    border-color: #0fac8e;
    color: #fff;
}
.alert-info {
    background-color: #4aa3df;
    border-color: #4099d5;
    color: #fff;
}


.alert-warning {
    background-color: #f16e3f;
    border-color: #e76435;
    color: #fff;
}
.alert-danger {
    background-color: #ea6153;
    border-color: #e05749;
    color: #fff;
}
.alert-white {
    background: none repeat scroll 0 0 #fff;
    border-color: #d5d5d5;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white .icon {
    border: 1px solid #bdbdbd;
    height: 103%;
    left: -1px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 45px;
}
.alert-white .icon:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #bdbdbd #bdbdbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -3px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}
.alert-white.rounded {
    border-radius: 3px;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
    color: #fff;
    font-size: 20px;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
    background: none repeat scroll 0 0 #ea6153;
    border-color: #e05749;
}
.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
    background: none repeat scroll 0 0 #4aa3df;
    border-color: #4099d5;
}
.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    background: none repeat scroll 0 0 #f16e3f;
    border-color: #e76435;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    background: none repeat scroll 0 0 #19b698;
    border-color: #0fac8e;
}
.alert-white.alert-primary .icon, .alert-white.alert-primary .icon:after {
    background: none repeat scroll 0 0 #eb7f37;
    border-color: #f48e00;
}
.alert-white.alert-prusia .icon, .alert-white.alert-prusia .icon:after {
    background: none repeat scroll 0 0 #7761a7;
    border-color: #6d579d;
}
.alert-white-alt {
    background: none repeat scroll 0 0 #fff;
    border-width: 2px;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white-alt .icon {
    border: 1px solid #bdbdbd;
    height: 103%;
    left: -1px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 45px;
}
.alert-white-alt .icon:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #bdbdbd #bdbdbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -3px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}
.alert-white-alt.rounded {
    border-radius: 3px;
}
.alert-white-alt.rounded .icon {
    border-radius: 3px 0 0 3px;
}
.alert-white-alt .icon i {
    color: #fff;
    font-size: 20px;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-white-alt.alert-danger .icon, .alert-white-alt.alert-danger .icon:after {
    background: none repeat scroll 0 0 #ea6153;
    border-color: #e05749;
}
.alert-white-alt.alert-info .icon, .alert-white-alt.alert-info .icon:after {
    background: none repeat scroll 0 0 #4aa3df;
    border-color: #4099d5;
}
.alert-white-alt.alert-warning .icon, .alert-white-alt.alert-warning .icon:after {
    background: none repeat scroll 0 0 #f16e3f;
    border-color: #e76435;
}
.alert-white-alt.alert-success .icon, .alert-white-alt.alert-success .icon:after {
    background: none repeat scroll 0 0 #19b698;
    border-color: #0fac8e;
}
.alert-white-alt.alert-primary .icon, .alert-white-alt.alert-primary .icon:after {
    background: none repeat scroll 0 0 #eb7f37;
    border-color: #f48e00;
}

.alert-white-alt.alert-prusia .icon, .alert-white-alt.alert-prusia .icon:after {
    background: none repeat scroll 0 0 #7761a7;
    border-color: #6d579d;
}

.alert-white-alt2 {
    background: none repeat scroll 0 0 #fff;
    border-color: #d5d5d5;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white-alt2 .icon {
    border: 1px solid #d5d5d5;
    height: 103%;
    left: -1px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 45px;
}
.alert-white-alt2 .icon:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #d5d5d5 #d5d5d5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -3px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}
.alert-white-alt2 .icon i {
    color: #fff;
    font-size: 20px;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-white-alt2.alert-danger .icon i {
    color: #ea6153;
}
.alert-white-alt2.alert-info .icon i {
    color: #4aa3df;
}
.alert-white-alt2.alert-warning .icon i {
    color: #f16e3f;
}
.alert-white-alt2.alert-success .icon i {
    color: #19b698;
}
.alert-white-alt2.alert-primary .icon i {
    color: #eb7f37;
}
.alert-white-alt2.alert-prusia .icon i {
    color: #7761a7;
}


.btn {
    border-color: #cccccc;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 5px !important;
    margin-left: 3px;
    outline: medium none;
    padding: 7px 11px;
}
.btn-default, .btn-default:focus {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #5e5e5e;
}
.btn-default i {
    color: #444;
}
.btn-default:active {
    background: none repeat scroll 0 0 #f5f5f5;
    box-shadow: none;
}
.btn-primary, .btn-primary:focus {
    background-color: #eb7f37;
    border-color: transparent;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #ffa214;
    border-color: transparent;
}
.btn-primary:active {
    background: none repeat scroll 0 0 #f48e00;
    box-shadow: none;
}
.btn-success, .btn-success:focus {
    background-color: #19b698;
    border-color: transparent;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:not(.filters-dropdown) {
    background-color: #23c0a2;
    border-color: transparent;
}
.btn-success:active {
    background: none repeat scroll 0 0 #0fac8e;
    box-shadow: none;
}
.btn-info, .btn-info:focus {
    background-color: #4aa3df;
    border-color: transparent;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #54ade9;
    border-color: transparent;
}
.btn-info:active {
    background: none repeat scroll 0 0 #4099d5;
    box-shadow: none;
}
.btn-warning, .btn-warning:focus {
    background-color: #f16e3f;
    border-color: transparent;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #fb7849;
    border-color: transparent;
}
.btn-warning:active {
    background: none repeat scroll 0 0 #e76435;
    box-shadow: none;
}
.btn-danger, .btn-danger:focus {
    background-color: #ea6153;
    border-color: transparent;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #f46b5d;
    border-color: transparent;
}
.btn-danger:active {
    background: none repeat scroll 0 0 #e05749;
    box-shadow: none;
}
.btn-prusia, .btn-prusia:focus {
    background-color: #3d566d;
    border-color: transparent;
    color: #fff;
}
.btn-prusia:hover, .btn-prusia:active, .btn-prusia.active, .open .dropdown-toggle.btn-prusia {
    background-color: #476077;
    border-color: transparent;
    color: #fff;
}
.btn-prusia:active {
    background: none repeat scroll 0 0 #334c63;
    box-shadow: none;
}
.btn-dark, .btn-dark:focus {
    background-color: #23262b;
    border-color: transparent;
    color: #fff;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #2d3035;
    border-color: transparent;
    color: #fff;
}
.btn-dark:active {
    background: none repeat scroll 0 0 #191c21;
    box-shadow: none;
}
.btn-rad {
    border-radius: 2px;
}
.btn-group.horizontal > .btn {
    border-color: rgba(0, 0, 0, 0.08);
}
.btn i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    min-width: 10px;
}
.btn-group-vertical {
    margin: 3px;
}
.btn-block {
    width: 100%;
}
.close {
    font-size: 32px;
    margin-top: -6px;
    text-shadow: none;
}
.btn-trans {
    background-color: #fff;
    border-color: #cccccc;
    color: #5e5e5e;
}
.btn-trans.btn-primary {
    background-color: #fff;
    border-color: #eb7f37;
    color: #eb7f37;
}
.btn-trans.btn-primary:hover {
    background-color: #eb7f37;
    color: #fff;
}
.btn-trans.btn-success {
    background-color: #fff;
    border-color: #19b698;
    color: #19b698;
}
.btn-trans.btn-success:hover {
    background-color: #19b698;
    color: #fff;
}
.btn-trans.btn-info {
    background-color: #fff;
    border-color: #4aa3df;
    color: #4aa3df;
}
.btn-trans.btn-info:hover {
    background-color: #4aa3df;
    color: #fff;
}
.btn-trans.btn-warning {
    background-color: #fff;
    border-color: #f16e3f;
    color: #f16e3f;
}
.btn-trans.btn-warning:hover {
    background-color: #f16e3f;
    color: #fff;
}
.btn-trans.btn-danger {
    background-color: #fff;
    border-color: #ea6153;
    color: #ea6153;
}
.btn-trans.btn-danger:hover {
    background-color: #ea6153;
    color: #fff;
}
.btn-trans.btn-prusia {
    background-color: #fff;
    border-color: #3d566d;
    color: #3d566d;
}
.btn-trans.btn-prusia:hover {
    background-color: #3d566d;
    color: #fff;
}
.btn-trans.btn-dark {
    background-color: #fff;
    border-color: #23262b;
    color: #23262b;
}
.btn-trans.btn-dark:hover {
    background-color: #23262b;
    color: #fff;
}
.btn-mono1.btn-primary {
    background-color: #f48e00;
}
.btn-mono1.btn-primary:hover {
    background-color: #f99305;
}
.btn-mono1.btn-success {
    background-color: #0fac8e;
}
.btn-mono1.btn-success:hover {
    background-color: #14b193;
}
.btn-mono1.btn-info {
    background-color: #4099d5;
}
.btn-mono1.btn-info:hover {
    background-color: #459eda;
}
.btn-mono1.btn-warning {
    background-color: #e76435;
}
.btn-mono1.btn-warning:hover {
    background-color: #ec693a;
}
.btn-mono1.btn-danger {
    background-color: #e05749;
}
.btn-mono1.btn-danger:hover {
    background-color: #e55c4e;
}
.btn-mono1.btn-prusia {
    background-color: #334c63;
}
.btn-mono1.btn-prusia:hover {
    background-color: #385168;
}
.btn-mono1.btn-dark {
    background-color: #191c21;
}
.btn-mono1.btn-dark:hover {
    background-color: #1e2126;
}
.btn-mono2.btn-primary {
    background-color: #ea8400;
}
.btn-mono2.btn-primary:hover {
    background-color: #ef8900;
}
.btn-mono2.btn-success {
    background-color: #05a284;
}
.btn-mono2.btn-success:hover {
    background-color: #0aa789;
}
.btn-mono2.btn-info {
    background-color: #368fcb;
}
.btn-mono2.btn-info:hover {
    background-color: #3b94d0;
}
.btn-mono2.btn-warning {
    background-color: #dd5a2b;
}
.btn-mono2.btn-warning:hover {
    background-color: #e25f30;
}
.btn-mono2.btn-danger {
    background-color: #d64d3f;
}
.btn-mono2.btn-danger:hover {
    background-color: #db5244;
}
.btn-mono2.btn-prusia {
    background-color: #294259;
}
.btn-mono2.btn-prusia:hover {
    background-color: #2e475e;
}
.btn-mono2.btn-dark {
    background-color: #0f1217;
}
.btn-mono2.btn-dark:hover {
    background-color: #14171c;
}
.btn-mono3.btn-primary {
    background-color: #e07a00;
}
.btn-mono3.btn-primary:hover {
    background-color: #e57f00;
}
.btn-mono3.btn-success {
    background-color: #00987a;
}
.btn-mono3.btn-success:hover {
    background-color: #009d7f;
}
.btn-mono3.btn-info {
    background-color: #2c85c1;
}
.btn-mono3.btn-info:hover {
    background-color: #318ac6;
}
.btn-mono3.btn-warning {
    background-color: #d35021;
}
.btn-mono3.btn-warning:hover {
    background-color: #d85526;
}
.btn-mono3.btn-danger {
    background-color: #cc4335;
}
.btn-mono3.btn-danger:hover {
    background-color: #d1483a;
}
.btn-mono3.btn-prusia {
    background-color: #1f384f;
}
.btn-mono3.btn-prusia:hover {
    background-color: #243d54;
}
.btn-mono3.btn-dark {
    background-color: #05080d;
}
.btn-mono3.btn-dark:hover {
    background-color: #0a0d12;
}
.btn-mono4.btn-primary {
    background-color: #d67000;
}
.btn-mono4.btn-primary:hover {
    background-color: #db7500;
}
.btn-mono4.btn-success {
    background-color: #008e70;
}
.btn-mono4.btn-success:hover {
    background-color: #009375;
}
.btn-mono4.btn-info {
    background-color: #227bb7;
}
.btn-mono4.btn-info:hover {
    background-color: #2780bc;
}
.btn-mono4.btn-warning {
    background-color: #c94617;
}
.btn-mono4.btn-warning:hover {
    background-color: #ce4b1c;
}
.btn-mono4.btn-danger {
    background-color: #c2392b;
}
.btn-mono4.btn-danger:hover {
    background-color: #c73e30;
}
.btn-mono4.btn-prusia {
    background-color: #152e45;
}
.btn-mono4.btn-prusia:hover {
    background-color: #1a334a;
}
.btn-mono4.btn-dark {
    background-color: #000003;
}
.btn-mono4.btn-dark:hover {
    background-color: #000308;
}
.btn-lg {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 14px;
}
.btn-lg i {
    font-size: 18px;
}
.btn-sm {
    font-size: 12px;
    padding: 4px 7px;
}
.btn-sm i {
    font-size: 14px;
}
.btn-xs {
    font-size: 11px;
    padding: 2px 6px;
}
.btn-xs i {
    font-size: 12px;
}
.btn-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
.btn-shadow.btn-success {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-primary {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-warning {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-danger {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-info {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-prusia {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-dark {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-flat, .btn-flat:focus {
    box-shadow: none;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-prusia .caret, .btn-dark .caret {
    border-top-color: #ffffff;
}
.btn-group-vertical > .btn {
    margin-bottom: 0 !important;
}
.btn-group-vertical > .btn:first-child {
    border-radius: 0 !important;
    margin-left: 0;
}
.btn-group-vertical > .btn:last-child {
    border-radius: 0 !important;
}
.btn-facebook i {
    color: #3b5998;
}
.btn-twitter i {
    color: #00aced;
}
.btn-google-plus i {
    color: #dd4b39;
}
.btn-dribbble i {
    color: #ea4c89;
}
.btn-linkedin i {
    color: #0e76a8;
}
.btn-youtube i {
    color: #c4302b;
}
.btn-pinterest i {
    color: #c8232c;
}
.btn-tumblr i {
    color: #34526f;
}
.btn-flickr i {
    color: #ff0084;
}
.btn-facebook.bg {
    background: none repeat scroll 0 0 #3b5998;
    border: 0 none;
    color: #fff;
}
.btn-twitter.bg {
    background: none repeat scroll 0 0 #00aced;
    border: 0 none;
    color: #fff;
}
.btn-google-plus.bg {
    background: none repeat scroll 0 0 #dd4b39;
    border: 0 none;
    color: #fff;
}
.btn-dribbble.bg {
    background: none repeat scroll 0 0 #ea4c89;
    border: 0 none;
    color: #fff;
}
.btn-linkedin.bg {
    background: none repeat scroll 0 0 #0e76a8;
    border: 0 none;
    color: #fff;
}
.btn-youtube.bg {
    background: none repeat scroll 0 0 #c4302b;
    border: 0 none;
    color: #fff;
}
.btn-pinterest.bg {
    background: none repeat scroll 0 0 #c8232c;
    border: 0 none;
    color: #fff;
}
.btn-tumblr.bg {
    background: none repeat scroll 0 0 #34526f;
    border: 0 none;
    color: #fff;
}
.btn-flickr.bg {
    background: none repeat scroll 0 0 #0063dc;
    border: 0 none;
    color: #fff;
}
.btn-github.bg {
    background: none repeat scroll 0 0 #333;
    border: 0 none;
    color: #fff;
}
.btn-facebook.bg:active, .btn-facebook.bg.active {
    background: none repeat scroll 0 0 #274584;
}
.btn-twitter.bg:active, .btn-twitter.bg.active {
    background: none repeat scroll 0 0 #0098d9;
}
.btn-google-plus.bg:active, .btn-google-plus.bg.active {
    background: none repeat scroll 0 0 #c93725;
}
.btn-dribbble.bg:active, .btn-dribbble.bg.active {
    background: none repeat scroll 0 0 #d63875;
}
.btn-linkedin.bg:active, .btn-linkedin.bg.active {
    background: none repeat scroll 0 0 #006294;
}
.btn-youtube.bg:active, .btn-youtube.bg.active {
    background: none repeat scroll 0 0 #b01c17;
}
.btn-pinterest.bg:active, .btn-pinterest.bg.active {
    background: none repeat scroll 0 0 #b40f18;
}
.btn-tumblr.bg:active, .btn-tumblr.bg.active {
    background: none repeat scroll 0 0 #203e5b;
}
.btn-flickr.bg:active, .btn-flickr.bg.active {
    background: none repeat scroll 0 0 #004fc8;
}
.btn-github.bg:active, .btn-github.bg.active {
    background: none repeat scroll 0 0 #1f1f1f;
}
.btn.bg i {
    color: #fff;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn:focus {
    outline: medium none;
}
.btn-group.btn-blurbg {
    background: url(/../images/blur_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 40px;
}
.btn.btn-transparent {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-color: #fff rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.btn.btn-transparent:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.32);
}
.video-player {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
}
.video-player video {
    display: block;
    max-width: 320px;
    width: 100%;
}
.video-player .btn-controls {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.video-player .btn-controls .btn-group {
    margin: 0;
}
.video-player .btn-controls .btn-group {
    float: none;
}
button::-moz-focus-inner {
    border: 0 none;
}
.btn-group .dropdown-menu {
    border-radius: 1px;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #d67000;
    border-color: #d67000;
}
.fc-header {
    display: block;
}
.fc-header td {
    border-bottom: 0 none;
    border-left: 0 none;
}
.fc-header td:last-child {
    border-right: 0 none;
}
.calendar-env .calendar-body .fc-header .fc-header-left {
    padding: 20px;
}
.calendar-env .calendar-body .fc-header .fc-header-right {
    padding: 20px;
}
.fc-header-title {
    padding: 0 10px;
}
.fc-header .fc-button {
    margin: 0;
    vertical-align: middle;
}
.fc-button {
    display: inline !important;
    padding: 10px;
}
.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 0;
    border-right: 0 none;
    border-top-right-radius: 0;
}
.fc-state-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: none;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    box-shadow: none;
    color: #666;
    text-shadow: none;
}
.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: none repeat scroll 0 0 #32323a;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.fc-event {
    background: none repeat scroll 0 0 #eb7f37;
    border-color: #eb7f37;
}
.external-event {
    background: none repeat scroll 0 0 #eb7f37;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85em;
    margin: 2px 0;
    padding: 2px 4px;
}
#external-events p {
    border-top: 1px solid #666;
    margin-top: 5px;
    padding-top: 5px;
}
@media (max-width: 767px) {
    .fc-header .fc-header-left, .fc-header .fc-header-center, .fc-header .fc-header-right {
        display: block;
        padding: 20px;
        text-align: center;
        width: 100%;
    }
    .fc-header .fc-header-center {
        padding: 0;
    }
}
.blue-chart .flot-text, .red-chart .flot-text {
    color: #fff !important;
}
#site_statistics .flot-text .tickLabel {
    color: #c1c1c1 !important;
    font-size: 10px !important;
}
.legend table td {
    font-size: 11px !important;
}
.counter-detail .counter {
    display: inline-block;
    padding: 20px;
    width: 49%;
}
.counter-detail .counter p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.counter-detail .counter h5 {
    margin: 0;
}
.counter-detail .counter .spk1 {
    float: right;
    padding-top: 7px;
}
.counter-detail .counter .spk2 {
    float: right;
    padding-top: 7px;
}
.no-border {
    border-top: 0 none;
}
.blue-chart {
    background-color: #3290e2;
    background-image: linear-gradient(to bottom, #52aeff, #2180d3);
    border-color: #499de5 #258fec #1e73bd;
    border-left: 1px solid #258fec;
    border-right: 1px solid #258fec;
    border-style: solid;
    border-width: 1px;
}
.block-flat .blue-chart {
    padding: 20px !important;
}
.blue-chart h2 {
    text-shadow: 0 -1px 0 #357fc0;
}
.easyPieChart {
    display: inline-block;
}
.visitors {
    padding-left: 25px;
}
.visitors .counters {
    margin-top: 25px;
}
.visitors .counters h1 {
    margin: 0;
}
.visitors .counters h1:first-child {
    color: #1dd2af;
}
.visitors .footer {
    padding: 5px 10px 0;
}
.visitors .footer i {
    margin-right: 5px;
}
.visitors .footer .return {
    color: #1dd2af;
}
.cbp-spmenu {
    background: none repeat scroll 0 0 #272930;
    position: fixed;
}
.cbp-spmenu > .header {
    background: none repeat scroll 0 0 #ffa214;
    min-height: 64px;
    padding: 20px;
    position: relative;
}
.cbp-spmenu > .header h3 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 400;
    margin: 0;
}
.cbp-spmenu .sub-header {
    background: none repeat scroll 0 0 #eb7f37;
    color: #ffffff;
    padding: 8px 20px;
}
.cbp-spmenu .sub-header .icon {
    display: inline-block;
    margin-right: 5px;
}
.cbp-spmenu .sub-header p {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.cbp-spmenu a {
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
}
.cbp-spmenu a:hover {
    background: none repeat scroll 0 0 #22242b;
}
.cbp-spmenu a:active {
    background: none repeat scroll 0 0 #2a2c34;
    border-right: 2px solid #7761a7;
}
.cbp-spmenu-vertical {
    height: 100%;
    top: 0;
    width: 240px;
    z-index: 1000;
}
.cbp-spmenu-vertical a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: 1em;
}
.cbp-spmenu-horizontal {
    height: 150px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1000;
}
.cbp-spmenu-horizontal h3 {
    float: left;
    height: 100%;
    width: 20%;
}
.cbp-spmenu-horizontal a {
    border-left: 1px solid #258ecd;
    float: left;
    padding: 0.8em;
    width: 20%;
}
.cbp-spmenu-left {
    left: -240px;
}
.cbp-spmenu-right {
    right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
}
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}
.cbp-spmenu-top {
    top: -150px;
}
.cbp-spmenu-bottom {
    bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0;
}
.cbp-spmenu-push {
    left: 0;
    overflow-x: hidden;
    position: relative;
}
.cbp-spmenu-push-toright {
    left: 240px;
}
.cbp-spmenu-push-toleft {
    left: -240px;
}
#chat-box {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    padding-top: 64px;
    position: absolute;
    width: 100%;
}
#chat-box > .header {
    background: none repeat scroll 0 0 #eb7f37;
    border-bottom: 4px solid #f48e00;
    padding: 15px;
}
#chat-box > .header > span {
    color: #fff;
    font-size: 14px;
}
#chat-box > .header > .close {
    margin: 0;
    padding: 2px 3px 0 0;
}
#chat-box > .header > .close:hover, .chat-box > .header > .close:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
#chat-box .messages {
    background: none repeat scroll 0 0 #21232a;
    height: 80%;
}
#chat-box .messages .conversation {
    list-style: none outside none;
    padding: 5px 0 0;
}
#chat-box .messages .conversation li p {
    background: none repeat scroll 0 0 #eb7f37;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    position: relative;
}
#chat-box .messages .conversation .odd p {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    display: inline-block;
    padding: 5px 10px;
}
#chat-box .messages .conversation li p:after {
    border-color: rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 9px 10px 9px 0;
    content: "";
    display: block;
    left: -7px;
    position: absolute;
    top: 7px;
    width: 0;
    z-index: 1;
}
#chat-box .messages .conversation li.text-right p:after {
    border-color: rgba(0, 0, 0, 0) #eb7f37;
    border-width: 9px 0 9px 10px;
    left: auto;
    right: -7px !important;
}
#chat-box > .chat-input {
    background: none repeat scroll 0 0 #272930;
    bottom: 0;
    padding: 13px 18px;
    position: absolute;
    z-index: 3;
}
#chat-box > .chat-input > .input-group {
    margin-bottom: 0;
}
#chat-box > .chat-input > .input-group > input {
    background: none repeat scroll 0 0 #2f3138;
    border: medium none;
    color: #999;
    overflow: hidden;
    resize: horizontal;
    word-wrap: break-word;
}
.cbp-spmenu, .cbp-spmenu-push {
    transition: all 0.3s ease 0s;
}
.side-chat .content {
    padding: 0 20px;
}
.side-chat .header h3 {
    font-size: 22px;
}
.side-chat .content .title {
    border-bottom: 1px solid #44464d;
    color: #74767d;
    margin: 15px 0 8px;
}
.side-chat .contacts li {
    display: block;
}
.side-chat .contacts li a {
    border: 0 none;
    border-radius: 3px;
    color: #909299;
    font-size: 13px;
    padding: 4px 5px;
}
.side-chat .contacts li a:focus {
    background: none repeat scroll 0 0 transparent;
}
.side-chat .contacts li a:hover {
    background: none repeat scroll 0 0 #31333a;
}
.side-chat .contacts li a .fa {
    font-size: 11px;
    margin-right: 3px;
}
.side-chat .contacts li.online a .fa {
    color: #19b698;
}
.side-chat .contacts li.busy a .fa {
    color: #ea6153;
}
.side-chat .contacts li.outside a .fa {
    color: #f16e3f;
}
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}
@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 240px;
    }
    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        left: -240px;
    }
    .cbp-spmenu-right {
        right: -240px;
    }
    .cbp-spmenu-push-toright {
        left: 240px;
    }
}
.chat-wi .chat-space {
    height: 377px;
    padding: 15px;
}
.chat-wi .chat-content {
    background: none repeat scroll 0 0 #fff;
    padding: 15px;
}
.chat-wi .chat-conv {
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    text-align: right;
}
.chat-wi .chat-conv .c-avatar {
    border: 1px solid #d6dae0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
    height: 50px;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: 50px;
}
.chat-wi .chat-conv .c-bubble {
    background-color: #43a2ff;
    background-image: linear-gradient(to bottom, #50b1fe 45%, #348bfc 102%);
    border-bottom: 1px solid #2f7ee5;
    border-radius: 4px;
    border-top: 1px solid #4aa4ec;
    box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 60px 0 0;
    padding: 8px 9px 5px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.chat-wi .chat-conv .c-bubble span {
    background: url(/../images/bubble-tail.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 21px;
    position: absolute;
    right: -12px;
    top: 5px;
    width: 12px;
}
.chat-wi .sent {
    text-align: left;
}
.chat-wi .sent .c-bubble {
    background-image: linear-gradient(to bottom, #ffffff 45%, #f3f3f3 100%);
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #666;
    margin: 0 0 0 60px;
    text-shadow: none;
}
.chat-wi .sent .c-avatar {
    left: 0;
}
.chat-wi .sent .c-bubble span {
    background: url(/../images/bubble-tail-l-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: -12px;
}
.chat-wi .chat-in {
    background: none repeat scroll 0 0 #f6f8fb;
    border-top: 1px solid #dadada;
}
.chat-wi .chat-in input[type="text"] {
    border: 0 none;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    height: 47px;
    padding: 10px;
    width: 100%;
}
.chat-wi .chat-tools {
    background: none repeat scroll 0 0 #f6f8fb;
    border-top: 1px solid #dfdfdf;
    color: #6f6f6f;
}
.chat-wi .chat-tools i {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 13px 8px;
    text-align: center;
    width: 38px;
}
.chat-wi .chat-tools i:hover {
    background: none repeat scroll 0 0 #e5e7ea;
}
.chat-wi .chat-in button, .chat-wi .chat-in input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #e5e7ea;
    border-color: #e5e7ea #e5e7ea #e5e7ea #dadada;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #777;
    height: 47px;
    margin: 0;
    min-width: 70px;
    transition: border-color 0.21s ease-out 0s;
}
.chat-wi .chat-in button:hover {
    border-color: #4d90fe;
    color: #555;
}
.chat-wi .chat-in .input {
    margin-right: 70px;
}
.i-circle {
    border: 5px solid #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 7px;
    padding-top: 15px;
    width: 80px;
}
.i-circle i {
    color: #666;
    font-size: 34px;
    vertical-align: middle;
}
.i-circle.white i {
    color: #fff;
}
.i-circle.primary i {
    color: #eb7f37;
}
.i-circle.success i {
    color: #19b698;
}
.i-circle.info i {
    color: #4aa3df;
}
.i-circle.warning i {
    color: #f16e3f;
}
.i-circle.danger i {
    color: #ea6153;
}
.i-circle.prusia i {
    color: #3d566d;
}
.i-circle.dark i {
    color: #23262b;
}
.red-chart {
    background-color: #3290e2;
    background-image: linear-gradient(to bottom, #ff8a65 45%, #e26a45 102%);
    border-color: #ee815e #f27b56 #d66543;
    border-left: 1px solid #f27b56;
    border-right: 1px solid #f27b56;
    border-style: solid;
    border-width: 1px;
}
.red-box {
    background-color: #ff8a65;
    background-image: linear-gradient(to bottom, #ff8a65 45%, #f07853 102%);
    color: #ffffff;
}
.red2-box {
    background-color: #ff7877;
    background-image: linear-gradient(to bottom, #ff7877 45%, #ed5554 102%);
    color: #ffffff;
}
.blue-box {
    background-color: #52aeff;
    background-image: linear-gradient(to bottom, #52aeff 45%, #3d9cef 102%);
    color: #ffffff;
}
.green-box {
    background-color: #82c261;
    background-image: linear-gradient(to bottom, #82c261 45%, #70be46 102%);
    color: #ffffff;
}
.violet-box {
    background-color: #82c261;
    background-image: linear-gradient(to bottom, #b450b2 45%, #853685 102%);
    color: #ffffff;
}
.yellow-box {
    background-color: #82c261;
    background-image: linear-gradient(to bottom, #ffc91c 45%, #fab219 102%);
    color: #ffffff;
}
.white-box {
    background: none repeat scroll 0 0 #fff;
}
.ui-datepicker {
    position: relative;
}
.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
    padding-bottom: 5px;
}
.datetimepicker table td:last-child, .datetimepicker table thead th:last-child {
    border-right: unset;
}
.ui-datepicker .ui-datepicker-title {
    cursor: default;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    color: #fff;
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-datepicker .ui-datepicker-prev span:after, .ui-datepicker .ui-datepicker-next span:after {
    content: "?";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    height: 16px;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 16px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-next span:after {
    content: "?";
    right: 0;
}
.ui-datepicker table th {
    border: 0 none;
    padding: 3px;
}
.ui-datepicker table th span {
    color: #fff;
    font-size: 14px;
}
.ui-datepicker table tr {
    background: none repeat scroll 0 0 transparent !important;
}
.ui-datepicker table td {
    border: 0 none;
    padding: 3px;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
    background: none repeat scroll 0 0 #eb7f37 !important;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background: none repeat scroll 0 0 #eb7f37 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    color: #fff;
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
#gritter-notice-wrapper {
    top: 45px;
    width: 320px;
}
.gritter-item-wrapper {
    background: url(/../js/jquery.gritter/images/gritter-bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.gritter-top {
    background: none repeat scroll 0 0 transparent;
}
.gritter-item {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    font-family: robotoregular, Arial, sans-serif;
    padding: 2px 35px 12px 10px;
}
.gritter-bottom {
    background: none repeat scroll 0 0 transparent;
}
.gritter-item p {
    font-size: 12px;
    line-height: 19px;
}
.gritter-title {
    font-size: 17px;
    font-weight: 400;
    text-shadow: none;
}
.gritter-close {
    background: none repeat scroll 0 0 transparent;
    display: block !important;
    height: 30px;
    left: auto;
    right: 0;
    text-indent: inherit;
    top: 0;
    width: 35px;
}
.gritter-close:after {
    color: #fff;
    content: "×";
    font-size: 24px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.gritter-without-image, .gritter-with-image {
    padding-left: 7px;
    width: 224px;
}
.gritter-item-wrapper.clean {
    background: none repeat scroll 0 0 #fff;
}
.gritter-item-wrapper.clean .gritter-item {
    color: #555;
}
.gritter-item-wrapper.clean .gritter-close {
    background-color: #eb7f37;
    display: block !important;
    height: 100%;
    left: auto;
    right: 0;
    text-indent: inherit;
    top: 0;
    width: 35px;
}
.gritter-item-wrapper.clean .gritter-close:after {
    color: #fff;
    content: "×";
    font-size: 24px;
    font-weight: bold;
    left: 10px;
    margin-top: -17px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    top: 50%;
}
.gritter-image {
    height: auto;
    margin-top: 3px;
    max-height: 48px;
    max-width: 48px;
    width: auto;
}
.gritter-item-wrapper.facebook {
    background: none repeat scroll 0 0 #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.facebook .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.twitter {
    background: none repeat scroll 0 0 #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.twitter .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.google-plus {
    background: none repeat scroll 0 0 #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.google-plus .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.dribbble {
    background: none repeat scroll 0 0 #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.dribbble .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.flickr {
    background: none repeat scroll 0 0 #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.flickr .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.linkedin {
    background: none repeat scroll 0 0 #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.linkedin .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.youtube {
    background: none repeat scroll 0 0 #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.youtube .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.pinterest {
    background: none repeat scroll 0 0 #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.pinterest .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.github {
    background: none repeat scroll 0 0 #333333;
}
.gritter-item-wrapper.github .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.github .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.tumblr {
    background: none repeat scroll 0 0 #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item {
    color: #fff;
}
.gritter-item-wrapper.tumblr .gritter-close {
    background-color: transparent;
    top: 5px;
}
.gritter-item-wrapper.primary {
    background: none repeat scroll 0 0 #eb7f37;
}
.gritter-item-wrapper.success {
    background: none repeat scroll 0 0 #19b698;
}
.gritter-item-wrapper.info {
    background: none repeat scroll 0 0 #4aa3df;
}
.gritter-item-wrapper.warning {
    background: none repeat scroll 0 0 #f16e3f;
}
.gritter-item-wrapper.danger {
    background: none repeat scroll 0 0 #ea6153;
}
.gritter-item-wrapper.prusia {
    background: none repeat scroll 0 0 #3d566d;
}
.gritter-item-wrapper.dark {
    background: none repeat scroll 0 0 #23262b;
}
.fa-mobile-phone {
    font-size: 18px;
}
.icon-16 {
    font-size: 16px !important;
}
.icon-19 {
    font-size: 19px !important;
}
.icon-24 {
    font-size: 24px !important;
}
.icon-32 {
    font-size: 32px !important;
}
.icon-64 {
    font-size: 64px !important;
}
.icon-show i {
    font-size: 14px !important;
    margin-right: 5px;
    width: 20px;
}
.icon-show > div {
    margin: 5px 0;
}
.label {
    border-radius: 0;
    font-size: 95%;
    font-weight: normal;
    display: inline !important;
    /*padding-top: 8px;*/
}
.label-default {
    background-color: #a1a1a1;
}
.label i {
    color: inherit !important;
    font-size: 100% !important;
    min-width: 11px;
    width: auto !important;
}
.label-success {
    background-color: #19b698;
}
.label-primary {
    background-color: #eb7f37;
}
.label-warning {
    background-color: #fed16c;
}
.label-danger {
    background-color: #ea6153;
}
.label-info {
    background-color: #4aa3df;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #f48e00;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #0fac8e;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #4099d5;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f4c762;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #e05749;
}
.badge {
    background-color: #a1a1a1;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px 6px;
}
.badge-primary {
    background-color: #eb7f37 !important;
}
.badge-success {
    background-color: #19b698 !important;
}
.badge-info {
    background-color: #4aa3df !important;
}
.badge-warning {
    background-color: #fed16c !important;
}
.badge-danger {
    background-color: #ea6153 !important;
}
.badge-ignore {
    background-color: #9d9c9c !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #eb7f37;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #eb7f37;
    border-color: #eb7f37;
}
.list-group-item i {
    display: inline-block !important;
    min-width: 15px;
    text-align: center;
}
.list-group-item h4 {
    font-size: 17px;
    margin-bottom: 8px;
}
.list-group-item h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.list-group-item {
    font-size: 12px;
    line-height: 22px;
    padding: 13px 15px;
}
a.list-group-item:hover {
    border-color: #eb7f37;
    border-left: 5px solid #eb7f37;
    padding-left: 11px;
}
a.list-group-item:hover + a.list-group-item {
    border-top-color: #eb7f37;
}
.list-group .active:hover {
    border-left: 1px solid #eb7f37;
    padding-left: 15px;
}
.md-modal.full-width {
    max-width: none;
    width: 90%;
}
.modal-dialog.full-width {
    max-width: none;
    width: 90%;
}
.custom-width {
    max-width: none;
    width: 40%;
}
.full-color .md-content {
    background-color: #eb7f37;
    color: #fff;
}
.full-color .modal-content {
    background-color: #eb7f37;
    color: #fff;
}
.full-color.success .md-content {
    background-color: #19b698;
    color: #fff;
}
.full-color.success .modal-content {
    background-color: #19b698;
    color: #fff;
}
.full-color.info .md-content {
    background-color: #4aa3df;
    color: #fff;
}
.full-color.info .modal-content {
    background-color: #4aa3df;
    color: #fff;
}
.full-color.warning .md-content {
    background-color: #f16e3f;
    color: #fff;
}
.full-color.warning .modal-content {
    background-color: #f16e3f;
    color: #fff;
}
.full-color.danger .md-content {
    background-color: #ea6153;
    color: #fff;
}
.full-color.danger .modal-content {
    background-color: #ea6153;
    color: #fff;
}
.full-color.prusia .md-content {
    background-color: #3d566d;
    color: #fff;
}
.full-color.prusia .modal-content {
    background-color: #3d566d;
    color: #fff;
}
.full-color .modal-header {
    background-color: rgba(0, 0, 0, 0.1);
}
.full-color .modal-content .modal-footer {
    background-color: transparent;
    border: 0 none;
}
.full-color .md-content .modal-footer {
    background-color: transparent;
    border: 0 none;
}
.full-color .md-content .modal-footer .btn {
    margin-bottom: 0 !important;
}
.md-dark .modal-header {
    background-color: #eb7f37;
    color: #fff;
}
.md-dark .modal-header {
    background-color: #eb7f37;
    color: #fff;
}
.md-dark.success .modal-header {
    background-color: #19b698;
    color: #fff;
}
.md-dark.success .modal-header {
    background-color: #19b698;
    color: #fff;
}
.md-dark.info .modal-header {
    background-color: #4aa3df;
    color: #fff;
}
.md-dark.info .modal-header {
    background-color: #4aa3df;
    color: #fff;
}
.md-dark.warning .modal-header {
    background-color: #f16e3f;
    color: #fff;
}
.md-dark.warning .modal-header {
    background-color: #f16e3f;
    color: #fff;
}
.md-dark.danger .modal-header {
    background-color: #ea6153;
    color: #fff;
}
.md-dark.danger .modal-header {
    background-color: #ea6153;
    color: #fff;
}
.md-dark.prusia .modal-header {
    background-color: #3d566d;
    color: #fff;
}
.md-dark.prusia .modal-header {
    background-color: #3d566d;
    color: #fff;
}
.md-dark .md-content, .md-dark .modal-content {
    background-color: #23262b;
    color: #bbbec3;
}
.md-dark .md-content input, .md-dark .modal-content input {
    background-color: transparent;
    color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
    background-color: transparent;
    border: 0 none;
}
.md-dark .md-content .modal-footer {
    background-color: transparent;
    border: 0 none;
}
.md-dark .md-content .modal-footer .btn {
    margin-bottom: 0 !important;
}
.modal-content {
    border: 0 none;
    border-radius: 5px;
}
.modal-body {
    padding: 20px 20px 10px 20px;
}
.modal-body.form {
    padding: 30px 20px 15px;
}
.md-content .icheckbox_flat-green, .modal-content .icheckbox_flat-green {
    margin-right: 5px;
}
.modal-content > .close {
    margin-right: 10px;
    margin-top: 10px;
}
.modal-content .modal-header {
    border-bottom: 0 none;
}
.colored-header .modal-header {
    background-color: #eb7f37;
    border-bottom: 5px solid #ea8400;
    color: #fff;
    padding: 20px;
}
.colored-header.success .modal-header {
    background-color: #19b698;
    border-bottom: 5px solid #05a284 !important;
    color: #fff;
    padding: 20px;
}
.colored-header.info .modal-header {
    background-color: #4aa3df;
    border-bottom: 5px solid #368fcb !important;
    color: #fff;
    padding: 20px;
}
.colored-header.warning .modal-header {
    background-color: #f16e3f;
    border-bottom: 5px solid #dd5a2b !important;
    color: #fff;
    padding: 20px;
}
.colored-header.danger .modal-header {
    background-color: #ea6153;
    border-bottom: 5px solid #d64d3f !important;
    color: #fff;
    padding: 20px;
}
.colored-header.prusia .modal-header {
    background-color: #3d566d;
    border-bottom: 5px solid #294259 !important;
    color: #fff;
    padding: 20px;
}
.colored-header.dark .modal-header {
    background-color: #23262b;
    border-bottom: 5px solid #0f1217 !important;
    color: #fff;
    padding: 20px;
}
.modal-content h4, .modal-content h4 {
    font-weight: 400;
}
.modal-content h3, .modal-content h3 {
    display: inline;
    font-weight: 400;
    margin-top: 0;
}
.modal-content h2 {
    margin: 0;
}
.modal-content .modal-footer {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
}
.md-content {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 5px;
    color: #555;
    overflow: hidden;
}
.md-content .modal-header {
    border-bottom: 0 none;
}
.md-content h4, .modal-content h4 {
    font-weight: 400;
}
.md-content h3, .modal-content h3 {
    font-weight: 400;
    margin-top: 0;
}
.md-content h2 {
    margin: 0;
}
.md-content .modal-footer {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
}
.md-show.md-effect-12 ~ .md-overlay {
    background: none repeat scroll 0 0 #eb7f37;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}
.modal {
    overflow: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
    .custom-width {
        max-width: none;
        width: 60%;
    }
}
@media (max-width: 767px) {
    .custom-width {
        max-width: none;
        width: 90%;
    }
}
.multiselect-container > li > label.multiselect-group {
    font-size: 13px;
    font-weight: 600;
}
.multiselect-container.dropdown-menu a label input {
    margin: 0;
    position: relative;
}
.ms-container .ms-list {
    box-shadow: none;
}
.ms-container .ms-list.ms-focus {
    border-color: #eb7f37;
    box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: none repeat scroll 0 0 #eb7f37;
}
#ms-custom-headers .custom-header {
    background: none repeat scroll 0 0 #eb7f37;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 10px;
}
#ms-custom-headers .ms-list {
    border-radius: 0 0 3px 3px;
    border-top: medium none;
}
#ms-searchable .ms-list {
    border-radius: 0 0 3px 3px;
    border-top: medium none;
}
.nano > .pane > .slider {
    width: 100%;
}
.jqstooltip {
    min-height: 25px;
    min-width: 30px;
    padding: 3px 10px 5px 5px;
}
.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    max-width: 600px;
    padding: 0;
    position: relative;
}
.dd-list {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}
.dd-handle {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: default;
    display: block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
}
.dd-handle:hover {
    background: none repeat scroll 0 0 #eb7f37;
    border-color: #ea8400;
    color: #fff;
}
.dd-item > button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #555;
    cursor: pointer;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 10px;
    height: 20px;
    line-height: 1;
    margin: 8px 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}
.dd-item > button:before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}
.dd-item > button[data-action="collapse"]:before {
    content: "";
}
.dd-placeholder, .dd-empty {
    background: none repeat scroll 0 0 #fff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}
.dd-empty {
    background-color: #e5e5e5;
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-position: 0 0px, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}
.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    display: block;
    margin: 5px 0;
    padding: 7px 10px 7px 40px;
    text-decoration: none;
}
.dd3-content:hover {
    background: none repeat scroll 0 0 #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}
.dd3-item > button {
    margin-left: 35px;
}
.dd3-handle {
    background: none repeat scroll 0 0 #eb7f37;
    border: medium none transparent;
    cursor: all-scroll;
    height: 36px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 34px;
}
.dd3-handle:before {
    color: #fff;
    content: "=";
    display: block;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 7px;
    width: 100%;
}
.dd3-handle:hover {
    background: none repeat scroll 0 0 #f48e00;
}
.pagination {
    margin: 18px 0;
}
.pagination > li > a, .pagination > li > span {
    color: #eb7f37;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #eb7f37;
    border-color: #eb7f37;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.cl-mcont .block {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}
.block-flat, .block-wizard {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #efefef;
    border-radius: 3px;
    border-right: 1px solid #efefef;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    transition: padding 500ms ease 0s;
}
.panel-body .block-flat {
    border-top: 1px solid #e2e2e2;
}
.block-flat.closed {
    padding-bottom: 9px;
}
.block .header, .widget-block .header, .block-flat .header {
    background-color: #fefefe;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    transition: border 500ms ease 0s;
}
.block-flat.dark-box .header, .block-flat.primary-box .header, .block-flat.success-box .header, .block-flat.info-box .header, .block-flat.danger-box .header, .block-flat.warning-box .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block-flat.closed .header {
    border-bottom: 1px solid transparent;
}
.block .header {
    border-radius: 3px 3px 0 0;
    padding: 10px;
}
.block-flat .header {
    background: none repeat scroll 0 0 transparent;
    padding: 3px 0;
}
.block-flat .header.no-border {
    border: 0 none;
}
.block-flat .content {
    padding: 15px 3px 0;
}
.block-flat .content.full-width {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
}
.block-flat .content h4 {
    font-size: 16px;
    margin-top: 20px;
}
.block-flat.no-padding .content {
    padding: 0 !important;
}
.block .header h2, .widget-block .header h2, .block-flat .header h2 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}
.block .header h3 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-weight: 400;
    margin: 3px 0;
}
.widget-block .header h3, .block-flat .header h3 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
.block-flat .actions, .block .actions {
    float: right;
}
.block-flat .actions .refresh i, .block .actions .refresh i {
    font-size: 12px;
}
.block .actions {
    padding-top: 5px;
}
.block-flat .actions a {
    color: rgba(0, 0, 0, 0.3);
    margin-left: 6px;
}
.block-flat .actions a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.block.block-color .actions a {
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
}
.block.block-color .actions a:hover i {
    color: rgba(255, 255, 255, 0.8);
}
.block-flat.dark-box .actions a {
    color: #fff;
}
.block-flat.dark-box .actions a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.dark-box {
    background-color: #383a41;
    color: #fff;
}
.primary-box {
    background-color: #eb7f37;
    color: #fff;
}
.success-box {
    background-color: #19b698;
    color: #fff;
}
.info-box {
    background-color: #4aa3df;
    color: #fff;
}
.warning-box {
    background-color: #f16e3f;
    color: #fff;
}
.danger-box {
    background-color: #ea6153;
    color: #fff;
}
.block .header.dark {
    background-color: #383a41;
    border-bottom: 0 none;
    color: #fff;
}
.block .header h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 6px 0;
}
.block.block-color {
    border-radius: 0;
    position: relative;
}
.block.block-color .header {
    background: none repeat scroll 0 0 #23262b;
    border: 0 none;
    border-radius: 0;
    color: #fff;
}
.block.block-color.primary .header {
    background: none repeat scroll 0 0 #eb7f37;
    color: #fff;
}
.block.block-color.success .header {
    background: none repeat scroll 0 0 #19b698;
    color: #fff;
}
.block.block-color.info .header {
    background: none repeat scroll 0 0 #4aa3df;
    color: #fff;
}
.block.block-color.warning .header {
    background: none repeat scroll 0 0 #f16e3f;
    color: #fff;
}
.block.block-color.danger .header {
    background: none repeat scroll 0 0 #ea6153;
    color: #fff;
}
.block .loading, .block-flat .loading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block .loading i, .block-flat .loading i {
    font-size: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    position: relative;
    top: 50%;
}
.progress {
    border-radius: 3px;
    height: 18px;
}
.progress .progress-bar {
    line-height: 16px;
}
.progress.small {
    height: 10px;
}
.progress.small .progress-bar {
    line-height: 9px;
}
.progress.extra-small {
    height: 5px;
}
.progress.big {
    height: 24px;
}
.progress.big .progress-bar {
    line-height: 22px;
}
.progress-bar-info {
    background-color: #4aa3df;
}
.progress-bar-success {
    background-color: #19b698;
}
.progress-bar-warning {
    background-color: #fed16c;
}
.progress-bar-danger {
    background-color: #ea6153;
}
.progress-bar-primary {
    background-color: #eb7f37;
}
.select2-container .select2-choice {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 4px 8px;
}
.select2-drop {
    box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background: none repeat scroll 0 0 #fff;
    border-color: rgba(0, 0, 0, 0) #eb7f37 #eb7f37;
}
.select2-container .select2-container-multi .select2 .select2-dropdown-open {
    box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #eb7f37;
    box-shadow: none;
}
.select2-drop-active {
    border-color: -moz-use-text-color #eb7f37 #eb7f37;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #eb7f37;
}
.select2-drop.select2-drop-above {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.08);
}
.select2-container .select2-choice abbr {
    right: 32px;
    top: 10px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #eb7f37;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    background-color: #ffffff;
    background-image: none;
    width: 30px;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #eb7f37;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 7px 4px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -13px 3px;
}
.select2-container.select2-drop-above .select2-choice {
    border-radius: 0 0 2px 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #eb7f37;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding: 3px 5px 5px 18px;
}
.select2-container-multi .select2-choices {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    padding: 5px;
}
.slider.slider-vertical {
    margin-right: 13px;
}
.slider-selection {
    background: none repeat scroll 0 0 #eb7f37;
    border: medium none transparent;
    box-shadow: none;
}
.slider-handle {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(center top , #ffffff, #f9f9f9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
    height: 23px;
    opacity: 1;
    transition: box-shadow 200ms ease-in-out 0s;
    width: 23px;
}
.slider-handle:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}
.slider.slider-horizontal .slider-handle {
    margin-top: -7px;
}
.slider.slider-vertical .slider-handle {
    margin-left: -6px;
}
.bootstrap-switch {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 20px;
    min-width: 74px;
}
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: none repeat scroll 0 0 #eb7f37;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch .bootstrap-switch-container {
    position: relative;
    z-index: 1;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #eb7f37;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch .bootstrap-switch-label:after {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #eb7f37;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
}
.bootstrap-switch.bootstrap-switch-large {
    min-width: 100px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label:after {
    border-width: 4px;
    width: 42px;
}
.bootstrap-switch.bootstrap-switch-large.bootstrap-switch-on .bootstrap-switch-label:after {
    border-width: 4px;
}
.bootstrap-switch.bootstrap-switch-small {
    min-width: 60px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label:after {
    width: 25px;
}
.bootstrap-switch.bootstrap-switch-mini {
    min-width: 44px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label:after {
    width: 18px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #eb7f37;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #e3e3e3;
    left: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 6px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-label {
    margin-bottom: 0 !important;
    position: relative;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-handle-on {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label:after {
    border-color: #5cb85c;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-handle-on {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label:after {
    border-color: #4aa3df;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-handle-on {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label:after {
    border-color: #f16e3f;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-handle-on {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label:after {
    border-color: #ea6153;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-handle-on {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label:after {
    border-color: #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-off .bootstrap-switch-container {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #4d90fd;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #4d90fd;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #4d90fd;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #4d90fd;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #4aa3df;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #4aa3df;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #5cb85c;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #5cb85c;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #f16e3f;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #f16e3f;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #ea6153;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #ea6153;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label {
    background: none repeat scroll 0 0 #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label:after {
    border-color: #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-on .bootstrap-switch-container {
    background: none repeat scroll 0 0 #e3e3e3;
}
table.dashed tr:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;
}
table.dashed td:last-child {
    border-right: 0 none;
}
table.dashed td {
    border-bottom: 1px dashed #ddd;
    border-left: 0 none;
    padding: 20px;
}
table thead th {
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}
table tbody td {
    font-size: 12px;
    padding: 7px 8px;
}
table .primary-emphasis, table .primary-emphasis-dark {
    background: none repeat scroll 0 0 #eb7f37;
    border-color: #eb7f37;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark {
    background-color: #ea8400;
}
table .success-emphasis, table .success-emphasis-dark {
    background: none repeat scroll 0 0 #ea8400;
    border-color: #ea8400;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
    background-color: #ea8400;
    border-color: #ea8400;
}
table .warning-emphasis, table .warning-emphasis-dark {
    background: none repeat scroll 0 0 #fc9700;
    border-color: #fc9700;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
    background-color: #fc8800;
    border-color: #fc8800;
}
table .danger-emphasis, table .danger-emphasis-dark {
    background: none repeat scroll 0 0 #da4932;
    border-color: #da4932;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
    background-color: #c8432e;
    border-color: #c8432e;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table .right {
    text-align: right;
}
table .left {
    text-align: left;
}
.red thead th {
    color: #ea6153;
}
.blue thead th {
    color: #4aa3df;
}
.violet thead th {
    color: #9b50ba;
}
.green thead th {
    color: #19b698;
}
table thead th span {
    color: #333;
}
table thead th {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 10px 8px 5px;
    vertical-align: bottom;
}
table thead th:last-child {
    border-right: 1px solid #dadada;
}
table thead span {
    display: block;
    font-size: 16px;
}
table td {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding: 7px 8px;
}
table td .progress {
    margin: 0;
}
/*table.hover tbody tr:hover {
    background: none repeat scroll 0 0 #f3f3f3;
}*/
table td i {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 23px;
}
table td:last-child {
    border-right: 1px solid #dadada;
}
table tr:nth-child(2n) {
    background: none repeat scroll 0 0 #f8f8f8;
}
table.no-strip tr:nth-child(2n) {
    background: none repeat scroll 0 0 transparent;
}
table .no-border th {
    border-left: 0 none;
}
table .no-border tr th:first-child {
    border-left: 1px solid #dadada;
}
table .no-border-x td {
    border-bottom: 0 none;
}
table .no-border-x tr:last-child td {
    border-bottom: 1px solid #dadada;
}
table .no-border-y td {
    border-left: 0 none;
}
table .no-border-y tr td:first-child {
    border-left: 1px solid #dadada;
}
table.no-border tr th {
    border-top: 0 none;
}
table.no-border tr th:first-child {
    border-left: 0 none;
}
table.no-border tr th:last-child {
    border-right: 0 none;
}
table.no-border tr td:first-child {
    border-left: 0 none;
}
table.no-border tr td:last-child {
    border-right: 0 none;
}
table.no-border tr:last-child td {
    border-bottom: 0 none;
}
.no-padding table th:first-child {
    border-left: 0 none;
}
.no-padding table th:last-child {
    border-right: 0 none;
}
.no-padding table tr td:first-child {
    border-left: 0 none;
}
.no-padding table tr td:last-child {
    border-right: 0 none;
}
.no-padding table tr:last-child td {
    border-bottom: 0 none;
}
table tbody .toggle-details {
    cursor: pointer;
}
table tbody .details {
    background: none repeat scroll 0 0 #fff;
}
table tbody td .btn {
    margin-bottom: 0 !important;
}
table.list.no-border {
    border-top: 0 none;
}
table.list .items td {
    padding: 5px;
    vertical-align: middle;
}
table.list .items td .progress {
    height: 13px;
}
table.list .items td .progress .progress-bar {
    font-size: 10px;
    line-height: 12px;
}
table.list .items td > span {
    vertical-align: top;
}
table.list .items td p span {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
    line-height: 10px;
}
table tbody td .btn-group .dropdown-menu {
    margin-top: -1px;
    min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
    padding: 5px 12px;
    text-align: left;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs > li {
    font-size: 14px;
    margin-right: 2px;
}
.nav-tabs > li.active {
    position: relative;
}
.nav-tabs.wall > li {
    margin-bottom: 2px;
}
.nav-tabs > li > a {
    font-size: 13px;
    margin-right: 0;
    min-width: 80px;
    padding: 9px 15px;
    text-align: center;
}
.nav-tabs.wall > li > a {
    border: medium none;
    color: #555;
    font-size: 13px;
    margin-right: 0;
    min-width: 20px;
    padding: 9px 15px;
    text-align: center;
}
.nav-tabs.wall > li > a:hover, .nav-tabs.wall > li > a:active {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 2px;
    color: #eb7f37;
}
.nav-tabs.wall > li.active > a:after, .nav-tabs.wall > li.active > a:hover:after, .nav-tabs.wall > li.active > a:focus:after {
    /*background: url(/../images/menu-tail-up.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    bottom: -3px;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: auto;
    width: 17px;
}
.nav-tabs.wall > li.active > a, .nav-tabs.wall > li.active > a:hover, .nav-tabs.wall > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: none;
    border-width: medium medium 0;
    box-shadow: none;
    color: #eb7f37;
    padding-bottom: 10px;
    padding-top: 9px;
    position: static;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    color: #ea8400;
}
.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #eb7f37 #ececec -moz-use-text-color;
    border-top: 2px solid #eb7f37;
    border-radius: 0;
    border-style: solid solid none;
    border-width: 2px 1px 0;
    box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    padding-top: 8px;
    position: static;
}
.tab-content:not(.employee-card-pill, .emp-buzz-wrappper, .transparent-content) {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #ececec;
    border-radius: 0 3px 3px;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 40px;
    padding: 20px;
}
.tab-content.employee-card-pill {
    margin-bottom: 40px;
}
.tab-content #picture .fileinput .thumbnail {
    border: 2px dashed #ddd;
}
.tab-content #picture .fileinput .thumbnail h2 {
    position: relative;
    top: 30%;
}
.tab-content h3, h2, h1:first-child {
    margin-top: 0;
}
.tab-bottom .nav-tabs {
    margin-bottom: 40px;
}
.tab-bottom .tab-content {
    margin-bottom: 0;
}
.tab-bottom .nav-tabs > li.active > a:after, .tab-bottom .nav-tabs > li.active > a:hover:after, .tab-bottom .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    top: auto;
}
.tab-bottom .nav-tabs > li.active > a, .tab-bottom .nav-tabs > li.active > a:hover, .tab-bottom .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #eb7f37;
    border-top: 0 none;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-top: -1px;
}
.tab-bottom .tab-content {
    border-radius: 3px 3px 3px 0;
}
.tab-left .nav-tabs {
    float: left;
}
.tab-left .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
}
.tab-left .nav-tabs > li > a {
    border-radius: 0;
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}
.tab-left .nav-tabs > li .fa {
    font-size: 14px;
}
.tab-left .nav-tabs > li.active > a:after, .tab-left .nav-tabs > li.active > a:hover:after, .tab-left .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    top: auto;
    width: 2px;
}
.tab-left .nav-tabs > li.active > a, .tab-left .nav-tabs > li.active > a:hover, .tab-left .nav-tabs > li.active > a:focus {
    border-color: -moz-use-text-color -moz-use-text-color #ececec #eb7f37;
    border-style: none none solid solid;
    border-width: 0 0 1px 2px;
    box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-right: -1px;
    padding: 13px 10px 12px 9px;
}
.tab-left .tab-content {
    border-radius: 0 3px 3px;
    overflow: auto;
}
.tab-right .nav-tabs {
    float: right;
}
.tab-right .tab-content {
    border-radius: 3px 0 3px 3px;
    overflow: auto;
}
.tab-right .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
    margin-right: 0;
}
.tab-right .nav-tabs > li > a {
    min-width: 38px;
    padding: 12px 10px;
    text-align: left;
}
.tab-right .nav-tabs > li .fa {
    font-size: 14px;
}
.tab-right .nav-tabs > li.active > a:after, .tab-right .nav-tabs > li.active > a:hover:after, .tab-right .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    top: auto;
    width: 2px;
}
.tab-right .nav-tabs > li.active > a, .tab-right .nav-tabs > li.active > a:hover, .tab-right .nav-tabs > li.active > a:focus {
    border-color: -moz-use-text-color #eb7f37 #ececec -moz-use-text-color;
    border-style: none solid solid none;
    border-width: 0 2px 1px 0;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    margin-left: -1px;
    padding: 13px 10px 12px 12px;
}
.shadow.tab-content {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}
.fd-tile {
    background-color: #fff;
    color: #555;
    margin-bottom: 15px;
}
.fd-tile .row {
    margin: 0;
}
.fd-tile.weather {
    padding-top: 20px;
    text-align: center;
}
.weather h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}
.weather h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.fd-tile.weather .days {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
.fd-tile.weather .day {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 5px;
}
.fd-tile.weather .day h6 {
    color: #fff;
    font-weight: 400;
}
.fd-tile.tile-green {
    background-color: #19b698;
    color: #fff;
}
.fd-tile.tile-lemon {
    background-color: #2cc36b;
    color: #fff;
}
.fd-tile.tile-red {
    background-color: #ea6153;
    color: #fff;
}
.fd-tile.tile-blue {
    background-color: #4aa3df;
    color: #fff;
}
.fd-tile.tile-orange {
    background-color: #f16e3f;
    color: #fff;
}
.fd-tile.tile-prusia {
    background-color: #3d566d;
    color: #fff;
}
.fd-tile.tile-concrete {
    background-color: #a3b1b2;
    color: #fff;
}
.fd-tile.tile-purple {
    background-color: #7761a7;
    color: #fff;
}
.fd-tile.clean .icon i {
    color: #e5e5e5;
}
.fd-tile.clean {
    background-color: #fff;
    color: #888;
}
.fd-tile.clean.tile-green .details {
    background-color: #19b698;
}
.fd-tile.clean.tile-lemon .details {
    background-color: #2cc36b;
}
.fd-tile.clean.tile-red .details {
    background-color: #ea6153;
}
.fd-tile.clean.tile-blue .details {
    background-color: #4aa3df;
}
.fd-tile.clean.tile-orange .details {
    background-color: #f16e3f;
}
.fd-tile.clean.tile-prusia .details {
    background-color: #3d566d;
}
.fd-tile.clean.tile-concrete .details {
    background-color: #a3b1b2;
}
.fd-tile.clean.tile-purple .details {
    background-color: #7761a7;
}
.fd-tile .header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fd-tile .header .ico {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 20px;
    padding: 11px 18px;
    text-align: center;
}
.fd-tile .header .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
}
.fd-tile .content {
    padding: 10px;
}
.fd-tile.header .content {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    position: relative;
    z-index: 3;
}
.fd-tile.detail .icon {
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
}
.fd-tile.header .icon img {
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    opacity: 0.8;
    padding-left: 15px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 80px;
}
.fd-tile.header {
    overflow: hidden;
    position: relative;
}
.fd-tile.detail {
    overflow: hidden;
    position: relative;
}
.fd-tile.detail .content {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    padding: 10px 10px 13px;
    position: relative;
    z-index: 3;
}
.fd-tile.detail .icon {
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 80px;
}
.fd-tile.detail .icon i {
    color: rgba(0, 0, 0, 0.05);
    font-size: 100px;
    line-height: 65px;
}
.fd-tile.detail .details {
    background-color: rgba(0, 0, 0, 0.1);
    clear: both;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}
.fd-tile.detail .details i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
}
.fd-tile .content p {
    font-size: 14px;
    margin-bottom: 0;
}
.fd-tile .content h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}
.stats_bar {
    margin-top: 15px;
    text-align: center;
}
.butpro {
    vertical-align: top;
}
.butstyle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff 50%, #f8f8f8 100%);
    border-color: #dedfe0 #c8c8c8 #c8c8c8;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 15px;
    margin-right: 1.8%;
    padding: 6px 9px 4px;
    transition: border-color 0.21s ease-out 0s;
    width: 14.2%;
}
.butstyle:first-child {
    margin-left: 0;
}
.butstyle:hover {
    border-color: #4d90fe;
}
.butpro .sub h2 {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
}
.butpro .sub span {
    color: #434d55;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.butpro .stat {
    padding: 4px 0;
    text-align: center;
}
.butpro .stat .equal {
    background: url(/../images/stat-same.png) no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}
.butpro .stat .up {
    background: url(/../images/stat-up.png) no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}
.butpro .stat .down {
    background: url(/../images/stat-down.png) no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
}
.butpro .sub {
    padding-top: 4px;
}
ul.timeline {
    margin-bottom: 40px;
    padding: 0 0 1px;
    position: relative;
}
ul.timeline:before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    left: 31px;
    margin-left: -10px;
    position: absolute;
    top: 2px;
    width: 2px;
}
ul.timeline:after {
    background-color: #e1e1e1;
    border-radius: 50%;
    bottom: -9px;
    content: "";
    height: 10px;
    left: 17px;
    position: absolute;
    width: 10px;
}
ul.timeline li {
    list-style: none outside none;
    margin-bottom: 25px;
    position: relative;
}
ul.timeline li > .fa {
    background: none repeat scroll 0 0 #4aa3df;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 14px;
    height: 40px;
    left: 2px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    width: 40px;
    z-index: 2;
}
ul.timeline li .fa.red {
    background: none repeat scroll 0 0 #ea6153;
}
ul.timeline li .fa.green {
    background: none repeat scroll 0 0 #19b698;
}
ul.timeline li .fa.purple {
    background: none repeat scroll 0 0 #7761a7;
}
ul.timeline li .content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e8e8e6;
    border-radius: 3px;
    line-height: 15px;
    margin-left: 75px;
    padding: 12px 10px;
    position: relative;
}
ul.timeline li .content p {
    margin: 0;
}
ul.timeline li .content .img-thumbnail {
    border-radius: 0;
    cursor: pointer;
    margin: 10px 5px 0 0;
}
ul.timeline li .content blockquote {
    margin: 10px 0 0;
}
ul.timeline li .content blockquote p {
    font-size: 14px;
    margin: 0 0 5px !important;
}
ul.timeline li .content:before {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e8e8e6;
    border-left: 1px solid #e8e8e6;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    width: 10px;
}
ul.timeline li > .date {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    color: #7b7b7b;
    display: block;
    font-size: 11px;
    line-height: 19px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #fafafa;
    top: 49px;
    width: 44px;
}
.cbp_tmtimeline {
    list-style: none outside none;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}
.cbp_tmtimeline:before {
    background: none repeat scroll 0 0 #ffc032;
    bottom: 0;
    content: "";
    left: 20%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.cbp_tmtimeline > li {
    position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    padding-right: 100px;
    position: absolute;
    width: 25%;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    color: #ffa214;
    font-size: 0.9em;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    color: #ffca3c;
    font-size: 2.9em;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmtime span:last-child {
    color: #ffc032;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    background: none repeat scroll 0 0 #ffc032;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px 25%;
    padding: 2em;
    position: relative;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: none repeat scroll 0 0 #eb7f37;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 0;
    padding: 0 0 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ffc032 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-right-color: #eb7f37;
}
.cbp_tmtimeline > li .cbp_tmicon {
    background: none repeat scroll 0 0 #eb7f37;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffc032;
    color: #fff;
    font-family: 'ecoico';
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    left: 20%;
    line-height: 40px;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 7px;
    width: 40px;
}
.cbp_tmicon-phone:before {
    content: "";
}
.cbp_tmicon-screen:before {
    content: "";
}
.cbp_tmicon-mail:before {
    content: "";
}
.cbp_tmicon-earth:before {
    content: "";
}
@media screen and (min-width: 1500px) {
    .cbp_tmtimeline > li .cbp_tmtime {
        padding-right: 130px;
    }
}
@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        padding: 0 0 20px;
        position: relative;
        width: 100%;
    }
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        font-size: 95%;
        font-weight: 400;
        margin: 0 0 30px;
        padding: 1em;
    }
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        border-bottom-color: #ffc032;
        border-right-color: transparent;
        left: 20px;
        right: auto;
        top: -20px;
    }
    .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
        border-bottom-color: #eb7f37;
        border-right-color: transparent;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        float: right;
        left: auto;
        margin: -55px 5px 0 0;
        position: relative;
    }
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #eb7f37;
    border-color: transparent;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: none repeat scroll 0 0 #19b698;
    border: 1px solid #19b698;
}
.daterangepicker .ranges li {
    color: #666;
}
.list-group.todo .list-group-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #efefef #e2e2e2;
    border-image: none;
    border-radius: 3px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    font-size: 13px;
    margin-bottom: 10px;
    padding: 13px 15px;
}
.list-group.todo .list-group-item .date {
    float: right;
    font-size: 12px;
}
.list-group.tickets .list-group-item {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 0 none;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.list-group.tickets .list-group-item {
    padding: 8px 15px;
}
.list-group.tickets .list-group-item .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.list-group.tickets .list-group-item .name {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
}
.list-group.tickets .list-group-item p {
    line-height: 12px;
    margin: 0;
}
.list-group.tickets .list-group-item .date {
    color: #999;
    font-size: 11px;
}
.list-group.tickets .list-group-item .label {
    line-height: 16px;
    margin-top: 5%;
}
.tree > div {
}
.tree .content {
    padding: 0 !important;
}
.tree .title {
    padding: 20px;
}
.treeview label {
    border-bottom: 0 solid #e5e5e5;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 7px 18px;
}
.treeview label:hover, .treeview label.open {
    background: none repeat scroll 0 0 #f9f9f9;
}
.treeview li > ul {
    display: none;
}
.treeview li.open > ul {
    display: block;
}
.treeview ul li {
    border-bottom: 0 solid #e5e5e5;
}
.treeview ul li a {
    color: #555;
    padding-bottom: 5px;
    padding-top: 5px;
}
.treeview ul li a:hover {
    background: none repeat scroll 0 0 #f9f9f9;
}
.treeview label i {
    color: #ffa214;
    font-size: 14px;
    text-align: center;
    width: 24px;
}
.treeview ul li label {
    padding-left: 36px;
}
.treeview ul li ul li label {
    padding-left: 54px;
}
.treeview ul li ul li ul li label {
    padding-left: 72px;
}
.treeview ul li ul li ul li ul li label {
    padding-left: 90px;
}
.treeview ul li a {
    padding-left: 36px;
}
.treeview ul li ul li a {
    padding-left: 54px;
}
.treeview ul li ul li ul li a {
    padding-left: 72px;
}
.treeview ul li ul li ul li a {
    padding-left: 90px;
}
.treeview .tree-toggler {
    cursor: pointer;
}
.parsley-errors-list {
    margin-top: 4px;
    padding: 0;
}
.parsley-errors-list li {
    color: #cc0000;
    list-style: none outside none;
    padding: 0;
}
.parsley-error {
    border-color: #c00 !important;
}
.widget-block.calendar-box {
    overflow: hidden;
}
.widget-block.calendar-box h2 {
    font-size: 28px;
}
.widget-block.calendar-box .day {
    font-size: 102px;
    text-align: center;
}
.widget-block.weather-box {
    color: #fff;
    overflow: hidden;
}
.widget-block.weather-box .photo {
    background: url(/../images/sunset2.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    min-height: 260px;
}
.widget-block.weather-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 60px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.widget-block.weather-box .day {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 70px;
    margin-top: 3px;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.fb-box {
    background-color: #366eab;
    background-image: linear-gradient(to bottom, #3e80bf 50%, #325fa0 102%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) !important;
    color: #ffffff;
    margin-top: 0 !important;
}
.fb-box h2 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 5px;
    padding-top: 10px;
}
.fb-box h3 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
}
.fb-box h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}
.fb-box img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 20px;
}
.fb-box .content {
    padding: 20px;
    text-align: center;
}
.fb-box .info {
    background: none repeat scroll 0 0 #264a7e;
    border-top: 1px solid #426ca5;
    color: #fff;
    text-align: center;
}
.fb-box .info button {
    background: none repeat scroll 0 0 #4884c0;
    border: 0 none;
    box-shadow: none;
    margin: 5px 0;
    max-width: 195px;
    padding: 13px;
    text-transform: uppercase;
    width: 80%;
}
.fb-box .info button i {
    margin-right: 3px;
}
.fb-box .info div {
    padding: 15px 10px;
}
.fb-box .row {
    margin: 0;
}
.block .cl, .widget-block .cl {
    margin-bottom: 20px;
}
.widget-block {
    border: 0 none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    margin-bottom: 30px;
    margin-top: 0;
}
.widget-block .row {
    margin: 0;
}
.widget-block .padding {
    padding: 20px;
}
.widget-block .vpadding {
    padding: 20px 0;
}
.widget-block .hpadding {
    padding: 0 20px;
}
.legend-container table {
    margin: 20px 0 0 20px;
    width: auto;
}
.legend-container table tr {
    background: none repeat scroll 0 0 transparent;
}
.legend-container table td {
    border: 0 none;
    padding: 0 5px 3px;
}
.legend-container .legendColorBox > div {
    border: 0 none !important;
}
.legend-container .legendColorBox > div > div {
    border-width: 6px !important;
}
.block-flat.no-padding .content table td, .block-flat.no-padding .content table th {
    padding: 11px 10px 7px;
}
.block .no-border {
    border-bottom: 0 none;
}
.block .content h2, .widget-block .content h2 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;
}
.widget-block .header h3 {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.widget-block .header .actions i {
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 20px;
}
.block .header .actions i:hover, .widget-block .header .actions i:hover {
    color: #858585;
}
.widget-block .fb-head {
    background: none repeat scroll 0 0 #1784c7;
    border: 0 none;
    color: #fff;
}
.widget-block .fb-head i {
    display: inline-block;
    text-align: center;
    width: 28px;
}
.bg-darkgray {
    background-color: #888e97;
    color: #fff;
}
.bg-blue {
    background-color: #43a0f2;
    color: #fff;
}
.bg-blue .caret, .bg-darkgray .caret {
    border-color: #fff transparent;
    border-width: 5px 5px 0;
}
.bg-blue a, .bg-darkgray a {
    color: #fff;
}
.cl-mcont .block .content {
    padding: 20px;
}
.cl-mcont .block .stat-data, .cl-mcont .block-flat .stat-data {
    float: left;
    padding: 10px;
    width: 50%;
}
.cl-mcont .block .stat-data h2, .cl-mcont .block-flat .stat-data h2 {
    margin: 0 0 5px;
}
.cl-mcont .block .stat-data span, .cl-mcont .block-flat .stat-data span {
    font-size: 18px;
}
.cl-mcont .block .stat-data .stat-blue, .cl-mcont .block-flat .stat-data .stat-blue {
    background: none repeat scroll 0 0 #43a0f2;
    border-radius: 3px;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
}
.cl-mcont .block .stat-data .stat-number, .cl-mcont .block-flat .stat-data .stat-number {
    border-bottom: 1px solid #dadada;
}
.cl-mcont .block .stat-data .stat-number:last-child, .cl-mcont .block-flat .stat-data .stat-number:last-child {
    border-bottom: 0 none;
}
.cl-mcont .block .stat-data .stat-number div, .cl-mcont .block-flat .stat-data .stat-number div {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    vertical-align: middle;
}
.cl-mcont .block .stat-data .stat-number h2, .cl-mcont .block-flat .stat-data .stat-number h2 {
    color: #444;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
}
.cl-mcont .block .stat-data .stat-number span, .cl-mcont .block-flat .stat-data .stat-number span {
    font-size: 12px;
}
.block .fact-data, .widget-block .fact-data, .block-flat .fact-data {
    display: inline-block;
    margin: 25px 0;
    padding: 0 20px;
    vertical-align: top;
    width: 49%;
}
.block .total-data, .widget-block .total-data, .block-flat .total-data {
    display: inline-block;
    padding: 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.block .dropdown-menu, .widget-block .dropdown-menu, .block-flat .dropdown-menu {
    border-radius: 1px;
    margin: -1px 0 0;
}
.btn-group .dropdown-menu {
    margin-top: -6px;
}
.btn-group {
    margin-left: 1px;
    margin-right: 1px;
}
.static-mn, .widget-block .static-mn {
    display: block;
    position: static;
}
.static-mn, .widget-block .static-mn {
    display: block;
    position: static;
}
.static-lg-menu .static-mn, .widget-block .static-lg-menu .static-mn {
    min-width: 90%;
}
.block .items, .widget-block .items {
    margin: 0;
    padding: 0;
}
.block .items li, .widget-block .items li {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 17px;
    list-style: none outside none;
    padding: 13px;
    transition: background 0.25s ease-in-out 0s;
}
.block .items li i, .widget-block .items li i {
    color: #555555;
    display: block;
    float: left;
    font-size: 28px;
    height: 38px;
    margin-left: 4px;
    margin-right: 15px;
    margin-top: 2px;
}
.block .items li small, .widget-block .items li small {
    display: block;
}
.block .items li:hover, .widget-block .items li:hover {
    background-color: #f4f4f4;
}
.block .items li .value, .widget-block .items li .value {
    font-size: 15px;
    margin-top: 7px;
}
.block .items li:first-child, .widget-block .items li:first-child {
    border-top: 0 none;
}
.block .total-data h2, .widget-block .total-data h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.block .total-data h3, .widget-block .total-data h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.block .total-data h4, .widget-block .total-data h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.widget-block .fact-data {
    margin: 27px 0;
}
.block .fact-data:first-child {
    border-right: 1px solid #eaeaea;
}
.block .fact-data h2, .widget-block .fact-data h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}
.block .fact-data h3, .widget-block .fact-data h3 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.widget-block .fact-data h3 {
    font-size: 17px;
    margin-bottom: 13px;
}
.widget-block .fact-data h2 {
    margin-bottom: 4px;
}
.widget-block .fact-data p {
    font-size: 12px;
}
.widget-block .no-padding {
    padding: 0;
}
.widget-block h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0 0;
}
.widget-block h2 {
    font-size: 32px;
    font-weight: 400;
}
.block h2 i {
    color: #555;
    font-size: 24px;
    margin-right: 6px;
}
.cl-mcont .block.widget-notes {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.cl-mcont .block.widget-notes .content {
    padding: 0;
}
.paper {
    background: -moz-linear-gradient(center top , #dfe8ec 0%, #ffffff 8%) repeat scroll 0 0 / 100% 30px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 30px;
    outline: medium none;
    padding: 30px 55px 27px;
    position: relative;
}
.paper:after {
    border-left: 1px solid #f8d3d3;
    bottom: 0;
    content: "";
    left: 39px;
    position: absolute;
    top: 0;
    width: 0;
}
#console {
    border-top: 1px solid #4c4e55;
}
.wizard-row {
    margin: 0;
    position: relative;
    width: 100%;
}
.wizard-row .fuelux {
    padding: 0;
    position: absolute;
    width: 100%;
}
.block-wizard {
    padding: 0;
}
.block-wizard .step-content {
    padding: 20px;
}
.fuelux .wizard {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color -moz-use-text-color #e2e2e2;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
}
.fuelux .wizard ul li.active {
    background: none repeat scroll 0 0 #fff;
    color: #ffa214;
}
.fuelux .wizard ul li.complete {
    background: none repeat scroll 0 0 #eb7f37;
    color: #fff;
}
.fuelux .wizard ul li.complete:hover {
    background: none repeat scroll 0 0 #ea8400;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
    border-left-color: #ea8400;
}
.fuelux .wizard ul li.complete .chevron {
    border-left-color: #e57f00;
}
.fuelux .wizard ul li.complete .chevron:before {
    border-left: 14px solid #eb7f37;
}
.fuelux .wizard ul li.active .chevron:before {
    border-left: 14px solid #fff;
}
.fuelux .wizard ul li:first-child {
    border-radius: 0;
}
.fuelux .wizard ul li {
    font-size: 15px;
}
.fuelux [class^="icon-"], .fuelux [class*=" icon-"] {
    background-image: url(/../js/fuelux/img/glyphicons-halflings-white.png);
}
.fuelux .icon-arrow-left {
    background-position: -240px -95px;
}
.fuelux .icon-arrow-right {
    background-position: -264px -95px;
}
.sort_option {
    font-size: 14px;
}
.filters-btn .btn-group, .filters-btn .btn-group-vertical {
    display: flex;
}
@media (max-width: 767px) {
    .wizard-row .fuelux {
        position: static;
    }
    .fuelux .wizard ul li {
        float: none;
        padding-left: 40px;
    }
    .fuelux .wizard ul li:first-child {
        padding-left: 40px;
    }
    .fuelux .wizard ul li:before {
        background: none repeat scroll 0 0 #ddd;
        border: medium none #fefefe;
        border-radius: 50%;
        color: #f0f0f0;
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        height: 20px;
        left: 10px;
        line-height: 10px;
        margin-right: 12px;
        padding: 4px 5px;
        position: absolute;
        top: 14px;
        width: 20px;
    }
    .fuelux .wizard ul li.active:before {
        background: none repeat scroll 0 0 #eb7f37;
        border: medium none #f48e00;
        border-radius: 50%;
        color: #fff;
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        height: 20px;
        left: 10px;
        line-height: 10px;
        margin-right: 12px;
        padding: 4px 5px;
        position: absolute;
        top: 14px;
        width: 20px;
    }
    .fuelux .wizard ul li.complete:before {
        background: none repeat scroll 0 0 #19b698;
        border: medium none #0fac8e;
        border-radius: 50%;
        color: #fff;
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        height: 20px;
        left: 10px;
        line-height: 10px;
        margin-right: 12px;
        padding: 4px;
        position: absolute;
        top: 14px;
        width: 20px;
    }
    .fuelux .wizard .actions {
        background: none repeat scroll 0 0 transparent;
        float: none;
        line-height: 0;
        padding: 0;
        position: relative;
    }
    .fuelux .wizard button {
        margin: 0 !important;
        padding: 10px 6px;
        width: 49%;
    }
    .fuelux .wizard button i {
        font-size: 14px !important;
    }
}
@media (min-width: 1200px) {
    .cl-sidebar .cl-vnavigation {
        display: block !important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .cl-sidebar .cl-vnavigation {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .butstyle {
        width: 30.9%;
    }
    .butstyle:first-child {
        margin-left: 0;
    }
    .navbar-default .navbar-brand {
        background-position: 0 11px;
        height: 50px;
        padding-left: 26px;
        width: 45px;
    }
    .navbar-default .navbar-brand span {
        display: none;
    }
    .sidebar-logo {
        /*background: url(/../images/logo.png) no-repeat scroll 23px -48px #eb7f37;*/
        padding: 4px 0 5px;
    }
    #head-nav.topbar .sidebar-logo {
        display: inline-block;
        float: left;
        width: 70px;
    }
    #head-nav.topbar .navbar-collapse {
        padding-left: 0;
    }
    .cl-sidebar {
        width: 55px;
    }
    #head-nav.topbar .horizontal > li > a {
        padding: 22px 16px;
    }
    #pcont {
        margin-left: 55px;
    }
    #cl-wrapper.fixed-menu .menu-space {
        width: 55px;
    }
    .cl-vnavigation li {
        position: relative;
    }
    .cl-vnavigation > .parent > a:before {
        display: none;
    }
    .cl-vnavigation li a i {
        font-size: 17px;
        margin: 0;
    }
    .cl-vnavigation li a span {
        height: 0;
        opacity: 0;
        width: 0;
    }
    .cl-sidebar .side-user {
        display: none;
    }
    .cl-sidebar .cl-vnavigation {
        display: block !important;
    }
    .cl-vnavigation li ul {
        display: none !important;
    }
    .cl-sidebar .collapse-button {
        display: none;
    }
    .cl-sidebar .collapse-button .search {
        display: none;
    }
}
@media (max-width: 767px) {
    #cl-wrapper {
        display: block;
        margin-top: 0;
    }
    #pcont, .sb-collapsed #pcont {
        display: block;
        margin-left: 0;
    }
    .cl-mcont {
        padding: 15px;
    }
    .navbar {
        padding-right: 10px;
    }
    .navbar-fixed-top {
        margin: 0;
        position: relative;
    }
    .dropdown.profile_menu .dropdown-menu {
        background-color: #fff;
        color: #000;
        margin-left: 10px;
        position: absolute;
    }
    .dropdown.profile_menu .dropdown-menu > li > a {
        color: #000;
    }
    .dropdown.profile_menu .dropdown-menu:before {
        /*background: url(/../images/menu-tail-up.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        content: "";
        display: inline-block;
        height: 43px;
        left: 10px;
        position: absolute;
        top: -10px;
        width: 17px;
    }
    .not-nav .dropdown-menu:before {
        /*background: url(/../images/menu-tail-up.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        content: "";
        display: inline-block;
        height: 43px;
        left: auto;
        position: absolute;
        right: 13px;
        top: -10px;
        width: 17px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #eb7f37;
    }
    .navbar-default .navbar-nav .dropdown-submenu > a:after {
        border-width: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-submenu:hover > a {
        background-color: transparent;
    }
    .navbar-nav .dropdown-submenu ul {
        display: block;
        padding-left: 20px;
    }
    .navbar-nav .dropdown-header {
        color: #fff;
    }
    .navbar-nav .col-menu-2 > li > ul > li a {
        color: #fff;
        padding-left: 45px;
    }
    .navbar-nav .col-menu-3 > li > ul > li a {
        color: #fff;
        padding-left: 45px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:active {
        background: none repeat scroll 0 0 transparent !important;
        color: #fff !important;
    }
    .not-nav {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0 10px !important;
        text-align: center;
    }
    .navbar-default .navbar-nav > li.button {
        display: inline-block;
        float: none;
        padding: 10px 0;
        top: 100%;
    }
    .not-nav > li > .dropdown-menu {
        text-align: left;
    }
    .navbar-default .not-nav > li.button > a {
        width: 36px;
    }
    .navbar-default .navbar-nav > li.button > a > i {
        font-size: 17px;
        vertical-align: middle;
    }
    .navbar-default .navbar-nav > li.button .dropdown-menu {
        background-color: #ffffff;
        border-top: 0 none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin-left: -218px;
        position: absolute;
    }
    .navbar-default .navbar-nav > li.button .dropdown-menu > li > a {
        text-align: left;
    }
    .navbar-collapse {
        padding: 0 !important;
    }
    .navbar-collapse .navbar-nav {
        margin: 0;
    }
    .profile_menu {
        margin: 0;
    }
    .profile_menu .dropdown-toggle {
        background-color: transparent !important;
        color: #000 !important;
        padding-left: 15px;
    }
    .navbar-default .navbar-brand {
        width: auto;
    }
    .user-nav {
        display: inline-block;
        margin: 7.5px -15px;
    }
    .navbar-collapse.in {
        overflow: visible;
    }
    .navbar-header {
        /*background: url(/../images/logo.png) no-repeat scroll 15px 10px #eb7f37;*/
        padding: 0 10px;
    }
    #head-nav.topbar .navbar-header {
        /*background: url(/../images/logo.png) no-repeat scroll 30px 18px #eb7f37;*/
        padding: 8px 0;
    }
    #head-nav.topbar .sidebar-logo {
        display: none;
    }
    #head-nav.topbar .navbar-nav {
        padding: 5px 20px;
    }
    #head-nav.topbar .horizontal > li > a {
        padding: 10px 15px;
    }
    #head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
        position: static;
    }
    #head-nav.topbar .user-nav {
        display: block;
    }
    #head-nav.topbar .user-nav > .open > a, #head-nav.topbar .user-nav > .open > a:hover, #head-nav.topbar .user-nav > .open > a:focus {
        background-color: #ffa214 !important;
    }
    #head-nav.topbar .profile_menu .dropdown-toggle {
        color: #fff !important;
        padding: 10px;
    }
    #head-nav.topbar .dropdown.profile_menu .dropdown-menu {
        background: none repeat scroll 0 0 transparent;
    }
    #head-nav.topbar .dropdown.profile_menu .dropdown-menu:before {
        display: none;
    }
    #head-nav.topbar .navbar-nav .dropdown .dropdown-menu > li > a {
        color: #fff;
    }
    #head-nav.topbar .not-nav {
        background: none repeat scroll 0 0 #f48e00;
        display: block;
        float: none;
    }
    #head-nav.topbar .not-nav .dropdown .dropdown-menu {
        position: absolute;
    }
    #head-nav.topbar .not-nav .dropdown-menu:before {
        right: 123px;
    }
    #head-nav.topbar .navbar-nav > li.button .dropdown-menu {
        margin-left: -110px;
    }
    .col-menu-2 > div:first-child {
        border-right: 0 none;
    }
    .cl-sidebar, .sb-collapsed .cl-sidebar {
        background: none repeat scroll 0 0 #272930;
        display: block;
        padding-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 1020;
    }
    .sb-collapsed .cl-sidebar .sidebar-logo {
        /*background: url(/../images/logo.png) no-repeat scroll 15px 19px #eb7f37;*/
    }
    #cl-wrapper.fixed-menu .menu-space, #cl-wrapper.fixed-menu.sb-collapsed .menu-space {
        height: auto !important;
        position: relative;
        width: 100%;
    }
    #cl-wrapper .menu-space {
        min-height: 0 !important;
    }
    #cl-wrapper.fixed-menu .menu-space .content, #cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
        overflow: visible;
        position: relative;
    }
    .sb-collapsed .cl-vnavigation li a span {
        opacity: 1;
    }
    .sb-collapsed .cl-vnavigation li a i {
        font-size: 14px;
        margin-right: 7px;
        text-align: center;
        width: 20px;
    }
    .sb-collapsed .cl-vnavigation li.open ul {
        display: block !important;
    }
    .cl-sidebar .cl-toggle {
        display: block;
    }
    .cl-sidebar .cl-vnavigation {
        display: none;
    }
    .cl-sidebar .side-user {
        display: none;
    }
    .table-responsive {
        border: 0 none;
    }
    .butstyle {
        margin-left: 0;
        margin-right: 10px;
        max-width: 45%;
        width: 100%;
    }
    .form-horizontal.group-border .form-group {
        padding: 5px 0 15px;
    }
    .form-horizontal.group-border .form-group label {
        margin-bottom: 7px;
    }
    .form-horizontal.group-border-dashed .form-group label {
        margin-bottom: 7px;
    }
    .login-container .middle-login {
        left: auto;
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
    }
    .cl-sidebar .collapse-button {
        display: none;
    }
}

.bold{font-weight: bold;}

.admin-page-content-margin, .emp-dash-page-content-margin{
  margin-top: -92px;
}
/* LEFT MENU */

/*.cl-sidebar .collapse-button {
    width: 220px;
}

.sb-collapsed .cl-vnavigation li a i, .cl-vnavigation li a i {
    font-size: 20px;
    margin-right: 10px;
}

.cl-vnavigation .active > a {
    background: none repeat scroll 0 0 #2a2c34;
    border-left: 2px solid #eb7f37;
}

.branch_location {
    width: 325px;
}

.filter-width {
    width: 325px;
}

.btn i {
    font-size: 14px;
}

.btn-vlg i {
    font-size: 30px;
}

.cl-vnavigation li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}*/

/* TOP MENU */


.top-headtitle{
  color:#000 !important;
}

.navbar-collapse {
    height: 65px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.cl-sidebar .sidebar-logo {
    /*background: url("") no-repeat scroll 15px 19px #eb7f37;*/
    background: url("") no-repeat scroll 15px 19px #fff;
    display: block;
    height: 64px;
    padding: 5px 20px 11px;
}

.sb-collapsed .cl-sidebar .sidebar-logo {
    background: url(/assets/new_favicon-5cbabff0ea0e3f33b82f48059a4cb42c68ccfe64f6db13eef455aea3db46bbdc.png) no-repeat scroll 12px 5px / 70% 80% white;
    padding: 4px 0 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eb7f37;
}

.dropdown-menu > li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #eb7f37;
    background-image: none;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    height: 65px;
}
.new-dashboard .navbar-default .navbar-nav > li > a {
    height:auto;
}
  
.profile_menu .dropdown-toggle {
    padding: 20px 25px;
}

.cl-sidebar .collapse-button button {
    background: none repeat scroll 0 0;
    border: 1px solid #eb7f37;
    border-radius: 2px;
    box-shadow: none;
    margin: 0 !important;
}

/* Button Styles */

.btn-primary, .btn-primary:focus {
    background-color: #eb7f37;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #d26937;
    color: #fff;
}

.btn-grey, .btn-grey:focus {
    background-color: #828282;
    border-color: transparent;
    color: #fff;
}

.btn-grey:hover {
    background-color: #696969;
    color: #fff;
}

.btn-vlg {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 26px;
}

.btn-primary > a {
    padding: 5px;
    border-bottom: 2px solid #CA6534;
    border-right: 2px solid #CA6534
}

/* Other Styles*/

.login-container .block-flat .header {
    background: none repeat scroll 0 0 #eb7f37;
    border-bottom: 1px solid #eb7f37;
    padding: 9px 20px;
}

.login-container .block-flat .content, .forgotpassword-container .block-flat .content {
    padding: 30px 30px 20px;
}

/* Text Styles */

.center-aligned {
    text-align: center;
}

.left-aligned {
    text-align: left;
}

.right-aligned {
    text-align: right;
}

.lead-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

}

.small-text {
    font-size: 12px;
}

.strong {
    font-weight: 500;
}

/* Padding Styles*/
.no-padding {
    padding: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

/* Margin Styles*/

.no-margin {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}


.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

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

.margin-top-20 {
    margin-top: 20px !important;
}

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

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

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

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

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

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-60{
    margin-top: 60px !important;
}
.width-100 {
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 30px;
}

/* form styles*/

.form-control.input-lg {
    font-size: 18px;
}

form {
    margin-bottom: 0px !important;
}

.error {
    color: #ea6153 !important;
    font-size: 14px;
    font-weight: 400;
}

.input-group {
    margin-bottom: 0;
}

.control-label {
    padding-top: 0 !important;
}

/* Tabs Styles */
.nav-tabs > li > a {
    font-size: 16px;
}

/* hemant - payroll-settings - payslip settings */
.payroll-settings .nav-tabs > li > a {
    font-size: 16px;
}

/* Table Styles */

table thead th, table tbody td {
    font-size: 14px;
}

table td i {
    font-size: 20px;
}

.table-dark caption {
    background: #676768;
    padding: 15px 15px 10px 15px;
    color: #fff;
}

.table-dark caption a.btn, .table-dark caption input.btn {
    margin-bottom: 0px;
    font-size: 12px;
    padding: 5px 50px;
}

.table-dark thead {
    background-color: #444445;
    color: #fff;
}

.table-dark thead > tr > th, .table.table-dark tbody > tr > td {
    vertical-align: middle;
}

.table-dark tbody tr {
  height: 50px;
}


.table.table-dark tbody td {
    padding: 20px;
}

.table-dark tbody .split-row, .table-dark tbody .split-row:hover, .row-splitter, .row-splitter:hover {
    background-color: #444445;
    color: #fff;
    height: auto;
}

.table-dark tbody .split-row th, .row-splitter th {
    vertical-align: middle;
    line-height: 1.42857;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

/* Calender */
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #eb7f37;
    border-color: #cf6934;
    color: #ffffff;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #eb7f37;
    border-color: #cf6934;
    color: #ffffff;
}

.datepicker.dropdown-menu {
    min-width: 280px;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 7px 10px;
}

.datepicker table tr:nth-child(2n) {
  background: none;
}

.datepicker .table-condensed th, .datepicker .table-condensed td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.datepicker-dropdown {
    margin: 4px;
}

.datepicker .table-condensed thead th {
    font-weight: bold;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    cursor: not-allowed;
    background: none;
    color: #999;
    text-decoration: line-through !important;
}
/* Dropdown Menu */
.btn-group .dropdown-menu {
    margin-top: -6px;
    width: 100%;
}

.custom-btn > a {
    padding: 5px;
    border-bottom: 2px solid #CA6534;
    border-right: 2px solid #CA6534;
    margin-right: 5px;
}

.global-btn-md {
    padding: 5px;
    margin-right: 5px;
}

/*.btn-default {*/
/*border-bottom: 2px solid #bdbdbd;*/
/*border-right: 2px solid #bdbdbd;*/
/*}*/

.btn-primary {
    border-bottom: 2px solid #CA6534;
    border-right: 2px solid #CA6534;
}

.btn-danger {
    border-bottom: 2px solid #B45043;
    border-right: 2px solid #B45043;
}

.btn-success {
    border-bottom: 2px solid #168b73;
    border-right: 2px solid #168b73;
}

.btn-prusia {
    border-bottom: 2px solid #2A3E54;
    border-right: 2px solid #2A3E54;
}

.btn-grey {
    border-bottom: 2px solid #565656;
    border-right: 2px solid #565656;
}

.fa-input {
    font-family: 'Poppins', FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-red {
    color: red;
}

/*Avatar Styles (Company and Employee)*/

.mini-avatar {
    border: none;
    max-height: 65px;
    max-width: 65px;
    /*min-height: 65px;*/
    /*min-width: 65px;*/
    padding: 0px;
    text-align: center;
}

.mini-avatar img {
    height: 50px;
    width: 50px;
}

.border-adjust {
    margin-left: 10px;
}

.avatar img {
    border-radius: 5px;
    height: 100%;
    min-height: 130px;
    min-width: 130px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #c3c3c3;
}

.avatar-upload input {
    cursor: auto;
    bottom: 8px;
    height: 20%;
    margin: 0;
    outline: 0 none;
    position: absolute;
    right: 22px;
    top: auto;
    width: 20%;
}

.avatar {
    border-radius: 0px;
    height: 100%;
    min-height: 130px;
    min-width: 130px;
    width: 100%;
    vertical-align: middle;
    border: 0 none;

}

.profile-info .avatar {
    padding-top: 6px;
}

.avatar .btn:hover {
    color: #eb7f37;
}

img {
    vertical-align: middle;
}

.btn-image {
    background-color: #19b698;
    bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    opacity: 0.9;
    padding: 4px 9px;
    position: absolute;
    right: 15%;
    cursor: pointer;
    height: 25%;
}

.btn-delete-image {
    bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: 2%;
    cursor: pointer;
    height: 20%;
    width: 20%;
    top: 4%;
    border-radius: 50%;
    border: 3px solid white;
}

.hovered-img {
    background-color: #19b698;
    border: 1px solid #1A8D70;
    bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 4px 9px;
    position: absolute;
    right: 15%;
    opacity: 1;
    cursor: pointer;
}

.toggler {
    position: absolute;
    top: 95px;
    right: 35%;
    /*width: 70px;*/
    height: 25%;
    background: #1A8D70;
    display: none;
    opacity: 0.9;
    border: 1px solid #1A8D70;
    margin-bottom: 5px !important;
    margin-left: 3px;
    outline: medium none;
    padding: 7px 0 7px 12px;
}

.toggler label {
    margin-right: 3px;
}

.toggler span {
    cursor: pointer;
    padding: 2px 5px;
    color: #fff;
    opacity: 1;
}

.easyPieChart span {
    font-size: 30px;
}

label > span.lead {
    font-size: 14px;
}

.block .header h2, .widget-block .header h2, .block-flat .header h2, .block-flat .header h3, .block .header h3, .widget-block .header h3, .hthin, .cont h2 {
    font-family: 'Poppins', robotoregular, Arial, sans-serif;

}

/*Calendar Styles*/

.fc-button-today {
    background-color: #eb7f37;
    border-color: transparent;
    color: #fff;
    border-bottom: 2px solid #CA6534;
    border-right: 2px solid #CA6534
}

.fc-button-today:hover {
    background-color: #d26937;
    border-color: transparent;
    color: #fff;
    border-bottom: 2px solid #CA6534;
    border-right: 2px solid #CA6534
}

.fc-button-today.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
    border: none;
    visibility: hidden;
}

.fc-button-today.fc-state-disabled:hover {
    color: #333333;
    background-color: #e6e6e6;
    cursor: not-allowed;
    border: none;
    visibility: hidden;
}

.fc-button-prev.fc-state-default.fc-corner-left, .fc-button-next.fc-state-default.fc-corner-right {
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    background: #fff;
    color: #5e5e5e;
}

.fc-button-prev.fc-state-default.fc-corner-left:hover, .fc-button-next.fc-state-default.fc-corner-right:hover {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #5e5e5e;
}

.block.block-color .header {
    background: none repeat scroll 0 0 #676768;
    border: 0 none;
    border-radius: 0;
    color: #fff;
}

#html-loading-icon {
    display: none;
}

#loading-icon {
    display: none;
}

#loading-icon.show, #html-loading-icon.show {
    display: block;
    position: fixed;
    z-index: 1051;
    background-image: url(/assets/ring-64ae1e66f3e31040121373801a1362958837d73fc209495e364a2476afa73ff6.gif);
    background-color: #666;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    bottom: 0px;
    right: 0;
    top: 0px;
}

#dashboard-loading-icon {
    display: none;
}

#dashboard-loading-icon.show {
    display: block;
    position: fixed;
    z-index: 1051;
    background-image: url(/assets/ring-64ae1e66f3e31040121373801a1362958837d73fc209495e364a2476afa73ff6.gif);
    background-color: #666;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;
    /*left: 944px;*/
    bottom: 11px;
    /*right: 40;*/
    /*top: 74px;*/
}

.cursor-pointer {
    cursor: pointer;
}

.employee-name-attendance {
    font-size: 10px !important;
}

.employee-name-roster {
    font-size: 10px !important;
}

.attendance-data-cell {
    font-size: 10px !important;
    cursor: pointer;
}

/* Added by Gagan */
.form-group {
    margin-bottom: 15px !important;
}

.text-center {
    text-align: center !important;
}

/* Hemant */
.sidekiq_status .progress .progress-bar{line-height: 20px !important;}
.hide{display: none!important;}

/* added by hemant */
  .margin-top-20{margin-top: 20px;}
  /*.background-color{background-color: #777777!important;}*/
  .border_1_px{border: 1px solid;}
  .margin-bottom-8{margin-bottom: 8px;}
.blink{
       animation: blink 1s linear infinite;
    }
    @keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
/* added by hemant */

#x {
    position: absolute;
    color: white;
    top: 9px;
    right: 6px;
}

#cont {
  overflow: visible;
  position: relative;
}

/*.cke_dialog_ui_select{display: none;}*/
#upload_form ul{position: relative;}
/*#tax-details-new-declaration .edit-btn{padding: 5px 18px!important;}
#tax-details-new-declaration .cancel-btn{padding: 5px 18px!important;margin-left: 3px!important;}*/
/*.form-12-b-btn{padding: 5px 18px!important;}*/
.save-click-btn{padding: 5px 18px!important;}
/*.investmnt-guidlines{padding: 5px 10px!important;}*/
.housing-tab-links{margin-top: 28px;}
/*.view-housing_loan_info.edit-btn{margin-top: 28px;}*/
.margin-top-28{margin-top: 28px;}
.new-dec-common{padding: 5px 9px!important;}
.mandatory{color: red;}
.proof-attachments .nested-fields {display: block!important;}
.add-an-attachment{margin-top: 6px; margin-left: 0px;}
#list-all-documents{padding: 15px;}

/*.category-close-row{margin-top: -9px!important;}*/
.padding-10px{padding: 10px !important;}





/*Announcements CSS Hemant*/ 
.dashboard-annoucement-card{background-color: #fff; padding: 20px; border-radius: 12px; border: 1px solid lightgray!important}
.announcements-page .card-body {
    padding: 15px 30px 30px;
    background-color: #ffffff;
    border-radius: 4px;
    /*box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);*/
    flex: 1 1 auto;
}

.announcements-page .card {
    /*padding-bottom: 30px;*/
    border: none;
    background-color: initial;
}

.heading-layout1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-bottom: 12px;
}

.heading-layout1 .item-title h3 {
    color: #111111;
    font-weight: 500;
    margin-bottom: 0;
}

.announcements-page h3{
    font-size: 22px;
    line-height: 1.4;
    font-family: 'Poppins', 'Roboto', sans-serif;
    margin: 0 0 20px 0;

}

.notice-board-wrap .notice-list {
    border-bottom: 1px solid #ededed;
    padding-bottom: 14px;
    margin-bottom: 30px;
}


.notice-board-wrap .notice-list .post-date {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.bg-yellow {
    background-color: #fbd540;
}

.notice-board-wrap .notice-list .notice-title {
    font-weight: 500;
    margin-bottom: 8px;
}

.announcements-page h6 {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Poppins', 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
}

.notice-board-wrap .notice-list .entry-meta {
    font-size: 15px;
    color: #646464;
}

.notice-board-wrap .notice-list .entry-meta span {
    color: #a4a4a4;
}

.btn-gradient-yellow {
    background-color: #ffae01;
}

.btn-gradient-pink {
    background-color: #f939a1;
}

.fw-btn-fill {
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 44px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    cursor: pointer;
    z-index: 9;
}

.dashboard-new .fw-btn-fill{
    height: 36px!important;
    width: 80%!important;
    padding: 8px!important;
}

.buzzes-page .form-group .form-control, .announcements-page .form-group .form-control {
    /*height: 45px;*/
    height: 38px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}

.buzzes-page .form-group .form-control{background-color: #fff!important;}

.bg-pink {
    background-color: #f939a1;
}

.bg-skyblue {
    background-color: #40dfcd;
}

.new-added-form .form-group .btn-fill-lg {
    margin-right: 10px;
    margin-bottom: 10px;
}


.new-added-form .form-group:last-child {
    margin-bottom: 0;
}


.btn-fill-lg {
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 12px 45px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.bg-blue-dark {
    background-color: #042954;
}

.bg-red {
    background-color:   #FF0000;
}
.bg-green {
    background-color:   #19b698;
}
.read-more-link {text-decoration: underline!important; color: #0000FF!important}
.announcement-attachment{width: 60%}
.validation-err {
      border: 1px solid;
      /*margin: 10px 0px;*/
      margin-bottom: 15px;
      padding: 10px 10px 10px 10px;
      background-repeat: no-repeat;
      background-position: 10px center;
      color: #D63301;
      /*background-color: #FFCCBA;*/
      /*background-image: url('https://i.imgur.com/GnyDvKN.png');*/
    }
.fa-color-green{color: #48CA39;}
.fa-color-red{color: #CA3939;}
.fa-color-pink{color: #DD44A7;}
.fa-color-orange{color: #eb7f37;}
.underline{text-decoration: underline!important;}
.image-container {
        position: relative;
    }
    .image-container .after {
        text-align: center;
        padding-top: 45px;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        color: #FFF;
        display: block;
        background: rgba(0, 0, 0, .6);
    }
.margin-left-12px{margin-left: 12px;}
/*Announcements CSS End Hemant*/
.grey-text{color: grey;}


/**/
.list-group-flush .read-more-link{color: #000!important;}
.comment-icon-btn{margin-left: 25px;}
.fa-2x{font-size: 1.6em;}
.margin-right-5px{margin-right: 6px;}
.share-box-feed-entry__wrapper {
    margin: 0 0 8px;
    background: var(--white,#fff);
    /*border-radius: 2px;*/
    color: var(--warm-gray-60,#84878a);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.artdeco-card {
    overflow: visible;
}

.artdeco-card {
    background-color: var(--color-background-container)!important;
    border-radius: var(--corner-radius-medium)!important;
}

.artdeco-card {
    border: none!important;
    box-shadow: var(--elevation-lined)!important;
    position: relative;
        transition: box-shadow 83ms;
}

.display-flex {
    display: flex!important;
}

.align-items-center {
    align-items: center!important;
}

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

.ml4 {
    margin-left: 16px!important;
}

.mt2, .mv2 {
    margin-top: 8px!important;
}

.feed-shared-avatar-image {
    overflow: hidden;
    flex-shrink: 0;
    line-height: 0;
}

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

.presence-entity--size-3 {
    width: 64px;
    height: 48px;
}

.presence-entity {
    display: flex;
    position: relative;
}

.artdeco-button--muted.artdeco-button--tertiary, .artdeco-button--muted.artdeco-button--tertiary:visited, .artdeco-button--muted.artdeco-button--tertiary:visited:hover, .artdeco-button--tertiary.peek-carousel-controls__button, .artdeco-button--tertiary.peek-carousel-controls__button:visited, .artdeco-button--tertiary.peek-carousel-controls__button:visited:hover{
      background-color: var(--color-background-none);
    color: var(--color-text-low-emphasis-shift);
}

.share-box-feed-entry__trigger--v2 {
    margin: 4px 0;
    font-size: 1.1rem;
    flex-grow: 1;
    max-width: none;
    justify-content: left;
    line-height: 1.5;
    border: 1px solid lightgray;
    border-radius: 35px!important;
    padding-left: 16px!important;
}

.artdeco-button--tertiary{padding-right: .8rem!important;}

.artdeco-button, .peek-carousel-controls__button {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    /*border: none;*/
    /*border-radius: 2px;*/
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    /*justify-content: center;*/
    /*min-width: 6.4rem;*/
    /*max-width: 480px;*/
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
}

.artdeco-button--4 {
    min-height: 2.8rem;
    padding: 0.4rem 2rem;
}

.share-box-feed-entry__bottom-bar-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 4px;
    border: none;
}

.share-box-feed-entry__bottom-bar-item {
    font-size: 1.0rem;
    padding: 0 16px;
}

.artdeco-button--tertiary {
    padding-left: .8rem!important;
    padding-right: .8rem!important;
}
.fa-fa-image {
    color: #70b5f9;
}
.fa-fa-announcement{color: #e7a33e}
.fa-fa-settings{color: #e7a33e}

.artdeco-button--tertiary .artdeco-button__icon, .artdeco-button--tertiary .peek-carousel-controls__button li-icon, .peek-carousel-controls__button .artdeco-button--tertiary li-icon {
    margin-left: -2px;
}

.artdeco-button__icon, .peek-carousel-controls__button li-icon {
    flex-shrink: 0;
    margin: 0 4px 0 -2px;
}
.fa-fa-video {
    color: #7fc15e;
}

.fa-fa-settings {
    color: #f5987e;
}

.border-0{border: 0;}
.border-0:hover{background-color: rgba(0,0,0,0.08);}
.border-radius-12px{border: 1px solid lightgray!important; border-radius: 12px!important;}
.form-wrapper{margin-left: 15px; margin-right: 15px;}
.active_tab{background-color: lightgray!important;}
.employee_comment_description, .employee_subcomment_description{
  border: 2px solid lightgrey!important;
  border-radius: 25px!important;
  height: 47px!important;
  width: 97%;
  line-height: 2.3;
}

.buzzes-page .user-comment-subcomment .employee_subcomment_description{width: 93%!important;}
.post-form .card-body {padding: 0.6rem!important;}
.break-text{word-break: break-word;}
.margin-left-82px{margin-left: 82px;}
.italic{
  font-style: italic !important;
}
/**/
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    z-index: 11110 !important;
}

.atwho-view .atwho-header {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-bottom: solid 1px #eaeff1;
    color: #6f8092;
    font-size: 11px;
    font-weight: bold;
}

.atwho-view .atwho-header .small {
    color: #6f8092;
    float: right;
    padding-top: 2px;
    margin-right: -5px;
    font-size: 12px;
    font-weight: normal;
}

.atwho-view .atwho-header:hover {
    cursor: default;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
    color: #3366FF;
}
.atwho-view .cur strong {
    color: white;
    font:bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
    max-height: 200px;
    overflow-y: auto;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}
/* @group Base */
/* line 5, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

/* line 11, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 26, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 30, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 35, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 42, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px;
}

/* line 114, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 180, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 215, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 218, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 238, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 385, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 389, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 392, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 398, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 402, ../../../../usr/local/rvm/gems/ruby-3.0.0/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

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

/* @end */
