@font-face {
  font-family: 'FontAwesome';
  src: url('../bundles/tipnetworkcore/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../bundles/tipnetworkcore/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../bundles/tipnetworkcore/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../bundles/tipnetworkcore/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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 #eee;
  border-radius: .1em;
}
.pull-right,
.shift-close .filter-form.form-pull-right,
.checkout .page-header .shift-info {
  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;
}
@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: "\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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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";
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #16a085;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle,
.dropdown-user-item img,
.navbar-tip .navbar-nav > li .avatar,
.employee-list-item .employee-item-img,
.shift-setup .container .group-containers .employee-data img,
.checkout .checkout-info-row .avatar,
.profile-choice-widget .selected-container img,
.profile-choice-widget .dropdown-menu li img,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data img {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #7f8c9a;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e7e9ec;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #bdc3c7;
}
.text-primary {
  color: #34495e;
}
.text-primary:hover {
  color: #222f3d;
}
.text-warning {
  color: #000;
}
.text-warning:hover {
  color: #000000;
}
.text-danger,
.form-error .help-block,
.form-error > .help-block,
.value-verified.flag i,
.shift_closeout .list-group .list-group-item.employee-list-item .help-block {
  color: #e74c3c;
}
.text-danger:hover {
  color: #d62c1a;
}
.text-success,
.value-verified i {
  color: #2ecc71;
}
.text-success:hover {
  color: #25a25a;
}
.text-info {
  color: #3498db;
}
.text-info:hover {
  color: #217dbb;
}
.text-left,
.dropdown-menu li {
  text-align: left;
}
.text-right,
.shift-authorization .pin-authorization .help-block {
  text-align: right;
}
.text-center,
.page-header.page-header-center,
.switch-container #available-users h4,
.shift_closeout_summary .list-employees .group-list .group .group-header .group-options {
  text-align: center;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #e7e9ec;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.72222;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bdc3c7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  border-left: 5px solid #e7e9ec;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.72222;
  color: inherit;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e7e9ec;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.72222;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1.72222;
  word-break: break-all;
  word-wrap: break-word;
  color: inherit;
  background-color: white;
  border: 1px solid #e7e9ec;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.shift-payout .payout-overview.affix .affix-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  display: table;
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  display: table;
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  display: table;
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  display: table;
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
.container:before,
.container:after,
.shift-payout .payout-overview.affix .affix-container:before,
.shift-payout .payout-overview.affix .affix-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.shift-payout .payout-overview.affix .affix-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container,
  .shift-payout .payout-overview.affix .affix-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .shift-payout .payout-overview.affix .affix-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .shift-payout .payout-overview.affix .affix-container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.72222;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.72222;
  color: #95a5a6;
  vertical-align: middle;
}
.form-control,
.control-group input {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.72222;
  color: #95a5a6;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .form-control,
.form-control:focus,
.control-group.focus .form-control {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #bdc3c7;
}
.form-control::-moz-placeholder {
  color: #bdc3c7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bdc3c7;
}
.form-control::-webkit-input-placeholder {
  color: #bdc3c7;
}
.form-control:-moz-placeholder {
  color: #bdc3c7;
}
.form-control::-moz-placeholder {
  color: #bdc3c7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bdc3c7;
}
.form-control::-webkit-input-placeholder {
  color: #bdc3c7;
}
.form-control.placeholder {
  color: #bdc3c7;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f4f6f6;
}
textarea.form-control {
  height: auto;
}
.form-group,
.control-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 35px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm {
  height: auto;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #000;
}
.has-warning .form-control {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-warning .input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #fcf8e3;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #000;
}
.has-warning .form-control {
  color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #000;
}
.has-warning .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #000;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #000;
}
.has-warning .form-control:-moz-placeholder {
  color: #000;
}
.has-warning .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #000;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #000;
}
.has-warning .form-control.placeholder {
  color: #000;
}
.has-warning .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  border-color: #2ecc71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #25a25a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #dff0d8;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6789ab;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .control-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group,
.form-horizontal .control-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.72222;
  border-radius: 4px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: white;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: white;
  background-color: #bdc3c7;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  background-color: #a7afb4;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #ccc;
}
.btn-default .badge {
  color: #bdc3c7;
  background-color: #fff;
}
.btn-primary,
.dashboard-earnings #form_filter,
.dashboard-payments #form_filter,
.shift-reopen .shift-authorization form > div:not([class]) button[type="submit"],
.shift_template-edit-view-rules .container form fieldset > div button[type="submit"],
.create-link #create-employee-link-form > fieldset > div #create_employee_link_search,
.custom_report-run form.navbar-form fieldset > div #cr_Run,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form fieldset > div button[type="submit"] {
  color: #fff;
  background-color: #34495e;
  border-color: #2b3c4e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #253544;
  border-color: #151e26;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #34495e;
  border-color: #2b3c4e;
}
.btn-primary .badge {
  color: #34495e;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f1c40f;
  border-color: #dab10d;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cba50c;
  border-color: #a08209;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #dab10d;
}
.btn-warning .badge {
  color: #f1c40f;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #df2e1b;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #26ab5f;
  border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2383c4;
  border-color: #1c699d;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}
.btn-link,
.btn-cancel {
  color: #16a085;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-cancel,
.btn-cancel:active,
.btn-cancel[disabled],
fieldset[disabled] .btn-cancel {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-cancel:hover,
.btn-cancel:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bundles/tipnetworkcore/fonts/glyphicons-halflings-regular.eot');
  src: url('../bundles/tipnetworkcore/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bundles/tipnetworkcore/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:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.72222;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #34495e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bdc3c7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.72222;
  color: #bdc3c7;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 9px;
  line-height: 1.083;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.btn-cancel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #95a5a6;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #bdc3c7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bdc3c7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #16a085;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.72222;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #2495fe #2495fe transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0b89fe;
  background-color: transparent;
  border: 1px solid #0b89fe;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #34495e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.shift-payout .payout-overview.affix .affix-container > .navbar-header,
.shift-payout .payout-overview.affix .affix-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .shift-payout .payout-overview.affix .affix-container > .navbar-header,
  .shift-payout .payout-overview.affix .affix-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 23px;
  line-height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .shift-payout .payout-overview.affix .affix-container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .control-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group,
  .navbar-form .control-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #34495e;
  border-color: #283849;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #ddd;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #222f3d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #222f3d;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #222f3d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #222f3d;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #283849;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #222f3d;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #222f3d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #222f3d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ddd;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-inverse {
  background-color: #3498db;
  border-color: #258cd1;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #258cd1;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #258cd1;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #258cd1;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #258cd1;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2386c8;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #258cd1;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bdc3c7;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.72222;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius-topright: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -ms-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bdc3c7;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -moz-border-radius-topleft: 6px;
  -ms-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -ms-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -moz-border-radius-topright: 6px;
  -ms-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -ms-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -moz-border-radius-topleft: 3px;
  -ms-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -ms-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -moz-border-radius-topright: 3px;
  -ms-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -ms-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 30px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bdc3c7;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bdc3c7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a1aab0;
}
.label-primary {
  background-color: #34495e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #222f3d;
}
.label-success {
  background-color: #2ecc71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}
.label-info {
  background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}
.label-warning {
  background-color: #f1c40f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c29d0b;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge,
.user-select-list .list-group > a.employee-list-item .employee-info .employee-status,
.shift-setup .container .group-containers .employee-data .employee-info .employee-name .employee-status,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data .employee-info .employee-name .employee-status {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bdc3c7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #16a085;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 200;
  line-height: 2.58333;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron,
.shift-payout .payout-overview.affix .affix-container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container,
.jumbotron .shift-payout .payout-overview.affix .affix-container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .shift-payout .payout-overview.affix .affix-container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.72222;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #16a085;
}
.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}
.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #2ecc71;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #25a25a;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3498db;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #217dbb;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #000000;
}
.alert-danger {
  background-color: #dc143c;
  border-color: #dc143c;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #c51236;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #34495e;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3498db;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  -moz-border-radius-topleft: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -ms-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #98afc6;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 30px;
  background-color: #fcfcfc;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -moz-border-radius-topleft: 3px;
  -ms-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -ms-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -moz-border-radius-bottomleft: 3px;
  -ms-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -ms-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #34495e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #34495e;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #34495e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #2ecc71;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #000;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3498db;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.72222px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.72222;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
form > fieldset:before,
form > fieldset:after,
.modal .form-footer:before,
.modal .form-footer:after,
.modal .modal-body:before,
.modal .modal-body:after,
.shift-template-wizard #contribution-blocks-container .form-group:before,
.shift-template-wizard #contribution-blocks-container .form-group:after,
.shift-template-wizard .formula-group .formula-edit > .element:before,
.shift-template-wizard .formula-group .formula-edit > .element:after,
.shift-template-wizard .side-item:before,
.shift-template-wizard .side-item:after,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:before,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:after,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:after,
.shift-template-wizard #contribution-blocks-container .control-group:before,
.shift-template-wizard #contribution-blocks-container .control-group:after,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:before,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
form > fieldset:after,
.modal .form-footer:after,
.modal .modal-body:after,
.shift-template-wizard #contribution-blocks-container .form-group:after,
.shift-template-wizard .formula-group .formula-edit > .element:after,
.shift-template-wizard .side-item:after,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:after,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:after,
.shift-template-wizard #contribution-blocks-container .control-group:after,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
form > fieldset:before,
form > fieldset:after,
.modal .form-footer:before,
.modal .form-footer:after,
.modal .modal-body:before,
.modal .modal-body:after,
.shift-template-wizard #contribution-blocks-container .form-group:before,
.shift-template-wizard #contribution-blocks-container .form-group:after,
.shift-template-wizard .formula-group .formula-edit > .element:before,
.shift-template-wizard .formula-group .formula-edit > .element:after,
.shift-template-wizard .side-item:before,
.shift-template-wizard .side-item:after,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:before,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:after,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:after,
.shift-template-wizard #contribution-blocks-container .control-group:before,
.shift-template-wizard #contribution-blocks-container .control-group:after,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:before,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
form > fieldset:after,
.modal .form-footer:after,
.modal .modal-body:after,
.shift-template-wizard #contribution-blocks-container .form-group:after,
.shift-template-wizard .formula-group .formula-edit > .element:after,
.shift-template-wizard .side-item:after,
.checkout-step1 .shiftcheckout-sales-input-container .form-group:after,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl:after,
.shift-template-wizard #contribution-blocks-container .control-group:after,
.checkout-step1 .shiftcheckout-sales-input-container .control-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.shift-close .filter-form.form-pull-right,
.checkout .page-header .shift-info {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/** Colors **/
/* type colors */
/* FORM COMPNENTS */
/* @input-prepend */
/* BUTTONS */
/* Progress Indicator */
/* font settings */
/* FORM COMPONENTS */
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-black.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-black.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-black.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-black.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-bold.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-bold.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-bold.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-bold.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-bolditalic.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-bolditalic.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-bolditalic.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-bolditalic.svg#latobold-italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-italic.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-italic.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-italic.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-italic.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-light.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-light.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-light.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-light.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-light.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-regular.eot');
  src: url('../bundles/tipnetworkcore/fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/lato/lato-regular.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/lato/lato-regular.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/lato/lato-regular.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url('../bundles/tipnetworkcore/fonts/flat-ui-icons-regular.eot');
  src: url('../bundles/tipnetworkcore/fonts/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/tipnetworkcore/fonts/flat-ui-icons-regular.woff') format('woff'), url('../bundles/tipnetworkcore/fonts/flat-ui-icons-regular.ttf') format('truetype'), url('../bundles/tipnetworkcore/fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-arrow-right,
.fui-arrow-left,
.fui-cmd,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-gear,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-calendar-solid,
.fui-pause,
.fui-play,
.fui-check-inverted-2 {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-arrow-right:before {
  content: "\e02c";
}
.fui-arrow-left:before {
  content: "\e02d";
}
.fui-cmd:before {
  content: "\e02f";
}
.fui-check-inverted:before {
  content: "\e006";
}
.fui-heart:before {
  content: "\e007";
}
.fui-location:before {
  content: "\e008";
}
.fui-plus:before {
  content: "\e009";
}
.fui-check:before {
  content: "\e00a";
}
.fui-cross:before {
  content: "\e00b";
}
.fui-list:before {
  content: "\e00c";
}
.fui-new:before {
  content: "\e00d";
}
.fui-video:before {
  content: "\e00e";
}
.fui-photo:before {
  content: "\e00f";
}
.fui-volume:before {
  content: "\e010";
}
.fui-time:before {
  content: "\e011";
}
.fui-eye:before {
  content: "\e012";
}
.fui-chat:before {
  content: "\e013";
}
.fui-search:before {
  content: "\e01c";
}
.fui-user:before {
  content: "\e01d";
}
.fui-mail:before {
  content: "\e01e";
}
.fui-lock:before {
  content: "\e01f";
}
.fui-gear:before {
  content: "\e024";
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.fui-calendar-solid:before {
  content: "\e022";
}
.fui-pause:before {
  content: "\e03b";
}
.fui-play:before {
  content: "\e03c";
}
.fui-check-inverted-2:before {
  content: "\e000";
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #fff;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all all 0.25s ease-in-out ease-out;
  -moz-transition: all all 0.25s ease-in-out ease-out;
  -o-transition: all all 0.25s ease-in-out ease-out;
  transition: all all 0.25s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.46428571;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30.006px;
  }
}
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}
.text-muted {
  color: #bdc3c7;
}
.text-inverse {
  color: white;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover {
  color: #15967d;
}
.text-warning {
  color: #000;
}
a.text-warning:hover {
  color: #000000;
}
.text-danger,
.form-error .help-block,
.form-error > .help-block,
.value-verified.flag i,
.shift_closeout .list-group .list-group-item.employee-list-item .help-block {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #b93d30;
}
.text-success,
.value-verified i {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a35a;
}
.text-info {
  color: #3498db;
}
a.text-info:hover {
  color: #2a7aaf;
}
.bg-primary {
  color: white;
  background-color: #34495e;
}
a.bg-primary:hover {
  background-color: #222f3d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning,
.corporate-employee-import .well-info,
.simply-upload-form .well-info {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #e7e9ec;
}
ul,
ol {
  margin-bottom: 15px;
}
dl {
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.72222;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}
blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 30px;
}
blockquote p {
  font-size: 20px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small,
blockquote .small {
  font-size: 18px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}
blockquote small:before,
blockquote .small:before {
  content: "";
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
blockquote.pull-right small:after {
  content: "";
}
address {
  margin-bottom: 30px;
  line-height: 1.72222;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 6px;
  font-size: 85%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: white;
  background-color: #34495e;
  border-radius: 4px;
  box-shadow: none;
}
pre {
  padding: 8px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  background-color: white;
  border: 2px solid #e7e9ec;
  border-radius: 6px;
  white-space: pre;
}
.pre-scrollable {
  max-height: 340px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.72222;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all all 0.25s ease-in-out ease-out;
  -moz-transition: all all 0.25s ease-in-out ease-out;
  -o-transition: all all 0.25s ease-in-out ease-out;
  transition: all all 0.25s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #16a085;
}
.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -moz-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -o-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: white;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn > [class^="fui-"] {
  top: 2px;
}
.btn-default {
  color: white;
  background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-primary,
.dashboard-earnings #form_filter,
.dashboard-payments #form_filter,
.shift-reopen .shift-authorization form > div:not([class]) button[type="submit"],
.shift_template-edit-view-rules .container form fieldset > div button[type="submit"],
.create-link #create-employee-link-form > fieldset > div #create_employee_link_search,
.custom_report-run form.navbar-form fieldset > div #cr_Run,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form fieldset > div button[type="submit"] {
  color: white;
  background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #16a085;
  border-color: #16a085;
}
.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[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-info {
  color: white;
  background-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: white;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-danger {
  color: white;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: white;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-success {
  color: white;
  background-color: #2ecc71;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-warning {
  color: white;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: white;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-inverse {
  color: white;
  background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: white;
  background-color: #415b76;
  border-color: #415b76;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
  border-color: #34495e;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-link,
.btn-cancel {
  color: #16a085;
}
.btn-link:hover,
.btn-link:focus,
.btn-cancel:hover,
.btn-cancel:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-hg {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-sm {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-xs {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}
.btn-block {
  white-space: normal;
}
.btn-default .caret {
  border-top-color: white;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: white;
}
.dropup .btn-default .caret {
  border-bottom-color: white;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: white;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 9px;
  line-height: 1.083;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
}
.btn-group-gh > .btn {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-toggle .caret {
  margin-left: 8px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 400;
}
.btn-group:focus .dropdown-toggle {
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-toolbar .btn.active {
  color: white;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  margin: 0 1px;
}
.caret {
  border-width: 8px 6px;
  border-bottom-color: #34495e;
  border-top-color: #34495e;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1.001, );
  -ms-transform: scale(1.001, );
  transform: scale(1.001, );
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}
.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}
.select {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  display: table;
}
.select.select-block:after {
  clear: both;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  display: table;
}
.select.select-block:after {
  clear: both;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.select.select-block:after {
  clear: both;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.select.select-block:after {
  clear: both;
}
.select.select-block .btn {
  width: 100%;
}
.select.select-block .dropdown-menu {
  width: 100%;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}
.select .btn.btn-hg .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
}
.select .btn.btn-sm .filter-option {
  left: 13px;
  right: 33px;
}
.select .btn.btn-sm .caret {
  right: 13px;
}
.select .btn.btn-xs .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-xs .caret {
  right: 13px;
}
.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 10px;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}
.select .btn .dropdown-toggle {
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: white;
  border-top-color: white;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
label {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.4;
}
.form-control:-moz-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control:-moz-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control.placeholder {
  color: #b2bcc5;
}
.form-control,
.control-group input {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -moz-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -o-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .form-control,
.form-control:focus,
.control-group.focus .form-control {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}
.input-sm {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg,
select[multiple].input-hg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f1c40f;
}
.has-warning .form-control {
  border-color: #f1c40f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c29d0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #f5f5f5;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: white;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f5f5f5;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: white;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  border-color: #2ecc71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #25a25a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #f5f5f5;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: white;
}
.help-block {
  font-size: 15px;
  margin-bottom: 5px;
  color: inherit;
}
.form-group,
.control-group {
  position: relative;
  margin-bottom: 20px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .form-group,
.form-horizontal .control-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
.form-group,
.control-group {
  position: relative;
}
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: white;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
.has-success .input-icon {
  color: #2ecc71;
}
.has-warning .input-icon {
  color: #f1c40f;
}
.has-error .input-icon {
  color: #e74c3c;
}
.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
  color: #d5dbdb;
  background-color: transparent;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -moz-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -o-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
}
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon,
.control-group.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default,
.control-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn,
.control-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  background-color: white;
  color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default,
.control-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default,
.control-group.focus .input-group-btn .btn-default:hover,
.control-group.focus .input-group-btn .btn-default:focus,
.control-group.focus .input-group-btn .btn-default:active,
.control-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.control-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default,
.control-group.focus .input-group-btn .btn-default:active,
.control-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.control-group.focus .input-group-btn .btn-default {
  background: #16a085;
  border-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active,
.control-group.focus .input-group-btn .btn-default.disabled,
.control-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .control-group.focus .input-group-btn .btn-default,
.control-group.focus .input-group-btn .btn-default.disabled:hover,
.control-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .control-group.focus .input-group-btn .btn-default:hover,
.control-group.focus .input-group-btn .btn-default.disabled:focus,
.control-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .control-group.focus .input-group-btn .btn-default:focus,
.control-group.focus .input-group-btn .btn-default.disabled:active,
.control-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .control-group.focus .input-group-btn .btn-default:active,
.control-group.focus .input-group-btn .btn-default.disabled.active,
.control-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .control-group.focus .input-group-btn .btn-default.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.input-group-btn .btn {
  background-color: white;
  border: 2px solid #bdc3c7;
  color: #bdc3c7;
  line-height: 18px;
}
.input-group-btn .btn-default {
  color: white;
  background-color: #bdc3c7;
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}
.input-group-lg .input-group-btn .btn {
  line-height: 21px;
}
.input-group-sm .input-group-btn .btn {
  line-height: 19px;
}
.input-group-btn:first-child > .btn {
  border-right-width: 0;
  margin-right: -2px;
}
.input-group-btn:last-child > .btn {
  border-left-width: 0;
  margin-left: -2px;
}
.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
}
.input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
  -moz-border-radius-topright: 20px;
  -ms-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -ms-border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  -moz-border-radius-topright: 27px;
  -ms-border-top-right-radius: 27px;
  -webkit-border-top-right-radius: 27px;
  border-top-right-radius: 27px;
  -moz-border-radius-bottomright: 27px;
  -ms-border-bottom-right-radius: 27px;
  -webkit-border-bottom-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  -moz-border-radius-topright: 25px;
  -ms-border-top-right-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -ms-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  -moz-border-radius-topleft: 20px;
  -ms-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -ms-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  -moz-border-radius-topleft: 27px;
  -ms-border-top-left-radius: 27px;
  -webkit-border-top-left-radius: 27px;
  border-top-left-radius: 27px;
  -moz-border-radius-bottomleft: 27px;
  -ms-border-bottom-left-radius: 27px;
  -webkit-border-bottom-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  -moz-border-radius-topleft: 25px;
  -ms-border-top-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -ms-border-bottom-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.input-group-rounded .input-group-btn + .form-control {
  padding-left: 0;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-transition: all color 0.25s linear ease-out;
  -moz-transition: all color 0.25s linear ease-out;
  -o-transition: all color 0.25s linear ease-out;
  transition: all color 0.25s linear ease-out;
  font-size: 14px;
  line-height: 1.5;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-transition: all color 0.25s linear ease-out;
  -moz-transition: all color 0.25s linear ease-out;
  -o-transition: all color 0.25s linear ease-out;
  transition: all color 0.25s linear ease-out;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-transition: all color 0.25s linear ease-out;
  -moz-transition: all color 0.25s linear ease-out;
  -o-transition: all color 0.25s linear ease-out;
  transition: all color 0.25s linear ease-out;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
  color: #1abc9c;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #1abc9c;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-transition: all color 0.25s linear ease-out;
  -moz-transition: all color 0.25s linear ease-out;
  -o-transition: all color 0.25s linear ease-out;
  transition: all color 0.25s linear ease-out;
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
  color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
  color: #1abc9c;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.navbar {
  font-size: 16px;
  min-height: 53px;
  margin-bottom: 30px;
  border: none;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}
@media (min-width: 992px) {
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -21px;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
    -moz-border-radius-topleft: 4px;
    -ms-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -ms-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -21px;
  }
  .navbar > .container .navbar-collapse .navbar-nav.navbar-right:last-child,
  .navbar > .shift-payout .payout-overview.affix .affix-container .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -36px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
    border-radius: 0 4px 4px 0;
  }
  .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: -17px;
  }
  .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
  .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 3px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.shift-payout .payout-overview.affix .affix-container > .navbar-header,
.shift-payout .payout-overview.affix .affix-container > .navbar-collapse {
  margin-right: -21px;
  margin-left: -21px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .shift-payout .payout-overview.affix .affix-container > .navbar-header,
  .shift-payout .payout-overview.affix .affix-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}
.navbar-brand {
  font-size: 24px;
  line-height: 1.042;
  font-weight: 700;
  padding: 14px 21px;
}
.navbar-brand > [class*="fui-"] {
  font-size: 19px;
  line-height: 1.263;
  vertical-align: top;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .shift-payout .payout-overview.affix .affix-container .navbar-brand {
    margin-left: -21px;
  }
}
.navbar-toggle {
  border: none;
  color: #34495e;
  margin: 0 0 0 21px;
  padding: 0 21px;
  height: 53px;
  line-height: 53px;
}
.navbar-toggle:before {
  color: #16a085;
  content: "\e00c";
  font-family: "Flat-UI-Icons";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-transition: all color 0.25s linear ease-out;
  -moz-transition: all color 0.25s linear ease-out;
  -o-transition: all color 0.25s linear ease-out;
  transition: all color 0.25s linear ease-out;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
  color: #1abc9c;
}
.navbar-toggle .icon-bar {
  display: none;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 21px;
  line-height: 23px;
  font-weight: 700;
}
.navbar-nav .dropdown-toggle .caret {
  border-top-color: #16a085;
  border-bottom-color: #16a085;
  border-width: 8px 6px 0;
  margin-left: 12px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background-color: transparent;
}
.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav .open > a:focus .caret,
.navbar-nav .open > a:hover .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
.navbar-nav [class^="fui-"] {
  line-height: 20px;
  position: relative;
  top: 1px;
}
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
  margin-left: 12px;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin: 0 -21px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-input {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-input {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-input,
select[multiple].navbar-input {
  height: auto;
}
.navbar-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 19px;
  padding-left: 19px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 991px) {
  .navbar-form .form-group,
  .navbar-form .control-group {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .navbar-form {
    margin: 3px -21px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-nav + .navbar-form.navbar-left,
  .navbar-form.navbar-right:last-child {
    width: 260px;
  }
}
.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .input-group-addon,
select[multiple].navbar-form .btn {
  height: auto;
}
.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child > .btn,
.navbar-form .input-group-btn:first-child > .dropdown-toggle,
.navbar-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child > .btn,
.navbar-form .input-group-btn:last-child > .dropdown-toggle,
.navbar-form .input-group-btn:first-child > .btn:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-form .form-control {
  font-size: 15px;
  border-radius: 5px;
  display: table-cell;
}
.navbar-form .form-group + .btn,
.navbar-form .control-group + .btn {
  font-size: 15px;
  border-radius: 5px;
  margin-left: 4px;
}
@media (max-width: 991px) {
  .navbar-form .form-group,
  .navbar-form .control-group {
    margin-bottom: 0;
  }
  .navbar-form .form-group + .btn,
  .navbar-form .control-group + .btn {
    margin-top: 9px;
    margin-left: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transition: all all 0s ease-out;
    -moz-transition: all all 0s ease-out;
    -o-transition: all all 0s ease-out;
    transition: all all 0s ease-out;
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0 !important;
    display: block;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -ms-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover {
  background-color: transparent;
}
.navbar-text {
  font-size: 16px;
  line-height: 1.438;
  color: #34495e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 21px;
    margin-right: 21px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-unread,
.navbar-new {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: white;
  font-size: 0;
  font-weight: 700;
  height: 6px;
  line-height: 1;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 35%;
  width: 6px;
  z-index: 10;
}
@media (max-width: 992px) {
  .navbar-unread,
  .navbar-new {
    position: static;
    float: right;
    margin: 0 0 0 10px;
  }
}
.active .navbar-unread,
.active .navbar-new {
  background-color: white;
  display: none;
}
.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  margin: -6px -10px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-default {
  background-color: #34495e;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-default .navbar-toggle:before {
  color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #32475b;
  border-width: 2px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #222f3d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #222f3d;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #222f3d;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #222f3d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #222f3d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ddd;
    background-color: transparent;
  }
}
.navbar-default .navbar-form .form-control {
  border-color: transparent;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control.placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-default .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #919ba4;
}
.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-default .navbar-text {
  color: #34495e;
}
.navbar-default .navbar-text a {
  color: #fff;
}
.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
  color: #fff;
}
.navbar-inverse {
  background-color: #3498db;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-inverse .navbar-toggle:before {
  color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
  color: #fff;
}
.navbar-inverse .navbar-collapse {
  border-color: #2f4154;
  border-width: 2px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #258cd1;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #258cd1;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #258cd1;
  color: #fff;
  border-left-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #4b6075;
  border-bottom-color: #4b6075;
}
.navbar-inverse .navbar-nav > .open > .dropdown-arrow {
  border-top-color: #3498db;
  border-bottom-color: #3498db;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
  background-color: #3498db;
  padding: 3px 4px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
  color: #e1f0fa;
  border-radius: 4px;
  padding: 6px 9px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus {
  color: white;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
  background-color: #2f4154;
  height: 2px;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a {
    border-left-width: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #258cd1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #2f4154;
  }
}
.navbar-inverse .navbar-form .form-control {
  color: #536a81;
  border-color: transparent;
  background-color: #293a4a;
}
.navbar-inverse .navbar-form .form-control:-moz-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control:-moz-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control.placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-inverse .navbar-form .btn {
  color: white;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  background: #16a085;
  border-color: #16a085;
}
.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.navbar-inverse .navbar-form .input-group-btn .btn {
  border-color: transparent;
  background-color: #293a4a;
  color: #526a82;
}
.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  color: #1abc9c;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-form {
    border-color: #2f4154;
    border-width: 2px 0;
  }
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-text a {
  color: #fff;
}
.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
  color: #fff;
}
.navbar-inverse .navbar-btn {
  color: white;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  background: #16a085;
  border-color: #16a085;
}
.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
@media (min-width: 992px) {
  .navbar-embossed > .navbar-collapse {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
  .navbar-embossed.navbar-inverse .navbar-nav .active > a,
  .navbar-embossed.navbar-inverse .navbar-nav .open > a {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
}
.navbar-lg {
  min-height: 76px;
}
.navbar-lg .navbar-brand {
  line-height: 1;
  padding-top: 26px;
  padding-bottom: 26px;
}
.navbar-lg .navbar-brand > [class*="fui-"] {
  font-size: 24px;
  line-height: 1;
}
.navbar-lg .navbar-nav > li > a {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .navbar-lg .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.navbar-lg .navbar-toggle {
  height: 76px;
  line-height: 76px;
}
.navbar-lg .navbar-form {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
.navbar-lg .navbar-text {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}
.navbar-lg .navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-lg .navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-lg .navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.tagsinput {
  background: white;
  border: 2px solid #1abc9c;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #1abc9c;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition: all 0.25s linear ease-out;
  -moz-transition: all 0.25s linear ease-out;
  -o-transition: all 0.25s linear ease-out;
  transition: all 0.25s linear ease-out;
}
.tagsinput .tag:hover {
  background-color: #16a085;
  color: white;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: white;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin: 6px 5px 0 0;
  vertical-align: top;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: white;
  content: "\e00b";
  font-family: "Flat-UI-Icons";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
}
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 9px;
  vertical-align: top;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition: all 0.25s linear ease-out;
  -moz-transition: all 0.25s linear ease-out;
  -o-transition: all 0.25s linear ease-out;
  transition: all 0.25s linear ease-out;
}
.tagsinput-add:hover {
  background-color: #1abc9c;
}
.tagsinput-add:before {
  content: "\e009";
  font-family: "Flat-UI-Icons";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.72222;
  color: #95a5a6;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -moz-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  -o-transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
  transition: all border .25s linear, color .25s linear, background-color .25s linear ease-out;
}
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .twitter-typeahead .tt-query,
.form-group.focus .twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus,
.control-group.focus .twitter-typeahead .tt-query,
.control-group.focus .twitter-typeahead .tt-hint {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.twitter-typeahead .tt-query:-moz-placeholder,
.twitter-typeahead .tt-hint:-moz-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #bdc3c7;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query:-moz-placeholder,
.twitter-typeahead .tt-hint:-moz-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #bdc3c7;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query.placeholder,
.twitter-typeahead .tt-hint.placeholder {
  color: #bdc3c7;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  cursor: not-allowed;
  background-color: #f4f6f6;
}
textarea.twitter-typeahead .tt-query,
textarea.twitter-typeahead .tt-hint {
  height: auto;
}
.twitter-typeahead .tt-query:-moz-placeholder,
.twitter-typeahead .tt-hint:-moz-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query:-moz-placeholder,
.twitter-typeahead .tt-hint:-moz-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query.placeholder,
.twitter-typeahead .tt-hint.placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .twitter-typeahead .tt-query,
.form-group.focus .twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus,
.control-group.focus .twitter-typeahead .tt-query,
.control-group.focus .twitter-typeahead .tt-hint {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.twitter-typeahead .tt-query.flat,
.twitter-typeahead .tt-hint.flat {
  border-color: transparent;
}
.twitter-typeahead .tt-query.flat:hover,
.twitter-typeahead .tt-hint.flat:hover {
  border-color: #bdc3c7;
}
.twitter-typeahead .tt-query.flat:focus,
.twitter-typeahead .tt-hint.flat:focus {
  border-color: #1abc9c;
}
.twitter-typeahead .tt-query + .input-icon,
.twitter-typeahead .tt-hint + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: white;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  color: #555;
}
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: white;
  border-radius: 6px;
}
.twitter-typeahead .tt-suggestion p {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.429;
  margin: 0;
}
.twitter-typeahead .tt-suggestion:first-child p,
.twitter-typeahead .tt-suggestion:last-child p {
  padding: 6px 14px;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #16a085;
}
.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background: #1abc9c;
  line-height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #3498db;
}
.ui-slider {
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  border: 0;
  background-image: none;
  filter: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.ui-slider > .progress-bar-default {
  background-color: #c6c6c6;
}
.ui-slider > .progress-bar-success {
  background-color: #45b6af;
}
.ui-slider > .progress-bar-info {
  background-color: #89c4f4;
}
.ui-slider > .progress-bar-danger {
  background-color: #f3565d;
}
.ui-slider > .progress-bar-warning {
  background-color: #dfba49;
}
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-transition: all background 0.25s ease-out;
  -moz-transition: all background 0.25s ease-out;
  -o-transition: all background 0.25s ease-out;
  transition: all background 0.25s ease-out;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}
.ui-slider-range {
  background-color: #1abc9c;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.ui-slider-value {
  float: right;
  font-size: 13px;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -9px;
  top: -3px;
}
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
  margin-left: -15px;
}
.ui-slider-horizontal .ui-slider-range {
  border-radius: 30px 0 0 30px;
}
.ui-slider-horizontal .ui-slider-segment {
  float: left;
  margin: 3px -6px 0 0;
}
.ui-slider-vertical {
  width: 12px;
}
.ui-slider-vertical .ui-slider-handle {
  margin-left: -3px;
  margin-bottom: -11px;
  top: auto;
}
.ui-slider-vertical .ui-slider-range {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 30px 30px;
}
.ui-slider-vertical .ui-slider-segment {
  position: absolute;
  right: 3px;
}
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: white;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
  line-height: 1.313;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}
ul.pagination_old {
  background: #d6dbdf;
  color: white;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
}
ul.pagination_old li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
ul.pagination_old li:first-child {
  border-radius: 6px 0 0 6px;
}
ul.pagination_old li:first-child.previous + li > a,
ul.pagination_old li:first-child.previous + li > span {
  border-left-width: 5px;
}
ul.pagination_old li:last-child {
  border-radius: 0 6px 6px 0;
  margin-right: 0;
}
ul.pagination_old li:last-child > a {
  border-radius: 50px;
}
ul.pagination_old li.previous > a,
ul.pagination_old li.next > a,
ul.pagination_old li.previous > span,
ul.pagination_old li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
ul.pagination_old li.previous > a,
ul.pagination_old li.next > a,
ul.pagination_old li.previous > span,
ul.pagination_old li.next > span,
ul.pagination_old li.previous > a:hover,
ul.pagination_old li.next > a:hover,
ul.pagination_old li.previous > span:hover,
ul.pagination_old li.next > span:hover,
ul.pagination_old li.previous > a:focus,
ul.pagination_old li.next > a:focus,
ul.pagination_old li.previous > span:focus,
ul.pagination_old li.next > span:focus {
  border-color: #e4e7ea !important;
}
@media (max-width: 480px) {
  ul.pagination_old li.previous > a,
  ul.pagination_old li.next > a,
  ul.pagination_old li.previous > span,
  ul.pagination_old li.next > span {
    margin-right: 0;
  }
}
ul.pagination_old li.next {
  margin-left: 9px;
}
ul.pagination_old li.next > a,
ul.pagination_old li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
ul.pagination_old li.active > a,
ul.pagination_old li.active > span {
  border-width: 2px !important;
  margin: 10px 5px 9px;
  border-radius: 50px;
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
}
ul.pagination_old li.active > a:hover,
ul.pagination_old li.active > span:hover,
ul.pagination_old li.active > a:focus,
ul.pagination_old li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #d6dbdf;
}
ul.pagination_old li.active.previous,
ul.pagination_old li.active.next {
  border-color: #e4e7ea;
}
ul.pagination_old li.active.previous > a,
ul.pagination_old li.active.next > a,
ul.pagination_old li.active.previous > span,
ul.pagination_old li.active.next > span {
  margin: 0;
}
ul.pagination_old li.active.previous > a,
ul.pagination_old li.active.next > a,
ul.pagination_old li.active.previous > span,
ul.pagination_old li.active.next > span,
ul.pagination_old li.active.previous > a:hover,
ul.pagination_old li.active.next > a:hover,
ul.pagination_old li.active.previous > span:hover,
ul.pagination_old li.active.next > span:hover,
ul.pagination_old li.active.previous > a:focus,
ul.pagination_old li.active.next > a:focus,
ul.pagination_old li.active.previous > span:focus,
ul.pagination_old li.active.next > span:focus {
  background-color: #1abc9c;
  color: white;
}
ul.pagination_old li.active.previous {
  margin-right: 6px;
}
ul.pagination_old li.previous,
ul.pagination_old li.next {
  width: 45px;
  white-space: nowrap;
  overflow: hidden;
}
ul.pagination_old li.previous > a,
ul.pagination_old li.next > a {
  white-space: nowrap;
  overflow: hidden;
}
ul.pagination_old li.previous > a:before,
ul.pagination_old li.next > a:before {
  display: inline-block;
  width: 45px;
}
ul.pagination_old li.previous > a {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.pagination_old li.previous > a:before {
  content: "\e02d";
}
ul.pagination_old li.next > a {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.pagination_old li.next > a:before {
  content: "\e02c";
}
ul.pagination_old li > a,
ul.pagination_old li > span {
  display: inline-block;
  background: white;
  border: 5px solid #d6dbdf;
  color: #d6dbdf;
  font-size: 14px;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -webkit-transition: all background .2s ease-out, border-color 0s ease-out, color .2s ease-out ease-out;
  -moz-transition: all background .2s ease-out, border-color 0s ease-out, color .2s ease-out ease-out;
  -o-transition: all background .2s ease-out, border-color 0s ease-out, color .2s ease-out ease-out;
  transition: all background .2s ease-out, border-color 0s ease-out, color .2s ease-out ease-out;
}
ul.pagination_old li > a:hover,
ul.pagination_old li > span:hover,
ul.pagination_old li > a:focus,
ul.pagination_old li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -webkit-transition: all background .2s ease-out, border-color .2s ease-out, color .2s ease-out ease-out;
  -moz-transition: all background .2s ease-out, border-color .2s ease-out, color .2s ease-out ease-out;
  -o-transition: all background .2s ease-out, border-color .2s ease-out, color .2s ease-out ease-out;
  transition: all background .2s ease-out, border-color .2s ease-out, color .2s ease-out ease-out;
}
ul.pagination_old li > a:active,
ul.pagination_old li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
ul.pagination_old li.first-last-spacer > span,
ul.pagination_old li.first-last-spacer > span:hover {
  background: transparent;
  font-size: 16px;
  color: #000;
  border-color: transparent;
}
 > .btn.previous,
 > .btn.next {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}
 > .btn.previous [class*="fui-"],
 > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}
 > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
 > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}
ul.pagination {
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
}
ul.pagination a.disabled::before,
ul.pagination a.disabled::after {
  opacity: .4;
}
ul.pagination li {
  display: inline-block;
  margin: 0 .2em;
}
ul.pagination li.button {
  display: inline-block;
}
ul.pagination a {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .2em .8em;
  font-size: 1.6rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
ul.pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .6em .8em;
  font-size: 1.6rem;
}
ul.pagination a:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
ul.pagination a.disabled {
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
ul.pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
ul.pagination .button:last-of-type a::after {
  content: ' \00bb';
}
ul.pagination .current {
  background-color: #64a281;
  border-color: #64a281;
  color: #ffffff;
  pointer-events: none;
}
.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}
.pagination-center {
  text-align: center;
}
.pagination-center ul.pagination {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.tooltip {
  font-size: 14px;
  line-height: 1.286;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}
.tooltip-inner {
  background-color: #34495e;
  line-height: 1.286;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  border-radius: 6px;
}
.dropdown-menu {
  background-color: #f3f4f5;
  border: none;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open > .dropdown-menu {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #1abc9c;
  color: white;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #16a085;
  color: white;
}
.dropdown-menu li > a {
  color: rgba(52, 73, 94, 0.75);
  padding: 6px 15px 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-transition: all background-color 0.25s ease-out;
  -moz-transition: all background-color 0.25s ease-out;
  -o-transition: all background-color 0.25s ease-out;
  transition: all background-color 0.25s ease-out;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: #e1e4e7;
  color: inherit;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: white;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: white;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .dropdown-menu {
    border-radius: 0 0 6px 6px !important;
  }
}
.dropdown-menu .divider {
  margin-top: 3px;
  margin-bottom: 3px;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 11px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 8px 7px;
  border-color: transparent transparent #f3f4f5 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 19px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.dropdown-inverse {
  background-color: #34495e;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li {
  margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
  border-radius: 2px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
  border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background: #1abc9c;
  color: white;
  position: relative;
  z-index: 1;
}
.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.dropdown-inverse li > a {
  border-radius: 2px;
  color: white;
  padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
  background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
  background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
.bootstrap-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 29px;
  overflow: hidden;
  font-size: 15px;
  line-height: 29px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 30px;
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwxNC41YzAsOC02LjUsMTQuNS0xNC41LDE0LjVoLTUxQzYuNSwyOSwwLDIyLjUsMCwxNC41bDAsMEMwLDYuNSw2LjUsMCwxNC41LDBoNTFDNzMuNSwwLDgwLDYuNSw4MCwxNC41TDgwLDE0LjV6Ii8+DQo8L3N2Zz4NCg==) 0 0 stretch;
}
.bootstrap-switch > div {
  display: inline-block;
  width: 132px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span {
  z-index: 1;
  display: inline-block;
  width: 66px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
}
.bootstrap-switch > div > span > [class^="fui-"] {
  text-indent: 0;
}
.bootstrap-switch > div > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-switch-handle-on {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default {
  box-shadow: inset 0 0 transparent, -16px 0 0 #bdc3c7;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default:before {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary {
  box-shadow: inset 0 0 transparent, -16px 0 0 #34495e;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  background-color: #1abc9c;
  border-color: #34495e;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success {
  box-shadow: inset 0 0 transparent, -16px 0 0 #2ecc71;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success:before {
  background-color: #fff;
  border-color: #2ecc71;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning {
  box-shadow: inset 0 0 transparent, -16px 0 0 #f1c40f;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning:before {
  background-color: #fff;
  border-color: #f1c40f;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info {
  box-shadow: inset 0 0 transparent, -16px 0 0 #3498db;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info:before {
  background-color: #fff;
  border-color: #3498db;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger {
  box-shadow: inset 0 0 transparent, -16px 0 0 #e74c3c;
}
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger:before {
  background-color: #fff;
  border-color: #e74c3c;
}
.bootstrap-switch-handle-off {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bootstrap-switch-handle-off:before {
  position: absolute;
  top: 0;
  left: 51px;
  z-index: 100;
  display: inline-block;
  width: 29px;
  height: 29px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  content: " ";
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
}
.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.25s ease-out;
  transition: margin-left 0.25s ease-out;
}
.bootstrap-switch-on > div {
  margin-left: 0;
}
.bootstrap-switch-off > div {
  margin-left: -51px;
}
.bootstrap-switch-disabled,
.bootstrap-switch-readonly {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: .5;
}
.bootstrap-switch-disabled > div > span,
.bootstrap-switch-readonly > div > span,
.bootstrap-switch-disabled > div > label,
.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}
.bootstrap-switch-focused {
  outline: 0;
}
.bootstrap-switch-default {
  color: #fff;
  background-color: #bdc3c7;
}
.bootstrap-switch-default ~ .bootstrap-switch-handle-off:before {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
}
.bootstrap-switch-on .bootstrap-switch-default ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #bdc3c7;
}
.bootstrap-switch-primary {
  color: #1abc9c;
  background-color: #34495e;
}
.bootstrap-switch-primary ~ .bootstrap-switch-handle-off:before {
  background-color: #1abc9c;
  border-color: #34495e;
}
.bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #34495e;
}
.bootstrap-switch-info {
  color: #fff;
  background-color: #3498db;
}
.bootstrap-switch-info ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #3498db;
}
.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #3498db;
}
.bootstrap-switch-success {
  color: #fff;
  background-color: #2ecc71;
}
.bootstrap-switch-success ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #2ecc71;
}
.bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #2ecc71;
}
.bootstrap-switch-warning {
  color: #fff;
  background-color: #f1c40f;
}
.bootstrap-switch-warning ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #f1c40f;
}
.bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #f1c40f;
}
.bootstrap-switch-danger {
  color: #fff;
  background-color: #e74c3c;
}
.bootstrap-switch-danger ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #e74c3c;
}
.bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #e74c3c;
}
.bootstrap-switch-square .bootstrap-switch {
  border-radius: 4px;
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwyNWMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDcyYzIuMiwwLDQsMS44LDQsNFYyNXoiLz4NCjwvc3ZnPg0K) 0 0 stretch;
}
.bootstrap-switch-square .bootstrap-switch > div {
  border-radius: 4px;
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-on {
  text-indent: -15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off:before {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.bootstrap-switch-square .bootstrap-switch-off .bootstrap-switch-handle-off:before {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.share {
  background-color: #eff0f2;
  position: relative;
  border-radius: 6px;
}
.share:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #eff0f2 transparent;
  height: 0;
  position: absolute;
  left: 23px;
  top: -9px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
.share ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
}
.share li {
  font-size: 15px;
  line-height: 1.4;
  padding-top: 11px;
}
.share li:before,
.share li:after {
  content: " ";
  display: table;
}
.share li:after {
  clear: both;
}
.share li:before,
.share li:after {
  content: " ";
  display: table;
}
.share li:after {
  clear: both;
}
.share li:before,
.share li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.share li:after {
  clear: both;
}
.share li:before,
.share li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.share li:after {
  clear: both;
}
.share li:first-child {
  padding-top: 0;
}
.share .toggle {
  float: right;
  margin: 0;
}
.share .btn {
  border-radius: 0 0 6px 6px;
}
.share-label {
  float: left;
  font-size: 15px;
  line-height: 1.4;
  padding-top: 5px;
  width: 50%;
}
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  display: none;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom: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: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.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 a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 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;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.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: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #bdc3c7;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #34495e;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #34495e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #bdc3c7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #34495e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #bdc3c7;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #bdc3c7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 27px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #bdc3c7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  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;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
/**
 * bootstrap-multiselect.less
 * https://github.com/davidstutz/bootstrap-multiselect
 *
 * Copyright 2012 - 2014 David Stutz
 *
 * Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
 */
.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 {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.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;
  float: none;
  display: inline-block;
  opacity: 1;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.multiselect-container {
  min-width: 240px;
}
.multiselect-container .bt-select-dropdown {
  background: #e2e2e2;
  border: 0;
  border-radius: 0;
}
.multiselect-container .bt-select-dropdown select {
  font-size: 13px;
  padding-left: 8px;
}
.multiselect-item.filter .input-group {
  margin: 0;
}
.multiselect-item.filter .input-group .input-group-addon {
  border-radius: 0;
}
.multiselect-item.filter .input-group input {
  width: 100%;
  max-width: 100% !important;
  border-radius: 0;
  background: #ececec;
}
.pallete-item {
  width: 140px;
  float: left;
  margin: 0 0 20px 20px;
}
.palette {
  font-size: 14px;
  line-height: 1.214;
  color: white;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
.palette dt,
.palette dd {
  line-height: 1.429;
}
.palette dt {
  display: block;
  font-weight: bold;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.palette dd {
  font-weight: 300;
  margin-left: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-font-smoothing: subpixel-antialiased;
}
.palette-turquoise {
  background-color: #1abc9c;
}
.palette-green-sea {
  background-color: #16a085;
}
.palette-emerald {
  background-color: #2ecc71;
}
.palette-nephritis {
  background-color: #27ae60;
}
.palette-peter-river {
  background-color: #3498db;
}
.palette-belize-hole {
  background-color: #2980b9;
}
.palette-amethyst {
  background-color: #9b59b6;
}
.palette-wisteria {
  background-color: #8e44ad;
}
.palette-wet-asphalt {
  background-color: #34495e;
}
.palette-midnight-blue {
  background-color: #2c3e50;
}
.palette-sun-flower {
  background-color: #f1c40f;
}
.palette-orange {
  background-color: #f39c12;
}
.palette-carrot {
  background-color: #e67e22;
}
.palette-pumpkin {
  background-color: #d35400;
}
.palette-alizarin {
  background-color: #e74c3c;
}
.palette-pomegranate {
  background-color: #c0392b;
}
.palette-clouds {
  background-color: #ecf0f1;
}
.palette-silver {
  background-color: #bdc3c7;
}
.palette-concrete {
  background-color: #95a5a6;
}
.palette-asbestos {
  background-color: #7f8c8d;
}
.palette-clouds {
  color: #bdc3c7;
}
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}
.palette-paragraph span {
  color: #bdc3c7;
}
.palette-headline {
  color: #7f8c8d;
  font-size: 13px;
  font-weight: 700;
  margin-top: -3px;
}
.tile {
  background-color: #eff0f2;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center;
}
.tile.tile-hot:before {
  background: url(../images/tile/ribbon.png) 0 0 no-repeat;
  background-size: 82px 82px;
  content: '';
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}
.tile p {
  font-size: 15px;
  margin-bottom: 33px;
}
.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom;
}
.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}
.tile-title {
  font-size: 20px;
  margin: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .tile.tile-hot:before {
    background-image: url(../images/tile/ribbon-2x.png);
  }
}
.todo,
.user-select-list {
  color: #798795;
  margin-bottom: 20px;
  border-radius: 6px;
}
.todo ul,
.user-select-list .list-group {
  background-color: #2c3e50;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0 0 6px 6px;
}
.todo li {
  background: #34495e url(../images/todo/todo.png) 92% center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.214;
  margin-top: 2px;
  padding: 18px 42px 21px 25px;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.todo li:first-child {
  margin-top: 0;
}
.todo li:last-child {
  border-radius: 0 0 6px 6px;
  padding-bottom: 21px;
}
.todo li.todo-done {
  background: transparent url(../images/todo/done.png) 92% center no-repeat;
  background-size: 20px 20px;
  color: #1abc9c;
}
.todo li.todo-done .todo-name {
  color: #1abc9c;
}
.todo-search {
  position: relative;
  background: #1abc9c;
  background-size: 16px 16px;
  border-radius: 6px 6px 0 0;
  color: #34495e;
  padding: 19px 25px 20px;
}
.todo-search:before {
  position: absolute;
  font-family: 'Flat-UI-Icons';
  content: "\e01c";
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  top: 50%;
  left: 92%;
  margin: -0.5em 0 0 -1em;
}
input.todo-search-field {
  background: none;
  border: none;
  color: #34495e;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  line-height: 23px;
  padding: 5px 0;
  text-indent: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.todo-search-field:-moz-placeholder {
  color: #34495e;
}
input.todo-search-field::-moz-placeholder {
  color: #34495e;
  opacity: 1;
}
input.todo-search-field:-ms-input-placeholder {
  color: #34495e;
}
input.todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}
input.todo-search-field:-moz-placeholder {
  color: #34495e;
}
input.todo-search-field::-moz-placeholder {
  color: #34495e;
  opacity: 1;
}
input.todo-search-field:-ms-input-placeholder {
  color: #34495e;
}
input.todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}
input.todo-search-field.placeholder {
  color: #34495e;
}
.todo-icon {
  float: left;
  font-size: 24px;
  padding: 11px 22px 0 0;
}
.todo-content,
.user-select-list .list-group > a.employee-list-item .employee-info {
  padding-top: 1px;
  overflow: hidden;
}
.todo-name {
  color: white;
  font-size: 17px;
  margin: 1px 0 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .todo li {
    background-image: url(../images/todo/todo-2x.png);
  }
  .todo li.todo-done {
    background-image: url(../images/todo/done-2x.png);
  }
}
.video-js {
  background-color: transparent;
  margin-top: -95px;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.video-js:-moz-full-screen {
  position: absolute;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.vjs-poster {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 6px 6px 0 0;
}
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.video-js .vjs-text-track {
  display: none;
  color: white;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff;
}
.video-js .vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
.vjs-fade-in {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
  transition: visibility 0s linear 0s, opacity .3s linear;
  -webkit-transition: all visibility 0s linear 0s, opacity .3s linear ease-out;
  -moz-transition: all visibility 0s linear 0s, opacity .3s linear ease-out;
  -o-transition: all visibility 0s linear 0s, opacity .3s linear ease-out;
  transition: all visibility 0s linear 0s, opacity .3s linear ease-out;
}
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  -webkit-transition: all visibility 0s linear 1.5s, opacity 1.5s linear ease-out;
  -moz-transition: all visibility 0s linear 1.5s, opacity 1.5s linear ease-out;
  -o-transition: all visibility 0s linear 1.5s, opacity 1.5s linear ease-out;
  transition: all visibility 0s linear 1.5s, opacity 1.5s linear ease-out;
}
.vjs-control-bar {
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 47px;
  color: white;
  background: #273747;
  border-radius: 0 0 6px 6px;
}
.vjs-control-bar.vjs-fade-out {
  visibility: visible !important;
  opacity: 1 !important;
}
.vjs-control {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 18px;
  width: 18px;
}
.vjs-control:focus {
  outline: 0;
}
.vjs-control div {
  background-position: center center;
  background-repeat: no-repeat;
}
.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-play-control {
  cursor: pointer !important;
  height: 47px;
  left: 0;
  position: absolute;
  top: 0;
  width: 58px;
}
.vjs-play-control div {
  position: relative;
  height: 47px;
}
.vjs-play-control div:before,
.vjs-play-control div:after {
  position: absolute;
  font-family: "Flat-UI-Icons";
  color: #1abc9c;
  font-size: 16px;
  top: 50%;
  left: 50%;
  margin: -0.55em 0 0 -0.5em;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
  -webkit-transition: all color .25s, opacity .25s ease-out;
  -moz-transition: all color .25s, opacity .25s ease-out;
  -o-transition: all color .25s, opacity .25s ease-out;
  transition: all color .25s, opacity .25s ease-out;
}
.vjs-play-control div:after {
  content: "\e03b";
}
.vjs-play-control div:before {
  content: "\e03c";
}
.vjs-paused .vjs-play-control:hover div:before {
  color: #16a085;
}
.vjs-paused .vjs-play-control div:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.vjs-paused .vjs-play-control div:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.vjs-playing .vjs-play-control:hover div:after {
  color: #16a085;
}
.vjs-playing .vjs-play-control div:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.vjs-playing .vjs-play-control div:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.vjs-rewind-control {
  width: 5em;
  cursor: pointer !important;
}
.vjs-rewind-control div {
  width: 19px;
  height: 16px;
  background: none transparent;
  margin: .5em auto 0;
}
.vjs-mute-control {
  background: url(../images/video/volume-full.png) center -48px no-repeat;
  background-size: 16px 64px;
  cursor: pointer !important;
  position: absolute;
  right: 51px;
  top: 14px;
}
.vjs-mute-control:hover div,
.vjs-mute-control:focus div {
  opacity: 0;
}
.vjs-mute-control.vjs-vol-0,
.vjs-mute-control.vjs-vol-0 div {
  background-image: url(../images/video/volume-off.png);
}
.vjs-mute-control div {
  background: #273747 url(../images/video/volume-full.png) no-repeat center 2px;
  background-size: 16px 64px;
  height: 18px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition: all opacity 0.25s ease-out;
  -moz-transition: all opacity 0.25s ease-out;
  -o-transition: all opacity 0.25s ease-out;
  transition: all opacity 0.25s ease-out;
}
.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar {
  display: none;
}
.vjs-progress-control {
  position: absolute;
  left: 60px;
  right: 180px;
  height: 12px;
  width: auto;
  top: 18px;
  background: #425669;
  border-radius: 32px;
}
.vjs-progress-holder {
  position: relative;
  cursor: pointer !important;
  padding: 0;
  margin: 0;
  height: 12px;
}
.vjs-play-progress,
.vjs-load-progress {
  position: absolute;
  display: block;
  height: 12px;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  border-radius: 32px;
}
.vjs-play-progress {
  background: #1abc9c;
  left: -1px;
}
.vjs-load-progress {
  background: #d6dbdf;
  border-radius: 32px 0 0 32px;
}
.vjs-load-progress[style*='100%'],
.vjs-load-progress[style*='99%'] {
  border-radius: 32px;
}
.vjs-seek-handle {
  background-color: #16a085;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 1px;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-transition: all background-color 0.25s ease-out;
  -moz-transition: all background-color 0.25s ease-out;
  -o-transition: all background-color 0.25s ease-out;
  transition: all background-color 0.25s ease-out;
}
.vjs-seek-handle[style*='95.'] {
  margin-left: 3px;
}
.vjs-seek-handle[style='left: 0%;'] {
  margin-left: -2px;
}
.vjs-seek-handle:hover,
.vjs-seek-handle:focus {
  background-color: #148d75;
}
.vjs-seek-handle:active {
  background-color: #117a65;
}
.vjs-time-controls {
  position: absolute;
  height: 20px;
  width: 50px;
  top: 16px;
  font: 300 13px "Lato", Helvetica, Arial, sans-serif;
}
.vjs-current-time {
  right: 128px;
  text-align: right;
}
.vjs-duration {
  color: #5d6d7e;
  right: 69px;
  text-align: left;
}
.vjs-remaining-time {
  display: none;
}
.vjs-time-divider {
  color: #5d6d7e;
  font-size: 14px;
  position: absolute;
  right: 121px;
  top: 15px;
}
.vjs-secondary-controls {
  float: right;
}
.vjs-fullscreen-control {
  background-image: url(../images/video/fullscreen.png);
  background-position: center -47px;
  background-size: 15px 64px;
  cursor: pointer !important;
  position: absolute;
  right: 17px;
  top: 13px;
}
.vjs-fullscreen-control:hover div,
.vjs-fullscreen-control:focus div {
  opacity: 0;
}
.vjs-fullscreen-control div {
  height: 18px;
  background: url(../images/video/fullscreen.png) no-repeat center 2px;
  background-size: 15px 64px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transition: all opacity 0.25s ease-out;
  -moz-transition: all opacity 0.25s ease-out;
  -o-transition: all opacity 0.25s ease-out;
  transition: all opacity 0.25s ease-out;
}
.vjs-menu-button {
  display: none !important;
}
@-webkit-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sharp {
  0% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vjs-loading-spinner {
  background: #ebedee;
  display: none;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius: 10px;
  -webkit-animation: sharp 2s ease infinite;
  animation: sharp 2s ease infinite;
}
.login {
  background-size: 940px 778px;
  color: white;
  margin-bottom: 77px;
  padding: 38px 38px 267px;
  position: relative;
}
.login-screen {
  background-color: #1abc9c;
  min-height: 473px;
  padding: 123px 199px 33px 306px;
}
.login-icon {
  left: 200px;
  position: absolute;
  top: 160px;
  width: 96px;
}
.login-icon > img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
.login-icon > h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 34px;
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
.login-icon > h4 small {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: 700;
}
.login-form {
  background-color: #edeff1;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 6px;
}
.login-form .control-group {
  margin-bottom: 6px;
  position: relative;
}
.login-form .login-field {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
}
.login-form .login-field:focus {
  border-color: #1abc9c;
}
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
.login-form .login-field-icon {
  color: #bfc9ca;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .login {
    background-image: url(../images/login/imac-2x.png);
  }
}
footer {
  background-color: #edeff1;
  color: #bac1c8;
  font-size: 15px;
  padding: 0;
}
footer a {
  color: #9aa4af;
  font-weight: 700;
}
footer p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer-title {
  margin: 0 0 22px;
  padding-top: 21px;
  font-size: 24px;
  line-height: 40px;
}
.footer-brand {
  display: block;
  margin-bottom: 26px;
  width: 220px;
}
.footer-brand img {
  width: 216px;
}
.footer-banner {
  background-color: #1abc9c;
  color: #d1f2eb;
  margin-left: 42px;
  min-height: 316px;
  padding: 0 30px 30px;
}
.footer-banner .footer-title {
  color: white;
}
.footer-banner a {
  color: #b7f5e9;
  text-decoration: underline;
}
.footer-banner a:hover {
  text-decoration: none;
}
.footer-banner ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}
.footer-banner ul li {
  border-top: 1px solid #1bc5a3;
  line-height: 19px;
  padding: 6px 0;
}
.footer-banner ul li:first-child {
  border-top: none;
  padding-top: 1px;
}
.last-col {
  overflow: hidden;
}
.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prx,
.phx,
.pax {
  padding-right: 3px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 20px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.plx,
.phx,
.pax {
  padding-left: 3px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 20px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mtx,
.mvx,
.max {
  margin-top: 3px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrx,
.mhx,
.max {
  margin-right: 3px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mlx,
.mhx,
.max {
  margin-left: 3px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}
.mll,
.mhl,
.mal {
  margin-left: 20px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #34495e;
}
.has-error > .help-block,
.has-error > .control-label,
.has-error > .radio,
.has-error > .checkbox,
.has-error > .radio-inline,
.has-error > .checkbox-inline {
  color: #e74c3c;
}
.has-error > .help-block:hover,
.has-error > .control-label:hover,
.has-error > .radio:hover,
.has-error > .checkbox:hover,
.has-error > .radio-inline:hover,
.has-error > .checkbox-inline:hover {
  color: #d62c1a;
}
a.has-error > .help-block:hover,
a.has-error > .control-label:hover,
a.has-error > .radio:hover,
a.has-error > .checkbox:hover,
a.has-error > .radio-inline:hover,
a.has-error > .checkbox-inline:hover {
  color: #b93d30;
}
select.form-control {
  -webkit-appearance: normal;
  display: inline-block;
  width: auto;
}
/** DATE RANGE WIDGET **/
form#shift-filter-form #transaction_filter_range_control_group {
  display: block;
  width: 100%;
  margin: 0;
}
form#shift-filter-form #transaction_filter_range_control_group label.control-label {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  margin: 0;
  line-height: 30px;
}
form#shift-filter-form #transaction_filter_range_control_group .controls {
  float: right;
  float: right !important;
}
.date-range-widget {
  display: inline-block;
  margin-left: 8px;
}
.date-range-widget .date-range-wrapper .range-display {
  line-height: 32px;
  display: block;
}
.date-range-widget .date-range-wrapper .btn-group > .btn + .dropdown-toggle {
  padding-left: 6px;
  padding-right: 6px;
}
.date-range-widget .date-range-wrapper .btn-group > .btn + .dropdown-toggle .caret {
  border-width: 6px 5px;
}
.date-range-widget .input-container {
  width: 375px;
  padding-bottom: 0;
}
.date-range-widget .input-container .date-options,
.date-range-widget .input-container .date-range-inputs {
  display: table;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.date-range-widget .input-container .date-options .date-column,
.date-range-widget .input-container .date-range-inputs .date-column,
.date-range-widget .input-container .date-options .input-column,
.date-range-widget .input-container .date-range-inputs .input-column {
  display: table-cell;
}
.date-range-widget .input-container .date-options .date-column .input-append input,
.date-range-widget .input-container .date-range-inputs .date-column .input-append input,
.date-range-widget .input-container .date-options .input-column .input-append input,
.date-range-widget .input-container .date-range-inputs .input-column .input-append input {
  width: 110px;
}
.date-range-widget .input-container .date-options .date-column.from-date,
.date-range-widget .input-container .date-range-inputs .date-column.from-date,
.date-range-widget .input-container .date-options .input-column.from-date,
.date-range-widget .input-container .date-range-inputs .input-column.from-date,
.date-range-widget .input-container .date-options .date-column.to-date,
.date-range-widget .input-container .date-range-inputs .date-column.to-date,
.date-range-widget .input-container .date-options .input-column.to-date,
.date-range-widget .input-container .date-range-inputs .input-column.to-date {
  padding-right: 6px;
  width: 160px;
}
.date-range-widget .input-container .date-options .date-column.input-submit,
.date-range-widget .input-container .date-range-inputs .date-column.input-submit,
.date-range-widget .input-container .date-options .input-column.input-submit,
.date-range-widget .input-container .date-range-inputs .input-column.input-submit {
  padding-top: 30px;
  vertical-align: middle;
}
.date-range-widget .input-container .date-options {
  padding: 0 10px 10px 0;
}
.date-range-widget .input-container .date-options a {
  color: #0090fd;
  display: block;
  text-align: center;
  padding: 3px;
}
.date-range-widget .input-container .date-range-inputs {
  border-top: 1px solid #dde7f7;
  padding: 10px;
  background-color: #fcfcfc;
}
.date-range-widget .input-container .date-range-inputs label {
  display: block;
  color: #8c9398;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
/* user dropdown */
.dropdown-user-item img,
.profile-choice-widget .selected-container img,
.profile-choice-widget .dropdown-menu li img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.profile-choice-widget {
  min-width: 260px;
}
.profile-choice-widget > .btn {
  height: 45px;
}
.profile-choice-widget > .btn,
.profile-choice-widget > .btn:hover {
  color: #333333;
}
.profile-choice-widget .dropdown-menu {
  max-height: 200px !important;
}
.profile-choice-widget.open > .dropdown-toggle {
  color: #000;
}
.profile-choice-widget .selected-container img,
.profile-choice-widget .dropdown-menu li img {
  width: 30px;
  height: 30px;
}
.profile-choice-widget .btn > .selected-container {
  line-height: 45px;
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
}
.profile-choice-widget .btn > .selected-container a,
.profile-choice-widget .btn > .selected-container a:hover {
  color: #333333;
}
.profile-choice-widget .btn > .selected-container a img {
  border: 1px solid #2980b9;
}
.profile-choice-widget .dropdown-menu {
  max-height: 100px;
  width: 100%;
}
.profile-choice-widget .dropdown-menu li {
  cursor: pointer;
}
.profile-choice-widget .dropdown-menu li.selected img {
  border: 2px solid #2980b9;
}
/** Profile Selector */
.profile-select ul.dropdown-menu > li > a {
  white-space: normal;
}
.profile-select ul.dropdown-menu > li > a img {
  float: left;
  margin-right: 3px;
}
.profile-selector {
  position: relative;
  width: 300px;
}
.profile-selector .profile-selected {
  display: none;
}
.profile-selector.selected-profile .profile-select {
  display: none;
}
.profile-selector.selected-profile .profile-selected {
  display: block;
}
.profile-selector .form-group,
.profile-selector .control-group {
  margin-bottom: 0;
}
.profile-selector .form-group i,
.profile-selector .control-group i {
  display: none;
}
.profile-selector .form-group.in-progress i,
.profile-selector .control-group.in-progress i {
  display: inline-block;
}
.profile-selector .dropdown-arrow {
  border-bottom-color: #34495e;
}
.profile-selector .dropdown-menu {
  width: 100%;
  border: 2px solid #34495e;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile-selector .dropdown-menu li {
  padding: 10px;
}
/**  Form Widgets   **/
.form-group-horizontal:before,
.form-group-horizontal:after {
  content: " ";
  display: table;
}
.form-group-horizontal:after {
  clear: both;
}
.form-group-horizontal:before,
.form-group-horizontal:after {
  content: " ";
  display: table;
}
.form-group-horizontal:after {
  clear: both;
}
.form-group-horizontal:before,
.form-group-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-group-horizontal:after {
  clear: both;
}
.form-group-horizontal:before,
.form-group-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-group-horizontal:after {
  clear: both;
}
.form-group-horizontal label {
  float: left;
}
.form-group-horizontal .form-control {
  float: right;
  width: auto;
}
.form-group-horizontal span.help-block {
  display: block;
  clear: both;
}
.form-footer {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  color: #0f0;
}
.form-footer:before,
.form-footer:after {
  content: " ";
  display: table;
}
.form-footer:after {
  clear: both;
}
.form-footer:before,
.form-footer:after {
  content: " ";
  display: table;
}
.form-footer:after {
  clear: both;
}
.form-footer:before,
.form-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-footer:after {
  clear: both;
}
.form-footer:before,
.form-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-footer:after {
  clear: both;
}
.frequency-selector-widget .day-of-week div {
  display: inline;
}
.btn-group > .dropdown-menu {
  max-height: 220px;
  overflow: auto;
  overflow-x: hidden;
}
.btn-group > .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Shorthand border-radius properties to top corners.
 */
/**
 * Shorthand border-radius properties to left corners.
 */
/**
 * Shorthand border-radius properties to bottom corners.
 */
/**
 * Shorthand border-radius properties to right corners.
 */
/**
 * The "real" border-radius properties, as defined by W3C.
 *
 * They are used internally by shorthands definitions,
 * but you are free to use them also if you want.
 *
 * @see http://www.w3.org/TR/css3-background/#the-border-radius
 */
/**
 * Border-radius property to top left corner.
 */
/**
 * Border-radius property to top right corner.
 */
/**
 * Border-radius property to bottom right corner.
 */
/**
 * Border-radius property to bottom left corner.
 */
.blue-radial-bg {
  background: #2c95b5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyYzk1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDc3MzkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #2c95b5 0%, #077390 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2c95b5), color-stop(100%, #077390));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2c95b5 0%, #077390 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2c95b5 0%, #077390 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2c95b5 0%, #077390 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2c95b5 0%, #077390 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c95b5', endColorstr='#077390', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
.light-gray-gradient-bg {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
}
.border-box {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-radius {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.p-10 {
  padding: 10px;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
}
.inner-shadow {
  -webkit-box-shadow: inset 2px 2px 4px 1px #e6e6e6;
  -moz-box-shadow: inset 2px 2px 4px 1px #e6e6e6;
  box-shadow: inset 2px 2px 4px 1px #e6e6e6;
}
.inset-shadow {
  -webkit-box-shadow: inset 0 0 12px #C0C0C0;
  -moz-box-shadow: inset 0 0 12px #C0C0C0;
  box-shadow: inset 0 0 12px #C0C0C0;
}
.stitched {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  border: 2px dashed #f0f0f0;
}
.text-no-wrap {
  overflow: hidden;
  /* to hide anything that doesn't fit in the containing element. */
  white-space: nowrap;
  /* to make sure the line doesn't break when it is longer than the containing div. */
  text-overflow: ellipsis;
  /* to do what you want. */
}
.mock-link {
  text-decoration: underline;
  cursor: pointer;
}
.circle,
.autocomplete-container .dropdown-menu li img,
.create-shift-form .field-item .badge {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounded-corners {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounded-row-item {
  padding: 5px;
  margin: 5px;
  background: #fff;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 2px #333333;
  -moz-box-shadow: 2px 2px 2px #333333;
  box-shadow: 2px 2px 2px #333333;
}
.white-container-with-shadow {
  background-color: #fcfdff;
  margin: 8px 0;
  padding: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 2px 0px #999;
  -moz-box-shadow: 1px 1px 2px 0px #999;
  box-shadow: 1px 1px 2px 0px #999;
}
.rounded-container-light-bg {
  background-color: #f7f7f7;
  border-color: #b8b8b8;
  margin: 8px 0;
  padding: 0px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-box-shadow {
  -webkit-box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.85);
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.85);
}
/* This parent can be any width and height */
.vertical-text {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  line-height: 14px;
}
.vertical-center-container .v-content {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
/* The ghost, nudged to maintain perfect centering */
.vertical-center-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.container-with-inner-shadow {
  background: #eff0f2;
  -webkit-box-shadow: inset 0px 0px 9px rgba(57, 52, 22, 0.55);
  -moz-box-shadow: inset 0px 0px 9px rgba(57, 52, 22, 0.55);
  box-shadow: inset 0px 0px 9px rgba(57, 52, 22, 0.55);
}
.container-with-inner-shadow:before,
.container-with-inner-shadow:after {
  content: " ";
  display: table;
}
.container-with-inner-shadow:after {
  clear: both;
}
.container-with-inner-shadow:before,
.container-with-inner-shadow:after {
  content: " ";
  display: table;
}
.container-with-inner-shadow:after {
  clear: both;
}
.container-with-inner-shadow:before,
.container-with-inner-shadow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-with-inner-shadow:after {
  clear: both;
}
.container-with-inner-shadow:before,
.container-with-inner-shadow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-with-inner-shadow:after {
  clear: both;
}
.scroll-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scroll-content::-webkit-scrollbar {
  width: 10px;
}
.scroll-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cbcbcb;
}
.scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}
.scrollbars-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbars-thin::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 6px;
}
.scrollbars-thin::-webkit-scrollbar-thumb:vertical {
  height: 6px;
  background-color: #666;
  -webkit-border-radius: 6px;
}
.scrollbars-thin::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: #666;
  -webkit-border-radius: 6px;
}
.scrollbars-clean,
.scrollbars-thin,
.scrollbars {
  right: 10px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
.scrollbars::-webkit-scrollbar {
  width: 8px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.scrollbars::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
.scrollbars::-webkit-scrollbar-thumb:vertical {
  background: #b8b8b8;
}
.scrollbars::-webkit-scrollbar-thumb:vertical:active {
  background: #0087ce;
}
.scrollbars-clean::-webkit-scrollbar {
  width: 8px;
}
.scrollbars-clean::-webkit-scrollbar-track {
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.scrollbars-clean::-webkit-scrollbar-thumb {
  background: #CCC;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.scrollbars-clean::-webkit-scrollbar-thumb:hover {
  background: #AAA;
}
.scrollbars-clean::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.no-after:after {
  content: "";
}
.no-before:after {
  content: "";
}
.small-uppercase {
  font-size: 10px;
  color: #c0c0c0;
  text-transform: uppercase;
}
.medium-uppercase {
  font-size: 12px;
  text-transform: uppercase;
}
.p-condensed {
  font-size: 13px;
  line-height: 1.4;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.no-margins {
  margin: 0 !important;
}
/* bootstrap 3.0 mapping */
.no-animation {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.disable-selection {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  /* you could also put this in a class */
  -webkit-user-select: none;
  /* and add the CSS class here instead */
  -ms-user-select: none;
  user-select: none;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 13px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #acece6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loading-text {
  animation: blinkingText 0.25s infinite;
}
@keyframes blinkingText {
  0% {
    color: #1abc9c;
  }
  49% {
    color: #1abc9c;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #1abc9c;
  }
}
.open > .dropdown-arrow {
  margin-top: 3px;
}
.open > .dropdown-menu {
  margin-top: 10px;
}
.btn-group > .dropdown-menu {
  max-height: none;
}
.dropup {
  position: relative;
}
.dropdown-menu {
  left: auto;
  right: 0;
}
.open > .dropdown-menu,
.open > .dropdown-menu > li:first-child > a,
.open > .dropdown-menu > li:last-child > a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-dropdown .dropdown-toggle:hover {
  color: #777;
}
.select-dropdown.open .dropdown-menu {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-dropdown.open .dropdown-menu > li:first-child {
  -moz-border-radius-topleft: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-dropdown.open .dropdown-menu > li:last-child {
  -moz-border-radius-bottomleft: 4px;
  -ms-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -ms-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-dropdown.dropdown-light .dropdown-toggle {
  background-color: #f7f7f7;
  color: #333;
}
.select-dropdown.dropdown-light .dropdown-toggle:hover {
  color: #7f8c8d;
}
.select-dropdown.dropdown-light .dropdown-menu > li {
  background-color: #f7f7f7;
}
.select-dropdown.dropdown-light .dropdown-menu > li:first-child {
  border-top: none;
}
.select-dropdown.dropdown-light .dropdown-menu > li:last-child {
  border-bottom: none;
}
.select-dropdown.dropdown-light .dropdown-menu > li:hover {
  background-color: #e8e8e8;
  color: #7f8c8d;
}
.select-dropdown.dropdown-light .dropdown-menu > li.selected {
  background: #eaeaea;
  color: #000;
}
.select .btn .filter-option,
.select .btn .filter-option:hover {
  color: #34495e;
}
.bt-select-dropdown {
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  border: 2px solid #bdc3c7;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bt-select-dropdown:hover {
  border-color: #999;
}
.bt-select-dropdown:before {
  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;
  color: #333;
  display: block;
  font-size: 1em;
  height: 100%;
  line-height: 32px;
  padding: 0 0.625em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  content: "\f0d7";
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bt-select-dropdown:before.pull-left {
  margin-right: .3em;
}
.bt-select-dropdown:before.pull-right {
  margin-left: .3em;
}
.bt-select-dropdown select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #333;
  display: block;
  font-size: 100%;
  line-height: 32px;
  height: 32px;
  margin: 0;
  padding: 0 29px 0 .25em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bt-select-dropdown select::-ms-expand {
  display: none;
  /* to ie 10 */
}
.bt-select-dropdown select:focus {
  outline: none;
}
:-moz-any(.bt-select-dropdown):before {
  background-color: transparent;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */
}
.date-row .bt-select-dropdown {
  display: inline-block;
}
button.multiselect .caret {
  border-width: 6px 5px;
}
.navbar-form .multiselect-container label.checkbox,
.multiselect-container label.checkbox,
.navbar-form .multiselect-container label.radio,
.multiselect-container label.radio {
  display: block;
  padding-left: 40px;
}
.navbar-form .multiselect-container label.checkbox input[type="radio"],
.multiselect-container label.checkbox input[type="radio"],
.navbar-form .multiselect-container label.radio input[type="radio"],
.multiselect-container label.radio input[type="radio"],
.navbar-form .multiselect-container label.checkbox input[type="checkbox"],
.multiselect-container label.checkbox input[type="checkbox"],
.navbar-form .multiselect-container label.radio input[type="checkbox"],
.multiselect-container label.radio input[type="checkbox"] {
  display: block;
  margin-left: -20px;
  float: left;
}
/***
Customized Bootstrap Dropdowns
***/
/***
Dropdowns
***/
.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
  border-color: #ddd;
}
/***
Dropdown Menu
***/
.actions .open > .dropdown-menu {
  display: block;
}
.actions .dropdown-menu {
  min-width: 175px;
  max-width: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  background-color: #ffffff;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #eeeeee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.actions .dropdown-menu li > a:hover,
.actions .dropdown-menu .active > a,
.actions .dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #f6f6f6;
  color: #555555;
  filter: none;
}
.actions .dropdown-menu li.divider {
  background: #f1f3f6;
}
.actions .dropdown-menu li.dropdown-header {
  padding: 8px 14px 2px 14px;
}
.actions .dropdown-menu li > a {
  padding: 8px 14px;
  color: #555555;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
}
.actions .dropdown-menu li > a > [class*="fa-"] {
  color: #888888;
}
.actions .dropdown-menu li > a > [class*="icon-"] {
  color: #666666;
}
.actions .dropdown-menu li > a > [class*="glyphicon-"] {
  color: #888888;
}
.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.btn-group > .dropdown-menu {
  margin-top: 10px;
}
.dropdown > .dropdown-menu:before,
.dropdown-toggle > .dropdown-menu:before,
.btn-group > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: '';
}
.dropdown > .dropdown-menu:after,
.dropdown-toggle > .dropdown-menu:after,
.btn-group > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 10px;
  left: auto;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}
.dropdown > .dropdown-menu.pull-left:before,
.dropdown-toggle > .dropdown-menu.pull-left:before,
.btn-group > .dropdown-menu.pull-left:before {
  left: auto;
  right: 9px;
}
.dropdown > .dropdown-menu.pull-left:after,
.dropdown-toggle > .dropdown-menu.pull-left:after,
.btn-group > .dropdown-menu.pull-left:after {
  left: auto;
  right: 10px;
}
.dropdown > .dropdown-menu.pull-right:before,
.dropdown-toggle > .dropdown-menu.pull-right:before,
.btn-group > .dropdown-menu.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown > .dropdown-menu.pull-right:after,
.dropdown-toggle > .dropdown-menu.pull-right:after,
.btn-group > .dropdown-menu.pull-right:after {
  left: auto;
  right: 10px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.navbar-clean {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .control-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-group .checkbox,
  .navbar-form .control-group .checkbox {
    padding-left: 20px;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.navbar-nav > li.dropdown.open > .navbar-nav > li.dropdown {
  margin-top: 0;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 200px;
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu:first-child,
.navbar-nav > li > .dropdown-menu:last-child {
  border-radius: 0;
}
.navbar-form .form-group .checkbox,
.navbar-form .control-group .checkbox {
  padding-left: 20px;
  vertical-align: middle;
}
.navbar-form .form-group .checkbox label,
.navbar-form .control-group .checkbox label {
  padding-left: 0;
}
.navbar.navbar-tip .navbar-nav li.dropdown > ul.dropdown-menu:before,
.navbar.navbar-tip .navbar-nav li.dropdown > ul.dropdown-menu:after {
  border: 0;
  display: none;
  content: normal;
}
.navbar.navbar-form-filters .navbar-form .btn {
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
}
.navbar.navbar-form-filters .navbar-form .form-group,
.navbar.navbar-form-filters .navbar-form .control-group {
  display: inline-block;
  margin-right: 8px;
}
.navbar.navbar-form-filters .navbar-form .form-group > label,
.navbar.navbar-form-filters .navbar-form .control-group > label {
  display: block;
}
.navbar.navbar-form-filters .navbar-form .form-group.submit-buttons,
.navbar.navbar-form-filters .navbar-form .control-group.submit-buttons {
  float: right;
  padding-top: 40px;
}
.navbar.navbar-form-filters .navbar-form .form-group .select-dropdown button.btn,
.navbar.navbar-form-filters .navbar-form .control-group .select-dropdown button.btn {
  border: 2px solid #bdc3c7;
  background-color: #fff;
}
.navbar.navbar-form-filters .navbar-form .form-group .multiselect-wrapper .multiselect.btn-default,
.navbar.navbar-form-filters .navbar-form .control-group .multiselect-wrapper .multiselect.btn-default {
  background-color: #fff;
  border: 2px solid #bdc3c7;
}
.navbar.navbar-form-filters .navbar-form .form-group .multiselect-wrapper .dropdown-menu,
.navbar.navbar-form-filters .navbar-form .control-group .multiselect-wrapper .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar.navbar-form-filters .navbar-form .form-group .date-range-widget,
.navbar.navbar-form-filters .navbar-form .control-group .date-range-widget {
  margin-left: 0;
}
.navbar.navbar-form-filters .navbar-form .form-group .date-range-widget .date-range-wrapper .btn-default,
.navbar.navbar-form-filters .navbar-form .control-group .date-range-widget .date-range-wrapper .btn-default {
  background: #fff;
  border: 2px solid #bdc3c7;
  border-right: 0;
}
.navbar.navbar-form-filters .navbar-form .form-group .date-range-widget .date-range-wrapper .btn-default.dropdown-toggle,
.navbar.navbar-form-filters .navbar-form .control-group .date-range-widget .date-range-wrapper .btn-default.dropdown-toggle {
  border-left: 2px solid #bdc3c7;
  border-right: 2px solid #bdc3c7;
  line-height: 1;
}
.sidebar-nav.affix {
  position: static;
}
@media (min-width: 768px) {
  .sidebar-nav {
    padding-left: 20px;
  }
}
.bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar-nav .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
.sidebar-nav .nav > li > a:focus,
.sidebar-nav .nav > li > a:hover {
  padding-left: 19px;
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #563d7c;
}
.sidebar-nav .nav > .active:focus > a,
.sidebar-nav .nav > .active:hover > a,
.sidebar-nav .nav > .active > a {
  padding-left: 18px;
  font-weight: 700;
  color: #563d7c;
  background-color: transparent;
  border-left: 2px solid #563d7c;
}
.sidebar-nav .nav .nav {
  padding-bottom: 10px;
}
.sidebar-nav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-nav .nav .nav > li > a:focus,
.sidebar-nav .nav .nav > li > a:hover {
  padding-left: 29px;
}
.sidebar-nav .nav .nav > .active:focus > a,
.sidebar-nav .nav .nav > .active:hover > a,
.sidebar-nav .nav .nav > .active > a {
  padding-left: 28px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sidebar-nav .nav > .active > ul {
    display: block;
  }
  .sidebar-nav.affix,
  .sidebar-nav.affix-bottom {
    width: 213px;
  }
  .sidebar-nav.affix {
    position: fixed;
    top: 20px;
  }
  .sidebar-nav.affix-bottom {
    position: absolute;
  }
  .sidebar-nav.affix .bs-docs-sidenav,
  .sidebar-nav.affix-bottom .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-nav.affix,
  .sidebar-nav.affix-bottom {
    width: 263px;
  }
}
.page-header {
  padding: 10px 10px;
  margin-top: 30px;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header:after {
  clear: both;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  display: inline-block;
  line-height: 40px;
  margin: 0;
}
.page-header h1 small,
.page-header h2 small,
.page-header h3 small,
.page-header h4 small,
.page-header h5 small,
.page-header h6 small {
  color: #cacbcb;
}
.page-header.page-header-blocks h1,
.page-header.page-header-blocks h2,
.page-header.page-header-blocks h3,
.page-header.page-header-blocks h4,
.page-header.page-header-blocks h5,
.page-header.page-header-blocks h6 {
  display: block;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  display: table;
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading:before,
.panel .panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel .panel-heading:after {
  clear: both;
}
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  display: inline-block;
  margin: 0 6px 0 0;
}
.panel .panel-heading .heading-left {
  float: left;
}
.panel .panel-heading .heading-right {
  float: right;
}
.panel.panel-plain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7eaec;
}
.panel.panel-plain .panel-heading {
  border-bottom: 1px solid #e7eaec;
}
.panel.panel-plain .panel-body {
  background: #fff;
}
.panel.panel-list-data {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.panel.panel-list-data .panel-heading {
  border-bottom: 1px solid #e7eaec;
}
.panel.panel-list-data .panel-heading .panel-title {
  font-size: 14px;
}
.panel.panel-list-data .list-group-item {
  font-size: 13px;
}
.panel.panel-list-data .list-group-item .data-value {
  float: right;
  font-weight: bold;
}
.panel.panel-base {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.panel .panel-heading .panel-heading-collapsed {
  display: block;
}
.panel .panel-heading .panel-heading-expanded {
  display: none;
}
.panel .panel-heading.active .panel-heading-collapsed {
  display: none;
}
.panel .panel-heading.active .panel-heading-expanded {
  display: block;
}
.portlet {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.portlet > .portlet-title {
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  padding: 10px 0;
}
.portlet > .portlet-title > .caption h1,
.portlet > .portlet-title > .caption h2,
.portlet > .portlet-title > .caption h3,
.portlet > .portlet-title > .caption h4,
.portlet > .portlet-title > .caption h5,
.portlet > .portlet-title > .caption h6 {
  margin: 0;
}
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666666;
}
.portlet > .portlet-title > .caption > i.glyphicon {
  margin-top: 2px;
}
.portlet > .portlet-title > .caption > .caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}
.portlet > .portlet-title > .caption.bold {
  font-weight: 400;
}
.portlet > .portlet-title > .actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}
.portlet > .portlet-title > .actions .form-group,
.portlet > .portlet-title > .actions .control-group {
  margin: 0;
}
.portlet > .portlet-title > .actions > .btn,
.portlet > .portlet-title > .actions > .btn.btn-sm,
.portlet > .portlet-title > .actions > .btn-group > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
  font-size: 13px;
  line-height: 1.5;
}
.portlet > .portlet-title > .actions > .btn > i,
.portlet > .portlet-title > .actions > .btn.btn-sm > i,
.portlet > .portlet-title > .actions > .btn-group > .btn > i,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
  font-size: 13px;
}
.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #555555;
}
.portlet > .portlet-title > .actions .btn-icon-only {
  padding: 5px 7px 3px 7px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
  padding: 4px 6px 2px 6px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
  font-size: 14px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
  font-family: FontAwesome;
  color: #a0a0a0;
  padding-top: 3px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
  padding: 3px 3px !important;
  height: 27px;
  width: 27px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
  content: "\f065";
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
  content: "\f066";
}
.portlet > .portlet-title > .tools {
  float: right;
  display: inline-block;
  padding: 12px 0 8px 0;
}
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.portlet > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}
.portlet > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}
.portlet > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon.png);
  width: 13px;
}
.portlet > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon.png);
  width: 14px;
  visibility: visible;
}
.portlet > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon.png);
  width: 14px;
  visibility: visible;
}
.portlet > .portlet-title > .tools > a.fullscreen {
  display: inline-block;
  top: -3px;
  position: relative;
  font-size: 13px;
  font-family: FontAwesome;
  color: #acacac;
}
.portlet > .portlet-title > .tools > a.fullscreen:before {
  content: "\f065";
}
.portlet > .portlet-title > .tools > a.fullscreen.on:before {
  content: "\f066";
}
.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portlet > .portlet-title > .pagination {
  float: right;
  display: inline-block;
  margin: 2px 0 0 0;
  border: 0;
  padding: 4px 0;
}
.portlet > .portlet-title > .nav-tabs {
  background: none;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
}
.portlet > .portlet-title > .nav-tabs > li.active > a,
.portlet > .portlet-title > .nav-tabs > li:hover > a {
  color: #333333;
  background: #ffffff;
  border: 0;
}
.portlet > .portlet-title > .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
}
.portlet > .portlet-title > .nav-tabs > li > a {
  background: none;
  margin: 5px 0 0 1px;
  border: 0;
  padding: 8px 10px;
  color: #ffffff;
}
.portlet > .portlet-title:before {
  content: " ";
  display: table;
}
.portlet > .portlet-title:after {
  content: " ";
  display: table;
  clear: both;
}
.portlet.title-only > .portlet-title {
  border-bottom: none;
}
.portlet > .portlet-body {
  clear: both;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.portlet > .portlet-empty {
  min-height: 125px;
}
.portlet.portlet-fullscreen {
  z-index: 10060;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.portlet.portlet-fullscreen > .portlet-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}
.portlet.portlet-fullscreen > .portlet-title {
  padding: 0 10px;
}
.portlet.full-height-content {
  margin-bottom: 0;
}
.portlet.bordered {
  border-left: 2px solid #e6e9ec !important;
}
.portlet.bordered > .portlet-title {
  border-bottom: 0;
}
.portlet.solid {
  padding: 0 10px 10px 10px;
  border: 0px;
}
.portlet.solid > .portlet-title {
  border-bottom: 0;
  margin-bottom: 10px;
}
.portlet.solid > .portlet-title > .caption {
  padding: 16px 0 2px 0;
}
.portlet.solid > .portlet-title > .actions {
  padding: 12px 0 6px 0;
}
.portlet.solid > .portlet-title > .tools {
  padding: 14px 0 6px 0;
}
.portlet.solid.bordered > .portlet-title {
  margin-bottom: 10px;
}
.portlet.box {
  padding: 0px !important;
}
.portlet.box > .portlet-title {
  border-bottom: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.portlet.box > .portlet-title > .caption {
  padding: 11px 0 9px 0;
}
.portlet.box > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}
.portlet.box > .portlet-title > .actions {
  padding: 7px 0 5px 0;
}
.portlet.box > .portlet-body {
  background-color: #ffffff;
  padding: 10px;
}
.page-portlet-fullscreen {
  overflow: hidden;
}
.portlet.box.portlet-fullscreen > .portlet-body {
  padding: 10px;
}
.portlet.light {
  padding: 12px 20px 15px 20px;
  background-color: #ffffff;
}
.portlet.light > .portlet-title {
  padding: 0;
  min-height: 48px;
}
.portlet.light > .portlet-title > .caption {
  color: #666666;
  padding: 10px 0;
}
.portlet.light > .portlet-title > .caption > .caption-subject {
  font-size: 16px;
}
.portlet.light > .portlet-title > .caption > i {
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}
.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
  font-size: 15px;
}
.portlet.light > .portlet-title > .caption.caption-md > i {
  font-size: 14px;
}
.portlet.light > .portlet-title > .actions {
  padding: 6px 0 14px 0;
}
.portlet.light > .portlet-title > .actions .btn-default {
  color: #666666;
}
.portlet.light > .portlet-title > .actions .btn-icon-only {
  height: 27px;
  width: 27px;
}
.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
  color: #555555;
}
.portlet.light > .portlet-title > .inputs {
  float: right;
  display: inline-block;
  padding: 4px 0;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
  font-size: 14px;
  margin-top: 9px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
  height: 30px;
  padding: 2px 26px 3px 10px;
  font-size: 13px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
  height: 30px;
  padding: 3px 10px;
  font-size: 13px;
}
.portlet.light > .portlet-title > .pagination {
  padding: 2px 0 13px 0;
}
.portlet.light > .portlet-title > .tools {
  padding: 10px 0 13px 0;
  margin-top: 2px;
}
.portlet.light > .portlet-title > .nav-tabs > li.active > a,
.portlet.light > .portlet-title > .nav-tabs > li:hover > a {
  margin: 0;
  background: none;
  color: #333333;
}
.portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0;
  padding: 0;
}
.portlet.light > .portlet-title > .nav-tabs > li > a {
  margin: 0;
  padding: 12px 13px 13px 13px;
  font-size: 13px;
  color: #666666;
}
.portlet.light .portlet-body {
  padding-top: 8px;
}
.portlet.light.bordered {
  border: 1px solid #e1e1e1 !important;
}
.portlet.light.bordered > .portlet-title {
  border-bottom: 1px solid #eeeeee;
}
.portlet.light.bg-inverse {
  background: #f7f7f7;
}
.portlet.light.form-fit {
  padding: 0;
}
.portlet.light.form-fit > .portlet-title {
  padding: 17px 20px 10px 20px;
  margin-bottom: 0;
}
.portlet.light.portlet-fullscreen > .portlet-body {
  padding: 8px 0;
}
.tab-pane > p:last-child {
  margin-bottom: 0px;
}
.tabs-reversed > li {
  float: right;
  margin-right: 0;
}
.tabs-reversed > li > a {
  margin-right: 0;
}
.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
  cursor: move;
}
.portlet-sortable-placeholder {
  border: 2px dashed #eeeeee;
  margin-bottom: 25px;
}
.portlet-sortable-empty {
  height: 45px;
}
.progress {
  border: 0;
  background-image: none;
  filter: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.progress > .progress-bar-default {
  background-color: #c6c6c6;
}
.progress > .progress-bar-success {
  background-color: #45b6af;
}
.progress > .progress-bar-info {
  background-color: #89c4f4;
}
.progress > .progress-bar-danger {
  background-color: #f3565d;
}
.progress > .progress-bar-warning {
  background-color: #dfba49;
}
.progress.progress-sm {
  height: 12px;
}
.progress-striped .progress > .progress-bar-default {
  background-image: none;
}
.progress-striped .progress > .progress-bar-success {
  background-image: none;
}
.progress-striped .progress > .progress-bar-info {
  background-image: none;
}
.progress-striped .progress > .progress-bar-danger {
  background-image: none;
}
.progress-striped .progress > .progress-bar-warning {
  background-image: none;
}
.btn {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 18px;
  cursor: pointer;
  border: 0 none;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.btn.disabled-w-tooltip {
  pointer-events: all;
}
.btn-group-xs > .btn,
.btn-xs {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.btn-group-xs > .btn {
  padding: 0 10px;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
}
.btn-secondary {
  color: #fff;
  background-color: #2980b9;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background: #2472a4;
  border-color: #2472a4;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-secondary-alt {
  color: #3498db;
  background-color: #e3e9eb;
  border: 1px solid #2980b9;
}
.btn-secondary-alt:hover,
.btn-secondary-alt:focus,
.btn-secondary-alt:active,
.btn-secondary-alt.active,
.open .dropdown-toggle.btn-secondary-alt {
  color: #3498db;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.btn-secondary-alt:active,
.btn-secondary-alt.active,
.open .dropdown-toggle.btn-secondary-alt {
  background: #e3e9eb;
  border-color: #e3e9eb;
}
.btn-secondary-alt.disabled,
.btn-secondary-alt[disabled],
fieldset[disabled] .btn-secondary-alt,
.btn-secondary-alt.disabled:hover,
.btn-secondary-alt[disabled]:hover,
fieldset[disabled] .btn-secondary-alt:hover,
.btn-secondary-alt.disabled:focus,
.btn-secondary-alt[disabled]:focus,
fieldset[disabled] .btn-secondary-alt:focus,
.btn-secondary-alt.disabled:active,
.btn-secondary-alt[disabled]:active,
fieldset[disabled] .btn-secondary-alt:active,
.btn-secondary-alt.disabled.active,
.btn-secondary-alt[disabled].active,
fieldset[disabled] .btn-secondary-alt.active {
  background-color: #e3e9eb;
  border-color: #e3e9eb;
}
a.link-secondary-action {
  color: #2980b9;
  text-decoration: underline;
}
a.link-secondary-action:hover {
  color: #2677ac;
}
.btn-default {
  color: #484848;
  background-color: #e0e0e0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #484848;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-cancel {
  color: #e74c3c;
}
.btn-cancel:hover {
  color: #d62c1a;
}
a.btn-cancel:hover {
  color: #b93d30;
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-clear {
  background: none;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 125px;
}
.input-action-group .btn {
  height: 42px;
  line-height: 42px;
}
.input-action-group .btn-default:hover {
  background-color: #16a085;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #555;
}
.form-group .infield-icon,
.control-group .infield-icon {
  color: inherit;
  position: absolute;
  right: 15px;
  top: 10px;
}
form > fieldset > div.symfony-form-errors {
  display: block;
}
.modal textarea {
  resize: none;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size: 17px;
  line-height: 17px;
  min-height: 17px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  -moz-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  -o-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 1px;
  color: #95a5a6;
  font: normal normal normal 14px/1 FontAwesome;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #f4f6f6;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.list-group div.checkbox {
  display: inline-block;
  margin: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #34495e;
  border-color: #34495e;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio label {
  position: relative;
  line-height: 1.5;
  padding-left: 0;
  min-height: auto;
}
.radio label input {
  display: block;
}
.input-group.date .input-group-addon span {
  color: #34495e;
}
.md-inline-form md-checkbox {
  margin: 19px 0 18px;
}
md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: inherit;
  margin-right: 16px;
}
html[dir=rtl] md-checkbox {
  margin-left: 16px;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox {
  margin-left: 16px;
  unicode-bidi: embed;
}
md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
html[dir=rtl] md-checkbox {
  margin-right: inherit;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox {
  margin-right: inherit;
  unicode-bidi: embed;
}
md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}
html[dir=rtl] md-checkbox:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
md-checkbox:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
html[dir=rtl] md-checkbox:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
md-checkbox:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}
md-checkbox .md-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}
html[dir=rtl] md-checkbox .md-container {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-container {
  left: auto;
  unicode-bidi: embed;
}
md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
html[dir=rtl] md-checkbox .md-container {
  right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-container {
  right: 0;
  unicode-bidi: embed;
}
md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-checkbox .md-container:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-checkbox.md-align-top-left > div.md-container {
  top: 12px;
}
md-checkbox .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-checkbox.md-checked .md-icon {
  border: none;
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6.66667px;
  top: 2.22222px;
  display: table;
  width: 6.66667px;
  height: 13.33333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}
md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}
html[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
html[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.md-checkbox {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 24px;
  position: relative;
}
.md-checkbox label {
  cursor: pointer;
  font-weight: normal;
  padding-left: 30px;
}
.md-checkbox input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -30px;
  position: absolute;
}
.md-checkbox input[type="checkbox"] + .checkbox {
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  content: " ";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  padding: 0;
  top: 0;
  min-height: 0;
  visibility: visible;
  width: 20px;
  -webkit-animation: checkbox-bg-off 0.25s;
  -o-animation: checkbox-bg-off 0.25s;
  animation: checkbox-bg-off 0.25s;
}
.md-checkbox input[type="checkbox"] + .checkbox:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: " ";
  cursor: pointer;
  height: 8px;
  left: 50%;
  margin-left: -7px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 14px;
  -webkit-animation: checkbox-marker-off 0.2s;
  -o-animation: checkbox-marker-off 0.2s;
  animation: checkbox-marker-off 0.2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.md-checkbox input[type="checkbox"] + .checkbox:before {
  border-radius: 50%;
  content: " ";
  height: 2px;
  left: 50%;
  margin-left: -1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: all .1s;
  width: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md-checkbox input[type="checkbox"]:disabled + .checkbox {
  cursor: not-allowed;
}
.md-checkbox input[type="checkbox"]:focus + .checkbox:before {
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  opacity: 0.08;
  filter: alpha(opacity=8);
}
.md-checkbox input[type="checkbox"]:checked + .checkbox {
  -webkit-animation: checkbox-bg-on 0.1s;
  -o-animation: checkbox-bg-on 0.1s;
  animation: checkbox-bg-on 0.1s;
  border-width: 10px;
}
.md-checkbox input[type="checkbox"]:checked + .checkbox:after {
  -webkit-animation: checkbox-marker-on 0.15s;
  -o-animation: checkbox-marker-on 0.15s;
  animation: checkbox-marker-on 0.15s;
}
.md-checkbox input[type="checkbox"]:checked:focus + .checkbox:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.md-checkbox + .checkbox {
  margin-top: -5px;
}
.md-checkbox input[type="checkbox"] + .checkbox {
  border-color: black;
}
.md-checkbox input[type="checkbox"] + .checkbox:before {
  background-color: black;
}
.md-checkbox input[type="checkbox"]:checked + .checkbox:hover {
  border-color: #4caf50;
}
.md-checkbox input[type="checkbox"]:checked + .checkbox:after {
  border-color: white;
}
.md-checkbox input[type="checkbox"]:disabled + .checkbox,
.md-checkbox input[type="checkbox"]:disabled + .checkbox:hover {
  border-color: #999999;
}
.md-checkbox input[type="checkbox"]:checked:focus + .checkbox {
  border-color: #4caf50;
}
.md-checkbox input[type="checkbox"]:checked:focus + .checkbox:before {
  background-color: #4db16a;
}
.md-checkbox-inverse input[type="checkbox"] + .checkbox {
  border-color: white;
}
.md-checkbox-inverse input[type="checkbox"] + .checkbox:before {
  background-color: white;
}
.md-checkbox-inverse input[type="checkbox"]:checked + .checkbox:hover {
  border-color: #4caf50;
}
.md-checkbox-inverse input[type="checkbox"]:checked + .checkbox:after {
  border-color: #333333;
}
.md-checkbox-inverse input[type="checkbox"]:disabled + .checkbox,
.md-checkbox-inverse input[type="checkbox"]:disabled + .checkbox:hover {
  border-color: #666666;
}
.md-checkbox-inverse input[type="checkbox"]:checked:focus + .checkbox {
  border-color: #4caf50;
}
.md-checkbox-inverse input[type="checkbox"]:checked:focus + .checkbox:before {
  background-color: #4cb069;
}
/*
Radio
*/
.md-radio {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}
.md-radio:hover .md-radio--placeholder > span {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.8;
}
.md-radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.md-radio input:checked + .md-radio--placeholder {
  border-color: #16bb9b;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.md-radio input:checked + .md-radio--placeholder > span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-radio input:focus + .md-radio--placeholder > span {
  background-color: #16bb9b;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-radio--placeholder,
.md-radio--placeholder > span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.md-radio > div {
  line-height: 18px;
  display: inline-block;
}
.md-radio--placeholder {
  position: relative;
  display: block;
  float: left;
  clear: left;
  margin: 8px;
  width: 23px;
  height: 23px;
  border: 3px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.md-radio--placeholder > span {
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 1px;
  border-radius: 50%;
  background-color: #5fd0ba;
  opacity: 0;
}
.md-radio.has--text > div {
  padding-top: 7px;
}
.md-radio.has--text small {
  display: block;
  line-height: 15px;
  color: #5B5B5B;
  opacity: 0.65;
  padding-top: 2px;
}
.md-radio.with--error > div,
.md-radio.with--error small {
  color: #d32f2f;
}
.md-radio.with--error .md-radio--placeholder {
  border-color: #d32f2f !important;
}
.md-radio.with--error .md-radio--placeholder > span {
  background-color: #d32f2f !important;
}
/*
 *
 * THE ANIMATION
 *
 */
@-webkit-keyframes checkbox-bg-off {
  0% {
    border-width: 10px;
  }
  50% {
    border-width: 10px;
  }
  100% {
    border-width: 2px;
  }
}
@keyframes checkbox-bg-off {
  0% {
    border-width: 10px;
  }
  50% {
    border-width: 10px;
  }
  100% {
    border-width: 2px;
  }
}
@-webkit-keyframes checkbox-bg-on {
  from {
    border-width: 2px;
  }
  to {
    border-width: 10px;
  }
}
@keyframes checkbox-bg-on {
  from {
    border-width: 2px;
  }
  to {
    border-width: 10px;
  }
}
/* Checkbox: Marker default/out */
@-webkit-keyframes checkbox-marker-off {
  0% {
    border-width: 0 0 2px 2px;
    height: 8px;
    margin-left: -7px;
    margin-top: -6px;
    width: 14px;
  }
  40% {
    border-color: #fff;
    border-width: 0 0 2px 0;
    height: 0;
    margin-left: -4px;
    margin-top: -1px;
    width: 14px;
  }
  70% {
    border-color: #fff;
    border-width: 0 0 2px 0;
    height: 0;
    margin-left: 6px;
    margin-top: -5px;
    width: 0;
  }
  100% {
    border-color: #fff;
    border-width: 0;
    height: 0;
    width: 0;
  }
}
@keyframes checkbox-marker-off {
  0% {
    border-width: 0 0 2px 2px;
    height: 8px;
    margin-left: -7px;
    margin-top: -6px;
    width: 14px;
  }
  40% {
    border-color: #fff;
    border-width: 0 0 2px 0;
    height: 0;
    margin-left: -4px;
    margin-top: -1px;
    width: 14px;
  }
  70% {
    border-color: #fff;
    border-width: 0 0 2px 0;
    height: 0;
    margin-left: 6px;
    margin-top: -5px;
    width: 0;
  }
  100% {
    border-color: #fff;
    border-width: 0;
    height: 0;
    width: 0;
  }
}
/* Checkbox: Marker in */
@-webkit-keyframes checkbox-marker-on {
  0% {
    border-width: 0;
    height: 0;
    width: 0;
  }
  40% {
    border-width: 0;
    height: 0;
    width: 0;
  }
  70% {
    border-width: 0 0 0 2px;
    height: 8px;
    margin-left: -6px;
    margin-top: -2px;
    width: 0;
  }
  100% {
    border-width: 0 0 2px 2px;
    height: 8px;
    margin-left: -7px;
    margin-top: -6px;
    width: 14px;
  }
}
@keyframes checkbox-marker-on {
  0% {
    border-width: 0;
    height: 0;
    width: 0;
  }
  40% {
    border-width: 0;
    height: 0;
    width: 0;
  }
  70% {
    border-width: 0 0 0 2px;
    height: 8px;
    margin-left: -6px;
    margin-top: -2px;
    width: 0;
  }
  100% {
    border-width: 0 0 2px 2px;
    height: 8px;
    margin-left: -7px;
    margin-top: -6px;
    width: 14px;
  }
}
.md-form {
  /* -- Input styles ---------------------------------- */
  /* -- label styles ---------------------------------- */
  /* -- Buttons style ------------------------------------ */
  /* -- Buttons types -------------------------------- */
  /* -- Buttons colors -------------------------------- */
  /* -- Buttons sizes -------------------------------- */
  /*-- Button groups --------------------------------- */
  /* -- Ripple effect -------------------------------- */
  /* active state */
  /* input colors ---- */
  /* help-block */
  /* input addon ---*/
  /* ------  inline ----*/
  /* -- bar styles -------------------------------------- */
  /* active state */
  /* -- highlighter styles ------------------------------ */
  /* active state */
  /* -- highlighter animation --------------------------- */
  /*-- Checkbox --------------------------- */
  /*
   * Core styles required for the checkboxes.
   * @author Jason Mayes 2014, www.jasonmayes.com
  */
}
.md-form .form-group,
.md-form .control-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}
.md-form .input-group {
  position: relative;
}
.md-form .form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #757575;
}
.md-form .input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.md-form .form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none;
}
.md-form label {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.md-form .btn {
  font-family: "Lato", "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: inherit;
  color: rgba(255, 255, 255, 0.87);
}
.md-form .btn-default,
.md-form .btn-link,
.md-form .btn-cancel {
  color: rgba(0, 0, 0, 0.87);
}
.md-form .btn {
  outline: 0;
  outline-offset: 0;
  border: 0;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.md-form .btn:focus,
.md-form .btn:active,
.md-form .btn.active,
.md-form .btn:active:focus,
.md-form .btn.active:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.md-form .btn-raised {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.md-form .btn-raised:active,
.md-form .btn-raised.active,
.md-form .btn-raised:active:focus,
.md-form .btn-raised.active:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-form .btn-raised:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md-form .btn.btn-circle {
  padding: 0;
  border-radius: 50%;
}
.md-form .btn-default,
.md-form .dropdown-toggle.btn-default {
  background-color: #fff;
}
.md-form .btn-default:hover,
.md-form .dropdown-toggle.btn-default:hover {
  background-color: #e5e5e5;
}
.md-form .btn-default:active,
.md-form .dropdown-toggle.btn-default:active,
.md-form .btn-default.active,
.md-form .dropdown-toggle.btn-default.active {
  background-color: #e5e5e5;
}
.md-form .btn-default:focus,
.md-form .dropdown-toggle.btn-default:focus {
  background-color: #cccccc;
}
.md-form .btn-default:disabled,
.md-form .dropdown-toggle.btn-default:disabled,
.md-form .btn-default.disabled,
.md-form .dropdown-toggle.btn-default.disabled,
.md-form .btn-default[disabled],
.md-form .dropdown-toggle.btn-default[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-default .ink,
.md-form .dropdown-toggle.btn-default .ink {
  background-color: #b8b8b8;
}
.md-form .btn-flat.btn-default {
  color: #212121;
  background-color: transparent;
}
.md-form .btn-flat.btn-default:hover {
  color: #141414;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-default:active,
.md-form .btn-flat.btn-default.active {
  color: #020202;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-default:focus {
  color: #000;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-default .ink {
  background-color: #808080;
}
.md-form .btn-primary,
.md-form .dropdown-toggle.btn-primary {
  background-color: #5677fc;
}
.md-form .btn-primary:hover,
.md-form .dropdown-toggle.btn-primary:hover {
  background-color: #4e6cef;
}
.md-form .btn-primary:active,
.md-form .dropdown-toggle.btn-primary:active,
.md-form .btn-primary.active,
.md-form .dropdown-toggle.btn-primary.active {
  background-color: #4e6cef;
}
.md-form .btn-primary:focus,
.md-form .dropdown-toggle.btn-primary:focus {
  background-color: #455ede;
}
.md-form .btn-primary:disabled,
.md-form .dropdown-toggle.btn-primary:disabled,
.md-form .btn-primary.disabled,
.md-form .dropdown-toggle.btn-primary.disabled,
.md-form .btn-primary[disabled],
.md-form .dropdown-toggle.btn-primary[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-primary .ink,
.md-form .dropdown-toggle.btn-primary .ink {
  background-color: #3b50ce;
}
.md-form .btn-flat.btn-primary {
  color: #5677fc;
  background-color: transparent;
}
.md-form .btn-flat.btn-primary:hover {
  color: #4e6cef;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-primary:active,
.md-form .btn-flat.btn-primary.active {
  color: #455ede;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-primary:focus {
  color: #3b50ce;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-primary .ink {
  background-color: #808080;
}
.md-form .btn-success,
.md-form .dropdown-toggle.btn-success {
  background-color: #259b24;
}
.md-form .btn-success:hover,
.md-form .dropdown-toggle.btn-success:hover {
  background-color: #0a8f08;
}
.md-form .btn-success:active,
.md-form .dropdown-toggle.btn-success:active,
.md-form .btn-success.active,
.md-form .dropdown-toggle.btn-success.active {
  background-color: #0a8f08;
}
.md-form .btn-success:focus,
.md-form .dropdown-toggle.btn-success:focus {
  background-color: #0a7e07;
}
.md-form .btn-success:disabled,
.md-form .dropdown-toggle.btn-success:disabled,
.md-form .btn-success.disabled,
.md-form .dropdown-toggle.btn-success.disabled,
.md-form .btn-success[disabled],
.md-form .dropdown-toggle.btn-success[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-success .ink,
.md-form .dropdown-toggle.btn-success .ink {
  background-color: #056f00;
}
.md-form .btn-flat.btn-success {
  color: #259b24;
  background-color: transparent;
}
.md-form .btn-flat.btn-success:hover {
  color: #0a8f08;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-success:active,
.md-form .btn-flat.btn-success.active {
  color: #0a7e07;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-success:focus {
  color: #056f00;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-success .ink {
  background-color: #808080;
}
.md-form .btn-info,
.md-form .dropdown-toggle.btn-info {
  background-color: #03a9f4;
}
.md-form .btn-info:hover,
.md-form .dropdown-toggle.btn-info:hover {
  background-color: #039be5;
}
.md-form .btn-info:active,
.md-form .dropdown-toggle.btn-info:active,
.md-form .btn-info.active,
.md-form .dropdown-toggle.btn-info.active {
  background-color: #039be5;
}
.md-form .btn-info:focus,
.md-form .dropdown-toggle.btn-info:focus {
  background-color: #0288d1;
}
.md-form .btn-info:disabled,
.md-form .dropdown-toggle.btn-info:disabled,
.md-form .btn-info.disabled,
.md-form .dropdown-toggle.btn-info.disabled,
.md-form .btn-info[disabled],
.md-form .dropdown-toggle.btn-info[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-info .ink,
.md-form .dropdown-toggle.btn-info .ink {
  background-color: #0277bd;
}
.md-form .btn-flat.btn-info {
  color: #03a9f4;
  background-color: transparent;
}
.md-form .btn-flat.btn-info:hover {
  color: #039be5;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-info:active,
.md-form .btn-flat.btn-info.active {
  color: #0288d1;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-info:focus {
  color: #0277bd;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-info .ink {
  background-color: #808080;
}
.md-form .btn-warning,
.md-form .dropdown-toggle.btn-warning {
  background-color: #ffc107;
}
.md-form .btn-warning:hover,
.md-form .dropdown-toggle.btn-warning:hover {
  background-color: #ffb300;
}
.md-form .btn-warning:active,
.md-form .dropdown-toggle.btn-warning:active,
.md-form .btn-warning.active,
.md-form .dropdown-toggle.btn-warning.active {
  background-color: #ffb300;
}
.md-form .btn-warning:focus,
.md-form .dropdown-toggle.btn-warning:focus {
  background-color: #ffa000;
}
.md-form .btn-warning:disabled,
.md-form .dropdown-toggle.btn-warning:disabled,
.md-form .btn-warning.disabled,
.md-form .dropdown-toggle.btn-warning.disabled,
.md-form .btn-warning[disabled],
.md-form .dropdown-toggle.btn-warning[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-warning .ink,
.md-form .dropdown-toggle.btn-warning .ink {
  background-color: #ff8f00;
}
.md-form .btn-flat.btn-warning {
  color: #ffc107;
  background-color: transparent;
}
.md-form .btn-flat.btn-warning:hover {
  color: #ffb300;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-warning:active,
.md-form .btn-flat.btn-warning.active {
  color: #ffa000;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-warning:focus {
  color: #ff8f00;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-warning .ink {
  background-color: #808080;
}
.md-form .btn-danger,
.md-form .dropdown-toggle.btn-danger {
  background-color: #ff5722;
}
.md-form .btn-danger:hover,
.md-form .dropdown-toggle.btn-danger:hover {
  background-color: #f4511e;
}
.md-form .btn-danger:active,
.md-form .dropdown-toggle.btn-danger:active,
.md-form .btn-danger.active,
.md-form .dropdown-toggle.btn-danger.active {
  background-color: #f4511e;
}
.md-form .btn-danger:focus,
.md-form .dropdown-toggle.btn-danger:focus {
  background-color: #e64a19;
}
.md-form .btn-danger:disabled,
.md-form .dropdown-toggle.btn-danger:disabled,
.md-form .btn-danger.disabled,
.md-form .dropdown-toggle.btn-danger.disabled,
.md-form .btn-danger[disabled],
.md-form .dropdown-toggle.btn-danger[disabled] {
  background-color: #b3b3b3;
}
.md-form .btn-danger .ink,
.md-form .dropdown-toggle.btn-danger .ink {
  background-color: #d84315;
}
.md-form .btn-flat.btn-danger {
  color: #ff5722;
  background-color: transparent;
}
.md-form .btn-flat.btn-danger:hover {
  color: #f4511e;
  background-color: #e5e5e5;
}
.md-form .btn-flat.btn-danger:active,
.md-form .btn-flat.btn-danger.active {
  color: #e64a19;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-danger:focus {
  color: #d84315;
  background-color: #cccccc;
}
.md-form .btn-flat.btn-danger .ink {
  background-color: #808080;
}
.md-form .btn {
  min-width: 88px;
  padding: 10px 14px;
}
.md-form .btn-lg,
.md-form .btn-group-lg > .btn {
  min-width: 122px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3;
}
.md-form .btn-sm,
.md-form .btn-group-sm > .btn {
  min-width: 64px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5;
}
.md-form .btn-xs,
.md-form .btn-group-xs > .btn {
  min-width: 46px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
}
.md-form .btn-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
}
.md-form .btn-circle span {
  line-height: 56px;
}
.md-form .btn-circle.btn-lg {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
.md-form .btn-circle.btn-lg span {
  line-height: 78px;
}
.md-form .btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.md-form .btn-circle.btn-sm span {
  line-height: 40px;
}
.md-form .btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.md-form .btn-circle.btn-xs span {
  line-height: 30px;
}
.md-form .btn-group .btn {
  border-radius: 2px;
}
.md-form .btn-group.open .dropdown-toggle {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.md-form .btn-group .btn + .btn,
.md-form .btn-group .btn + .btn-group,
.md-form .btn-group .btn-group + .btn,
.md-form .btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.md-form .btn-group > .btn:hover,
.md-form .btn-group-vertical > .btn:hover {
  z-index: 0;
}
.md-form .btn-group > .btn:focus:hover,
.md-form .btn-group-vertical > .btn:focus:hover,
.md-form .btn-group > .btn:active:hover,
.md-form .btn-group-vertical > .btn:active:hover,
.md-form .btn-group > .btn.active:hover,
.md-form .btn-group-vertical > .btn.active:hover {
  z-index: 2;
}
.md-form .ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.md-form .ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}
.md-form .ink.animate {
  -webkit-animation: ripple .5s linear;
  -moz-animation: ripple .5s linear;
  -ms-animation: ripple .5s linear;
  -o-animation: ripple .5s linear;
  animation: ripple .5s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.md-form .form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .md-form .form-horizontal .control-label {
    font-size: 16px;
  }
}
.md-form .float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
.md-form .form-control:focus ~ .float-label,
.md-form .form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
}
.md-form .form-control:focus ~ label {
  color: #03a9f4;
}
.md-form .form-control:focus ~ .form-bar:before,
.md-form .form-control:focus ~ .form-bar:after {
  background: #03a9f4;
}
.md-form .form-group .help-block,
.md-form .control-group .help-block {
  position: absolute;
}
.md-form .help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
.md-form .input-group-addon {
  border: none;
  background: transparent;
  color: #000;
}
.md-form .input-group-addon,
.md-form .form-inline .input-group {
  display: table-cell;
}
.md-form .input-group-addon,
.md-form .input-group-btn {
  width: inherit;
}
.md-form .input-group {
  width: 100%;
}
.md-form .input-group .input-group-addon {
  position: absolute;
}
.md-form .input-group .input-group-addon.right {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 0;
}
@media (min-width: 768px) {
  .md-form .form-inline .form-group,
  .md-form .form-inline .control-group {
    margin-top: 16px;
  }
  .md-form .input-group-btn,
  .md-form .input-group .form-control,
  .md-form .input-group-addon,
  .md-form .form-inline .input-group {
    display: inline-block;
  }
  .md-form .input-group {
    width: auto;
  }
}
.md-form .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.md-form .form-bar:before,
.md-form .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.md-form .form-bar:before {
  left: 50%;
}
.md-form .form-bar:after {
  right: 50%;
}
.md-form .form-control:focus ~ .form-bar:before,
.md-form .form-control:focus ~ .form-bar:after {
  width: 50%;
}
.md-form .form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
.md-form .form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.md-form .form-group.checkbox,
.md-form .control-group.checkbox {
  margin-top: 20px;
}
.md-form .checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}
.md-form .checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}
.md-form .checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.md-form .checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #03a9f4;
  border-bottom: 4px solid #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}
.md-form .checkbox .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
}
.md-form .checkbox input[type='checkbox']:focus ~ label {
  color: #03a9f4;
}
.md-form .checkbox input[type='checkbox']:focus ~ label .chk-span {
  border-color: #03a9f4;
}
.md-form .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .md-form .form-inline .radio label,
  .md-form .form-inline .checkbox label {
    padding-left: 5px;
  }
}
.md-form .form-control-static {
  font-size: 16px;
}
.md-form .form-control[disabled],
.md-form .form-control[readonly],
.md-form fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
.md-form .select-block {
  background-color: #fff;
  width: 100%;
  min-width: 200px;
  padding: 12px 0 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-form .select-block label {
  position: absolute;
  left: 0;
  top: 32px;
  height: 20px;
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
  font-weight: 500;
  z-index: 1;
  color: #939393;
  font-size: 12px;
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.md-form .select-block .active-list {
  width: 100%;
  height: 52px;
  padding: 0;
  color: #c9c9c9;
  position: relative;
  z-index: 2;
  font-weight: 500;
  cursor: pointer;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-form .select-block .active-list:after {
  content: "▼";
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 50%;
  width: 20px;
  padding-left: 5px;
  text-align: left;
  height: 52px;
  line-height: 52px;
  color: #939393;
  font-size: 14px;
  margin-top: -26px;
}
.md-form .select-block.added label {
  top: 0;
  font-size: 13px;
}
.md-form .select-block.added .active-list {
  color: #3c3c3c;
  font-size: 12px;
}
.md-form .select-block.added.focus label {
  top: 0;
}
.md-form .select-block.focus label {
  top: 0;
  font-size: 13px;
  color: #2196f3;
}
.md-form .select-block.focus .active-list {
  font-size: 12px;
}
.md-form .select-block.focus .custom-select {
  border-color: #fff;
}
.md-form .select-block.focus .active-list:after {
  content: "▲";
  color: #3c3c3c;
}
.md-form .select-block.focus .custom-select::before {
  left: 0%;
  width: 100%;
}
.md-form .select-block .custom-select {
  border-bottom: solid 1px #c8c8c8;
  display: inline-block;
  height: 52px;
  position: relative;
  padding: 0;
  width: 100%;
  line-height: 52px;
}
.md-form .select-block .custom-select::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0%;
  bottom: 0;
  height: 2px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #2196f3;
}
.md-form .select-block .custom-select .list-field {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.md-form .select-block .custom-select .drop-down-list {
  width: 100%;
  height: auto;
  max-height: 250px;
  overflow-x: auto;
  z-index: 99;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  background-color: white;
  display: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}
.md-form .select-block .custom-select .drop-down-list li {
  padding: 10.5px 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  background-color: #fafafa;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-form .select-block .custom-select .drop-down-list li input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.md-form .select-block .custom-select .drop-down-list li label {
  font-weight: normal;
  cursor: pointer;
  display: block;
}
.md-form .select-block .custom-select .drop-down-list li:hover {
  color: #3c3c3c;
  background-color: rgba(0, 0, 0, 0.05);
}
.md-form .select-block .custom-select .drop-down-list .add-new {
  border-top: solid 1px #c8c8c8;
  padding: 15px;
  color: #3c3c3c;
}
.md-form .select-block .custom-select .drop-down-list .add-new i {
  font-size: 16px;
  margin-top: 3px;
  color: #939393;
}
.md {
  /*!
 * Propeller v1.1.0 (http://propeller.in): textfield.css
 * Copyright 2016-2017 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
  /* Propeller css for text fields */
  /*input focus bar*/
  /*paper input*/
  /*paper input group*/
  /*floating label*/
  /*paper input error*/
  /*has error*/
  /*has success*/
  /*has warning*/
  /*help block*/
  /* Large fields size */
  /* Small fields size */
}
.md .pmd-textfield-focused {
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.md .pmd-textfield-focused {
  width: 100%;
  height: 2px;
  display: block;
  top: -1px;
  background-color: #4285f4;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  position: relative;
  z-index: 2;
}
.md .pmd-textfield.pmd-textfield-floating-label-active .pmd-textfield-focused {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.md .form-group.pmd-textfield,
.md .control-group.pmd-textfield {
  margin-bottom: 16px;
  line-height: 22px;
}
.md .pmd-textfield .form-control {
  background: transparent;
  border: none;
  border-bottom: solid 1px #e6e6e6;
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  min-width: 150px;
}
.md .pmd-textfield .form-control {
  padding-bottom: 6px;
}
.md .pmd-textfield input.form-control {
  height: inherit;
}
.md .pmd-textfield textarea.form-control {
  height: 80px;
}
.md .pmd-textfield label {
  font-weight: normal;
  line-height: 1.4;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.md .pmd-input-group-label {
  padding-left: 40px;
}
.md .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.pmd-input-group-label {
  font-size: 14px;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.md .pmd-textfield .input-group-addon {
  border: none;
  background-color: transparent;
}
.md .pmd-textfield .input-group .form-control {
  float: inherit;
  z-index: inherit;
}
.md .pmd-textfield .input-group .input-group-addon {
  padding: 0;
}
.md .pmd-textfield .input-group .input-group-addon:first-child {
  padding-right: 16px;
}
.md .pmd-textfield .input-group .input-group-addon:last-child {
  padding-left: 16px;
}
.md .pmd-textfield-floating-label {
  position: relative;
}
.md .pmd-textfield-floating-label label {
  transform: translateY(26px);
  -webkit-transform: translateY(26px);
  -ms-transform: translateY(26px);
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 4px;
}
.md .pmd-textfield-floating-label .form-control {
  position: relative;
}
.md .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.md .pmd-textfield.has-success .form-control:focus,
.md .pmd-textfield.has-warning .form-control:focus,
.md .pmd-textfield.has-error .form-control:focus {
  box-shadow: none;
}
.md .has-error-text {
  display: none;
}
.md .pmd-textfield.has-error .form-control {
  color: #a94442;
  border-color: #a94442;
}
.md .pmd-textfield.has-error .form-control ~ .pmd-textfield-focused {
  background-color: #a94442;
}
.md .pmd-textfield.has-error .form-control ~ .has-error-text {
  color: #a94442;
  display: block;
}
.md .pmd-textfield.has-error .form-control:invalid {
  color: #a94442;
}
.md .pmd-textfield.has-error .form-control:invalid ~ .pmd-textfield-focused {
  background-color: #a94442;
}
.md .pmd-textfield.has-error .form-control:invalid ~ .has-error-text {
  color: #a94442;
  display: block;
}
.md .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-error label {
  color: #a94442;
}
.md .pmd-textfield.has-success .form-control {
  color: #3c763d;
  border-color: #3c763d;
}
.md .pmd-textfield.has-success .form-control ~ .pmd-textfield-focused {
  background-color: #3c763d;
}
.md .pmd-textfield.has-success .form-control ~ .has-error-text {
  color: #3c763d;
  display: block;
}
.md .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-success label {
  color: #3c763d;
}
.md .pmd-textfield.has-warning .form-control {
  color: #8a6d3b;
  border-color: #8a6d3b;
}
.md .pmd-textfield.has-warning .form-control ~ .pmd-textfield-focused {
  background-color: #8a6d3b;
}
.md .pmd-textfield.has-warning .form-control ~ .has-error-text {
  color: #8a6d3b;
  display: block;
}
.md .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-warning label {
  color: #8a6d3b;
}
.md .help-block {
  font-size: 14px;
  margin-top: 0;
}
.md .form-group-lg.pmd-textfield .form-control {
  font-size: 20px;
  height: 44px;
  line-height: 1.33333;
}
.md .form-group-lg.pmd-textfield label {
  font-size: 16px;
}
.md .form-group-lg.pmd-textfield-floating-label label {
  font-size: 20px;
  transform: translateY(36px);
  -webkit-transform: translateY(36px);
  -ms-transform: translateY(36px);
}
.md .form-group-lg.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  font-size: 16px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.md .form-group-sm.pmd-textfield .form-control {
  font-size: 14px;
  height: 30px;
  line-height: 1.33333;
}
.md .form-group-sm.pmd-textfield label {
  font-size: 10px;
}
.md .form-group-sm.pmd-textfield-floating-label label {
  font-size: 14px;
  transform: translateY(28px);
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
}
.md .form-group-sm.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  font-size: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.md .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.md .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.md .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.md .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.md .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.md .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md .select2-container .select2-search--inline {
  float: left;
}
.md .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.md .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.md .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;
}
.md .select2-results {
  display: block;
}
.md .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.md .select2-results__option {
  padding: 6px;
  font-size: 12px;
  user-select: none;
  -webkit-user-select: none;
}
.md .select2-results__option[aria-selected] {
  cursor: pointer;
}
.md .select2-container--open .select2-dropdown {
  left: 0;
}
.md .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.md .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-radius: 0;
}
.md .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.md .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.md .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.md .select2-search--dropdown.select2-search--hide {
  display: none;
}
.md .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);
}
.md .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.md .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.md .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.md .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.md .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.md .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.md .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;
}
.md .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.md .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.md .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.md .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.md .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;
}
.md .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.md .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;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.md .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.md .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.md .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.md .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.md .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.md .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.md .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.md .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.md .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.md .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.md .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.md .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.md .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.md .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.md .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.md .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.md .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.md .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.md .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.md .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.md .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.md .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.md .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.md .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.md .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;
}
.md .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;
}
.md .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3c3c3c;
  background-color: rgba(0, 0, 0, 0.05);
}
.md .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.md .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);
}
.md .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.md .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.md .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.md .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.md .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);
}
.md .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;
}
.md .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.md .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;
}
.md .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.md .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.md .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;
}
.md .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);
}
.md .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);
}
.md .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.md .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.md .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.md .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.md .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;
}
.md .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.md .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.md .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.md .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.md .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.md .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.md .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;
}
.md .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;
}
.md .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.md .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.md .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.md .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.md .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.md .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.md .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.md .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.md .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  color: #3c3c3c;
  background-color: rgba(0, 0, 0, 0.05);
}
.md .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.md .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.md {
  /*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
  /*------------------------------------*\
      #ADDITIONAL GOODIES
  \*------------------------------------*/
  /**
   * Address Bootstrap's validation states
   *
   * If a Select2 widget parent has one of Bootstrap's validation state modifier
   * classes, adjust Select2's border colors and focus states accordingly.
   * You may apply said classes to the Select2 dropdown (body > .select2-container)
   * via JavaScript match Bootstraps' to make its styles match.
   *
   * @see http://getbootstrap.com/css/#forms-control-validation
   */
  /**
   * Select2 widgets in Bootstrap Input Groups
   *
   * When Select2 widgets are combined with other elements using Bootstraps
   * "Input Group" component, we don't want specific edges of the Select2
   * container to have a border-radius.
   *
   * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
   * a Bootstrap 3 .input-group to let the contained Select2 widget know which
   * edges should not be rounded as they are directly followed by another element.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
  /**
   * Mimick Bootstraps .input-group .form-control styles.
   *
   * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
  /**
   * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
   *
   * Provides `!important` for certain properties of the class applied to the
   * original `<select>` element to hide it.
   *
   * @see https://github.com/select2/select2/pull/3301
   * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
   */
  /**
   * Display override for inline forms
  */
}
.md .select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*\
            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*\
            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
  /*------------------------------------*\
        #RTL SUPPORT
    \*------------------------------------*/
}
.md .select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.md .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.md .select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.md .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.md .select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.md .select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.md .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.md .select2-container--bootstrap .select2-results__option {
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}
.md .select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.md .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.md .select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.md .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  color: #3c3c3c;
  background-color: rgba(0, 0, 0, 0.05);
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.md .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.md .select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.md .select2-container--bootstrap.select2-container--focus .select2-selection,
.md .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.md .select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.md .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.md .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.md .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.md .select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.md .select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.md .select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.md .select2-container--bootstrap.select2-container--disabled .select2-selection,
.md .select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.md .select2-container--bootstrap.select2-container--disabled .select2-selection,
.md .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.md .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.md .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.md .select2-container--bootstrap .select2-dropdown {
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  overflow-x: hidden;
  margin-top: -1px;
}
.md .select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.md .select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.md .select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.md .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.md .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.md .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.md .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.md .select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.md .select2-container--bootstrap.input-sm,
.md .select2-container--bootstrap.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.md .select2-container--bootstrap.input-sm .select2-selection--single,
.md .input-group-sm .select2-container--bootstrap .select2-selection--single,
.md .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.md .select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.md .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.md .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.md .select2-container--bootstrap.input-sm .select2-selection--multiple,
.md .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.md .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
}
.md .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.md .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.md .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.md .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.md .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.md .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.md .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.md .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.md .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.md .select2-container--bootstrap.input-lg .select2-selection--single,
.md .input-group-lg .select2-container--bootstrap .select2-selection--single,
.md .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.md .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.md .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.md .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.md .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.md .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.md .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.md .select2-container--bootstrap.input-lg .select2-selection--multiple,
.md .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.md .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
}
.md .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.md .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.md .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.md .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.md .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.md .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.md .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.md .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.md .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.md .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.md .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.md .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.md .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.md .select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.md .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.md .has-warning .select2-dropdown,
.md .has-warning .select2-selection {
  border-color: #8a6d3b;
}
.md .has-warning .select2-container--focus .select2-selection,
.md .has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.md .has-warning.select2-drop-active {
  border-color: #66512c;
}
.md .has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.md .has-error .select2-dropdown,
.md .has-error .select2-selection {
  border-color: #a94442;
}
.md .has-error .select2-container--focus .select2-selection,
.md .has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.md .has-error.select2-drop-active {
  border-color: #843534;
}
.md .has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.md .has-success .select2-dropdown,
.md .has-success .select2-selection {
  border-color: #3c763d;
}
.md .has-success .select2-container--focus .select2-selection,
.md .has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.md .has-success.select2-drop-active {
  border-color: #2b542c;
}
.md .has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
.md .input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.md .input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.md .input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.md .select2-bootstrap-append .select2-container--bootstrap,
.md .select2-bootstrap-append .input-group-btn,
.md .select2-bootstrap-append .input-group-btn .btn,
.md .select2-bootstrap-prepend .select2-container--bootstrap,
.md .select2-bootstrap-prepend .input-group-btn,
.md .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
.md .form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
.md .form-inline .select2-container--bootstrap {
  display: inline-block;
}
.md {
  /*!
 * Propeller v1.1.0 (http://propeller.in)
 * Copyright 2016-2017 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
}
.md .select2-container--bootstrap .select2-selection {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.md .select2-container--bootstrap .select2-selection--single {
  padding: 6px 24px 6px 0;
}
.md .select2-container--bootstrap.select2-container--focus .select2-selection,
.md .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #e6e6e6;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0;
}
.md .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  margin: 5px 5px 0 0;
  border: 1px solid #e6e6e6;
}
.md {
  /*!
 * Propeller v1.2.0 (http://propeller.in): card.css
 * Copyright 2016-2018 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
*/
  /* checkbox aspect */
  /* checked mark aspect */
  /* themes */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* hover style just for information */
  /* card inverse disabled checkbox */
}
.md .pmd-checkbox-ripple-effect {
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.md .checkbox .pmd-checkbox-ripple-effect {
  padding-left: 0;
}
.md .checkbox .pmd-checkbox {
  padding-left: 0;
}
.md .pmd-checkbox [type="checkbox"]:not(:checked),
.md .pmd-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.md .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label,
.md .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.md .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:before,
.md .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.54);
}
.md .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:after,
.md .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:after {
  color: #fff;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 2px 2px 0;
  content: "";
  display: table;
  height: 12px;
  left: 6px;
  position: absolute;
  top: 2px;
  width: 6px;
  transition: all .2s;
}
.md .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
  background-color: rgba(0, 0, 0, 0.87);
}
.md .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:after {
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.md .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:after {
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.md .pmd-checkbox [type="checkbox"]:disabled:not(:checked) + .pmd-checkbox-label:before,
.md .pmd-checkbox [type="checkbox"]:disabled:checked + .pmd-checkbox-label:before {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.md .checkbox.disabled label.pmd-checkbox,
.md fieldset[disabled] .checkbox label.pmd-checkbox {
  color: rgba(0, 0, 0, 0.26);
}
.md .pmd-checkbox label:hover:before {
  border: 1px solid #4778d9;
}
.md .pmd-checkbox.pmd-checkbox-ripple-effect {
  position: relative;
}
.md .pmd-checkbox .pmd-checkboxwrap {
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  left: -11px;
}
.md .checkbox-inline.pmd-checkbox {
  padding-left: 0;
}
.md .pmd-checkbox-ripple-effect .ink {
  background-color: rgba(0, 0, 0, 0.2);
}
.md .pmd-card-inverse .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:before,
.md .pmd-card-inverse .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
  border-color: rgba(255, 255, 255, 0.54);
}
.md .pmd-card-inverse .checkbox.disabled label.pmd-checkbox,
.md fieldset[disabled] .checkbox label.pmd-checkbox {
  color: rgba(255, 255, 255, 0.54);
}
.md .pmd-card-inverse .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0.54);
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.72222;
  border: 1px solid transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
  color: #b2b2b2;
}
.nav-tabs > li > a:hover {
  color: #2495fe;
  background: transparent;
  border-color: transparent transparent #2495fe transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0b89fe;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-bottom: 2px solid #0b89fe;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs.nav-tabs-alt {
  border-bottom: 1px solid #0b89fe;
  padding-left: 10px;
}
.nav-tabs.nav-tabs-alt > li > a {
  padding: 5px 18px;
}
.nav-tabs.nav-tabs-alt > li > a:hover {
  border-color: transparent transparent transparent transparent;
}
.nav-tabs.nav-tabs-alt > li.active > a,
.nav-tabs.nav-tabs-alt > li.active > a:hover,
.nav-tabs.nav-tabs-alt > li.active > a:focus {
  border-width: 1px 1px 0 1px;
  border-color: #0b89fe;
  border-bottom: 2px solid #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-header.with-tabs {
  padding-bottom: 0;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 0px 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5,
.ibox-title h4 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title h4 {
  font-size: 18px;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
md-card,
.shift-template-wizard .criteria-builder .cb-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header,
.shift-template-wizard .criteria-builder .cb-container md-card-header {
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar,
.shift-template-wizard .criteria-builder .cb-container md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
md-card md-card-header:last-child md-card-avatar,
.shift-template-wizard .criteria-builder .cb-container md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
md-card md-card-header md-card-avatar,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar md-icon,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar .md-user-avatar,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar + md-card-header-text,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-header-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead,
.shift-template-wizard .criteria-builder .cb-container md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card md-card img,
md-card > :not(md-card-content) img,
.shift-template-wizard .criteria-builder .cb-container .shift-template-wizard .criteria-builder .cb-container img,
.shift-template-wizard .criteria-builder .cb-container > :not(md-card-content) img {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title,
.shift-template-wizard .criteria-builder .cb-container md-card-title {
  padding: 24px 16px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
md-card md-card-title + md-card-content,
.shift-template-wizard .criteria-builder .cb-container md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
md-card md-card-title md-card-title-text .md-subhead,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
md-card md-card-title md-card-title-text:only-child .md-subhead,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card md-card-title md-card-title-media .md-media-sm,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
md-card md-card-title md-card-title-media .md-media-md,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg,
.shift-template-wizard .criteria-builder .cb-container md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content,
.shift-template-wizard .criteria-builder .cb-container md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child,
.shift-template-wizard .criteria-builder .cb-container md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child,
.shift-template-wizard .criteria-builder .cb-container md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl,
.shift-template-wizard .criteria-builder .cb-container md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card .md-actions,
md-card md-card-actions,
.shift-template-wizard .criteria-builder .cb-container .md-actions,
.shift-template-wizard .criteria-builder .cb-container md-card-actions {
  margin: 8px;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button),
md-card md-card-actions.layout-column .md-button:not(.md-icon-button),
.shift-template-wizard .criteria-builder .cb-container .md-actions.layout-column .md-button:not(.md-icon-button),
.shift-template-wizard .criteria-builder .cb-container md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type,
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type,
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card .md-actions.layout-column .md-button.md-icon-button,
md-card md-card-actions.layout-column .md-button.md-icon-button,
.shift-template-wizard .criteria-builder .cb-container .md-actions.layout-column .md-button.md-icon-button,
.shift-template-wizard .criteria-builder .cb-container md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card .md-actions md-card-icon-actions,
md-card md-card-actions md-card-icon-actions,
.shift-template-wizard .criteria-builder .cb-container .md-actions md-card-icon-actions,
.shift-template-wizard .criteria-builder .cb-container md-card-actions md-card-icon-actions {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button),
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button),
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button:not(.md-icon-button),
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button.md-icon-button,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions,
md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions,
.shift-template-wizard .criteria-builder .cb-container .md-actions:not(.layout-column) .md-button + md-card-icon-actions,
.shift-template-wizard .criteria-builder .cb-container md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
md-card md-card-footer,
.shift-template-wizard .criteria-builder .cb-container md-card-footer {
  margin-top: auto;
  padding: 16px;
}
@media screen and (-ms-high-contrast: active) {
  md-card,
  .shift-template-wizard .criteria-builder .cb-container {
    border: 1px solid #fff;
  }
}
md-card,
.shift-template-wizard .criteria-builder .cb-container {
  background-color: #ffffff;
  border-radius: 2px;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}
.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px;
}
md-card.md-card-horizontal md-card-title,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title {
  padding: 0;
}
md-card.md-card-horizontal md-card-title md-card-title-media,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media {
  margin-top: 0px;
  background: lightblue;
}
md-card.md-card-horizontal md-card-title md-card-title-media .md-media-md,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-md {
  height: auto;
  width: auto;
}
md-card.md-card-horizontal md-card-title md-card-title-media .md-media-md .md-media-sm,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-md .md-media-sm {
  margin: 16px;
}
md-card.md-card-horizontal md-card-title-text,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text {
  position: relative;
  height: 112px;
}
md-card.md-card-horizontal md-card-title-text .md-headline,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text .md-headline {
  padding: 8px 16px 0 16px;
}
md-card.md-card-horizontal md-card-title-text .md-subhead,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text .md-subhead {
  padding: 8px 16px 0 16px;
}
md-card.md-card-horizontal md-card-title-text md-card-actions,
.shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text md-card-actions {
  box-shadow: inset 0 1px 0 #e5e5e5;
  text-align: right;
  display: block;
  bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  md-card.md-card-horizontal md-card-title,
  .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title {
    margin-bottom: 112px;
  }
}
.md-card-container {
  background: gray;
  border: blue;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  overflow: hidden;
}
table.table-sm > thead > tr > th {
  font-weight: bold;
  line-height: 1.42857143;
  font-size: 12px;
}
table.table-sm td {
  padding: 6px 15px;
  line-height: 1.42857143;
  font-size: 11px;
  color: #717171;
}
table.table-scroll thead,
table.table-scroll tbody,
table.table-scroll tr,
table.table-scroll td,
table.table-scroll th {
  display: block;
}
table.table-scroll tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
table.table-scroll thead th {
  height: 30px;
}
table.table-scroll tbody {
  height: 120px;
  overflow-y: auto;
}
table.table-scroll tbody td,
table.table-scroll thead th {
  width: 24.9%;
  float: left;
}
table.table-descriptions th {
  font-weight: bold;
  vertical-align: inherit;
}
table.table-descriptions tr.heading {
  background: #D5E5EA;
}
.table-scrollable {
  position: relative;
  width: 100%;
  padding-top: 38px;
}
.table-scrollable div.scrollingArea {
  height: 240px;
  overflow: auto;
  width: 100%;
}
.table-scrollable div.scrollingArea > table {
  border-collapse: collapse;
  width: 100%;
}
.table-scrollable div.scrollingArea > table > thead {
  background: none;
  border: 0;
  displat: table;
}
.table-scrollable div.scrollingArea > table > thead,
.table-scrollable div.scrollingArea > table > thead > tr,
.table-scrollable div.scrollingArea > table > thead > tr > th {
  border: 0;
}
.table-scrollable div.scrollingArea > table > thead > tr {
  left: -1px;
  top: 0;
  position: absolute;
  background: #e3eaf3;
  width: 100%;
  height: 38px;
}
.table-scrollable div.scrollingArea > table > thead > tr > th,
.table-scrollable div.scrollingArea > table > thead > tr > td {
  line-height: 38px;
}
table.table-collapsible > tbody > tr td .collapse-toggle,
table.table-collapsible > tbody > tr td .details-toggle {
  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;
}
table.table-collapsible > tbody > tr td .collapse-toggle.pull-left,
table.table-collapsible > tbody > tr td .details-toggle.pull-left {
  margin-right: .3em;
}
table.table-collapsible > tbody > tr td .collapse-toggle.pull-right,
table.table-collapsible > tbody > tr td .details-toggle.pull-right {
  margin-left: .3em;
}
table.table-collapsible > tbody > tr td .collapse-toggle:before,
table.table-collapsible > tbody > tr td .details-toggle:before {
  content: "\f0d7";
}
table.table-collapsible > tbody > tr td.collapsible-trigger {
  cursor: pointer;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle,
table.table-collapsible > tbody > tr.collapsed td .details-toggle {
  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;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-left,
table.table-collapsible > tbody > tr.collapsed td .details-toggle.pull-left {
  margin-right: .3em;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-right,
table.table-collapsible > tbody > tr.collapsed td .details-toggle.pull-right {
  margin-left: .3em;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle:before,
table.table-collapsible > tbody > tr.collapsed td .details-toggle:before {
  content: "\f0da";
}
table.table-collapsible > thead > tr > th,
table.table-collapsible > tbody > tr > td {
  font-size: 12px;
}
table.table-collapsible > thead > tr > th.col-amount,
table.table-collapsible > tbody > tr > td.col-amount {
  text-align: right;
}
table.table-collapsible > tbody > tr td .collapse-toggle {
  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;
}
table.table-collapsible > tbody > tr td .collapse-toggle.pull-left {
  margin-right: .3em;
}
table.table-collapsible > tbody > tr td .collapse-toggle.pull-right {
  margin-left: .3em;
}
table.table-collapsible > tbody > tr td .collapse-toggle:before {
  content: "\f0d7";
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle {
  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;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-left {
  margin-right: .3em;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-right {
  margin-left: .3em;
}
table.table-collapsible > tbody > tr.collapsed td .collapse-toggle:before {
  content: "\f0da";
}
table.table-collapsible thead {
  background: none;
}
table.table-collapsible thead tr th {
  text-transform: none;
  font-size: 11px;
  border-width: 1px;
}
table.table-data thead {
  background: #e3eaf3;
}
table.table-data thead tr th {
  color: #34495e;
  text-transform: uppercase;
  font-size: 13px;
}
table.table-data tr td .details-toggle {
  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;
}
table.table-data tr td .details-toggle.pull-left {
  margin-right: .3em;
}
table.table-data tr td .details-toggle.pull-right {
  margin-left: .3em;
}
table.table-data tr td .details-toggle:before {
  content: "\f0da";
}
table.table-data tr.expanded td .details-toggle {
  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;
}
table.table-data tr.expanded td .details-toggle.pull-left {
  margin-right: .3em;
}
table.table-data tr.expanded td .details-toggle.pull-right {
  margin-left: .3em;
}
table.table-data tr.expanded td .details-toggle:before {
  content: "\f0d7";
}
table.table-data tr > td {
  font-size: 12px;
}
table.table-data > tbody > tr.even {
  background: #fdfdfd;
}
table.table-data > tbody > tr.odd {
  background: #f9f9f9;
}
table.table-data.table-distributions .employee {
  line-height: 30px;
}
table.table-data.table-distributions .employee .avatar {
  float: left;
  margin-right: 6px;
}
.table-responsive-container {
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 40em) {
  .table-responsive-container {
    overflow: hidden;
  }
}
.table-responsive-container table.table {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.table-responsive-container table.table:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.table-responsive-container table.table th,
.table-responsive-container table.table td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
}
@media only screen and (max-width: 40em) {
  .table-responsive-container table.table {
    /*640*/
    display: block;
    position: relative;
    width: 100%;
    max-height: auto;
  }
  .table-responsive-container table.table thead {
    display: block;
    float: left;
  }
  .table-responsive-container table.table thead th {
    height: 29px;
  }
  .table-responsive-container table.table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-responsive-container table.table > thead:first-child > tr:first-child > th {
    border: 1px solid #dddddd;
    border-left: 0;
    border-bottom: 0;
    background: #fcfcfc;
  }
  .table-responsive-container table.table > thead:first-child > tr:first-child > th:first-child {
    border-top: 0;
  }
  .table-responsive-container table.table thead tr {
    display: block;
    overflow: hidden;
  }
  .table-responsive-container table.table th {
    display: block;
    border-bottom: 0;
  }
  .table-responsive-container table.table tbody tr {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #babcbf;
  }
  .table-responsive-container table.table tbody tr td:first-child {
    border-top: 0;
  }
  .table-responsive-container table.table tbody tr td {
    overflow: hidden;
  }
  .table-responsive-container table.table td {
    display: block;
    min-height: 1.25em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    height: 29px;
  }
  .table-responsive-container table.table th:last-child,
  .table-responsive-container table.table td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
@media only screen and (min-width: 900px) {
  .adaptive-table-container {
    overflow: auto;
  }
}
@media only screen and (max-width: 900px) {
  .adaptive-table-container td {
    padding-left: 50% !important;
  }
  .adaptive-table-container td:after {
    content: "\00a0";
  }
  /* Force table to not be like tables anymore */
  .adaptive-table-container table,
  .adaptive-table-container thead,
  .adaptive-table-container tbody,
  .adaptive-table-container th,
  .adaptive-table-container td,
  .adaptive-table-container tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .adaptive-table-container thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .adaptive-table-container tr {
    border: 1px solid #ccc;
  }
  .adaptive-table-container td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .adaptive-table-container td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
	Label the data
	*/
  .adaptive-table-container td:before {
    content: attr(data-title);
  }
}
md-backdrop.md-edit-dialog-backdrop {
  z-index: 80;
}
md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default;
}
md-edit-dialog > .md-content {
  padding: 16px 24px 0;
}
md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px;
}
md-edit-dialog > .md-content md-input-container input {
  float: none;
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, 0.54);
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0;
}
md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px;
}
md-edit-dialog > .md-actions {
  margin: 0 16px 8px;
}
md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial;
}
md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px;
}
.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 64px;
}
.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.md-table-pagination md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1);
}
.md-table-pagination > md-select + span {
  margin-left: 32px;
}
.md-table-pagination > .md-button.md-icon-button {
  margin: 0;
}
.md-table-pagination > span + .md-button.md-icon-button {
  margin-left: 20px;
}
.md-table-pagination > .md-button.md-icon-button:last-child {
  margin-right: -16px;
}
md-select.md-table-select {
  margin: 0;
}
md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: initial;
  min-height: 24px;
  border-bottom: 0 !important;
}
md-select.md-table-select > .md-select-value > span {
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
}
md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 0;
}
md-select.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial;
}
.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-left: -2px;
  border-radius: 2px;
}
.md-select-menu-container.md-table-select md-select-menu,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  border-radius: inherit;
}
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  padding: 0;
}
.md-select-menu-container.md-table-select .md-text {
  font-size: 13px;
}
.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px;
}
md-toolbar {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar.md-table-toolbar {
  box-shadow: none;
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    height: 64px;
    max-height: initial;
  }
}
md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.54);
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px;
}
md-card > md-toolbar.md-table-toolbar:first-child,
md-card > md-table-container:first-child,
.shift-template-wizard .criteria-builder .cb-container > md-toolbar.md-table-toolbar:first-child,
.shift-template-wizard .criteria-builder .cb-container > md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
md-card > md-toolbar.md-table-toolbar:last-child,
md-card > md-table-container:last-child,
.shift-template-wizard .criteria-builder .cb-container > md-toolbar.md-table-toolbar:last-child,
.shift-template-wizard .criteria-builder .cb-container > md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
md-table-container {
  display: block;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
table.md-table {
  width: 100%;
  border-spacing: 0;
}
table.md-table thead.md-head > tr.md-row {
  height: 56px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px;
}
table.md-table tbody.md-body > tr.md-row-highlight td.md-cell,
table.md-table tbody.md-body > tr.md-row-highlight td.md-cell a {
  color: #dc143c;
}
table.md-table tbody.md-body > tr.md-row-highlight td.md-cell {
  border: 0;
  background: #ffebee;
}
table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px;
}
table.md-table .md-table-progress th {
  padding: 0;
}
table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s;
}
table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0;
}
table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
table.md-table th.md-column {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
table.md-table th.md-column.md-sort {
  cursor: pointer;
}
table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
}
table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px;
}
table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px;
}
table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, 0.87);
}
table.md-table th.md-column:hover md-icon.md-sort-icon,
table.md-table th.md-column.md-active md-icon.md-sort-icon {
  opacity: 1;
}
table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave,
table.md-table tr.md-row[data-ng-repeat].ng-leave {
  display: none;
}
table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color 0.2s;
}
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #eeeeee !important;
}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #f5f5f5;
}
table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2) {
  padding: 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}
table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 24px;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}
table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
}
table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  vertical-align: middle;
}
table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0;
}
table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer;
}
table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: none;
}
table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right;
}
table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px;
}
table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.54);
  width: 18px;
  text-align: right;
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
  transform: scaleY(0.4) scaleX(0.8);
}
.table-excel {
  border: 1px solid #B0CBEF;
  border-width: 1px 0px 0px 1px;
  font-size: 11pt;
  font-family: Calibri;
  font-weight: 100;
  border-spacing: 0px;
  border-collapse: collapse;
}
.table-excel thead th {
  background-color: #E4ECF7;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #9EB6CE;
  border-width: 0px 1px 1px 0px;
  height: 17px;
}
.table-excel thead th.heading {
  background-color: #bdd0eb;
  text-align: center;
}
.table-excel tbody td {
  border: 0px;
  background-color: white;
  padding: 0px 4px 0px 2px;
  border: 1px solid #D0D7E5;
  border-width: 0px 1px 1px 0px;
}
.table-excel tbody td b {
  border: 0px;
  background-color: white;
  font-weight: bold;
}
.table-excel tbody td.heading {
  background-color: #E4ECF7;
  text-align: center;
  border: 1px solid #9EB6CE;
  border-width: 0px 1px 1px 0px;
}
.table-excel tbody tr.error td {
  background-color: #FDDADA;
  color: darkred;
}
.table-excel tbody tr.error td.heading {
  background-color: #BB5656;
}
md-backdrop.md-edit-dialog-backdrop {
  z-index: 80;
}
md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default;
}
md-edit-dialog > .md-content {
  padding: 16px 24px 0;
}
md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px;
}
md-edit-dialog > .md-content md-input-container input {
  float: none;
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, 0.54);
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0;
}
md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px;
}
md-edit-dialog > .md-actions {
  margin: 0 16px 8px;
}
md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial;
}
md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px;
}
.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 64px;
}
.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.md-table-pagination md-select .md-select-value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: -6px !important;
}
.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1);
}
.md-table-pagination > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
.md-table-pagination > .buttons:not(:first-child),
.md-table-pagination > .limit-select:not(:first-child) {
  margin-left: 32px;
}
.md-table-pagination > .buttons {
  margin-right: -16px;
}
.md-table-pagination > .buttons > .md-button.md-icon-button {
  margin: 0;
}
.md-table-pagination > .buttons > .label + .md-button.md-icon-button {
  margin-left: 20px;
}
md-select.md-table-select {
  margin: 0;
}
md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: 0;
  min-height: 24px;
  border-bottom: 0 !important;
}
md-select.md-table-select > .md-select-value > span {
  display: block;
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
}
md-select.md-table-select > .md-select-value > span > .md-text {
  display: inherit;
  height: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 0;
}
md-select.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial;
}
.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-left: -2px;
  border-radius: 2px;
}
.md-select-menu-container.md-table-select md-select-menu,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  border-radius: inherit;
}
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  padding: 0;
}
.md-select-menu-container.md-table-select .md-text {
  font-size: 13px;
}
.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px;
}
md-toolbar.md-table-toolbar {
  box-shadow: none;
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    height: 64px;
    max-height: initial;
  }
}
md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.54);
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px;
}
md-card > md-toolbar.md-table-toolbar:first-child,
md-card > md-table-container:first-child,
.shift-template-wizard .criteria-builder .cb-container > md-toolbar.md-table-toolbar:first-child,
.shift-template-wizard .criteria-builder .cb-container > md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
md-card > md-toolbar.md-table-toolbar:last-child,
md-card > md-table-container:last-child,
.shift-template-wizard .criteria-builder .cb-container > md-toolbar.md-table-toolbar:last-child,
.shift-template-wizard .criteria-builder .cb-container > md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: auto;
  margin-bottom: 300px;
}
table.md-table thead.md-head > tr.md-row {
  height: 56px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px;
}
table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px;
}
table.md-table .md-table-progress th {
  padding: 0;
}
table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s;
}
table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0;
}
table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
table.md-table th.md-column {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
table.md-table th.md-column.md-sort {
  cursor: pointer;
}
table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
}
table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px;
}
table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px;
}
table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, 0.87);
}
table.md-table th.md-column:hover md-icon.md-sort-icon,
table.md-table th.md-column.md-active md-icon.md-sort-icon {
  opacity: 1;
}
table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave,
table.md-table tr.md-row[data-ng-repeat].ng-leave {
  display: none;
}
table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color 0.2s;
}
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #eeeeee !important;
}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #f5f5f5;
}
table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2) {
  padding: 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}
table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 24px;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}
table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
}
table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  vertical-align: middle;
}
table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0;
}
table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer;
}
table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: none;
}
table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right;
}
table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px;
}
table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}
table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.54);
  width: 18px;
  text-align: right;
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
  transform: scaleY(0.4) scaleX(0.8);
}
md-toolbar,
footer-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
footer {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer > footer-content {
  min-height: 64px;
  padding: 0 16px 16px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
footer > footer-content > div {
  margin-top: 16px;
}
footer > footer-content > div:not(:last-child) {
  margin-right: 24px;
}
footer > footer-content > div > *:not(span) + *:not(span) {
  margin-left: 24px;
}
md-card,
.shift-template-wizard .criteria-builder .cb-container {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
md-toolbar.md-table-toolbar.ng-hide {
  display: none;
}
md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  color: #1e88e5;
  font-size: 16px;
  background-color: #e3f2fd;
}
md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form > input:focus {
  outline: none;
}
.md-table-header .md-toolbar-tools .md-title {
  display: inline-block;
}
.md-table-header .md-toolbar-tools .md-title img {
  display: inline-block;
  vertical-align: top;
}
.md-head .checkbox-select-all {
  margin-bottom: 0;
  margin-top: 0;
}
.md-head .checkbox-select-all label {
  line-height: 20px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.md-head th.md-column.md-numeric {
  text-align: left;
}
table.scroll {
  /* border-collapse: collapse; */
  border-spacing: 0;
  border: 0px;
  width: 100%;
}
table.scroll tbody,
table.scroll thead {
  display: block;
}
table.scroll thead tr th {
  height: 30px;
  line-height: 30px;
  /* text-align: left; */
}
table.scroll tbody {
  height: 265px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 0;
}
table.scroll tbody td,
table.scroll thead th {
  border-right: 0;
  text-align: left;
  /* white-space: nowrap; */
}
table.scroll tbody td:last-child,
table.scroll thead th:last-child {
  border-right: none;
}
/* Progress Bar */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.navbar-tip > .container .navbar-header .navbar-brand,
.navbar-tip > .shift-payout .payout-overview.affix .affix-container .navbar-header .navbar-brand {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: transparent url("../bundles/tipnetworkcore/images/tn-logo-full.png") 0 0 no-repeat;
  background-size: 200px 75.97px;
  height: 75.97px;
  width: 200px;
  display: block;
  margin-top: 10px;
  background-size: 125px 47.48px;
  width: 125px;
  height: 48px;
}
.navbar-tip .navbar-nav {
  float: right;
}
.navbar-tip .navbar-nav > .dropdown > a .caret {
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}
.navbar-tip .navbar-nav > li > a {
  line-height: 40px;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .navbar-tip .navbar-nav > li > a {
    padding: 10px 6px;
  }
}
.navbar-tip .navbar-nav > li .avatar {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
/******
Page Header 
******/
.top-header {
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  height: 126px;
  background-image: none;
}
.top-header .container,
.top-header .container-fluid,
.top-header .shift-payout .payout-overview.affix .affix-container {
  position: relative;
}
.top-header .page-header-top {
  height: 75px;
}
.top-header .page-header-top .top-menu {
  margin: 13px 0 0;
  padding: 0;
  float: right;
}
.top-header .page-header-top .top-menu .navbar-nav {
  padding: 0;
  margin-right: 0;
  display: block;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > .username,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > i,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > .username,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > i {
  color: #7089a2;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language:hover > .dropdown-toggle > .langname,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language.open > .dropdown-toggle > .langname {
  color: #7089a2;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown {
  margin: 0;
  padding: 0 4px;
  height: 50px;
  display: inline-block;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown .separator {
  border-left: 1px solid #e3e8ec;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  margin: 0 0 0 1px;
  padding: 17px 10px 8px 10px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  color: #c1ccd1;
  font-size: 19px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .badge.badge-default {
  background-color: #f36a5a;
  color: white;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i.glyphicon {
  font-size: 18px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 9px;
  right: 24px;
  font-weight: 300px;
  padding: 3px 6px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
  background-color: white;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover > i {
  color: #a4b4bb;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
  padding-right: 0;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
  background: none;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu {
  z-index: 9996;
  margin-top: 5px;
  margin-right: 7px;
  font-family: "Open Sans", sans-serif;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  content: '';
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 10px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: white;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i {
  color: #a4b4bb;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator {
  padding-left: 0px;
  padding-right: 6px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  border-left: 1px solid #e3e8ec;
  float: left;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-left: 5px;
  margin-top: 17px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #f7f8fa;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 300px;
  width: 300px;
  z-index: 9996;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  background: #f7f8fa;
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  letter-spacing: 0.5px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  color: #6f949c;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  color: #428bca;
  display: inline-block;
  padding: 0;
  background: none;
  clear: inherit;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  border: 0;
  margin-top: -2px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  color: #2a6496;
  text-decoration: none;
  text-decoration: underline;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  border-bottom: 1px solid #eff2f6 !important;
  color: #222222;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 13px;
  padding: 16px 15px 18px;
  text-shadow: none;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  background: #f8f9fa;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li:first-child a {
  border-top: none;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #f1f1f1;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #e4e4e4;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
  overflow: hidden;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
  margin-right: 10px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon i {
  margin-right: 2px;
  margin-left: 1px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon .badge {
  right: 15px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
  float: right;
  max-width: 75px;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: 1px 5px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle {
  padding: 17px 0px 8px 8px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  background-color: #4db3a4;
  color: white;
  float: left;
  margin-top: -5px;
  padding: 3px 10px 4px 10px;
  -webkit-border-radius: 50% !important !important;
  -moz-border-radius: 50% !important !important;
  -ms-border-radius: 50% !important !important;
  -o-border-radius: 50% !important !important;
  border-radius: 50% !important !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  border-color: transparent transparent transparent #4db3a4;
  float: left;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 9px 9px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner:not(:root:root) {
  margin-left: -5px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
  color: #5b9bd1;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo {
  float: left;
  margin: 0 6px 6px 0;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50% !important !important;
  -moz-border-radius: 50% !important !important;
  -ms-border-radius: 50% !important !important;
  -o-border-radius: 50% !important !important;
  border-radius: 50% !important !important;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
  display: block;
  margin-left: 46px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .from {
  font-size: 14px;
  font-weight: 600;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .time {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: right;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .message {
  display: block !important;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 46px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
  background-color: #dfe2e9;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task {
  margin-bottom: 5px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .desc {
  font-size: 13px;
  font-weight: 300;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .percent {
  color: #4db3a4;
  float: right;
  font-weight: 600;
  display: inline-block;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress {
  display: block;
  height: 8px;
  margin: 8px 0 2px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress .progress-bar {
  box-shadow: none;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #8ea3b6;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #8ea3b6;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 195px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 12px 6px 7px 6px;
  padding-left: 0;
  padding-right: 0;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
  margin-top: -8px;
  margin-right: 8px;
  height: 40px;
  float: left;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
  float: left;
  font-size: 400;
  font-size: 14px;
  margin-top: 4px;
  margin-right: 2px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
  float: left;
  font-size: 14px;
  margin-top: 7px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu {
  width: 210px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
  font-size: 14px;
  font-size: 13px;
  font-weight: 300;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i {
  width: 15px;
  display: inline-block;
  margin-right: 9px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a .badge {
  margin-right: 10px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle {
  padding: 16px 10px 9px 2px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
  color: #8ea3b6;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > img {
  margin-bottom: 2px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > i {
  font-size: 14px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a {
  font-size: 13px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
  margin-right: 5px;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a > i,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a > i {
  color: #6fa7d7;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover,
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover {
  background: #373e47;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #2e343b;
  border: 0;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external {
  background: #272c33;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > h3 {
  color: #a2abb7;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > a:hover {
  color: #6ea6d6;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a {
  color: #aaafb7;
  border-bottom: 1px solid #3b434c !important;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #2e343b;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  color: #aaafb7;
  border-bottom: 1px solid #3b434c !important;
  border-bottom: 0 !important;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li.divider {
  background: #3b434c;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #23272d;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #181b1e;
}
.top-header .page-header-top .top-menu .navbar-nav > li.dropdown:last-child {
  padding-right: 0;
}
.top-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu {
  border: 0;
}
.top-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list > li.external a {
  background: none !important;
  border: none !important;
}
.top-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
  border-left: none;
  border-right: none;
}
.top-header .page-header-top .page-logo {
  float: left;
  display: block;
  width: 255px;
  height: 75px;
}
.top-header .page-header-top .page-logo .logo-default {
  margin: 5px 0 0 0;
}
.top-header .page-header-top .menu-toggler {
  float: right;
  display: none;
  margin: 23px 3px 0 13px;
  width: 40px;
  height: 30px;
  background: url(../img/menu-toggler.png) center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.top-header .page-header-top .menu-toggler:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-header .page-header-top.fixed {
  background: white !important;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9995;
}
.top-header .page-header-menu {
  background: #444d58;
  display: block;
  height: 51px;
  clear: both;
}
.top-header .page-header-menu .hor-menu {
  margin: 0 0 0 -17px;
  margin: 0;
  float: left;
}
.top-header .page-header-menu .hor-menu .navbar-nav {
  position: static;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.top-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
  color: white;
  background: #55616f !important;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li > a:hover > i {
  color: white;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.top-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover,
.top-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.top-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4e5966;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
  color: #bcc2cb;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.current .selected,
.top-header .page-header-menu .hor-menu .navbar-nav > li.active .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0px;
  margin-left: -7px;
  margin-bottom: -6px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown {
  position: static;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  left: auto;
  width: auto;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  margin: 0;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
  padding: 0;
  margin: 0;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
  padding: 1px !important;
  margin: 0 !important;
  list-style: none;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #ced5de;
  margin-top: 5px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: normal;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a {
  white-space: normal;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .badge,
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .label {
  margin-left: 5px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify {
  padding: 7px 7px 7px 30px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify > i {
  position: absolute;
  top: auto !important;
  margin-left: -24px;
  font-size: 15px;
  margin-top: 3px !important;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
  border-right: 0;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content.mega-menu-responsive-content {
  padding: 10px 18px 10px 45px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li > a {
  color: #bcc2cb;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 18px 15px 18px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
  color: #bcc2cb;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #55616f;
  margin-top: 0;
  border: none;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #ced5de;
  background: #5d6b7a;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  color: #ced5de;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 12px;
  white-space: normal;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .label,
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .badge {
  font-weight: 300;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
  color: #ced5de;
  background: #5d6b7a;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
  background-color: #606d7d;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  color: #6fa7d7;
  top: 9px;
  right: 10px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  top: 0;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li > a:focus {
  background: none !important;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
  left: 20px;
  right: 20px;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:after,
.top-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:before {
  display: none !important;
}
.top-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
  min-width: 195px;
  max-width: 235px;
}
.top-header .page-header-menu .hor-menu .navbar-nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4e5966;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover > i {
  color: #bcc2cb;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #555555;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
  color: #bcc2cb;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a > i {
  color: #bcc2cb;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
  color: white;
  background: #55616f;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover > i {
  color: white;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #fafafc;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: black;
  background: #eaeaf2;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a > i,
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a {
  color: black;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a {
  color: black;
  background: #eaeaf2;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.divider {
  background-color: #ededf4;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > .dropdown-menu {
  border: 1px solid #eaeaf2;
  border-top: 0;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a {
  color: #333333 !important;
  background: #fafafc !important;
}
.top-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a > i {
  color: #333333 !important;
}
.top-header .page-header-menu .search-form {
  background: #38414c;
  position: relative;
  display: inline-block;
  float: right;
  width: 176px;
  transition: width 0.4s;
  margin-top: 8px;
}
.top-header .page-header-menu .search-form .input-group {
  background: #38414c;
}
.top-header .page-header-menu .search-form .input-group .form-control {
  color: #616d7d;
  background: #38414c;
  border: 0;
  font-size: 13px;
  padding-right: 20px;
  font-weight: 300px;
}
.top-header .page-header-menu .search-form .input-group .form-control::-moz-placeholder {
  color: #5f6a7a;
  opacity: 1;
}
.top-header .page-header-menu .search-form .input-group .form-control:-ms-input-placeholder {
  color: #5f6a7a;
}
.top-header .page-header-menu .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #5f6a7a;
}
.top-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
  padding: 0;
  height: 34px;
  z-index: 3;
  position: relative;
  top: 10px;
  right: 11px;
}
.top-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  color: #616d7d;
  font-size: 15px;
}
.top-header .page-header-menu .search-form .input-group .form-control:hover {
  cursor: pointer;
}
.top-header .page-header-menu .search-form.open {
  width: 300px !important;
  transition: width 0.4s;
}
.top-header .page-header-menu .search-form.open .input-group .form-control {
  text-indent: 0;
}
.top-header .page-header-menu .search-form.open .input-group .form-control:hover {
  cursor: text;
}
.top-header .page-header-menu .search-form.open .input-group .input-group-btn .btn.submit {
  margin-left: 0;
}
.top-header .page-header-menu.fixed {
  box-shadow: 0px 1px 10px 0px rgba(68, 77, 88, 0.2);
}
.page-spinner-bar > div,
.block-spinner-bar > div {
  background: #5fbbad;
}
.top-header:before {
  content: " ";
  display: table;
}
.top-header:after {
  content: " ";
  display: table;
  clear: both;
}
.top-header.navbar-fixed-top {
  z-index: 9995;
}
.top-header.navbar-static-top {
  z-index: 9995;
}
.pace .pace-progress {
  z-index: 10000;
  top: 126px !important;
  height: 3px !important;
}
.pace .pace-progress-inner {
  box-shadow: none;
}
.pace .pace-activity {
  top: 128px;
  right: 22px;
  border-radius: 10px !important;
}
@media (max-width: 991px) {
  .navbar-tip > .container .navbar-header .navbar-brand,
  .navbar-tip > .shift-payout .payout-overview.affix .affix-container .navbar-header .navbar-brand {
    margin-left: 21px;
  }
  .navbar-tip .navbar-collapse {
    border-width: 0;
    max-height: none;
  }
  .navbar-tip .navbar-collapse .navbar-nav {
    float: left;
    width: 100%;
    margin: 0;
  }
  .navbar-tip .navbar-collapse .navbar-nav li a .caret {
    border-width: 0;
    float: right;
    padding-right: 10px;
    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;
  }
  .navbar-tip .navbar-collapse .navbar-nav li a .caret.pull-left {
    margin-right: .3em;
  }
  .navbar-tip .navbar-collapse .navbar-nav li a .caret.pull-right {
    margin-left: .3em;
  }
  .navbar-tip .navbar-collapse .navbar-nav li a .caret:before {
    content: "\f054";
  }
  .navbar-tip .navbar-collapse .navbar-nav li a .caret,
  .navbar-tip .navbar-collapse .navbar-nav li a .caret:before {
    line-height: 40px;
  }
}
.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: transparent url("../bundles/tipnetworkcore/images/tn-logo-full.png") 0 0 no-repeat;
  background-size: 200px 75.97px;
  height: 75.97px;
  width: 200px;
  display: block;
}
.dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}
.dl-horizontal dd {
  text-align: right;
  font-weight: bold;
}
.autocomplete-container .dropdown-menu {
  width: 100%;
}
form > fieldset {
  clear: both;
}
form > fieldset > div {
  display: inline-block;
}
.ajax-loader-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.processing-animation {
  font-size: 30px;
}
.processing-animation:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.content-clear {
  clear: both;
}
.modal .form-footer {
  margin-bottom: 0;
  padding-bottom: 0;
  clear: both;
}
.popover .popover-header {
  background: none;
}
.pagination {
  margin: 0;
}
.container > .alert,
.shift-payout .payout-overview.affix .affix-container > .alert {
  margin-top: 30px;
}
.alert {
  padding: 15px;
  border-radius: 2px;
}
.alert .help-block {
  display: inline-block;
}
.alert .close {
  color: inherit;
}
.alert.alert-danger-alt {
  color: #dc143c;
  border-color: #dc143c;
  background-color: #ffffff;
}
.alert.alert-dismissable .close {
  position: absolute;
  right: 21px;
  top: auto;
  color: inherit;
}
.popover {
  max-width: 375px;
  z-index: 1040;
}
.popover .popover-header {
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover .popover-header .close {
  line-height: 16px;
}
.popover .popover-content {
  font-size: 14px;
}
.popover .popover-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.popover .acenter {
  text-align: center;
  margin: 30px 0;
}
.collapsible .collapse-toggle,
.collapsible .details-toggle {
  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;
}
.collapsible .collapse-toggle.pull-left,
.collapsible .details-toggle.pull-left {
  margin-right: .3em;
}
.collapsible .collapse-toggle.pull-right,
.collapsible .details-toggle.pull-right {
  margin-left: .3em;
}
.collapsible .collapse-toggle:before,
.collapsible .details-toggle:before {
  content: "\f0d7";
}
.collapsible .collapsible-trigger {
  cursor: pointer;
}
.collapsible .closed {
  display: none !important;
}
.collapsible .opened {
  display: inline;
}
.collapsible.collapsed .closed {
  display: inline !important;
}
.collapsible.collapsed .opened {
  display: none !important;
}
.collapsible.collapsed .collapse-toggle,
.collapsible.collapsed .details-toggle {
  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;
}
.collapsible.collapsed .collapse-toggle.pull-left,
.collapsible.collapsed .details-toggle.pull-left {
  margin-right: .3em;
}
.collapsible.collapsed .collapse-toggle.pull-right,
.collapsible.collapsed .details-toggle.pull-right {
  margin-left: .3em;
}
.collapsible.collapsed .collapse-toggle:before,
.collapsible.collapsed .details-toggle:before {
  content: "\f0da";
}
.collapsible.collapsed .collapsible-target {
  display: none !important;
}
.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.sort-dir {
  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;
  margin-left: 3px;
}
.sort-dir.pull-left {
  margin-right: .3em;
}
.sort-dir.pull-right {
  margin-left: .3em;
}
.sort-dir:before {
  content: "\f0d8";
}
.dir-asc .sort-dir {
  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;
}
.dir-asc .sort-dir.pull-left {
  margin-right: .3em;
}
.dir-asc .sort-dir.pull-right {
  margin-left: .3em;
}
.dir-asc .sort-dir:before {
  content: "\f0d7";
}
.radio label .icons {
  margin-top: 8px;
}
.money.negative {
  color: #e74c3c;
}
.money.negative:hover {
  color: #d62c1a;
}
a.money.negative:hover {
  color: #b93d30;
}
.pointer {
  cursor: pointer;
}
.value-verified i {
  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;
  margin-left: 3px;
}
.value-verified i.pull-left {
  margin-right: .3em;
}
.value-verified i.pull-right {
  margin-left: .3em;
}
.value-verified i:before {
  content: "\f058";
}
.value-verified.employee i {
  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;
}
.value-verified.employee i.pull-left {
  margin-right: .3em;
}
.value-verified.employee i.pull-right {
  margin-left: .3em;
}
.value-verified.employee i:before {
  content: "\f007";
}
.value-verified.flag i {
  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;
}
.value-verified.flag i.pull-left {
  margin-right: .3em;
}
.value-verified.flag i.pull-right {
  margin-left: .3em;
}
.value-verified.flag i:before {
  content: "\f06a";
}
body > .container > .row > .col-md-12 > .alert,
body > .shift-payout .payout-overview.affix .affix-container > .row > .col-md-12 > .alert {
  margin-top: 12px;
}
.alert {
  font-size: 15px;
  line-height: 1.42857143;
}
.alert.alert-dismissible .close,
.alert .close {
  right: 0;
}
.alert.alert-info {
  background-color: #448AFF;
  border-color: #448AFF;
}
.alert.alert-info,
.alert.alert-info a {
  color: #ffffff;
}
.alert.alert-info a {
  text-decoration: underline;
}
.alert.alert-info a.btn {
  text-decoration: none;
}
.list-wrapper .list-header-titles {
  border-bottom: 2px solid #dddddd;
}
.list-wrapper .list-header-titles:before,
.list-wrapper .list-header-titles:after {
  content: " ";
  display: table;
}
.list-wrapper .list-header-titles:after {
  clear: both;
}
.list-wrapper .list-header-titles:before,
.list-wrapper .list-header-titles:after {
  content: " ";
  display: table;
}
.list-wrapper .list-header-titles:after {
  clear: both;
}
.list-wrapper .list-header-titles:before,
.list-wrapper .list-header-titles:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-wrapper .list-header-titles:after {
  clear: both;
}
.list-wrapper .list-header-titles:before,
.list-wrapper .list-header-titles:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-wrapper .list-header-titles:after {
  clear: both;
}
.list-wrapper .list-header-titles .list-header-label {
  vertical-align: bottom;
  padding: 8px;
  line-height: 1.72222;
  font-weight: bold;
}
.switch-container #available-users {
  max-width: 400px;
  margin: 0 auto;
}
.switch-container #available-users .switch-group .user-item .avatar {
  float: left;
}
.switch-container #available-users .switch-group .user-item .user-displayname,
.switch-container #available-users .switch-group .user-item .user-email {
  display: block;
  margin-left: 58px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.switch-container #available-users .switch-group .user-item .user-displayname {
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
  color: #427fed;
  line-height: 16px;
}
.switch-container #available-users .switch-group .user-item .user-email {
  font-size: 14px;
  color: #404040;
}
.switch-container #available-users .switch-group .user-item .badge {
  background: transparent;
  color: #333;
}
.switch-container #available-users .switch-group .user-item .badge i {
  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;
  line-height: 41px;
  font-size: 20px;
}
.switch-container #available-users .switch-group .user-item .badge i.pull-left {
  margin-right: .3em;
}
.switch-container #available-users .switch-group .user-item .badge i.pull-right {
  margin-left: .3em;
}
.switch-container #available-users .switch-group .user-item .badge i:before {
  content: "\f054";
}
.switch-container #available-users #add-account {
  border-right: 1px solid #999;
}
.switch-container #available-users #remove-complete {
  display: none;
}
.switch-container #available-users.remove-state #remove-complete {
  display: block;
}
.switch-container #available-users.remove-state #add-remove {
  display: none;
}
.switch-container #available-users.remove-state .user-item .badge i {
  color: #333;
}
.switch-container #available-users.remove-state .user-item .badge i:before {
  content: "\f00d";
}
.btn.close {
  line-height: 10px;
}
.employee-roles {
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
}
.employee-roles .tag {
  margin-right: 2px;
  color: white;
}
.employee-roles .tag .remove {
  margin-left: 8px;
  cursor: pointer;
}
.employee-roles .tag .remove::after {
  content: "x";
  padding: 0px 2px;
}
.employee-roles .tag .remove:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.employee-roles .tag .remove:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.employee-picker .employee {
  width: 260px;
  height: 82px;
  float: left;
  margin: 0 16px 16px 0;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 10px;
}
.employee-picker .employee.selected {
  background-color: #e6e6e6;
}
.employee-picker .employee img {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.employee-picker .employee span {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  font-weight: bold;
  line-height: 14px;
}
.employee-picker .employee span small {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 80%;
}
.employee-picker .employee .employee-thumbnail {
  float: left;
}
.employee-picker .employee .employee-thumbnail img {
  max-height: 60px;
  max-width: 60px;
}
.employee-picker .employee .employee-info .employee-name {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  font-weight: bold;
  line-height: 14px;
}
.employee-picker .employee .employee-info .status {
  display: block;
  font-size: 10px;
  color: #c0c0c0;
  text-transform: uppercase;
}
.avatar,
.profile-selector .dropdown-menu li img,
.shift_simple_edit .form-container .group-list .group .group-header .group-overview .employee-info img,
.simple-pay-plus .form-container .group-list .group .group-header .group-overview .employee-info img,
.shift_simple_create .form-container .group-list .group .group-header .group-overview .employee-info img,
.shift_simple_edit .form-container .group-list .group .group-header .group-input .employee-info img,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .employee-info img,
.shift_simple_create .form-container .group-list .group .group-header .group-input .employee-info img,
.shift_closeout_summary .list-employees .group-list .group .group-header .group-overview img,
.shift_checkout_list .shift-checkout .table tr td.employee-info img,
.checkout .page-header .avatar,
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 img,
.employee-reporting .table-responsive .table tr td.employee-info img {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.avatar.default,
.profile-selector .dropdown-menu li img,
.switch-container #available-users .switch-group .user-item .avatar,
.group-list .group.group-totals.group-checkout-user .dl-horizontal dt img,
.shift_simple_edit .form-container .group-list .group .group-header .group-overview .employee-info img,
.simple-pay-plus .form-container .group-list .group .group-header .group-overview .employee-info img,
.shift_simple_create .form-container .group-list .group .group-header .group-overview .employee-info img,
.shift_simple_edit .form-container .group-list .group .group-header .group-input .employee-info img,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .employee-info img,
.shift_simple_create .form-container .group-list .group .group-header .group-input .employee-info img,
.shift_closeout_summary .list-employees .group-list .group .group-header .group-overview img,
.shift_checkout_list .shift-checkout .table tr td.employee-info img,
.checkout .page-header .avatar,
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 img,
.employee-reporting .table-responsive .table tr td.employee-info img {
  width: 40px;
  height: 40px;
}
.avatar.lg,
#switch-form-container #selected-profile .avatar {
  width: 90px;
  height: 90px;
}
.avatar.xl {
  width: 120px;
  height: 120px;
}
.avatar.md,
.shift-authorization .pin-authorization .avatar {
  width: 60px;
  height: 60px;
}
.avatar.sm,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .avatar,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .avatar {
  width: 30px;
  height: 30px;
}
.avatar.xs {
  width: 20px;
  height: 20px;
}
.avatar-thumbnail {
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.employee-list-item .employee-item-img {
  width: 35px;
  height: 35px;
}
.transaction-details tr > td {
  font-size: 12px;
}
.cover-item {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 20px 20px 0;
  background: #fff;
}
.cover-item .cover-options {
  min-height: 80px;
}
.cover-item .cover-options .cover-info {
  padding: 6px 10px;
  background: #fff;
  text-rendering: optimizeLegibility;
  color: #999;
  font-size: 11px;
}
.cover-item .cover-wrap {
  -webkit-box-shadow: 0 1px 0px 0px white inset;
  -moz-box-shadow: 0 1px 0px 0px white inset;
  box-shadow: 0 1px 0px 0px white inset;
  -webkit-border-top-right-radius: 0 0 3px 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 3px 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 3px 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 8px 8px;
  border-top: 1px solid #e7e7e7;
  background-color: #f6f6f6;
}
.cover-item .cover-wrap a {
  color: #555;
  font-weight: bold;
  font-size: 11px;
}
.notification-wrapper .ibox-title {
  cursor: pointer;
}
.notification-wrapper .badge {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.notification-wrapper .badge.critical {
  background: #ff0000;
}
.notification-wrapper .badge.high {
  background: #bb0404;
}
.notification-wrapper .badge.medium {
  background: #EF6C00;
}
.notification-wrapper .badge.low {
  background: #F9A825;
}
.notifications-container.table-scrollable .scrollingArea {
  height: auto;
  max-height: 240px;
}
.notifications-container table.table-notifications > thead > tr,
.notifications-container table.table-notifications > tbody > tr {
  width: 100%;
}
.notifications-container table.table-notifications > thead > tr > th,
.notifications-container table.table-notifications > tbody > tr > th,
.notifications-container table.table-notifications > thead > tr > td,
.notifications-container table.table-notifications > tbody > tr > td {
  padding: 2px;
}
.notifications-container table.table-notifications > thead > tr > th.severity,
.notifications-container table.table-notifications > tbody > tr > th.severity,
.notifications-container table.table-notifications > thead > tr > td.severity,
.notifications-container table.table-notifications > tbody > tr > td.severity {
  width: 5%;
}
.notifications-container table.table-notifications > thead > tr > th.issues,
.notifications-container table.table-notifications > tbody > tr > th.issues,
.notifications-container table.table-notifications > thead > tr > td.issues,
.notifications-container table.table-notifications > tbody > tr > td.issues {
  width: 8%;
  font-weight: bold;
}
.notifications-container table.table-notifications > thead > tr > th.desc,
.notifications-container table.table-notifications > tbody > tr > th.desc,
.notifications-container table.table-notifications > thead > tr > td.desc,
.notifications-container table.table-notifications > tbody > tr > td.desc {
  width: 72%;
}
.notifications-container table.table-notifications > thead > tr > th.actions,
.notifications-container table.table-notifications > tbody > tr > th.actions,
.notifications-container table.table-notifications > thead > tr > td.actions,
.notifications-container table.table-notifications > tbody > tr > td.actions {
  width: 15%;
  text-align: right;
  padding-right: 5px;
}
.notifications-container table.table-notifications > thead > tr > th,
.notifications-container table.table-notifications > tbody > tr > th {
  font-size: 12px;
}
#switch-form-container {
  max-width: 400px;
  margin: 0 auto;
}
#switch-form-container .login-form {
  padding: 40px;
}
#switch-form-container #selected-profile {
  text-align: center;
}
#switch-form-container #selected-profile .badge {
  display: none;
}
#switch-form-container #selected-profile .avatar {
  margin: 0 auto 10px;
  display: block;
}
#switch-form-container #selected-profile .user-displayname {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}
#switch-form-container #selected-profile .user-email {
  display: block;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#switch-form-container form legend {
  display: none;
}
#switch-form-container form .alert-danger {
  padding: 5px 10px;
  margin-bottom: 15px;
}
#switch-form-container #select-different {
  color: #fff;
  margin: 10px auto;
  border: 1px solid #fff;
  width: 200px;
  display: block;
}
.inner-addon {
  position: relative;
}
.inner-addon input {
  z-index: 2;
  height: 32px;
}
/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 8px;
  z-index: 3;
}
/* align glyph */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.user-select-list {
  border-radius: 0;
}
.user-select-list:before,
.user-select-list:after {
  content: " ";
  display: table;
}
.user-select-list:after {
  clear: both;
}
.user-select-list:before,
.user-select-list:after {
  content: " ";
  display: table;
}
.user-select-list:after {
  clear: both;
}
.user-select-list:before,
.user-select-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.user-select-list:after {
  clear: both;
}
.user-select-list:before,
.user-select-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.user-select-list:after {
  clear: both;
}
.user-select-list .list-search {
  background: #ecf0f1;
  padding: 12px 30px;
}
.user-select-list .list-search .input-group {
  margin-bottom: 0;
}
.user-select-list .list-search .input-group .btn-default {
  background-color: #f9f9f9;
  border-color: #f2f2f2;
  color: #333;
}
.user-select-list .list-search .input-group .list-search-input {
  color: #333;
  background: #f9f9f9;
  font-size: 16px;
  border-color: #f2f2f2;
  padding: 7px 12px;
}
.user-select-list .list-search .input-group .list-search-input:-moz-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input::-moz-placeholder {
  color: #95999c;
  opacity: 1;
}
.user-select-list .list-search .input-group .list-search-input:-ms-input-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input::-webkit-input-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input:-moz-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input::-moz-placeholder {
  color: #95999c;
  opacity: 1;
}
.user-select-list .list-search .input-group .list-search-input:-ms-input-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input::-webkit-input-placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .list-search-input.placeholder {
  color: #95999c;
}
.user-select-list .list-search .input-group .btn-clear {
  display: none;
}
.user-select-list.filtered .list-search .btn-clear {
  display: inline-block;
  cursor: pointer;
}
.user-select-list.filtered .list-search .fa-search {
  display: none;
}
.user-select-list .list-group {
  border-radius: 0;
}
.user-select-list .list-group.scrollbars {
  max-height: 550px;
}
.user-select-list .list-group > a {
  border: none;
  background-color: #f8f8f8;
  height: 65px;
  border-radius: 0;
}
.user-select-list .list-group > a:before,
.user-select-list .list-group > a:after {
  content: " ";
  display: table;
}
.user-select-list .list-group > a:after {
  clear: both;
}
.user-select-list .list-group > a:before,
.user-select-list .list-group > a:after {
  content: " ";
  display: table;
}
.user-select-list .list-group > a:after {
  clear: both;
}
.user-select-list .list-group > a:before,
.user-select-list .list-group > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.user-select-list .list-group > a:after {
  clear: both;
}
.user-select-list .list-group > a:before,
.user-select-list .list-group > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.user-select-list .list-group > a:after {
  clear: both;
}
.user-select-list .list-group > a:hover {
  background-color: #ecf0f1;
}
.user-select-list .list-group > a.employee-list-item .employee-item-img {
  float: left;
  margin: 5px 10px 0 0;
}
.user-select-list .list-group > a.employee-list-item .employee-info {
  float: none;
}
.user-select-list .list-group > a.employee-list-item .employee-info .employee-name {
  font-size: 17px;
  margin: 1px 0 0 0;
  line-height: 14px;
}
.user-select-list .list-group > a.employee-list-item .employee-info .employee-tags {
  color: #798795;
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.user-select-list .list-group > a.employee-list-item .employee-info .employee-status {
  background: #c0392b;
  font-size: 10px;
  padding: 2px 5px;
}
.user-select-list .list-group > a.employee-list-item .status {
  position: absolute;
  right: 8px;
  top: 23px;
  font-size: 24px;
  color: #bdc3c7;
  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;
}
.user-select-list .list-group > a.employee-list-item .status.pull-left {
  margin-right: .3em;
}
.user-select-list .list-group > a.employee-list-item .status.pull-right {
  margin-left: .3em;
}
.user-select-list .list-group > a.employee-list-item .status:before {
  content: "\f055";
}
.user-select-list .list-group > a.employee-list-item.selected {
  background: #dde4e6;
}
.user-select-list .list-group > a.employee-list-item.selected .employee-item-img {
  border: 2px solid #2980b9;
}
.user-select-list .list-group > a.employee-list-item.selected .status {
  color: #2980b9;
}
.user-select-list .list-group > a.employee-list-item.selected .status:before {
  content: "\f05d";
}
.user-select-list .list-group > a.list-group-item-input .input-group {
  float: right;
  width: 200px;
}
/* User Badge */
.member-badge {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 10px;
}
.member-badge img {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.member-badge span {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  font-weight: bold;
  line-height: 14px;
}
.member-badge span small {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 80%;
}
.group-background {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
}
.group-list {
  padding: 16px 0;
  min-width: 730px;
}
.group-list .group {
  margin-bottom: 26px;
  padding: 0;
}
.group-list .group:before,
.group-list .group:after {
  content: " ";
  display: table;
}
.group-list .group:after {
  clear: both;
}
.group-list .group:before,
.group-list .group:after {
  content: " ";
  display: table;
}
.group-list .group:after {
  clear: both;
}
.group-list .group:before,
.group-list .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group:after {
  clear: both;
}
.group-list .group:before,
.group-list .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group:after {
  clear: both;
}
.group-list .group.default_pool,
.group-list .group.default_group,
.group-list .group.group-selectable,
.group-list .group.group-input-select {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
}
.group-list .group.default_group {
  background: #fefefe;
  height: 70px;
}
.group-list .group.default_group .group-header {
  display: table;
  table-layout: fixed;
  height: 70px;
  width: 100%;
}
.group-list .group.default_group .group-header > div {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  width: 33%;
}
.group-list .group.default_group .group-header > div .group-name {
  padding-left: 12px;
}
.group-list .group.default_group .group-header > div.group-options {
  text-align: right;
  padding-right: 12px;
}
.group-list .group.expanded .group-header .group-input {
  border-bottom: 1px solid #f0f0f0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.group-list .group .group-header {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 90px;
}
.group-list .group .group-header:before,
.group-list .group .group-header:after {
  content: " ";
  display: table;
}
.group-list .group .group-header:after {
  clear: both;
}
.group-list .group .group-header:before,
.group-list .group .group-header:after {
  content: " ";
  display: table;
}
.group-list .group .group-header:after {
  clear: both;
}
.group-list .group .group-header:before,
.group-list .group .group-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group .group-header:after {
  clear: both;
}
.group-list .group .group-header:before,
.group-list .group .group-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group .group-header:after {
  clear: both;
}
.group-list .group .group-header .close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
  width: 21px;
  height: 20px;
  position: absolute;
  top: -12px;
  right: -2px;
  color: #cc5c4e;
  background: none;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  font-size: 20px;
  border: 0;
  z-index: 99;
}
.group-list .group .group-header .group-overview {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  padding: 0 5px 5px 0;
  padding-top: 25px;
  cursor: pointer;
}
.group-list .group .group-header .group-overview .group-toggle,
.group-list .group .group-header .group-overview .group-total,
.group-list .group .group-header .group-overview .group-name,
.group-list .group .group-header .group-overview .group-images,
.group-list .group .group-header .group-overview .group-more,
.group-list .group .group-header .group-overview .profile-name,
.group-list .group .group-header .group-overview .employee-info,
.group-list .group .group-header .group-overview employee-info span,
.group-list .group .group-header .group-overview .group-input {
  display: inline-block;
}
.group-list .group .group-header .group-overview .change {
  display: none;
}
.group-list .group .group-header .group-overview > a,
.group-list .group .group-header .group-overview > a:hover {
  text-decoration: none;
}
.group-list .group .group-header .group-overview .group-toggle {
  padding: 0 12px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.group-list .group .group-header .group-overview .group-toggle i {
  color: #0087ce;
}
.group-list .group .group-header .group-overview .group-users {
  float: right;
  float: right !important;
}
.group-list .group .group-header .group-overview .group-more {
  color: #00aad7;
  font-size: 14px;
}
.group-list .group .group-header .group-overview .group-name,
.group-list .group .group-header .group-overview .employee-info,
.group-list .group .group-header .group-overview .profile-name {
  font-size: 20px;
  line-height: 40px;
  padding-left: 24px;
}
.group-list .group .group-header .group-overview .group-name i,
.group-list .group .group-header .group-overview .employee-info i,
.group-list .group .group-header .group-overview .profile-name i {
  color: #0087ce;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.group-list .group .group-header .group-overview .group-images {
  margin: 0 0 0 10px;
  width: 155px;
  text-align: right;
}
.group-list .group .group-header .group-overview .employee-info img,
.group-list .group .group-header .group-overview .group-images img,
.group-list .group .group-header .group-overview .profile-image {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #a5aaad;
  margin-right: 3px;
  width: 40px;
  height: 40px;
}
.group-list .group .group-header .group-input {
  float: right;
  height: 90px;
  width: 49%;
  background: #fff;
  text-align: right;
  padding-top: 25px;
  padding-right: 12px;
  position: relative;
  -moz-border-radius-topright: 3px;
  -ms-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -ms-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #f0f0f0;
}
.group-list .group .group-header .group-input .control-group,
.group-list .group .group-header .group-input .btn {
  display: inline-block;
  vertical-align: top;
}
.group-list .group .group-header .group-input .control-group.btn-increment,
.group-list .group .group-header .group-input .btn.btn-increment,
.group-list .group .group-header .group-input .control-group.btn-decrement,
.group-list .group .group-header .group-input .btn.btn-decrement {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
  border: 1px solid #ccc;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  padding: 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
}
.group-list .group .group-header .group-input .control-group.btn-increment:hover,
.group-list .group .group-header .group-input .btn.btn-increment:hover,
.group-list .group .group-header .group-input .control-group.btn-decrement:hover,
.group-list .group .group-header .group-input .btn.btn-decrement:hover {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f0efef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f0efef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f0efef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #f0efef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #f0efef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #f0efef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
}
.group-list .group .group-header .group-input .control-group.btn-increment i,
.group-list .group .group-header .group-input .btn.btn-increment i,
.group-list .group .group-header .group-input .control-group.btn-decrement i,
.group-list .group .group-header .group-input .btn.btn-decrement i {
  line-height: 40px;
  color: #0cadd8;
}
.group-list .group .group-header .group-input .group-input-field {
  display: inline-block;
  max-width: 200px;
  margin-left: 8px;
  margin-right: 8px;
}
.group-list .group .group-header .group-input .group-input-field .input-group span,
.group-list .group .group-header .group-input .group-input-field .input-group input {
  font-size: 18px;
  font-weight: bold;
}
.group-list .group .group-header .group-input .group-input-field .input-group input {
  font-size: 24px;
  padding: 3px 5px;
}
.group-list .group .group-header .group-input .group-input-field .help-block {
  font-size: 11px;
  color: #e74c3c;
}
.group-list .group .group-header .group-input .group-input-field .help-block:hover {
  color: #d62c1a;
}
a.group-list .group .group-header .group-input .group-input-field .help-block:hover {
  color: #b93d30;
}
.group-list .group .group-content {
  display: block;
  padding: 10px 15px 0 15px;
}
.group-list .group .group-content .distrubution-group:before,
.group-list .group .group-content .distrubution-group:after {
  content: " ";
  display: table;
}
.group-list .group .group-content .distrubution-group:after {
  clear: both;
}
.group-list .group .group-content .distrubution-group:before,
.group-list .group .group-content .distrubution-group:after {
  content: " ";
  display: table;
}
.group-list .group .group-content .distrubution-group:after {
  clear: both;
}
.group-list .group .group-content .distrubution-group:before,
.group-list .group .group-content .distrubution-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group .group-content .distrubution-group:after {
  clear: both;
}
.group-list .group .group-content .distrubution-group:before,
.group-list .group .group-content .distrubution-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group-list .group .group-content .distrubution-group:after {
  clear: both;
}
.group-list .group .group-content .distrubution-group .group-member {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 10px;
  float: left;
  margin: 0 10px 10px 0;
  width: 24.3%;
}
.group-list .group .group-content .distrubution-group .group-member img {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.group-list .group .group-content .distrubution-group .group-member span {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  font-weight: bold;
  line-height: 14px;
}
.group-list .group .group-content .distrubution-group .group-member span small {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 80%;
}
.group-list .group .group-content .distrubution-group .group-member:nth-child(4n+4) {
  margin-right: 0;
}
.group-list .group .group-content .distrubution-group .group-member .status {
  display: none;
}
.group-list .group .group-content .group-footer {
  padding-bottom: 10px;
  text-align: center;
}
.group-list .group.group-add .group-header,
.group-list .group.group-totals .group-header,
.group-list .group.group-checkout-user .group-header {
  height: auto;
}
.group-list .group.group-add {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  border: 2px dashed #f0f0f0;
}
.group-list .group.group-totals {
  border-bottom: 1px solid #b9b8b8;
  padding: 0 110px 0 20px;
}
.group-list .group.group-totals .dl-horizontal {
  float: right;
  float: right !important;
  font-size: 26.4px;
  margin: 0;
}
.group-list .group.group-totals .dl-horizontal dt,
.group-list .group.group-totals .dl-horizontal dd {
  text-align: left;
  line-height: 60px;
}
.group-list .group.group-totals .dl-horizontal dt {
  width: 320px;
  font-weight: normal;
  color: #333;
}
.group-list .group.group-totals .dl-horizontal dd {
  width: 116px;
  margin-left: 370px;
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
.group-list .group.group-totals.group-checkout-user {
  margin: 0;
  border: none;
}
.group-list .group.group-totals.group-checkout-user .dl-horizontal {
  padding: 0;
}
.group-list .group.group-totals.group-checkout-user .dl-horizontal dt {
  font-size: 17px;
  font-weight: bold;
}
.group-list .group.group-totals.group-checkout-user .dl-horizontal dd {
  color: #333;
}
.group-list .group.group-selectable .group-header .to-employee-control-group {
  display: none;
}
.group-list .group.group-selectable .group-header .group-overview .group-images {
  width: 50px;
}
.group-list .group.group-selectable .group-header .group-overview .group-options {
  float: right;
}
.group-list .group.group-selectable .group-header .group-overview .group-options i {
  margin-right: 3px;
  text-decoration: none;
}
.group-list .group.group-selectable .group-content .distrubution-group {
  max-height: 275px;
}
.group-list .group.group-selectable .group-content .distrubution-group .group-member {
  cursor: pointer;
}
.group-list .group.group-selectable .group-content .distrubution-group .group-member:hover,
.group-list .group.group-selectable .group-content .distrubution-group .group-member.selected-member {
  border: 1px solid #999;
  background: #fcfcfc;
}
.group-list .group.group-actions {
  text-align: right;
  margin-top: 36px;
}
.group-list .group.group-actions .btn-cancel {
  margin-right: 15px;
}
.group-list .group-input-select .group-header .input-select {
  width: 100%;
}
.group-list .group-input-select .group-header .input-select .help-inline,
.group-list .group-input-select .group-header .input-select .profile-selector .profile-select {
  padding-left: 24px;
}
.group-list .group-input-select .group-header .group-input .btn-decrement {
  margin-right: 3px;
}
.group-list .group-input-select .group-header .group-input .btn-increment {
  margin-left: 3px;
}
.closeable {
  position: relative;
}
.closeable .close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
  width: 21px;
  height: 20px;
  position: absolute;
  top: -12px;
  right: -2px;
  color: #cc5c4e;
  background: none;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  font-size: 20px;
  border: 0;
  z-index: 99;
}
.date-range-wrapper .date-range-inputs .form-control {
  width: 100% !important;
}
.input-calculator {
  color: transparent;
  text-shadow: 0 0 0 #34495e;
}
.input-calculator:focus {
  outline: none;
}
.frequency-selector-widget .bt-select-dropdown {
  display: inline-block;
}
.list-group-sortable .list-group-item:last-child,
.list-group-sortable .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-group-sortable.list-group-sortable-sm li.list-group-item {
  padding: 2px;
}
.form-table {
  display: table;
  width: 100%;
  border-spacing: 10px;
}
.form-table > .form-group,
.form-table > .control-group {
  display: table-cell;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 450px;
  /* Set a default minimum width */
  margin-left: -225px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
.show {
  visibility: visible !important;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .shift-authorization .pin-authorization input.form-control,
  .shift-authorization .pin-authorization label {
    float: none;
    width: 100%;
  }
  .shift-authorization .pin-authorization .profile-choice-widget,
  .shift-authorization .pin-authorization label {
    display: block;
    height: 61px;
  }
  .shift-authorization .pin-authorization .form-group .infield-icon,
  .shift-authorization .pin-authorization .control-group .infield-icon {
    top: 90px;
  }
  .shift-authorization .pin-authorization input.form-control {
    margin-top: 10px;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #zenbox_tab {
    display: none !important;
  }
}
html {
  height: 100%;
}
body > .container,
body > .shift-payout .payout-overview.affix .affix-container {
  padding-bottom: 90px;
}
body > .container > .row .alert,
body > .shift-payout .payout-overview.affix .affix-container > .row .alert {
  margin-bottom: 0;
}
body,
p {
  font-size: 14px;
}
body.login_help div.container.splash .content-container,
body.login_help div.shift-payout .payout-overview.affix .affix-container.splash .content-container {
  width: 800px;
}
.splash-screen {
  background: transparent url("../bundles/tnapp/images/layout/splash_bg_v5.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  direction: ltr;
  -webkit-text-size-adjust: none;
}
.splash-screen > .container,
.splash-screen > .shift-payout .payout-overview.affix .affix-container {
  height: 100%;
  position: relative;
}
.splash-screen > .container .login-form form > fieldset .form-group,
.splash-screen > .container .login-form form > fieldset .control-group,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .login-form form > fieldset .form-group {
  display: block;
}
.splash-screen > .container .default-form-container h3,
.splash-screen > .container .login-form h3,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .default-form-container h3,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .login-form h3 {
  margin-top: 0;
}
.splash-screen > .container .default-form-container .login-form,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .default-form-container .login-form {
  padding: 0;
}
.splash-screen > .container > .content-container,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container {
  width: 600px;
  height: 400px;
  margin: 90px auto 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .splash-screen > .container > .content-container,
  .splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container {
    width: 95%;
  }
}
.splash-screen > .container > .content-container .default-form-container,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container {
  background-color: #edeff1;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 6px;
}
.splash-screen > .container > .content-container .default-form-container form:before,
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:before,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  content: " ";
  display: table;
}
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  clear: both;
}
.splash-screen > .container > .content-container .default-form-container form:before,
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:before,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  content: " ";
  display: table;
}
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  clear: both;
}
.splash-screen > .container > .content-container .default-form-container form:before,
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:before,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  clear: both;
}
.splash-screen > .container > .content-container .default-form-container form:before,
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:before,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.splash-screen > .container > .content-container .default-form-container form:after,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .default-form-container form:after {
  clear: both;
}
.splash-screen > .container > .content-container .content-header,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .content-header {
  padding: 10px 0;
  position: relative;
}
.splash-screen > .container > .content-container .content-header .logo,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .content-header .logo {
  margin: 0 auto;
  background: transparent url("../bundles/tipnetworkcore/images/tn-logo-full-blue.png") 0 0 no-repeat;
  background-size: 200px 76px;
}
.splash-screen > .container > .content-container .content-header .privacy,
.splash-screen > .shift-payout .payout-overview.affix .affix-container > .content-container .content-header .privacy {
  color: #fff;
  font-size: 9px;
  text-align: right;
}
.splash-screen > .container .content-footer,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .content-footer {
  padding-top: 6px;
  text-align: center;
}
.splash-screen > .container .content-footer,
.splash-screen > .container .content-footer a,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .content-footer,
.splash-screen > .shift-payout .payout-overview.affix .affix-container .content-footer a {
  color: #fff;
  font-size: 12px;
}
.splash-screen .modal #register-faqs .panel-heading {
  font-size: 14px;
}
.splash-screen.auth-forgot-password-security-questionnaire .help-block {
  font-size: 13px;
}
@media (max-width: 430px) {
  .splash-screen #registation-code {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .splash-screen #registation-code {
    font-size: 14px;
  }
}
body.dashboard form#shift-filter-form #transaction_filter_range_control_group label.control-label {
  display: none;
}
body.dashboard form#shift-filter-form {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
  margin: 0;
  padding: 0;
}
body.dashboard form#shift-filter-form label {
  margin-right: 8px;
}
#help-info {
  padding-right: 200px;
}
.dashboard-header {
  padding: 10px;
  font-size: 17px;
}
body.dashboard > .container,
body.dashboard > .shift-payout .payout-overview.affix .affix-container {
  margin-top: 30px;
}
body.dashboard > .container .notification-wrapper .ibox-title .badge,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .ibox-title .badge {
  vertical-align: top;
  padding: 5px 7px;
}
body.dashboard > .container .notification-wrapper .table-scrollable div.scrollingArea > table > thead > tr > th,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-scrollable div.scrollingArea > table > thead > tr > th {
  line-height: 25px;
}
body.dashboard > .container .notification-wrapper .table-alerts .severity,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .severity {
  width: 65px;
}
body.dashboard > .container .notification-wrapper .table-alerts td.issues .badge,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts td.issues .badge {
  display: none;
}
body.dashboard > .container .notification-wrapper .table-alerts .issues,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .issues {
  width: 120px;
}
body.dashboard > .container .notification-wrapper .table-alerts .actions,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .actions {
  width: 165px;
}
body.dashboard > .container .notification-wrapper .table-alerts .actions .btn-group,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .actions .btn-group {
  float: right;
}
body.dashboard > .container .notification-wrapper .badge.critical,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .badge.critical {
  background: #ff0000;
}
body.dashboard > .container .notification-wrapper .badge.error,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .badge.error {
  background: #c03611;
}
body.dashboard > .container .notification-wrapper .badge.warning,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .badge.warning {
  background: #e39d16;
}
body.dashboard > .container .notification-wrapper .badge.info,
body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .badge.info {
  background: #f9e325;
}
.billing-methods-balances.title-only .portlet-title {
  margin-bottom: 0 !important;
  height: auto;
}
.billing-methods-balances.title-only .caption {
  padding: 0 !important;
  padding-bottom: 0 !important;
}
.billing-methods-balances.title-only .caption h3 {
  margin-bottom: 3px;
}
.billing-methods-balances .balance-content a.refresh {
  color: #999;
  padding-top: 3px;
  padding-right: 4px;
  display: inline-block;
}
.billing-methods-balances .balance-content a.balance-data {
  float: right;
  display: inline-block;
  text-align: right;
  line-height: 26px;
}
.billing-methods-balances .balance-content a.balance-data .balance-value {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
}
.billing-methods-balances .balance-content a.balance-data i {
  vertical-align: top;
  margin-top: 6px;
}
.billing-methods-balances .balance-content small {
  clear: both;
  display: block;
  line-height: 12px;
  text-align: right;
  padding-right: 18px;
}
.billing-methods-balances .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.billing-methods-balances .methods-list li {
  padding: 5px 10px;
}
.billing-methods-balances .methods-list li:before,
.billing-methods-balances .methods-list li:after {
  content: " ";
  display: table;
}
.billing-methods-balances .methods-list li:after {
  clear: both;
}
.billing-methods-balances .methods-list li:before,
.billing-methods-balances .methods-list li:after {
  content: " ";
  display: table;
}
.billing-methods-balances .methods-list li:after {
  clear: both;
}
.billing-methods-balances .methods-list li:before,
.billing-methods-balances .methods-list li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.billing-methods-balances .methods-list li:after {
  clear: both;
}
.billing-methods-balances .methods-list li:before,
.billing-methods-balances .methods-list li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.billing-methods-balances .methods-list li:after {
  clear: both;
}
.billing-methods-balances .methods-list li h4 {
  float: left;
  margin: 10px 0;
  color: #666;
}
.billing-methods-balances .methods-list li .balance-content {
  float: right;
}
body.dashboard {
  background: #f5f5f5;
}
body.dashboard .page-top-header {
  padding-bottom: 0;
}
.dashboard-earnings .portlet.earnings-container,
.dashboard-payments .portlet.earnings-container {
  padding-top: 0;
  margin-top: 0;
}
.dashboard-earnings .portlet.earnings-container .portlet-title .caption,
.dashboard-payments .portlet.earnings-container .portlet-title .caption,
.dashboard-earnings .portlet.earnings-container .portlet-title .actions,
.dashboard-payments .portlet.earnings-container .portlet-title .actions {
  padding-top: 20px;
}
.earnings-container {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 16px;
}
.earnings-container .page-header {
  padding: 10px;
  margin-top: 0;
}
.earnings-container form fieldset > div {
  display: inline-block;
  margin-right: 8px;
}
.earnings-container form fieldset > div:last-child {
  margin-right: 0;
}
.earnings-container .actions form .form-group label,
.earnings-container .actions form .control-group label {
  display: none;
}
.earnings-container .actions form .form-group .date-range-widget,
.earnings-container .actions form .control-group .date-range-widget {
  margin-right: 8px;
}
.transaction-container {
  background: #fff;
}
.transactions-container.empty-data,
.chart-container.empty-data {
  position: relative;
}
.transactions-container.empty-data .alert,
.chart-container.empty-data .alert {
  position: absolute;
  z-index: 999;
  display: block;
  width: 100%;
  text-align: center;
  top: 20%;
}
/** Dashboard Transactions **/
#dashboard-transactions {
  width: 100%;
}
#dashboard-transactions .transaction-container {
  border: 1px solid #f0f0f0;
  margin-bottom: 8px;
}
#dashboard-transactions .transaction-container.expanded .overview {
  height: 70px;
}
#dashboard-transactions .transaction-container.expanded .overview .avatar-container .details-toggle {
  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;
  font-size: 20px;
}
#dashboard-transactions .transaction-container.expanded .overview .avatar-container .details-toggle.pull-left {
  margin-right: .3em;
}
#dashboard-transactions .transaction-container.expanded .overview .avatar-container .details-toggle.pull-right {
  margin-left: .3em;
}
#dashboard-transactions .transaction-container.expanded .overview .avatar-container .details-toggle:before {
  content: "\f147";
}
#dashboard-transactions .transaction-container.positive .overview .amount {
  color: #27ae60;
}
#dashboard-transactions .transaction-container.negative .overview .amount {
  color: #e74c3c;
}
#dashboard-transactions .transaction-container .overview {
  display: table;
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #f5f5f5;
}
#dashboard-transactions .transaction-container .overview .avatar-container,
#dashboard-transactions .transaction-container .overview .info,
#dashboard-transactions .transaction-container .overview .amount {
  display: table-cell;
  vertical-align: middle;
}
#dashboard-transactions .transaction-container .overview .avatar-container {
  padding: 0 10px 0 7px;
  width: 90px;
}
#dashboard-transactions .transaction-container .overview .avatar-container .details-toggle {
  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;
  font-size: 22px;
  line-height: 30px;
  margin-right: 10px;
}
#dashboard-transactions .transaction-container .overview .avatar-container .details-toggle.pull-left {
  margin-right: .3em;
}
#dashboard-transactions .transaction-container .overview .avatar-container .details-toggle.pull-right {
  margin-left: .3em;
}
#dashboard-transactions .transaction-container .overview .avatar-container .details-toggle:before {
  content: "\f196";
}
#dashboard-transactions .transaction-container .overview .avatar-container .avatar {
  width: 30px;
  height: 30px;
}
#dashboard-transactions .transaction-container .overview .info .title {
  font-size: 14px;
  line-height: 1;
  color: #676a6c;
  font-weight: bold;
}
#dashboard-transactions .transaction-container .overview .info .date {
  font-size: 10px;
  color: #888;
}
#dashboard-transactions .transaction-container .overview .amount {
  padding: 0 10px;
  width: 120px;
  text-align: right;
  font-size: 18px;
}
#dashboard-transactions .transaction-container .details {
  -moz-box-shadow: inset 0 0 13px #ddd;
  -webkit-box-shadow: inset 0 0 13px #ddd;
  box-shadow: inset 0 0 13px #ddd;
  padding-left: 20px;
}
#dashboard-transactions .transaction-container .details table.table-data thead tr th {
  font-size: 10px;
}
#dashboard-transactions .transaction-container .details > img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: block;
  padding: 10px;
}
#dashboard-transactions .transaction-container .details .header {
  padding: 15px 10px 0 10px;
}
#dashboard-transactions .transaction-container .details .header .info {
  margin: 0;
}
#dashboard-transactions .transaction-container .details .header .info > div > h6 {
  text-transform: uppercase;
  border-bottom: 1px solid #e7eaec;
  padding-bottom: 5px;
}
#dashboard-transactions .transaction-container .details .header .info > div > p {
  font-size: 12px;
  margin: 0;
}
#dashboard-transactions .transaction-container .details .header .info > div > p .shift-id {
  font-size: 10px;
}
#dashboard-transactions .transaction-container .details .header .info > div.profile > p,
#dashboard-transactions .transaction-container .details .header .info > div.amount > p {
  text-align: center;
}
#dashboard-transactions .transaction-container .details .body {
  padding: 15px;
}
#dashboard-transactions .transaction-container .details .body .sections:first-child .section-header {
  padding-top: 0;
}
#dashboard-transactions .transaction-container .details .body .sections .section-header {
  padding: 10px 15px;
  border-bottom: 1px solid #dfdfdf;
}
#dashboard-transactions .transaction-container .details .body .sections .section-header .header-title {
  margin: 0;
  font-size: 20px;
}
#dashboard-transactions .transaction-container .details .body .sections .section-body {
  padding: 15px;
}
#dashboard-transactions .transaction-container .details .body .sections .transaction-notes .note .author {
  display: inline-block;
  float: none;
}
#dashboard-transactions .transaction-container .details .body .sections .transaction-notes .note .author img {
  float: left;
}
#dashboard-transactions .transaction-container .details .body .sections .transaction-notes .note .author .author-info {
  margin-left: 35px;
  line-height: 11px;
}
#dashboard-transactions .transaction-container .details .body .sections .transaction-notes .note .author .author-info .label {
  padding: .1em .6em .1em;
  font-size: 9px;
}
#dashboard-transactions .transaction-container .details .body .sections .transaction-notes .note .note-body {
  float: right;
  padding-right: 10px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .panel-title,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .panel-title {
  color: #676a6c;
  font-size: 18px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .panel-title small,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .panel-title small {
  color: #999;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .label,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .label {
  font-size: 12px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data {
  margin-bottom: 0;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .panel-heading,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .panel-heading {
  padding: 0 4px 10px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item {
  padding: 6px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  content: " ";
  display: table;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  clear: both;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  content: " ";
  display: table;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  clear: both;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  clear: both;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:before,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item:after,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item:after {
  clear: both;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item .list-label,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item .list-label {
  max-width: 180px;
  font-size: 12px;
  float: left;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note {
  padding: 16px 2px;
  height: auto;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note:first-child,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note:first-child {
  padding-top: 0;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .author,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .author,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .note-body,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .note-body {
  display: table-cell;
  vertical-align: top;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .author,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .author {
  padding-right: 6px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .author,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .author,
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .author .avatar,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .author .avatar {
  float: none;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .note-body,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .note-body {
  font-size: 11px;
}
#dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note .note-body > p,
#dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note .note-body > p {
  font-size: 12px;
  margin: 0;
}
#dashboard-transactions .transaction-container .details .body .sections.profile-transactions table.transaction-details > tbody > tr.even,
#dashboard-transactions .transaction-container .details .body .sections.profile-transactions table.transaction-details > tbody > tr.odd {
  cursor: pointer;
}
@media (max-width: 991px) {
  body.dashboard .transaction-container .details .header {
    padding: 7px 3px;
  }
  body.dashboard .transaction-container .details .body {
    padding: 6px;
  }
  body.dashboard .transaction-container .details .body .sections .section-header {
    padding: 5px 6px;
  }
  body.dashboard .transaction-container .details .body .sections .section-header .header-title {
    font-size: 18px;
  }
  body.dashboard .transaction-container .details .body .sections .section-body {
    padding: 5px;
  }
  body.dashboard .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .panel-title,
  body.dashboard .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .panel-title {
    font-size: 16px;
  }
  body.dashboard .transaction-container .details .body .sections.checkouts > .panel .panel-list-data,
  body.dashboard .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data {
    margin-bottom: 0;
  }
  body.dashboard .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .panel-heading,
  body.dashboard .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .panel-heading {
    padding: 0 3px 7px;
  }
  body.dashboard .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item,
  body.dashboard .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item {
    padding: 5px;
  }
  body.dashboard .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note,
  body.dashboard .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note {
    padding: 10px 2px;
  }
}
@media (max-width: 767px) {
  body.dashboard .page-top-header,
  body.dashboard .chart-container #chart {
    display: none;
  }
  body.dashboard .activity-header h3 {
    line-height: 25px;
    font-size: 20px;
  }
  body.dashboard .activity-header h3 small {
    display: block;
  }
  body.dashboard .activity-header .btn-primary {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 9px;
    line-height: 1.083;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  body.dashboard > .container .notification-wrapper .ibox-content,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .ibox-content {
    padding: 0 0px 0 2px;
  }
  body.dashboard > .container .notification-wrapper .table-alerts .severity,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .severity {
    display: none;
  }
  body.dashboard > .container .notification-wrapper .table-alerts td.issues .badge,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts td.issues .badge {
    display: inline-block;
  }
  body.dashboard > .container .notification-wrapper .table-alerts .issues,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .issues {
    font-size: 11px;
    width: 90px;
  }
  body.dashboard > .container .notification-wrapper .table-alerts td.desc,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts td.desc {
    font-size: 10px;
    max-width: 230px;
    min-width: 135px;
    padding: 3px;
    word-break: break-word;
  }
  body.dashboard > .container .notification-wrapper .table-alerts .actions,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .actions {
    width: 80px;
  }
  body.dashboard > .container .notification-wrapper .table-alerts .actions .btn-group a.btn,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .notification-wrapper .table-alerts .actions .btn-group a.btn {
    display: block;
    border-radius: 3px;
    width: 76px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details > img {
    width: 50px;
    height: 50px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .header {
    padding: 7px 3px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body {
    padding: 6px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections .section-header {
    padding: 6px 2px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections .section-header .header-title {
    font-size: 18px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections .section-body {
    padding: 7px 0;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .panel-title,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .panel-title {
    font-size: 16px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data {
    margin-bottom: 0;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .panel-heading,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .panel-heading {
    padding: 0 3px 7px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item {
    padding: 5px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note {
    padding: 10px 2px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data.employee-distributions,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data.employee-distributions {
    border-top: 2px solid #e7eaec;
    margin-top: 8px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data.employee-distributions .panel-heading .heading-right,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data.employee-distributions .panel-heading .heading-right {
    display: none;
  }
}
@media (max-width: 520px) {
  body.dashboard > .container,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container {
    margin: 0 5px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections .section-header .header-title {
    font-size: 16px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel > .panel-heading .panel-title,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel > .panel-heading .panel-title {
    font-size: 14px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data .list-group-item.note,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data .list-group-item.note {
    padding: 10px 2px;
  }
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.checkouts > .panel .panel-list-data.employee-distributions .panel-heading .heading-right,
  body.dashboard #dashboard-transactions .transaction-container .details .body .sections.distributions .section-body > .panel .panel-list-data.employee-distributions .panel-heading .heading-right {
    display: none;
  }
}
@media (max-width: 420px) {
  body.dashboard > .container,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container {
    padding: 0;
  }
  body.dashboard > .container > .row > div,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container > .row > div {
    padding: 0;
  }
  body.dashboard > .container .portlet-title,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .portlet-title {
    text-align: center;
  }
  body.dashboard > .container .portlet-title .caption,
  body.dashboard > .container .portlet-title h3,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .portlet-title .caption,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .portlet-title h3 {
    display: block;
    float: none;
  }
  body.dashboard > .container .portlet-title .actions,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .portlet-title .actions {
    float: none;
  }
}
@media (max-width: 360px) {
  body.dashboard > .container form fieldset > div,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container form fieldset > div {
    display: block;
  }
  body.dashboard > .container form fieldset #form_filter,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container form fieldset #form_filter {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
    margin-top: 8px;
  }
  body.dashboard > .container .portlet.light,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container .portlet.light {
    padding: 12px 6px 15px 6px;
  }
  body.dashboard > .container #dashboard-transactions .transaction-container .overview .avatar-container,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container #dashboard-transactions .transaction-container .overview .avatar-container {
    padding: 0 0 0 7px;
    width: 18px;
  }
  body.dashboard > .container #dashboard-transactions .transaction-container .overview .avatar-container img,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container #dashboard-transactions .transaction-container .overview .avatar-container img {
    display: none !important;
  }
  body.dashboard > .container #dashboard-transactions .transaction-container .overview .overview .amount,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container #dashboard-transactions .transaction-container .overview .overview .amount {
    padding: 0 6px;
    width: 60px;
    font-size: 12px;
  }
  body.dashboard > .container #dashboard-transactions .transaction-container .details,
  body.dashboard > .shift-payout .payout-overview.affix .affix-container #dashboard-transactions .transaction-container .details {
    padding-left: 0;
  }
  body.dashboard table.table-data.table-distributions .employee img {
    display: none !important;
  }
}
.corporate-dashboard {
  background: #f3f3f4;
}
.corporate-dashboard .corp-graph .ibox-title h4 small {
  color: #a4a4a4;
  font-size: 85%;
}
.corporate-dashboard .activity-header .form-group,
.corporate-dashboard .activity-header .control-group {
  margin-right: 8px;
}
.corporate-dashboard .corp-stores .ibox {
  min-height: 500px;
}
.corporate-dashboard .corp-stores .ibox-title {
  height: auto;
}
.corporate-dashboard .corp-stores .ibox-title:before,
.corporate-dashboard .corp-stores .ibox-title:after {
  content: " ";
  display: table;
}
.corporate-dashboard .corp-stores .ibox-title:after {
  clear: both;
}
.corporate-dashboard .corp-stores .ibox-title:before,
.corporate-dashboard .corp-stores .ibox-title:after {
  content: " ";
  display: table;
}
.corporate-dashboard .corp-stores .ibox-title:after {
  clear: both;
}
.corporate-dashboard .corp-stores .ibox-title:before,
.corporate-dashboard .corp-stores .ibox-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.corporate-dashboard .corp-stores .ibox-title:after {
  clear: both;
}
.corporate-dashboard .corp-stores .ibox-title:before,
.corporate-dashboard .corp-stores .ibox-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.corporate-dashboard .corp-stores .ibox-title:after {
  clear: both;
}
.corporate-dashboard .corp-stores .ibox-title h4 {
  line-height: 32px;
  margin-right: 8px;
}
.corporate-dashboard .corp-stores .ibox-title .select-dropdown-wrapper {
  display: inline-block;
}
.corporate-dashboard .corp-stores table.md-table.md-row-select th.md-column:first-child {
  width: 175px;
  text-align: left;
}
.corporate-dashboard .corp-stores table.md-table th.md-column {
  white-space: normal;
  text-align: left;
  padding-left: 6px !important;
}
.corporate-dashboard .corp-stores table.table-data th.header i {
  top: 18px;
}
.corporate-dashboard .corp-stores .table {
  margin-bottom: 0;
}
.corporate-dashboard .corp-stores .table.has-divisions > tbody > tr > td.actions {
  min-width: 250px;
}
.corporate-dashboard .corp-stores .table.has-divisions > tbody > tr > td.actions .btn-group {
  min-width: auto;
}
.corporate-dashboard .corp-stores .table th.col-name {
  width: 150px;
}
.corporate-dashboard .corp-stores .table th.col-address {
  width: 400px;
}
.corporate-dashboard .corp-stores .table th.col-store {
  width: 220px !important;
}
.corporate-dashboard .corp-stores .table th.outstanding,
.corporate-dashboard .corp-stores .table th.credit {
  text-align: center;
}
.corporate-dashboard .corp-stores .table th.col-amount,
.corporate-dashboard .corp-stores .table th.col-earning,
.corporate-dashboard .corp-stores .table th.col-payouts {
  width: 230px;
  padding-right: 12px !important;
}
.corporate-dashboard .corp-stores .table th.actions {
  width: 470px;
  min-width: 245px;
  text-align: center !important;
}
.corporate-dashboard .corp-stores .table > tbody > .store-disabled > td {
  background-color: #f2dede !important;
}
.corporate-dashboard .corp-stores .btn-group .btn-xs {
  padding: 0 9px;
}
/* Shift List */
.shift-close {
  /* Shift List Table */
}
.shift-close #shift-list-tems tbody tr.selected td {
  background: #ffc;
}
.shift-close .navbar-form-filters {
  background: #f5f5f5;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#f5f5f5));
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fcfcfc), to(#f5f5f5));
  background: -moz-linear-gradient(center top, #fcfcfc, #f5f5f5);
  background: linear-gradient(#fcfcfc, #f5f5f5);
  height: auto;
  margin-bottom: 16px;
}
.shift-close .navbar-form-filters .navbar-form legend {
  display: none;
}
.shift-close .navbar-form-filters .navbar-form fieldset {
  /* submit button */
}
.shift-close .navbar-form-filters .navbar-form fieldset > div {
  display: inline-block;
}
.shift-close .navbar-form-filters .navbar-form fieldset > div:not([class]) {
  float: right;
  padding-top: 20px;
}
.shift-close .navbar-form-filters .navbar-form fieldset > div.form-group,
.shift-close .navbar-form-filters .navbar-form fieldset > div.control-group {
  height: 76px;
}
.shift-close .navbar-form-filters .navbar-form fieldset > div.form-group > label.optional[for="is_unsettled"],
.shift-close .navbar-form-filters .navbar-form fieldset > div.control-group > label.optional[for="is_unsettled"] {
  display: none;
}
.shift-close .navbar-form-filters .navbar-form fieldset > div.form-group > div.checkbox,
.shift-close .navbar-form-filters .navbar-form fieldset > div.control-group > div.checkbox {
  margin-top: 50px;
}
.shift-close .list-options #checkbox-select.open > .dropdown-menu {
  left: 0;
  right: auto;
}
.shift-close .list-actions {
  display: inline-block;
}
.shift-close .modal .modal-footer {
  display: none;
}
.shift-close .shift-authorization .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.shift-close .shift-authorization .panel-body .form-footer {
  margin: 0;
  padding-bottom: 15px;
}
.corporate-billing-list-payouts .table-payouts > tbody > tr > td > .notes {
  margin: 0;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media {
  background: none;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media .md-media-sm,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-sm {
  border: 3px solid #c0c0c0;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media .md-media-sm.active,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-sm.active {
  border-color: #43A047;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media .md-media-sm.not_active,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-sm.not_active {
  border-color: #FDD835;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media .md-media-sm.error,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-sm.error {
  border-color: #c62828;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title md-card-title-media .md-media-sm.update_available,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title md-card-title-media .md-media-sm.update_available {
  border-color: #1e88e5;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title-text .md-headline,
.corporate-pos-status md-card.md-card-horizontal md-card-title-text .md-subhead,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text .md-headline,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text .md-subhead {
  padding-left: 0;
}
.corporate-pos-status md-card.md-card-horizontal md-card-title-text .md-headline,
.corporate-pos-status .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text .md-headline {
  font-size: 22px;
  line-height: 22px;
}
.corporate-pos-status.payout-create md-card-title-text .table > thead tr > th,
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td {
  padding-right: 3px;
  vertical-align: top;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td {
  font-size: 12px;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td .status {
  background-color: #999999;
  color: #fff;
  margin-top: -2px;
  padding: 2px 6px;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td .status.active {
  background-color: #43A047;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td .status.not_active {
  background-color: #FDD835;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td .status.error {
  background-color: #c62828;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td .status.update_available {
  background-color: #1e88e5;
  white-space: nowrap;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td.interaction {
  min-width: 140px;
}
.corporate-pos-status.payout-create md-card-title-text .table > tbody tr > td.received {
  min-width: 135px;
}
.corporate-pos-store-install .pos-link {
  padding-top: 16px;
}
.corporate-pos-store-install h2,
.corporate-pos-store-install h3 {
  font-weight: 300;
}
.corporate-pos-store-install .page-header h3 {
  margin-top: 0;
}
.corporate-pos-store-install .pos-download-container {
  width: 58.33333333%;
}
.corporate-pos-store-install .btn-download {
  background: #547dbf;
  color: #fff;
  padding: 0px 50px;
  height: auto;
}
.corporate-pos-store-install .pos-info {
  line-height: 32px;
}
.corporate-pos-store-install .data-container {
  line-height: 42px;
}
.corporate-pos-store-install .input-copy {
  border-width: 1px;
  border-radius: 0;
}
.corporate-pos-store-install .instructions-container .step-instruction {
  margin-bottom: 10px;
}
.corporate-pos-store-install .instructions-container .step-instruction .number {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  display: inline;
}
.corporate-pos-store-install .instructions-container .step-instruction .number small,
.corporate-pos-store-install .instructions-container .step-instruction .number .small {
  font-weight: normal;
  line-height: 1;
  color: #e7e9ec;
}
.corporate-pos-store-install .instructions-container .step-instruction .number small {
  color: #e7e9ec;
}
.corporate-pos-store-install .instructions-container .step-instruction img {
  display: block;
  margin-top: 6px;
  width: 400px;
}
.corporate-sftp-document .data-container h2 {
  margin-top: 3px;
}
.ftp-center .modal-dialog {
  width: 800px;
}
.ftp-center md-card.md-card-horizontal md-card-title-text,
.ftp-center .md-card.md-card-horizontal md-card-title-text .md-headline,
.ftp-center .shift-template-wizard .criteria-builder .cb-container.md-card-horizontal md-card-title-text {
  height: auto;
}
.ftp-center md-table-container {
  max-height: none !important;
}
.ftp-center md-table-container table.md-table td.md-cell,
.ftp-center md-table-container table.md-table.md-row-select th.md-column {
  padding: 0 6px 0 8px !important;
}
.ftp-center md-table-container table.md-table td.md-cell.col-store,
.ftp-center md-table-container table.md-table.md-row-select th.md-column.col-store {
  width: 100px;
}
.ftp-center md-table-container table.md-table td.md-cell.col-user,
.ftp-center md-table-container table.md-table.md-row-select th.md-column.col-user {
  width: 120px;
}
.ftp-center md-table-container table.md-table td.md-cell.col-purpose,
.ftp-center md-table-container table.md-table.md-row-select th.md-column.col-purpose {
  width: 100px;
}
.ftp-center md-table-container table.md-table td.md-cell.col-status,
.ftp-center md-table-container table.md-table.md-row-select th.md-column.col-status {
  width: 100px;
}
.ftp-center md-table-container table.md-table td.md-cell.col-processed,
.ftp-center md-table-container table.md-table.md-row-select th.md-column.col-processed {
  width: 155px;
}
.ftp-container table.md-table.md-row-select td.md-cell.md-cell-filename {
  width: 200px;
}
.ftp-container table.md-table.md-row-select td.md-cell.md-cell-filename a {
  margin-left: 10px;
}
.ftp-container table.md-table.md-row-select td.md-cell.md-cell-stores {
  width: 200px;
}
.ftp-container table.md-table.md-row-select td.md-cell.md-cell-actions {
  width: 104px;
}
.corporate-employee-import-list table.md-table.md-row-select th.md-cell.md-cell-filename,
.corporate-employee-import-list table.md-table.md-row-select td.md-cell.md-cell-filename {
  width: 33.33%;
  padding-left: 10px;
}
.corporate-employee-import-list table.md-table.md-row-select th.md-cell.md-cell-store,
.corporate-employee-import-list table.md-table.md-row-select td.md-cell.md-cell-store {
  width: 33.33%;
  padding-left: 10px;
}
.corporate-employee-import-list table.md-table.md-row-select th.md-cell.md-cell-completed,
.corporate-employee-import-list table.md-table.md-row-select td.md-cell.md-cell-completed {
  padding-left: 190px;
}
.corporate-employee-import-list .page-header {
  margin: 0 0 5px 0;
}
.corporate-employee-import-list table.md-table {
  margin-bottom: 0;
}
.employee-import-import-review .ibox-title {
  height: 58px;
}
.employee-import-import-review .ibox-title .ibox-tools {
  min-width: 282px;
}
.employee-import-import-review .ibox-title .ibox-tools strong {
  float: left;
  line-height: 32px;
  margin-right: 3px;
}
.employee-import-import-review .ibox-title .ibox-tools .multiselect-wrapper .multiselect.btn {
  min-width: 195px;
}
.employee-import-import-review .ibox-title .ibox-tools .multiselect-wrapper .multiselect-container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.employee-import-import-review .ibox-title h5 {
  line-height: 12px;
  margin: 0;
  padding: 0;
}
.corporate-reporting-reconcile table.table-collapsible > tbody > tr.collapsed td .collapse-toggle {
  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;
}
.corporate-reporting-reconcile table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-left {
  margin-right: .3em;
}
.corporate-reporting-reconcile table.table-collapsible > tbody > tr.collapsed td .collapse-toggle.pull-right {
  margin-left: .3em;
}
.corporate-reporting-reconcile table.table-collapsible > tbody > tr.collapsed td .collapse-toggle:before {
  content: "\f0fe";
}
.corporate-reporting-reconcile .popover {
  border-radius: 0;
}
.corporate-reporting-reconcile .popover .popover-header {
  display: none !important;
}
.corporate-reporting-reconcile .popover .popover-content {
  max-width: 320px;
  font-size: 12px;
  color: #666666;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.corporate-reporting-reconcile md-table-container {
  max-height: 400px !important;
  overflow-x: hidden;
}
.corporate-reporting-reconcile table .page-header {
  padding: 5px 0px;
  margin: 0 0 8px 0;
}
.corporate-reporting-reconcile table .page-header h5 {
  line-height: 30px;
}
.corporate-reporting-reconcile table.md-table.md-row-select td.md-cell {
  vertical-align: top;
}
.corporate-reporting-reconcile table.table-data th.header {
  border-right: none;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column {
  padding: 0 4px;
  text-transform: none;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column i {
  right: 10px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-type {
  padding: 0 0 0 4px;
  width: 155px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-to {
  width: 122px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-status {
  width: 120px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-posted {
  width: 164px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-outstanding {
  width: 100px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select th.md-column.col-amount {
  width: 145px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell {
  padding: 0 4px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-type {
  width: 130px;
  font-size: 11px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-to {
  width: 145px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-status {
  width: 120px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-posted {
  width: 165px;
  padding-right: 0;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-outstanding {
  width: 106px;
  padding-right: 10px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-amount {
  width: 120px;
  padding-right: 10px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-for ul {
  min-width: 150px;
}
.corporate-reporting-reconcile #current-payment table table.md-table.md-row-select td.md-cell.col-for ul li a {
  font-size: 11px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column {
  padding: 0 4px;
  text-transform: none;
  text-align: left;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column i {
  right: 10px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-account {
  padding: 0 0 0 4px;
  width: 140px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-to {
  width: 140px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-status {
  width: 70px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-created {
  width: 158px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-paid {
  width: 170px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-posted {
  width: 165px;
  padding-right: 0;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select th.md-column.col-amount {
  width: 120px;
  padding-right: 10px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell {
  padding: 0 4px;
  font-size: 12px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-account {
  width: 134px;
  font-size: 11px;
  padding-left: 8px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-to {
  font-size: 11px;
  width: 145px;
  padding: 0 6px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-status {
  width: 65px;
  font-size: 13px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-created {
  width: 160px;
  font-size: 12px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-paid {
  width: 170px;
  font-size: 12px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-posted {
  width: 165px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-amount {
  width: 65px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-for ul {
  min-width: 150px;
  padding-left: 20px;
}
.corporate-reporting-reconcile #successful-transactions table table.md-table.md-row-select td.md-cell.col-for ul li a {
  font-size: 11px;
}
/*********SHIFT*********/
.shift_list .page-header .btn-group {
  line-height: 58px;
}
.shift_list .shift-checkout {
  display: none;
}
table .shift-name {
  width: 130px;
}
table .shift-date {
  width: 110px;
}
table .shift-employee {
  width: 240px;
}
.shift-center .table-process > thead {
  background: #f9f9f9;
}
.shift-center .table-process > thead > tr > th {
  color: #1e88e5;
  background: #f9f9f9;
  text-transform: none;
  height: 23px;
  line-height: 23px;
  border-bottom: 0;
}
.shift-center .table-process .level {
  width: 55px;
}
.shift-center .table-process .status {
  width: 35px;
}
.shift-center .table-process .status i {
  font-size: 20px !important;
  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;
}
.shift-center .table-process .status i.pull-left {
  margin-right: .3em;
}
.shift-center .table-process .status i.pull-right {
  margin-left: .3em;
}
.shift-center .table-process .status i:before {
  content: "\f05d";
}
.shift-center .shift-list .group-list .group.default_group {
  height: auto;
}
.shift-center .shift-list .group-list .group.default_group .group-header {
  table-layout: auto;
}
.shift-center .shift-list .group-list .group.default_group .group-header > div {
  width: 25%;
}
.shift-center .shift-list .group-list .group.default_group .group-header > div.group-overview .shift-title {
  overflow: hidden;
  /* to hide anything that doesn't fit in the containing element. */
  white-space: nowrap;
  /* to make sure the line doesn't break when it is longer than the containing div. */
  text-overflow: ellipsis;
  /* to do what you want. */
  padding-left: 12px;
  width: 280px;
}
.shift-center .notification-wrapper {
  margin-bottom: 0;
}
.corporate-employee-import .btn-upload-help,
.simply-upload-form .btn-upload-help {
  position: absolute;
  bottom: 0;
  right: 0;
}
.corporate-employee-import label,
.simply-upload-form label {
  display: block;
}
.corporate-employee-import span.btn-file,
.simply-upload-form span.btn-file {
  margin-left: 0;
  margin-top: 0;
}
.corporate-employee-import .panel,
.simply-upload-form .panel {
  margin-bottom: 0;
}
.corporate-employee-import .panel-body,
.simply-upload-form .panel-body,
.corporate-employee-import .panel-heading,
.simply-upload-form .panel-heading {
  padding: 0;
}
.corporate-employee-import .panel-heading,
.simply-upload-form .panel-heading {
  padding-bottom: 5px;
}
.corporate-employee-import #upload-help,
.simply-upload-form #upload-help {
  padding-top: 10px;
}
.corporate-employee-import .well-info,
.simply-upload-form .well-info {
  padding: 10px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
}
#shift-release-form .help-block {
  color: #e74c3c;
}
#shift-release-form .help-block:hover {
  color: #d62c1a;
}
a#shift-release-form .help-block:hover {
  color: #b93d30;
}
#shift-edit-form .field-template label span {
  font-weight: normal;
  background-color: #fcf8e3;
  padding: 10px;
  margin: 10px 0;
}
a#shift-edit-form .field-template label span:hover {
  background-color: #f7ecb5;
}
#shift-edit-form .field-item {
  display: block;
}
#shift-edit-form .field-item .form-group label,
#shift-edit-form .field-item .control-group label {
  font-weight: bold;
}
.shift_closeout .alert .btn {
  background-color: #217dbb;
}
.shift_closeout .alert .btn:hover {
  background-color: #5dade2;
}
.shift-setup .popover {
  min-width: 300px;
  max-width: none;
}
.shift-setup .container .panel-header,
.shift-setup .shift-payout .payout-overview.affix .affix-container .panel-header {
  clear: both;
  overflow: hidden;
}
.shift-setup .container .panel-header .list-title,
.shift-setup .shift-payout .payout-overview.affix .affix-container .panel-header .list-title {
  float: left;
}
.shift-setup .container #all-employees:before,
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  content: " ";
  display: table;
}
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  clear: both;
}
.shift-setup .container #all-employees:before,
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  content: " ";
  display: table;
}
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  clear: both;
}
.shift-setup .container #all-employees:before,
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  clear: both;
}
.shift-setup .container #all-employees:before,
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container #all-employees:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #all-employees:after {
  clear: both;
}
.shift-setup .container #tab-container,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container {
  background: #fcfcfc;
}
.shift-setup .container #tab-container .nav-tabs li a,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container .nav-tabs li a {
  padding: 10px;
}
.shift-setup .container #tab-container .nav-tabs li .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container .nav-tabs li .count {
  background: #b2b2b2;
  border: 0;
  margin-left: 6px;
}
.shift-setup .container #tab-container .nav-tabs li.active .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container .nav-tabs li.active .count {
  color: #fff;
  border: 0;
  background: #0b89fe;
}
.shift-setup .container #tab-container .nav-tabs li a:hover .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container .nav-tabs li a:hover .count {
  background: #0b89fe;
}
.shift-setup .container #tab-container .group-containers > .tab-pane,
.shift-setup .shift-payout .payout-overview.affix .affix-container #tab-container .group-containers > .tab-pane {
  overflow: auto;
  overflow-x: hidden;
}
.shift-setup .container .group-containers,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers {
  padding: 20px 10px;
}
.shift-setup .container .group-containers .employee-data,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data {
  float: left;
  text-align: center;
  height: 150px;
  width: 146px;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.shift-setup .container .group-containers .employee-data img,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.shift-setup .container .group-containers .employee-data .employee-info,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data .employee-info {
  float: none;
}
.shift-setup .container .group-containers .employee-data .employee-info .employee-name,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data .employee-info .employee-name {
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
}
.shift-setup .container .group-containers .employee-data .employee-info .employee-name .employee-status,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data .employee-info .employee-name .employee-status {
  font-size: 10px;
  font-weight: normal;
  background: #c0392b;
  display: inline-block;
  padding: 2px 5px;
}
.shift-setup .container .group-containers .employee-data .employee-info .employee-tags,
.shift-setup .shift-payout .payout-overview.affix .affix-container .group-containers .employee-data .employee-info .employee-tags {
  display: none;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups {
  border: 1px solid #f3f3f3;
  padding: 20px;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  content: " ";
  display: table;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  content: " ";
  display: table;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container .shift-setup-distro-groups-container #shift-setup-distro-groups:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container #shift-setup-distro-groups:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group {
  display: inline-block;
  z-index: 1;
  margin: 0 16px 16px 0;
  height: 80px;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group:nth-child(4n+4),
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group:nth-child(4n+4) {
  margin-right: 0;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution {
  margin-bottom: 0;
  height: 96px;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content {
  border-bottom: none;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group.active-distribution .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .count {
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 100%;
  position: relative;
  cursor: default;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone.droppable-over .shift-setup-distro-group-content,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone.droppable-over .shift-setup-distro-group-content {
  border: 1px solid #00aad7;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone.droppable-over .shift-setup-distro-group-content .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone.droppable-over .shift-setup-distro-group-content .count {
  border-right: 1px solid #00aad7;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
  border: 1px solid #f3f3f3;
  height: 100%;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  content: " ";
  display: table;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  content: " ";
  display: table;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content:after {
  clear: both;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .count,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .count {
  font-size: 40px;
  width: 70px;
  text-align: center;
  -moz-border-radius-topleft: 2px;
  -ms-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -ms-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 1px solid #f3f3f3;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .title,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .title {
  font-size: 24px;
  padding-left: 12px;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content small.type,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content small.type {
  display: none !important;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .distro-group-options a,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .distro-group-options a {
  font-size: 10px;
  color: #333333;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .distro-group-options .icon-edit,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content .distro-group-options .icon-edit {
  background-image: none;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content a,
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content span,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content a,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content span {
  height: 100%;
  display: block;
  line-height: 80px;
  float: left;
}
.shift-setup .container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content a,
.shift-setup .shift-payout .payout-overview.affix .affix-container .shift-setup-distro-groups-container .shift-setup-distro-group .shift-setup-distro-group-dropzone .shift-setup-distro-group-content a {
  float: right;
  padding-right: 12px;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees {
  background: #f2f2f2;
  padding: 20px;
  margin: -6px 0 16px 0;
  border: 1px solid #f3f3f3;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .type,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .type {
  font-weight: bold;
  color: #666;
  display: block;
  margin-bottom: 16px;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  content: " ";
  display: table;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  clear: both;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  content: " ";
  display: table;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  clear: both;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  clear: both;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:before,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container:after {
  clear: both;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge {
  position: relative;
  width: 258px;
  float: left;
  margin: 0 16px 16px 0;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge .close,
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge .close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  webkit-box-shadow: none;
  width: 21px;
  height: 20px;
  position: absolute;
  top: -12px;
  right: -2px;
  color: #cc5c4e;
  background: none;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  font-size: 20px;
  border: 0;
  z-index: 99;
}
.shift-setup .container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge:nth-child(4n+4),
.shift-setup .shift-payout .payout-overview.affix .affix-container #shift-setup-distro-groups-edit-employees .shift-setup-employees-container .member-badge:nth-child(4n+4) {
  margin-right: 0;
}
.shift-setup .container #availableEmployees .panel-header .list-filter,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-header .list-filter {
  position: relative;
}
.shift-setup .container #availableEmployees .panel-header .list-filter #appendedInputButton,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-header .list-filter #appendedInputButton {
  margin: 0;
  padding-right: 20px;
}
.shift-setup .container #availableEmployees .panel-header .list-filter .remove-text,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-header .list-filter .remove-text {
  position: absolute;
  right: 6px;
  top: 13px;
  background: none;
  border: none;
  font-size: 30px;
  color: #cc5c4e;
  padding: 0;
}
.shift-setup .container #availableEmployees .panel-body,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-body {
  max-height: 340px;
}
.shift-setup .container #availableEmployees .panel-body .member-badge,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-body .member-badge {
  width: 268px;
  float: left;
  margin: 0 16px 16px 0;
  cursor: move;
}
.shift-setup .container #availableEmployees .panel-body .member-badge.ui-draggable-dragging,
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-body .member-badge.ui-draggable-dragging {
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
}
.shift-setup .container #availableEmployees .panel-body .member-badge:nth-child(4n+4),
.shift-setup .shift-payout .payout-overview.affix .affix-container #availableEmployees .panel-body .member-badge:nth-child(4n+4) {
  margin-right: 0;
}
.create-complex-container h4 {
  margin: 0 0 18px 0;
}
.create-shift-form .alert {
  margin-bottom: 30px !important;
}
.create-shift-form label {
  display: block;
  line-height: 1.5;
}
.create-shift-form .checkbox-label label {
  line-height: 1;
}
.create-shift-form .select,
.create-shift-form .select .btn {
  width: 100%;
}
.create-shift-form .field-item {
  margin-bottom: 16px;
}
.create-shift-form .field-item .form-group,
.create-shift-form .field-item .control-group {
  margin-bottom: 0;
}
.create-shift-form .field-item .badge {
  background: #34495e;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
}
.shift_simple_edit,
.simple-pay-plus,
.shift_simple_create {
  background: #fff !important;
}
.shift_simple_edit .form-container,
.simple-pay-plus .form-container,
.shift_simple_create .form-container {
  background: #fff;
}
.shift_simple_edit .form-container #addemployee-selector .dropdown-menu,
.simple-pay-plus .form-container #addemployee-selector .dropdown-menu,
.shift_simple_create .form-container #addemployee-selector .dropdown-menu {
  max-height: 260px;
  overflow: auto;
}
.shift_simple_edit .form-container .form-content,
.simple-pay-plus .form-container .form-content,
.shift_simple_create .form-container .form-content {
  padding: 10px 20px 0 20px;
}
.shift_simple_edit .form-container .form-content .field-item .badge,
.simple-pay-plus .form-container .form-content .field-item .badge,
.shift_simple_create .form-container .form-content .field-item .badge {
  display: block;
  margin: 0 auto;
}
.shift_simple_edit .form-container .form-content .form-group #shift_title,
.simple-pay-plus .form-container .form-content .form-group #shift_title,
.shift_simple_create .form-container .form-content .form-group #shift_title,
.shift_simple_edit .form-container .form-content .form-group #shift_start_at_wrapper,
.simple-pay-plus .form-container .form-content .form-group #shift_start_at_wrapper,
.shift_simple_create .form-container .form-content .form-group #shift_start_at_wrapper,
.shift_simple_edit .form-container .form-content .control-group #shift_title,
.simple-pay-plus .form-container .form-content .control-group #shift_title,
.shift_simple_create .form-container .form-content .control-group #shift_title,
.shift_simple_edit .form-container .form-content .control-group #shift_start_at_wrapper,
.simple-pay-plus .form-container .form-content .control-group #shift_start_at_wrapper,
.shift_simple_create .form-container .form-content .control-group #shift_start_at_wrapper {
  width: 50%;
}
.shift_simple_edit .form-container .shift_distributions_form_group,
.simple-pay-plus .form-container .shift_distributions_form_group,
.shift_simple_create .form-container .shift_distributions_form_group {
  display: block;
}
.shift_simple_edit .form-container #show-advanced-container .bt-select-dropdown,
.simple-pay-plus .form-container #show-advanced-container .bt-select-dropdown,
.shift_simple_create .form-container #show-advanced-container .bt-select-dropdown {
  display: inline-block;
  width: 50%;
}
.shift_simple_edit .form-container #show-advanced-container .btn-default,
.simple-pay-plus .form-container #show-advanced-container .btn-default,
.shift_simple_create .form-container #show-advanced-container .btn-default {
  vertical-align: top;
}
.shift_simple_edit .form-container #shift_distributions_container .employee-classification,
.simple-pay-plus .form-container #shift_distributions_container .employee-classification,
.shift_simple_create .form-container #shift_distributions_container .employee-classification {
  display: none;
}
.shift_simple_edit .form-container #shift_distributions_container.show-advanced .employee-classification,
.simple-pay-plus .form-container #shift_distributions_container.show-advanced .employee-classification,
.shift_simple_create .form-container #shift_distributions_container.show-advanced .employee-classification {
  display: inline-block;
  vertical-align: top;
  padding-right: 3px;
}
.shift_simple_edit .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown select,
.simple-pay-plus .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown select,
.shift_simple_create .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown select {
  height: 38px;
}
.shift_simple_edit .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown:before,
.simple-pay-plus .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown:before,
.shift_simple_create .form-container #shift_distributions_container.show-advanced .employee-classification .bt-select-dropdown:before {
  line-height: 38px;
}
.shift_simple_edit .form-container .group-list,
.simple-pay-plus .form-container .group-list,
.shift_simple_create .form-container .group-list {
  padding-top: 20px;
}
.shift_simple_edit .form-container .group-list .group,
.simple-pay-plus .form-container .group-list .group,
.shift_simple_create .form-container .group-list .group {
  margin-bottom: 16px;
  background: #fcfcfc;
}
.shift_simple_edit .form-container .group-list .group.group-add,
.simple-pay-plus .form-container .group-list .group.group-add,
.shift_simple_create .form-container .group-list .group.group-add,
.shift_simple_edit .form-container .group-list .group.group-totals,
.simple-pay-plus .form-container .group-list .group.group-totals,
.shift_simple_create .form-container .group-list .group.group-totals {
  background: none;
}
.shift_simple_edit .form-container .group-list .group.group-add,
.simple-pay-plus .form-container .group-list .group.group-add,
.shift_simple_create .form-container .group-list .group.group-add {
  padding: 8px;
}
.shift_simple_edit .form-container .group-list .group.group-add .group-header,
.simple-pay-plus .form-container .group-list .group.group-add .group-header,
.shift_simple_create .form-container .group-list .group.group-add .group-header {
  height: auto;
}
.shift_simple_edit .form-container .group-list .group.group-totals,
.simple-pay-plus .form-container .group-list .group.group-totals,
.shift_simple_create .form-container .group-list .group.group-totals {
  border-bottom: none;
  border-top: 1px solid #dedfe1;
  padding-right: 0;
}
.shift_simple_edit .form-container .group-list .group.group-totals dl dt,
.simple-pay-plus .form-container .group-list .group.group-totals dl dt,
.shift_simple_create .form-container .group-list .group.group-totals dl dt {
  width: 230px;
  font-size: 18px;
}
.shift_simple_edit .form-container .group-list .group.group-totals dl dd,
.simple-pay-plus .form-container .group-list .group.group-totals dl dd,
.shift_simple_create .form-container .group-list .group.group-totals dl dd {
  margin-left: 240px;
  font-size: 20px;
}
.shift_simple_edit .form-container .group-list .group .group-header,
.simple-pay-plus .form-container .group-list .group .group-header,
.shift_simple_create .form-container .group-list .group .group-header {
  height: auto;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-overview,
.simple-pay-plus .form-container .group-list .group .group-header .group-overview,
.shift_simple_create .form-container .group-list .group .group-header .group-overview {
  float: left;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-overview,
.simple-pay-plus .form-container .group-list .group .group-header .group-overview,
.shift_simple_create .form-container .group-list .group .group-header .group-overview,
.shift_simple_edit .form-container .group-list .group .group-header .group-input,
.simple-pay-plus .form-container .group-list .group .group-header .group-input,
.shift_simple_create .form-container .group-list .group .group-header .group-input {
  padding-top: 9px;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-overview .help-block,
.simple-pay-plus .form-container .group-list .group .group-header .group-overview .help-block,
.shift_simple_create .form-container .group-list .group .group-header .group-overview .help-block,
.shift_simple_edit .form-container .group-list .group .group-header .group-input .help-block,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .help-block,
.shift_simple_create .form-container .group-list .group .group-header .group-input .help-block {
  clear: both;
  font-size: 11px;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-input,
.simple-pay-plus .form-container .group-list .group .group-header .group-input,
.shift_simple_create .form-container .group-list .group .group-header .group-input {
  height: auto;
  min-height: 60px;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-input .input-prepend input,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .input-prepend input,
.shift_simple_create .form-container .group-list .group .group-header .group-input .input-prepend input {
  width: 100px;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-input .employee-amount-input,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .employee-amount-input,
.shift_simple_create .form-container .group-list .group .group-header .group-input .employee-amount-input {
  display: inline-block;
}
.shift_simple_edit .form-container .group-list .group .group-header .group-input .employee-amount-input .input-group,
.simple-pay-plus .form-container .group-list .group .group-header .group-input .employee-amount-input .input-group,
.shift_simple_create .form-container .group-list .group .group-header .group-input .employee-amount-input .input-group {
  width: 200px;
  float: right;
}
.shift_simple_edit .form-container .group-list .group .employee-amount-display,
.simple-pay-plus .form-container .group-list .group .employee-amount-display,
.shift_simple_create .form-container .group-list .group .employee-amount-display {
  display: none !important;
}
.shift_simple_edit .secondary-sidebar,
.simple-pay-plus .secondary-sidebar,
.shift_simple_create .secondary-sidebar {
  margin-top: 0;
}
.simple-pay-plus .form-group label,
.simple-pay-plus .control-group label {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.simple-pay-plus .form-group label .help-block,
.simple-pay-plus .control-group label .help-block {
  font-weight: normal;
  font-size: 13px;
  color: #777;
}
.simple-pay-plus .total-tips {
  max-width: 300px;
}
.simple-pay-plus .group-list .group .group-header .group-input {
  display: table;
  padding-left: 16px;
}
.simple-pay-plus .group-list .group .group-header .group-input > div {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
}
.simple-pay-plus .group-list .group .group-header .group-input > div .form-control {
  display: inline-block;
}
.simple-pay-plus .group-list .group .group-header .group-input > div.employee-amount-display,
.simple-pay-plus .group-list .group .group-header .group-input > div.employee-hours,
.simple-pay-plus .group-list .group .group-header .group-input > div.employee-weight {
  width: 120px;
}
.simple-pay-plus .group-list .group .group-header .group-input > div.employee-amount-display {
  font-size: 22px;
  color: #333;
}
.simple-pay-plus .group-list .group .group-header .group-input .help-block {
  clear: both;
  font-size: 11px;
  color: #e74c3c;
}
.simple-pay-plus .group-list .group .group-header .group-input .help-block:hover {
  color: #d62c1a;
}
a.simple-pay-plus .group-list .group .group-header .group-input .help-block:hover {
  color: #b93d30;
}
.simple-pay-plus .group-list .group.group-totals {
  padding: 0 0 0 20px;
}
.simple-pay-plus #group-type-container .type-header {
  margin-bottom: 0;
}
.simple-pay-plus #group-type-container .type-header .overview_header {
  width: 50%;
}
.simple-pay-plus #group-type-container .type-header .totals_header,
.simple-pay-plus #group-type-container .type-header .weight_header,
.simple-pay-plus #group-type-container .type-header .hours_header {
  width: 120px;
}
.simple-pay-plus #group-type-container.pool_hourly .type-header .weight_header {
  width: 1px;
  padding: 0;
}
.simple-pay-plus #group-type-container.pool_hourly .type-header .weight_header span {
  display: none;
}
.simple-pay-plus #group-type-container.pool_evenly .type-header th span {
  display: none;
}
.shift_closeout .list-group .list-group-item.employee-list-item {
  height: auto;
}
.shift_closeout .list-group .list-group-item.employee-list-item:nth-child(odd) {
  background-color: #f2f2f2;
}
.shift_closeout .list-group .list-group-item.employee-list-item .employee-info {
  float: left;
}
.shift_closeout .list-group .list-group-item.employee-list-item .employee-info .employee-name {
  display: inline-block;
  line-height: 35px;
  width: 230px;
}
.shift_closeout .list-group .list-group-item.employee-list-item .employee-info .employee-groups {
  display: inline-block;
  line-height: 35px;
}
.shift_closeout .list-group .list-group-item.employee-list-item .input-group .help-block {
  display: none;
}
.shift_closeout .list-group .list-group-item.employee-list-item .help-block {
  float: right;
}
.shift_closeout-step2 .popover .popover-header {
  display: none;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel {
  background: #fff;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-header {
  padding: 10px;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-header .pull-right {
  line-height: 40px;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body {
  background: #fff;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table {
  width: 100%;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table th {
  height: 30px;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table th.enable-column {
  width: 15%;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table th.employee-column {
  width: 21%;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table th.hours-column {
  width: 13%;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table th.receive-column {
  width: 16%;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table tr td {
  text-align: left;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table tr td.changed input {
  border-color: #3498db;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table tr td.employee-amount {
  font-weight: bold;
}
.shift_closeout-step2 .shiftcloseout-hours-input-group-container .panel .panel-body table img {
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shift_closeout_summary {
  background: #f5f5f5;
}
.shift_closeout_summary .container > .page-header,
.shift_closeout_summary .shift-payout .payout-overview.affix .affix-container > .page-header {
  padding-top: 0;
}
.shift_closeout_summary .container > .page-header > p,
.shift_closeout_summary .shift-payout .payout-overview.affix .affix-container > .page-header > p {
  margin-bottom: 0;
}
.shift_closeout_summary .dl-horizontal dt {
  text-overflow: visible;
  white-space: normal;
  overflow: visible;
}
.shift_closeout_summary .dl-horizontal dt {
  text-overflow: visible;
  white-space: normal;
}
.shift_closeout_summary .dl-horizontal dd {
  margin-left: 160px;
}
.shift_closeout_summary .employee-total-sales,
.shift_closeout_summary .employee-distributions {
  width: 280px;
}
.shift_closeout_summary .list-employees .group-list .group {
  margin-bottom: 16px;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .group-overview {
  padding-left: 10px;
  width: 25%;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .amount {
  width: 14%;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .outstanding {
  width: 12%;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .status {
  width: 14%;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .status span {
  cursor: pointer;
}
.shift_closeout_summary .list-employees .group-list .group .group-header .group-options {
  width: 35%;
}
.shift_closeout_summary .optional-inputs h3 {
  margin-right: 6px;
}
.shift_closeout_summary .optional-inputs .page-header {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.shift_closeout_summary .optional-inputs .optional-toggle {
  margin-bottom: 10px;
}
.shift_closeout_summary .optional-inputs .optional-toggle .btn {
  width: 170px;
}
.shift_closeout_summary #sales-list-container .employee-info {
  display: block;
  width: 250px;
}
.shift_closeout_summary #sales-list-container .notes .note .note-body {
  font-size: 12px;
}
.shift_closeout_summary #payout-container #transactions-payouts {
  margin-bottom: 0;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.even,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.odd {
  cursor: pointer;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .collapse-toggle,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .details-toggle {
  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;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .collapse-toggle.pull-left,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .details-toggle.pull-left {
  margin-right: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .collapse-toggle.pull-right,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .details-toggle.pull-right {
  margin-left: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .collapse-toggle:before,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr td .details-toggle:before {
  content: "\f0d7";
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .collapse-toggle,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .details-toggle {
  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;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .collapse-toggle.pull-left,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .details-toggle.pull-left {
  margin-right: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .collapse-toggle.pull-right,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .details-toggle.pull-right {
  margin-left: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .collapse-toggle:before,
.shift_closeout_summary #payout-container #transactions-payouts > tbody > tr.collapsed td .details-toggle:before {
  content: "\f0da";
}
.shift_closeout_summary #payout-container #transactions-payouts tr th.col-shift-amount,
.shift_closeout_summary #payout-container #transactions-payouts tr td.col-shift-amount,
.shift_closeout_summary #payout-container #transactions-payouts tr th.col-amount,
.shift_closeout_summary #payout-container #transactions-payouts tr td.col-amount {
  width: 130px;
}
.shift_closeout_summary #payout-container #transactions-payouts tr th.col-shift-amount,
.shift_closeout_summary #payout-container #transactions-payouts tr td.col-shift-amount {
  text-align: left;
}
.shift_closeout_summary #payout-container #transactions-payouts tr th.col-amount,
.shift_closeout_summary #payout-container #transactions-payouts tr td.col-amount {
  text-align: right;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes {
  margin-top: 0;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes .author {
  line-height: 20px;
  width: 140px;
  cursor: pointer;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes .ref {
  width: 520px;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr td .collapse-toggle {
  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;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr td .collapse-toggle.pull-left {
  margin-right: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr td .collapse-toggle.pull-right {
  margin-left: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr td .collapse-toggle:before {
  content: "\f0d7";
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr.collapsed td .collapse-toggle {
  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;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr.collapsed td .collapse-toggle.pull-left {
  margin-right: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr.collapsed td .collapse-toggle.pull-right {
  margin-left: .3em;
}
.shift_closeout_summary #payout-container #transactions-payouts .notes table > tbody > tr.collapsed td .collapse-toggle:before {
  content: "\f0da";
}
.shift_closeout_summary #payout-container #transactions-payouts .table {
  margin-bottom: 0;
}
.shift_closeout_summary #payout-container #transactions-payouts .table thead {
  background: none;
}
.shift_closeout_summary #payout-container #transactions-payouts .table thead tr th {
  text-transform: none;
  font-size: 11px;
  border-width: 1px;
}
.shift_closeout_summary #payout-container .list-group-item {
  text-align: right;
  border: 0;
  padding-right: 7px;
}
.shift_closeout_summary #payout-container .list-group-item:first-child {
  paddin-top: 0;
}
.shift_closeout_summary .shift-checkout .notes {
  max-height: 220px;
  overflow-y: auto;
}
.shift_closeout_summary .distribution-details .group .group-header {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
  height: 40px;
}
.shift_closeout_summary .distribution-details .group .group-header .accordion-toggle {
  padding: 0 12px;
  line-height: 40px;
}
.shift_closeout_summary .distribution-details .group .panel-body table th {
  font-size: 12px;
}
.shift_closeout_summary .distribution-details .group .panel-body table th.col-amount {
  width: 150px;
}
.shift_closeout_summary #notes-container .notes .note .note-body {
  line-height: 30px;
}
.shift_closeout_summary #submitForm fieldset legend {
  display: none !important;
}
.shift_closeout_summary .form-actions {
  float: right;
}
#notes {
  overflow: auto;
  max-height: 420px;
}
.shift-payout .payout-overview {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  padding: 10px 15px;
  background: #f3f3f3;
  border-bottom: 0;
  margin-bottom: 16px;
}
.shift-payout .payout-overview .stat {
  float: left;
  margin-right: 10px;
}
.shift-payout .payout-overview .stat .icon-holder {
  float: left;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding: 7px;
  border: 1px solid #484848;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.shift-payout .payout-overview .stat .icon-holder .fa {
  color: #484848;
}
.shift-payout .payout-overview .stat .data,
.shift-payout .payout-overview .stat .icon-holder {
  display: inline-block;
}
.shift-payout .payout-overview .stat .data h4,
.shift-payout .payout-overview .stat .data p {
  text-align: center;
}
.shift-payout .payout-overview .stat .data h4 {
  margin-top: 2px;
  margin-bottom: 0px;
  color: #606060;
}
.shift-payout .payout-overview .stat .data p {
  color: #606060;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 13px;
}
.shift-payout .payout-overview .affix-container {
  position: relative;
}
.shift-payout .payout-overview .affix-container .total-group,
.shift-payout .payout-overview .affix-container .earnings-group {
  width: 50%;
  float: left;
  overflow: hidden;
}
.shift-payout .payout-overview .affix-container .total-group {
  float: none;
  text-align: right;
}
.shift-payout .payout-overview .affix-container .total-group h3 {
  margin: 0;
  line-height: 40px;
}
.shift-payout .payout-overview.affix {
  z-index: 99;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #788288;
}
.shift-payout .payout-overview.affix .affix-container {
  padding-left: 30px;
  padding-right: 30px;
}
.shift-payout form .alert {
  margin-bottom: 0;
}
.shift-payout .store-header {
  margin-top: 0;
}
.shift-payout .payout-list .payout-item .item-group {
  display: inline-block;
}
.shift-payout .payout-list .payout-item .item-group .data h4,
.shift-payout .payout-list .payout-item .item-group .data h5,
.shift-payout .payout-list .payout-item .item-group .data p {
  text-align: center;
}
.shift-payout .payout-list .payout-item .item-group .data h4,
.shift-payout .payout-list .payout-item .item-group .data h5 {
  margin-top: 0px;
}
.shift-payout .payout-list .payout-item .item-group .data h4 {
  margin-bottom: 5px;
}
.shift-payout .payout-list .payout-item .item-group .data h5 {
  margin-bottom: 9px;
}
.shift-payout .payout-list .payout-item .item-group .data p {
  margin-bottom: 0;
}
.shift-payout .payout-list .payout-item .collapse-card__title {
  font-size: 14px;
}
.shift-payout .payout-list .payout-item .collapse-card__title .name-group {
  min-width: 200px;
  vertical-align: top;
}
.shift-payout .payout-list .payout-item .collapse-card__title .name-group a.name {
  line-height: 60px;
  display: inline-block;
}
.shift-payout .payout-list .payout-item .collapse-card__body {
  background: #fcfcfc;
}
.shift-payout .payout-list .payout-item .collapse-card__body md-toolbar {
  min-height: 30px;
  background: #f6f6f6;
  color: # #333;
}
.shift-payout .payout-list .payout-item .collapse-card__body table.md-table {
  background: #fff;
}
.shift-payout .payout-list .payout-item .payment-status {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding: 10px;
  border: 1px solid #16a085;
  color: #16a085;
}
.shift-payout .payout-list .payout-item .payment-status.no-methods {
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.shift-payout .payout-list .payout-item .stats-group {
  width: 15%;
}
.shift-payout .payout-list .payout-item .stats-group .data-earnings p a {
  color: #484848;
}
.shift-payout .payout-list .payout-item .method-group {
  width: 20%;
}
.shift-payout .payout-list .payout-item .method-group p {
  text-align: center;
  margin-bottom: 0;
}
.shift-payout .payout-list .payout-item .method-group .bt-select-dropdown {
  margin-top: 4px;
}
.shift-payout .payout-list .payout-item .method-group .text-danger {
  display: none;
}
.shift-payout .payout-list .payout-item .amount-group {
  float: right;
  text-align: right;
}
.shift-payout .payout-list .payout-item .amount-group h4 {
  margin: 0;
}
.shift-payout .payout-list .payout-item.no-payment-methods .method-group .cash-method {
  display: none !important;
}
.shift-payout .payout-list .payout-item.no-payment-methods .method-group .text-danger {
  display: block;
  margin-bottom: 0;
}
.shift-payout .payout-form .total-group h2 {
  margin: 0;
}
.shift-payout .payout-form h6 {
  margin-top: 0;
  font-size: 10px;
  color: #c0c0c0;
  text-transform: uppercase;
  color: #555555;
}
.shift-payout .payout-form .stat .data h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.shift-payout .payout-form .total-group,
.shift-payout .payout-form .stat {
  text-align: center;
}
.shift-payout .payout-form .pin label {
  font-size: 14px;
  font-weight: bold;
}
.shift-payout .payout-form .form-actions {
  margin-top: 15px;
}
.shift-payout .payout-form .form-actions:before,
.shift-payout .payout-form .form-actions:after {
  content: " ";
  display: table;
}
.shift-payout .payout-form .form-actions:after {
  clear: both;
}
.shift-payout .payout-form .form-actions:before,
.shift-payout .payout-form .form-actions:after {
  content: " ";
  display: table;
}
.shift-payout .payout-form .form-actions:after {
  clear: both;
}
.shift-payout .payout-form .form-actions:before,
.shift-payout .payout-form .form-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-payout .payout-form .form-actions:after {
  clear: both;
}
.shift-payout .payout-form .form-actions:before,
.shift-payout .payout-form .form-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift-payout .payout-form .form-actions:after {
  clear: both;
}
.shift-payout .payout-form .form-actions a {
  float: left;
}
.shift-payout .payout-form .form-actions button {
  float: right;
}
.shift_checkout_list .shift-checkout .list-header-titles .checkout-employee {
  width: 182px;
}
.shift_checkout_list .shift-checkout .list-header-titles .sales-tips {
  width: 297px;
}
.shift_checkout_list .shift-checkout .table tr td.employee-info {
  width: 210px;
  text-align: center;
}
.shift_checkout_list .shift-checkout .table tr td.employee-info img {
  display: block;
  margin: 0 auto 4px auto;
}
.shift_checkout_list .shift-checkout .table tr td.employee-info .employee-name {
  font-weight: normal;
}
.shift_checkout_list .shift-checkout .table tr td.employee-total-sales,
.shift_checkout_list .shift-checkout .table tr td.employee-distributions {
  width: 315px;
  vertical-align: top;
}
.shift_checkout_list .shift-checkout .table tr td.employee-options {
  text-align: right;
  padding-right: 12px;
}
.shift_checkout_list .shift-checkout .table tr td.employee-options .btn {
  width: 100%;
  margin-bottom: 8px;
}
.shift-close .filter-form.form-pull-right {
  min-width: 422px;
}
.shift-close .filter-form.navbar-form-filters form.navbar-form fieldset > div.form-group,
.shift-close .filter-form.navbar-form-filters form.navbar-form fieldset > div.control-group {
  height: auto;
}
.shift-close .filter-form.navbar-form-filters form.navbar-form fieldset > div.form-group > div.checkbox,
.shift-close .filter-form.navbar-form-filters form.navbar-form fieldset > div.control-group > div.checkbox {
  margin-top: 0;
}
.shift-close .filter-form.navbar-form-filters form.navbar-form fieldset > div:not([class]) {
  padding-top: 0;
}
.shift-close .filter-form form fieldset {
  display: inline-block;
}
.shift-close .filter-form form fieldset .form-group,
.shift-close .filter-form form fieldset .control-group {
  margin: 0 6px 0 0;
  display: block;
  float: left;
}
.shift-close .filter-form form fieldset .form-group > label:first-child,
.shift-close .filter-form form fieldset .control-group > label:first-child {
  display: none;
}
.shift-close .filter-form form fieldset > div:last-child {
  float: right;
}
.shift-close .filter-form form .bt-select-dropdown select {
  height: 38px;
}
.shift-close .modal .modal-footer {
  display: block;
}
.shift-close .list-wrapper .list-header-titles .list-header-label {
  font-size: 13px;
  display: inline-block;
}
.shift-close .list-wrapper .list-header-titles .shift {
  width: 25%;
}
.shift-close .list-wrapper .list-header-titles .started {
  width: 16%;
}
.shift-close .list-wrapper .list-header-titles .closed {
  width: 15%;
}
.shift-close .list-wrapper .list-header-titles .reported {
  width: 9%;
}
.shift-close .list-wrapper .list-header-titles .outstanding {
  width: 18%;
}
.shift-close .group-list .group.voided-shift .group-header {
  color: #999;
}
.shift-close .group-list .group.voided-shift .group-header .void-message {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.shift-close .group-list .group.default_group {
  height: auto;
}
.shift-close .group-list .group.default_group .group-header > div {
  width: auto;
}
.shift-close .group-list .group.default_group .group-header > div.group-overview {
  line-height: 18px;
  width: 24%;
  padding: 0 8px;
}
.shift-close .group-list .group.default_group .group-header > div.group-overview .group-name {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
.shift-close .group-list .group.default_group .group-header > div.group-overview .group-name span,
.shift-close .group-list .group.default_group .group-header > div.group-overview .group-name small {
  display: block;
}
.shift-close .group-list .group.default_group .group-header > div.group-overview .group-name small {
  font-size: 11px;
}
.shift-close .group-list .group.default_group .group-header > div.shift-date,
.shift-close .group-list .group.default_group .group-header > div.shift-date-close {
  font-size: 12px;
  width: 16%;
}
.shift-close .group-list .group.default_group .group-header > div.shift-tips {
  width: 20%;
}
.shift-close .group-list .group.default_group .group-header > div.shift-outstandings {
  width: 18%;
}
.shift-close .group-list .group.default_group .group-header > div.group-options {
  width: 20%;
}
.shift-void .table-earnings > tbody > tr {
  vertical-align: middle;
}
.shift-void form {
  width: 320px;
  margin: 10px auto;
}
.shift-void form legend {
  display: none;
}
.shift-void form > fieldset > div {
  display: block;
}
.shift-authorization {
  margin-top: 30px;
  border: 1px solid #bdc3c7;
}
.shift-authorization .pin-authorization label {
  font-size: 24px;
}
.shift-authorization .pin-authorization .avatar {
  margin-right: 10px;
}
.shift-authorization .pin-authorization input.form-control {
  width: 350px;
  height: 60px;
}
.shift-authorization .pin-authorization .help-block {
  font-weight: bold;
}
.shift-reopen .alert-reopen {
  font-size: 14px;
}
.shift-reopen .shift-authorization form legend {
  display: none;
}
.shift-reopen .shift-authorization form > div:not([class]) button[type="submit"] {
  float: right;
}
/* SHIFT TEMPLATES */
.shift_template-v2-create .form-group,
.shift_template-v2-edit .form-group,
.shift_template-v2-create .control-group,
.shift_template-v2-edit .control-group {
  display: block;
}
.shift_template-v2-edit-data-sets .table {
  margin-bottom: 0;
}
.shift_template-v2-edit-data-sets .table.table-droppable {
  min-height: 80px;
}
.shift_template-v2-edit-data-sets .ui-sortable-helper {
  display: table;
}
.shift_template-v2-edit-policy-rules .formula-group {
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
  margin: 0 6px 0 3px;
}
.shift_template-v2-edit-policy-rules select.form-select {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #555;
  border: 2px solid #bdc3c7;
  font-size: 14px;
  padding: 5px;
  border-radius: 6px;
}
.shift_template-v3-show {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.shift_template-v3-show h3 small,
.shift_template-v3-show h5 small {
  color: #333;
}
.shift_template-v3-show h3 small h3.popover-title,
.shift_template-v3-show h5 small h3.popover-title {
  padding: 0;
  line-height: 20px;
}
.shift_template-v3-show .tooltip-inner {
  max-width: 300px;
  min-width: 230px;
  width: auto;
  font-size: 11px;
  font-weight: normal;
}
.shift_template-v3-show .expand {
  display: none;
}
.shift_template-v3-show .more-less {
  position: relative;
  top: -30px;
}
.shift_template-show h3 small,
.shift_template-show h5 small {
  color: #333;
}
.shift_template-show h3 small h3.popover-title,
.shift_template-show h5 small h3.popover-title {
  padding: 0;
  line-height: 20px;
}
.shift_template-show .tooltip-inner {
  max-width: 300px;
  min-width: 230px;
  width: auto;
  font-size: 11px;
  font-weight: normal;
}
.shift_template-create form .form-group,
.shift_template-create form .control-group {
  display: block;
}
.shift_template_list .navbar.navbar-form-filters form.navbar-form .form-group > label,
.shift_template_list .navbar.navbar-form-filters form.navbar-form .control-group > label {
  display: none;
}
.shift_template_list .navbar.navbar-form-filters form.navbar-form .form-group.submit-buttons,
.shift_template_list .navbar.navbar-form-filters form.navbar-form .control-group.submit-buttons {
  padding-top: 0;
}
.edit-pos-columns md-table-container {
  overflow: visible;
}
.edit-pos-columns .popover {
  border-radius: 0;
}
.edit-pos-columns .popover .popover-header {
  display: none !important;
}
.edit-pos-columns .popover .popover-content {
  max-width: 320px;
  line-height: 15px;
  color: #333;
  font-size: 12px;
}
.edit-pos-columns .page-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit-pos-columns .page-header h1,
.edit-pos-columns .page-header h2,
.edit-pos-columns .page-header h3,
.edit-pos-columns .page-header h4 {
  line-height: 32px;
}
.edit-pos-columns .md-card-columns .page-header {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-pos-columns table.md-table {
  margin-bottom: 0;
}
.edit-pos-columns .table-pos-columns thead.md-head {
  background-color: #f0f0f0;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row {
  height: 40px;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th {
  text-align: left;
  font-weight: bold;
  color: #222;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th:first-child {
  padding: 0 0 0 3px;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th:first-child .checkbox {
  line-height: 1 !important;
  margin-bottom: 0;
  margin-top: 12px;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th:first-child .checkbox label {
  font-size: 12px;
  font-weight: bold;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th:nth-child(2) {
  padding: 0 45px 0 20px;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row > th:last-child {
  padding: 0 25px 0 10px;
}
.edit-pos-columns .table-pos-columns thead.md-head > tr.md-row .md-checkbox-column {
  padding: 0 0 0 3px;
}
.edit-pos-columns .table-pos-columns .form-error .help-block {
  font-size: 11px;
  line-height: 1.3;
}
.edit-pos-columns .table-pos-columns tr.row-error td {
  background: #ff8a80;
}
.edit-pos-columns .table-pos-columns td > .checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.edit-pos-columns .table-pos-columns td > .checkbox > label {
  font-size: 12px;
}
.edit-pos-columns .table-pos-columns .column-name {
  color: #000;
  font-weight: bold;
}
.edit-pos-columns .table-pos-columns .column-desc {
  width: 300px;
}
.edit-pos-columns .table-pos-columns .enabled-col {
  padding-left: 4px;
}
.edit-pos-columns .table-pos-columns .enabled-col .checkbox {
  margin-top: 8px;
}
.edit-pos-columns .table-pos-columns .enabled-col .checkbox label {
  padding-left: 0;
  font-size: 10px;
}
.edit-pos-columns .table-pos-columns > tbody > tr > td {
  padding: 2px 10px 2px 2px;
  font-size: 12px;
  line-height: 1.6;
}
.edit-pos-columns .table-pos-columns .table-time {
  margin-bottom: 10px;
}
.edit-pos-columns .table-pos-columns .table-time input.form-control {
  border-width: 1px;
  border-radius: 2px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  height: 21px;
  font-size: 13px;
}
.edit-pos-columns .table-pos-columns .table-time .btn-xs {
  padding: 0 6px;
  width: 21px;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container {
  position: relative;
  padding-top: 2px;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container .dropdown-header {
  position: absolute;
  height: 25px;
  width: 100%;
  top: 0;
  left: 0;
  background: #f6f6f6;
  display: none;
  clear: both;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container .dropdown-content {
  max-height: 250px;
  min-width: 420px;
  overflow: auto;
  padding-left: 6px;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container .dropdown-content .checkbox {
  display: inline-block;
  margin: 0;
  width: 130px;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container .dropdown-content .checkbox label {
  font-size: 13px;
  margin: 0;
}
.edit-pos-columns .table-pos-columns .col-choices .dropdown > .dropdown-menu .dropdown-menu-container .dropdown-content .checkbox .editable-label {
  min-width: 100px;
  border-bottom: 1px solid #0b89fe;
}
.table-metrics .remove-btn .form-group,
.table-metrics .remove-btn .control-group {
  margin: 0;
}
.table-metrics .remove-btn .form-group > div,
.table-metrics .remove-btn .control-group > div {
  margin: 0;
  float: none;
  padding: 0;
  width: auto;
}
.table-metrics .metric-col {
  width: 180px;
}
.table-metrics .label-col {
  width: 180px;
}
.table-metrics .formula-col {
  width: 180px;
}
.shift_template-edit form .form-group,
.shift_template-edit-groups form .form-group,
.shift_template-edit form .control-group,
.shift_template-edit-groups form .control-group {
  display: block;
  overflow: hidden;
}
.shift_template-edit-checkout form fieldset > .form-group,
.shift_template-edit-distribution-groups form fieldset > .form-group,
.shift_template-edit-checkout form fieldset > .control-group,
.shift_template-edit-distribution-groups form fieldset > .control-group {
  display: block;
}
.shift_template-edit-checkout .panel-heading .form-group,
.shift_template-edit-distribution-groups .panel-heading .form-group,
.shift_template-edit-checkout .panel-heading .control-group,
.shift_template-edit-distribution-groups .panel-heading .control-group {
  margin: 0;
  float: right;
}
.shift_template-edit-checkout .panel-heading .form-group > div,
.shift_template-edit-distribution-groups .panel-heading .form-group > div,
.shift_template-edit-checkout .panel-heading .control-group > div,
.shift_template-edit-distribution-groups .panel-heading .control-group > div {
  margin: 0;
  float: none;
  padding: 0;
  width: auto;
}
.shift_template-edit-view-rules .container form .page-header,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form .page-header {
  margin-top: 0;
}
.shift_template-edit-view-rules .container form .page-header h3,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form .page-header h3 {
  line-height: 20px;
}
.shift_template-edit-view-rules .container form fieldset > div,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form fieldset > div {
  display: block;
}
.shift_template-edit-view-rules .container form fieldset > div button[type="submit"],
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form fieldset > div button[type="submit"] {
  float: right;
  float: right !important;
}
.shift_template-edit-view-rules .container form table th.type-col,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table th.type-col {
  width: 200px;
}
.shift_template-edit-view-rules .container form table th.context-col,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table th.context-col {
  width: 300px;
}
.shift_template-edit-view-rules .container form table th.action-col,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table th.action-col {
  width: 40px;
}
.shift_template-edit-view-rules .container form table div[rel="context-container"],
.shift_template-edit-view-rules .container form table div[rel="context-container"] .multiselect-wrapper,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"],
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .multiselect-wrapper {
  display: block;
  position: relative;
}
.shift_template-edit-view-rules .container form table div[rel="context-container"] .btn,
.shift_template-edit-view-rules .container form table div[rel="context-container"] .multiselect-wrapper .btn,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .btn,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .multiselect-wrapper .btn {
  text-align: left;
  width: 100%;
  position: relative;
}
.shift_template-edit-view-rules .container form table div[rel="context-container"] .btn .caret,
.shift_template-edit-view-rules .container form table div[rel="context-container"] .multiselect-wrapper .btn .caret,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .btn .caret,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .multiselect-wrapper .btn .caret {
  top: 50%;
  color: #333;
  margin-top: -3px;
  right: 10px;
  position: absolute;
}
.shift_template-edit-view-rules .container form table div[rel="context-container"] .dropdown-menu,
.shift_template-edit-view-rules .container form table div[rel="context-container"] .multiselect-wrapper .dropdown-menu,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .dropdown-menu,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .multiselect-wrapper .dropdown-menu {
  width: 100%;
}
.shift_template-edit-view-rules .container form table div[rel="context-container"] .btn-group,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table div[rel="context-container"] .btn-group {
  display: block;
  min-height: 32px;
}
.shift_template-edit-view-rules .container form table td.value-column > textarea,
.shift_template-edit-view-rules .container form table td.value-column > input,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column > textarea,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column > input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li {
  cursor: move;
  height: 24px;
  position: relative;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li input,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li input {
  margin-right: 6px;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .fa,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .fa {
  float: right;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li,
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .fa,
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .checkbox,
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .checkbox label,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .fa,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .checkbox,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .checkbox label {
  line-height: 17px;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .checkbox,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .checkbox {
  position: absolute;
  height: 17px;
}
.shift_template-edit-view-rules .container form table td.value-column .ui-sortable li .checkbox label,
.shift_template-edit-view-rules .shift-payout .payout-overview.affix .affix-container form table td.value-column .ui-sortable li .checkbox label {
  padding-left: 0;
  font-size: 12px;
  min-height: 17px;
}
.shift-v2-edit-data-sets .idlabel .dropdown-menu {
  font-size: 14px;
  left: -15px;
}
.shift-v2-edit-data-sets .idlabel .dropdown-menu > li {
  height: 20px;
}
.shift-v2-edit-data-sets .idlabel .dropdown-menu > li > a {
  padding: 0px;
}
.shift-v2-edit-data-sets .idlabel .dropdown-menu > li > a .active {
  background: #d32f2f;
  color: #fff;
  border: 1px solid #fff;
}
.shift-v2-edit-data-sets .alert {
  border-radius: 0;
  margin-bottom: 0;
}
.shift-v2-edit-data-sets .page-header {
  background: #eef2ef;
  border-bottom: 0;
  color: #333;
  margin: 0;
}
.shift-v2-edit-data-sets .page-header h2 {
  font-weight: 300;
  line-height: 32px;
}
.shift-v2-edit-data-sets #unlock-pos-columns {
  color: #fff;
  background-color: #2980b9;
  background-color: #6ab0de;
}
.shift-v2-edit-data-sets #unlock-pos-columns:hover,
.shift-v2-edit-data-sets #unlock-pos-columns:focus,
.shift-v2-edit-data-sets #unlock-pos-columns:active,
.shift-v2-edit-data-sets #unlock-pos-columns.active,
.open .dropdown-toggle.shift-v2-edit-data-sets #unlock-pos-columns {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.shift-v2-edit-data-sets #unlock-pos-columns:active,
.shift-v2-edit-data-sets #unlock-pos-columns.active,
.open .dropdown-toggle.shift-v2-edit-data-sets #unlock-pos-columns {
  background: #2472a4;
  border-color: #2472a4;
}
.shift-v2-edit-data-sets #unlock-pos-columns.disabled,
.shift-v2-edit-data-sets #unlock-pos-columns[disabled],
fieldset[disabled] .shift-v2-edit-data-sets #unlock-pos-columns,
.shift-v2-edit-data-sets #unlock-pos-columns.disabled:hover,
.shift-v2-edit-data-sets #unlock-pos-columns[disabled]:hover,
fieldset[disabled] .shift-v2-edit-data-sets #unlock-pos-columns:hover,
.shift-v2-edit-data-sets #unlock-pos-columns.disabled:focus,
.shift-v2-edit-data-sets #unlock-pos-columns[disabled]:focus,
fieldset[disabled] .shift-v2-edit-data-sets #unlock-pos-columns:focus,
.shift-v2-edit-data-sets #unlock-pos-columns.disabled:active,
.shift-v2-edit-data-sets #unlock-pos-columns[disabled]:active,
fieldset[disabled] .shift-v2-edit-data-sets #unlock-pos-columns:active,
.shift-v2-edit-data-sets #unlock-pos-columns.disabled.active,
.shift-v2-edit-data-sets #unlock-pos-columns[disabled].active,
fieldset[disabled] .shift-v2-edit-data-sets #unlock-pos-columns.active {
  background-color: #2980b9;
  border-color: #2980b9;
}
.shift-v2-edit-data-sets #set-tabs {
  background: #f5faf6;
  border-bottom: 1px solid #e1e1e1;
}
.shift-v2-edit-data-sets #set-tabs > li.has-errors > a {
  color: #d32f2f;
}
.shift-v2-edit-data-sets #set-tabs > li.has-errors.active > a {
  background: #d32f2f;
  color: #fff;
  border: 1px solid #fff;
}
.shift-v2-edit-data-sets #set-tabs > li > a {
  color: #737474;
  font-weight: 400;
  padding: 6px 15px;
}
.shift-v2-edit-data-sets #set-tabs li.active > a {
  color: #106cc8;
}
.shift-v2-edit-data-sets #set-tabs li .btn {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.shift-v2-edit-data-sets #set-tabs .search-container {
  display: inline-block;
}
.shift-v2-edit-data-sets #set-tabs .search-container input {
  border: 0;
  padding: 0;
  line-height: 29px;
  font-size: 15px;
  height: 29px;
  font-weight: 300;
  width: 100%;
  outline: none;
  background: transparent;
  border-bottom: 2px solid #1c90ec;
}
.shift-v2-edit-data-sets md-table-container {
  overflow-x: visible;
}
.shift-v2-edit-data-sets table.md-table {
  margin-bottom: 0;
  table-layout: fixed;
}
.shift-v2-edit-data-sets table.md-table thead.md-head > tr.md-row {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.shift-v2-edit-data-sets table.md-table thead.md-head > tr.md-row th.md-column:first-child {
  width: 40px;
}
.shift-v2-edit-data-sets table.md-table > thead:first-child > tr:first-child > th {
  font-weight: 300;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td {
  border-bottom: 2px solid #fff;
  padding: 5px 5px 3px 5px;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td input {
  border: 0;
  padding: 0;
  line-height: 15px;
  height: 15px;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background: #fafafa;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.form-error {
  position: relative;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.form-error > div.placeholder {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d32f2f;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.locked {
  user-select: none;
  color: #999;
  cursor: no-drop;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.editing {
  position: relative;
  background: #fafafa;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #1c90ec;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.editing ul {
  position: absolute;
  top: 37px;
  padding-left: 0;
  list-style: none;
  background: #fafafa;
  width: 100%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  max-height: 200px;
  overflow: auto;
  z-index: 999998;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.editing ul li {
  cursor: pointer;
  line-height: 30px;
}
.shift-v2-edit-data-sets table.md-table > tbody > tr > td.editing ul li:hover {
  background: #f1f1f1;
}
.shift-v2-edit-data-sets .progress {
  margin: 0;
}
.shift-v2-edit-data-sets .tab-content {
  position: relative;
}
.shift-v2-edit-data-sets .tab-content .modal-backdrop {
  position: absolute;
  z-index: auto;
  opacity: .1;
}
.shift-v2-edit-data-sets .tab-content .row-options {
  width: 40px;
}
.shift-v2-edit-data-sets .tab-content .row-options i {
  cursor: pointer;
}
.shift-v2-edit-data-sets .tab-content .row-number {
  width: 20px;
}
.shift-v2-edit-data-sets .tab-content .row-col-num {
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-width: 1px 1px 1px 0;
}
.shift-v2-edit-data-sets .tab-content .tooltip-inner {
  background: #d32f2f;
  padding: 5px 10px;
}
.shift-v2-edit-data-sets .tab-content .tooltip.top .tooltip-arrow {
  border-top-color: #d32f2f;
}
.shift-v2-edit-data-sets .data-content {
  margin-bottom: 60px;
}
.shift-v2-edit-data-sets .data-content .nav.affix {
  top: 0 ;
  width: 100%;
  background: #f5faf6;
}
.shift-v2-edit-data-sets #log-container {
  position: fixed;
  width: 100%;
  bottom: 50px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.5);
  max-height: 200px;
  overflow: hidden;
  background: #fff;
}
.shift-v2-edit-data-sets #log-container .log-body {
  position: relative;
  width: 100%;
  max-height: 200px;
  display: block;
  height: auto;
  background: #fff;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header {
  position: absolute;
  background: #e1e1e1;
  height: 30px;
  top: 0;
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-top: 2px;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle {
  background: transparent;
  border: none;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle i {
  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;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle i.pull-left {
  margin-right: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle i.pull-right {
  margin-left: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle i:before {
  content: "\f152";
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle.open i {
  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;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle.open i.pull-left {
  margin-right: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle.open i.pull-right {
  margin-left: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn-toggle.open i:before {
  content: "\f150";
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn {
  color: #2e69b5;
  background: #f4f4f4;
  border-color: #2e69b5;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn span {
  padding: 2px 3px;
  font-size: 10px;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn:hover {
  background: #f9f9f9;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn.selected {
  color: #f4f4f4;
  background: #2e69b5;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header .btn.selected:hover {
  background: #3272c5;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header #error span {
  background-color: #c62828;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header #warning span {
  background-color: #FBC02D;
}
.shift-v2-edit-data-sets #log-container .log-body .log-header #info span {
  background-color: #03A9F4;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content {
  position: absolute;
  top: 0;
  margin-top: 30px;
  max-height: 170px;
  overflow: auto;
  height: auto;
  width: 100%;
  background: #fff;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items {
  padding-left: 25px;
  line-height: 30px;
  font-size: 13px;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items i {
  margin-right: 4px;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items span {
  font-weight: bold;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .info i {
  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;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .info i.pull-left {
  margin-right: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .info i.pull-right {
  margin-left: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .info i:before {
  content: "\f05a";
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .error td {
  background: #ffcdd2;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .error i {
  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;
  color: #d32f2f;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .error i.pull-left {
  margin-right: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .error i.pull-right {
  margin-left: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .error i:before {
  content: "\f05e";
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .warning i {
  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;
  color: #F57C00;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .warning i.pull-left {
  margin-right: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .warning i.pull-right {
  margin-left: .3em;
}
.shift-v2-edit-data-sets #log-container .log-body .log-content .log-table .log-items .warning i:before {
  content: "\f071";
}
.shift-v2-edit-data-sets .zEWidget-launcher {
  margin-right: 40px !important;
  margin-top: 0 !important;
  bottom: -8px !important;
}
.shift-v2-edit-data-sets .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 20px;
}
#employee-details-container .panel-header {
  line-height: 36px;
  border-bottom: 1px solid #e7e9ec;
  padding: 3px 0 3px 8px;
}
#employee-details-container .nav-tabs > li > a {
  line-height: 1;
}
#employee-details-container .panel-body {
  padding-top: 0;
}
#employee-details-container .panel-body .table-responsive {
  overflow: auto;
}
#employee-details-container .panel-body md-card,
#employee-details-container .panel-body .shift-template-wizard .criteria-builder .cb-container {
  padding-bottom: 20px;
}
#employee-details-container .panel-body md-card table.md-table thead.md-head > tr.md-row,
#employee-details-container .panel-body .shift-template-wizard .criteria-builder .cb-container table.md-table thead.md-head > tr.md-row {
  height: 35px;
}
#employee-details-container .panel-body md-card table.md-table thead.md-head > tr.md-row .col-source,
#employee-details-container .panel-body .shift-template-wizard .criteria-builder .cb-container table.md-table thead.md-head > tr.md-row .col-source {
  width: 10%;
}
#employee-details-container .panel-body md-card table.md-table thead.md-head > tr.md-row .col-desc,
#employee-details-container .panel-body .shift-template-wizard .criteria-builder .cb-container table.md-table thead.md-head > tr.md-row .col-desc {
  width: 75%;
}
#employee-details-container md-card-title {
  font-size: 16px;
  font-weight: 400;
  padding-left: 6px;
  background: #f7f7f7;
}
#other-details {
  padding-top: 0;
}
#other-details .table-responsive {
  overflow: auto;
}
.shift-template-wizard .page-header {
  margin: 0;
}
.shift-template-wizard .rule-set-container {
  margin-bottom: 10px;
}
.shift-template-wizard .rule-set-container .rule-set {
  background-color: #eeeeee;
}
.shift-template-wizard .rule-set-container .rs-header {
  padding-bottom: 10px;
  padding-top: 12px;
  position: relative;
}
.shift-template-wizard .rule-set-container .rs-header .form-group .float-label,
.shift-template-wizard .rule-set-container .rs-header .control-group .float-label {
  left: 10px;
}
.shift-template-wizard .rule-set-container .rs-header .form-control {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 10px;
}
.shift-template-wizard .rule-set-container .rs-header .action-container {
  position: absolute;
  right: 6px;
  top: 10px;
}
.shift-template-wizard .rule-set-container .rs-content {
  padding: 0 10px 10px 10px;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule {
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-heading-collapsed {
  display: flex;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading {
  cursor: pointer;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading-collapsed {
  display: flex;
  justify-content: space-between;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading-expanded {
  display: none;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading.collect-heading .rule-desc .rule-col.rule-source {
  flex-basis: 30%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading.collect-heading .rule-desc .rule-col.rule-action {
  flex-basis: 12%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .panel-heading.collect-heading .rule-desc .rule-col.rule-formula {
  flex-basis: 50%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-number {
  border: 1px solid #999;
  color: #444;
  padding: 1px 8px;
  margin-right: 10px;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc {
  display: flex;
  width: 433px;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col {
  margin: 3px 10px 0 0;
  flex-basis: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col.rule-source {
  flex: 0 0 26%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col.rule-action {
  flex: 0 0 8%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col.rule-formula {
  flex: 5 1 40%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col.rule-target {
  flex: 0 0 26%;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col span.rule-value {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-desc .rule-col span.rule-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 11px;
  line-height: 12px;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-action {
  margin-left: auto;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule .rule-action .btn {
  min-width: 30px;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule.active {
  margin: 8px 0;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
  border-left: 2px solid #1c90ec;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule.active:first-child {
  margin-top: 0;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule.active .panel-heading {
  border-bottom: 1px solid #e0e0e0;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule.active .panel-heading-collapsed {
  display: none;
}
.shift-template-wizard .rule-set-container .rs-content .panel-rule.active .panel-heading-expanded {
  display: flex;
  justify-content: space-between;
}
.shift-template-wizard .form-footer > div {
  display: inline-block;
}
.shift-template-wizard .form-footer > div #form_validate {
  color: #fff;
  background-color: #34495e;
  border-color: #2b3c4e;
  color: white;
  background-color: #1abc9c;
}
.shift-template-wizard .form-footer > div #form_validate:hover,
.shift-template-wizard .form-footer > div #form_validate:focus,
.shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.active,
.open .dropdown-toggle.shift-template-wizard .form-footer > div #form_validate {
  color: #fff;
  background-color: #253544;
  border-color: #151e26;
}
.shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.active,
.open .dropdown-toggle.shift-template-wizard .form-footer > div #form_validate {
  background-image: none;
}
.shift-template-wizard .form-footer > div #form_validate.disabled,
.shift-template-wizard .form-footer > div #form_validate[disabled],
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate,
.shift-template-wizard .form-footer > div #form_validate.disabled:hover,
.shift-template-wizard .form-footer > div #form_validate[disabled]:hover,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:hover,
.shift-template-wizard .form-footer > div #form_validate.disabled:focus,
.shift-template-wizard .form-footer > div #form_validate[disabled]:focus,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:focus,
.shift-template-wizard .form-footer > div #form_validate.disabled:active,
.shift-template-wizard .form-footer > div #form_validate[disabled]:active,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.disabled.active,
.shift-template-wizard .form-footer > div #form_validate[disabled].active,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate.active {
  background-color: #34495e;
  border-color: #2b3c4e;
}
.shift-template-wizard .form-footer > div #form_validate .badge {
  color: #34495e;
  background-color: #fff;
}
.shift-template-wizard .form-footer > div #form_validate:hover,
.shift-template-wizard .form-footer > div #form_validate:focus,
.shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.active,
.open .dropdown-toggle.shift-template-wizard .form-footer > div #form_validate {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.active,
.open .dropdown-toggle.shift-template-wizard .form-footer > div #form_validate {
  background: #16a085;
  border-color: #16a085;
}
.shift-template-wizard .form-footer > div #form_validate.disabled,
.shift-template-wizard .form-footer > div #form_validate[disabled],
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate,
.shift-template-wizard .form-footer > div #form_validate.disabled:hover,
.shift-template-wizard .form-footer > div #form_validate[disabled]:hover,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:hover,
.shift-template-wizard .form-footer > div #form_validate.disabled:focus,
.shift-template-wizard .form-footer > div #form_validate[disabled]:focus,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:focus,
.shift-template-wizard .form-footer > div #form_validate.disabled:active,
.shift-template-wizard .form-footer > div #form_validate[disabled]:active,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate:active,
.shift-template-wizard .form-footer > div #form_validate.disabled.active,
.shift-template-wizard .form-footer > div #form_validate[disabled].active,
fieldset[disabled] .shift-template-wizard .form-footer > div #form_validate.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.shift-template-wizard .list-errors {
  clear: both;
  background: none;
  padding: 15px 0 0 0;
  color: #dc143c;
  border: none;
}
.shift-template-wizard .list-errors li {
  line-height: 13px;
  font-size: 13px;
  padding-bottom: 3px;
}
.shift-template-wizard .list-errors li .glyphicon {
  top: 3px;
}
.shift-template-wizard .list-errors li span {
  margin-right: 3px;
}
.shift-template-wizard #contribution-blocks-container .portlet {
  padding: 20px 0;
}
.shift-template-wizard #contribution-blocks-container .form-group,
.shift-template-wizard #contribution-blocks-container .control-group {
  margin-top: 16px;
}
.shift-template-wizard #contribution-blocks-container .form-group .select2-container--bootstrap,
.shift-template-wizard #contribution-blocks-container .control-group .select2-container--bootstrap {
  width: auto !important;
  display: block;
}
.shift-template-wizard #contribution-blocks-container .form-group .help-block,
.shift-template-wizard #contribution-blocks-container .control-group .help-block {
  font-size: 12px;
}
.shift-template-wizard #contribution-blocks-container .btn-default {
  background-color: #eee;
}
.shift-template-wizard #contribution-blocks-container .btn-default.btn-add-rule {
  background-color: #fff;
  text-transform: none;
  padding: 5px 30px;
  font-size: 12px;
  height: auto;
}
.shift-template-wizard .modal-dialog .formula-group .btn-group {
  top: -10px;
}
.shift-template-wizard .formula-group {
  margin: 12px 0;
  padding: 0;
  position: relative;
}
.shift-template-wizard .formula-group .formula-display {
  display: none;
  border-bottom: 1px solid #e6e6e6;
}
.shift-template-wizard .formula-group .formula-display label {
  margin-bottom: 0;
}
.shift-template-wizard .formula-group.has-help-block .formula-display {
  border-bottom: none;
}
.shift-template-wizard .formula-group.has-help-block .formula-display .help-block {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
}
.shift-template-wizard .formula-group .formula-edit {
  display: block;
}
.shift-template-wizard .formula-group .collapsed .formula-display {
  display: block;
}
.shift-template-wizard .formula-group .collapsed .formula-edit {
  display: none;
}
.shift-template-wizard .formula-group .formula {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.shift-template-wizard .formula-group .btn-group {
  position: absolute;
  right: 0;
  top: 10px;
}
.shift-template-wizard .formula-group .btn-group .btn {
  border: 1px solid #c1c1c1;
  padding: 8px 14px;
}
.shift-template-wizard .formula-group .btn-group .btn:hover {
  background: #e7e7e7;
  text-decoration: none;
}
.shift-template-wizard .formula-group.collapsed > .element,
.shift-template-wizard .formula-group.collapsed > .components,
.shift-template-wizard .formula-group.collapsed > .toolbar {
  display: none !important;
}
.shift-template-wizard .formula-group.collapsed .label {
  display: block !important;
  visibility: visible !important;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.shift-template-wizard .formula-group.collapsible .label {
  color: #999;
  display: none;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}
.shift-template-wizard .formula-group label {
  color: #999;
  font-size: 16px;
  position: inherit;
  top: 0;
}
.shift-template-wizard .formula-group .ui-droppable {
  outline: 1px dashed #d9d9d9;
  outline-offset: -3px;
  background: #f9f9f9;
  display: flex;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.shift-template-wizard .formula-group .ui-droppable.ui-droppable-hover {
  outline-offset: -6px;
  outline-color: #c8dadf;
  background-color: #c8ffff;
  border-radius: 4px;
}
.shift-template-wizard .formula-group.editing > .element .edit-visible {
  display: table-cell !important;
}
.shift-template-wizard .formula-group .formula-edit > .element {
  min-height: 65px !important;
  padding: 10px;
  background: #f9f9f9;
  flex-wrap: wrap;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-highlight {
  min-height: 36px;
  min-width: 100px;
  outline: 1px dashed #999;
}
.shift-template-wizard .formula-group .formula-edit > .element .edit-visible {
  display: none !important;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container {
  min-height: 36px;
  border: 1px solid #c5c5c5;
  margin: 0px 10px 5px 0;
  position: relative;
  border-radius: 4px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element {
  position: relative;
  display: table;
  border-collapse: separate;
  padding: 1px;
  min-width: 38px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element input.form-control {
  border: none;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element.block .element-container {
  width: 100%;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element .ui-droppable {
  min-width: 100px;
  min-height: 36px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element .placeholder {
  white-space: nowrap;
  vertical-align: middle;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element .placeholder span {
  z-index: 2;
  margin-left: -1px;
  color: #333;
  background-color: transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container .element .element-remove button {
  z-index: 2;
  margin-left: -1px;
  color: #333;
  background-color: transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .element {
  display: flex;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .element .select2-container--bootstrap {
  width: auto !important;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .element .select2-container--bootstrap .select2-selection,
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .element .select2-selection--single .select2-selection__rendered {
  min-width: 150px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .element .form-control {
  border-bottom: none;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.variable .select2-container--bootstrap .select2-selection {
  border-bottom: none;
  height: 33px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.function .element {
  display: flex;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.function .element .arguments {
  display: flex;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.function .element.if > .element {
  width: 100%;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.function .element.min > .element {
  width: 100%;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.operator {
  width: auto;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.operator .element {
  z-index: 2;
  margin-left: -1px;
  color: #333;
  background-color: transparent;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.operator .element .element-remove button {
  padding: 0 0 0 13px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.constant input {
  border: none;
  background: #f9f9f9;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.percent-of {
  min-width: 352px;
  padding-right: 2px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.percent-of > .element {
  width: auto;
  min-width: 352px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.percent-of > .element .block {
  display: table-cell;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.parenthesis {
  min-width: 205px;
}
.shift-template-wizard .formula-group .formula-edit > .element .element-container.parenthesis > .element .block {
  min-width: 150px;
  display: table-cell;
}
.shift-template-wizard .formula-group .components {
  background: #d1d8dc;
  height: 36px;
  padding: 2px 10px;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shift-template-wizard .formula-group .components .component {
  background: #eaedf4;
  padding: 1px 6px;
  cursor: move;
  margin-right: 4px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 11px;
}
.shift-template-wizard .formula-group .components .component.ui-draggable-dragging {
  background: #dfe2e9;
}
.shift-template-wizard .formula-group .components .formula-builder-validation {
  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;
  color: #ced4da;
}
.shift-template-wizard .formula-group .components .formula-builder-validation.pull-left {
  margin-right: .3em;
}
.shift-template-wizard .formula-group .components .formula-builder-validation.pull-right {
  margin-left: .3em;
}
.shift-template-wizard .formula-group .components .formula-builder-validation:before {
  content: "\f058";
}
.shift-template-wizard .formula-group .components .formula-builder-validation.formula-invalid {
  color: #C91D02;
}
.shift-template-wizard .formula-group .components .formula-builder-validation.formula-valid {
  color: #27A453;
}
.shift-template-wizard .portlet.light > .portlet-title > .actions .btn-default {
  color: #484848;
  background-color: #e0e0e0;
}
.shift-template-wizard .portlet > .portlet-title {
  border-bottom: 3px solid #eeeeee;
}
.shift-template-wizard .portlet > .portlet-title .btn {
  font-size: 13px;
}
.shift-template-wizard .side-item .item-actions {
  float: right;
}
.shift-template-wizard .side-item .item-actions .btn-default {
  background: none;
  min-width: 0;
  padding: 4px 10px;
}
.shift-template-wizard .side-item .item-actions .btn-default:hover {
  background: #e1e1e8;
}
.shift-template-wizard .side-item .sub {
  text-transform: uppercase;
  font-size: 8px;
}
.shift-template-wizard .actions .select2-container--bootstrap {
  display: inline-block;
}
.shift-template-wizard .modal.in .modal-dialog {
  max-width: 580px;
}
.shift-template-wizard .modal .modal-content {
  border: 0;
  border-radius: 0;
}
.shift-template-wizard .modal .modal-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.shift-template-wizard .modal .modal-body {
  padding: 20px;
}
.shift-template-wizard .modal .panel {
  background: #f9f9f9;
  margin-bottom: 10px;
}
.shift-template-wizard .modal .panel .panel-heading {
  padding: 4px 0 0 4px;
}
.shift-template-wizard .modal .panel .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.shift-template-wizard .modal .panel .panel-body {
  padding: 4px 8px 0 8px;
}
.shift-template-wizard .modal .panel .panel-body .row {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.shift-template-wizard .modal .panel .panel-body .pmd-textfield-floating-label label {
  position: initial;
}
.shift-template-wizard .modal-backdrop.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #fff;
}
.shift-template-wizard .x-button {
  color: #e74c3c;
}
.shift-template-wizard .e-button {
  color: #259b24;
}
.shift-template-wizard .md-form .btn {
  text-transform: none;
}
.shift-template-wizard .md-form .row {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.shift-template-wizard .md-form .form-group,
.shift-template-wizard .md-form .control-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
.shift-template-wizard .md-form .form-group .help-block,
.shift-template-wizard .md-form .control-group .help-block {
  position: inherit;
  font-size: 12px;
}
.shift-template-wizard .column-side-bar .select2-container--bootstrap .select2-selection {
  border-color: #66afe9;
}
.shift-template-wizard #metrics-sidebar .select2-container--bootstrap {
  display: inline-block;
}
.shift-template-wizard #metrics-sidebar .portlet-title {
  border-bottom: 10px;
  border-bottom: 3px solid #eeeeee;
}
.shift-template-wizard .pmd-textfield > select {
  visibility: hidden;
}
.shift-template-wizard .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.shift-template-wizard .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td span {
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.shift-template-wizard .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td a[data-action] {
  padding: 0;
}
.shift-template-wizard .form-group-criteria > label {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  position: inherit;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 6px;
}
.shift-template-wizard .column-picker {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.shift-template-wizard .column-picker .columns {
  width: 100%;
}
.shift-template-wizard .column-picker .new-column-dropdown {
  width: 20px;
}
.shift-template-wizard .column-picker .new-column-dropdown .btn-link,
.shift-template-wizard .column-picker .new-column-dropdown .btn-cancel {
  padding: 10px 0 0 0;
  min-width: 20px;
  border: none;
}
.shift-template-wizard .col-value {
  min-width: 150px;
}
.shift-template-wizard .col-value .form-group,
.shift-template-wizard .col-value .control-group {
  margin: 3px 0 0 0;
}
.shift-template-wizard .col-value .form-group .float-label,
.shift-template-wizard .col-value .control-group .float-label {
  font-size: 12px;
}
.shift-template-wizard .criteria-builder {
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
}
.shift-template-wizard .criteria-builder > .cb-root > .cb-container > .cb-header > .cb-logic > .cb-del {
  display: none;
}
.shift-template-wizard .criteria-builder .cb-container .cb-operation {
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 0 3px 3px;
  font-size: 13px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header {
  background: #f9f9f9;
  padding-right: 3px;
  border-bottom: 1px solid #f0f0f0;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header .select2-container--bootstrap .select2-selection__rendered {
  height: 22px;
  font-size: 12px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header .select2-container--bootstrap .select2-selection {
  border-bottom: none;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header .cb-logic {
  float: right;
  float: right !important;
  min-width: 125px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header .cb-logic .btn-xs {
  font-size: 9px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-header .select2-container--bootstrap {
  display: inline-block;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content {
  padding-left: 1px;
  margin-left: 6px;
  border-left: 2px solid #e1e1e1;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-content .cb-col-criteria .col-columns .column-picker {
  width: 170px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-content .cb-col-criteria .col-columns .column-picker .columns {
  width: 150px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-content .cb-content .cb-col-criteria .col-operator .select2-container--bootstrap {
  width: 130px !important;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria {
  padding: 15px 6px;
  display: flex;
  justify-content: space-between;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  line-height: 16px;
  top: -10px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .select2-container--bootstrap .select2-selection {
  font-size: 12px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .pmd-textfield-floating-label label {
  font-size: 12px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria:nth-child(odd) {
  background-color: #f9f9f9;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .placeholder {
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 6px 6px 0;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 1px 3px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-columns .column-picker {
  width: 195px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-columns .column-picker .columns {
  width: 170px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value {
  min-width: 140px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value .form-group,
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value .control-group {
  margin-top: 3px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value .form-group input.form-control,
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value .control-group input.form-control {
  min-width: 100%;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-value .select2-container--bootstrap {
  width: 100% !important;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-remove {
  width: 35px;
  margin-left: auto;
  order: 4;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .cb-col-criteria .col-remove .btn {
  min-width: 20px;
  padding: 10px 0px;
}
.shift-template-wizard .criteria-builder .cb-container .cb-content .form-group.pmd-textfield,
.shift-template-wizard .criteria-builder .cb-container .cb-content .control-group.pmd-textfield {
  margin: 0;
}
.shift_template-v3-verify-review {
  background: #f3f3f4;
}
.shift_template-v3-verify-review .text-muted {
  color: #34495e;
}
.shift_template-v3-verify-review .log-table .info {
  color: #3498db;
}
.shift_template-v3-verify-review .log-table .warning {
  color: #f1c40f;
}
.shift_template-v3-verify-review .log-table .error {
  color: #e74c3c;
}
.shift_template-v3-verify-review .nav-v3-tabs {
  padding-bottom: 20px;
}
.shift_template-v3-verify-review .log-btn-group .btn.selected {
  background: #3272c5;
  color: white;
}
.shift_template-v3-verify-review .log-btn-group .btn {
  color: black;
}
.shift_template-v3-verify-review .popover {
  min-width: 350px;
  max-width: none;
}
.shift_template-v3-verify-review .close {
  visibility: hidden;
}
.shift_template-v3-verify-edit #global-errors-container {
  max-height: 200px;
  overflow: auto;
}
.shift_template-v3-verify-edit #global-errors-container > li {
  color: #e74c3c;
}
.shift_template-v3-verify-edit #global-errors-container > li:hover {
  color: #d62c1a;
}
a.shift_template-v3-verify-edit #global-errors-container > li:hover {
  color: #b93d30;
}
.shift_template-v3-verify-edit .editable {
  cursor: pointer;
}
.shift_template-v3-verify-edit .editable:hover {
  text-decoration: underline;
}
.shift_template-v3-verify-edit .editable.editing {
  cursor: auto;
}
.shift_template-v3-verify-edit .editable.editing:hover {
  text-decoration: none;
}
.shift_template-v3-verify-edit .editable.overridden {
  font-weight: bold;
  color: #0b89fe;
}
.shift_template-v3-verify-edit .editable.overridden > i {
  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;
}
.shift_template-v3-verify-edit .editable.overridden > i.pull-left {
  margin-right: .3em;
}
.shift_template-v3-verify-edit .editable.overridden > i.pull-right {
  margin-left: .3em;
}
.shift_template-v3-verify-edit .editable.overridden > i:before {
  content: "\f06a";
}
.shift_template-v3-verify-edit .editable.flagged > em {
  color: #e74c3c;
  position: absolute;
  margin-left: 3px;
}
.shift_template-v3-verify-edit .editable.flagged.greater-than-max > em {
  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;
  top: 13px;
}
.shift_template-v3-verify-edit .editable.flagged.greater-than-max > em.pull-left {
  margin-right: .3em;
}
.shift_template-v3-verify-edit .editable.flagged.greater-than-max > em.pull-right {
  margin-left: .3em;
}
.shift_template-v3-verify-edit .editable.flagged.greater-than-max > em:before {
  content: "\f0de";
}
.shift_template-v3-verify-edit .editable.flagged.less-than-min > em {
  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;
  top: 8px;
}
.shift_template-v3-verify-edit .editable.flagged.less-than-min > em.pull-left {
  margin-right: .3em;
}
.shift_template-v3-verify-edit .editable.flagged.less-than-min > em.pull-right {
  margin-left: .3em;
}
.shift_template-v3-verify-edit .editable.flagged.less-than-min > em:before {
  content: "\f0dd";
}
.shift_template-v3-verify-edit .editable.danger {
  background: #f2dede !important;
  color: #e74c3c;
}
.shift_template-v3-verify-edit .editable.danger:hover {
  color: #d62c1a;
}
a.shift_template-v3-verify-edit .editable.danger:hover {
  color: #b93d30;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item {
  padding: 0;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item label {
  padding: 0 0 0 8px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  float: left;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span {
  display: inline-block;
  width: 180px;
  cursor: pointer;
  padding: 6px 0 0 6px;
  height: 34px;
  line-height: 24px;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .form-group,
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .control-group {
  margin: 0;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .form-group .input-group-addon,
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .control-group .input-group-addon {
  padding: 0px 8px;
}
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .form-group .form-control,
.shift_template-v3-verify-edit .panel.metrics-panel .list-group-item span .control-group .form-control {
  line-height: 1;
  padding: 0px 12px;
  height: 25px;
}
.shift_template-v3-verify-edit .panel.hasErrors .panel-heading {
  color: #e74c3c;
}
.shift_template-v3-verify-edit .panel.hasErrors .panel-heading:hover {
  color: #d62c1a;
}
a.shift_template-v3-verify-edit .panel.hasErrors .panel-heading:hover {
  color: #b93d30;
}
.shift_template-v3-verify-edit .panel .panel-heading {
  background: linear-gradient(to bottom, #e7f3f9 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
}
.shift_template-v3-verify-edit .panel .nav-tabs > li.contains-errors a {
  color: #e74c3c;
}
.shift_template-v3-verify-edit .panel .nav-tabs > li.contains-errors a:hover {
  color: #d62c1a;
}
a.shift_template-v3-verify-edit .panel .nav-tabs > li.contains-errors a:hover {
  color: #b93d30;
}
.shift_template-v3-verify-edit .panel .nav-tabs > li.contains-errors.active a {
  border-color: #d62c1a;
}
.shift_template-v3-verify-edit .panel .table tr.contains-errors td:first-child {
  border-left: 2px solid #d62c1a;
}
.shift_template-v3-verify-edit .panel .table.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #e7f3f9;
}
.shift_template-v3-verify-edit .panel .table tr td {
  position: relative;
}
.shift_template-v3-verify-edit .panel .table tr td button {
  position: absolute;
  right: 0;
  top: 6px;
  background: none;
}
.shift_template-v3-verify-edit .panel .table tr td button[rel="info-btn"] {
  top: 4px;
  right: auto;
  left: 80px;
}
.shift_template-v3-verify-edit .panel .table tr td.min {
  font-weight: bold;
  color: #0b89fe;
}
.shift_template-v3-verify-edit .panel .table tr td.editing {
  padding: 0px;
  vertical-align: middle;
}
.shift_template-v3-verify-edit .panel .table tr td.editing .btn {
  display: none !important;
}
.shift_template-v3-verify-edit .panel .table tr td .form-group,
.shift_template-v3-verify-edit .panel .table tr td .control-group {
  margin: 0;
  position: absolute;
  top: 6px;
}
.shift_template-v3-verify-edit .panel .table tr td .form-group .input-group,
.shift_template-v3-verify-edit .panel .table tr td .control-group .input-group {
  width: 100%;
}
.shift_template-v3-verify-edit .panel .table tr td .form-group .input-group .input-group-addon,
.shift_template-v3-verify-edit .panel .table tr td .control-group .input-group .input-group-addon {
  padding: 0px 4px;
}
.shift_template-v3-verify-edit .panel .table tr td .form-group .input-group .form-control,
.shift_template-v3-verify-edit .panel .table tr td .control-group .input-group .form-control {
  width: 100px;
  height: 30px;
  padding: 8px 6px;
}
.shift_template-v3-verify-edit .tooltip.top .tooltip-arrow {
  border-top-color: #E7E7E7;
}
.shift_template-v3-verify-edit .tooltip.top .tooltip-inner {
  background-color: #E7E7E7;
  text-align: left;
  border-radius: 0;
  color: #000;
}
.shift_template-v3-verify-edit .tooltip.top .tooltip-inner ul {
  padding-left: 0;
  list-style: none;
}
.shift_template-v3-verify-edit #snackbar {
  min-width: 450px;
  background-color: #d62c1a;
}
.shift_template-v3-verify-edit #snackbar .glyphicon {
  margin-right: 3px;
}
.shift_template-v3-verify-edit #info-modal .modal-dialog {
  width: 75%;
}
.shift_template-v3-verify-edit #info-modal .div-scrollable {
  max-height: 500px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .shift-center .shift-list .group-list .group.default_group .group-header > div.group-overview .shift-title {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .shift-center .shift-list .group-list .group.default_group .group-header > div.group-overview .shift-title {
    width: 179px;
  }
}
/*********SHIFT CHECKOUT*********/
@media (max-width: 767px) {
  .shift_list .alert.alert-danger-alt {
    font-size: 14px;
  }
  .shift_list .alert.alert-danger-alt .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 9px;
    line-height: 1.083;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  .shift_list .page-header {
    padding-left: 0;
    padding-right: 0;
  }
  .shift_list .page-header h2 {
    font-size: 20px;
    display: block;
  }
  .shift_list .page-header .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 9px;
    line-height: 1.083;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  .shift_list .page-header .pull-right {
    float: none !important;
  }
  .shift_list .shift-list .group-list .group.default_group {
    height: 60px;
  }
  .shift_list .shift-list .list-header-titles {
    display: none;
  }
  .shift_list .shift-list .group-list {
    min-width: 100%;
  }
  .shift_list .shift-list .group-list .group-header {
    display: block;
    table-layout: auto;
    height: 60px;
    position: relative;
  }
  .shift_list .shift-list .group-list .group-header > div {
    display: block;
    width: auto;
    float: left;
  }
  .shift_list .shift-list .group-list .group-header .group-overview {
    width: 100%;
    height: 25px;
  }
  .shift_list .shift-list .group-list .group-header .group-overview .group-name {
    font-size: 16px;
    line-height: 20px;
  }
  .shift_list .shift-list .group-list .group-header .shift-date-start {
    font-size: 12px;
    padding-left: 12px;
  }
  .shift_list .shift-list .group-list .group-header .shift-date-at {
    font-size: 12px;
  }
  .shift_list .shift-list .group-list .group-header .group-options {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .shift_list .shift-list .group-list .group-header .group-options .dropdown-toggle > span.lbl {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shift_closeout .list-group .list-group-item.employee-list-item .employee-info .employee-name {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .shift_closeout .list-group .list-group-item.employee-list-item .employee-info .employee-name {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shift_setup .container .user-select-list,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list {
    padding: 12px 8px;
  }
  .shift_setup .container .user-select-list .list-search .form-group .list-search-input,
  .shift_setup .container .user-select-list .list-search .control-group .list-search-input,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-search .form-group .list-search-input {
    font-size: 12px;
  }
  .shift_setup .container .user-select-list .list-group > a.employee-list-item,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-group > a.employee-list-item {
    padding: 6px;
  }
  .shift_setup .container .user-select-list .list-group > a.employee-list-item .employee-data .employee-item-img,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-group > a.employee-list-item .employee-data .employee-item-img {
    width: 30px;
    height: 30px;
  }
  .shift_setup .container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info {
    width: 120px;
  }
  .shift_setup .container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info .employee-name,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info .employee-name {
    width: 120px;
    font-size: 14px;
  }
  .shift_setup .container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info .employee-tags,
  .shift_setup .shift-payout .payout-overview.affix .affix-container .user-select-list .list-group > a.employee-list-item .employee-data .employee-info .employee-tags {
    font-size: 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .user-select-list .list-group > a.employee-list-item .employee-info .employee-name {
    width: 200px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .shift-reopen .shift-authorization form fieldset {
    display: table;
    width: 100%;
  }
  .shift-reopen .shift-authorization form fieldset > div {
    display: table-cell;
    vertical-align: top;
  }
  .shift-reopen .shift-authorization form fieldset .form-group,
  .shift-reopen .shift-authorization form fieldset .control-group {
    width: 46%;
    padding-right: 16px;
  }
  .shift-reopen .shift-authorization form fieldset div:not([class]) {
    vertical-align: middle;
    text-align: right;
  }
}
@media (max-width: 992px) {
  body.shift_closeout_summary .portlet.light .portlet-body {
    max-width: 100%;
    padding: 0;
  }
  body.shift_closeout_summary .portlet.light .portlet-body .group-list {
    min-width: auto;
  }
}
@media (max-width: 769px) {
  body.shift_closeout_summary .portlet.light .portlet-body .panel-body {
    max-width: 100%;
    overflow: auto;
  }
  body.shift-v2-edit-data-sets {
    overflow-x: hidden;
  }
  body.shift-v2-edit-data-sets .tab-pane {
    overflow-x: auto;
  }
  body.shift-v2-edit-data-sets .tab-pane md-table-container {
    min-width: 660px;
    word-wrap: break-word;
  }
  body.shift-v2-edit-data-sets .tab-pane md-table-container .row-col-num {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .shift_simple_edit .form-container .form-content .group-list,
  .shift_simple_create .form-container .form-content .group-list {
    min-width: auto;
  }
  .shift_simple_edit .form-container .form-content .group-list .group .group-header .group-input .employee-classification,
  .shift_simple_create .form-container .form-content .group-list .group .group-header .group-input .employee-classification {
    text-align: left;
    float: none;
    display: block;
    padding-left: 10px;
    width: 100%;
  }
  .shift_simple_edit .form-container .form-content .group-list .group .group-header .group-input .employee-amount-input,
  .shift_simple_create .form-container .form-content .group-list .group .group-header .group-input .employee-amount-input {
    padding: 6px 0 0 10px;
  }
  .shift_simple_edit .form-container .form-content .group-list .group .group-header .group-input .employee-amount-input .input-group,
  .shift_simple_create .form-container .form-content .group-list .group .group-header .group-input .employee-amount-input .input-group {
    width: 100%;
    float: none;
  }
  .shift_simple_edit .form-container .form-content .grouptype-individual .group-overview .employee-info,
  .shift_simple_create .form-container .form-content .grouptype-individual .group-overview .employee-info {
    padding-left: 8px;
  }
  .shift_simple_edit .form-container .form-content .grouptype-individual .group-overview .employee-info img,
  .shift_simple_create .form-container .form-content .grouptype-individual .group-overview .employee-info img {
    float: left;
  }
  .shift_simple_edit .form-container .form-content .grouptype-individual .group-overview .employee-info .employee-name,
  .shift_simple_create .form-container .form-content .grouptype-individual .group-overview .employee-info .employee-name {
    font-size: 12px;
    margin-left: 47px;
    display: block;
    line-height: 20px;
  }
  .shift_simple_edit .form-container .form-content #addemployee-selector,
  .shift_simple_create .form-container .form-content #addemployee-selector {
    padding: 0 0 6px 0;
  }
  .shift_simple_edit .form-container .form-content .create-shift-form .form-group,
  .shift_simple_create .form-container .form-content .create-shift-form .form-group,
  .shift_simple_edit .form-container .form-content .create-shift-form .control-group,
  .shift_simple_create .form-container .form-content .create-shift-form .control-group {
    padding-left: 35px;
  }
  .shift_simple_edit .form-container .form-content .create-shift-form .form-group.shift_distributions_form_group,
  .shift_simple_create .form-container .form-content .create-shift-form .form-group.shift_distributions_form_group,
  .shift_simple_edit .form-container .form-content .create-shift-form .control-group.shift_distributions_form_group,
  .shift_simple_create .form-container .form-content .create-shift-form .control-group.shift_distributions_form_group {
    padding-left: 0;
  }
  .shift_simple_edit .form-container .form-content .create-shift-form .form-group #shift_title,
  .shift_simple_create .form-container .form-content .create-shift-form .form-group #shift_title,
  .shift_simple_edit .form-container .form-content .create-shift-form .control-group #shift_title,
  .shift_simple_create .form-container .form-content .create-shift-form .control-group #shift_title {
    width: 100%;
  }
  .shift_simple_edit .form-container .form-content .create-shift-form .form-group #shift_start_at_wrapper,
  .shift_simple_create .form-container .form-content .create-shift-form .form-group #shift_start_at_wrapper,
  .shift_simple_edit .form-container .form-content .create-shift-form .control-group #shift_start_at_wrapper,
  .shift_simple_create .form-container .form-content .create-shift-form .control-group #shift_start_at_wrapper {
    width: 100%;
  }
  .shift_simple_edit .form-container .form-content .create-shift-form .field-item .step .badge,
  .shift_simple_create .form-container .form-content .create-shift-form .field-item .step .badge {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .shift_simple_edit .form-container .form-content .group-totals,
  .shift_simple_create .form-container .form-content .group-totals {
    width: 200px;
    float: right;
  }
  .shift_simple_edit .form-container .form-content .group-totals dl.dl-horizontal dt,
  .shift_simple_create .form-container .form-content .group-totals dl.dl-horizontal dt {
    float: left;
    clear: left;
    width: 160px;
  }
}
.checkout .checkout-info-row .avatar {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
.checkout .page-header .bottom:before,
.checkout .page-header .top:before,
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  content: " ";
  display: table;
}
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  clear: both;
}
.checkout .page-header .bottom:before,
.checkout .page-header .top:before,
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  content: " ";
  display: table;
}
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  clear: both;
}
.checkout .page-header .bottom:before,
.checkout .page-header .top:before,
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  clear: both;
}
.checkout .page-header .bottom:before,
.checkout .page-header .top:before,
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout .page-header .bottom:after,
.checkout .page-header .top:after {
  clear: both;
}
.checkout .page-header .top h1 {
  float: left;
}
.checkout .page-header .top .shift-employee {
  line-height: 30px;
  float: right;
}
.checkout .page-header .bottom h5.title {
  float: right;
}
.checkout .page-header .shift-info {
  height: 40px;
  position: relative;
  width: 50%;
  text-align: right;
}
.checkout .page-header .shift-info .shift-employee,
.checkout .page-header .shift-info h5 {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 14px;
}
.checkout .page-header .shift-info .shift-employee {
  line-height: 30px;
  bottom: 20px;
}
.checkout .input-group span,
.checkout .input-group input {
  font-size: 18px;
}
.checkout .checkout-info-row {
  padding: 0 0 30px 0;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e9ec;
}
.checkout .checkout-info-row h2 {
  margin: 0;
  line-height: 50px;
}
body.shift_checkout-start.quick-checkout .page-header .btn-back {
  display: none !important;
}
body.shift_checkout-start .page-header {
  position: relative;
}
body.shift_checkout-start .page-header .btn-back {
  position: absolute;
  top: 50%;
  right: 10px;
}
body.shift_checkout-start .well {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  min-width: 320px;
}
body.shift_checkout-start .well .list-group {
  margin: 0;
}
body.shift_checkout-start .well .list-group .list-group-item {
  padding: 0;
  height: 60px;
}
body.shift_checkout-start .well .list-group .list-group-item:before,
body.shift_checkout-start .well .list-group .list-group-item:after {
  content: " ";
  display: table;
}
body.shift_checkout-start .well .list-group .list-group-item:after {
  clear: both;
}
body.shift_checkout-start .well .list-group .list-group-item:before,
body.shift_checkout-start .well .list-group .list-group-item:after {
  content: " ";
  display: table;
}
body.shift_checkout-start .well .list-group .list-group-item:after {
  clear: both;
}
body.shift_checkout-start .well .list-group .list-group-item:before,
body.shift_checkout-start .well .list-group .list-group-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.shift_checkout-start .well .list-group .list-group-item:after {
  clear: both;
}
body.shift_checkout-start .well .list-group .list-group-item:before,
body.shift_checkout-start .well .list-group .list-group-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.shift_checkout-start .well .list-group .list-group-item:after {
  clear: both;
}
body.shift_checkout-start .well .list-group .list-group-item:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.shift_checkout-start .well .list-group .list-group-item.list-group-header {
  background: #ecf0f1;
  text-align: center;
  margin-top: 16px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.shift_checkout-start .well .list-group .list-group-item.list-group-header:first-child {
  margin-top: 0;
}
body.shift_checkout-start .well .list-group .list-group-item.list-group-header .title {
  padding: 0;
  color: #333;
  font-size: 24px;
}
body.shift_checkout-start .well .list-group .list-group-item .title {
  display: inline-block;
  line-height: 60px;
  color: #3498db;
  font-size: 18px;
  padding-left: 16px;
}
body.shift_checkout-start .well .list-group .list-group-item i {
  position: absolute;
  color: #2980b9;
  width: 16px;
  height: 60px;
  top: 0;
  right: 16px;
}
body.shift_checkout-start .well .list-group .list-group-item i:before {
  vertical-align: middle;
  line-height: 60px;
}
body.shift_checkout-start .text-center {
  margin-top: 25px;
}
.quick-checkout .content-footer {
  padding-top: 6px;
  text-align: center;
}
.quick-checkout .content-footer,
.quick-checkout .content-footer a {
  font-size: 12px;
}
.checkout-step1 h3 {
  border-bottom: 1px solid #e7e9ec;
  padding-bottom: 10px;
}
.checkout-step1 .user-select {
  padding: 10px 25px 10px 10px;
}
.checkout-step1 .shiftcheckout-sales-input-container {
  position: relative;
}
.checkout-step1 .shiftcheckout-sales-input-container .previous-amount {
  display: block;
  text-align: right;
  color: #550000;
  right: 5px;
  top: 38px;
  position: absolute;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group,
.checkout-step1 .shiftcheckout-sales-input-container .control-group {
  margin-bottom: 20px;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group > label,
.checkout-step1 .shiftcheckout-sales-input-container .control-group > label {
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group > div,
.checkout-step1 .shiftcheckout-sales-input-container .control-group > div {
  float: right;
  width: 35%;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group > div input,
.checkout-step1 .shiftcheckout-sales-input-container .control-group > div input {
  text-align: right;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group > .form-control,
.checkout-step1 .shiftcheckout-sales-input-container .control-group > .form-control {
  float: right;
  width: 35%;
  text-align: right;
}
.checkout-step1 .shiftcheckout-sales-input-container .form-group.has-error .help-block,
.checkout-step1 .shiftcheckout-sales-input-container .control-group.has-error .help-block {
  float: none;
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
  padding-top: 5px;
}
.checkout-step1 .shiftcheckout-sales-input-container.calculated {
  border-top: 2px solid #999;
  margin: 5px 0;
}
.checkout-step1 .shiftcheckout-sales-input-container.calculated .data-value {
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.4;
}
.checkout-step2 .group-list .group .group-header .group-input .group-input-field .input-group input {
  text-align: right;
}
.checkout-step2 .group-checkout-user .previous-amount {
  display: block;
  font-size: 14px;
  margin-left: 370px;
}
.checkout-step2 .group-input .help-block {
  color: #5e0000;
}
.checkout-step2 .group-checkout-user .dl-horizontal dt .avatar,
.checkout-step2 .group-checkout-user .dl-horizontal dt span {
  line-height: 1;
  float: left;
}
.checkout-step2 .group-checkout-user .dl-horizontal dt .avatar small,
.checkout-step2 .group-checkout-user .dl-horizontal dt span small {
  font-style: italic;
  display: block;
}
.checkout-step2 .group-checkout-user .dl-horizontal dt .avatar {
  margin-right: 4px;
}
.checkout-step2 .group-checkout-user .dl-horizontal dd {
  line-height: 40px;
}
.data-column table > tbody > tr > th,
.data-column table > tbody > tr > td {
  border-top: 0;
  padding: 1px;
}
.data-column table > tbody .flag-row td {
  padding: 0 0 10px;
  line-height: 1;
}
.data-column table > tbody .flag-row-value td,
.data-column table > tbody .flag-row-value th {
  padding: 1px 0 0 1px;
}
.checkout-step3 #cash-container {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.checkout-step3 #cash-container #cash-input label {
  display: inline;
  font-weight: bold;
}
.checkout-step3 #cash-container #cash-input label .help-block {
  display: inline;
  font-weight: normal;
}
.checkout-step3 #cash-container .cash-info {
  font-size: 12px;
  margin: 5px 0;
  font-weight: normal;
}
.checkout-step3 #notes-container {
  margin-top: 15px;
}
.checkout-step3 .data-column h3 {
  margin-top: 0;
}
.checkout-step3 .data-column.sales-tips {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.checkout-step3 .data-column.tip-ditribution {
  padding-left: 30px;
}
.checkout-step3 .data-column dl {
  font-size: 18px;
}
.checkout-step3 .data-column dl dt,
.checkout-step3 .data-column dl dd {
  line-height: 26px;
}
.checkout-step3 .data-column dl dt {
  width: 270px;
  overflow: visible;
  text-overflow: auto;
  white-space: normal;
}
.checkout-step3 .optional-inputs {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.checkout-step3 .optional-inputs .btn {
  width: 200px;
  margin-right: 10px;
}
.checkout-step3 .form-group .infield-icon,
.checkout-step3 .control-group .infield-icon {
  top: 20px;
}
.checkout-complete h1,
.checkout-complete h3,
.checkout-complete .form-actions {
  text-align: center;
}
.checkout-complete h1,
.checkout-complete h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkout-complete h1 {
  margin-top: 100px;
  font-size: 70px;
  color: #005d76;
}
.checkout-complete h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom: 40px;
}
.checkout-complete .form-actions .btn {
  margin: 0 4px;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a {
  display: block;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 img,
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 span.value-verified {
  margin-right: 6px;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 .employee-name {
  color: #333;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a h4 small {
  color: #333;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a > i.collapse-icon {
  float: right;
  line-height: 40px !important;
  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;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a > i.collapse-icon.pull-left {
  margin-right: .3em;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a > i.collapse-icon.pull-right {
  margin-left: .3em;
}
.shift_checkout_list #checkout-list .panel-checkout .panel-heading a > i.collapse-icon:before {
  content: "\f078";
}
.shift_checkout_list #checkout-list .panel-checkout.active .panel-heading a > i.collapse-icon {
  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;
}
.shift_checkout_list #checkout-list .panel-checkout.active .panel-heading a > i.collapse-icon.pull-left {
  margin-right: .3em;
}
.shift_checkout_list #checkout-list .panel-checkout.active .panel-heading a > i.collapse-icon.pull-right {
  margin-left: .3em;
}
.shift_checkout_list #checkout-list .panel-checkout.active .panel-heading a > i.collapse-icon:before {
  content: "\f077";
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  content: " ";
  display: table;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  clear: both;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  content: " ";
  display: table;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  clear: both;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  clear: both;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:before,
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions:after {
  clear: both;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions dl dt {
  float: left;
  font-size: 14px;
}
.shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions .sales .value-verified {
  line-height: 1;
  display: block;
}
.notes {
  margin-top: 10px;
}
.notes .note .author {
  float: left;
  font-size: 14px;
  margin-right: 8px;
  line-height: 30px;
}
.notes .note .author img {
  float: left;
  margin-right: 3px;
}
.notes .note .note-body {
  display: inline-block;
}
@media (max-width: 767px) {
  #zenbox_tab {
    display: none !important;
  }
  .checkout .page-header {
    margin: 0 0 16px 0;
    padding: 0;
    color: #fff;
    border-bottom: 0;
  }
  .checkout .page-header .top {
    background: #50c1e9;
    padding: 10px;
  }
  .checkout .page-header .top h1 {
    float: left;
    width: 100px;
  }
  .checkout .page-header .top .shift-employee {
    float: right;
  }
  .checkout .page-header .top .shift-employee .avatar {
    width: 26px;
    height: 26px;
  }
  .checkout .page-header .bottom {
    background: #3baeda;
  }
  .checkout .page-header .bottom h5 {
    background: #3baeda;
    padding: 5px 0 5px 10px;
  }
  .checkout .page-header .bottom h5.title {
    background: #2aa7d7;
    float: right;
    padding: 5px 10px 5px 5px;
  }
  .checkout .page-header .tn-logo {
    width: 25px;
    height: 30px;
  }
  .checkout .page-header h1 {
    font-size: 24px;
    width: 48%;
    line-height: 26px;
  }
  .checkout .page-header h1 small {
    display: block;
  }
  .checkout .page-header .shift-info {
    height: 65px;
  }
  .checkout .page-header .shift-info .shift-employee {
    white-space: nowrap;
    bottom: 35px;
  }
  .checkout .page-header .shift-info .shift-employee .avatar {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .shift_checkout_list #checkout-list .panel-checkout .sales-and-distributions .sales,
  .shift_checkout_list #checkout-list .panel-checkout .sales-and-distributions .distributions {
    width: 48%;
  }
  .shift_checkout_list #checkout-list .panel-checkout .sales-and-distributions .sales {
    float: left;
  }
  .shift_checkout_list #checkout-list .panel-checkout .sales-and-distributions .distributions {
    float: right;
  }
}
@media (max-width: 767px) {
  .checkout-step1 .shiftcheckout-sales-input-container .form-group > label,
  .checkout-step1 .shiftcheckout-sales-input-container .control-group > label {
    float: none;
    display: block;
    width: 100%;
  }
  .checkout-step1 .shiftcheckout-sales-input-container .form-group .input-group,
  .checkout-step1 .shiftcheckout-sales-input-container .form-group .form-control,
  .checkout-step1 .shiftcheckout-sales-input-container .control-group .input-group,
  .checkout-step1 .shiftcheckout-sales-input-container .control-group .form-control {
    float: none;
    width: 100%;
  }
  .checkout-step1 .shiftcheckout-sales-input-container.calculated .form-group,
  .checkout-step1 .shiftcheckout-sales-input-container.calculated .control-group {
    text-align: right;
  }
  .checkout-step1 .shiftcheckout-sales-input-container .previous-amount {
    top: 86px;
  }
}
@media (max-width: 767px) {
  body.shift_checkout-start .container,
  body.shift_checkout-start .shift-payout .payout-overview.affix .affix-container {
    padding: 0;
  }
  body.shift_checkout-start .well {
    background: transparent;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: none;
    width: 100%;
    border: none;
  }
  body.shift_checkout-start .well .list-group .list-group-item.list-group-header .title {
    font-size: 18px;
  }
  .checkout-step3,
  .checkout-step2,
  .checkout-step1 {
    padding: 0;
  }
  .checkout-step3 .step3-container,
  .checkout-step2 .step3-container,
  .checkout-step1 .step3-container,
  .checkout-step3 #group-containers,
  .checkout-step2 #group-containers,
  .checkout-step1 #group-containers {
    padding: 16px 6px;
  }
  .checkout-step3 .step3-container .row,
  .checkout-step2 .step3-container .row,
  .checkout-step1 .step3-container .row,
  .checkout-step3 .step1form .row,
  .checkout-step2 .step1form .row,
  .checkout-step1 .step1form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-step3 .step3-container .row .data-column,
  .checkout-step2 .step3-container .row .data-column,
  .checkout-step1 .step3-container .row .data-column,
  .checkout-step3 .step1form .row .data-column,
  .checkout-step2 .step1form .row .data-column,
  .checkout-step1 .step1form .row .data-column {
    padding: 0;
  }
  .checkout-step1 .form-footer {
    padding-left: 5px;
    padding-right: 5px;
  }
  .checkout-step2 .group-list {
    min-width: 100px;
  }
  .checkout-step2 .group-list .group {
    clear: both;
  }
  .checkout-step2 .group-list .group.group-add .group-header {
    height: auto;
  }
  .checkout-step2 .group-list .group.group-add .group-header .btn {
    margin: 0 auto;
  }
  .checkout-step2 .group-list .group.group-totals {
    padding: 0;
    border-bottom: none;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal {
    float: none !important;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:before,
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    content: " ";
    display: table;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:before,
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    content: " ";
    display: table;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:before,
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:before,
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal dt,
  .checkout-step2 .group-list .group.group-totals .dl-horizontal dd {
    width: 48%;
    display: inline-block;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal dd {
    float: right;
    text-align: right;
    margin-left: 0;
  }
  .checkout-step2 .group-list .group .group-header {
    height: auto;
  }
  .checkout-step2 .group-list .group .group-header .group-overview {
    width: 100%;
    height: 40px;
    padding: 4px 8px 0 8px;
    position: relative;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-name {
    font-size: 18px;
    color: #333;
    padding-left: 0;
    line-height: 30px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-name i {
    display: none;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img {
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    border: 2px solid #2980b9;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.default {
    width: 40px;
    height: 40px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.lg {
    width: 90px;
    height: 90px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.xl {
    width: 120px;
    height: 120px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.md {
    width: 60px;
    height: 60px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.sm {
    width: 30px;
    height: 30px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-images img.xs {
    width: 20px;
    height: 20px;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .group-users {
    display: none;
  }
  .checkout-step2 .group-list .group .group-header .group-overview .open-group {
    float: none;
    position: absolute;
    top: 6px;
    right: 8px;
  }
  .checkout-step2 .group-list .group .group-header .group-input {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
    float: none;
    text-align: center;
    display: block;
  }
  .checkout-step2 .group-list .group .group-header .group-content {
    display: none;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member .status {
    position: absolute;
    right: 8px;
    top: 13px;
    font-size: 24px;
    color: #bdc3c7;
    width: 21px;
    height: 24px;
    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;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member .status.pull-left {
    margin-right: .3em;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member .status.pull-right {
    margin-left: .3em;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member .status:before {
    content: "\f055";
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member.selected-member {
    background: #dde4e6;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member.selected-member img {
    border: 2px solid #2980b9;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member.selected-member .status {
    color: #2980b9;
  }
  .checkout-step2 .group-list .group.group-selectable .group-content .distrubution-group .group-member.selected-member .status:before {
    content: "\f05d";
  }
  .checkout-step2 .group-list .group.expanded .group-header {
    height: 40px;
  }
  .checkout-step2 .group-list .group.expanded .group-header .group-input {
    display: none;
  }
  .checkout-step2 .group-list .group.expanded .group-content {
    background: #f8f9fa;
    padding: 0 0 10px 0;
  }
  .checkout-step2 .group-list .group.expanded .group-content .group-content-header {
    display: none;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group {
    margin-bottom: 10px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member {
    background: #f8f8f8;
    cursor: pointer;
    margin: 0;
    padding: 10px 15px;
    border: none;
    height: 50px;
    float: none;
    width: 100%;
    position: relative;
    display: block;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:before,
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    content: " ";
    display: table;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:before,
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    content: " ";
    display: table;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:before,
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:before,
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:after {
    clear: both;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member:hover {
    background: #ecf0f1;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img {
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.default {
    width: 40px;
    height: 40px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.lg {
    width: 90px;
    height: 90px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.xl {
    width: 120px;
    height: 120px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.md {
    width: 60px;
    height: 60px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.sm {
    width: 30px;
    height: 30px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member img.xs {
    width: 20px;
    height: 20px;
  }
  .checkout-step2 .group-list .group.expanded .group-content .distrubution-group .group-member span {
    height: 30px;
    color: #798795;
    font-size: 14px;
    margin: 1px 0 0 0;
    font-weight: normal;
    line-height: 14px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header {
    height: 110px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview {
    height: 50px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector {
    width: 100%;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-select {
    padding-left: 0;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected .profile-name {
    padding-left: 0;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected .change {
    position: absolute;
    right: 8px;
    top: 6px;
    display: block;
    width: 16px;
    height: 16px;
    color: #2980b9;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img {
    position: absolute;
    right: 30px;
    top: 2px;
    display: block;
    width: 34px;
    height: 34px;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.default {
    width: 40px;
    height: 40px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.lg {
    width: 90px;
    height: 90px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.xl {
    width: 120px;
    height: 120px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.md {
    width: 60px;
    height: 60px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.sm {
    width: 30px;
    height: 30px;
  }
  .checkout-step2 .group-list .group.group-input-select .group-header .group-overview .profile-selector .profile-selected img.xs {
    width: 20px;
    height: 20px;
  }
  .checkout-step2 .group-list .group.selected .group-header .group-overview .open-group {
    display: none;
  }
  .checkout-step2 .group-list .group.selected .group-header .group-overview .change {
    position: absolute;
    right: 8px;
    top: 6px;
    display: block;
    width: 16px;
    height: 16px;
    color: #2980b9;
  }
  .checkout-step2 .group-list .group.selected .group-header .group-overview .group-images {
    position: absolute;
    right: 30px;
    top: 2px;
    display: block;
    width: 34px;
    height: 34px;
  }
  .checkout-step3 .data-column.sales-tips {
    border-right: 0;
    padding-right: 15px;
  }
  .checkout-step3 .data-column.tip-ditribution {
    padding-left: 15px;
  }
  .checkout-step3 .data-column .dl-horizontal dt {
    float: left;
    width: 182px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .checkout-step3 .optional-inputs .optional-toggle span {
    display: block;
    margin-top: 10px;
  }
  .checkout-step3 .shift-authorization .pin-authorization label {
    font-size: 20px;
  }
  .shift_checkout_list .popover {
    max-width: 225px;
  }
  .shift_checkout_list .popover .popover-header {
    background: none;
    border-bottom: none;
  }
  .shift_checkout_list .page-header {
    padding-left: 0;
    padding-right: 0;
  }
  .shift_checkout_list .page-header h2 {
    font-size: 20px;
  }
  .shift_checkout_list .table > thead > tr > th,
  .shift_checkout_list .table > tbody > tr > td {
    border-top: 0;
  }
  .shift_checkout_list .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 9px;
    line-height: 1.083;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  .shift_checkout_list #checkout-list .panel-checkout .checkout-details .sales-and-distributions .altered {
    float: none;
    display: block;
  }
  .shift_checkout_list #checkout-list .panel-checkout .employee-name {
    font-size: 16px;
  }
}
/* For iphone vertical: */
@media screen and (max-width: 320px) {
  .shift_checkout-start .well {
    padding: 0 10px;
  }
  .checkout-step2 .group-list .group .group-header .group-input .group-input-field {
    max-width: 155px;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal dt {
    width: 58%;
  }
  .checkout-step2 .group-list .group.group-totals .dl-horizontal dd {
    width: 40%;
  }
  .checkout-step3 .data-column .dl-horizontal dt {
    width: 192px;
  }
}
i.status {
  color: #95a5a6;
}
i.status.active {
  color: #27ae60;
}
.employee-list-wrapper .legend {
  padding-top: 50px;
}
.label.method-not-found {
  background-color: #c0392b;
}
.label.method-pending-activation {
  background-color: #e74c3c;
}
.label.method-opted-out {
  background-color: #2ecc71;
}
.label.method-inactive {
  background-color: #b93000;
}
.label.outstanding-earnings {
  background-color: #d35400;
}
.label.inactive-profile {
  background-color: #e67e22;
}
.label.incomplete-profile {
  background-color: #f1c40f;
}
.label.disabled-employee {
  background-color: #95a5a6;
}
.label.registration-not-sent {
  background: #b93000;
}
.label.registration-send-failed {
  background: #B90005;
}
.label.registration-sent,
.label.registration-printed {
  background: #f1cd05;
}
.label.disabled {
  background: #777;
}
.label.active,
.label.payments-ok {
  background-color: #2ecc71;
}
.employee-show {
  background: #f5f5f5;
}
.employee-show .employee-main-info {
  padding: 0 15px 15px 15px;
}
.employee-show .employee-main-info > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.employee-show .employee-main-info > h2 small {
  font-size: 50%;
}
.employee-show .employee-main-info .status {
  margin-bottom: 15px;
}
.employee-show .employee-main-info .info-stat {
  font-size: 14px;
  padding-left: 18px;
  width: 100%;
}
.employee-show .employee-main-info .info-stat small {
  color: #777777;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  font-size: 60%;
}
.employee-show .employee-main-info .info-stat span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  max-width: 200px;
}
.employee-show .tip-data-info {
  padding: 15px 0;
  background: #f3f3f4;
}
.employee-show .tip-data-info .ibox {
  margin-bottom: 0;
}
.form-payout-outstanding {
  width: 320px;
  margin: 0 auto;
}
.bar-main-container {
  margin: 0;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFF;
}
.wrap {
  padding: 8px;
}
.bar-percentage {
  float: left;
  background: rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 0px;
  width: 6%;
  height: 36px;
  text-align: center;
}
.bar-container {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.13);
  width: 93%;
  margin: 13px auto;
  overflow: hidden;
}
.bar {
  float: left;
  background: #FFF;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* COLORS */
.azure {
  background: #38B1CC;
}
.emerald {
  background: #2CB299;
}
.violet {
  background: #8E5D9F;
}
.yellow {
  background: #EFC32F;
}
.red {
  background: #E44C41;
}
.employee-import-review .tooltip-inner,
.payout-create .tooltip-inner {
  max-width: 450px;
  min-width: 350px;
}
.employee-import-review table.md-table,
.payout-create table.md-table {
  margin-bottom: 0;
}
.employee-import-review md-card-title-text .table,
.payout-create md-card-title-text .table {
  width: auto;
  margin: 8px 0 0 0;
}
.employee-import-review md-card-title-text .table > thead > tr > th,
.payout-create md-card-title-text .table > thead > tr > th {
  padding: 0;
  border: 0;
  line-height: 1;
  color: #757575;
  line-height: 20px;
  font-size: 81.25%;
  font-weight: normal;
  min-width: 100px;
  text-align: center;
}
.employee-import-review md-card-title-text .table > tbody,
.payout-create md-card-title-text .table > tbody {
  border: 0;
}
.employee-import-review md-card-title-text .table > tbody tr > td,
.payout-create md-card-title-text .table > tbody tr > td {
  border-top: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.employee-import-review md-card-title-text .btn-link,
.payout-create md-card-title-text .btn-link,
.employee-import-review md-card-title-text .btn-cancel,
.payout-create md-card-title-text .btn-cancel {
  margin: 16px 0 0 0;
}
.employee-import-review .md-table-header .md-toolbar-tools .md-title,
.payout-create .md-table-header .md-toolbar-tools .md-title {
  margin-top: 15px;
}
.employee-import-review .md-table-header th.amount-owed-col,
.payout-create .md-table-header th.amount-owed-col {
  width: 110px;
  text-align: right !important;
}
.employee-import-review .md-table-header th.earnings-total-col,
.payout-create .md-table-header th.earnings-total-col {
  width: 200px;
  text-align: right !important;
}
.employee-import-review .md-table-header th.md-employee-col,
.payout-create .md-table-header th.md-employee-col {
  width: 210px;
}
.employee-import-review .md-table-header th.md-payment-cat-col,
.payout-create .md-table-header th.md-payment-cat-col {
  width: 150px;
  padding: 0 !important;
}
.employee-import-review md-table-container,
.payout-create md-table-container {
  max-height: 510px;
}
.employee-import-review .md-cell-method,
.payout-create .md-cell-method {
  width: 360px;
  padding-right: 20px !important;
}
.employee-import-review .md-cell-method select,
.payout-create .md-cell-method select {
  max-width: 250px;
}
.employee-import-review .md-cell-method button.btn-xs,
.payout-create .md-cell-method button.btn-xs {
  padding: 0 5px;
}
.employee-import-review .md-cell-employee,
.payout-create .md-cell-employee {
  width: 210px;
}
.employee-import-review .md-cell-employee a img,
.payout-create .md-cell-employee a img {
  display: inline-block;
  margin: 2px 3px 12px 0;
  float: left;
}
.employee-import-review .md-cell-cat,
.payout-create .md-cell-cat {
  padding-right: 0 !important;
  width: 150px;
}
.employee-import-review .md-head th.md-column.md-numeric,
.payout-create .md-head th.md-column.md-numeric {
  text-align: left;
}
.employee-import-review .md-head th.md-column,
.payout-create .md-head th.md-column {
  background: #f9f9f9;
}
.employee-import-review .md-cell-override,
.payout-create .md-cell-override {
  width: 90px;
  padding: 0px !important;
  text-align: center !important;
}
.employee-import-review .md-cell-override .md-checkbox,
.payout-create .md-cell-override .md-checkbox {
  text-align: center;
  margin: 10px 0 2px 0;
}
.employee-import-review .md-cell-override .md-checkbox label,
.payout-create .md-cell-override .md-checkbox label {
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.employee-import-review .md-cell-override .md-checkbox label span,
.payout-create .md-cell-override .md-checkbox label span {
  left: auto;
  right: auto;
  margin-bottom: 0;
  margin-left: -5px;
}
.employee-import-review .md-cell-earnings,
.payout-create .md-cell-earnings {
  text-align: right !important;
}
.employee-import-review .md-cell-amount,
.payout-create .md-cell-amount {
  font-weight: bold;
  padding-top: 10px !important;
  vertical-align: top !important;
}
.employee-import-review .loading-container,
.payout-create .loading-container {
  padding: 0;
}
.employee-import-review .loading-container .progress,
.payout-create .loading-container .progress {
  margin: 0;
  height: 2px;
  background-color: #bbdefb;
}
.employee-import-review .loading-container .progress .indeterminate,
.payout-create .loading-container .progress .indeterminate {
  background-color: #2196f3;
}
.employee-import-review .md-card-horizontal.md-card-form table,
.payout-create .md-card-horizontal.md-card-form table {
  margin: 7px 0 0 0;
}
.employee-import-review .md-card-horizontal.md-card-form md-card-title-text,
.payout-create .md-card-horizontal.md-card-form md-card-title-text {
  height: auto;
}
.employee-import-review .md-card-horizontal.md-card-form md-card-title-text .table > thead > tr > th,
.payout-create .md-card-horizontal.md-card-form md-card-title-text .table > thead > tr > th {
  font-size: 14px;
  min-width: 150px;
}
.employee-import-review .md-card-horizontal.md-card-form md-card-title-text .table > tbody tr > td,
.payout-create .md-card-horizontal.md-card-form md-card-title-text .table > tbody tr > td {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.employee-import-review .md-card-horizontal.md-card-form #finished,
.payout-create .md-card-horizontal.md-card-form #finished {
  padding-top: 11px;
  padding-bottom: 21px;
  overflow: hidden;
}
.employee-import-review .md-card-horizontal.md-card-form #finished .btn,
.payout-create .md-card-horizontal.md-card-form #finished .btn {
  float: right;
  line-height: 41px;
  height: auto;
}
.employee-import-review .md-card-horizontal.md-card-form #submit-container,
.payout-create .md-card-horizontal.md-card-form #submit-container {
  padding-top: 10px;
  padding-bottom: 6px;
}
.employee-import-review .md-card-horizontal.md-card-form #submit-container .form-group,
.payout-create .md-card-horizontal.md-card-form #submit-container .form-group,
.employee-import-review .md-card-horizontal.md-card-form #submit-container .control-group,
.payout-create .md-card-horizontal.md-card-form #submit-container .control-group {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.employee-import-review .md-card-horizontal.md-card-form #submit-container .btn,
.payout-create .md-card-horizontal.md-card-form #submit-container .btn {
  float: right;
  line-height: 41px;
  height: auto;
}
.employee-import-review .md-card-horizontal.md-card-form #submit-container .alert,
.payout-create .md-card-horizontal.md-card-form #submit-container .alert {
  background-color: #fff;
  border-color: #fff;
  color: #dc143c;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 0;
}
.employee-import-review .result-container,
.payout-create .result-container {
  padding: 0;
}
.employee-import-review .result-container .alert,
.payout-create .result-container .alert {
  margin: 0;
  color: #fff;
  border: 0;
}
.employee-import-review .result-container .alert i,
.payout-create .result-container .alert i {
  margin-right: 10px;
}
.employee-import-review .result-container .alert.alert-success,
.payout-create .result-container .alert.alert-success {
  background: #26A69A;
}
.employee-import-review md-card.pending-container md-card-title-text,
.payout-create md-card.pending-container md-card-title-text,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container md-card-title-text,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container md-card-title-text {
  height: 64px;
}
.employee-import-review md-card.pending-container .md-subhead p,
.payout-create md-card.pending-container .md-subhead p,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container .md-subhead p,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container .md-subhead p {
  font-size: 14px;
  margin: 6px 0 0 0;
}
.employee-import-review md-card.pending-container.corp-context .md-store-col,
.payout-create md-card.pending-container.corp-context .md-store-col,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-store-col,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-store-col {
  pading-left: 5px !important;
  padding-right: 0 !important;
}
.employee-import-review md-card.pending-container.corp-context .md-employee-col,
.payout-create md-card.pending-container.corp-context .md-employee-col,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-employee-col,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-employee-col {
  pading-left: 5px !important;
  padding-right: 30px !important;
}
.employee-import-review md-card.pending-container.corp-context .md-payment-col,
.payout-create md-card.pending-container.corp-context .md-payment-col,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-payment-col,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-payment-col {
  pading-left: 5px !important;
  padding-right: 50px !important;
}
.employee-import-review md-card.pending-container.corp-context .md-cell-store,
.payout-create md-card.pending-container.corp-context .md-cell-store,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-cell-store,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-cell-store {
  padding: 0 37px !important;
}
.employee-import-review md-card.pending-container.corp-context .md-cell-employee,
.payout-create md-card.pending-container.corp-context .md-cell-employee,
.employee-import-review .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-cell-employee,
.payout-create .shift-template-wizard .criteria-builder .cb-container.pending-container.corp-context .md-cell-employee {
  padding: 0 30px !important;
  max-width: 220px !important;
}
.employee-import-review table.md-table td.md-cell {
  font-size: 12px;
}
.employee-import-review table.md-table td.md-cell.link-row {
  padding-top: 8px;
}
.employee-import-review table.md-table td.md-cell.link-row > label {
  line-height: 1.5;
  font-size: 12px;
}
.employee-import-review table .md-row .status-col {
  width: 60px !important;
  padding: 0 0 0 8px !important;
}
.employee-import-review table .md-row .id-col {
  width: 90px;
  padding: 0 3px !important;
}
.employee-import-review table .md-row .name-col {
  width: 138px;
  padding: 0 0 0 3px !important;
}
.employee-import-review table .md-row .email-col {
  width: 192px;
  padding: 0 0 0 3px !important;
}
.employee-import-review table .md-row .username-col {
  padding: 0 0 0 3px !important;
  width: 145px;
}
.employee-import-review table .md-row .phone-col {
  padding: 0 0 0 3px !important;
  width: 105px;
}
.employee-import-review table .md-row .pos-col {
  width: 65px !important;
  padding: 0 0 0 3px !important;
}
.employee-import-review table .md-row .ns-col {
  padding: 0 0 0 3px !important;
  width: 174px;
}
.employee-import-review table .md-row .link-col {
  width: 300px;
  padding: 5px 0 5px 3px !important;
}
.employee-import-review md-table-container {
  max-height: none;
  overflow: visible;
}
.employee-import-review .popover-header {
  display: none !important;
}
.employee-list {
  background: #f5f5f5;
}
.employee-list .alert-new-registrations .btn {
  float: right;
}
.employee-list .page-header .btn-group > .dropdown-menu {
  margin-top: 0;
}
.employee-list .portlet.light > .portlet-title > .form-actions {
  padding: 0;
}
.employee-list #employee_filter_payment_status {
  width: 225px;
  max-width: 300px;
}
.employee-list form.filterForm {
  width: 100%;
  padding: 0;
  margin: 0;
}
.employee-list form.filterForm .form-group,
.employee-list form.filterForm .control-group {
  vertical-align: top;
  margin-right: 10px;
}
.employee-list form.filterForm .search-filters-container {
  float: left;
}
.employee-list form.filterForm .search-filters-container .form-group,
.employee-list form.filterForm .search-filters-container .control-group {
  display: none;
}
.employee-list form.filterForm .filter-dropdown {
  float: right;
}
.employee-list form.filterForm fieldset {
  display: inline-block;
  float: left;
  margin-right: 8;
}
.employee-list form.filterForm fieldset .form-group > label,
.employee-list form.filterForm fieldset .control-group > label {
  display: none;
}
.employee-list form.filterForm fieldset .form-group > label.checkbox,
.employee-list form.filterForm fieldset .control-group > label.checkbox {
  display: block;
  padding-left: 25px;
  margin-top: 8px;
}
.employee-list form.filterForm fieldset .form-group #employee_filter_pos_ref_id,
.employee-list form.filterForm fieldset .control-group #employee_filter_pos_ref_id {
  width: 100px;
}
.employee-list form.filterForm fieldset .form-group .form-control,
.employee-list form.filterForm fieldset .control-group .form-control {
  padding: 5px 8px;
  max-width: 145px;
}
.employee-list form.filterForm fieldset .form-group .form-control::placeholder,
.employee-list form.filterForm fieldset .control-group .form-control::placeholder {
  font-size: 12px;
}
.employee-list .employee-list-actions {
  text-align: right;
}
.employee-list table.table-employee-list > thead > tr > th.total-earnings-col {
  width: 80px;
}
.employee-list table.table-employee-list > thead > tr > th.arrow-col {
  width: 20px;
}
.employee-list table.table-employee-list > thead > tr > th.reg-status-col {
  width: 90px;
}
.employee-list .container table > tbody > tr,
.employee-list .shift-payout .payout-overview.affix .affix-container table > tbody > tr {
  cursor: pointer;
}
.employee-list .container table > tbody > tr .btn-arrow,
.employee-list .shift-payout .payout-overview.affix .affix-container table > tbody > tr .btn-arrow {
  padding: 0 0 0 2px;
}
.employee-list .container table a.employee-info,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info {
  display: block;
  position: relative;
}
.employee-list .container table a.employee-info:hover,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info:hover {
  text-decoration: none;
}
.employee-list .container table a.employee-info img,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info img {
  margin-right: 8px;
  float: left;
}
.employee-list .container table a.employee-info .employee-displayname,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info .employee-displayname {
  color: #2c3e50;
  display: block;
  line-height: 20px;
}
.employee-list .container table a.employee-info .employee-id,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info .employee-id {
  color: #333;
}
.employee-list .container table a.employee-info .status,
.employee-list .shift-payout .payout-overview.affix .affix-container table a.employee-info .status {
  position: absolute;
  left: 29px;
  top: -2px;
}
.employee-list .container table td.ids div span,
.employee-list .shift-payout .payout-overview.affix .affix-container table td.ids div span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  width: 150px;
}
.employee-list .container table td.actions,
.employee-list .shift-payout .payout-overview.affix .affix-container table td.actions {
  padding-right: 15px;
}
.employee-list .container table td.actions .dropdown,
.employee-list .shift-payout .payout-overview.affix .affix-container table td.actions .dropdown {
  float: right;
}
.btn-employee-list-group .dropdown-menu > li > a {
  text-align: left;
}
@media (max-width: 450px) {
  .employee-list .alert-new-registrations .btn {
    margin-top: 5px;
    display: block;
    float: none;
  }
}
.modal-body .btn-back-to-list {
  display: none !important;
}
.modal-body .employeeCvsUploadForm fieldset legend {
  display: none !important;
}
.modal-body .employee-info {
  margin-bottom: 32px;
}
.create-link {
  min-height: 200px;
}
.create-link .form-actions > h3 {
  display: none;
}
.create-link .portlet-title {
  padding-bottom: 6px;
}
.create-link #create-employee-link-form > fieldset > legend {
  display: none;
}
.create-link #create-employee-link-form > fieldset > div {
  display: block;
  float: left;
  margin-right: 8px;
}
.create-link #create-employee-link-form > fieldset > div > label {
  display: none;
}
.create-link #create-employee-link-form > fieldset > div input {
  height: 35px;
}
.create-link #found-profile {
  height: 53px;
  text-align: left;
}
.create-link .portlet-body .page-header {
  margin-top: 0;
  padding-bottom: 6px;
}
.send-registration-form .form-group,
.send-registration-form .control-group {
  margin-right: 5px;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.send-registration-form .form-group #form_send,
.send-registration-form .control-group #form_send {
  margin-bottom: 2px;
}
.userPermissionsForm .control-group {
  margin: 0 20px;
}
.userPermissionsForm .user-row h4 {
  display: inline-block;
}
.userPermissionsForm .multiselect-wrapper > button.multiselect {
  width: 100%;
}
table.table-payoutevent > tbody > tr > th {
  border-top: 0;
  text-align: right;
  font-size: 11px;
}
/***   EMPLOYEE STUFF        ****/
.employee-grant_access .form-group label,
.employee-grant_access .control-group label {
  display: block;
}
.modal-body .employee-create-container legend {
  display: none !important;
}
.employee-list .employee-create-container .form-group,
.employee-list .employee-create-container .control-group {
  margin-bottom: 5px;
}
.employee-list .employee-create-container .form-group label,
.employee-list .employee-create-container .control-group label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.75;
}
.employee-list .employee-create-container .form-group label > span,
.employee-list .employee-create-container .control-group label > span {
  font-weight: Normal;
  font-size: 12px;
}
.employee-list .employee-create-container .form-group:nth-child(9),
.employee-list .employee-create-container .control-group:nth-child(9) {
  margin-bottom: 0;
  clear: both;
}
.employee-list .employee-create-container .form-group:nth-child(9) > label.optional,
.employee-list .employee-create-container .control-group:nth-child(9) > label.optional {
  display: none;
}
.employee-list .employee-create-container .form-group:nth-child(2n+1),
.employee-list .employee-create-container .control-group:nth-child(2n+1) {
  clear: none;
}
.employee-list .employee-create-container .form-footer {
  margin-top: 0;
}
.employee-list .employee-create-container input[type="submit"] {
  float: right;
  clear: both;
}
.employee-list .employee-create-container .checkbox {
  clear: both;
}
#profile-creation-tabs {
  margin-bottom: 10px;
}
.group-add #addEmployeeLink {
  height: 42px;
  line-height: 42px;
}
.employee-create-container .input-group-btn:last-child > .btn {
  height: 42px;
}
.employee-create-container .enroll-fields {
  clear: both;
}
.employee-create-container .enrollment-field.has-error .help-block {
  margin-top: -15px;
}
.employee-create-container .street-row .street {
  width: 70%;
}
.employee-create-container .street-row .apt-suite {
  width: 26%;
}
.employee-create-container .name-row .firstname,
.employee-create-container .name-row .lastname {
  width: 41%;
}
.employee-create-container .name-row .middlename {
  width: 12%;
}
.employee-create-container .user-roles .bt-select-dropdown select {
  line-height: 38px;
  height: 38px;
}
.employee-create-container .form-group,
.employee-create-container .control-group {
  width: 49%;
  margin-top: 0px;
  display: inline-block;
}
.employee-create-container .form-group.form-employee-id,
.employee-create-container .control-group.form-employee-id {
  clear: both;
}
.employee-create-container .form-group:nth-child(odd),
.employee-create-container .control-group:nth-child(odd) {
  clear: both;
}
.employee-create-container .form-group.ssn-row,
.employee-create-container .form-group.netspend-row,
.employee-create-container .control-group.ssn-row,
.employee-create-container .control-group.netspend-row {
  width: 98%;
  display: block;
}
.employee-create-container .form-group.ssn-row .input-group input,
.employee-create-container .form-group.netspend-row .input-group input,
.employee-create-container .control-group.ssn-row .input-group input,
.employee-create-container .control-group.netspend-row .input-group input {
  border-right: none;
}
.employee-create-container .form-group.ssn-row .input-group input:focus,
.employee-create-container .form-group.netspend-row .input-group input:focus,
.employee-create-container .control-group.ssn-row .input-group input:focus,
.employee-create-container .control-group.netspend-row .input-group input:focus {
  border-color: #bdc3c7;
}
.employee-create-container .form-group.ssn-row .input-group a,
.employee-create-container .form-group.netspend-row .input-group a,
.employee-create-container .control-group.ssn-row .input-group a,
.employee-create-container .control-group.netspend-row .input-group a {
  line-height: 40px;
}
.employee-create-container .form-group.ssn-row .input-group a.enabled,
.employee-create-container .form-group.netspend-row .input-group a.enabled,
.employee-create-container .control-group.ssn-row .input-group a.enabled,
.employee-create-container .control-group.netspend-row .input-group a.enabled {
  background-color: #2980b9;
  color: #fff;
}
.employee-create-container .form-group.ssn-row .input-group a.enabled:hover,
.employee-create-container .form-group.netspend-row .input-group a.enabled:hover,
.employee-create-container .control-group.ssn-row .input-group a.enabled:hover,
.employee-create-container .control-group.netspend-row .input-group a.enabled:hover {
  color: #fff;
  background-color: #3498db;
}
.employee-create-container .form-group.ssn-row .input-group a.enabled:active,
.employee-create-container .form-group.netspend-row .input-group a.enabled:active,
.employee-create-container .control-group.ssn-row .input-group a.enabled:active,
.employee-create-container .control-group.netspend-row .input-group a.enabled:active {
  background-color: #2980b9;
}
.employee-create-container .form-group.ssn-row .input-group a.disabled,
.employee-create-container .form-group.netspend-row .input-group a.disabled,
.employee-create-container .control-group.ssn-row .input-group a.disabled,
.employee-create-container .control-group.netspend-row .input-group a.disabled {
  background: #fff;
  opacity: 1;
  color: #fff;
  border-color: #bdc3c7;
}
.employee-create-container .form-group > label[for="create_employee_profile_disabled"],
.employee-create-container .control-group > label[for="create_employee_profile_disabled"] {
  display: none !important;
}
.employee-create-container .agree-user > label {
  font-weight: bold;
}
.employee-create-container .agree-user > label .help-block {
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .employee-list .employee-create-container .form-group,
  .employee-list .employee-create-container .control-group {
    width: 100%;
  }
  .employee-list .employee-create-container .form-footer {
    padding: 16px 0;
  }
  .employee-list .modal.in .modal-dialog {
    max-width: 360px;
    margin: 16px auto;
  }
  .employee-list .modal.in .modal-dialog .modal-body {
    padding: 12px;
  }
}
@media (max-width: 1199px) {
  body.employee-list > .container,
  body.employee-list > .shift-payout .payout-overview.affix .affix-container {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  body.employee-list > .container .employee-list-wrapper .portlet-body table tbody td,
  body.employee-list > .shift-payout .payout-overview.affix .affix-container .employee-list-wrapper .portlet-body table tbody td {
    word-break: break-word;
  }
}
@media (max-width: 890px) {
  body.employee-list > .container .employee-list-wrapper .portlet,
  body.employee-list > .shift-payout .payout-overview.affix .affix-container .employee-list-wrapper .portlet {
    padding: 12px 5px 15px 5px;
  }
  body.employee-list > .container .employee-list-wrapper .portlet-body,
  body.employee-list > .shift-payout .payout-overview.affix .affix-container .employee-list-wrapper .portlet-body {
    min-width: 800px;
  }
  body.employee-list.modal-open .container .employee-list-wrapper .portlet-body,
  body.employee-list.modal-open .shift-payout .payout-overview.affix .affix-container .employee-list-wrapper .portlet-body {
    overflow: hidden;
    min-width: 100%;
  }
}
.profile-creation-options {
  min-height: 125px;
  text-align: center;
}
.profile-creation-options .btn-existing-content {
  display: inline-block;
  height: 56px;
  vertical-align: top;
}
.duplicate-container .avatar {
  margin-right: 3px;
}
.duplicate-container .matched {
  background-color: #FFFF00;
}
.duplicate-container .list-group-item-heading {
  margin: 0;
}
.duplicate-container .list-group-item-text {
  margin: 0 80px 0 0;
}
.duplicate-container .list-group-item-text small {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 9px;
}
.duplicate-container .already {
  line-height: 26px;
  position: absolute;
  right: 15px;
  top: 24px;
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.duplicate-container .btn-link-profile {
  position: absolute;
  right: 15px;
  bottom: 5px;
}
.payment-settings-options {
  width: 260px;
  margin: 0 auto;
}
.payment-settings-options .md-radio input {
  margin-left: -10px;
}
.employee-import-review .table th.select-col {
  width: 60px;
}
.employee-import-review .table th.name-col {
  width: 200px;
}
.employee-import-review .table th.ns-col {
  width: 140px;
}
.employee-import-review .table td.employee {
  line-height: 30px;
}
.employee-import-review .table td.employee .avatar {
  float: left;
  margin-right: 3px;
}
.employee-import-review .link-row label {
  display: block;
}
.employee-import-review input[type=checkbox],
.employee-import-review input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 18px;
  height: 18px;
}
.employee-import-review input[type=checkbox]:checked,
.employee-import-review input[type=radio]:checked,
.employee-import-review input[type=checkbox]:focus,
.employee-import-review input[type=radio]:focus {
  outline: none !important;
}
.employee-import-review input[type=checkbox] + .lbl,
.employee-import-review input[type=radio] + .lbl {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 14px;
  min-width: 14px;
  font-weight: normal;
}
.employee-import-review input[type=checkbox] + .lbl.padding-16::before,
.employee-import-review input[type=radio] + .lbl.padding-16::before {
  margin-right: 16px;
}
.employee-import-review input[type=checkbox] + .lbl.padding-12::before,
.employee-import-review input[type=radio] + .lbl.padding-12::before {
  margin-right: 12px;
}
.employee-import-review input[type=checkbox] + .lbl.padding-8::before,
.employee-import-review input[type=radio] + .lbl.padding-8::before {
  margin-right: 8px;
}
.employee-import-review input[type=checkbox] + .lbl.padding-4::before,
.employee-import-review input[type=radio] + .lbl.padding-4::before {
  margin-right: 4px;
}
.employee-import-review input[type=checkbox] + .lbl.padding-0::before,
.employee-import-review input[type=radio] + .lbl.padding-0::before {
  margin-right: 0px;
}
.employee-import-review input[type=checkbox] + .lbl::before,
.employee-import-review input[type=radio] + .lbl::before {
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 11px;
  color: #2091cf;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 15px;
  line-height: 14px;
  min-width: 14px;
  margin-right: 1px;
  margin-top: -5px;
}
.employee-import-review input[type=checkbox]:checked + .lbl::before,
.employee-import-review input[type=radio]:checked + .lbl::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.employee-import-review input[type=checkbox]:hover + .lbl::before,
.employee-import-review input[type=radio]:hover + .lbl::before,
.employee-import-review input[type=checkbox] + .lbl:hover::before,
.employee-import-review input[type=radio] + .lbl:hover::before {
  border-color: #1c7aad;
}
.employee-import-review input[type=checkbox]:active + .lbl::before,
.employee-import-review input[type=radio]:active + .lbl::before,
.employee-import-review input[type=checkbox]:checked:active + .lbl::before,
.employee-import-review input[type=radio]:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.employee-import-review input[type=checkbox]:disabled + .lbl::before,
.employee-import-review input[type=radio]:disabled + .lbl::before,
.employee-import-review input[type=checkbox][disabled] + .lbl::before,
.employee-import-review input[type=radio][disabled] + .lbl::before,
.employee-import-review input[type=checkbox].disabled + .lbl::before,
.employee-import-review input[type=radio].disabled + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB;
}
.employee-import-review input[type=radio] + .lbl::before {
  border-radius: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.employee-import-review input[type=radio]:checked + .lbl::before {
  content: "\2022";
}
.cip-result-headline {
  text-align: center;
  font-size: 17px;
  color: black;
  font-weight: bold;
}
.cip-result-description {
  text-align: center;
  font-size: 13px;
  color: black;
}
.cip-result-error {
  text-align: center;
  color: #e74c3c;
  font-size: 13px;
}
.cip-result-error:hover {
  color: #d62c1a;
}
a.cip-result-error:hover {
  color: #b93d30;
}
.terms-agreement .checkbox label {
  color: black;
  font-weight: bold;
}
.terms {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  background: #fff9d8;
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.terms .more {
  display: none;
}
.terms.agreed .more {
  display: block;
}
.employee-list-registrations .send-registration-form .form-group,
.employee-list-registrations .send-registration-form .control-group {
  display: block;
}
.employee-list-registrations .filterForm .form-group label,
.employee-list-registrations .filterForm .control-group label {
  display: none;
}
.employee-list-registrations md-table-container {
  overflow-x: visible;
}
.employee-list-registrations table.md-table {
  margin-bottom: 0;
}
.employee-list-registrations table.md-table td.md-cell {
  font-size: 12px;
}
.employee-list-registrations table.md-table .md-head th.md-column {
  color: #1e88e5;
  background: #f9f9f9;
}
.employee-list-registrations table.md-table .md-head th.reg-action-col {
  padding-left: 10px;
}
.employee-list-registrations table.md-table .reg-action-col {
  width: 150px;
}
@-webkit-keyframes aniUISkeleton {
  0% {
    background-position: -100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes aniUISkeleton {
  0% {
    background-position: -100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
.corporate-employee-import-review .progress-val {
  font-weight: bold;
  color: #1abc9c;
}
.corporate-employee-import-review #status-container .loading-text {
  display: none;
}
.corporate-employee-import-review #status-container.loading .loading-text {
  display: inline-block;
}
.corporate-employee-import-review #result-list .progress .indeterminate {
  display: none;
}
.corporate-employee-import-review #result-list .progress.loading .indeterminate {
  display: block;
}
.corporate-employee-import-review #result-list .ibox-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: auto;
  width: 100%;
  overflow-x: auto;
}
.corporate-employee-import-review #result-list .ibox-content caption,
.corporate-employee-import-review #result-list .ibox-content table,
.corporate-employee-import-review #result-list .ibox-content tbody,
.corporate-employee-import-review #result-list .ibox-content td,
.corporate-employee-import-review #result-list .ibox-content tfoot,
.corporate-employee-import-review #result-list .ibox-content th,
.corporate-employee-import-review #result-list .ibox-content thead,
.corporate-employee-import-review #result-list .ibox-content tr {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
.corporate-employee-import-review #result-list .ibox-content table {
  -webkit-box-flex: 1;
  flex: auto;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.corporate-employee-import-review #result-list .ibox-content table thead tr {
  display: grid;
  margin-bottom: 8px;
  grid-template-columns: 100px 150px 150px minmax(300px, auto);
}
.corporate-employee-import-review #result-list .ibox-content table thead tr th {
  padding: 0 16px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 14px;
}
.corporate-employee-import-review #result-list .ibox-content table .datagrid thead tr th > * {
  vertical-align: middle;
}
.corporate-employee-import-review #result-list .ibox-content table tbody {
  display: block;
  position: relative;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr {
  display: grid;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  grid-template-columns: 100px 150px 150px minmax(300px, auto);
  position: relative;
  height: auto;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr.no-results {
  display: flex;
  overflow: visible;
  text-overflow: inherit;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr.no-results td {
  width: 100%;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr:last-child {
  margin-bottom: 0;
}
.corporate-employee-import-review #result-list .ibox-content table tbody tr td {
  padding: 4px 16px;
  vertical-align: middle;
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
}
.corporate-employee-import-review #result-list.loading table thead tr th,
.corporate-employee-import-review #result-list.loading .ibox-title h5 {
  color: #bdc3c7;
}
.corporate-employee-import-review #result-list.loading .ibox-title .btn-default {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #999;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr {
  box-shadow: 0 0 6.4px 4px rgba(0, 0, 0, 0.06275);
  height: 48px;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr:before {
  position: absolute;
  -webkit-animation-name: aniUISkeleton;
  animation-name: aniUISkeleton;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #ccc), color-stop(18%, #666), color-stop(33%, #ccc));
  background: linear-gradient(90deg, #ccc 2%, #666 18%, #ccc 33%);
  background-size: 50%;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: overlay;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr td .data-loader {
  margin-bottom: 8px;
  border-radius: 8px;
  background: #d9d9d9;
  height: 12px;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr td .data-loader:last-child {
  margin-bottom: 0;
}
.corporate-employee-import-review #result-list.loading .ibox-content table tbody tr:before {
  mix-blend-mode: overlay;
}
.corporate-employee-import-review .ibox-title h5 {
  line-height: 23px;
}
.corporate-employee-import-review .float-e-margins .btn {
  min-width: 160px;
}
.edit_profile {
  background: #f5f5f5;
}
.edit_profile .portlet > .portlet-title {
  min-height: 32px;
}
.edit_profile .portlet > .portlet-title > .actions {
  float: none;
  padding-bottom: 0;
}
.edit_profile .portlet > .portlet-title > .actions .nav-tabs a {
  padding: 0 7px;
  font-size: 16px;
}
.user-set-security-questions .portlet > .portlet-title > .actions .nav-tabs a {
  padding: 0 7px;
  font-size: 16px;
}
.user-set-security-questions .collection-item {
  float: left;
  width: 45%;
  padding: 0 8px;
  min-height: 182px;
}
.user-set-security-questions .collection-item > label {
  display: none;
}
.user-set-security-questions .collection-item:nth-child(even) {
  margin-left: 8px;
}
.user-set-security-questions .collection-item:nth-child(2),
.user-set-security-questions .collection-item:nth-child(3),
.user-set-security-questions .collection-item:nth-child(6) {
  background: #f4f4f4;
}
.user-set-security-questions .collection-item .form-group,
.user-set-security-questions .collection-item .control-group {
  margin-bottom: 0px;
}
.user-set-security-questions .collection-item .help-block {
  display: none;
}
.user-set-security-questions .collection-item.pw .help-block {
  display: block;
}
.user-set-security-questions .collection-item .has-error .bt-select-dropdown {
  border-color: #e74c3c;
}
.profile-sidebar {
  float: left;
  width: 250px;
  margin-right: 20px;
}
.profile-content {
  overflow: hidden;
}
.profile-sidebar-portlet {
  padding: 30px 0 0 0 !important;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}
.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
.profile-userbuttons .btn {
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0;
}
.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}
.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}
.profile-stat-title {
  color: #7f90a4;
  font-size: 22px;
  text-align: center;
}
.profile-stat-payout,
.profile-stat-outstanding {
  font-size: 15px;
}
.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}
.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}
.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}
.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}
/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
  /* 991px */
  /* 991px */
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }
  .profile-sidebar > .portlet {
    margin-bottom: 20px;
  }
  .profile-content {
    overflow: visible;
  }
}
.edit_profile #edit_Profile_birth_date .form-group,
.edit_profile #edit_Profile_birth_date .control-group {
  display: inline-block;
  margin: 0 16px 0 0;
}
.edit_profile #edit_Profile_birth_date .form-group label,
.edit_profile #edit_Profile_birth_date .control-group label {
  display: none;
}
.edit_profile .form-group > label,
.edit_profile .control-group > label {
  display: block;
}
.edit_profile #editPreferencesFrom .form-group > label.optional,
.edit_profile #editPreferencesFrom .form-group > label.required,
.edit_profile #editPreferencesFrom .control-group > label.optional,
.edit_profile #editPreferencesFrom .control-group > label.required {
  font-weight: bold;
}
.edit_profile #editPreferencesFrom .form-group > label.optional .help-block,
.edit_profile #editPreferencesFrom .form-group > label.required .help-block,
.edit_profile #editPreferencesFrom .control-group > label.optional .help-block,
.edit_profile #editPreferencesFrom .control-group > label.required .help-block {
  font-weight: normal;
}
.edit_profile #edit-pin-tab,
.edit_profile #edit-checkout-password-tab {
  padding: 15px;
}
.edit_profile #edit-avatar-tab img {
  max-width: 100%;
}
.edit_profile .device-password-container .form-group,
.edit_profile .device-password-container .control-group {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.edit_profile .device-password-container .form-group:nth-child(2),
.edit_profile .device-password-container .control-group:nth-child(2) {
  padding-right: 0;
  padding-left: 15px;
}
.edit_profile .portlet .nav-tabs > li a {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1199px) {
  .edit_profile .portlet .nav-tabs > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .edit_profile .portlet .nav-tabs > li.dropdown {
    float: right;
  }
}
@media (max-width: 991px) {
  .edit_profile .portlet .nav-tabs > li a {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.billing-methods .list-header-label {
  margin-left: 30px;
}
.billing-methods {
  margin-bottom: 20px;
}
.billing-methods .row-fluid {
  padding-left: 30px;
}
.list-item {
  min-width: 962px;
  background: #fefefe;
  padding: 20px 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
}
.list-item:before,
.list-item:after {
  content: " ";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item:before,
.list-item:after {
  content: " ";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item:before,
.list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-item:after {
  clear: both;
}
.list-item:before,
.list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-item:after {
  clear: both;
}
.list-wrapper.billing-methods .list-header-titles .list-header-label {
  font-size: 14px;
  margin-right: 0;
}
body.billing_overview {
  background: #f5f5f5;
}
body.billing-index table.table-methods > tbody > tr {
  cursor: pointer;
}
body.billing-index table.table-methods > tbody > tr .details img {
  display: block;
  margin: 0 auto;
}
#multiple_employee_employees-widget {
  display: none;
}
.employee-reporting .navbar-form .form-group.type-select,
.employee-reporting .navbar-form .control-group.type-select {
  vertical-align: top;
  padding-top: 1px;
}
.employee-reporting .navbar-form > button.btn-primary {
  float: right;
}
.employee-reporting .profile-choice-widget > .btn {
  height: 32px;
  line-height: 32px;
}
.employee-reporting .profile-choice-widget > .btn > .selected-container {
  line-height: 32px;
  font-size: 14px;
}
.employee-reporting .profile-choice-widget > .btn > .selected-container a img {
  width: 20px;
  height: 20px;
}
.table-responsive > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
}
@media (min-width: 768px) {
  .table-responsive > .fixed-column {
    display: none;
  }
}
.employee-reporting form legend {
  display: none !important;
}
.employee-reporting #single_employee_employee_control_group {
  display: inline;
}
.employee-reporting #single_employee_employee_control_group .controls {
  display: inline-block;
}
.employee-reporting #single_employee_employee_control_group label {
  display: none !important;
}
.employee-reporting #single_employee_employee_control_group .profile-choice-widget .user-select {
  padding-left: 6px;
  padding-right: 8px;
}
.employee-reporting .single-filters .panel .panel-header {
  padding: 10px 20px;
}
.employee-reporting #single-results .panel-content {
  padding-top: 20px;
}
.employee-reporting #single-results table {
  margin-top: 20px;
}
.employee-reporting #single-results table td .employee {
  height: auto;
  width: 130px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.employee-reporting #single-results table td .employee .employee-thumbnail img {
  height: 40px;
  width: 40px;
}
.employee-reporting #single-results table td .employee span {
  font-size: 12px;
  height: 40px;
}
@media only screen and (max-width: 40em) {
  .employee-reporting #single-results table td .employee {
    float: none;
  }
  .employee-reporting #single-results table td .employee .employee-thumbnail img {
    width: 19px;
    height: 19px;
  }
  .employee-reporting #single-results table td .employee span {
    height: 19px;
    line-height: 19px;
  }
}
.employee-reporting .panel .panel-heading {
  padding: 10px;
}
.employee-reporting .panel .panel-heading .list-filter input {
  height: 42px;
  margin-bottom: 0;
}
.employee-reporting .panel .panel-heading .form-group,
.employee-reporting .panel .panel-heading .control-group {
  display: inline-block;
}
.employee-reporting .panel .panel-body {
  padding-top: 0;
}
.employee-reporting .panel .panel-body .panel-heading {
  padding: 10px 0;
}
.employee-reporting .panel .panel-body .employees-container {
  padding: 20px 0 0 0;
}
.employee-reporting .panel .panel-body .selection-container {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.employee-reporting .panel .panel-body .selection-container .selections {
  max-height: 180px;
  padding-right: 4px;
}
.employee-reporting .panel .panel-body .selection-container h3 {
  line-height: 20px;
  font-weight: normal;
  font-size: 16px !important;
  display: block;
  padding-top: 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px 0;
}
.employee-reporting .panel .panel-body .selection-container .alert {
  margin-bottom: 5px;
  padding: 5px 30px 5px 10px;
}
.employee-reporting .panel .panel-body .employees-container {
  margin-left: 0;
}
.employee-reporting .panel .panel-body .employees-container .employee {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0);
  /* IE6-8 */
  height: 70px;
  width: 195px;
  margin: 0 14px 14px 0;
}
.employee-reporting .panel .panel-body .employees-container .employee .employee-thumbnail img {
  height: 50px;
  width: 50px;
}
.employee-reporting .panel .panel-body .employees-container .employee label {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  line-height: 14px;
  line-height: 18px;
  font-size: 17px;
  height: 50px;
}
.employee-reporting .panel .panel-body .employees-container .employee input {
  float: left;
  height: 100%;
  margin: 0 6px 0 0;
}
.employee-reporting .panel .panel-body .employees-container .employee.selected {
  -webkit-box-shadow: inset 0 0 12px #C0C0C0;
  -moz-box-shadow: inset 0 0 12px #C0C0C0;
  box-shadow: inset 0 0 12px #C0C0C0;
  border: 1px solid #d0d0d0;
  background: #f2f2f2;
}
.employee-reporting .panel .panel-footer {
  text-align: center;
}
.employee-reporting #multiple_employee_date_range_control_group.control-group,
.employee-reporting #single_employee_date_range_control_group.control-group,
.employee-reporting #multiple_employee_date_range_control_group #single_employee_employee_control_group,
.employee-reporting #single_employee_date_range_control_group #single_employee_employee_control_group,
.employee-reporting #multiple_employee_date_range_control_group #multiple_employee_metric_control_group,
.employee-reporting #single_employee_date_range_control_group #multiple_employee_metric_control_group {
  display: block;
}
.employee-reporting #multiple_employee_date_range_control_group.control-group > label,
.employee-reporting #single_employee_date_range_control_group.control-group > label,
.employee-reporting #multiple_employee_date_range_control_group #single_employee_employee_control_group > label,
.employee-reporting #single_employee_date_range_control_group #single_employee_employee_control_group > label,
.employee-reporting #multiple_employee_date_range_control_group #multiple_employee_metric_control_group > label,
.employee-reporting #single_employee_date_range_control_group #multiple_employee_metric_control_group > label,
.employee-reporting #multiple_employee_date_range_control_group.control-group > .controls,
.employee-reporting #single_employee_date_range_control_group.control-group > .controls,
.employee-reporting #multiple_employee_date_range_control_group #single_employee_employee_control_group > .controls,
.employee-reporting #single_employee_date_range_control_group #single_employee_employee_control_group > .controls,
.employee-reporting #multiple_employee_date_range_control_group #multiple_employee_metric_control_group > .controls,
.employee-reporting #single_employee_date_range_control_group #multiple_employee_metric_control_group > .controls {
  display: inline-block;
}
.employee-reporting #multiple_employee_date_range_control_group.control-group > label,
.employee-reporting #single_employee_date_range_control_group.control-group > label,
.employee-reporting #multiple_employee_date_range_control_group #single_employee_employee_control_group > label,
.employee-reporting #single_employee_date_range_control_group #single_employee_employee_control_group > label,
.employee-reporting #multiple_employee_date_range_control_group #multiple_employee_metric_control_group > label,
.employee-reporting #single_employee_date_range_control_group #multiple_employee_metric_control_group > label {
  font-size: 18px;
}
.employee-reporting #multiple_employee_date_range_control_group .profile-choice-widget .user-select,
.employee-reporting #single_employee_date_range_control_group .profile-choice-widget .user-select {
  padding-left: 6px;
  padding-right: 8px;
}
.employee-reporting .table-responsive {
  width: 100%;
  margin-bottom: 22.5px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.employee-reporting .table-responsive .table th {
  white-space: pre;
  font-size: 12px;
  font-weight: bold;
}
.employee-reporting .table-responsive .table tr td {
  white-space: nowrap;
}
.employee-reporting .table-responsive .table tr td.shift-info {
  width: 230px;
}
.employee-reporting .table-responsive .table tr td.shift-info .shift-title {
  font-weight: bold;
  line-height: 1;
}
.employee-reporting .table-responsive .table tr td.shift-info .shift-date {
  line-height: 1;
}
.employee-reporting .table-responsive .table tr td.employee-info {
  white-space: normal;
}
.employee-reporting .table-responsive .table tr td.employee-info img {
  float: left;
  margin-right: 3px;
}
.employee-reporting .table-responsive .table tr td.employee-info .employee-name {
  font-weight: bold;
  line-height: 35px;
  white-space: nowrap;
  margin-left: 40px;
}
#summary-container legend {
  display: none;
}
#summary-container h3 {
  display: inline-block;
}
#reporting_range_range_control_group {
  float: right;
  top: -63px;
  position: relative;
  margin: 7px;
}
#summary-container .control-group {
  display: inline-block;
  margin-right: 20px;
}
.group-report {
  position: relative;
  width: 600px;
}
.group-report table {
  float: left;
}
.to-replace {
  display: none;
}
.value-container {
  position: relative;
  width: 400px;
  overflow-y: scroll;
  float: left;
}
#report-range {
  margin-bottom: 0;
  border-top: 1px solid #b9b8b8;
}
#report-range input[type="text"] {
  width: 140px;
  height: 30px;
}
#report-range h3 span {
  font-weight: normal;
}
#report-range .pager {
  display: inline-block;
}
#report-range fieldset {
  border-top: 1px solid #b9b8b8;
}
#report-range span.prev,
#report-range span.next {
  margin-right: 8px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ff7265;
  display: inline-block;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#report-range span.prev i,
#report-range span.next i {
  color: #fff;
  line-height: 24px;
}
#report-range span.prev span,
#report-range span.next span {
  display: none;
}
#reporting_type_report_type_control_group {
  margin-top: 0;
}
#reporting_type_report_type_control_group label {
  margin-right: 10px;
}
#reporting_type_report_type_control_group label.control-label {
  font-weight: bold;
  margin-right: 60px;
}
#reporting_type_report_type_control_group label,
#reporting_type_report_type_control_group div {
  display: inline-block;
}
#reporting_type_report_type_control_group #reporting_type_report_type {
  top: 9px;
  position: relative;
}
#employee_filter_employees-widget div.selection-container {
  margin: 0;
}
/* Custom reports */
.custom_report-run form.navbar-form {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.custom_report-run form.navbar-form fieldset {
  display: inline-block;
}
.custom_report-run form.navbar-form fieldset > div.form-group,
.custom_report-run form.navbar-form fieldset > div.control-group {
  margin-bottom: 0;
}
.custom_report-run form.navbar-form fieldset > div.form-group > label,
.custom_report-run form.navbar-form fieldset > div.control-group > label {
  display: block;
}
.custom_report-run form.navbar-form fieldset > div.form-group .date-range-widget,
.custom_report-run form.navbar-form fieldset > div.control-group .date-range-widget {
  margin-left: 0px;
}
.custom_report-run form.navbar-form fieldset > div:nth-last-child(2) {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.custom_report-run form.navbar-form fieldset > div:last-child {
  position: absolute;
  right: 66px;
  bottom: 0;
}
.custom_report-run .tab-content {
  padding: 16px;
}
.custom_report-run .table-data tfoot {
  background: #e3eaf3;
}
.custom_report-run .table-data tfoot tr td {
  font-weight: bold;
  color: #34495e;
  text-transform: uppercase;
  font-size: 13px;
  vertical-align: bottom;
  border-top: 2px solid #dddddd;
}
.custom_report-run .table-data tbody td {
  white-space: nowrap;
}
#report-container {
  margin-top: 16px;
}
table.table-data th.header {
  cursor: pointer;
  font-weight: bold;
  padding-left: 10px;
  border-right: 1px solid #dad9c7;
  margin-left: -1px;
  position: relative;
  padding-right: 14px;
}
table.table-data th.header i {
  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;
  position: absolute;
  right: 5px;
  line-height: 18px;
}
table.table-data th.header i.pull-left {
  margin-right: .3em;
}
table.table-data th.header i.pull-right {
  margin-left: .3em;
}
table.table-data th.header i:before {
  content: "\f0dc";
}
table.table-data th.header.headerSortDown,
table.table-data th.header.headerSortUp {
  background: #bfcfe4;
}
table.table-data th.header.headerSortDown i {
  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;
}
table.table-data th.header.headerSortDown i.pull-left {
  margin-right: .3em;
}
table.table-data th.header.headerSortDown i.pull-right {
  margin-left: .3em;
}
table.table-data th.header.headerSortDown i:before {
  content: "\f0de";
}
table.table-data th.header.headerSortUp i {
  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;
}
table.table-data th.header.headerSortUp i.pull-left {
  margin-right: .3em;
}
table.table-data th.header.headerSortUp i.pull-right {
  margin-left: .3em;
}
table.table-data th.header.headerSortUp i:before {
  content: "\f0dd";
}
/* Registration */
.splash.register-existing .content-container {
  width: 940px;
  min-height: 245px;
  margin: 120px auto;
  position: inherit;
  height: auto;
}
.splash.register-existing .content-container .content-body {
  background: #fff;
  padding: 15px;
}
.splash.register-existing .content-container .content-body form .row .help-block {
  font-size: 12px;
}
.splash.register-existing .content-container .content-body .basic-row .email-login {
  margin-left: 0;
}
.splash.register-existing .content-container .content-body .basic-row .email-login .control-label,
.splash.register-existing .content-container .content-body .basic-row .email-login .help-block {
  font-size: 17px;
  display: inline-block;
}
.splash.register-existing .content-container .content-body .basic-row .email-login .help-block {
  font-weight: bold;
  margin-left: 6px;
}
.splash.register-existing .content-container .content-body .basic-row .control-group {
  width: 33%;
}
.splash.register-existing .content-container .content-body .basic-row .control-group input[type=text] {
  width: 95%;
}
.splash.register-existing .content-container .content-body .address-row label {
  display: block;
}
.splash.register-existing .content-container .content-body .control-group {
  width: 180px;
  float: none;
  margin: 0px;
  float: left;
}
.splash.register-existing .content-container .content-body .control-group input[type=text],
.splash.register-existing .content-container .content-body .control-group input[type=password],
.splash.register-existing .content-container .content-body .control-group select {
  width: 150px;
}
.splash.register-existing .content-container .content-body .control-group input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.splash.register-existing .content-container .content-body #Register_birth_date .form-group,
.splash.register-existing .content-container .content-body #Register_birth_date .control-group {
  display: inline-block;
  margin: 0 16px 0 0;
}
.splash.register-existing .content-container .content-body #Register_birth_date .form-group label,
.splash.register-existing .content-container .content-body #Register_birth_date .control-group label {
  display: none;
}
.splash.register-existing .content-container .content-body .city,
.splash.register-existing .content-container .content-body .state,
.splash.register-existing .content-container .content-body .zip,
.splash.register-existing .content-container .content-body .first-name,
.splash.register-existing .content-container .content-body .last-name {
  float: left;
  position: relative;
  min-height: 1px;
}
.splash.register-existing .content-container .content-body .first-name,
.splash.register-existing .content-container .content-body .last-name {
  width: 50%;
}
.splash.register-existing .content-container .content-body .first-name {
  padding-right: 15px;
}
.splash.register-existing .content-container .content-body .last-name {
  padding-left: 15px;
}
.splash.register-existing .content-container .content-body .city,
.splash.register-existing .content-container .content-body .state,
.splash.register-existing .content-container .content-body .zip {
  width: 33%;
}
.splash.register-existing .content-container .content-body .ssn {
  width: 50%;
  padding-right: 15px;
}
.splash.register-existing .content-container .content-body .state {
  padding: 0 15px;
}
.splash.register-existing .content-container .content-body .state .select {
  display: block;
  width: 100%;
}
.splash.register-existing .content-container .content-body #Register_enable_sms_control_group {
  margin-top: 20px;
}
.splash.register-existing .content-container .content-body #Register_enable_sms_control_group .optional {
  display: none;
}
.splash.register-existing .content-container .content-body #Register_enable_sms_control_group .checkbox {
  margin-bottom: 0;
}
.splash.register-existing .content-container .content-body #Register_agreed_tos_control_group {
  width: 100%;
  margin-bottom: 16px;
}
.splash.register-existing .content-container .content-body #Register_agreed_tos_control_group .checkbox {
  display: inline-block;
  margin-bottom: 0;
}
.splash.register-existing .content-container .content-body .terms-submit-row:before,
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  content: " ";
  display: table;
}
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  clear: both;
}
.splash.register-existing .content-container .content-body .terms-submit-row:before,
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  content: " ";
  display: table;
}
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  clear: both;
}
.splash.register-existing .content-container .content-body .terms-submit-row:before,
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  clear: both;
}
.splash.register-existing .content-container .content-body .terms-submit-row:before,
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.splash.register-existing .content-container .content-body .terms-submit-row:after {
  clear: both;
}
.splash.reset .content-container {
  width: 550px;
}
.splash.register-landing .content-container {
  width: 550px;
  border: 1px solid #0f0;
}
/** Login container **/
.login #login-container #login-form {
  margin: 0;
}
.login #login-container #login-form label[for="remember_me"] {
  display: inline-block;
  margin: 5px;
}
.login #login-container #login-form label {
  color: #444;
}
.login #login-container #login-form .forgot-password {
  color: #555;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  text-align: right;
}
.employee-create-container .form-group,
.employee-create-container .control-group {
  margin-bottom: 15px;
  width: 48%;
  float: left;
  margin-right: 10px;
}
.register-landing .sign-up {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.register-landing #form_code {
  height: 50px;
  font-size: 28px;
}
#register-faqs .panel-heading {
  display: block;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  color: #0081a2;
}
#register-faqs .panel-heading i {
  float: right;
  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;
  line-height: 20px;
}
#register-faqs .panel-heading i.pull-left {
  margin-right: .3em;
}
#register-faqs .panel-heading i.pull-right {
  margin-left: .3em;
}
#register-faqs .panel-heading i:before {
  content: "\f106";
}
#register-faqs .panel-heading.collapsed i {
  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;
  line-height: 20px;
}
#register-faqs .panel-heading.collapsed i.pull-left {
  margin-right: .3em;
}
#register-faqs .panel-heading.collapsed i.pull-right {
  margin-left: .3em;
}
#register-faqs .panel-heading.collapsed i:before {
  content: "\f107";
}
#register-faqs .panel.panel-plain {
  border-radius: 0;
}
#register-faqs .panel.panel-plain .panel-body {
  border: 0;
  background: none;
}
.modal .tn-logo-help {
  margin: 0 auto;
  width: 157px;
  height: 60px;
  display: block;
}
html.register-html,
html.register-html body.register {
  position: absolute;
  height: 100%;
  min-width: 100%;
  font: 14px/24px 'Lato', sans-serif;
  font-weight: 400;
}
html.register-html .register-landing .main h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.register .main.basic-form h1 {
  font-size: 30px;
}
.register .reg-type-wrapper #email-warning {
  padding: 0 0 10px 25px;
  font-size: 12px;
  margin: -16px 0 0 0;
}
.register .reg-type-wrapper .checkbox label {
  font-size: 15px;
}
.register .reg-type-wrapper .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #0b89fe;
  background: #0b89fe;
}
.register .reg-type-wrapper .checkbox input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.register .form-section {
  border-bottom: 1px solid #e7e9ec;
  padding: 0;
  margin: 20px 15px 15px;
  clear: both;
}
.register .form-section:before,
.register .form-section:after {
  content: " ";
  display: table;
}
.register .form-section:after {
  clear: both;
}
.register .form-section:before,
.register .form-section:after {
  content: " ";
  display: table;
}
.register .form-section:after {
  clear: both;
}
.register .form-section:before,
.register .form-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.register .form-section:after {
  clear: both;
}
.register .form-section:before,
.register .form-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.register .form-section:after {
  clear: both;
}
.register .form-section.username-predefined {
  border-bottom: 0;
}
.register .form-section h3 {
  font-weight: 100;
  margin-top: 0px;
}
.register .form-section h3 small {
  color: #000;
  font-size: 80%;
}
.register .popover {
  border-radius: 0;
}
.register .popover .popover-header {
  display: none !important;
}
.register .popover .popover-content {
  max-width: 320px;
}
.register .tn-header-bar .signin-button .t-button-submit {
  background-color: #00a9d5;
}
.register .sign-up .form-group .help,
.register .sign-up .control-group .help {
  display: none;
}
.register .sign-up .tos {
  margin-bottom: 15px;
}
.register .sign-up .tos .checkbox {
  margin-bottom: 0;
}
.register .sign-up .tos .checkbox label {
  line-height: 22px;
}
.register .sign-up .tos .checkbox label:after,
.register .sign-up .tos .checkbox label:before {
  margin-top: 10px;
}
.register .sign-up .tos .tos-link {
  padding-left: 24px;
  margin-bottom: 12px;
}
.register .sign-up .avatar-group .form-group .help,
.register .sign-up .avatar-group .control-group .help {
  display: block;
}
.register .sign-up .clear-before {
  clear: both;
}
.register .sign-up .form-group label,
.register .sign-up .control-group label {
  margin: 0 0 .5em;
  display: inline-block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #222;
  line-height: 1;
  direction: ltr;
  font-weight: bold;
}
.register .sign-up .form-group input[type=email],
.register .sign-up .form-group input[type=number],
.register .sign-up .form-group input[type=password],
.register .sign-up .form-group input[type=tel],
.register .sign-up .form-group input[type=text],
.register .sign-up .form-group input[type=url],
.register .sign-up .control-group input[type=email],
.register .sign-up .control-group input[type=number],
.register .sign-up .control-group input[type=password],
.register .sign-up .control-group input[type=tel],
.register .sign-up .control-group input[type=text],
.register .sign-up .control-group input[type=url] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 35px;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.register .sign-up .form-group input[type=email]:hover,
.register .sign-up .form-group input[type=number]:hover,
.register .sign-up .form-group input[type=password]:hover,
.register .sign-up .form-group input[type=tel]:hover,
.register .sign-up .form-group input[type=text]:hover,
.register .sign-up .form-group input[type=url]:hover,
.register .sign-up .control-group input[type=email]:hover,
.register .sign-up .control-group input[type=number]:hover,
.register .sign-up .control-group input[type=password]:hover,
.register .sign-up .control-group input[type=tel]:hover,
.register .sign-up .control-group input[type=text]:hover,
.register .sign-up .control-group input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.register .sign-up .form-group input[type=email]:focus,
.register .sign-up .form-group input[type=number]:focus,
.register .sign-up .form-group input[type=password]:focus,
.register .sign-up .form-group input[type=tel]:focus,
.register .sign-up .form-group input[type=text]:focus,
.register .sign-up .form-group input[type=url]:focus,
.register .sign-up .control-group input[type=email]:focus,
.register .sign-up .control-group input[type=number]:focus,
.register .sign-up .control-group input[type=password]:focus,
.register .sign-up .control-group input[type=tel]:focus,
.register .sign-up .control-group input[type=text]:focus,
.register .sign-up .control-group input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.register .sign-up .form-group.has-error input[type=checkbox],
.register .sign-up .form-group.has-error input[type=email],
.register .sign-up .form-group.has-error input[type=number],
.register .sign-up .form-group.has-error input[type=password],
.register .sign-up .form-group.has-error input[type=text],
.register .sign-up .form-group.has-error input[type=tel],
.register .sign-up .form-group.has-error input[type=url],
.register .sign-up .control-group.has-error input[type=checkbox],
.register .sign-up .control-group.has-error input[type=email],
.register .sign-up .control-group.has-error input[type=number],
.register .sign-up .control-group.has-error input[type=password],
.register .sign-up .control-group.has-error input[type=text],
.register .sign-up .control-group.has-error input[type=tel],
.register .sign-up .control-group.has-error input[type=url] {
  border: 1px solid #dd4b39;
}
.register .sign-up .form-group.has-error .help,
.register .sign-up .control-group.has-error .help {
  color: #333;
}
.register h1,
.register h2,
.register p {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.register .main h1 {
  text-align: center;
  font-family: 'Lato', arial;
  color: #555;
  font-size: 38px;
  font-weight: 300;
  margin-top: 27px;
  margin-bottom: 50px;
}
.register .wrapper {
  position: relative;
  min-height: 100%;
}
.register .wrapper + style + iframe {
  display: none;
}
.register .content {
  padding: 0 44px;
}
.register .topbar {
  text-align: right;
  padding-top: .5em;
  padding-bottom: .5em;
}
.register .tn-header-bar {
  height: 71px;
  background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.register .header .tn-logo {
  margin: 17px 0 0;
  float: left;
}
.register .header .logo-w {
  height: 36px;
  width: 94px;
}
.register .header .signin,
.register .header .signup {
  margin: 28px 0 0;
  float: right;
  font-weight: bold;
}
.register .header .signin-button,
.register .header .signup-button {
  margin: 22px 0 0;
  float: right;
}
.register .header .signin-button a {
  font-size: 13px;
  font-weight: normal;
}
.register .header .signup-button a {
  position: relative;
  top: -1px;
  margin: 0 0 0 1em;
}
.register .main {
  margin: 0 auto;
  width: 650px;
  padding-top: 23px;
  padding-bottom: 100px;
}
.register .main.large-token h2 {
  word-wrap: break-word;
  font-size: 25px;
}
.register .main h1:first-child {
  margin: 0 0 .92em;
}
.register .tn-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.register .footer {
  padding-top: 9px;
  font-size: .85em;
  white-space: nowrap;
}
.register .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
}
.register .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
}
.register .footer a {
  color: #333;
}
.register .footer .lang-chooser-wrap {
  float: right;
  max-width: 20%;
}
.register .footer .lang-chooser-wrap img {
  vertical-align: middle;
}
.register .footer .attribution {
  float: right;
}
.register .footer .attribution span {
  vertical-align: text-top;
}
.auth-forgot-password-standard-verify .mfa-container .content .mfa-input {
  width: 321px;
}
.auth-forgot-password-standard-verify .mfa-container .content .mfa-input input.masked,
.auth-forgot-password-standard-verify .mfa-container .content .mfa-input .mask-input span {
  width: 240px;
  text-transform: none;
}
@media (max-width: 1240px) {
  html body.register .popover .popover-content {
    max-width: 300px;
  }
}
@media (max-width: 1210px) {
  html body.register .popover .popover-content {
    max-width: 280px;
    padding: 4px 6px;
  }
}
@media (max-width: 1170px) {
  html body.register .popover .popover-content {
    max-width: 250px;
  }
}
@media (max-width: 1105px) {
  html body.register .popover .popover-content {
    max-width: 200px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 1005px) {
  html body.register .popover .popover-content {
    max-width: 180px;
  }
}
@media (max-width: 970px) {
  html body.register .sign-up .form-group .help,
  html body.register .sign-up .control-group .help {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  html body.register .sign-up .form-group.register_email_second-group .help,
  html body.register .sign-up .form-group.register_password_second-group .help,
  html body.register .sign-up .control-group.register_email_second-group .help,
  html body.register .sign-up .control-group.register_password_second-group .help {
    display: none;
  }
  html body.register .popover {
    display: none !important;
  }
}
@media (max-width: 800px) {
  html body.register .main {
    width: auto;
    max-width: 500px;
  }
  html body.register .main.large-token h2 {
    font-size: 18px;
  }
  html body.register .main.basic-form {
    max-width: 600px;
  }
  html body.register .main.basic-form h1 {
    font-size: 27px;
    margin-bottom: 5px;
  }
  html body.register .main.basic-form .form-section h3 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  html {
    min-width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html body.register {
    background: #f1f1f1;
  }
  html body.register h1,
  html body.register h2,
  html body.register h3,
  html body.register h4,
  html body.register h5,
  html body.register h6 {
    font-size: 1.4em;
  }
  html body.register .main {
    width: auto;
    max-width: 415px;
    padding-bottom: 85px;
    padding-top: 15px;
    overflow-x: hidden;
  }
  html body.register .main.basic-form h1 {
    font-size: 24px;
  }
  html body.register .content {
    padding-left: 22px;
    padding-right: 22px;
  }
  html body.register .header .signin-button {
    margin: 17px 0 0;
  }
  html body.register .signup-steps ol {
    display: none;
  }
  html body.register .signuponepage .sign-up {
    width: 100%;
  }
  html body.register .signuponepage .signup-box {
    margin: 0;
    padding: 0;
    border: none;
  }
  html body.register .signuponepage .form-element #submitbutton {
    width: 100%;
  }
  html body.register .t-button {
    height: 35px;
    line-height: 35px;
  }
  html body.register input[type=email],
  html body.register input[type=number],
  html body.register input[type=password],
  html body.register input[type=tel],
  html body.register input[type=text],
  html body.register input[type=url],
  html body.register input[type=submit].t-button {
    height: 37px;
  }
  html body.register .footer ul {
    float: none;
    margin: 0 auto;
    max-width: 290px;
    padding: 0;
  }
  html body.register .footer ul li {
    padding: 0 1em 0 0;
  }
}
@media (max-width: 600px) {
  html body.auth-forgot-password-reset {
    background: transparent url("../bundles/tnapp/images/layout/splash_bg_v5.jpg") no-repeat center center fixed;
  }
}
@media (max-width: 430px) {
  html body.register .main.basic-form h1 {
    font-size: 19px;
    font-weight: 400;
  }
  html body.register .main.basic-form .form-section h3 {
    font-size: 19px;
  }
}
@media (max-width: 415px) {
  .register-landing .main h1 {
    font-size: 25px;
  }
  .register-landing .main p {
    font-size: 12px;
  }
  .register-landing #register-faqs .panel-heading {
    font-size: 12px;
  }
}
@media (max-width: 415px) {
  .register-landing .main .btn-confirm {
    font-size: 15px;
  }
  .register-landing .main .btn-retry {
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 380px) {
  html body.register .main.basic-form h1 {
    font-size: 17px;
  }
  html body.register .main.basic-form .form-section h3 {
    font-size: 17px;
  }
  .register-landing .main .btn-confirm {
    font-size: 13px;
  }
  .register-landing .main .btn-retry {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .splash.register-existing {
    height: auto;
  }
  .splash.register-existing .content-container {
    width: 100%;
    margin: 50px auto;
    position: relative;
  }
}
@media (max-width: 991px) {
  .splash.register-existing .content-container .content-body .ssn {
    width: 100%;
  }
  .splash.register-existing .content-container .content-body .city,
  .splash.register-existing .content-container .content-body .state,
  .splash.register-existing .content-container .content-body .zip {
    clear: both;
    padding: 0;
  }
  .splash.register-existing .content-container .content-body .city,
  .splash.register-existing .content-container .content-body .state,
  .splash.register-existing .content-container .content-body .zip,
  .splash.register-existing .content-container .content-body .city select,
  .splash.register-existing .content-container .content-body .state select,
  .splash.register-existing .content-container .content-body .zip select {
    width: 180px;
  }
}
