@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700");
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.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;
}

/*===========MAIN AND GLOBAL===============*/
* {
  font-family: "Avenir Black", "Nunito", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}
body input:focus,
body div:focus,
body i:focus,
body button:focus {
  outline-width: 0;
}

.mainWrapper main {
  margin-top: 20px;
  padding: 15px;
  height: auto;
}

footer img {
  width: 15vw;
  margin: 2.5vh 0 0 60vw;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 100, 0.2);
  cursor: default;
  z-index: 999;
}

.hr {
  border: solid 0.5px #cac9ca;
  margin-top: 0;
  margin-bottom: 5vh;
}

.button-secondary, .button-primary {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 1.25vh 0;
  border-radius: 5%;
}
.button-secondary:hover, .button-primary:hover {
  color: #ffffff;
}

.select-arrow {
  position: relative;
}

.select-arrow:after {
  content: "";
  font-size: 1.6em;
  line-height: 2em;
  font-family: "FontAwesome";
  color: #ed2a37;
  top: -0.25vh;
  right: 0.5vw;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.button-primary {
  background-color: #ed2a37;
  border-color: #ed2a37;
}
.button-primary:hover {
  background-color: #ff8282;
}

.button-secondary {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.button-secondary:hover {
  background-color: #7a7979;
}

.vacation {
  background-color: #00adbb;
}

.sickLeave {
  background-color: #ed2a37;
}

.companyHolidays {
  background-color: #032042;
}

.unpaidLeave {
  background-color: #570df8;
}

.sickLeaveCompanyHoliday {
  background: linear-gradient(135deg, #ed2a37 50%, #032042 50%);
}

.sickLeaveVacation {
  background: linear-gradient(135deg, #ed2a37 50%, #00adbb 50%);
}

.companyHolidayVacation {
  background: linear-gradient(135deg, #032042 50%, #00adbb 50%);
}

.vacation.short {
  background: linear-gradient(to bottom right, transparent 0%, transparent 49%, #00adbb 51%, #00adbb 100%);
}

.sickLeave.short {
  background: linear-gradient(to bottom right, transparent 0%, transparent 49%, #ed2a37 51%, #ed2a37 100%);
}

.companyHolidays.short {
  background: linear-gradient(to bottom right, transparent 0%, transparent 49%, #032042 51%, #032042 100%);
}

.unpaidLeave.short {
  background: linear-gradient(to bottom right, transparent 0%, transparent 49%, #570df8 51%, #570df8 100%);
}

@media (max-width: 1350px) {
  footer img {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  footer img {
    width: 30%;
  }
}
@media (max-width: 769px) {
  footer img {
    width: 40%;
    margin: 0 30%;
  }
}
@media (max-width: 600px) {
  footer img {
    width: 50%;
    margin: 0 25%;
  }
}
/*===========DASHBOARD===============*/
dashboard .weekend, dashboard .different-month {
  color: #cac9ca;
  cursor: default;
}

dashboard .vacation,
dashboard .sickLeave,
dashboard .companyHolidays,
dashboard .unpaidLeave {
  color: #ffffff;
}
dashboard .vacation:hover .editIcon,
dashboard .sickLeave:hover .editIcon,
dashboard .companyHolidays:hover .editIcon,
dashboard .unpaidLeave:hover .editIcon {
  display: block;
}

dashboard .legend-container .legend-label ng-include svg, dashboard .legend-container .legend-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dashboard .vacation.short,
dashboard .sickLeave.short,
dashboard .companyHolidays.short,
dashboard .unpaidLeave.short {
  border: 0px solid #ffffff;
}

dashboard {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: block;
  margin: auto;
  height: 100%;
  font-size: 1.1em;
}
dashboard .calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3vh;
}
dashboard .calendar-row .row > [class*=col-] {
  flex-direction: column;
}
dashboard .calendar-row .col-lg-7-half {
  width: 62.4%;
}
dashboard .calendar-row .col-lg-4-half {
  width: 37.49985%;
}
dashboard .calendar-container {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  padding: 0 0.5vw 1vh 0.5vw;
  height: 100%;
  width: 430px;
  background-color: #ffffff;
}
dashboard .header {
  font-size: 1.2em;
  color: #ed2a37;
  text-align: center;
}
dashboard .header * {
  display: inline-block;
}
dashboard .header i {
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
}
dashboard .header .fa-angle-right {
  padding-left: 35px;
}
dashboard .header .fa-angle-left {
  padding-right: 35px;
}
dashboard .header .md-select-value {
  border-bottom-color: #ffffff;
}
dashboard .header .md-select-value div.md-text {
  color: #ed2a37;
}
dashboard .header md-select.md-default-theme:not([disabled]):focus .md-select-value,
dashboard .header md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #ffffff;
}
dashboard .header .md-select-value > span:not(.md-select-icon) {
  overflow: inherit;
}
dashboard .hr-calendar {
  border: solid 0.5px #cac9ca;
  margin-top: 0;
  margin-bottom: 0;
  width: 70%;
}
dashboard .names {
  font-weight: 700;
  padding-top: 1.5vh;
}
dashboard .names :nth-last-child(-n+2) {
  color: #ed2a37;
}
dashboard .day {
  float: left;
  width: 14.2857142857%;
  line-height: 45.5px;
  height: 45.5px;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
}
dashboard .day .editIcon {
  width: 100%;
  height: 45.5px;
  font-size: 0.75em;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
}
dashboard .day .editIcon i {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
}
dashboard .nationalHoliday {
  border-radius: 50%;
  width: 11.2857142857%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  color: #ffffff;
  background-color: #f0c50c;
  cursor: default;
}
dashboard .sickLeaveCompanyHoliday {
  color: #ffffff;
}
dashboard .sickLeaveVacation {
  color: #ffffff;
}
dashboard .companyHolidayVacation {
  color: #ffffff;
}
dashboard .firstDayHoliday {
  border-radius: 50% 0 0 50%;
  width: 12.7857142857%;
  margin-left: 1.5%;
  margin-right: 0;
}
dashboard .firstDayHoliday.lastDayHoliday {
  border-radius: 50%;
  width: 11.2857142857%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}
dashboard .lastDayHoliday {
  border-radius: 0 50% 50% 0;
  width: 12.7857142857%;
  margin-right: 1.5%;
  margin-left: 0;
}
dashboard .oneDay {
  border-radius: 50%;
  width: 11.2857142857%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
dashboard .oneDay.today div {
  margin-left: 1%;
}
dashboard .short.lastDayHoliday {
  border-radius: 0 50% 50% 0;
  margin-right: 1.5%;
  margin-left: 0%;
}
dashboard .short.firstDayHoliday {
  border-radius: 50% 0 0 50%;
}
dashboard .vacation.short.lastDayHoliday {
  background: linear-gradient(to bottom left, transparent 0%, transparent 49%, #00adbb 51%, #00adbb 100%);
}
dashboard .sickLeave.short.lastDayHoliday {
  background: linear-gradient(to bottom left, transparent 0%, transparent 49%, #ed2a37 51%, #ed2a37 100%);
}
dashboard .companyHolidays.short.lastDayHoliday {
  background: linear-gradient(to bottom left, transparent 0%, transparent 49%, #032042 51%, #032042 100%);
}
dashboard .unpaidLeave.short.lastDayHoliday {
  background: linear-gradient(to bottom left, transparent 0%, transparent 49%, #570df8 51%, #570df8 100%);
}
dashboard .different-month {
  color: #cac9ca;
  cursor: default;
}
dashboard .different-month.nationalHoliday {
  color: #ffffff;
}
dashboard .selected {
  background-color: #cac9ca;
  color: #ffffff;
}
dashboard .today div {
  border-radius: 50%;
  width: 4em;
  height: 100%;
  margin-left: 11.5%;
  border: 2px solid #aaaaaa;
}
@media (max-width: 1000px) {
  dashboard .today div {
    width: 5em;
  }
}
@media (max-width: 769px) {
  dashboard .selected.today div {
    width: 102%;
  }
  dashboard .today div {
    width: 82%;
  }
}
dashboard .weekend {
  color: #a5a5a5;
  cursor: default;
}
dashboard .weekend.nationalHoliday {
  color: #ffffff;
}
dashboard .week:last-child .day {
  margin-bottom: 70px;
}
dashboard .legend-container {
  background-color: #ffffff;
  position: relative;
  margin-top: -70px;
  width: 430px;
  height: 70px;
}
dashboard .legend-container .legend-label ng-include {
  margin-right: 25px;
  position: relative;
}
/*===========TIME OFF SUBMIT FORM===============*/
.dashboard-form .timeoff-form {
  padding: 2vh 3vw 0 3vw;
  font-size: 0.8em;
}
.dashboard-form .timeoff-form .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-form .timeoff-form .row .form-group {
  margin-bottom: 0;
  margin: 15px 0;
}
.dashboard-form .timeoff-form .row select {
  padding: 0;
}
.dashboard-form .timeoff-form .row .form-buttons {
  text-align: center;
  margin: 0 1vw;
}
.dashboard-form .timeoff-form .row .form-buttons button {
  padding: 0;
  margin: 0 10px;
  height: 100%;
  border-radius: 50%;
  border: none;
  width: auto;
  background-color: #ffffff;
}
.dashboard-form .timeoff-form .row .form-buttons .editFormButton {
  margin: 15px;
}
.dashboard-form .timeoff-form .row .form-buttons .editFormButton i {
  color: #ed2a37;
  font-size: 2em;
}

/*===========SUMMARY===============*/
.summary {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  height: 100%;
  background-color: #ffffff;
  color: "Avenir Black", "Nunito", sans-serif;
  margin-left: 1vw;
  padding: 1.5vh 3.5vw;
}
.summary .title {
  padding: 1.3vh 0;
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #aaaaaa;
}
.summary .title p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1vw;
  font-size: 1em;
  color: #aaaaaa;
}
.summary h4 {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 0;
}
.summary h4 span {
  padding-left: 1vw;
}
.summary .year-message {
  text-align: center;
}
.summary i {
  padding-right: 0.5vw;
}
.summary p {
  text-align: right;
  font-size: 0.8em;
}
.summary div {
  margin-bottom: 1.5vh;
}
.summary .vacation-bar i {
  color: #00adbb;
}
.summary .vacation-bar .progress-bar {
  background-color: #00adbb;
}
.summary .sick-leave-bar i {
  color: #ed2a37;
}
.summary .sick-leave-bar .progress-bar {
  background-color: #ed2a37;
}
.summary .company-holiday-bar i {
  color: #032042;
}
.summary .company-holiday-bar .progress-bar {
  background-color: #032042;
}
.summary .unpaid-leave-bar i {
  color: #570df8;
}
.summary .unpaid-leave-bar .progress-bar {
  background-color: #570df8;
}

@media (max-width: 1200px) {
  dashboard .calendar-row .col-lg-7-half {
    width: 55%;
  }
  dashboard .calendar-row .col-lg-4-half {
    width: 45%;
  }

  .dashboard-form .timeoff-form {
    width: 100%;
    padding-bottom: 2vh;
  }
}
@media (max-width: 1350px) {
  dashboard .dashboard-form .timeoff-form {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  dashboard {
    width: 70%;
  }
  dashboard .calendar-row .col-lg-7-half {
    width: 100%;
  }
  dashboard .calendar-row .col-lg-4-half {
    width: 100%;
  }
  dashboard .calendar-container {
    width: 533px;
  }
  dashboard .day {
    line-height: 55.5px;
    height: 55.5px;
  }
  dashboard .legend-container {
    width: 533px;
  }

  .summary {
    margin-left: 0;
    margin-top: 3vh;
  }

  .dashboard-form .timeoff-form {
    margin-top: 3vh;
  }
}
@media (max-width: 769px) {
  dashboard {
    width: 100%;
  }
  dashboard .header {
    font-size: 1.5em;
  }
  dashboard .calendar-container {
    width: 98vw;
  }
  dashboard .day {
    line-height: 10vw;
    height: 10vw;
  }
  dashboard .legend-container {
    width: 98vw;
  }
}
@media (max-width: 600px) {
  dashboard .header {
    font-size: 1.2em;
  }
}
@media (max-width: 430px) {
  dashboard .legend-label {
    font-size: 0.9em;
  }
}
/*===========NAVBAR===============*/
nav.navbar {
  font-family: "Avenir Black", "Nunito", sans-serif;
  width: 100vw;
  padding: 0 10vw;
  min-height: auto;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 4px 6px -6px #cac9ca;
  -moz-box-shadow: 0 4px 6px -6px #cac9ca;
  box-shadow: 0 6px 20px -6px #e2e0e2;
}
nav.navbar .navbar-header button {
  font-size: 1.4em;
  color: #cac9ca;
}
nav.navbar .navbar-header a {
  height: 60px;
  padding: 0 15px;
}
nav.navbar .navbar-header a span {
  height: 60px;
}
nav.navbar .navbar-header a span img {
  height: 30px;
  margin: 15px 0;
}
nav.navbar .navbar-header .navbar-brand .timeoff-logo-mini {
  display: none;
}

ul.nav.navbar-nav {
  margin-left: 7%;
  min-height: 60px;
}
ul.nav.navbar-nav .page-logout span {
  padding-right: 0.5vw;
}
ul.nav.navbar-nav li {
  font-size: 1em;
}
ul.nav.navbar-nav li a {
  line-height: 60px;
  color: #aaaaaa;
  transition: 0.3s;
  padding: 0 15px;
}
ul.nav.navbar-nav li a span {
  padding-left: 0.5vw;
}
ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
  color: #ed2a37;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 4px 6px -6px #ed2a37;
  -moz-box-shadow: inset 0 4px 6px -6px #ed2a37;
  box-shadow: inset 0 -12px 6px -6px #ed2a37;
}
ul.nav.navbar-nav li a:hover i, ul.nav.navbar-nav li a:focus i {
  color: #ed2a37;
}

@media all and (max-width: 1350px) {
  .desktopMenu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .admin .nav span {
    display: none;
  }
}
@media (max-width: 769px) {
  .toggleNavbar {
    display: none;
  }

  ul.nav.navbar-nav li {
    text-align: center;
  }

  .desktopMenu {
    display: inline-block;
  }

  .admin .nav span {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  nav.navbar .navbar-header .navbar-brand .timeoff-logo {
    display: none;
  }
  nav.navbar .navbar-header .navbar-brand .timeoff-logo-mini {
    display: inline-block;
  }
}
/*====================================ACCOUNT===========================*/
.account {
  width: 50vw;
  margin: auto;
  font-size: 0.8em;
}
.account .title {
  padding: 1vh 0;
  font-size: 1em;
  color: #aaaaaa;
}
.account .title p {
  display: inline-block;
  padding-left: 1vw;
  color: #aaaaaa;
}
.account form {
  margin: 0 auto;
}
.account .form-group input.notifications {
  width: auto;
}

.formWarning {
  padding-left: 15px;
  color: #ed2a37;
}

.changePasswordForm {
  margin: auto;
  margin-top: 20vh;
}
.changePasswordForm h3 {
  color: #cac9ca;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}

/*====================================LOGIN, REGISTER AND OTHERS FORMS===========================*/
.timeoff-form {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  background-color: #ffffff;
  padding-top: 15vh;
  padding: 1vh 3vw 2vh 3vw;
}
.timeoff-form .title {
  padding: 1.4vh 0;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  color: #aaaaaa;
}
.timeoff-form .title p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1vw;
  color: #aaaaaa;
}
.timeoff-form .row {
  margin-bottom: 3vh;
}
.timeoff-form label {
  color: #ed2a37;
  font-size: 1.2em;
  padding-bottom: 1vh;
  display: block;
}
.timeoff-form .md-text {
  font-size: 1.5em;
}
.timeoff-form .form-group input {
  font-size: 1.3em;
  padding: 0.4vh;
  border: none;
  border-bottom: 1px solid #ed2a37;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.timeoff-form .form-group .new-user-picker-container .fromTo md-icon {
  fill: #ed2a37;
}
.timeoff-form .form-group .new-user-picker-container .fromTo .md-datepicker-input-container input {
  padding-bottom: 5px;
}
.timeoff-form .form-group .new-user-picker-container .fromTo .md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #ed2a37;
}
.timeoff-form .form-group .leave-calculator {
  height: 34px;
  padding: 0.4vh;
  font-size: 1.5em;
  font-weight: 700;
  color: #ed2a37;
  line-height: 34px;
}
.timeoff-form .form-group .form-warning-register {
  display: inline-block;
  padding-top: 15px;
  color: #ed2a37;
}
.timeoff-form .form-buttons {
  margin-top: 9vh;
}
.timeoff-form .form-buttons button {
  font-size: 1.2em;
  width: 100%;
}
.timeoff-form .btn.focus,
.timeoff-form .btn:focus,
.timeoff-form .btn:hover {
  color: #ffffff;
}

@media (max-width: 1350px) {
  .timeoff-form {
    width: 55vw;
  }

  .changePasswordForm {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
@media (max-width: 1200px) {
  .timeoff-form {
    width: 60vw;
  }
  .timeoff-form .row {
    margin-bottom: 0;
  }
  .timeoff-form .col-sm-12 {
    margin-bottom: 2vh;
  }
}
@media (max-width: 769px) {
  .timeoff-form {
    width: 80vw;
  }
  .timeoff-form label {
    font-size: 1.1em;
  }
  .timeoff-form .form-group input {
    font-size: 1.5em;
  }
  .timeoff-form .form-group .hint {
    padding: 8px 5px;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 20px;
  }
  .timeoff-form .form-buttons button {
    width: 90%;
    margin: 1.25vh 5%;
  }

  .changePasswordForm {
    margin-top: 5vh;
    max-height: 100vh;
  }
}
@media (max-width: 600px) {
  .timeoff-form {
    width: 90vw;
  }
}
.peopleReport .generateReportForm {
  margin-bottom: 5vh;
}
.peopleReport .generateReportForm .timeoff-form {
  width: 50vw;
  margin: auto;
}
.peopleReport .generateReportForm md-datepicker {
  width: 100%;
  display: inline-block;
  margin-left: -14px;
}
.peopleReport .generateReportForm md-datepicker .md-datepicker-input-container {
  width: 100%;
}
.peopleReport .generateReportForm .quick-range {
  margin-top: 10px;
}
.peopleReport .generateReportForm .quick-range .btn {
  font-size: 1em;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ed2a37;
  color: #ed2a37;
}
.peopleReport .generateReportForm .quick-range:last-child {
  margin-bottom: 40px;
}
.peopleReport .timeoff-form {
  width: 97vw;
  padding-top: 40px;
  padding-right: 1vw;
}
.peopleReport .timeoff-form p {
  color: #ed2a37;
}
.peopleReport .timeoff-form .multiselect-parent {
  width: 100%;
}
.peopleReport .timeoff-form .multiselect-parent ul.dropdown-menu.dropdown-menu-form {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 200px !important;
}
.peopleReport .title {
  padding: 1.3vh 0;
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #aaaaaa;
}
.peopleReport .title p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1vw;
  font-size: 1.3em;
  color: #aaaaaa;
}
.peopleReport .report-yearly {
  position: relative;
  height: 100%;
}
.peopleReport label {
  font-size: 1em;
}
.peopleReport .addLabelPadding {
  padding-left: 15px;
}
.peopleReport .select-arrow {
  top: 5px;
  font-size: 0.8em;
}
.peopleReport .caret {
  display: none;
}
.peopleReport .row {
  margin-bottom: 2vh;
}
.peopleReport .row .fromTo md-icon {
  fill: #ed2a37;
}
.peopleReport .row .peopleReportFromContainer {
  margin: 10px auto 10px auto;
}
.peopleReport .row .peopleReportToContainer {
  margin: 10px auto 10px auto;
}
.peopleReport .row .fromToLabel {
  padding-bottom: 0;
  margin-bottom: 0;
}
.peopleReport .selectUsers {
  padding-top: 25px;
}
.peopleReport .selectUsers button {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ed2a37;
  border-radius: 0;
}
.peopleReport .selectUsers .btn {
  text-align: left;
  font-size: 1.3em;
  padding-left: 0;
}
.peopleReport .selectUsers .btn:focus, .peopleReport .selectUsers .btn:hover {
  color: #000000;
  background-color: #ffffff;
}
.peopleReport .selectUsers .btn-group.open .dropdown-toggle,
.peopleReport .selectUsers .btn.active,
.peopleReport .selectUsers .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.peopleReport .report {
  height: 100%;
  margin-top: 40px;
}
.peopleReport .form-buttons {
  margin-top: 2vh;
}
.peopleReport .form-buttons button {
  width: 50%;
  margin: auto 25%;
  font-size: 1em;
}
.peopleReport .form-buttons button:focus {
  color: #ffffff;
}
.peopleReport .peopleReportToContainer button,
.peopleReport .peopleReportFromContainer button {
  border: none;
  width: auto;
}
.peopleReport .peopleReportToContainer .md-datepicker-focused,
.peopleReport .peopleReportFromContainer .md-datepicker-focused {
  border-bottom-color: #ed2a37;
}
.peopleReport .nationalHoliday {
  background-color: #f0c50c;
}
.peopleReport .weekend {
  background-color: #cac9ca;
}
.peopleReport .peopleReportLegend .row {
  margin-left: 0;
  margin-top: 3vh;
}
.peopleReport .userComment {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
}

.raport-table {
  display: block;
  height: 98vh;
  overflow: auto;
  border-collapse: separate;
}
.raport-table th,
.raport-table td {
  text-align: center;
  border: 1px solid #d9d9d9;
}
.raport-table tbody :focus {
  outline: 0;
}
.raport-table tbody .user-table {
  position: sticky;
  left: 0;
  background: #ed2a37;
  color: #ffffff;
  font-weight: 700;
  min-width: 120px;
  height: 40px;
  border: none;
  z-index: 3;
}
.raport-table tbody .highlighted {
  background: #ffe2e4;
}
.raport-table tbody .highlighted .user-table {
  color: #000000;
  background-color: #ffe2e4;
}
.raport-table .header-table {
  height: 55px;
}
.raport-table .header-table th {
  z-index: 1;
  position: sticky;
  top: 55px;
  background-color: #ffffff;
  border-right: none;
  color: #ed2a37;
}
.raport-table .header-table.first-header-table th {
  top: 0;
  border-top: none;
  border-bottom: none;
}
.raport-table .header-table.first-header-table .summary-table {
  border-left: none;
}
.raport-table .header-table .above-users {
  border: none;
  z-index: 4;
}
.raport-table .header-table .header-data {
  min-width: 50px;
  background-color: #ffe2e4;
}
.raport-table .body-table td {
  border-top: none;
  border-right: none;
}
.raport-table .yearly-header-table .pto-tooltip-container .tooltip-login-screen {
  opacity: 0;
  position: absolute;
  left: 6px;
  bottom: 60px;
  width: 200px;
  font-size: 13px;
  text-align: center;
  color: #000000;
  background-color: #d9d9d9;
  padding: 4px;
  border-radius: 7px;
  transition: opacity 0.5s;
}
.raport-table .yearly-header-table .pto-tooltip-container .tooltip-login-screen:after {
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #d9d9d9;
  position: absolute;
  bottom: -6px;
  left: 10px;
  transition: opacity 0.5s;
}
.raport-table .yearly-header-table .pto-tooltip-container:hover .tooltip-login-screen {
  opacity: 1;
  transition: opacity 0.5s;
}
.raport-table .yearly-header-table.header-table .header-data {
  border: none;
}
.raport-table .yearly-header-table.header-table .holiday-type {
  width: 50px;
  padding: 0px 5px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.raport-table .yearly-header-table.header-table .holiday-type.pto {
  border-right: none;
}
.raport-table .yearly-header-table.header-table .holiday-type.sl {
  border-left: none;
  border-right: none;
}
.raport-table .yearly-header-table.header-table .holiday-type.oh {
  border-right: none;
  border-left: none;
}
.raport-table .yearly-header-table.header-table .holiday-type.ul {
  border-left: none;
}
.raport-table .yearly-body-table td {
  border: none;
}
.raport-table .yearly-body-table tr:nth-of-type(even) {
  background: #d9d9d9;
}
.raport-table .yearly-body-table .highlighted td {
  color: #000000;
  background-color: #ffe2e4;
}
.raport-table .yearly-body-table .summary-pto {
  position: relative;
}
.raport-table .yearly-body-table .summary-pto .edit-pto-pencil {
  display: none;
  position: absolute;
  font-size: 1.6em;
  right: -6px;
  top: 6px;
}
.raport-table .yearly-body-table .summary-pto:hover .edit-pto-pencil {
  display: block;
}
.raport-table .yearly-body-table .summary-pto .edit-pto-input {
  border: none;
  border-bottom: 1px solid #ed2a37;
  position: absolute;
  width: 30px;
  top: 9px;
  left: 10px;
  text-align: center;
  background-color: transparent;
}
.raport-table .yearly-body-table .summary-pto .input-icons {
  font-size: 1.5em;
  cursor: pointer;
  position: absolute;
  color: #ed2a37;
}
.raport-table .yearly-body-table .summary-pto .edit-pto-deny {
  right: -7px;
  bottom: 0;
  z-index: 2;
}
.raport-table .yearly-body-table .summary-pto .edit-pto-accept {
  top: -1px;
  right: -10px;
  z-index: 2;
}

@media (max-width: 769px) {
  .peopleReport .generateReportForm .timeoff-form {
    width: 75vw;
  }
}
@media (max-width: 600px) {
  .peopleReport .generateReportForm .timeoff-form {
    width: 95vw;
  }
}
md-content.md-default-theme,
md-content {
  background-color: #ffffff;
}

md-tabs.md-default-theme .md-tab.md-active,
md-tabs .md-tab.md-active,
md-tabs.md-default-theme .md-tab.md-active md-icon,
md-tabs .md-tab.md-active md-icon,
md-tabs.md-default-theme .md-tab.md-focused,
md-tabs .md-tab.md-focused,
md-tabs.md-default-theme .md-tab.md-focused md-icon,
md-tabs .md-tab.md-focused md-icon {
  color: #ed2a37;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  display: none;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #ed2a37;
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #ed2a37;
}

md-tooltip.md-panel.md-tooltip {
  background-color: #7a7979;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9em;
  max-width: 200px;
}

.peopleReportLegend .legendColor {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid black;
}

/*===================POPUP===========================*/
.popUpContainer {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  margin: auto;
  margin-top: 40vh;
  background-color: #ffffff;
  font-family: "Avenir Black", "Nunito", sans-serif;
  padding: 3vh 3vw;
  width: 40%;
}
.popUpContainer .md-select-value .md-select-icon {
  display: none;
}
.popUpContainer md-select {
  text-align: left;
}
.popUpContainer .popUpInformationHeader {
  padding: 1vh 0;
  font-size: 1em;
  color: #cac9ca;
}
.popUpContainer .popUpInformationHeader p {
  display: inline-block;
}
.popUpContainer .popUpBody .user-label {
  font-size: 1.3em;
  text-align: center;
  color: #ed2a37;
  margin-bottom: 1vh;
}
.popUpContainer .popUpBody .user-detail .userDetail__table {
  width: 100%;
  padding: 1vh 2vw;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 1vh 2vw;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td span {
  color: #ed2a37;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td button {
  margin-left: 0;
  margin: 0 1vw;
  font-size: 0.9em;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ed2a37;
  margin-bottom: 2vh;
  width: 90%;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td .edit-comment button {
  display: block;
  margin: 0 auto;
  margin-top: 1vh;
  border: none;
}
.popUpContainer .popUpBody .user-detail .userDetail__table tr td .popup-buttons button {
  width: 40%;
  float: none;
  font-size: 0.9em;
  border: none;
}
.popUpContainer .popup-message {
  color: #000000;
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 2vh;
}
.popUpContainer button {
  width: 20%;
  font-size: 1.2em;
  padding: 0.75vh 0;
  margin-top: 0.75vh;
  margin-left: 40%;
}
.popUpContainer .btn.focus,
.popUpContainer .btn:focus,
.popUpContainer .btn:hover {
  color: #ffffff;
}

@media (max-width: 769px) {
  .popUpContainer {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .popUpContainer {
    width: 90%;
  }
}
/*===========LOGIN PAGE===============*/
.login-page {
  background-color: #fafafa;
  margin-top: 15vh;
}
.login-page .timeoff-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .timeoff-logo img {
  width: 15vw;
  height: auto;
}
.login-page form {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  padding: 4vh 2vw;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 6vh;
  max-width: 26vw;
  font-family: "Avenir Black", "Nunito", sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.login-page form .form-group {
  margin-bottom: 2vh;
}
.login-page form .form-group button {
  background-color: #ed2a37;
  margin-top: 2.5vh;
  border: none;
  height: 45px;
  font-size: 1em;
  font-weight: 700;
  border-radius: 4%;
  transition: 0.3s;
}
.login-page form .form-group button:hover {
  background-color: #ff8282;
}
.login-page form .form-group .remind-password {
  font-size: 0.8em;
}
.login-page form .form-control {
  height: 49px;
  font-size: 0.9em;
  border-left: none;
  color: #a2a2a2;
}
.login-page form .input-group-addon {
  background-color: #ffffff;
  border-right: none;
  font-size: 1.3em;
  padding: 0 1.5vw;
  height: 45px;
}
.login-page form .input-group-addon svg {
  fill: #a2a2a2;
  width: 15px;
}
.login-page form .forgotten-password {
  margin-bottom: 0;
}
.login-page form .forgotten-password a {
  padding-top: 1vh;
  font-size: 1.1em;
  text-decoration: underline;
  color: #8b8b8b;
}
.login-page form .forgotten-password a:hover .login-page form .forgotten-password a:focus {
  color: #ed2a37;
}
.login-page .login-view-icon {
  line-height: 45px;
  font-size: 1.5em;
  padding-right: 15px;
  position: absolute;
  z-index: 3;
  right: 2px;
  top: 2px;
  color: #ed2a37;
  cursor: pointer;
}
.login-page .login-view-icon .tooltip-login-screen {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  z-index: 3;
  border: 1px solid #ed2a37;
  width: 15vw;
  bottom: 40px;
  right: -99999px;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #ed2a37;
  padding: 2vh 1vw;
  border-radius: 3%;
}
.login-page .login-view-icon .tooltip-login-screen:after {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.login-page .login-view-icon:hover .tooltip-login-screen {
  opacity: 1;
  right: -10px;
}
.login-page .login-view-icon:hover .tooltip-login-screen:after {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ed2a37;
  position: absolute;
  bottom: -6px;
  right: 10px;
}
.login-page .ardent-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .ardent-logo img {
  padding-top: 8vh;
  width: 17vw;
}
@media (max-width: 1200px) {
  .login-page .timeoff-logo img {
    width: 20vw;
  }
  .login-page form {
    max-width: 40vw;
  }
  .login-page .ardent-logo img {
    width: 30vw;
  }
}
@media (max-width: 1000px) {
  .login-page .timeoff-logo img {
    width: 35vw;
  }
  .login-page form {
    margin: 0 auto;
    margin-top: 10vh;
    max-width: 70vw;
  }
  .login-page .ardent-logo img {
    max-width: 38vw;
  }
  .login-page .login-view-icon .tooltip-login-screen {
    width: 30vw;
    font-size: 0.6em;
    padding: 1vh 1vw;
  }
  .login-page .input-group-addon svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .login-page .timeoff-logo img {
    width: 65vw;
  }
  .login-page form {
    margin-top: 8vh;
    max-width: 90vw;
  }
  .login-page .ardent-logo img {
    max-width: 60vw;
  }
  .login-page .login-view-icon {
    padding: 0 1vw;
  }
  .login-page .login-view-icon .tooltip-login-screen {
    width: 70vw;
  }
}

/*===================REMIND PASSWORD===========================*/
.remindPassword .remindPasswordForm {
  margin-top: 15vh;
}
.remindPassword .form-group {
  padding: 4vh 15px;
  font-size: 0.8em;
  margin-bottom: 6vh;
}
.remindPassword .form-group input {
  width: 100%;
  color: #000000;
}
.remindPassword .form-group p {
  margin-top: 1vh;
  color: #ed2a37;
}
.remindPassword .form-buttons button {
  font-size: 1em;
}
.remindPassword .form-buttons button a {
  text-decoration: none;
  color: #ffffff;
  width: 20%;
  padding: 1.25vh 40%;
}

/*===================ANGULARJS MATERIAL DROPDOWN===========================*/
md-input-container {
  margin: 0;
  width: 100%;
}

.dropdown span.md-select-icon::after {
  display: none;
}
.dropdown .md-select-value .md-select-icon {
  display: none;
}
.dropdown md-input-container {
  margin: 0;
  width: 100%;
}
.dropdown md-input-container .md-text {
  font-size: 1.3em;
}
.dropdown md-select.md-default-theme:not([disabled]):focus .md-select-value,
.dropdown md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #ed2a37;
}
.dropdown .md-select-value {
  border-bottom-color: #ed2a37;
}

.md-select-menu-container md-select-menu.md-default-theme md-content md-option[selected],
.md-select-menu-container md-select-menu md-content md-option[selected] {
  color: #ed2a37;
}
.md-select-menu-container md-select-menu.md-default-theme md-content md-option,
.md-select-menu-container md-select-menu md-content md-option {
  font-size: 15px;
}

.md-input-has-value md-select.md-default-theme:not([disabled]):focus .md-select-value,
.md-input-has-value md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #ed2a37;
}

/*===================ADMIN PAGE===========================*/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.disableMonth-wrap {
  font-size: 0.8em;
}
.disableMonth-wrap .col-lg-12 {
  -webkit-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  -o-box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 37px -19px rgba(0, 0, 0, 0.64);
  background-color: #ffffff;
  margin-bottom: 15px;
}
.disableMonth-wrap .col-lg-3-half {
  width: 31%;
  padding: 0 1.5%;
}
.disableMonth-wrap .col-lg-2-half {
  width: 22.916%;
  padding: 0 1.5%;
}
.disableMonth-wrap .title {
  padding: 1vh 0 1vh 1vw;
  font-size: 1.3em;
  color: #aaaaaa;
}
.disableMonth-wrap .title p {
  display: inline-block;
}
.disableMonth-wrap .year-picker {
  font-size: 1.2em;
  color: #ed2a37;
  text-align: center;
}
.disableMonth-wrap .year-picker * {
  display: inline-block;
}
.disableMonth-wrap .year-picker i {
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
}
.disableMonth-wrap .year-picker .fa-angle-right {
  padding-left: 35px;
}
.disableMonth-wrap .year-picker .fa-angle-left {
  padding-right: 35px;
}
.disableMonth-wrap .year-picker md-select-value.md-select-value {
  border-bottom-style: none;
}
.disableMonth-wrap .year-picker md-select-value.md-select-value div.md-text {
  color: #ed2a37;
}
.disableMonth-wrap .year-picker md-input-container.md-input-invalid md-select.md-default-theme .md-select-value,
.disableMonth-wrap .year-picker md-input-container.md-input-invalid md-select .md-select-value {
  color: #000000;
}
.disableMonth-wrap .year-picker .md-select-value > span:not(.md-select-icon) {
  overflow: inherit;
}
.disableMonth-wrap .disable-month-calendar .timeoff-form {
  height: 100%;
  width: auto;
  margin-bottom: 15px;
}
.disableMonth-wrap .timeoff-form {
  -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  margin: unset;
}
.disableMonth-wrap .timeoff-form .row {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disableMonth-wrap .timeoff-form hr {
  margin-bottom: 20px;
}
.disableMonth-wrap .timeoff-form label {
  font-size: 0.9em;
  padding-bottom: 0.5vh;
  margin-bottom: 0;
}
.disableMonth-wrap .timeoff-form .md-text {
  font-size: 1.3em;
}
.disableMonth-wrap .timeoff-form .form-group input {
  font-size: 1.3em;
}
.disableMonth-wrap .timeoff-form .form-button {
  text-align: center;
}
.disableMonth-wrap .timeoff-form .form-button button {
  padding: 0;
  height: 30px;
  border-radius: 50%;
  border: none;
}
.disableMonth-wrap .timeoff-form .monthTableData {
  text-align: center;
  font-size: 1.1em;
  width: 42px;
  border: none;
  height: 42px;
}

.disableMonth {
  color: #ffffff;
  background-color: #aaaaaa;
}

.disableMonthTable {
  margin: 10% auto;
}
.disableMonthTable .spacer {
  height: 1vh;
}
.disableMonthTable .firstDay {
  border-radius: 50% 0 0 50%;
  margin-left: 1.5%;
  margin-right: 0;
}
.disableMonthTable .lastDay {
  border-radius: 0 50% 50% 0;
  margin-right: 1.5%;
  margin-left: 0;
}
.disableMonthTable .middleDay {
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
}
.disableMonthTable .singleDay {
  border-radius: 50%;
  padding: 0 5px;
}

.fa-plus,
.fa-minus {
  cursor: pointer;
  color: #ed2a37;
}

.usersManagement .loading {
  text-align: center;
  color: #ed2a37;
  padding: 2vh 0;
}
.usersManagement .title {
  font-size: 1em;
  color: #aaaaaa;
  display: block;
}
.usersManagement .table {
  font-size: 1.2em;
}
.usersManagement .table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: white;
  border-bottom: 0;
  color: #ed2a37;
  padding-bottom: 2vh;
  width: 100%;
  vertical-align: middle;
}
.usersManagement .table thead .th-username {
  width: 15%;
}
.usersManagement .table thead .th-lastName {
  width: 20%;
}
.usersManagement .table thead .th-firstName {
  width: 15%;
}
.usersManagement .table thead .th-email {
  width: 20%;
}
.usersManagement .table thead .th-projectLocation,
.usersManagement .table thead .th-activeMod,
.usersManagement .table thead .th-clickTime,
.usersManagement .table thead .th-clockify,
.usersManagement .table thead .th-notifications {
  width: 5%;
}
.usersManagement .table thead .th-projectLocation i,
.usersManagement .table thead .th-activeMod i,
.usersManagement .table thead .th-clickTime i,
.usersManagement .table thead .th-clockify i,
.usersManagement .table thead .th-notifications i {
  display: inline-block;
  color: #ed2a37;
  font-size: 0.8em;
}
.usersManagement .table thead .th-clickTime .user-checkbox,
.usersManagement .table thead .th-clockify .user-checkbox,
.usersManagement .table thead .th-notifications .user-checkbox {
  display: block;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
.usersManagement .table .td-checkbox {
  text-align: center;
}
.usersManagement .table .td-checkbox i {
  cursor: pointer;
}
.usersManagement .table thead th .select-arrow:after {
  font-size: 1em;
  line-height: 23px;
  top: 5px;
  right: 10px;
}
.usersManagement .table thead th .md-text {
  font-size: 1em;
}
.usersManagement .table thead th .md-button {
  width: 150px;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 23px;
}
.usersManagement .table thead th .md-button i {
  float: right;
  line-height: 23px;
}
.usersManagement .table tbody tr td {
  background-color: #ffffff;
  border-top: 0;
  border-bottom: solid 1px #d9d9d9;
  vertical-align: baseline;
}
.usersManagement .table tbody tr td span {
  word-wrap: break-word;
}
.usersManagement .table tbody tr td textarea {
  width: 70%;
  border: none;
  border-bottom: 1px solid #ed2a37;
}
.usersManagement .table tbody tr td .select-arrow {
  margin-top: 1vh;
}
.usersManagement .table tbody tr td .select-arrow:after {
  font-size: 1em;
  line-height: 23px;
  top: 10px;
  right: 32px;
}
.usersManagement .table tbody tr td md-input-container {
  width: 80%;
}
.usersManagement .table tbody tr td .md-text {
  font-size: 1em;
  line-height: 23px;
}
.usersManagement .table .user-checkbox input[type=checkbox],
.usersManagement .table .user-checkbox .checked {
  display: none;
}
.usersManagement .table .user-checkbox input[type=checkbox]:checked ~ .checked {
  display: inline-block;
}
.usersManagement .table .user-checkbox input[type=checkbox]:checked ~ .unchecked {
  display: none;
}
.usersManagement .editUserInfo {
  position: relative;
}
.usersManagement .editUserInfo input {
  min-width: 100px;
  padding-right: 45px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #ed2a37;
}
.usersManagement .editUserInfo button {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 10px;
  top: 1px;
  height: 10px;
}
.usersManagement .editUserInfo button i {
  z-index: 200;
}
.usersManagement .editUserInfo .cancelChanges {
  right: 15px;
}
.usersManagement .editUserInfo .cancelChanges i {
  color: #cac9ca;
}
.usersManagement .editUserInfo .acceptChanges {
  right: 35px;
}
.usersManagement .editUserInfo .acceptChanges i {
  color: #ed2a37;
}
.usersManagement .timeoff-form {
  width: 95vw;
}
.usersManagement .timeoff-form .title {
  padding: 1vh 0;
  font-size: 1.3em;
  color: #aaaaaa;
}
.usersManagement .timeoff-form .title p {
  font-size: 1em;
  color: #aaaaaa;
  display: inline-block;
}
.usersManagement .timeoff-form .title input[type=search] {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #aaaaaa;
  float: right;
}
.usersManagement .timeoff-form .title ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.usersManagement .timeoff-form .title ::-moz-placeholder {
  color: #aaaaaa;
}
.usersManagement .timeoff-form .title :-ms-input-placeholder {
  color: #aaaaaa;
}
.usersManagement .timeoff-form .title :-moz-placeholder {
  color: #aaaaaa;
}
.usersManagement .timeoff-form hr {
  margin-bottom: 0;
}
.usersManagement .timeoff-form label {
  display: inline;
}
.usersManagement .curtain {
  z-index: 10;
}
.usersManagement .popUpContainer .popup-message label {
  font-size: 0.8em;
  color: #ed2a37;
  display: block;
  text-align: left;
}
.usersManagement .popUpContainer .popup-message input {
  border: none;
  border-bottom: 1px solid #ed2a37;
  width: 100%;
  margin-bottom: 3vh;
}
.usersManagement .popUpContainer .popup-message .select-arrow:after {
  font-size: 1em;
  line-height: 23px;
  top: 0;
  bottom: 0.5vh;
}
.usersManagement .popUpContainer button {
  font-size: 0.8em;
  margin-top: 3.5vh;
  width: 40%;
  margin-left: 0;
  display: inline-block;
}

@media (max-width: 1200px) {
  .disableMonth-wrap .col-lg-12 .timeoff-form {
    width: auto;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

.advanced .form-control[readonly] {
  background-color: white;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  max-width: 300px;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  animation: slide-in 0.3s ease-out;
}

.toast-message {
  flex: 1;
  padding-right: 10px;
}

.close-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  color: #ddd;
}

.toast.success {
  background-color: #4caf50;
}

.toast.error {
  background-color: #f44336;
}

.toast.info {
  background-color: #2196f3;
}

.toast.warning {
  background-color: #ff9800;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=index.css.map */
