/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(bower_components/font-awesome/fonts/fontawesome-webfont.eot);
  src: url(bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(bower_components/font-awesome/fonts/fontawesome-webfont.woff) format('woff'), url(bower_components/font-awesome/fonts/fontawesome-webfont.ttf) format('truetype'), url(bower_components/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-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 {
  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-square:before,
.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-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";
}
.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}
colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=");
  cursor: crosshair;
  float: left;
}
colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
colorpicker-saturation i::after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=");
}
colorpicker-alpha {
  display: none;
}
colorpicker-alpha,
.colorpicker-color {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=");
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}
.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha colorpicker-alpha {
  display: block;
}
.colorpicker.dropdown {
  position: absolute;
}
.colorpicker.colorpicker-fixed-position {
  position: fixed;
}
.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}
.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}
.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}
.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}
.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}
.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}
.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}
.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}
colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}
/**
 * @license angular-bootstrap-datetimepicker  v0.2.4
 * (c) 2013 Knight Rider Consulting, Inc. http://www.knightrider.com
 * License: MIT
 */

.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]: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;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-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);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}
.datetimepicker.days div.datetimepicker-days {
    display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker  td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.past,
.datetimepicker table tr td.future {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker span.hour {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker span.minute {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker table tr td span.past,
.datetimepicker table tr td span.future {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 14px;
  height: 14px;
}@charset "UTF-8";
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.2.4
 */
html, body {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

.inset {
  padding: 10px;
}

a.md-no-style,
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

input[type=reset],
input[type=submit],
html input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=reset][disabled],
input[type=submit][disabled],
html input[type=button][disabled],
button[disabled] {
  cursor: default;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  text-shadow: none;
}

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.2;
}
.md-ripple.md-ripple-remove {
  -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@-webkit-keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}

@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}

.md-margin {
  margin: 8px;
}

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}

.md-no-flicker {
  -webkit-filter: blur(0px);
}

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: default;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.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.01em;
  line-height: 24px;
}

/************
 * Body Copy
 ************/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.md-button {
  letter-spacing: 0.01em;
}

/************
 * Defaults
 ************/
button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

select,
button,
textarea,
input {
  font-size: 100%;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.md-panel-inner-wrapper {
  position: fixed;
}

._md-panel-offscreen {
  left: -9999px;
}

._md-panel-hidden {
  display: none;
}

._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}

.md-panel {
  opacity: 0;
  position: relative;
}
.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}
.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.md-panel._md-panel-animate-scale-out, .md-panel._md-panel-animate-fade-out {
  opacity: 0;
}
.md-panel._md-panel-backdrop {
  height: 100%;
  position: fixed;
  width: 100%;
}
.md-panel._md-opaque-enter {
  opacity: 0.48;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-opaque-leave {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}
md-autocomplete[disabled] input {
  cursor: default;
}
md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}
md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}
md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}
[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
md-autocomplete md-autocomplete-wrap md-input-container,
md-autocomplete md-autocomplete-wrap input {
  flex: 1 1 0;
  box-sizing: border-box;
  min-width: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}
md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}
md-autocomplete .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}
md-autocomplete .md-show-clear-button button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}
md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}
md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete .md-autocomplete-suggestion:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container,
.md-standard-list-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight,
.md-standard-list-container.md-autocomplete-suggestions-container .highlight {
  font-weight: bold;
}

.md-standard-list-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}

.md-virtual-repeat-container.md-not-found,
.md-standard-list-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:focus {
  outline: none;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
.md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 99;
}
md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}
md-backdrop.md-dialog-backdrop {
  z-index: 79;
}
md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}
md-backdrop.md-click-catcher {
  position: absolute;
}
md-backdrop.md-opaque {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-leave {
  opacity: 0.48;
  transition: opacity 400ms;
}
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}
md-bottom-sheet.md-has-header {
  padding-top: 0;
}
md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}
md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}
md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}
md-bottom-sheet md-list-item {
  display: flex;
  outline: none;
}
md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}
md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}
md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}
md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}
md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* Mixin for how many grid items to show per row */
}
@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n + 1) {
    align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
md-bottom-sheet.md-grid md-list-item::before {
  display: none;
}
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}
button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  /** Alignment adjustments */
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  /* Reset default button appearance */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 8px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  min-height: 32px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  line-height: 32px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  font-size: 13px;
}
.md-button:focus {
  outline: none;
}
.md-button:hover, .md-button:focus {
  text-decoration: none;
}
.md-button.ng-hide, .md-button.ng-leave {
  transition: none;
}
.md-button.md-cornered {
  border-radius: 0;
}
.md-button.md-icon {
  padding: 0;
  background: none;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
  transition: none;
}
.md-button.md-fab[disabled] {
  box-shadow: none;
}
.md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-raised:active, .md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block;
}

.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}

.md-button-group {
  display: flex;
  flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0px 0px 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
.md-button.md-fab {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  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 {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}
md-card 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 {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}
md-card 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 {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > img,
md-card > md-card-header img,
md-card md-card-title-media img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}
md-card 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 {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card 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 {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card md-card-actions {
  margin: 8px;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff;
  }
}
.md-image-no-fill > img {
  width: auto;
  height: auto;
}

.md-inline-form md-checkbox {
  margin-top: 14px;
  margin-bottom: auto;
}

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  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: 18px;
  min-height: 48px;
}
.md-dense > md-checkbox:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled) {
  min-height: 36px;
}
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%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto;
}
[dir=rtl] md-checkbox .md-container {
  left: auto;
}
[dir=rtl] md-checkbox .md-container {
  right: 0;
}
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-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-checkbox.md-checked .md-icon {
  border-color: transparent;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox .md-container {
  top: auto;
  left: auto;
  right: auto;
  margin: 3px;
  margin-top: 21px;
}
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-top: 10px;
  margin-bottom: auto;
  margin-left: 36px;
}
[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  margin-right: 36px;
}
md-checkbox .md-label:empty {
  margin-left: 24px;
  margin-right: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-left: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-right: 24px;
}

md-input-container .md-checkbox-link-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;
  cursor: pointer;
  top: -21px;
  margin-left: 18px;
  margin-right: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-left: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-right: 18px;
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}
[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}
.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}
.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}
.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}
[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}
.md-contact-suggestion .md-contact-name, .md-contact-suggestion .md-contact-email {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-contact-chips-suggestions li {
  height: 100%;
}

md-chips {
  display: flex;
}

.md-chips {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}
.md-chips:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}
.md-chips.md-readonly .md-chip-input-container {
  min-height: 32px;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips.md-removable md-chip {
  padding-right: 28px;
}
[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 28px;
}
.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 4px;
}
[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 0;
  padding-left: 4px;
}
.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
}
[dir=rtl] .md-chips md-chip {
  float: right;
}
.md-chips md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-chips md-chip .md-chip-content {
  float: right;
}
.md-chips md-chip .md-chip-content:focus {
  outline: none;
}
.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}
[dir=rtl] .md-chips md-chip .md-chip-remove-container {
  right: auto;
  left: 0;
}
.md-chips md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}
.md-chips md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  flex-grow: 1;
  float: left;
}
[dir=rtl] .md-chips .md-chip-input-container {
  margin: 8px 0 0 8px;
}
[dir=rtl] .md-chips .md-chip-input-container {
  float: right;
}
.md-chips .md-chip-input-container input {
  width: 100%;
}
.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel], .md-chips .md-chip-input-container input[type=url], .md-chips .md-chip-input-container input[type=text] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type=email]:focus, .md-chips .md-chip-input-container input[type=number]:focus, .md-chips .md-chip-input-container input[type=tel]:focus, .md-chips .md-chip-input-container input[type=url]:focus, .md-chips .md-chip-input-container input[type=text]:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  background: transparent;
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0;
}
[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 0 0 8px;
}
.md-chips .md-chip-input-container input {
  background: transparent;
  border-width: 0;
}
.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container,
md-chip {
    border: 1px solid #fff;
  }

  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
@media print {
  md-content {
    overflow: visible !important;
  }
}

/** Styles for mdCalendar. */
md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}
.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}
.md-calendar-date:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-date:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-date:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-date:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}
[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}
.md-calendar-month-label.md-calendar-label-clickable {
  cursor: pointer;
}
.md-calendar-month-label md-icon {
  transform: rotate(180deg);
}
[dir=rtl] .md-calendar-month-label md-icon {
  transform: none;
}
.md-calendar-month-label span {
  vertical-align: middle;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  height: 40px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: normal;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-left: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.md-calendar:first-child {
  border-top: 1px solid transparent;
}
.md-calendar tbody, .md-calendar td, .md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

/** Styles for mdDatepicker. */
md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.md-inline-form md-datepicker {
  margin-top: 12px;
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  vertical-align: middle;
  position: relative;
}
.md-datepicker-button:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  speak: none;
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  min-width: 120px;
  max-width: 328px;
  padding: 0 0 5px;
}
.md-datepicker-input::-ms-clear {
  display: none;
}

._md-datepicker-floating-label > md-datepicker {
  overflow: visible;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
  border: none;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: left;
  margin-top: -16px;
  top: 13.5px;
}
[dir=rtl] ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: right;
}
._md-datepicker-floating-label .md-input {
  float: none;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: 18px;
  left: auto;
  width: calc(100% - 84px);
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: auto;
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 18px;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: 64px;
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: auto;
  margin-right: 64px;
}

._md-datepicker-has-triangle-icon {
  padding-right: 18px;
  margin-right: -18px;
}
[dir=rtl] ._md-datepicker-has-triangle-icon {
  padding-right: 0;
  padding-left: 18px;
}
[dir=rtl] ._md-datepicker-has-triangle-icon {
  margin-right: auto;
  margin-left: -18px;
}

.md-datepicker-input-container {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
}
.md-icon-button + .md-datepicker-input-container {
  margin-left: 12px;
}
[dir=rtl] .md-icon-button + .md-datepicker-input-container {
  margin-left: auto;
  margin-right: 12px;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  cursor: text;
}

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}
.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}
.md-datepicker-calendar md-calendar:focus {
  outline: none;
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  transform: translateX(45%);
}
[dir=rtl] .md-datepicker-triangle-button {
  right: auto;
  left: 0;
}
[dir=rtl] .md-datepicker-triangle-button {
  transform: translateX(-45%);
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}
md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open {
  overflow: hidden;
}
.md-datepicker-open .md-datepicker-input-container,
.md-datepicker-open input.md-input {
  border-bottom-color: transparent;
}
.md-datepicker-open .md-datepicker-triangle-button, .md-datepicker-open.md-input-has-value > label, .md-datepicker-open.md-input-has-placeholder > label {
  display: none;
}

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

.md-dialog-is-showing {
  max-height: 100%;
}

.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}
md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}
md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  order: 1;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
  margin-top: 0;
}
md-dialog md-dialog-content:focus {
  outline: none;
}
md-dialog md-dialog-content .md-subheader {
  margin: 0;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}
md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}
[dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}
[dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}
md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}
@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
md-divider[md-inset] {
  margin-left: 80px;
}
[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-right: 80px;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-divider,
.layout-xs-row > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-divider,
.layout-gt-xs-row:not(.layout-sm-column) > md-divider,
.layout-sm-row:not(.layout-sm-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
.layout-gt-sm-row:not(.layout-md-column) > md-divider,
.layout-md-row:not(.layout-md-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-md-row:not(.layout-lg-column) > md-divider,
.layout-lg-row:not(.layout-lg-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */
}
md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}
md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
  pointer-events: auto;
}
md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}
md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}
md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}
md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}
md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-down {
  flex-direction: column;
}
md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}
md-fab-speed-dial.md-up {
  flex-direction: column;
}
md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}
md-fab-speed-dial.md-left {
  flex-direction: row;
}
md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}
md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-right {
  flex-direction: row;
}
md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}
md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}
md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}
md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}
md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.1428571429s;
}

md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */
  /*
   * Open styling
   */
}
md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}
md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}
md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}
md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}
md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}
[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: auto;
  left: 0;
}
md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: auto;
  margin-left: 0.6rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -0.8rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: 8px;
}
md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}
[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: auto;
  right: 0;
}
md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}
md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}
md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}
md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}
md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}
md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}
md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}
md-grid-list md-grid-tile,
md-grid-list md-grid-tile > figure,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
md-grid-list md-grid-tile md-grid-tile-header,
md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }

  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0px;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */
}
md-input-container:after {
  content: "";
  display: table;
  clear: both;
}
md-input-container.md-block {
  display: block;
}
md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}
[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}
md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container > md-icon {
  left: auto;
}
[dir=rtl] md-input-container > md-icon {
  right: 2px;
}
md-input-container textarea,
md-input-container input[type=text],
md-input-container input[type=password],
md-input-container input[type=datetime],
md-input-container input[type=datetime-local],
md-input-container input[type=date],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week],
md-input-container input[type=number],
md-input-container input[type=email],
md-input-container input[type=url],
md-input-container input[type=search],
md-input-container input[type=tel],
md-input-container input[type=color] {
  /* remove default appearance from all input/textarea */
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container input[type=date],
md-input-container input[type=datetime-local],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week] {
  min-height: 30px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 30px;
  -ms-flex-preferred-size: auto;
}
md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
}
md-input-container label:not(.md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-right: 2px;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
}
md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-input-has-value .md-placeholder {
  padding-left: 3px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-right: 3px;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
  color: transparent;
}
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}
md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  box-sizing: border-box;
  float: left;
}
[dir=rtl] md-input-container .md-input {
  padding-left: 2px;
}
[dir=rtl] md-input-container .md-input {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-input {
  float: right;
}
md-input-container .md-input:focus {
  outline: none;
}
md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}
md-input-container .md-input.md-no-flex {
  flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
}
md-input-container .md-input-messages-animation {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}
[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}
md-input-container .md-input-message-animation, md-input-container .md-char-counter {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 8px;
}
md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
}
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter-prepare {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
}
md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left > label .md-placeholder, md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder {
  width: calc(100% - 36px);
  padding: 0;
}
md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-right: 36px;
}
md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  right: 36px;
}
md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-right: 0;
}
md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  left: 2px;
}
md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}
md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left.md-icon-right > label .md-placeholder {
  width: calc(100% - (36px * 2));
}

.md-resize-wrapper {
  position: relative;
}
.md-resize-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  cursor: ns-resize;
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0px 8px 0px;
}
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item::before,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 40px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 36px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container .md-secondary.md-button,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container .md-secondary.md-button {
  margin-top: 4px;
  margin-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container md-checkbox:not(.md-dense-disabled),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container md-checkbox:not(.md-dense-disabled) {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
  padding-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line::before, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-avatar-icon, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line::before, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}
md-list.md-dense:not(.md-dense-disabled) .md-subheader-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

md-list-item {
  position: relative;
}
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
md-list-item._md-button-wrap {
  position: relative;
}
md-list-item._md-button-wrap > div.md-button:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  border: medium none;
}
[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}
md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
  width: 100%;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner::before {
  content: "";
  min-height: inherit;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  flex: 1 1 auto;
}
md-list-item.md-no-proxy.md-button,
md-list-item .md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 0;
}
[dir=rtl] md-list-item.md-no-proxy.md-button,
[dir=rtl] md-list-item .md-no-style.md-button {
  text-align: right;
}
md-list-item.md-no-proxy.md-button > .md-ripple-container,
md-list-item .md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}
md-list-item.md-no-proxy:focus,
md-list-item .md-no-style:focus {
  outline: none;
}
md-list-item.md-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
[dir=rtl] md-list-item md-divider {
  left: auto;
  right: 0;
}
md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(100% - 72px);
  margin: 0 !important;
}
[dir=rtl] md-list-item md-divider[md-inset] {
  left: auto;
  right: 72px;
}
md-list-item,
md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
md-list-item::before,
md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list-item > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox,
md-list-item md-checkbox.md-secondary,
md-list-item .md-list-item-inner > div.md-primary > md-checkbox,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox,
md-list-item .md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}
md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox .md-label,
md-list-item md-checkbox.md-secondary .md-label,
md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label,
md-list-item .md-list-item-inner > md-checkbox .md-label,
md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}
md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 32px;
}
md-list-item .md-avatar, md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar,
md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
[dir=rtl] md-list-item .md-avatar, [dir=rtl] md-list-item .md-avatar-icon,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 16px;
}
md-list-item .md-avatar,
md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 40px;
  height: 40px;
}
md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-avatar-icon svg,
md-list-item .md-list-item-inner .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  min-height: 40px;
  margin-left: 0px;
  margin-right: 29px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-left: 29px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-right: 0px;
}
md-list-item .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary-container {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin: auto;
  margin-right: 0;
  margin-left: auto;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-right: auto;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-left: 0;
}
md-list-item .md-secondary-container .md-button:last-of-type, md-list-item .md-secondary-container .md-icon-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-checkbox,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox {
  margin: 0 6px;
  padding: 0 8px;
  min-height: 40px;
}
md-list-item .md-secondary-container md-checkbox:last-child,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  width: 40px;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-switch,
md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}
[dir=rtl] md-list-item .md-secondary-container md-switch,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}
md-list-item > p, md-list-item > .md-list-item-inner > p,
md-list-item .md-list-item-inner > p,
md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1 1 auto;
  margin: 0;
}
md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.6em;
}
md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line::before, md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line .md-avatar-icon, md-list-item.md-2-line > .md-no-style > .md-avatar, md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > md-icon:first-child, md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  align-self: flex-start;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
}
md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(100vh - 10px);
  overflow: auto;
}
.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}
.md-open-menu-container md-menu-content > * {
  opacity: 0;
}
.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}
.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}
.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}
md-menu-content.md-dense {
  max-height: 208px;
}
md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 32px;
}

md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
  /*
   * We cannot use flex on <button> elements due to a bug in Firefox, so we also can't use it on
   * <a> elements. Add some top padding to fix alignment since buttons automatically align their
   * text vertically.
   */
}
md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}
md-menu-item > a.md-button {
  padding-top: 5px;
}
md-menu-item > .md-button {
  text-align: left;
  display: inline-block;
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
md-menu-item > .md-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}
md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}
md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}
md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }

  md-menu-content[width="3"] {
    min-width: 168px;
  }

  md-menu-content[width="4"] {
    min-width: 224px;
  }

  md-menu-content[width="5"] {
    min-width: 280px;
  }

  md-menu-content[width="6"] {
    min-width: 336px;
  }

  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }

  md-menu-content[width="3"] {
    min-width: 192px;
  }

  md-menu-content[width="4"] {
    min-width: 256px;
  }

  md-menu-content[width="5"] {
    min-width: 320px;
  }

  md-menu-content[width="6"] {
    min-width: 384px;
  }

  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px;
}
md-toolbar.md-has-open-menu {
  position: relative;
  z-index: 100;
}

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}
md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}
md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}
md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2;
}

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: auto;
  right: 24px;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 32px 0 64px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 64px 0 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: right;
  margin: 0 8px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: left;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  border-radius: 0px;
  padding-left: 16px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: 0;
  padding-right: 16px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "\25BC";
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  right: auto;
  left: 28px;
}

/** Matches "md-tabs md-tabs-wrapper" style. */
.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}

._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.md-nav-item:first-of-type {
  margin-left: 8px;
}

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-button._md-nav-button:focus {
  outline: none;
}

md-nav-ink-bar {
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left top;
  will-change: transform;
  transition: transform 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}
md-nav-ink-bar.ng-animate {
  transition: none;
}

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}

@-webkit-keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-circular {
  transform: scale(-1, 1);
}
md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}
md-progress-circular.md-mode-indeterminate svg {
  -webkit-animation: indeterminate-rotate 1568.63ms linear infinite;
          animation: indeterminate-rotate 1568.63ms linear infinite;
}
md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-linear {
  transform: scale(-1, 1);
}
md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0px -23px;
}
md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
  transition: transform 0.2s linear;
}
md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
          animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
          animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
  -webkit-animation: none;
          animation: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
  -webkit-animation-name: none;
          animation-name: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  -webkit-animation-name: none;
          animation-name: none;
}
md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent !important;
  transition: all 0.2s linear;
}
md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  -webkit-animation: buffer 3s infinite linear;
          animation: buffer 3s infinite linear;
}

@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
            animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
            animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
            animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
            animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
            animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
            animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
            animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
            animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
            animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
            animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
            animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
            animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
            animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
            animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
            animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
            animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
            animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
            animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled] {
  cursor: default;
}
md-radio-button[disabled] .md-container {
  cursor: default;
}
md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}
[dir=rtl] md-radio-button .md-container {
  left: auto;
}
[dir=rtl] md-radio-button .md-container {
  right: 0;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .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-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}
md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}
md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale(0);
}
md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}
md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}
[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
}
[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
}

md-radio-group:focus {
  outline: none;
}
md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group[disabled] md-radio-button {
  cursor: default;
}
md-radio-group[disabled] md-radio-button .md-container {
  cursor: default;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-radio-button,
.layout-xs-row > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-sm-column) > md-radio-button,
.layout-sm-row:not(.layout-sm-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-md-column) > md-radio-button,
.layout-md-row:not(.layout-md-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-md-row:not(.layout-lg-column) > md-radio-button,
.layout-lg-row:not(.layout-lg-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button {
    margin-bottom: 0;
  }
}
.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}
.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px 10px 2px 6px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.md-inline-form md-radio-group md-radio-button .md-label {
  top: 4px;
}
.md-inline-form md-radio-group md-radio-button .md-container {
  margin-top: 2px;
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}
[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}
md-input-container.md-input-focused:not([md-no-float]) md-select:not([placeholder]) .md-select-placeholder span:first-child {
  transform: translate(-2px, -22px) scale(0.75);
}

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}
.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

.md-inline-form md-select {
  margin-top: 20px;
}

md-input-container > md-select, .md-inline-form md-input-container > md-select {
  margin-top: 0px;
}
md-input-container > md-select {
  order: 2;
}

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select {
  display: flex;
}
md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-select[disabled] .md-select-value {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-bottom: 2px;
  padding-top: 1px;
  transform: translateY(1px);
}
md-select:focus {
  outline: none;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}

md-input-container md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
}
md-input-container md-select[disabled] .md-select-value {
  background-position: bottom -1px left 0;
}
md-input-container md-select .md-select-value {
  min-height: 26px;
  border-bottom-width: 1px;
  padding-bottom: 1px;
}
md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 0;
  padding-right: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-right: 0;
}

.md-select-value {
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 88px;
  min-height: 26px;
  margin-bottom: auto;
  -ms-flex-item-align: start;
  flex-grow: 1;
}
[dir=rtl] .md-select-value {
  padding-left: 2px;
}
[dir=rtl] .md-select-value {
  padding-right: 0;
}
.md-select-value > span:not(.md-select-icon) {
  max-width: 100%;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
}
.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
  text-align: right;
  width: 24px;
  transform: translateY(-2px);
  font-size: 1.2rem;
}
[dir=rtl] .md-select-value .md-select-icon {
  align-items: flex-start;
}
[dir=rtl] .md-select-value .md-select-icon {
  text-align: left;
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "\25BC";
  position: relative;
  top: 2px;
  right: -4px;
  left: auto;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5);
}
[dir=rtl] .md-select-value .md-select-icon:after {
  right: auto;
}
[dir=rtl] .md-select-value .md-select-icon:after {
  left: -4px;
}
.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  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);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}
md-select-menu.md-reverse {
  flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
[dir=rtl] md-select-menu {
  transform-origin: right top;
}
md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}
md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: none;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

md-optgroup {
  display: block;
}
md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}
md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent;
  }

  md-select-menu {
    border: 1px solid #fff;
  }
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .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-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: transparent;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
  cursor: default;
}
md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: 10.6666666667px;
  margin-right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
}

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-sidenav ul {
  list-style: none;
}
md-sidenav.md-closed {
  display: none;
}
md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
  display: flex;
  transition: 0.2s ease-in all;
}
md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0%, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}
md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

.md-sidenav-backdrop.md-locked-open {
  display: none;
}

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}
.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff;
  }

  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
@-webkit-keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  flex-direction: row;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */
}
md-slider *, md-slider *:after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}
md-slider .md-slider-content {
  position: relative;
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}
md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
  height: 100%;
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}
[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}
md-slider .md-sign {
  /* Center the children (slider-thumb-text) */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -17px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 67.5px, 0);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  /* The arrow pointing down under the sign */
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0px;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}
[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) {
  /* Hide the sign and ticks in non-discrete mode */
}
md-slider:not([md-discrete]) .md-track-ticks,
md-slider:not([md-discrete]) .md-sign {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  -webkit-animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
  transform: scale(1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(0);
  -webkit-animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  -webkit-animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after, md-slider[md-discrete]:not([disabled]).md-active .md-sign,
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete][disabled][readonly] .md-sign,
md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-track-ticks {
  opacity: 0;
}
md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
md-slider[md-vertical] {
  flex-direction: column;
  min-height: 128px;
  min-width: 0;
}
md-slider[md-vertical] .md-slider-wrapper {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  align-self: center;
  display: flex;
  justify-content: center;
}
md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - (2px / 2));
}
md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(50% - 1px);
  bottom: 0;
}
md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}
md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}
md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}
md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
  /* The arrow pointing left next the sign */
}
md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider[md-vertical][md-discrete].md-active .md-sign:after,
md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}
md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-vertical][disabled][readonly] .md-sign,
md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
  right: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: auto;
}
md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}

md-slider-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
md-slider-container > *:first-child:not(md-slider), md-slider-container > *:last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}
md-slider-container > *:first-child:not(md-slider) {
  margin-right: 16px;
}
[dir=rtl] md-slider-container > *:first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}
md-slider-container > *:last-child:not(md-slider) {
  margin-left: 16px;
}
[dir=rtl] md-slider-container > *:last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}
md-slider-container[md-vertical] {
  flex-direction: column;
}
md-slider-container[md-vertical] > *:first-child:not(md-slider), md-slider-container[md-vertical] > *:last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
  height: 50px;
  margin-top: -25px;
}
[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}
.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}
.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
          animation: subheaderStickyHoverIn 0.3s ease-out both;
}

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}
.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}
.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}
.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}
.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
          animation: subheaderStickyHoverOut 0.3s ease-out both;
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  position: relative;
}
.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px;
}
.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}

[md-swipe-left], [md-swipe-right] {
  touch-action: pan-y;
}

[md-swipe-up], [md-swipe-down] {
  touch-action: pan-x;
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
  margin-right: 16px;
}
[dir=rtl] md-switch {
  margin-left: 16px;
}
[dir=rtl] md-switch {
  margin-right: inherit;
}
md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
}
md-switch[disabled] {
  cursor: default;
}
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: -webkit-grab;
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 8px;
  float: left;
}
[dir=rtl] md-switch .md-container {
  margin-right: 0px;
  margin-left: 8px;
}
md-switch.md-inverted .md-container {
  margin-right: initial;
  margin-left: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-right: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-left: initial;
}
md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}
md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  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-switch .md-thumb:before {
  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-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb-container,
md-switch:not(.md-dragging) .md-thumb {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }

  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E;
  }

  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@-webkit-keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}
md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}
md-tabs[md-align-tabs=bottom] > md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}
md-tabs[md-align-tabs=bottom] > md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}
md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}
md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate(0, 0);
}
md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tabs-wrapper md-prev-button:focus, md-tabs-wrapper md-next-button:focus {
  outline: none;
}
md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}
md-tabs-wrapper md-prev-button.ng-leave, md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}
md-tabs-wrapper md-prev-button md-icon, md-tabs-wrapper md-next-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] md-tabs-wrapper md-prev-button, [dir=rtl] md-tabs-wrapper md-next-button {
  transform: rotateY(180deg) translateY(-50%);
}
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}
[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}
[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}

md-pagination-wrapper {
  height: 48px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}
md-pagination-wrapper md-tab-item {
  min-width: 72px;
}
@media (min-width: 600px) {
  md-pagination-wrapper md-tab-item {
    min-width: 160px;
  }
}

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

md-tab-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.ng-leave, md-tab-content.md-no-transition {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}
md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}
md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content > div {
  flex: 1 0 100%;
  min-width: 0;
}
md-tab-content > div.ng-leave {
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-tab {
  float: right;
}
.md-tab.md-focused, .md-tab:focus {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs, md-toolbar + md-dialog-content md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-toast-text {
  padding: 0 8px;
}

md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */
}
md-toast .md-toast-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  justify-content: flex-start;
}
md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}
md-toast .md-toast-content span {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
md-toast.md-capsule {
  border-radius: 24px;
}
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}
md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-toast.md-swipeleft .md-toast-content, md-toast.md-swiperight .md-toast-content, md-toast.md-swipeup .md-toast-content, md-toast.md-swipedown .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.ng-enter {
  opacity: 0;
}
md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}
md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-right: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-left: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
    * When the toast doesn't take up the whole screen,
    * make it rotate when the user swipes it away
    */
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast._md-start {
    left: 0;
  }
  [dir=rtl] md-toast._md-start {
    left: auto;
    right: 0;
  }
  md-toast._md-end {
    right: 0;
  }
  [dir=rtl] md-toast._md-end {
    right: auto;
    left: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar._md-toolbar-transitions {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *,
md-toolbar *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
md-toolbar.ng-animate {
  transition: none;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}
.md-toolbar-tools md-checkbox {
  margin: inherit;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
.md-toolbar-tools .md-button.ng-animate, .md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
  transition: none;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }

  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }

  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
.md-tooltip {
  display: inline-block;
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}
.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}
.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}
.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}
.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
  transform: scale(1);
  opacity: 0.9;
}
.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transform: scale(0);
  opacity: 0;
}

.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-truncate.md-clip {
  text-overflow: clip;
}
.md-truncate.flex {
  width: 0;
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}
[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  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-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #ffffff;
  }
}
/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.flex-order {
  order: 0;
}

.flex-order--20 {
  order: -20;
}

.flex-order--19 {
  order: -19;
}

.flex-order--18 {
  order: -18;
}

.flex-order--17 {
  order: -17;
}

.flex-order--16 {
  order: -16;
}

.flex-order--15 {
  order: -15;
}

.flex-order--14 {
  order: -14;
}

.flex-order--13 {
  order: -13;
}

.flex-order--12 {
  order: -12;
}

.flex-order--11 {
  order: -11;
}

.flex-order--10 {
  order: -10;
}

.flex-order--9 {
  order: -9;
}

.flex-order--8 {
  order: -8;
}

.flex-order--7 {
  order: -7;
}

.flex-order--6 {
  order: -6;
}

.flex-order--5 {
  order: -5;
}

.flex-order--4 {
  order: -4;
}

.flex-order--3 {
  order: -3;
}

.flex-order--2 {
  order: -2;
}

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

.flex-order-0 {
  order: 0;
}

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

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-6 {
  order: 6;
}

.flex-order-7 {
  order: 7;
}

.flex-order-8 {
  order: 8;
}

.flex-order-9 {
  order: 9;
}

.flex-order-10 {
  order: 10;
}

.flex-order-11 {
  order: 11;
}

.flex-order-12 {
  order: 12;
}

.flex-order-13 {
  order: 13;
}

.flex-order-14 {
  order: 14;
}

.flex-order-15 {
  order: 15;
}

.flex-order-16 {
  order: 16;
}

.flex-order-17 {
  order: 17;
}

.flex-order-18 {
  order: 18;
}

.flex-order-19 {
  order: 19;
}

.flex-order-20 {
  order: 20;
}

.offset-0, .flex-offset-0, .layout-margin .flex-offset-0, .layout-margin .offset-0 {
  margin-left: 0;
}
[dir=rtl] .offset-0, [dir=rtl] .flex-offset-0, [dir=rtl] .layout-margin .flex-offset-0, [dir=rtl] .layout-margin .offset-0 {
  margin-left: auto;
  margin-right: 0;
}

.offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
  margin-left: 5%;
}
[dir=rtl] .offset-5, [dir=rtl] .flex-offset-5, [dir=rtl] .layout-margin .flex-offset-5, [dir=rtl] .layout-margin .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}

.offset-10, .flex-offset-10, .layout-margin .flex-offset-10, .layout-margin .offset-10 {
  margin-left: 10%;
}
[dir=rtl] .offset-10, [dir=rtl] .flex-offset-10, [dir=rtl] .layout-margin .flex-offset-10, [dir=rtl] .layout-margin .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}

.offset-15, .flex-offset-15, .layout-margin .flex-offset-15, .layout-margin .offset-15 {
  margin-left: 15%;
}
[dir=rtl] .offset-15, [dir=rtl] .flex-offset-15, [dir=rtl] .layout-margin .flex-offset-15, [dir=rtl] .layout-margin .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}

.offset-20, .flex-offset-20, .layout-margin .flex-offset-20, .layout-margin .offset-20 {
  margin-left: 20%;
}
[dir=rtl] .offset-20, [dir=rtl] .flex-offset-20, [dir=rtl] .layout-margin .flex-offset-20, [dir=rtl] .layout-margin .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}

.offset-25, .flex-offset-25, .layout-margin .flex-offset-25, .layout-margin .offset-25 {
  margin-left: 25%;
}
[dir=rtl] .offset-25, [dir=rtl] .flex-offset-25, [dir=rtl] .layout-margin .flex-offset-25, [dir=rtl] .layout-margin .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}

.offset-30, .flex-offset-30, .layout-margin .flex-offset-30, .layout-margin .offset-30 {
  margin-left: 30%;
}
[dir=rtl] .offset-30, [dir=rtl] .flex-offset-30, [dir=rtl] .layout-margin .flex-offset-30, [dir=rtl] .layout-margin .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}

.offset-35, .flex-offset-35, .layout-margin .flex-offset-35, .layout-margin .offset-35 {
  margin-left: 35%;
}
[dir=rtl] .offset-35, [dir=rtl] .flex-offset-35, [dir=rtl] .layout-margin .flex-offset-35, [dir=rtl] .layout-margin .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}

.offset-40, .flex-offset-40, .layout-margin .flex-offset-40, .layout-margin .offset-40 {
  margin-left: 40%;
}
[dir=rtl] .offset-40, [dir=rtl] .flex-offset-40, [dir=rtl] .layout-margin .flex-offset-40, [dir=rtl] .layout-margin .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}

.offset-45, .flex-offset-45, .layout-margin .flex-offset-45, .layout-margin .offset-45 {
  margin-left: 45%;
}
[dir=rtl] .offset-45, [dir=rtl] .flex-offset-45, [dir=rtl] .layout-margin .flex-offset-45, [dir=rtl] .layout-margin .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}

.offset-50, .flex-offset-50, .layout-margin .flex-offset-50, .layout-margin .offset-50 {
  margin-left: 50%;
}
[dir=rtl] .offset-50, [dir=rtl] .flex-offset-50, [dir=rtl] .layout-margin .flex-offset-50, [dir=rtl] .layout-margin .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}

.offset-55, .flex-offset-55, .layout-margin .flex-offset-55, .layout-margin .offset-55 {
  margin-left: 55%;
}
[dir=rtl] .offset-55, [dir=rtl] .flex-offset-55, [dir=rtl] .layout-margin .flex-offset-55, [dir=rtl] .layout-margin .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}

.offset-60, .flex-offset-60, .layout-margin .flex-offset-60, .layout-margin .offset-60 {
  margin-left: 60%;
}
[dir=rtl] .offset-60, [dir=rtl] .flex-offset-60, [dir=rtl] .layout-margin .flex-offset-60, [dir=rtl] .layout-margin .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}

.offset-65, .flex-offset-65, .layout-margin .flex-offset-65, .layout-margin .offset-65 {
  margin-left: 65%;
}
[dir=rtl] .offset-65, [dir=rtl] .flex-offset-65, [dir=rtl] .layout-margin .flex-offset-65, [dir=rtl] .layout-margin .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}

.offset-70, .flex-offset-70, .layout-margin .flex-offset-70, .layout-margin .offset-70 {
  margin-left: 70%;
}
[dir=rtl] .offset-70, [dir=rtl] .flex-offset-70, [dir=rtl] .layout-margin .flex-offset-70, [dir=rtl] .layout-margin .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}

.offset-75, .flex-offset-75, .layout-margin .flex-offset-75, .layout-margin .offset-75 {
  margin-left: 75%;
}
[dir=rtl] .offset-75, [dir=rtl] .flex-offset-75, [dir=rtl] .layout-margin .flex-offset-75, [dir=rtl] .layout-margin .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}

.offset-80, .flex-offset-80, .layout-margin .flex-offset-80, .layout-margin .offset-80 {
  margin-left: 80%;
}
[dir=rtl] .offset-80, [dir=rtl] .flex-offset-80, [dir=rtl] .layout-margin .flex-offset-80, [dir=rtl] .layout-margin .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}

.offset-85, .flex-offset-85, .layout-margin .flex-offset-85, .layout-margin .offset-85 {
  margin-left: 85%;
}
[dir=rtl] .offset-85, [dir=rtl] .flex-offset-85, [dir=rtl] .layout-margin .flex-offset-85, [dir=rtl] .layout-margin .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}

.offset-90, .flex-offset-90, .layout-margin .flex-offset-90, .layout-margin .offset-90 {
  margin-left: 90%;
}
[dir=rtl] .offset-90, [dir=rtl] .flex-offset-90, [dir=rtl] .layout-margin .flex-offset-90, [dir=rtl] .layout-margin .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}

.offset-95, .flex-offset-95, .layout-margin .flex-offset-95, .layout-margin .offset-95 {
  margin-left: 95%;
}
[dir=rtl] .offset-95, [dir=rtl] .flex-offset-95, [dir=rtl] .layout-margin .flex-offset-95, [dir=rtl] .layout-margin .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}

.offset-33, .flex-offset-33, .layout-margin .flex-offset-33, .layout-margin .offset-33 {
  margin-left: 33.3333333333%;
}

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: 66.6666666667%;
}
[dir=rtl] .offset-66, [dir=rtl] .flex-offset-66, [dir=rtl] .layout-margin .flex-offset-66, [dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: 66.6666666667%;
}

.layout-align,
.layout-align-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  justify-content: flex-start;
}

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  justify-content: center;
}

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  justify-content: flex-end;
}

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  justify-content: space-around;
}

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  justify-content: space-between;
}

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  align-items: flex-start;
  align-content: flex-start;
}

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box;
}

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  align-items: flex-end;
  align-content: flex-end;
}

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  align-items: stretch;
  align-content: stretch;
}

.flex {
  flex: 1;
  box-sizing: border-box;
}

.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.layout-column > .flex-0 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}

.flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-5 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

.flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-10 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

.flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-15 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

.flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-20 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

.flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-25 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

.flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-30 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

.flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-35 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

.flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-40 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

.flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-45 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

.flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-50 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

.flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-55 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

.flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-60 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

.flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-65 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

.flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-70 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

.flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-75 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

.flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-80 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

.flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-85 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

.flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-90 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

.flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-95 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

.flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex {
  min-width: 0;
}

.layout-column > .flex-33 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
.layout-column > .flex {
  min-height: 0;
}

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: flex;
}

.layout-column {
  flex-direction: column;
}

.layout-row {
  flex-direction: row;
}

.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px;
}

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}

.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px;
}

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}

.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px;
}

.layout-wrap {
  flex-wrap: wrap;
}

.layout-nowrap {
  flex-wrap: nowrap;
}

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none;
  }

  .flex-order-xs--20 {
    order: -20;
  }

  .flex-order-xs--19 {
    order: -19;
  }

  .flex-order-xs--18 {
    order: -18;
  }

  .flex-order-xs--17 {
    order: -17;
  }

  .flex-order-xs--16 {
    order: -16;
  }

  .flex-order-xs--15 {
    order: -15;
  }

  .flex-order-xs--14 {
    order: -14;
  }

  .flex-order-xs--13 {
    order: -13;
  }

  .flex-order-xs--12 {
    order: -12;
  }

  .flex-order-xs--11 {
    order: -11;
  }

  .flex-order-xs--10 {
    order: -10;
  }

  .flex-order-xs--9 {
    order: -9;
  }

  .flex-order-xs--8 {
    order: -8;
  }

  .flex-order-xs--7 {
    order: -7;
  }

  .flex-order-xs--6 {
    order: -6;
  }

  .flex-order-xs--5 {
    order: -5;
  }

  .flex-order-xs--4 {
    order: -4;
  }

  .flex-order-xs--3 {
    order: -3;
  }

  .flex-order-xs--2 {
    order: -2;
  }

  .flex-order-xs--1 {
    order: -1;
  }

  .flex-order-xs-0 {
    order: 0;
  }

  .flex-order-xs-1 {
    order: 1;
  }

  .flex-order-xs-2 {
    order: 2;
  }

  .flex-order-xs-3 {
    order: 3;
  }

  .flex-order-xs-4 {
    order: 4;
  }

  .flex-order-xs-5 {
    order: 5;
  }

  .flex-order-xs-6 {
    order: 6;
  }

  .flex-order-xs-7 {
    order: 7;
  }

  .flex-order-xs-8 {
    order: 8;
  }

  .flex-order-xs-9 {
    order: 9;
  }

  .flex-order-xs-10 {
    order: 10;
  }

  .flex-order-xs-11 {
    order: 11;
  }

  .flex-order-xs-12 {
    order: 12;
  }

  .flex-order-xs-13 {
    order: 13;
  }

  .flex-order-xs-14 {
    order: 14;
  }

  .flex-order-xs-15 {
    order: 15;
  }

  .flex-order-xs-16 {
    order: 16;
  }

  .flex-order-xs-17 {
    order: 17;
  }

  .flex-order-xs-18 {
    order: 18;
  }

  .flex-order-xs-19 {
    order: 19;
  }

  .flex-order-xs-20 {
    order: 20;
  }

  .offset-xs-0, .flex-offset-xs-0, .layout-margin .flex-offset-xs-0, .layout-margin .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0, [dir=rtl] .layout-margin .flex-offset-xs-0, [dir=rtl] .layout-margin .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-xs-5, .flex-offset-xs-5, .layout-margin .flex-offset-xs-5, .layout-margin .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5, [dir=rtl] .layout-margin .flex-offset-xs-5, [dir=rtl] .layout-margin .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-xs-10, .flex-offset-xs-10, .layout-margin .flex-offset-xs-10, .layout-margin .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10, [dir=rtl] .layout-margin .flex-offset-xs-10, [dir=rtl] .layout-margin .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-xs-15, .flex-offset-xs-15, .layout-margin .flex-offset-xs-15, .layout-margin .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15, [dir=rtl] .layout-margin .flex-offset-xs-15, [dir=rtl] .layout-margin .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-xs-20, .flex-offset-xs-20, .layout-margin .flex-offset-xs-20, .layout-margin .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20, [dir=rtl] .layout-margin .flex-offset-xs-20, [dir=rtl] .layout-margin .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-xs-25, .flex-offset-xs-25, .layout-margin .flex-offset-xs-25, .layout-margin .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25, [dir=rtl] .layout-margin .flex-offset-xs-25, [dir=rtl] .layout-margin .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-xs-30, .flex-offset-xs-30, .layout-margin .flex-offset-xs-30, .layout-margin .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30, [dir=rtl] .layout-margin .flex-offset-xs-30, [dir=rtl] .layout-margin .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-xs-35, .flex-offset-xs-35, .layout-margin .flex-offset-xs-35, .layout-margin .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35, [dir=rtl] .layout-margin .flex-offset-xs-35, [dir=rtl] .layout-margin .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-xs-40, .flex-offset-xs-40, .layout-margin .flex-offset-xs-40, .layout-margin .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40, [dir=rtl] .layout-margin .flex-offset-xs-40, [dir=rtl] .layout-margin .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-xs-45, .flex-offset-xs-45, .layout-margin .flex-offset-xs-45, .layout-margin .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45, [dir=rtl] .layout-margin .flex-offset-xs-45, [dir=rtl] .layout-margin .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-xs-50, .flex-offset-xs-50, .layout-margin .flex-offset-xs-50, .layout-margin .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50, [dir=rtl] .layout-margin .flex-offset-xs-50, [dir=rtl] .layout-margin .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-xs-55, .flex-offset-xs-55, .layout-margin .flex-offset-xs-55, .layout-margin .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55, [dir=rtl] .layout-margin .flex-offset-xs-55, [dir=rtl] .layout-margin .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-xs-60, .flex-offset-xs-60, .layout-margin .flex-offset-xs-60, .layout-margin .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60, [dir=rtl] .layout-margin .flex-offset-xs-60, [dir=rtl] .layout-margin .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-xs-65, .flex-offset-xs-65, .layout-margin .flex-offset-xs-65, .layout-margin .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65, [dir=rtl] .layout-margin .flex-offset-xs-65, [dir=rtl] .layout-margin .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-xs-70, .flex-offset-xs-70, .layout-margin .flex-offset-xs-70, .layout-margin .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70, [dir=rtl] .layout-margin .flex-offset-xs-70, [dir=rtl] .layout-margin .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-xs-75, .flex-offset-xs-75, .layout-margin .flex-offset-xs-75, .layout-margin .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75, [dir=rtl] .layout-margin .flex-offset-xs-75, [dir=rtl] .layout-margin .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-xs-80, .flex-offset-xs-80, .layout-margin .flex-offset-xs-80, .layout-margin .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80, [dir=rtl] .layout-margin .flex-offset-xs-80, [dir=rtl] .layout-margin .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-xs-85, .flex-offset-xs-85, .layout-margin .flex-offset-xs-85, .layout-margin .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85, [dir=rtl] .layout-margin .flex-offset-xs-85, [dir=rtl] .layout-margin .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-xs-90, .flex-offset-xs-90, .layout-margin .flex-offset-xs-90, .layout-margin .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90, [dir=rtl] .layout-margin .flex-offset-xs-90, [dir=rtl] .layout-margin .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-xs-95, .flex-offset-xs-95, .layout-margin .flex-offset-xs-95, .layout-margin .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95, [dir=rtl] .layout-margin .flex-offset-xs-95, [dir=rtl] .layout-margin .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-xs-33, .flex-offset-xs-33, .layout-margin .flex-offset-xs-33, .layout-margin .offset-xs-33 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66, [dir=rtl] .layout-margin .flex-offset-xs-66, [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-xs,
.layout-align-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xs-start,
.layout-align-xs-start-start,
.layout-align-xs-start-center,
.layout-align-xs-start-end,
.layout-align-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xs-center,
.layout-align-xs-center-start,
.layout-align-xs-center-center,
.layout-align-xs-center-end,
.layout-align-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-xs-end,
.layout-align-xs-end-start,
.layout-align-xs-end-center,
.layout-align-xs-end-end,
.layout-align-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xs-space-around,
.layout-align-xs-space-around-center,
.layout-align-xs-space-around-start,
.layout-align-xs-space-around-end,
.layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xs-space-between,
.layout-align-xs-space-between-center,
.layout-align-xs-space-between-start,
.layout-align-xs-space-between-end,
.layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xs-start-start,
.layout-align-xs-center-start,
.layout-align-xs-end-start,
.layout-align-xs-space-between-start,
.layout-align-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xs-start-center,
.layout-align-xs-center-center,
.layout-align-xs-end-center,
.layout-align-xs-space-between-center,
.layout-align-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xs-start-center > *,
.layout-align-xs-center-center > *,
.layout-align-xs-end-center > *,
.layout-align-xs-space-between-center > *,
.layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xs-start-end,
.layout-align-xs-center-end,
.layout-align-xs-end-end,
.layout-align-xs-space-between-end,
.layout-align-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xs-start-stretch,
.layout-align-xs-center-stretch,
.layout-align-xs-end-stretch,
.layout-align-xs-space-between-stretch,
.layout-align-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-xs {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex {
    min-width: 0;
  }

  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex {
    min-height: 0;
  }

  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xs-column {
    flex-direction: column;
  }

  .layout-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }

  .flex-order-gt-xs--19 {
    order: -19;
  }

  .flex-order-gt-xs--18 {
    order: -18;
  }

  .flex-order-gt-xs--17 {
    order: -17;
  }

  .flex-order-gt-xs--16 {
    order: -16;
  }

  .flex-order-gt-xs--15 {
    order: -15;
  }

  .flex-order-gt-xs--14 {
    order: -14;
  }

  .flex-order-gt-xs--13 {
    order: -13;
  }

  .flex-order-gt-xs--12 {
    order: -12;
  }

  .flex-order-gt-xs--11 {
    order: -11;
  }

  .flex-order-gt-xs--10 {
    order: -10;
  }

  .flex-order-gt-xs--9 {
    order: -9;
  }

  .flex-order-gt-xs--8 {
    order: -8;
  }

  .flex-order-gt-xs--7 {
    order: -7;
  }

  .flex-order-gt-xs--6 {
    order: -6;
  }

  .flex-order-gt-xs--5 {
    order: -5;
  }

  .flex-order-gt-xs--4 {
    order: -4;
  }

  .flex-order-gt-xs--3 {
    order: -3;
  }

  .flex-order-gt-xs--2 {
    order: -2;
  }

  .flex-order-gt-xs--1 {
    order: -1;
  }

  .flex-order-gt-xs-0 {
    order: 0;
  }

  .flex-order-gt-xs-1 {
    order: 1;
  }

  .flex-order-gt-xs-2 {
    order: 2;
  }

  .flex-order-gt-xs-3 {
    order: 3;
  }

  .flex-order-gt-xs-4 {
    order: 4;
  }

  .flex-order-gt-xs-5 {
    order: 5;
  }

  .flex-order-gt-xs-6 {
    order: 6;
  }

  .flex-order-gt-xs-7 {
    order: 7;
  }

  .flex-order-gt-xs-8 {
    order: 8;
  }

  .flex-order-gt-xs-9 {
    order: 9;
  }

  .flex-order-gt-xs-10 {
    order: 10;
  }

  .flex-order-gt-xs-11 {
    order: 11;
  }

  .flex-order-gt-xs-12 {
    order: 12;
  }

  .flex-order-gt-xs-13 {
    order: 13;
  }

  .flex-order-gt-xs-14 {
    order: 14;
  }

  .flex-order-gt-xs-15 {
    order: 15;
  }

  .flex-order-gt-xs-16 {
    order: 16;
  }

  .flex-order-gt-xs-17 {
    order: 17;
  }

  .flex-order-gt-xs-18 {
    order: 18;
  }

  .flex-order-gt-xs-19 {
    order: 19;
  }

  .flex-order-gt-xs-20 {
    order: 20;
  }

  .offset-gt-xs-0, .flex-offset-gt-xs-0, .layout-margin .flex-offset-gt-xs-0, .layout-margin .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-xs-5, .flex-offset-gt-xs-5, .layout-margin .flex-offset-gt-xs-5, .layout-margin .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-xs-10, .flex-offset-gt-xs-10, .layout-margin .flex-offset-gt-xs-10, .layout-margin .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-xs-15, .flex-offset-gt-xs-15, .layout-margin .flex-offset-gt-xs-15, .layout-margin .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-xs-20, .flex-offset-gt-xs-20, .layout-margin .flex-offset-gt-xs-20, .layout-margin .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-xs-25, .flex-offset-gt-xs-25, .layout-margin .flex-offset-gt-xs-25, .layout-margin .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-xs-30, .flex-offset-gt-xs-30, .layout-margin .flex-offset-gt-xs-30, .layout-margin .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-xs-35, .flex-offset-gt-xs-35, .layout-margin .flex-offset-gt-xs-35, .layout-margin .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-xs-40, .flex-offset-gt-xs-40, .layout-margin .flex-offset-gt-xs-40, .layout-margin .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-xs-45, .flex-offset-gt-xs-45, .layout-margin .flex-offset-gt-xs-45, .layout-margin .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-xs-50, .flex-offset-gt-xs-50, .layout-margin .flex-offset-gt-xs-50, .layout-margin .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-xs-55, .flex-offset-gt-xs-55, .layout-margin .flex-offset-gt-xs-55, .layout-margin .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-xs-60, .flex-offset-gt-xs-60, .layout-margin .flex-offset-gt-xs-60, .layout-margin .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-xs-65, .flex-offset-gt-xs-65, .layout-margin .flex-offset-gt-xs-65, .layout-margin .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-xs-70, .flex-offset-gt-xs-70, .layout-margin .flex-offset-gt-xs-70, .layout-margin .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-xs-75, .flex-offset-gt-xs-75, .layout-margin .flex-offset-gt-xs-75, .layout-margin .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-xs-80, .flex-offset-gt-xs-80, .layout-margin .flex-offset-gt-xs-80, .layout-margin .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-xs-85, .flex-offset-gt-xs-85, .layout-margin .flex-offset-gt-xs-85, .layout-margin .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-xs-90, .flex-offset-gt-xs-90, .layout-margin .flex-offset-gt-xs-90, .layout-margin .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-xs-95, .flex-offset-gt-xs-95, .layout-margin .flex-offset-gt-xs-95, .layout-margin .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-xs-33, .flex-offset-gt-xs-33, .layout-margin .flex-offset-gt-xs-33, .layout-margin .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-xs,
.layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-xs-start,
.layout-align-gt-xs-start-start,
.layout-align-gt-xs-start-center,
.layout-align-gt-xs-start-end,
.layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-xs-center,
.layout-align-gt-xs-center-start,
.layout-align-gt-xs-center-center,
.layout-align-gt-xs-center-end,
.layout-align-gt-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-xs-end,
.layout-align-gt-xs-end-start,
.layout-align-gt-xs-end-center,
.layout-align-gt-xs-end-end,
.layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-xs-space-around,
.layout-align-gt-xs-space-around-center,
.layout-align-gt-xs-space-around-start,
.layout-align-gt-xs-space-around-end,
.layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-xs-space-between,
.layout-align-gt-xs-space-between-center,
.layout-align-gt-xs-space-between-start,
.layout-align-gt-xs-space-between-end,
.layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-xs-start-start,
.layout-align-gt-xs-center-start,
.layout-align-gt-xs-end-start,
.layout-align-gt-xs-space-between-start,
.layout-align-gt-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-xs-start-center,
.layout-align-gt-xs-center-center,
.layout-align-gt-xs-end-center,
.layout-align-gt-xs-space-between-center,
.layout-align-gt-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-xs-start-center > *,
.layout-align-gt-xs-center-center > *,
.layout-align-gt-xs-end-center > *,
.layout-align-gt-xs-space-between-center > *,
.layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-xs-start-end,
.layout-align-gt-xs-center-end,
.layout-align-gt-xs-end-end,
.layout-align-gt-xs-space-between-end,
.layout-align-gt-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-xs-start-stretch,
.layout-align-gt-xs-center-stretch,
.layout-align-gt-xs-end-stretch,
.layout-align-gt-xs-space-between-stretch,
.layout-align-gt-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }

  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }

  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-xs-column {
    flex-direction: column;
  }

  .layout-gt-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .flex-order-sm--20 {
    order: -20;
  }

  .flex-order-sm--19 {
    order: -19;
  }

  .flex-order-sm--18 {
    order: -18;
  }

  .flex-order-sm--17 {
    order: -17;
  }

  .flex-order-sm--16 {
    order: -16;
  }

  .flex-order-sm--15 {
    order: -15;
  }

  .flex-order-sm--14 {
    order: -14;
  }

  .flex-order-sm--13 {
    order: -13;
  }

  .flex-order-sm--12 {
    order: -12;
  }

  .flex-order-sm--11 {
    order: -11;
  }

  .flex-order-sm--10 {
    order: -10;
  }

  .flex-order-sm--9 {
    order: -9;
  }

  .flex-order-sm--8 {
    order: -8;
  }

  .flex-order-sm--7 {
    order: -7;
  }

  .flex-order-sm--6 {
    order: -6;
  }

  .flex-order-sm--5 {
    order: -5;
  }

  .flex-order-sm--4 {
    order: -4;
  }

  .flex-order-sm--3 {
    order: -3;
  }

  .flex-order-sm--2 {
    order: -2;
  }

  .flex-order-sm--1 {
    order: -1;
  }

  .flex-order-sm-0 {
    order: 0;
  }

  .flex-order-sm-1 {
    order: 1;
  }

  .flex-order-sm-2 {
    order: 2;
  }

  .flex-order-sm-3 {
    order: 3;
  }

  .flex-order-sm-4 {
    order: 4;
  }

  .flex-order-sm-5 {
    order: 5;
  }

  .flex-order-sm-6 {
    order: 6;
  }

  .flex-order-sm-7 {
    order: 7;
  }

  .flex-order-sm-8 {
    order: 8;
  }

  .flex-order-sm-9 {
    order: 9;
  }

  .flex-order-sm-10 {
    order: 10;
  }

  .flex-order-sm-11 {
    order: 11;
  }

  .flex-order-sm-12 {
    order: 12;
  }

  .flex-order-sm-13 {
    order: 13;
  }

  .flex-order-sm-14 {
    order: 14;
  }

  .flex-order-sm-15 {
    order: 15;
  }

  .flex-order-sm-16 {
    order: 16;
  }

  .flex-order-sm-17 {
    order: 17;
  }

  .flex-order-sm-18 {
    order: 18;
  }

  .flex-order-sm-19 {
    order: 19;
  }

  .flex-order-sm-20 {
    order: 20;
  }

  .offset-sm-0, .flex-offset-sm-0, .layout-margin .flex-offset-sm-0, .layout-margin .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0, [dir=rtl] .layout-margin .flex-offset-sm-0, [dir=rtl] .layout-margin .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-sm-5, .flex-offset-sm-5, .layout-margin .flex-offset-sm-5, .layout-margin .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5, [dir=rtl] .layout-margin .flex-offset-sm-5, [dir=rtl] .layout-margin .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-sm-10, .flex-offset-sm-10, .layout-margin .flex-offset-sm-10, .layout-margin .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10, [dir=rtl] .layout-margin .flex-offset-sm-10, [dir=rtl] .layout-margin .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-sm-15, .flex-offset-sm-15, .layout-margin .flex-offset-sm-15, .layout-margin .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15, [dir=rtl] .layout-margin .flex-offset-sm-15, [dir=rtl] .layout-margin .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-sm-20, .flex-offset-sm-20, .layout-margin .flex-offset-sm-20, .layout-margin .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20, [dir=rtl] .layout-margin .flex-offset-sm-20, [dir=rtl] .layout-margin .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-sm-25, .flex-offset-sm-25, .layout-margin .flex-offset-sm-25, .layout-margin .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25, [dir=rtl] .layout-margin .flex-offset-sm-25, [dir=rtl] .layout-margin .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-sm-30, .flex-offset-sm-30, .layout-margin .flex-offset-sm-30, .layout-margin .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30, [dir=rtl] .layout-margin .flex-offset-sm-30, [dir=rtl] .layout-margin .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-sm-35, .flex-offset-sm-35, .layout-margin .flex-offset-sm-35, .layout-margin .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35, [dir=rtl] .layout-margin .flex-offset-sm-35, [dir=rtl] .layout-margin .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-sm-40, .flex-offset-sm-40, .layout-margin .flex-offset-sm-40, .layout-margin .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40, [dir=rtl] .layout-margin .flex-offset-sm-40, [dir=rtl] .layout-margin .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-sm-45, .flex-offset-sm-45, .layout-margin .flex-offset-sm-45, .layout-margin .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45, [dir=rtl] .layout-margin .flex-offset-sm-45, [dir=rtl] .layout-margin .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-sm-50, .flex-offset-sm-50, .layout-margin .flex-offset-sm-50, .layout-margin .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50, [dir=rtl] .layout-margin .flex-offset-sm-50, [dir=rtl] .layout-margin .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-sm-55, .flex-offset-sm-55, .layout-margin .flex-offset-sm-55, .layout-margin .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55, [dir=rtl] .layout-margin .flex-offset-sm-55, [dir=rtl] .layout-margin .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-sm-60, .flex-offset-sm-60, .layout-margin .flex-offset-sm-60, .layout-margin .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60, [dir=rtl] .layout-margin .flex-offset-sm-60, [dir=rtl] .layout-margin .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-sm-65, .flex-offset-sm-65, .layout-margin .flex-offset-sm-65, .layout-margin .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65, [dir=rtl] .layout-margin .flex-offset-sm-65, [dir=rtl] .layout-margin .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-sm-70, .flex-offset-sm-70, .layout-margin .flex-offset-sm-70, .layout-margin .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70, [dir=rtl] .layout-margin .flex-offset-sm-70, [dir=rtl] .layout-margin .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-sm-75, .flex-offset-sm-75, .layout-margin .flex-offset-sm-75, .layout-margin .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75, [dir=rtl] .layout-margin .flex-offset-sm-75, [dir=rtl] .layout-margin .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-sm-80, .flex-offset-sm-80, .layout-margin .flex-offset-sm-80, .layout-margin .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80, [dir=rtl] .layout-margin .flex-offset-sm-80, [dir=rtl] .layout-margin .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-sm-85, .flex-offset-sm-85, .layout-margin .flex-offset-sm-85, .layout-margin .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85, [dir=rtl] .layout-margin .flex-offset-sm-85, [dir=rtl] .layout-margin .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-sm-90, .flex-offset-sm-90, .layout-margin .flex-offset-sm-90, .layout-margin .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90, [dir=rtl] .layout-margin .flex-offset-sm-90, [dir=rtl] .layout-margin .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-sm-95, .flex-offset-sm-95, .layout-margin .flex-offset-sm-95, .layout-margin .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95, [dir=rtl] .layout-margin .flex-offset-sm-95, [dir=rtl] .layout-margin .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-sm-33, .flex-offset-sm-33, .layout-margin .flex-offset-sm-33, .layout-margin .offset-sm-33 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66, [dir=rtl] .layout-margin .flex-offset-sm-66, [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-sm,
.layout-align-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-sm-start,
.layout-align-sm-start-start,
.layout-align-sm-start-center,
.layout-align-sm-start-end,
.layout-align-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-sm-center,
.layout-align-sm-center-start,
.layout-align-sm-center-center,
.layout-align-sm-center-end,
.layout-align-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-sm-end,
.layout-align-sm-end-start,
.layout-align-sm-end-center,
.layout-align-sm-end-end,
.layout-align-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-sm-space-around,
.layout-align-sm-space-around-center,
.layout-align-sm-space-around-start,
.layout-align-sm-space-around-end,
.layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-sm-space-between,
.layout-align-sm-space-between-center,
.layout-align-sm-space-between-start,
.layout-align-sm-space-between-end,
.layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-sm-start-start,
.layout-align-sm-center-start,
.layout-align-sm-end-start,
.layout-align-sm-space-between-start,
.layout-align-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-sm-start-center,
.layout-align-sm-center-center,
.layout-align-sm-end-center,
.layout-align-sm-space-between-center,
.layout-align-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-sm-start-center > *,
.layout-align-sm-center-center > *,
.layout-align-sm-end-center > *,
.layout-align-sm-space-between-center > *,
.layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-sm-start-end,
.layout-align-sm-center-end,
.layout-align-sm-end-end,
.layout-align-sm-space-between-end,
.layout-align-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-sm-start-stretch,
.layout-align-sm-center-stretch,
.layout-align-sm-end-stretch,
.layout-align-sm-space-between-stretch,
.layout-align-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-sm {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex {
    min-width: 0;
  }

  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex {
    min-height: 0;
  }

  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-sm-column {
    flex-direction: column;
  }

  .layout-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }

  .flex-order-gt-sm--19 {
    order: -19;
  }

  .flex-order-gt-sm--18 {
    order: -18;
  }

  .flex-order-gt-sm--17 {
    order: -17;
  }

  .flex-order-gt-sm--16 {
    order: -16;
  }

  .flex-order-gt-sm--15 {
    order: -15;
  }

  .flex-order-gt-sm--14 {
    order: -14;
  }

  .flex-order-gt-sm--13 {
    order: -13;
  }

  .flex-order-gt-sm--12 {
    order: -12;
  }

  .flex-order-gt-sm--11 {
    order: -11;
  }

  .flex-order-gt-sm--10 {
    order: -10;
  }

  .flex-order-gt-sm--9 {
    order: -9;
  }

  .flex-order-gt-sm--8 {
    order: -8;
  }

  .flex-order-gt-sm--7 {
    order: -7;
  }

  .flex-order-gt-sm--6 {
    order: -6;
  }

  .flex-order-gt-sm--5 {
    order: -5;
  }

  .flex-order-gt-sm--4 {
    order: -4;
  }

  .flex-order-gt-sm--3 {
    order: -3;
  }

  .flex-order-gt-sm--2 {
    order: -2;
  }

  .flex-order-gt-sm--1 {
    order: -1;
  }

  .flex-order-gt-sm-0 {
    order: 0;
  }

  .flex-order-gt-sm-1 {
    order: 1;
  }

  .flex-order-gt-sm-2 {
    order: 2;
  }

  .flex-order-gt-sm-3 {
    order: 3;
  }

  .flex-order-gt-sm-4 {
    order: 4;
  }

  .flex-order-gt-sm-5 {
    order: 5;
  }

  .flex-order-gt-sm-6 {
    order: 6;
  }

  .flex-order-gt-sm-7 {
    order: 7;
  }

  .flex-order-gt-sm-8 {
    order: 8;
  }

  .flex-order-gt-sm-9 {
    order: 9;
  }

  .flex-order-gt-sm-10 {
    order: 10;
  }

  .flex-order-gt-sm-11 {
    order: 11;
  }

  .flex-order-gt-sm-12 {
    order: 12;
  }

  .flex-order-gt-sm-13 {
    order: 13;
  }

  .flex-order-gt-sm-14 {
    order: 14;
  }

  .flex-order-gt-sm-15 {
    order: 15;
  }

  .flex-order-gt-sm-16 {
    order: 16;
  }

  .flex-order-gt-sm-17 {
    order: 17;
  }

  .flex-order-gt-sm-18 {
    order: 18;
  }

  .flex-order-gt-sm-19 {
    order: 19;
  }

  .flex-order-gt-sm-20 {
    order: 20;
  }

  .offset-gt-sm-0, .flex-offset-gt-sm-0, .layout-margin .flex-offset-gt-sm-0, .layout-margin .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-sm-5, .flex-offset-gt-sm-5, .layout-margin .flex-offset-gt-sm-5, .layout-margin .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-sm-10, .flex-offset-gt-sm-10, .layout-margin .flex-offset-gt-sm-10, .layout-margin .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-sm-15, .flex-offset-gt-sm-15, .layout-margin .flex-offset-gt-sm-15, .layout-margin .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-sm-20, .flex-offset-gt-sm-20, .layout-margin .flex-offset-gt-sm-20, .layout-margin .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-sm-25, .flex-offset-gt-sm-25, .layout-margin .flex-offset-gt-sm-25, .layout-margin .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-sm-30, .flex-offset-gt-sm-30, .layout-margin .flex-offset-gt-sm-30, .layout-margin .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-sm-35, .flex-offset-gt-sm-35, .layout-margin .flex-offset-gt-sm-35, .layout-margin .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-sm-40, .flex-offset-gt-sm-40, .layout-margin .flex-offset-gt-sm-40, .layout-margin .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-sm-45, .flex-offset-gt-sm-45, .layout-margin .flex-offset-gt-sm-45, .layout-margin .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-sm-50, .flex-offset-gt-sm-50, .layout-margin .flex-offset-gt-sm-50, .layout-margin .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-sm-55, .flex-offset-gt-sm-55, .layout-margin .flex-offset-gt-sm-55, .layout-margin .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-sm-60, .flex-offset-gt-sm-60, .layout-margin .flex-offset-gt-sm-60, .layout-margin .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-sm-65, .flex-offset-gt-sm-65, .layout-margin .flex-offset-gt-sm-65, .layout-margin .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-sm-70, .flex-offset-gt-sm-70, .layout-margin .flex-offset-gt-sm-70, .layout-margin .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-sm-75, .flex-offset-gt-sm-75, .layout-margin .flex-offset-gt-sm-75, .layout-margin .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-sm-80, .flex-offset-gt-sm-80, .layout-margin .flex-offset-gt-sm-80, .layout-margin .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-sm-85, .flex-offset-gt-sm-85, .layout-margin .flex-offset-gt-sm-85, .layout-margin .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-sm-90, .flex-offset-gt-sm-90, .layout-margin .flex-offset-gt-sm-90, .layout-margin .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-sm-95, .flex-offset-gt-sm-95, .layout-margin .flex-offset-gt-sm-95, .layout-margin .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-sm-33, .flex-offset-gt-sm-33, .layout-margin .flex-offset-gt-sm-33, .layout-margin .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-sm,
.layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-sm-start,
.layout-align-gt-sm-start-start,
.layout-align-gt-sm-start-center,
.layout-align-gt-sm-start-end,
.layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-sm-center,
.layout-align-gt-sm-center-start,
.layout-align-gt-sm-center-center,
.layout-align-gt-sm-center-end,
.layout-align-gt-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-sm-end,
.layout-align-gt-sm-end-start,
.layout-align-gt-sm-end-center,
.layout-align-gt-sm-end-end,
.layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-sm-space-around,
.layout-align-gt-sm-space-around-center,
.layout-align-gt-sm-space-around-start,
.layout-align-gt-sm-space-around-end,
.layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-sm-space-between,
.layout-align-gt-sm-space-between-center,
.layout-align-gt-sm-space-between-start,
.layout-align-gt-sm-space-between-end,
.layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-sm-start-start,
.layout-align-gt-sm-center-start,
.layout-align-gt-sm-end-start,
.layout-align-gt-sm-space-between-start,
.layout-align-gt-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-sm-start-center,
.layout-align-gt-sm-center-center,
.layout-align-gt-sm-end-center,
.layout-align-gt-sm-space-between-center,
.layout-align-gt-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-sm-start-center > *,
.layout-align-gt-sm-center-center > *,
.layout-align-gt-sm-end-center > *,
.layout-align-gt-sm-space-between-center > *,
.layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-sm-start-end,
.layout-align-gt-sm-center-end,
.layout-align-gt-sm-end-end,
.layout-align-gt-sm-space-between-end,
.layout-align-gt-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-sm-start-stretch,
.layout-align-gt-sm-center-stretch,
.layout-align-gt-sm-end-stretch,
.layout-align-gt-sm-space-between-stretch,
.layout-align-gt-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }

  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }

  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-sm-column {
    flex-direction: column;
  }

  .layout-gt-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }

  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-md--20 {
    order: -20;
  }

  .flex-order-md--19 {
    order: -19;
  }

  .flex-order-md--18 {
    order: -18;
  }

  .flex-order-md--17 {
    order: -17;
  }

  .flex-order-md--16 {
    order: -16;
  }

  .flex-order-md--15 {
    order: -15;
  }

  .flex-order-md--14 {
    order: -14;
  }

  .flex-order-md--13 {
    order: -13;
  }

  .flex-order-md--12 {
    order: -12;
  }

  .flex-order-md--11 {
    order: -11;
  }

  .flex-order-md--10 {
    order: -10;
  }

  .flex-order-md--9 {
    order: -9;
  }

  .flex-order-md--8 {
    order: -8;
  }

  .flex-order-md--7 {
    order: -7;
  }

  .flex-order-md--6 {
    order: -6;
  }

  .flex-order-md--5 {
    order: -5;
  }

  .flex-order-md--4 {
    order: -4;
  }

  .flex-order-md--3 {
    order: -3;
  }

  .flex-order-md--2 {
    order: -2;
  }

  .flex-order-md--1 {
    order: -1;
  }

  .flex-order-md-0 {
    order: 0;
  }

  .flex-order-md-1 {
    order: 1;
  }

  .flex-order-md-2 {
    order: 2;
  }

  .flex-order-md-3 {
    order: 3;
  }

  .flex-order-md-4 {
    order: 4;
  }

  .flex-order-md-5 {
    order: 5;
  }

  .flex-order-md-6 {
    order: 6;
  }

  .flex-order-md-7 {
    order: 7;
  }

  .flex-order-md-8 {
    order: 8;
  }

  .flex-order-md-9 {
    order: 9;
  }

  .flex-order-md-10 {
    order: 10;
  }

  .flex-order-md-11 {
    order: 11;
  }

  .flex-order-md-12 {
    order: 12;
  }

  .flex-order-md-13 {
    order: 13;
  }

  .flex-order-md-14 {
    order: 14;
  }

  .flex-order-md-15 {
    order: 15;
  }

  .flex-order-md-16 {
    order: 16;
  }

  .flex-order-md-17 {
    order: 17;
  }

  .flex-order-md-18 {
    order: 18;
  }

  .flex-order-md-19 {
    order: 19;
  }

  .flex-order-md-20 {
    order: 20;
  }

  .offset-md-0, .flex-offset-md-0, .layout-margin .flex-offset-md-0, .layout-margin .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0, [dir=rtl] .layout-margin .flex-offset-md-0, [dir=rtl] .layout-margin .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-md-5, .flex-offset-md-5, .layout-margin .flex-offset-md-5, .layout-margin .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5, [dir=rtl] .layout-margin .flex-offset-md-5, [dir=rtl] .layout-margin .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-md-10, .flex-offset-md-10, .layout-margin .flex-offset-md-10, .layout-margin .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10, [dir=rtl] .layout-margin .flex-offset-md-10, [dir=rtl] .layout-margin .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-md-15, .flex-offset-md-15, .layout-margin .flex-offset-md-15, .layout-margin .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15, [dir=rtl] .layout-margin .flex-offset-md-15, [dir=rtl] .layout-margin .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-md-20, .flex-offset-md-20, .layout-margin .flex-offset-md-20, .layout-margin .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20, [dir=rtl] .layout-margin .flex-offset-md-20, [dir=rtl] .layout-margin .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-md-25, .flex-offset-md-25, .layout-margin .flex-offset-md-25, .layout-margin .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25, [dir=rtl] .layout-margin .flex-offset-md-25, [dir=rtl] .layout-margin .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-md-30, .flex-offset-md-30, .layout-margin .flex-offset-md-30, .layout-margin .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30, [dir=rtl] .layout-margin .flex-offset-md-30, [dir=rtl] .layout-margin .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-md-35, .flex-offset-md-35, .layout-margin .flex-offset-md-35, .layout-margin .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35, [dir=rtl] .layout-margin .flex-offset-md-35, [dir=rtl] .layout-margin .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-md-40, .flex-offset-md-40, .layout-margin .flex-offset-md-40, .layout-margin .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40, [dir=rtl] .layout-margin .flex-offset-md-40, [dir=rtl] .layout-margin .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-md-45, .flex-offset-md-45, .layout-margin .flex-offset-md-45, .layout-margin .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45, [dir=rtl] .layout-margin .flex-offset-md-45, [dir=rtl] .layout-margin .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-md-50, .flex-offset-md-50, .layout-margin .flex-offset-md-50, .layout-margin .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50, [dir=rtl] .layout-margin .flex-offset-md-50, [dir=rtl] .layout-margin .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-md-55, .flex-offset-md-55, .layout-margin .flex-offset-md-55, .layout-margin .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55, [dir=rtl] .layout-margin .flex-offset-md-55, [dir=rtl] .layout-margin .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-md-60, .flex-offset-md-60, .layout-margin .flex-offset-md-60, .layout-margin .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60, [dir=rtl] .layout-margin .flex-offset-md-60, [dir=rtl] .layout-margin .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-md-65, .flex-offset-md-65, .layout-margin .flex-offset-md-65, .layout-margin .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65, [dir=rtl] .layout-margin .flex-offset-md-65, [dir=rtl] .layout-margin .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-md-70, .flex-offset-md-70, .layout-margin .flex-offset-md-70, .layout-margin .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70, [dir=rtl] .layout-margin .flex-offset-md-70, [dir=rtl] .layout-margin .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-md-75, .flex-offset-md-75, .layout-margin .flex-offset-md-75, .layout-margin .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75, [dir=rtl] .layout-margin .flex-offset-md-75, [dir=rtl] .layout-margin .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-md-80, .flex-offset-md-80, .layout-margin .flex-offset-md-80, .layout-margin .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80, [dir=rtl] .layout-margin .flex-offset-md-80, [dir=rtl] .layout-margin .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-md-85, .flex-offset-md-85, .layout-margin .flex-offset-md-85, .layout-margin .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85, [dir=rtl] .layout-margin .flex-offset-md-85, [dir=rtl] .layout-margin .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-md-90, .flex-offset-md-90, .layout-margin .flex-offset-md-90, .layout-margin .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90, [dir=rtl] .layout-margin .flex-offset-md-90, [dir=rtl] .layout-margin .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-md-95, .flex-offset-md-95, .layout-margin .flex-offset-md-95, .layout-margin .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95, [dir=rtl] .layout-margin .flex-offset-md-95, [dir=rtl] .layout-margin .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-md-33, .flex-offset-md-33, .layout-margin .flex-offset-md-33, .layout-margin .offset-md-33 {
    margin-left: 33.3333333333%;
  }

  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66, [dir=rtl] .layout-margin .flex-offset-md-66, [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-md,
.layout-align-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-md-start,
.layout-align-md-start-start,
.layout-align-md-start-center,
.layout-align-md-start-end,
.layout-align-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-md-center,
.layout-align-md-center-start,
.layout-align-md-center-center,
.layout-align-md-center-end,
.layout-align-md-center-stretch {
    justify-content: center;
  }

  .layout-align-md-end,
.layout-align-md-end-start,
.layout-align-md-end-center,
.layout-align-md-end-end,
.layout-align-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-md-space-around,
.layout-align-md-space-around-center,
.layout-align-md-space-around-start,
.layout-align-md-space-around-end,
.layout-align-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-md-space-between,
.layout-align-md-space-between-center,
.layout-align-md-space-between-start,
.layout-align-md-space-between-end,
.layout-align-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-md-start-start,
.layout-align-md-center-start,
.layout-align-md-end-start,
.layout-align-md-space-between-start,
.layout-align-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-md-start-center,
.layout-align-md-center-center,
.layout-align-md-end-center,
.layout-align-md-space-between-center,
.layout-align-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-md-start-center > *,
.layout-align-md-center-center > *,
.layout-align-md-end-center > *,
.layout-align-md-space-between-center > *,
.layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-md-start-end,
.layout-align-md-center-end,
.layout-align-md-end-end,
.layout-align-md-space-between-end,
.layout-align-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-md-start-stretch,
.layout-align-md-center-stretch,
.layout-align-md-end-stretch,
.layout-align-md-space-between-stretch,
.layout-align-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-md {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-md-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex {
    min-width: 0;
  }

  .layout-md-column > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex {
    min-height: 0;
  }

  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-md-column {
    flex-direction: column;
  }

  .layout-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }

  .flex-order-gt-md--19 {
    order: -19;
  }

  .flex-order-gt-md--18 {
    order: -18;
  }

  .flex-order-gt-md--17 {
    order: -17;
  }

  .flex-order-gt-md--16 {
    order: -16;
  }

  .flex-order-gt-md--15 {
    order: -15;
  }

  .flex-order-gt-md--14 {
    order: -14;
  }

  .flex-order-gt-md--13 {
    order: -13;
  }

  .flex-order-gt-md--12 {
    order: -12;
  }

  .flex-order-gt-md--11 {
    order: -11;
  }

  .flex-order-gt-md--10 {
    order: -10;
  }

  .flex-order-gt-md--9 {
    order: -9;
  }

  .flex-order-gt-md--8 {
    order: -8;
  }

  .flex-order-gt-md--7 {
    order: -7;
  }

  .flex-order-gt-md--6 {
    order: -6;
  }

  .flex-order-gt-md--5 {
    order: -5;
  }

  .flex-order-gt-md--4 {
    order: -4;
  }

  .flex-order-gt-md--3 {
    order: -3;
  }

  .flex-order-gt-md--2 {
    order: -2;
  }

  .flex-order-gt-md--1 {
    order: -1;
  }

  .flex-order-gt-md-0 {
    order: 0;
  }

  .flex-order-gt-md-1 {
    order: 1;
  }

  .flex-order-gt-md-2 {
    order: 2;
  }

  .flex-order-gt-md-3 {
    order: 3;
  }

  .flex-order-gt-md-4 {
    order: 4;
  }

  .flex-order-gt-md-5 {
    order: 5;
  }

  .flex-order-gt-md-6 {
    order: 6;
  }

  .flex-order-gt-md-7 {
    order: 7;
  }

  .flex-order-gt-md-8 {
    order: 8;
  }

  .flex-order-gt-md-9 {
    order: 9;
  }

  .flex-order-gt-md-10 {
    order: 10;
  }

  .flex-order-gt-md-11 {
    order: 11;
  }

  .flex-order-gt-md-12 {
    order: 12;
  }

  .flex-order-gt-md-13 {
    order: 13;
  }

  .flex-order-gt-md-14 {
    order: 14;
  }

  .flex-order-gt-md-15 {
    order: 15;
  }

  .flex-order-gt-md-16 {
    order: 16;
  }

  .flex-order-gt-md-17 {
    order: 17;
  }

  .flex-order-gt-md-18 {
    order: 18;
  }

  .flex-order-gt-md-19 {
    order: 19;
  }

  .flex-order-gt-md-20 {
    order: 20;
  }

  .offset-gt-md-0, .flex-offset-gt-md-0, .layout-margin .flex-offset-gt-md-0, .layout-margin .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0, [dir=rtl] .layout-margin .flex-offset-gt-md-0, [dir=rtl] .layout-margin .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-md-5, .flex-offset-gt-md-5, .layout-margin .flex-offset-gt-md-5, .layout-margin .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5, [dir=rtl] .layout-margin .flex-offset-gt-md-5, [dir=rtl] .layout-margin .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-md-10, .flex-offset-gt-md-10, .layout-margin .flex-offset-gt-md-10, .layout-margin .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10, [dir=rtl] .layout-margin .flex-offset-gt-md-10, [dir=rtl] .layout-margin .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-md-15, .flex-offset-gt-md-15, .layout-margin .flex-offset-gt-md-15, .layout-margin .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15, [dir=rtl] .layout-margin .flex-offset-gt-md-15, [dir=rtl] .layout-margin .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-md-20, .flex-offset-gt-md-20, .layout-margin .flex-offset-gt-md-20, .layout-margin .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20, [dir=rtl] .layout-margin .flex-offset-gt-md-20, [dir=rtl] .layout-margin .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-md-25, .flex-offset-gt-md-25, .layout-margin .flex-offset-gt-md-25, .layout-margin .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25, [dir=rtl] .layout-margin .flex-offset-gt-md-25, [dir=rtl] .layout-margin .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-md-30, .flex-offset-gt-md-30, .layout-margin .flex-offset-gt-md-30, .layout-margin .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30, [dir=rtl] .layout-margin .flex-offset-gt-md-30, [dir=rtl] .layout-margin .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-md-35, .flex-offset-gt-md-35, .layout-margin .flex-offset-gt-md-35, .layout-margin .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35, [dir=rtl] .layout-margin .flex-offset-gt-md-35, [dir=rtl] .layout-margin .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-md-40, .flex-offset-gt-md-40, .layout-margin .flex-offset-gt-md-40, .layout-margin .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40, [dir=rtl] .layout-margin .flex-offset-gt-md-40, [dir=rtl] .layout-margin .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-md-45, .flex-offset-gt-md-45, .layout-margin .flex-offset-gt-md-45, .layout-margin .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45, [dir=rtl] .layout-margin .flex-offset-gt-md-45, [dir=rtl] .layout-margin .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-md-50, .flex-offset-gt-md-50, .layout-margin .flex-offset-gt-md-50, .layout-margin .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50, [dir=rtl] .layout-margin .flex-offset-gt-md-50, [dir=rtl] .layout-margin .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-md-55, .flex-offset-gt-md-55, .layout-margin .flex-offset-gt-md-55, .layout-margin .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55, [dir=rtl] .layout-margin .flex-offset-gt-md-55, [dir=rtl] .layout-margin .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-md-60, .flex-offset-gt-md-60, .layout-margin .flex-offset-gt-md-60, .layout-margin .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60, [dir=rtl] .layout-margin .flex-offset-gt-md-60, [dir=rtl] .layout-margin .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-md-65, .flex-offset-gt-md-65, .layout-margin .flex-offset-gt-md-65, .layout-margin .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65, [dir=rtl] .layout-margin .flex-offset-gt-md-65, [dir=rtl] .layout-margin .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-md-70, .flex-offset-gt-md-70, .layout-margin .flex-offset-gt-md-70, .layout-margin .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70, [dir=rtl] .layout-margin .flex-offset-gt-md-70, [dir=rtl] .layout-margin .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-md-75, .flex-offset-gt-md-75, .layout-margin .flex-offset-gt-md-75, .layout-margin .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75, [dir=rtl] .layout-margin .flex-offset-gt-md-75, [dir=rtl] .layout-margin .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-md-80, .flex-offset-gt-md-80, .layout-margin .flex-offset-gt-md-80, .layout-margin .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80, [dir=rtl] .layout-margin .flex-offset-gt-md-80, [dir=rtl] .layout-margin .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-md-85, .flex-offset-gt-md-85, .layout-margin .flex-offset-gt-md-85, .layout-margin .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85, [dir=rtl] .layout-margin .flex-offset-gt-md-85, [dir=rtl] .layout-margin .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-md-90, .flex-offset-gt-md-90, .layout-margin .flex-offset-gt-md-90, .layout-margin .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90, [dir=rtl] .layout-margin .flex-offset-gt-md-90, [dir=rtl] .layout-margin .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-md-95, .flex-offset-gt-md-95, .layout-margin .flex-offset-gt-md-95, .layout-margin .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95, [dir=rtl] .layout-margin .flex-offset-gt-md-95, [dir=rtl] .layout-margin .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-md-33, .flex-offset-gt-md-33, .layout-margin .flex-offset-gt-md-33, .layout-margin .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66, [dir=rtl] .layout-margin .flex-offset-gt-md-66, [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-md,
.layout-align-gt-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-md-start,
.layout-align-gt-md-start-start,
.layout-align-gt-md-start-center,
.layout-align-gt-md-start-end,
.layout-align-gt-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-md-center,
.layout-align-gt-md-center-start,
.layout-align-gt-md-center-center,
.layout-align-gt-md-center-end,
.layout-align-gt-md-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-md-end,
.layout-align-gt-md-end-start,
.layout-align-gt-md-end-center,
.layout-align-gt-md-end-end,
.layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-md-space-around,
.layout-align-gt-md-space-around-center,
.layout-align-gt-md-space-around-start,
.layout-align-gt-md-space-around-end,
.layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-md-space-between,
.layout-align-gt-md-space-between-center,
.layout-align-gt-md-space-between-start,
.layout-align-gt-md-space-between-end,
.layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-md-start-start,
.layout-align-gt-md-center-start,
.layout-align-gt-md-end-start,
.layout-align-gt-md-space-between-start,
.layout-align-gt-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-md-start-center,
.layout-align-gt-md-center-center,
.layout-align-gt-md-end-center,
.layout-align-gt-md-space-between-center,
.layout-align-gt-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-md-start-center > *,
.layout-align-gt-md-center-center > *,
.layout-align-gt-md-end-center > *,
.layout-align-gt-md-space-between-center > *,
.layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-md-start-end,
.layout-align-gt-md-center-end,
.layout-align-gt-md-end-end,
.layout-align-gt-md-space-between-end,
.layout-align-gt-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-md-start-stretch,
.layout-align-gt-md-center-stretch,
.layout-align-gt-md-end-stretch,
.layout-align-gt-md-space-between-stretch,
.layout-align-gt-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-md {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex {
    min-width: 0;
  }

  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex {
    min-height: 0;
  }

  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-md-column {
    flex-direction: column;
  }

  .layout-gt-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }

  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-lg--20 {
    order: -20;
  }

  .flex-order-lg--19 {
    order: -19;
  }

  .flex-order-lg--18 {
    order: -18;
  }

  .flex-order-lg--17 {
    order: -17;
  }

  .flex-order-lg--16 {
    order: -16;
  }

  .flex-order-lg--15 {
    order: -15;
  }

  .flex-order-lg--14 {
    order: -14;
  }

  .flex-order-lg--13 {
    order: -13;
  }

  .flex-order-lg--12 {
    order: -12;
  }

  .flex-order-lg--11 {
    order: -11;
  }

  .flex-order-lg--10 {
    order: -10;
  }

  .flex-order-lg--9 {
    order: -9;
  }

  .flex-order-lg--8 {
    order: -8;
  }

  .flex-order-lg--7 {
    order: -7;
  }

  .flex-order-lg--6 {
    order: -6;
  }

  .flex-order-lg--5 {
    order: -5;
  }

  .flex-order-lg--4 {
    order: -4;
  }

  .flex-order-lg--3 {
    order: -3;
  }

  .flex-order-lg--2 {
    order: -2;
  }

  .flex-order-lg--1 {
    order: -1;
  }

  .flex-order-lg-0 {
    order: 0;
  }

  .flex-order-lg-1 {
    order: 1;
  }

  .flex-order-lg-2 {
    order: 2;
  }

  .flex-order-lg-3 {
    order: 3;
  }

  .flex-order-lg-4 {
    order: 4;
  }

  .flex-order-lg-5 {
    order: 5;
  }

  .flex-order-lg-6 {
    order: 6;
  }

  .flex-order-lg-7 {
    order: 7;
  }

  .flex-order-lg-8 {
    order: 8;
  }

  .flex-order-lg-9 {
    order: 9;
  }

  .flex-order-lg-10 {
    order: 10;
  }

  .flex-order-lg-11 {
    order: 11;
  }

  .flex-order-lg-12 {
    order: 12;
  }

  .flex-order-lg-13 {
    order: 13;
  }

  .flex-order-lg-14 {
    order: 14;
  }

  .flex-order-lg-15 {
    order: 15;
  }

  .flex-order-lg-16 {
    order: 16;
  }

  .flex-order-lg-17 {
    order: 17;
  }

  .flex-order-lg-18 {
    order: 18;
  }

  .flex-order-lg-19 {
    order: 19;
  }

  .flex-order-lg-20 {
    order: 20;
  }

  .offset-lg-0, .flex-offset-lg-0, .layout-margin .flex-offset-lg-0, .layout-margin .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0, [dir=rtl] .layout-margin .flex-offset-lg-0, [dir=rtl] .layout-margin .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-lg-5, .flex-offset-lg-5, .layout-margin .flex-offset-lg-5, .layout-margin .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5, [dir=rtl] .layout-margin .flex-offset-lg-5, [dir=rtl] .layout-margin .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-lg-10, .flex-offset-lg-10, .layout-margin .flex-offset-lg-10, .layout-margin .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10, [dir=rtl] .layout-margin .flex-offset-lg-10, [dir=rtl] .layout-margin .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-lg-15, .flex-offset-lg-15, .layout-margin .flex-offset-lg-15, .layout-margin .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15, [dir=rtl] .layout-margin .flex-offset-lg-15, [dir=rtl] .layout-margin .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-lg-20, .flex-offset-lg-20, .layout-margin .flex-offset-lg-20, .layout-margin .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20, [dir=rtl] .layout-margin .flex-offset-lg-20, [dir=rtl] .layout-margin .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-lg-25, .flex-offset-lg-25, .layout-margin .flex-offset-lg-25, .layout-margin .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25, [dir=rtl] .layout-margin .flex-offset-lg-25, [dir=rtl] .layout-margin .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-lg-30, .flex-offset-lg-30, .layout-margin .flex-offset-lg-30, .layout-margin .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30, [dir=rtl] .layout-margin .flex-offset-lg-30, [dir=rtl] .layout-margin .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-lg-35, .flex-offset-lg-35, .layout-margin .flex-offset-lg-35, .layout-margin .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35, [dir=rtl] .layout-margin .flex-offset-lg-35, [dir=rtl] .layout-margin .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-lg-40, .flex-offset-lg-40, .layout-margin .flex-offset-lg-40, .layout-margin .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40, [dir=rtl] .layout-margin .flex-offset-lg-40, [dir=rtl] .layout-margin .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-lg-45, .flex-offset-lg-45, .layout-margin .flex-offset-lg-45, .layout-margin .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45, [dir=rtl] .layout-margin .flex-offset-lg-45, [dir=rtl] .layout-margin .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-lg-50, .flex-offset-lg-50, .layout-margin .flex-offset-lg-50, .layout-margin .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50, [dir=rtl] .layout-margin .flex-offset-lg-50, [dir=rtl] .layout-margin .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-lg-55, .flex-offset-lg-55, .layout-margin .flex-offset-lg-55, .layout-margin .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55, [dir=rtl] .layout-margin .flex-offset-lg-55, [dir=rtl] .layout-margin .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-lg-60, .flex-offset-lg-60, .layout-margin .flex-offset-lg-60, .layout-margin .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60, [dir=rtl] .layout-margin .flex-offset-lg-60, [dir=rtl] .layout-margin .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-lg-65, .flex-offset-lg-65, .layout-margin .flex-offset-lg-65, .layout-margin .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65, [dir=rtl] .layout-margin .flex-offset-lg-65, [dir=rtl] .layout-margin .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-lg-70, .flex-offset-lg-70, .layout-margin .flex-offset-lg-70, .layout-margin .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70, [dir=rtl] .layout-margin .flex-offset-lg-70, [dir=rtl] .layout-margin .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-lg-75, .flex-offset-lg-75, .layout-margin .flex-offset-lg-75, .layout-margin .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75, [dir=rtl] .layout-margin .flex-offset-lg-75, [dir=rtl] .layout-margin .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-lg-80, .flex-offset-lg-80, .layout-margin .flex-offset-lg-80, .layout-margin .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80, [dir=rtl] .layout-margin .flex-offset-lg-80, [dir=rtl] .layout-margin .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-lg-85, .flex-offset-lg-85, .layout-margin .flex-offset-lg-85, .layout-margin .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85, [dir=rtl] .layout-margin .flex-offset-lg-85, [dir=rtl] .layout-margin .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-lg-90, .flex-offset-lg-90, .layout-margin .flex-offset-lg-90, .layout-margin .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90, [dir=rtl] .layout-margin .flex-offset-lg-90, [dir=rtl] .layout-margin .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-lg-95, .flex-offset-lg-95, .layout-margin .flex-offset-lg-95, .layout-margin .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95, [dir=rtl] .layout-margin .flex-offset-lg-95, [dir=rtl] .layout-margin .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-lg-33, .flex-offset-lg-33, .layout-margin .flex-offset-lg-33, .layout-margin .offset-lg-33 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66, [dir=rtl] .layout-margin .flex-offset-lg-66, [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-lg,
.layout-align-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-lg-start,
.layout-align-lg-start-start,
.layout-align-lg-start-center,
.layout-align-lg-start-end,
.layout-align-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-lg-center,
.layout-align-lg-center-start,
.layout-align-lg-center-center,
.layout-align-lg-center-end,
.layout-align-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-lg-end,
.layout-align-lg-end-start,
.layout-align-lg-end-center,
.layout-align-lg-end-end,
.layout-align-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-lg-space-around,
.layout-align-lg-space-around-center,
.layout-align-lg-space-around-start,
.layout-align-lg-space-around-end,
.layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-lg-space-between,
.layout-align-lg-space-between-center,
.layout-align-lg-space-between-start,
.layout-align-lg-space-between-end,
.layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-lg-start-start,
.layout-align-lg-center-start,
.layout-align-lg-end-start,
.layout-align-lg-space-between-start,
.layout-align-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-lg-start-center,
.layout-align-lg-center-center,
.layout-align-lg-end-center,
.layout-align-lg-space-between-center,
.layout-align-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-lg-start-center > *,
.layout-align-lg-center-center > *,
.layout-align-lg-end-center > *,
.layout-align-lg-space-between-center > *,
.layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-lg-start-end,
.layout-align-lg-center-end,
.layout-align-lg-end-end,
.layout-align-lg-space-between-end,
.layout-align-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-lg-start-stretch,
.layout-align-lg-center-stretch,
.layout-align-lg-end-stretch,
.layout-align-lg-space-between-stretch,
.layout-align-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-lg {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex {
    min-width: 0;
  }

  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex {
    min-height: 0;
  }

  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-lg-column {
    flex-direction: column;
  }

  .layout-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }

  .flex-order-gt-lg--19 {
    order: -19;
  }

  .flex-order-gt-lg--18 {
    order: -18;
  }

  .flex-order-gt-lg--17 {
    order: -17;
  }

  .flex-order-gt-lg--16 {
    order: -16;
  }

  .flex-order-gt-lg--15 {
    order: -15;
  }

  .flex-order-gt-lg--14 {
    order: -14;
  }

  .flex-order-gt-lg--13 {
    order: -13;
  }

  .flex-order-gt-lg--12 {
    order: -12;
  }

  .flex-order-gt-lg--11 {
    order: -11;
  }

  .flex-order-gt-lg--10 {
    order: -10;
  }

  .flex-order-gt-lg--9 {
    order: -9;
  }

  .flex-order-gt-lg--8 {
    order: -8;
  }

  .flex-order-gt-lg--7 {
    order: -7;
  }

  .flex-order-gt-lg--6 {
    order: -6;
  }

  .flex-order-gt-lg--5 {
    order: -5;
  }

  .flex-order-gt-lg--4 {
    order: -4;
  }

  .flex-order-gt-lg--3 {
    order: -3;
  }

  .flex-order-gt-lg--2 {
    order: -2;
  }

  .flex-order-gt-lg--1 {
    order: -1;
  }

  .flex-order-gt-lg-0 {
    order: 0;
  }

  .flex-order-gt-lg-1 {
    order: 1;
  }

  .flex-order-gt-lg-2 {
    order: 2;
  }

  .flex-order-gt-lg-3 {
    order: 3;
  }

  .flex-order-gt-lg-4 {
    order: 4;
  }

  .flex-order-gt-lg-5 {
    order: 5;
  }

  .flex-order-gt-lg-6 {
    order: 6;
  }

  .flex-order-gt-lg-7 {
    order: 7;
  }

  .flex-order-gt-lg-8 {
    order: 8;
  }

  .flex-order-gt-lg-9 {
    order: 9;
  }

  .flex-order-gt-lg-10 {
    order: 10;
  }

  .flex-order-gt-lg-11 {
    order: 11;
  }

  .flex-order-gt-lg-12 {
    order: 12;
  }

  .flex-order-gt-lg-13 {
    order: 13;
  }

  .flex-order-gt-lg-14 {
    order: 14;
  }

  .flex-order-gt-lg-15 {
    order: 15;
  }

  .flex-order-gt-lg-16 {
    order: 16;
  }

  .flex-order-gt-lg-17 {
    order: 17;
  }

  .flex-order-gt-lg-18 {
    order: 18;
  }

  .flex-order-gt-lg-19 {
    order: 19;
  }

  .flex-order-gt-lg-20 {
    order: 20;
  }

  .offset-gt-lg-0, .flex-offset-gt-lg-0, .layout-margin .flex-offset-gt-lg-0, .layout-margin .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-lg-5, .flex-offset-gt-lg-5, .layout-margin .flex-offset-gt-lg-5, .layout-margin .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-lg-10, .flex-offset-gt-lg-10, .layout-margin .flex-offset-gt-lg-10, .layout-margin .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-lg-15, .flex-offset-gt-lg-15, .layout-margin .flex-offset-gt-lg-15, .layout-margin .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-lg-20, .flex-offset-gt-lg-20, .layout-margin .flex-offset-gt-lg-20, .layout-margin .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-lg-25, .flex-offset-gt-lg-25, .layout-margin .flex-offset-gt-lg-25, .layout-margin .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-lg-30, .flex-offset-gt-lg-30, .layout-margin .flex-offset-gt-lg-30, .layout-margin .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-lg-35, .flex-offset-gt-lg-35, .layout-margin .flex-offset-gt-lg-35, .layout-margin .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-lg-40, .flex-offset-gt-lg-40, .layout-margin .flex-offset-gt-lg-40, .layout-margin .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-lg-45, .flex-offset-gt-lg-45, .layout-margin .flex-offset-gt-lg-45, .layout-margin .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-lg-50, .flex-offset-gt-lg-50, .layout-margin .flex-offset-gt-lg-50, .layout-margin .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-lg-55, .flex-offset-gt-lg-55, .layout-margin .flex-offset-gt-lg-55, .layout-margin .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-lg-60, .flex-offset-gt-lg-60, .layout-margin .flex-offset-gt-lg-60, .layout-margin .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-lg-65, .flex-offset-gt-lg-65, .layout-margin .flex-offset-gt-lg-65, .layout-margin .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-lg-70, .flex-offset-gt-lg-70, .layout-margin .flex-offset-gt-lg-70, .layout-margin .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-lg-75, .flex-offset-gt-lg-75, .layout-margin .flex-offset-gt-lg-75, .layout-margin .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-lg-80, .flex-offset-gt-lg-80, .layout-margin .flex-offset-gt-lg-80, .layout-margin .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-lg-85, .flex-offset-gt-lg-85, .layout-margin .flex-offset-gt-lg-85, .layout-margin .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-lg-90, .flex-offset-gt-lg-90, .layout-margin .flex-offset-gt-lg-90, .layout-margin .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-lg-95, .flex-offset-gt-lg-95, .layout-margin .flex-offset-gt-lg-95, .layout-margin .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-lg-33, .flex-offset-gt-lg-33, .layout-margin .flex-offset-gt-lg-33, .layout-margin .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-lg,
.layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-lg-start,
.layout-align-gt-lg-start-start,
.layout-align-gt-lg-start-center,
.layout-align-gt-lg-start-end,
.layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-lg-center,
.layout-align-gt-lg-center-start,
.layout-align-gt-lg-center-center,
.layout-align-gt-lg-center-end,
.layout-align-gt-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-lg-end,
.layout-align-gt-lg-end-start,
.layout-align-gt-lg-end-center,
.layout-align-gt-lg-end-end,
.layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-lg-space-around,
.layout-align-gt-lg-space-around-center,
.layout-align-gt-lg-space-around-start,
.layout-align-gt-lg-space-around-end,
.layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-lg-space-between,
.layout-align-gt-lg-space-between-center,
.layout-align-gt-lg-space-between-start,
.layout-align-gt-lg-space-between-end,
.layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-lg-start-start,
.layout-align-gt-lg-center-start,
.layout-align-gt-lg-end-start,
.layout-align-gt-lg-space-between-start,
.layout-align-gt-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-lg-start-center,
.layout-align-gt-lg-center-center,
.layout-align-gt-lg-end-center,
.layout-align-gt-lg-space-between-center,
.layout-align-gt-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-lg-start-center > *,
.layout-align-gt-lg-center-center > *,
.layout-align-gt-lg-end-center > *,
.layout-align-gt-lg-space-between-center > *,
.layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-lg-start-end,
.layout-align-gt-lg-center-end,
.layout-align-gt-lg-end-end,
.layout-align-gt-lg-space-between-end,
.layout-align-gt-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-lg-start-stretch,
.layout-align-gt-lg-center-stretch,
.layout-align-gt-lg-end-stretch,
.layout-align-gt-lg-space-between-stretch,
.layout-align-gt-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }

  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }

  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-lg-column {
    flex-direction: column;
  }

  .layout-gt-lg-row {
    flex-direction: row;
  }

  .flex-order-xl--20 {
    order: -20;
  }

  .flex-order-xl--19 {
    order: -19;
  }

  .flex-order-xl--18 {
    order: -18;
  }

  .flex-order-xl--17 {
    order: -17;
  }

  .flex-order-xl--16 {
    order: -16;
  }

  .flex-order-xl--15 {
    order: -15;
  }

  .flex-order-xl--14 {
    order: -14;
  }

  .flex-order-xl--13 {
    order: -13;
  }

  .flex-order-xl--12 {
    order: -12;
  }

  .flex-order-xl--11 {
    order: -11;
  }

  .flex-order-xl--10 {
    order: -10;
  }

  .flex-order-xl--9 {
    order: -9;
  }

  .flex-order-xl--8 {
    order: -8;
  }

  .flex-order-xl--7 {
    order: -7;
  }

  .flex-order-xl--6 {
    order: -6;
  }

  .flex-order-xl--5 {
    order: -5;
  }

  .flex-order-xl--4 {
    order: -4;
  }

  .flex-order-xl--3 {
    order: -3;
  }

  .flex-order-xl--2 {
    order: -2;
  }

  .flex-order-xl--1 {
    order: -1;
  }

  .flex-order-xl-0 {
    order: 0;
  }

  .flex-order-xl-1 {
    order: 1;
  }

  .flex-order-xl-2 {
    order: 2;
  }

  .flex-order-xl-3 {
    order: 3;
  }

  .flex-order-xl-4 {
    order: 4;
  }

  .flex-order-xl-5 {
    order: 5;
  }

  .flex-order-xl-6 {
    order: 6;
  }

  .flex-order-xl-7 {
    order: 7;
  }

  .flex-order-xl-8 {
    order: 8;
  }

  .flex-order-xl-9 {
    order: 9;
  }

  .flex-order-xl-10 {
    order: 10;
  }

  .flex-order-xl-11 {
    order: 11;
  }

  .flex-order-xl-12 {
    order: 12;
  }

  .flex-order-xl-13 {
    order: 13;
  }

  .flex-order-xl-14 {
    order: 14;
  }

  .flex-order-xl-15 {
    order: 15;
  }

  .flex-order-xl-16 {
    order: 16;
  }

  .flex-order-xl-17 {
    order: 17;
  }

  .flex-order-xl-18 {
    order: 18;
  }

  .flex-order-xl-19 {
    order: 19;
  }

  .flex-order-xl-20 {
    order: 20;
  }

  .offset-xl-0, .flex-offset-xl-0, .layout-margin .flex-offset-xl-0, .layout-margin .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0, [dir=rtl] .layout-margin .flex-offset-xl-0, [dir=rtl] .layout-margin .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-xl-5, .flex-offset-xl-5, .layout-margin .flex-offset-xl-5, .layout-margin .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5, [dir=rtl] .layout-margin .flex-offset-xl-5, [dir=rtl] .layout-margin .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-xl-10, .flex-offset-xl-10, .layout-margin .flex-offset-xl-10, .layout-margin .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10, [dir=rtl] .layout-margin .flex-offset-xl-10, [dir=rtl] .layout-margin .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-xl-15, .flex-offset-xl-15, .layout-margin .flex-offset-xl-15, .layout-margin .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15, [dir=rtl] .layout-margin .flex-offset-xl-15, [dir=rtl] .layout-margin .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-xl-20, .flex-offset-xl-20, .layout-margin .flex-offset-xl-20, .layout-margin .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20, [dir=rtl] .layout-margin .flex-offset-xl-20, [dir=rtl] .layout-margin .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-xl-25, .flex-offset-xl-25, .layout-margin .flex-offset-xl-25, .layout-margin .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25, [dir=rtl] .layout-margin .flex-offset-xl-25, [dir=rtl] .layout-margin .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-xl-30, .flex-offset-xl-30, .layout-margin .flex-offset-xl-30, .layout-margin .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30, [dir=rtl] .layout-margin .flex-offset-xl-30, [dir=rtl] .layout-margin .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-xl-35, .flex-offset-xl-35, .layout-margin .flex-offset-xl-35, .layout-margin .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35, [dir=rtl] .layout-margin .flex-offset-xl-35, [dir=rtl] .layout-margin .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-xl-40, .flex-offset-xl-40, .layout-margin .flex-offset-xl-40, .layout-margin .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40, [dir=rtl] .layout-margin .flex-offset-xl-40, [dir=rtl] .layout-margin .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-xl-45, .flex-offset-xl-45, .layout-margin .flex-offset-xl-45, .layout-margin .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45, [dir=rtl] .layout-margin .flex-offset-xl-45, [dir=rtl] .layout-margin .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-xl-50, .flex-offset-xl-50, .layout-margin .flex-offset-xl-50, .layout-margin .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50, [dir=rtl] .layout-margin .flex-offset-xl-50, [dir=rtl] .layout-margin .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-xl-55, .flex-offset-xl-55, .layout-margin .flex-offset-xl-55, .layout-margin .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55, [dir=rtl] .layout-margin .flex-offset-xl-55, [dir=rtl] .layout-margin .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-xl-60, .flex-offset-xl-60, .layout-margin .flex-offset-xl-60, .layout-margin .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60, [dir=rtl] .layout-margin .flex-offset-xl-60, [dir=rtl] .layout-margin .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-xl-65, .flex-offset-xl-65, .layout-margin .flex-offset-xl-65, .layout-margin .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65, [dir=rtl] .layout-margin .flex-offset-xl-65, [dir=rtl] .layout-margin .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-xl-70, .flex-offset-xl-70, .layout-margin .flex-offset-xl-70, .layout-margin .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70, [dir=rtl] .layout-margin .flex-offset-xl-70, [dir=rtl] .layout-margin .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-xl-75, .flex-offset-xl-75, .layout-margin .flex-offset-xl-75, .layout-margin .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75, [dir=rtl] .layout-margin .flex-offset-xl-75, [dir=rtl] .layout-margin .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-xl-80, .flex-offset-xl-80, .layout-margin .flex-offset-xl-80, .layout-margin .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80, [dir=rtl] .layout-margin .flex-offset-xl-80, [dir=rtl] .layout-margin .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-xl-85, .flex-offset-xl-85, .layout-margin .flex-offset-xl-85, .layout-margin .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85, [dir=rtl] .layout-margin .flex-offset-xl-85, [dir=rtl] .layout-margin .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-xl-90, .flex-offset-xl-90, .layout-margin .flex-offset-xl-90, .layout-margin .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90, [dir=rtl] .layout-margin .flex-offset-xl-90, [dir=rtl] .layout-margin .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-xl-95, .flex-offset-xl-95, .layout-margin .flex-offset-xl-95, .layout-margin .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95, [dir=rtl] .layout-margin .flex-offset-xl-95, [dir=rtl] .layout-margin .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-xl-33, .flex-offset-xl-33, .layout-margin .flex-offset-xl-33, .layout-margin .offset-xl-33 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66, [dir=rtl] .layout-margin .flex-offset-xl-66, [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-xl,
.layout-align-xl-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xl-start,
.layout-align-xl-start-start,
.layout-align-xl-start-center,
.layout-align-xl-start-end,
.layout-align-xl-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xl-center,
.layout-align-xl-center-start,
.layout-align-xl-center-center,
.layout-align-xl-center-end,
.layout-align-xl-center-stretch {
    justify-content: center;
  }

  .layout-align-xl-end,
.layout-align-xl-end-start,
.layout-align-xl-end-center,
.layout-align-xl-end-end,
.layout-align-xl-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xl-space-around,
.layout-align-xl-space-around-center,
.layout-align-xl-space-around-start,
.layout-align-xl-space-around-end,
.layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xl-space-between,
.layout-align-xl-space-between-center,
.layout-align-xl-space-between-start,
.layout-align-xl-space-between-end,
.layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xl-start-start,
.layout-align-xl-center-start,
.layout-align-xl-end-start,
.layout-align-xl-space-between-start,
.layout-align-xl-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xl-start-center,
.layout-align-xl-center-center,
.layout-align-xl-end-center,
.layout-align-xl-space-between-center,
.layout-align-xl-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xl-start-center > *,
.layout-align-xl-center-center > *,
.layout-align-xl-end-center > *,
.layout-align-xl-space-between-center > *,
.layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xl-start-end,
.layout-align-xl-center-end,
.layout-align-xl-end-end,
.layout-align-xl-space-between-end,
.layout-align-xl-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xl-start-stretch,
.layout-align-xl-center-stretch,
.layout-align-xl-end-stretch,
.layout-align-xl-space-between-stretch,
.layout-align-xl-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-xl {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex {
    min-width: 0;
  }

  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex {
    min-height: 0;
  }

  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xl-column {
    flex-direction: column;
  }

  .layout-xl-row {
    flex-direction: row;
  }

  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }

  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

/*!
  Ionicons, v1.5.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("/bower_components/ionicons/fonts/ionicons.eot?v=1.5.0");
  src: url("/bower_components/ionicons/fonts/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), url("/bower_components/ionicons/fonts/ionicons.ttf?v=1.5.0") format("truetype"), url("/bower_components/ionicons/fonts/ionicons.woff?v=1.5.0") format("woff"), url("/bower_components/ionicons/fonts/ionicons.svg?v=1.5.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading, .ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-forward,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-drawer,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-stair-drawer,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-user-menu,
.ion-android-volume,
.ion-android-wifi,
.ion-aperture,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-asterisk,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bonfire,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar,
.ion-camera,
.ion-card,
.ion-cash,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down,
.ion-chevron-left,
.ion-chevron-right,
.ion-chevron-up,
.ion-clipboard,
.ion-clock,
.ion-close,
.ion-close-circled,
.ion-close-round,
.ion-closed-captioning,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-cube,
.ion-disc,
.ion-document,
.ion-document-text,
.ion-drag,
.ion-earth,
.ion-edit,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-fireball,
.ion-flag,
.ion-flame,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-funnel,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-happy,
.ion-headphone,
.ion-heart,
.ion-heart-broken,
.ion-help,
.ion-help-buoy,
.ion-help-circled,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-americanfootball,
.ion-ios7-americanfootball-outline,
.ion-ios7-analytics,
.ion-ios7-analytics-outline,
.ion-ios7-arrow-back,
.ion-ios7-arrow-down,
.ion-ios7-arrow-forward,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-barcode,
.ion-ios7-barcode-outline,
.ion-ios7-baseball,
.ion-ios7-baseball-outline,
.ion-ios7-basketball,
.ion-ios7-basketball-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email,
.ion-ios7-email-outline,
.ion-ios7-expand,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-football,
.ion-ios7-football-outline,
.ion-ios7-gear,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-home,
.ion-ios7-home-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-loop,
.ion-ios7-loop-strong,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paper,
.ion-ios7-paper-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-paw,
.ion-ios7-paw-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-pricetags,
.ion-ios7-pricetags-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-pulse,
.ion-ios7-pulse-strong,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-reverse-camera,
.ion-ios7-reverse-camera-outline,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-settings,
.ion-ios7-settings-strong,
.ion-ios7-shrink,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-half,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-tennisball,
.ion-ios7-tennisball-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-toggle,
.ion-ios7-toggle-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-load-b,
.ion-load-c,
.ion-load-d,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-merge,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-mouse,
.ion-music-note,
.ion-navicon,
.ion-navicon-round,
.ion-navigate,
.ion-network,
.ion-no-smoking,
.ion-nuclear,
.ion-outlet,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person,
.ion-person-add,
.ion-person-stalker,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-planet,
.ion-play,
.ion-playstation,
.ion-plus,
.ion-plus-circled,
.ion-plus-round,
.ion-podium,
.ion-pound,
.ion-power,
.ion-pricetag,
.ion-pricetags,
.ion-printer,
.ion-pull-request,
.ion-qr-scanner,
.ion-quote,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-ribbon-a,
.ion-ribbon-b,
.ion-sad,
.ion-scissors,
.ion-search, .search i,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-foursquare,
.ion-social-foursquare-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-google,
.ion-social-google-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-instagram,
.ion-social-instagram-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-usd,
.ion-social-usd-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-toggle,
.ion-toggle-filled,
.ion-trash-a,
.ion-trash-b,
.ion-trophie,
.ion-umbrella,
.ion-university,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-wand,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-spin, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  -moz-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start); }

.ion-alert:before {
  content: "\F101"; }

.ion-alert-circled:before {
  content: "\F100"; }

.ion-android-add:before {
  content: "\F2C7"; }

.ion-android-add-contact:before {
  content: "\F2C6"; }

.ion-android-alarm:before {
  content: "\F2C8"; }

.ion-android-archive:before {
  content: "\F2C9"; }

.ion-android-arrow-back:before {
  content: "\F2CA"; }

.ion-android-arrow-down-left:before {
  content: "\F2CB"; }

.ion-android-arrow-down-right:before {
  content: "\F2CC"; }

.ion-android-arrow-forward:before {
  content: "\F30F"; }

.ion-android-arrow-up-left:before {
  content: "\F2CD"; }

.ion-android-arrow-up-right:before {
  content: "\F2CE"; }

.ion-android-battery:before {
  content: "\F2CF"; }

.ion-android-book:before {
  content: "\F2D0"; }

.ion-android-calendar:before {
  content: "\F2D1"; }

.ion-android-call:before {
  content: "\F2D2"; }

.ion-android-camera:before {
  content: "\F2D3"; }

.ion-android-chat:before {
  content: "\F2D4"; }

.ion-android-checkmark:before {
  content: "\F2D5"; }

.ion-android-clock:before {
  content: "\F2D6"; }

.ion-android-close:before {
  content: "\F2D7"; }

.ion-android-contact:before {
  content: "\F2D8"; }

.ion-android-contacts:before {
  content: "\F2D9"; }

.ion-android-data:before {
  content: "\F2DA"; }

.ion-android-developer:before {
  content: "\F2DB"; }

.ion-android-display:before {
  content: "\F2DC"; }

.ion-android-download:before {
  content: "\F2DD"; }

.ion-android-drawer:before {
  content: "\F310"; }

.ion-android-dropdown:before {
  content: "\F2DE"; }

.ion-android-earth:before {
  content: "\F2DF"; }

.ion-android-folder:before {
  content: "\F2E0"; }

.ion-android-forums:before {
  content: "\F2E1"; }

.ion-android-friends:before {
  content: "\F2E2"; }

.ion-android-hand:before {
  content: "\F2E3"; }

.ion-android-image:before {
  content: "\F2E4"; }

.ion-android-inbox:before {
  content: "\F2E5"; }

.ion-android-information:before {
  content: "\F2E6"; }

.ion-android-keypad:before {
  content: "\F2E7"; }

.ion-android-lightbulb:before {
  content: "\F2E8"; }

.ion-android-locate:before {
  content: "\F2E9"; }

.ion-android-location:before {
  content: "\F2EA"; }

.ion-android-mail:before {
  content: "\F2EB"; }

.ion-android-microphone:before {
  content: "\F2EC"; }

.ion-android-mixer:before {
  content: "\F2ED"; }

.ion-android-more:before {
  content: "\F2EE"; }

.ion-android-note:before {
  content: "\F2EF"; }

.ion-android-playstore:before {
  content: "\F2F0"; }

.ion-android-printer:before {
  content: "\F2F1"; }

.ion-android-promotion:before {
  content: "\F2F2"; }

.ion-android-reminder:before {
  content: "\F2F3"; }

.ion-android-remove:before {
  content: "\F2F4"; }

.ion-android-search:before {
  content: "\F2F5"; }

.ion-android-send:before {
  content: "\F2F6"; }

.ion-android-settings:before {
  content: "\F2F7"; }

.ion-android-share:before {
  content: "\F2F8"; }

.ion-android-social:before {
  content: "\F2FA"; }

.ion-android-social-user:before {
  content: "\F2F9"; }

.ion-android-sort:before {
  content: "\F2FB"; }

.ion-android-stair-drawer:before {
  content: "\F311"; }

.ion-android-star:before {
  content: "\F2FC"; }

.ion-android-stopwatch:before {
  content: "\F2FD"; }

.ion-android-storage:before {
  content: "\F2FE"; }

.ion-android-system-back:before {
  content: "\F2FF"; }

.ion-android-system-home:before {
  content: "\F300"; }

.ion-android-system-windows:before {
  content: "\F301"; }

.ion-android-timer:before {
  content: "\F302"; }

.ion-android-trash:before {
  content: "\F303"; }

.ion-android-user-menu:before {
  content: "\F312"; }

.ion-android-volume:before {
  content: "\F304"; }

.ion-android-wifi:before {
  content: "\F305"; }

.ion-aperture:before {
  content: "\F313"; }

.ion-archive:before {
  content: "\F102"; }

.ion-arrow-down-a:before {
  content: "\F103"; }

.ion-arrow-down-b:before {
  content: "\F104"; }

.ion-arrow-down-c:before {
  content: "\F105"; }

.ion-arrow-expand:before {
  content: "\F25E"; }

.ion-arrow-graph-down-left:before {
  content: "\F25F"; }

.ion-arrow-graph-down-right:before {
  content: "\F260"; }

.ion-arrow-graph-up-left:before {
  content: "\F261"; }

.ion-arrow-graph-up-right:before {
  content: "\F262"; }

.ion-arrow-left-a:before {
  content: "\F106"; }

.ion-arrow-left-b:before {
  content: "\F107"; }

.ion-arrow-left-c:before {
  content: "\F108"; }

.ion-arrow-move:before {
  content: "\F263"; }

.ion-arrow-resize:before {
  content: "\F264"; }

.ion-arrow-return-left:before {
  content: "\F265"; }

.ion-arrow-return-right:before {
  content: "\F266"; }

.ion-arrow-right-a:before {
  content: "\F109"; }

.ion-arrow-right-b:before {
  content: "\F10A"; }

.ion-arrow-right-c:before {
  content: "\F10B"; }

.ion-arrow-shrink:before {
  content: "\F267"; }

.ion-arrow-swap:before {
  content: "\F268"; }

.ion-arrow-up-a:before {
  content: "\F10C"; }

.ion-arrow-up-b:before {
  content: "\F10D"; }

.ion-arrow-up-c:before {
  content: "\F10E"; }

.ion-asterisk:before {
  content: "\F314"; }

.ion-at:before {
  content: "\F10F"; }

.ion-bag:before {
  content: "\F110"; }

.ion-battery-charging:before {
  content: "\F111"; }

.ion-battery-empty:before {
  content: "\F112"; }

.ion-battery-full:before {
  content: "\F113"; }

.ion-battery-half:before {
  content: "\F114"; }

.ion-battery-low:before {
  content: "\F115"; }

.ion-beaker:before {
  content: "\F269"; }

.ion-beer:before {
  content: "\F26A"; }

.ion-bluetooth:before {
  content: "\F116"; }

.ion-bonfire:before {
  content: "\F315"; }

.ion-bookmark:before {
  content: "\F26B"; }

.ion-briefcase:before {
  content: "\F26C"; }

.ion-bug:before {
  content: "\F2BE"; }

.ion-calculator:before {
  content: "\F26D"; }

.ion-calendar:before {
  content: "\F117"; }

.ion-camera:before {
  content: "\F118"; }

.ion-card:before {
  content: "\F119"; }

.ion-cash:before {
  content: "\F316"; }

.ion-chatbox:before {
  content: "\F11B"; }

.ion-chatbox-working:before {
  content: "\F11A"; }

.ion-chatboxes:before {
  content: "\F11C"; }

.ion-chatbubble:before {
  content: "\F11E"; }

.ion-chatbubble-working:before {
  content: "\F11D"; }

.ion-chatbubbles:before {
  content: "\F11F"; }

.ion-checkmark:before {
  content: "\F122"; }

.ion-checkmark-circled:before {
  content: "\F120"; }

.ion-checkmark-round:before {
  content: "\F121"; }

.ion-chevron-down:before {
  content: "\F123"; }

.ion-chevron-left:before {
  content: "\F124"; }

.ion-chevron-right:before {
  content: "\F125"; }

.ion-chevron-up:before {
  content: "\F126"; }

.ion-clipboard:before {
  content: "\F127"; }

.ion-clock:before {
  content: "\F26E"; }

.ion-close:before {
  content: "\F12A"; }

.ion-close-circled:before {
  content: "\F128"; }

.ion-close-round:before {
  content: "\F129"; }

.ion-closed-captioning:before {
  content: "\F317"; }

.ion-cloud:before {
  content: "\F12B"; }

.ion-code:before {
  content: "\F271"; }

.ion-code-download:before {
  content: "\F26F"; }

.ion-code-working:before {
  content: "\F270"; }

.ion-coffee:before {
  content: "\F272"; }

.ion-compass:before {
  content: "\F273"; }

.ion-compose:before {
  content: "\F12C"; }

.ion-connection-bars:before {
  content: "\F274"; }

.ion-contrast:before {
  content: "\F275"; }

.ion-cube:before {
  content: "\F318"; }

.ion-disc:before {
  content: "\F12D"; }

.ion-document:before {
  content: "\F12F"; }

.ion-document-text:before {
  content: "\F12E"; }

.ion-drag:before {
  content: "\F130"; }

.ion-earth:before {
  content: "\F276"; }

.ion-edit:before {
  content: "\F2BF"; }

.ion-egg:before {
  content: "\F277"; }

.ion-eject:before {
  content: "\F131"; }

.ion-email:before {
  content: "\F132"; }

.ion-eye:before {
  content: "\F133"; }

.ion-eye-disabled:before {
  content: "\F306"; }

.ion-female:before {
  content: "\F278"; }

.ion-filing:before {
  content: "\F134"; }

.ion-film-marker:before {
  content: "\F135"; }

.ion-fireball:before {
  content: "\F319"; }

.ion-flag:before {
  content: "\F279"; }

.ion-flame:before {
  content: "\F31A"; }

.ion-flash:before {
  content: "\F137"; }

.ion-flash-off:before {
  content: "\F136"; }

.ion-flask:before {
  content: "\F138"; }

.ion-folder:before {
  content: "\F139"; }

.ion-fork:before {
  content: "\F27A"; }

.ion-fork-repo:before {
  content: "\F2C0"; }

.ion-forward:before {
  content: "\F13A"; }

.ion-funnel:before {
  content: "\F31B"; }

.ion-game-controller-a:before {
  content: "\F13B"; }

.ion-game-controller-b:before {
  content: "\F13C"; }

.ion-gear-a:before {
  content: "\F13D"; }

.ion-gear-b:before {
  content: "\F13E"; }

.ion-grid:before {
  content: "\F13F"; }

.ion-hammer:before {
  content: "\F27B"; }

.ion-happy:before {
  content: "\F31C"; }

.ion-headphone:before {
  content: "\F140"; }

.ion-heart:before {
  content: "\F141"; }

.ion-heart-broken:before {
  content: "\F31D"; }

.ion-help:before {
  content: "\F143"; }

.ion-help-buoy:before {
  content: "\F27C"; }

.ion-help-circled:before {
  content: "\F142"; }

.ion-home:before {
  content: "\F144"; }

.ion-icecream:before {
  content: "\F27D"; }

.ion-icon-social-google-plus:before {
  content: "\F146"; }

.ion-icon-social-google-plus-outline:before {
  content: "\F145"; }

.ion-image:before {
  content: "\F147"; }

.ion-images:before {
  content: "\F148"; }

.ion-information:before {
  content: "\F14A"; }

.ion-information-circled:before {
  content: "\F149"; }

.ion-ionic:before {
  content: "\F14B"; }

.ion-ios7-alarm:before {
  content: "\F14D"; }

.ion-ios7-alarm-outline:before {
  content: "\F14C"; }

.ion-ios7-albums:before {
  content: "\F14F"; }

.ion-ios7-albums-outline:before {
  content: "\F14E"; }

.ion-ios7-americanfootball:before {
  content: "\F31F"; }

.ion-ios7-americanfootball-outline:before {
  content: "\F31E"; }

.ion-ios7-analytics:before {
  content: "\F321"; }

.ion-ios7-analytics-outline:before {
  content: "\F320"; }

.ion-ios7-arrow-back:before {
  content: "\F150"; }

.ion-ios7-arrow-down:before {
  content: "\F151"; }

.ion-ios7-arrow-forward:before {
  content: "\F152"; }

.ion-ios7-arrow-left:before {
  content: "\F153"; }

.ion-ios7-arrow-right:before {
  content: "\F154"; }

.ion-ios7-arrow-thin-down:before {
  content: "\F27E"; }

.ion-ios7-arrow-thin-left:before {
  content: "\F27F"; }

.ion-ios7-arrow-thin-right:before {
  content: "\F280"; }

.ion-ios7-arrow-thin-up:before {
  content: "\F281"; }

.ion-ios7-arrow-up:before {
  content: "\F155"; }

.ion-ios7-at:before {
  content: "\F157"; }

.ion-ios7-at-outline:before {
  content: "\F156"; }

.ion-ios7-barcode:before {
  content: "\F323"; }

.ion-ios7-barcode-outline:before {
  content: "\F322"; }

.ion-ios7-baseball:before {
  content: "\F325"; }

.ion-ios7-baseball-outline:before {
  content: "\F324"; }

.ion-ios7-basketball:before {
  content: "\F327"; }

.ion-ios7-basketball-outline:before {
  content: "\F326"; }

.ion-ios7-bell:before {
  content: "\F159"; }

.ion-ios7-bell-outline:before {
  content: "\F158"; }

.ion-ios7-bolt:before {
  content: "\F15B"; }

.ion-ios7-bolt-outline:before {
  content: "\F15A"; }

.ion-ios7-bookmarks:before {
  content: "\F15D"; }

.ion-ios7-bookmarks-outline:before {
  content: "\F15C"; }

.ion-ios7-box:before {
  content: "\F15F"; }

.ion-ios7-box-outline:before {
  content: "\F15E"; }

.ion-ios7-briefcase:before {
  content: "\F283"; }

.ion-ios7-briefcase-outline:before {
  content: "\F282"; }

.ion-ios7-browsers:before {
  content: "\F161"; }

.ion-ios7-browsers-outline:before {
  content: "\F160"; }

.ion-ios7-calculator:before {
  content: "\F285"; }

.ion-ios7-calculator-outline:before {
  content: "\F284"; }

.ion-ios7-calendar:before {
  content: "\F163"; }

.ion-ios7-calendar-outline:before {
  content: "\F162"; }

.ion-ios7-camera:before {
  content: "\F165"; }

.ion-ios7-camera-outline:before {
  content: "\F164"; }

.ion-ios7-cart:before {
  content: "\F167"; }

.ion-ios7-cart-outline:before {
  content: "\F166"; }

.ion-ios7-chatboxes:before {
  content: "\F169"; }

.ion-ios7-chatboxes-outline:before {
  content: "\F168"; }

.ion-ios7-chatbubble:before {
  content: "\F16B"; }

.ion-ios7-chatbubble-outline:before {
  content: "\F16A"; }

.ion-ios7-checkmark:before {
  content: "\F16E"; }

.ion-ios7-checkmark-empty:before {
  content: "\F16C"; }

.ion-ios7-checkmark-outline:before {
  content: "\F16D"; }

.ion-ios7-circle-filled:before {
  content: "\F16F"; }

.ion-ios7-circle-outline:before {
  content: "\F170"; }

.ion-ios7-clock:before {
  content: "\F172"; }

.ion-ios7-clock-outline:before {
  content: "\F171"; }

.ion-ios7-close:before {
  content: "\F2BC"; }

.ion-ios7-close-empty:before {
  content: "\F2BD"; }

.ion-ios7-close-outline:before {
  content: "\F2BB"; }

.ion-ios7-cloud:before {
  content: "\F178"; }

.ion-ios7-cloud-download:before {
  content: "\F174"; }

.ion-ios7-cloud-download-outline:before {
  content: "\F173"; }

.ion-ios7-cloud-outline:before {
  content: "\F175"; }

.ion-ios7-cloud-upload:before {
  content: "\F177"; }

.ion-ios7-cloud-upload-outline:before {
  content: "\F176"; }

.ion-ios7-cloudy:before {
  content: "\F17A"; }

.ion-ios7-cloudy-night:before {
  content: "\F308"; }

.ion-ios7-cloudy-night-outline:before {
  content: "\F307"; }

.ion-ios7-cloudy-outline:before {
  content: "\F179"; }

.ion-ios7-cog:before {
  content: "\F17C"; }

.ion-ios7-cog-outline:before {
  content: "\F17B"; }

.ion-ios7-compose:before {
  content: "\F17E"; }

.ion-ios7-compose-outline:before {
  content: "\F17D"; }

.ion-ios7-contact:before {
  content: "\F180"; }

.ion-ios7-contact-outline:before {
  content: "\F17F"; }

.ion-ios7-copy:before {
  content: "\F182"; }

.ion-ios7-copy-outline:before {
  content: "\F181"; }

.ion-ios7-download:before {
  content: "\F184"; }

.ion-ios7-download-outline:before {
  content: "\F183"; }

.ion-ios7-drag:before {
  content: "\F185"; }

.ion-ios7-email:before {
  content: "\F187"; }

.ion-ios7-email-outline:before {
  content: "\F186"; }

.ion-ios7-expand:before {
  content: "\F30D"; }

.ion-ios7-eye:before {
  content: "\F189"; }

.ion-ios7-eye-outline:before {
  content: "\F188"; }

.ion-ios7-fastforward:before {
  content: "\F18B"; }

.ion-ios7-fastforward-outline:before {
  content: "\F18A"; }

.ion-ios7-filing:before {
  content: "\F18D"; }

.ion-ios7-filing-outline:before {
  content: "\F18C"; }

.ion-ios7-film:before {
  content: "\F18F"; }

.ion-ios7-film-outline:before {
  content: "\F18E"; }

.ion-ios7-flag:before {
  content: "\F191"; }

.ion-ios7-flag-outline:before {
  content: "\F190"; }

.ion-ios7-folder:before {
  content: "\F193"; }

.ion-ios7-folder-outline:before {
  content: "\F192"; }

.ion-ios7-football:before {
  content: "\F329"; }

.ion-ios7-football-outline:before {
  content: "\F328"; }

.ion-ios7-gear:before {
  content: "\F195"; }

.ion-ios7-gear-outline:before {
  content: "\F194"; }

.ion-ios7-glasses:before {
  content: "\F197"; }

.ion-ios7-glasses-outline:before {
  content: "\F196"; }

.ion-ios7-heart:before {
  content: "\F199"; }

.ion-ios7-heart-outline:before {
  content: "\F198"; }

.ion-ios7-help:before {
  content: "\F19C"; }

.ion-ios7-help-empty:before {
  content: "\F19A"; }

.ion-ios7-help-outline:before {
  content: "\F19B"; }

.ion-ios7-home:before {
  content: "\F32B"; }

.ion-ios7-home-outline:before {
  content: "\F32A"; }

.ion-ios7-infinite:before {
  content: "\F19E"; }

.ion-ios7-infinite-outline:before {
  content: "\F19D"; }

.ion-ios7-information:before {
  content: "\F1A1"; }

.ion-ios7-information-empty:before {
  content: "\F19F"; }

.ion-ios7-information-outline:before {
  content: "\F1A0"; }

.ion-ios7-ionic-outline:before {
  content: "\F1A2"; }

.ion-ios7-keypad:before {
  content: "\F1A4"; }

.ion-ios7-keypad-outline:before {
  content: "\F1A3"; }

.ion-ios7-lightbulb:before {
  content: "\F287"; }

.ion-ios7-lightbulb-outline:before {
  content: "\F286"; }

.ion-ios7-location:before {
  content: "\F1A6"; }

.ion-ios7-location-outline:before {
  content: "\F1A5"; }

.ion-ios7-locked:before {
  content: "\F1A8"; }

.ion-ios7-locked-outline:before {
  content: "\F1A7"; }

.ion-ios7-loop:before {
  content: "\F32D"; }

.ion-ios7-loop-strong:before {
  content: "\F32C"; }

.ion-ios7-medkit:before {
  content: "\F289"; }

.ion-ios7-medkit-outline:before {
  content: "\F288"; }

.ion-ios7-mic:before {
  content: "\F1AB"; }

.ion-ios7-mic-off:before {
  content: "\F1A9"; }

.ion-ios7-mic-outline:before {
  content: "\F1AA"; }

.ion-ios7-minus:before {
  content: "\F1AE"; }

.ion-ios7-minus-empty:before {
  content: "\F1AC"; }

.ion-ios7-minus-outline:before {
  content: "\F1AD"; }

.ion-ios7-monitor:before {
  content: "\F1B0"; }

.ion-ios7-monitor-outline:before {
  content: "\F1AF"; }

.ion-ios7-moon:before {
  content: "\F1B2"; }

.ion-ios7-moon-outline:before {
  content: "\F1B1"; }

.ion-ios7-more:before {
  content: "\F1B4"; }

.ion-ios7-more-outline:before {
  content: "\F1B3"; }

.ion-ios7-musical-note:before {
  content: "\F1B5"; }

.ion-ios7-musical-notes:before {
  content: "\F1B6"; }

.ion-ios7-navigate:before {
  content: "\F1B8"; }

.ion-ios7-navigate-outline:before {
  content: "\F1B7"; }

.ion-ios7-paper:before {
  content: "\F32F"; }

.ion-ios7-paper-outline:before {
  content: "\F32E"; }

.ion-ios7-paperplane:before {
  content: "\F1BA"; }

.ion-ios7-paperplane-outline:before {
  content: "\F1B9"; }

.ion-ios7-partlysunny:before {
  content: "\F1BC"; }

.ion-ios7-partlysunny-outline:before {
  content: "\F1BB"; }

.ion-ios7-pause:before {
  content: "\F1BE"; }

.ion-ios7-pause-outline:before {
  content: "\F1BD"; }

.ion-ios7-paw:before {
  content: "\F331"; }

.ion-ios7-paw-outline:before {
  content: "\F330"; }

.ion-ios7-people:before {
  content: "\F1C0"; }

.ion-ios7-people-outline:before {
  content: "\F1BF"; }

.ion-ios7-person:before {
  content: "\F1C2"; }

.ion-ios7-person-outline:before {
  content: "\F1C1"; }

.ion-ios7-personadd:before {
  content: "\F1C4"; }

.ion-ios7-personadd-outline:before {
  content: "\F1C3"; }

.ion-ios7-photos:before {
  content: "\F1C6"; }

.ion-ios7-photos-outline:before {
  content: "\F1C5"; }

.ion-ios7-pie:before {
  content: "\F28B"; }

.ion-ios7-pie-outline:before {
  content: "\F28A"; }

.ion-ios7-play:before {
  content: "\F1C8"; }

.ion-ios7-play-outline:before {
  content: "\F1C7"; }

.ion-ios7-plus:before {
  content: "\F1CB"; }

.ion-ios7-plus-empty:before {
  content: "\F1C9"; }

.ion-ios7-plus-outline:before {
  content: "\F1CA"; }

.ion-ios7-pricetag:before {
  content: "\F28D"; }

.ion-ios7-pricetag-outline:before {
  content: "\F28C"; }

.ion-ios7-pricetags:before {
  content: "\F333"; }

.ion-ios7-pricetags-outline:before {
  content: "\F332"; }

.ion-ios7-printer:before {
  content: "\F1CD"; }

.ion-ios7-printer-outline:before {
  content: "\F1CC"; }

.ion-ios7-pulse:before {
  content: "\F335"; }

.ion-ios7-pulse-strong:before {
  content: "\F334"; }

.ion-ios7-rainy:before {
  content: "\F1CF"; }

.ion-ios7-rainy-outline:before {
  content: "\F1CE"; }

.ion-ios7-recording:before {
  content: "\F1D1"; }

.ion-ios7-recording-outline:before {
  content: "\F1D0"; }

.ion-ios7-redo:before {
  content: "\F1D3"; }

.ion-ios7-redo-outline:before {
  content: "\F1D2"; }

.ion-ios7-refresh:before {
  content: "\F1D6"; }

.ion-ios7-refresh-empty:before {
  content: "\F1D4"; }

.ion-ios7-refresh-outline:before {
  content: "\F1D5"; }

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "\F28E"; }

.ion-ios7-reverse-camera:before {
  content: "\F337"; }

.ion-ios7-reverse-camera-outline:before {
  content: "\F336"; }

.ion-ios7-rewind:before {
  content: "\F1D8"; }

.ion-ios7-rewind-outline:before {
  content: "\F1D7"; }

.ion-ios7-search:before {
  content: "\F1DA"; }

.ion-ios7-search-strong:before {
  content: "\F1D9"; }

.ion-ios7-settings:before {
  content: "\F339"; }

.ion-ios7-settings-strong:before {
  content: "\F338"; }

.ion-ios7-shrink:before {
  content: "\F30E"; }

.ion-ios7-skipbackward:before {
  content: "\F1DC"; }

.ion-ios7-skipbackward-outline:before {
  content: "\F1DB"; }

.ion-ios7-skipforward:before {
  content: "\F1DE"; }

.ion-ios7-skipforward-outline:before {
  content: "\F1DD"; }

.ion-ios7-snowy:before {
  content: "\F309"; }

.ion-ios7-speedometer:before {
  content: "\F290"; }

.ion-ios7-speedometer-outline:before {
  content: "\F28F"; }

.ion-ios7-star:before {
  content: "\F1E0"; }

.ion-ios7-star-half:before {
  content: "\F33A"; }

.ion-ios7-star-outline:before {
  content: "\F1DF"; }

.ion-ios7-stopwatch:before {
  content: "\F1E2"; }

.ion-ios7-stopwatch-outline:before {
  content: "\F1E1"; }

.ion-ios7-sunny:before {
  content: "\F1E4"; }

.ion-ios7-sunny-outline:before {
  content: "\F1E3"; }

.ion-ios7-telephone:before {
  content: "\F1E6"; }

.ion-ios7-telephone-outline:before {
  content: "\F1E5"; }

.ion-ios7-tennisball:before {
  content: "\F33C"; }

.ion-ios7-tennisball-outline:before {
  content: "\F33B"; }

.ion-ios7-thunderstorm:before {
  content: "\F1E8"; }

.ion-ios7-thunderstorm-outline:before {
  content: "\F1E7"; }

.ion-ios7-time:before {
  content: "\F292"; }

.ion-ios7-time-outline:before {
  content: "\F291"; }

.ion-ios7-timer:before {
  content: "\F1EA"; }

.ion-ios7-timer-outline:before {
  content: "\F1E9"; }

.ion-ios7-toggle:before {
  content: "\F33E"; }

.ion-ios7-toggle-outline:before {
  content: "\F33D"; }

.ion-ios7-trash:before {
  content: "\F1EC"; }

.ion-ios7-trash-outline:before {
  content: "\F1EB"; }

.ion-ios7-undo:before {
  content: "\F1EE"; }

.ion-ios7-undo-outline:before {
  content: "\F1ED"; }

.ion-ios7-unlocked:before {
  content: "\F1F0"; }

.ion-ios7-unlocked-outline:before {
  content: "\F1EF"; }

.ion-ios7-upload:before {
  content: "\F1F2"; }

.ion-ios7-upload-outline:before {
  content: "\F1F1"; }

.ion-ios7-videocam:before {
  content: "\F1F4"; }

.ion-ios7-videocam-outline:before {
  content: "\F1F3"; }

.ion-ios7-volume-high:before {
  content: "\F1F5"; }

.ion-ios7-volume-low:before {
  content: "\F1F6"; }

.ion-ios7-wineglass:before {
  content: "\F294"; }

.ion-ios7-wineglass-outline:before {
  content: "\F293"; }

.ion-ios7-world:before {
  content: "\F1F8"; }

.ion-ios7-world-outline:before {
  content: "\F1F7"; }

.ion-ipad:before {
  content: "\F1F9"; }

.ion-iphone:before {
  content: "\F1FA"; }

.ion-ipod:before {
  content: "\F1FB"; }

.ion-jet:before {
  content: "\F295"; }

.ion-key:before {
  content: "\F296"; }

.ion-knife:before {
  content: "\F297"; }

.ion-laptop:before {
  content: "\F1FC"; }

.ion-leaf:before {
  content: "\F1FD"; }

.ion-levels:before {
  content: "\F298"; }

.ion-lightbulb:before {
  content: "\F299"; }

.ion-link:before {
  content: "\F1FE"; }

.ion-load-a:before, .ion-loading-a:before {
  content: "\F29A"; }

.ion-load-b:before, .ion-loading-b:before {
  content: "\F29B"; }

.ion-load-c:before, .ion-loading-c:before {
  content: "\F29C"; }

.ion-load-d:before, .ion-loading-d:before {
  content: "\F29D"; }

.ion-location:before {
  content: "\F1FF"; }

.ion-locked:before {
  content: "\F200"; }

.ion-log-in:before {
  content: "\F29E"; }

.ion-log-out:before {
  content: "\F29F"; }

.ion-loop:before, .ion-looping:before {
  content: "\F201"; }

.ion-magnet:before {
  content: "\F2A0"; }

.ion-male:before {
  content: "\F2A1"; }

.ion-man:before {
  content: "\F202"; }

.ion-map:before {
  content: "\F203"; }

.ion-medkit:before {
  content: "\F2A2"; }

.ion-merge:before {
  content: "\F33F"; }

.ion-mic-a:before {
  content: "\F204"; }

.ion-mic-b:before {
  content: "\F205"; }

.ion-mic-c:before {
  content: "\F206"; }

.ion-minus:before {
  content: "\F209"; }

.ion-minus-circled:before {
  content: "\F207"; }

.ion-minus-round:before {
  content: "\F208"; }

.ion-model-s:before {
  content: "\F2C1"; }

.ion-monitor:before {
  content: "\F20A"; }

.ion-more:before {
  content: "\F20B"; }

.ion-mouse:before {
  content: "\F340"; }

.ion-music-note:before {
  content: "\F20C"; }

.ion-navicon:before {
  content: "\F20E"; }

.ion-navicon-round:before {
  content: "\F20D"; }

.ion-navigate:before {
  content: "\F2A3"; }

.ion-network:before {
  content: "\F341"; }

.ion-no-smoking:before {
  content: "\F2C2"; }

.ion-nuclear:before {
  content: "\F2A4"; }

.ion-outlet:before {
  content: "\F342"; }

.ion-paper-airplane:before {
  content: "\F2C3"; }

.ion-paperclip:before {
  content: "\F20F"; }

.ion-pause:before {
  content: "\F210"; }

.ion-person:before {
  content: "\F213"; }

.ion-person-add:before {
  content: "\F211"; }

.ion-person-stalker:before {
  content: "\F212"; }

.ion-pie-graph:before {
  content: "\F2A5"; }

.ion-pin:before {
  content: "\F2A6"; }

.ion-pinpoint:before {
  content: "\F2A7"; }

.ion-pizza:before {
  content: "\F2A8"; }

.ion-plane:before {
  content: "\F214"; }

.ion-planet:before {
  content: "\F343"; }

.ion-play:before {
  content: "\F215"; }

.ion-playstation:before {
  content: "\F30A"; }

.ion-plus:before {
  content: "\F218"; }

.ion-plus-circled:before {
  content: "\F216"; }

.ion-plus-round:before {
  content: "\F217"; }

.ion-podium:before {
  content: "\F344"; }

.ion-pound:before {
  content: "\F219"; }

.ion-power:before {
  content: "\F2A9"; }

.ion-pricetag:before {
  content: "\F2AA"; }

.ion-pricetags:before {
  content: "\F2AB"; }

.ion-printer:before {
  content: "\F21A"; }

.ion-pull-request:before {
  content: "\F345"; }

.ion-qr-scanner:before {
  content: "\F346"; }

.ion-quote:before {
  content: "\F347"; }

.ion-radio-waves:before {
  content: "\F2AC"; }

.ion-record:before {
  content: "\F21B"; }

.ion-refresh:before, .ion-refreshing:before {
  content: "\F21C"; }

.ion-reply:before {
  content: "\F21E"; }

.ion-reply-all:before {
  content: "\F21D"; }

.ion-ribbon-a:before {
  content: "\F348"; }

.ion-ribbon-b:before {
  content: "\F349"; }

.ion-sad:before {
  content: "\F34A"; }

.ion-scissors:before {
  content: "\F34B"; }

.ion-search:before, .search i:before {
  content: "\F21F"; }

.ion-settings:before {
  content: "\F2AD"; }

.ion-share:before {
  content: "\F220"; }

.ion-shuffle:before {
  content: "\F221"; }

.ion-skip-backward:before {
  content: "\F222"; }

.ion-skip-forward:before {
  content: "\F223"; }

.ion-social-android:before {
  content: "\F225"; }

.ion-social-android-outline:before {
  content: "\F224"; }

.ion-social-apple:before {
  content: "\F227"; }

.ion-social-apple-outline:before {
  content: "\F226"; }

.ion-social-bitcoin:before {
  content: "\F2AF"; }

.ion-social-bitcoin-outline:before {
  content: "\F2AE"; }

.ion-social-buffer:before {
  content: "\F229"; }

.ion-social-buffer-outline:before {
  content: "\F228"; }

.ion-social-designernews:before {
  content: "\F22B"; }

.ion-social-designernews-outline:before {
  content: "\F22A"; }

.ion-social-dribbble:before {
  content: "\F22D"; }

.ion-social-dribbble-outline:before {
  content: "\F22C"; }

.ion-social-dropbox:before {
  content: "\F22F"; }

.ion-social-dropbox-outline:before {
  content: "\F22E"; }

.ion-social-facebook:before {
  content: "\F231"; }

.ion-social-facebook-outline:before {
  content: "\F230"; }

.ion-social-foursquare:before {
  content: "\F34D"; }

.ion-social-foursquare-outline:before {
  content: "\F34C"; }

.ion-social-freebsd-devil:before {
  content: "\F2C4"; }

.ion-social-github:before {
  content: "\F233"; }

.ion-social-github-outline:before {
  content: "\F232"; }

.ion-social-google:before {
  content: "\F34F"; }

.ion-social-google-outline:before {
  content: "\F34E"; }

.ion-social-googleplus:before {
  content: "\F235"; }

.ion-social-googleplus-outline:before {
  content: "\F234"; }

.ion-social-hackernews:before {
  content: "\F237"; }

.ion-social-hackernews-outline:before {
  content: "\F236"; }

.ion-social-instagram:before {
  content: "\F351"; }

.ion-social-instagram-outline:before {
  content: "\F350"; }

.ion-social-linkedin:before {
  content: "\F239"; }

.ion-social-linkedin-outline:before {
  content: "\F238"; }

.ion-social-pinterest:before {
  content: "\F2B1"; }

.ion-social-pinterest-outline:before {
  content: "\F2B0"; }

.ion-social-reddit:before {
  content: "\F23B"; }

.ion-social-reddit-outline:before {
  content: "\F23A"; }

.ion-social-rss:before {
  content: "\F23D"; }

.ion-social-rss-outline:before {
  content: "\F23C"; }

.ion-social-skype:before {
  content: "\F23F"; }

.ion-social-skype-outline:before {
  content: "\F23E"; }

.ion-social-tumblr:before {
  content: "\F241"; }

.ion-social-tumblr-outline:before {
  content: "\F240"; }

.ion-social-tux:before {
  content: "\F2C5"; }

.ion-social-twitter:before {
  content: "\F243"; }

.ion-social-twitter-outline:before {
  content: "\F242"; }

.ion-social-usd:before {
  content: "\F353"; }

.ion-social-usd-outline:before {
  content: "\F352"; }

.ion-social-vimeo:before {
  content: "\F245"; }

.ion-social-vimeo-outline:before {
  content: "\F244"; }

.ion-social-windows:before {
  content: "\F247"; }

.ion-social-windows-outline:before {
  content: "\F246"; }

.ion-social-wordpress:before {
  content: "\F249"; }

.ion-social-wordpress-outline:before {
  content: "\F248"; }

.ion-social-yahoo:before {
  content: "\F24B"; }

.ion-social-yahoo-outline:before {
  content: "\F24A"; }

.ion-social-youtube:before {
  content: "\F24D"; }

.ion-social-youtube-outline:before {
  content: "\F24C"; }

.ion-speakerphone:before {
  content: "\F2B2"; }

.ion-speedometer:before {
  content: "\F2B3"; }

.ion-spoon:before {
  content: "\F2B4"; }

.ion-star:before {
  content: "\F24E"; }

.ion-stats-bars:before {
  content: "\F2B5"; }

.ion-steam:before {
  content: "\F30B"; }

.ion-stop:before {
  content: "\F24F"; }

.ion-thermometer:before {
  content: "\F2B6"; }

.ion-thumbsdown:before {
  content: "\F250"; }

.ion-thumbsup:before {
  content: "\F251"; }

.ion-toggle:before {
  content: "\F355"; }

.ion-toggle-filled:before {
  content: "\F354"; }

.ion-trash-a:before {
  content: "\F252"; }

.ion-trash-b:before {
  content: "\F253"; }

.ion-trophie:before {
  content: "\F356"; }

.ion-umbrella:before {
  content: "\F2B7"; }

.ion-university:before {
  content: "\F357"; }

.ion-unlocked:before {
  content: "\F254"; }

.ion-upload:before {
  content: "\F255"; }

.ion-usb:before {
  content: "\F2B8"; }

.ion-videocamera:before {
  content: "\F256"; }

.ion-volume-high:before {
  content: "\F257"; }

.ion-volume-low:before {
  content: "\F258"; }

.ion-volume-medium:before {
  content: "\F259"; }

.ion-volume-mute:before {
  content: "\F25A"; }

.ion-wand:before {
  content: "\F358"; }

.ion-waterdrop:before {
  content: "\F25B"; }

.ion-wifi:before {
  content: "\F25C"; }

.ion-wineglass:before {
  content: "\F2B9"; }

.ion-woman:before {
  content: "\F25D"; }

.ion-wrench:before {
  content: "\F2BA"; }

.ion-xbox:before {
  content: "\F30C"; }

.auth-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  background: #616E75; }
  .auth-section h1 {
    color: #ffffff;
    margin-bottom: 20px; }
  .auth-section:before, .auth-section:after {
    position: absolute;
    z-index: -1;
    top: 400px;
    left: -10%;
    width: 120%;
    height: 60%;
    content: '';
    background: #616E75; }
  .auth-section:before {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .auth-section:after {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    opacity: 0.8;
    filter: alpha(opacity=80); }

.auth-box {
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0 0; }
  .auth-box .app-title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
    font-weight: 300;
    font-size: 3.25rem;
    font-family: "Oxygen", sans-serif; }

.confirmation {
  text-align: center; }
  .confirmation .submit {
    background: #4a5459 !important; }
  .confirmation .list-unstyled {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left; }

.change-password-form h2 {
  text-align: center; }

.change-password-form .widget-write-text {
  position: relative;
  margin-bottom: 10px; }

.change-password-form #current_password,
.change-password-form #new_password,
.change-password-form #new_password_repeat {
  position: relative;
  margin-bottom: 5px; }

.change-password-form .widget-status {
  position: absolute;
  top: 34px;
  right: 10px; }

.change-password-form .widget-status-busy {
  color: #000000; }

.change-password-form .submit {
  background: #4a5459 !important; }

.change-password-form .alert-danger {
  padding: 10px 14px;
  margin-bottom: 10px; }

.change-password-form .text-center {
  text-align: center; }

.login-form {
  text-align: center; }
  .login-form .username,
  .login-form .password,
  .login-form .code {
    position: relative;
    margin-bottom: 12px; }
    .login-form .username .control-label,
    .login-form .password .control-label,
    .login-form .code .control-label {
      text-align: center !important; }
  .login-form .widget-status {
    position: absolute;
    top: 10px;
    right: 25px; }
  .login-form .widget-status-busy {
    color: #000000; }
  .login-form .submit {
    background: #4a5459 !important; }
  .login-form .cancel-2 {
    vertical-align: bottom;
    color: white;
    clear: both;
    display: block;
    margin-top: 5px; }
  .login-form .reset-password {
    color: white; }

.two-factor-types button {
  background: #4a5459 !important; }

.login-input {
  width: 470px; }

.mobile-login-form-reset-password {
  color: white; }

.mobile-login-form-input {
  margin-top: 10px;
  margin-bottom: 10px; }

.reset-password-reset {
  text-align: center; }

.reset-password-form {
  text-align: center; }
  .reset-password-form .new,
  .reset-password-form .first,
  .reset-password-form .second,
  .reset-password-form .code {
    position: relative;
    margin-bottom: 12px; }
  .reset-password-form .widget-status {
    position: absolute;
    top: 10px;
    right: 10px; }
  .reset-password-form .widget-status-busy {
    color: #000000; }
  .reset-password-form .submit {
    background: #4a5459 !important; }
  .reset-password-form .list-unstyled {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left; }

.alert {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity, 300ms, ease-out;
  -o-transition: opacity, 300ms, ease-out;
  transition: opacity, 300ms, ease-out;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  border-left-width: 3px;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert:before, .alert:after {
    position: absolute;
    top: 50%;
    left: -9.6px;
    margin-top: -6.4px;
    border-radius: 50%;
    content: ''; }
  .alert:before {
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 3.2px solid; }
  .alert:after {
    z-index: 2;
    margin: 4px;
    margin-top: -2.4px;
    width: 8px;
    height: 8px; }
  .alert.ng-show-add, .alert.ng-hide-add, .alert.ng-show-remove, .alert.ng-hide-remove {
    display: block !important; }
  .alert.ng-show {
    opacity: 1;
    filter: alpha(opacity=100); }
  .alert.ng-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  .alert:before {
    border-color: #0078a0;
    color: #008CBA;
    background: #fff; }
  .alert:after {
    background: #001921; }
  .alert.alert-success {
    background-color: #87b400;
    border-color: #749b00;
    color: #FFFFFF; }
    .alert.alert-success:before {
      border-color: #749b00;
      color: #87b400;
      background: #fff; }
    .alert.alert-success:after {
      background: #141b00; }
  .alert.alert-danger {
    background-color: #e74e3e;
    border-color: #e02e1c;
    color: #FFFFFF; }
    .alert.alert-danger:before {
      border-color: #e02e1c;
      color: #e74e3e;
      background: #fff; }
    .alert.alert-danger:after {
      background: #7d1a0f; }
  .alert.alert-warning {
    background-color: #e67f24;
    border-color: #ce6d17;
    color: #FFFFFF; }
    .alert.alert-warning:before {
      border-color: #ce6d17;
      color: #e67f24;
      background: #fff; }
    .alert.alert-warning:after {
      background: #66360b; }
  .alert.alert-info {
    background-color: #616E75;
    border-color: #535f65;
    color: #FFFFFF; }
    .alert.alert-info:before {
      border-color: #535f65;
      color: #616E75;
      background: #fff; }
    .alert.alert-info:after {
      background: #1c1f21; }
  .alert.alert-search-patient:after {
    background-color: white; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #616E75;
  border-radius: 8px;
  -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);
  -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; }
  .form-control:focus, select:focus,
  textarea:focus,
  input:focus:not([type]),
  input:focus[type="text"],
  input:focus[type="password"],
  input:focus[type="datetime"],
  input:focus[type="datetime-local"],
  input:focus[type="date"],
  input:focus[type="month"],
  input:focus[type="time"],
  input:focus[type="week"],
  input:focus[type="number"],
  input:focus[type="email"],
  input:focus[type="url"],
  input:focus[type="search"],
  input:focus[type="tel"],
  input:focus[type="color"] {
    border-color: #66afe9;
    outline: 0;
    -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); }
  .form-control::-moz-placeholder, select::-moz-placeholder,
  textarea::-moz-placeholder,
  input:not([type])::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder:not([type]),
  input:-ms-input-placeholder[type="text"],
  input:-ms-input-placeholder[type="password"],
  input:-ms-input-placeholder[type="datetime"],
  input:-ms-input-placeholder[type="datetime-local"],
  input:-ms-input-placeholder[type="date"],
  input:-ms-input-placeholder[type="month"],
  input:-ms-input-placeholder[type="time"],
  input:-ms-input-placeholder[type="week"],
  input:-ms-input-placeholder[type="number"],
  input:-ms-input-placeholder[type="email"],
  input:-ms-input-placeholder[type="url"],
  input:-ms-input-placeholder[type="search"],
  input:-ms-input-placeholder[type="tel"],
  input:-ms-input-placeholder[type="color"] {
    color: #999; }
  .form-control::-webkit-input-placeholder, select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input:not([type])::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, select::-ms-expand,
  textarea::-ms-expand,
  input:not([type])::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="week"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="color"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], select[disabled],
  textarea[disabled],
  input[disabled]:not([type]),
  input[disabled][type="text"],
  input[disabled][type="password"],
  input[disabled][type="datetime"],
  input[disabled][type="datetime-local"],
  input[disabled][type="date"],
  input[disabled][type="month"],
  input[disabled][type="time"],
  input[disabled][type="week"],
  input[disabled][type="number"],
  input[disabled][type="email"],
  input[disabled][type="url"],
  input[disabled][type="search"],
  input[disabled][type="tel"],
  input[disabled][type="color"], .form-control[readonly], select[readonly],
  textarea[readonly],
  input[readonly]:not([type]),
  input[readonly][type="text"],
  input[readonly][type="password"],
  input[readonly][type="datetime"],
  input[readonly][type="datetime-local"],
  input[readonly][type="date"],
  input[readonly][type="month"],
  input[readonly][type="time"],
  input[readonly][type="week"],
  input[readonly][type="number"],
  input[readonly][type="email"],
  input[readonly][type="url"],
  input[readonly][type="search"],
  input[readonly][type="tel"],
  input[readonly][type="color"],
  fieldset[disabled] .form-control,
  fieldset[disabled] select,
  fieldset[disabled] textarea,
  fieldset[disabled] input:not([type]),
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="datetime-local"],
  fieldset[disabled] input[type="date"],
  fieldset[disabled] input[type="month"],
  fieldset[disabled] input[type="time"],
  fieldset[disabled] input[type="week"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="url"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="color"] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], select[disabled],
  textarea[disabled],
  input[disabled]:not([type]),
  input[disabled][type="text"],
  input[disabled][type="password"],
  input[disabled][type="datetime"],
  input[disabled][type="datetime-local"],
  input[disabled][type="date"],
  input[disabled][type="month"],
  input[disabled][type="time"],
  input[disabled][type="week"],
  input[disabled][type="number"],
  input[disabled][type="email"],
  input[disabled][type="url"],
  input[disabled][type="search"],
  input[disabled][type="tel"],
  input[disabled][type="color"],
  fieldset[disabled] .form-control,
  fieldset[disabled] select,
  fieldset[disabled] textarea,
  fieldset[disabled] input:not([type]),
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="datetime-local"],
  fieldset[disabled] input[type="date"],
  fieldset[disabled] input[type="month"],
  fieldset[disabled] input[type="time"],
  fieldset[disabled] input[type="week"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="url"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="color"] {
    cursor: not-allowed; }

textarea.form-control,
textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="date"],
  input[type="time"].form-control,
  input[type="time"],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"],
  input[type="month"].form-control,
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm select,
.form-group-sm textarea,
.form-group-sm input:not([type]),
.form-group-sm input[type="text"],
.form-group-sm input[type="password"],
.form-group-sm input[type="datetime"],
.form-group-sm input[type="datetime-local"],
.form-group-sm input[type="date"],
.form-group-sm input[type="month"],
.form-group-sm input[type="time"],
.form-group-sm input[type="week"],
.form-group-sm input[type="number"],
.form-group-sm input[type="email"],
.form-group-sm input[type="url"],
.form-group-sm input[type="search"],
.form-group-sm input[type="tel"],
.form-group-sm input[type="color"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg select,
.form-group-lg textarea,
.form-group-lg input:not([type]),
.form-group-lg input[type="text"],
.form-group-lg input[type="password"],
.form-group-lg input[type="datetime"],
.form-group-lg input[type="datetime-local"],
.form-group-lg input[type="date"],
.form-group-lg input[type="month"],
.form-group-lg input[type="time"],
.form-group-lg input[type="week"],
.form-group-lg input[type="number"],
.form-group-lg input[type="email"],
.form-group-lg input[type="url"],
.form-group-lg input[type="search"],
.form-group-lg input[type="tel"],
.form-group-lg input[type="color"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback select,
  .has-feedback textarea,
  .has-feedback input:not([type]),
  .has-feedback input[type="text"],
  .has-feedback input[type="password"],
  .has-feedback input[type="datetime"],
  .has-feedback input[type="datetime-local"],
  .has-feedback input[type="date"],
  .has-feedback input[type="month"],
  .has-feedback input[type="time"],
  .has-feedback input[type="week"],
  .has-feedback input[type="number"],
  .has-feedback input[type="email"],
  .has-feedback input[type="url"],
  .has-feedback input[type="search"],
  .has-feedback input[type="tel"],
  .has-feedback input[type="color"] {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg select + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg input:not([type]) + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="datetime"] + .form-control-feedback,
.form-group-lg input[type="datetime-local"] + .form-control-feedback,
.form-group-lg input[type="date"] + .form-control-feedback,
.form-group-lg input[type="month"] + .form-control-feedback,
.form-group-lg input[type="time"] + .form-control-feedback,
.form-group-lg input[type="week"] + .form-control-feedback,
.form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg input[type="url"] + .form-control-feedback,
.form-group-lg input[type="search"] + .form-control-feedback,
.form-group-lg input[type="tel"] + .form-control-feedback,
.form-group-lg input[type="color"] + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm select + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm input:not([type]) + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="datetime"] + .form-control-feedback,
.form-group-sm input[type="datetime-local"] + .form-control-feedback,
.form-group-sm input[type="date"] + .form-control-feedback,
.form-group-sm input[type="month"] + .form-control-feedback,
.form-group-sm input[type="time"] + .form-control-feedback,
.form-group-sm input[type="week"] + .form-control-feedback,
.form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm input[type="url"] + .form-control-feedback,
.form-group-sm input[type="search"] + .form-control-feedback,
.form-group-sm input[type="tel"] + .form-control-feedback,
.form-group-sm input[type="color"] + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success select,
.has-success textarea,
.has-success input:not([type]),
.has-success input[type="text"],
.has-success input[type="password"],
.has-success input[type="datetime"],
.has-success input[type="datetime-local"],
.has-success input[type="date"],
.has-success input[type="month"],
.has-success input[type="time"],
.has-success input[type="week"],
.has-success input[type="number"],
.has-success input[type="email"],
.has-success input[type="url"],
.has-success input[type="search"],
.has-success input[type="tel"],
.has-success input[type="color"] {
  border-color: #3c763d;
  -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); }
  .has-success .form-control:focus, .has-success select:focus,
  .has-success textarea:focus,
  .has-success input:focus:not([type]),
  .has-success input:focus[type="text"],
  .has-success input:focus[type="password"],
  .has-success input:focus[type="datetime"],
  .has-success input:focus[type="datetime-local"],
  .has-success input:focus[type="date"],
  .has-success input:focus[type="month"],
  .has-success input:focus[type="time"],
  .has-success input:focus[type="week"],
  .has-success input:focus[type="number"],
  .has-success input:focus[type="email"],
  .has-success input:focus[type="url"],
  .has-success input:focus[type="search"],
  .has-success input:focus[type="tel"],
  .has-success input:focus[type="color"] {
    border-color: #2b542c;
    -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; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning select,
.has-warning textarea,
.has-warning input:not([type]),
.has-warning input[type="text"],
.has-warning input[type="password"],
.has-warning input[type="datetime"],
.has-warning input[type="datetime-local"],
.has-warning input[type="date"],
.has-warning input[type="month"],
.has-warning input[type="time"],
.has-warning input[type="week"],
.has-warning input[type="number"],
.has-warning input[type="email"],
.has-warning input[type="url"],
.has-warning input[type="search"],
.has-warning input[type="tel"],
.has-warning input[type="color"] {
  border-color: #8a6d3b;
  -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); }
  .has-warning .form-control:focus, .has-warning select:focus,
  .has-warning textarea:focus,
  .has-warning input:focus:not([type]),
  .has-warning input:focus[type="text"],
  .has-warning input:focus[type="password"],
  .has-warning input:focus[type="datetime"],
  .has-warning input:focus[type="datetime-local"],
  .has-warning input:focus[type="date"],
  .has-warning input:focus[type="month"],
  .has-warning input:focus[type="time"],
  .has-warning input:focus[type="week"],
  .has-warning input:focus[type="number"],
  .has-warning input:focus[type="email"],
  .has-warning input:focus[type="url"],
  .has-warning input:focus[type="search"],
  .has-warning input:focus[type="tel"],
  .has-warning input:focus[type="color"] {
    border-color: #66512c;
    -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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error select,
.has-error textarea,
.has-error input:not([type]),
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="datetime"],
.has-error input[type="datetime-local"],
.has-error input[type="date"],
.has-error input[type="month"],
.has-error input[type="time"],
.has-error input[type="week"],
.has-error input[type="number"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="color"] {
  border-color: #a94442;
  -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); }
  .has-error .form-control:focus, .has-error select:focus,
  .has-error textarea:focus,
  .has-error input:focus:not([type]),
  .has-error input:focus[type="text"],
  .has-error input:focus[type="password"],
  .has-error input:focus[type="datetime"],
  .has-error input:focus[type="datetime-local"],
  .has-error input:focus[type="date"],
  .has-error input:focus[type="month"],
  .has-error input:focus[type="time"],
  .has-error input:focus[type="week"],
  .has-error input:focus[type="number"],
  .has-error input:focus[type="email"],
  .has-error input:focus[type="url"],
  .has-error input:focus[type="search"],
  .has-error input:focus[type="tel"],
  .has-error input:focus[type="color"] {
    border-color: #843534;
    -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; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline select,
  .form-inline textarea,
  .form-inline input:not([type]),
  .form-inline input[type="text"],
  .form-inline input[type="password"],
  .form-inline input[type="datetime"],
  .form-inline input[type="datetime-local"],
  .form-inline input[type="date"],
  .form-inline input[type="month"],
  .form-inline input[type="time"],
  .form-inline input[type="week"],
  .form-inline input[type="number"],
  .form-inline input[type="email"],
  .form-inline input[type="url"],
  .form-inline input[type="search"],
  .form-inline input[type="tel"],
  .form-inline input[type="color"] {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group select,
    .form-inline .input-group textarea,
    .form-inline .input-group input:not([type]),
    .form-inline .input-group input[type="text"],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="datetime"],
    .form-inline .input-group input[type="datetime-local"],
    .form-inline .input-group input[type="date"],
    .form-inline .input-group input[type="month"],
    .form-inline .input-group input[type="time"],
    .form-inline .input-group input[type="week"],
    .form-inline .input-group input[type="number"],
    .form-inline .input-group input[type="email"],
    .form-inline .input-group input[type="url"],
    .form-inline .input-group input[type="search"],
    .form-inline .input-group input[type="tel"],
    .form-inline .input-group input[type="color"] {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > select,
  .form-inline .input-group > textarea,
  .form-inline .input-group > input:not([type]),
  .form-inline .input-group > input[type="text"],
  .form-inline .input-group > input[type="password"],
  .form-inline .input-group > input[type="datetime"],
  .form-inline .input-group > input[type="datetime-local"],
  .form-inline .input-group > input[type="date"],
  .form-inline .input-group > input[type="month"],
  .form-inline .input-group > input[type="time"],
  .form-inline .input-group > input[type="week"],
  .form-inline .input-group > input[type="number"],
  .form-inline .input-group > input[type="email"],
  .form-inline .input-group > input[type="url"],
  .form-inline .input-group > input[type="search"],
  .form-inline .input-group > input[type="tel"],
  .form-inline .input-group > input[type="color"] {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.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: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .confirmation .submit, .change-password-form .submit, .login-form .submit, .reset-password-form .submit, a.submit,
button.submit, a.cancel,
button.cancel, a.inverse,
button.inverse, a.warning,
button.warning {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus, a.cancel:focus,
  button.cancel:focus, a.inverse:focus,
  button.inverse:focus, a.warning:focus,
  button.warning:focus, .btn.focus, .confirmation .focus.submit, .change-password-form .focus.submit, .login-form .focus.submit, .reset-password-form .focus.submit, a.focus.submit,
  button.focus.submit, a.focus.cancel,
  button.focus.cancel, a.focus.inverse,
  button.focus.inverse, a.focus.warning,
  button.focus.warning, .btn:active:focus, .confirmation .submit:active:focus, .change-password-form .submit:active:focus, .login-form .submit:active:focus, .reset-password-form .submit:active:focus, a.submit:active:focus,
  button.submit:active:focus, a.cancel:active:focus,
  button.cancel:active:focus, a.inverse:active:focus,
  button.inverse:active:focus, a.warning:active:focus,
  button.warning:active:focus, .btn:active.focus, .confirmation .submit:active.focus, .change-password-form .submit:active.focus, .login-form .submit:active.focus, .reset-password-form .submit:active.focus, a.submit:active.focus,
  button.submit:active.focus, a.cancel:active.focus,
  button.cancel:active.focus, a.inverse:active.focus,
  button.inverse:active.focus, a.warning:active.focus,
  button.warning:active.focus, .btn.active:focus, .confirmation .active.submit:focus, .change-password-form .active.submit:focus, .login-form .active.submit:focus, .reset-password-form .active.submit:focus, a.active.submit:focus,
  button.active.submit:focus, a.active.cancel:focus,
  button.active.cancel:focus, a.active.inverse:focus,
  button.active.inverse:focus, a.active.warning:focus,
  button.active.warning:focus, .btn.active.focus, .confirmation .active.focus.submit, .change-password-form .active.focus.submit, .login-form .active.focus.submit, .reset-password-form .active.focus.submit, a.active.focus.submit,
  button.active.focus.submit, a.active.focus.cancel,
  button.active.focus.cancel, a.active.focus.inverse,
  button.active.focus.inverse, a.active.focus.warning,
  button.active.focus.warning {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .confirmation .submit:hover, .change-password-form .submit:hover, .login-form .submit:hover, .reset-password-form .submit:hover, a.submit:hover,
  button.submit:hover, a.cancel:hover,
  button.cancel:hover, a.inverse:hover,
  button.inverse:hover, a.warning:hover,
  button.warning:hover, .btn:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus, a.cancel:focus,
  button.cancel:focus, a.inverse:focus,
  button.inverse:focus, a.warning:focus,
  button.warning:focus, .btn.focus, .confirmation .focus.submit, .change-password-form .focus.submit, .login-form .focus.submit, .reset-password-form .focus.submit, a.focus.submit,
  button.focus.submit, a.focus.cancel,
  button.focus.cancel, a.focus.inverse,
  button.focus.inverse, a.focus.warning,
  button.focus.warning {
    color: #333;
    text-decoration: none; }
  .btn:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, a.cancel:active,
  button.cancel:active, a.inverse:active,
  button.inverse:active, a.warning:active,
  button.warning:active, .btn.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit, a.active.cancel,
  button.active.cancel, a.active.inverse,
  button.active.inverse, a.active.warning,
  button.active.warning {
    outline: 0;
    background-image: none;
    -webkit-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, .confirmation .disabled.submit, .change-password-form .disabled.submit, .login-form .disabled.submit, .reset-password-form .disabled.submit, a.disabled.submit,
  button.disabled.submit, a.disabled.cancel,
  button.disabled.cancel, a.disabled.inverse,
  button.disabled.inverse, a.disabled.warning,
  button.disabled.warning, .btn[disabled], .confirmation .submit[disabled], .change-password-form .submit[disabled], .login-form .submit[disabled], .reset-password-form .submit[disabled], a.submit[disabled],
  button.submit[disabled], a.cancel[disabled],
  button.cancel[disabled], a.inverse[disabled],
  button.inverse[disabled], a.warning[disabled],
  button.warning[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .confirmation .submit,
  .confirmation fieldset[disabled] .submit,
  fieldset[disabled] .change-password-form .submit,
  .change-password-form fieldset[disabled] .submit,
  fieldset[disabled] .login-form .submit,
  .login-form fieldset[disabled] .submit,
  fieldset[disabled] .reset-password-form .submit,
  .reset-password-form fieldset[disabled] .submit,
  fieldset[disabled] a.submit,
  fieldset[disabled] button.submit,
  fieldset[disabled] a.cancel,
  fieldset[disabled] button.cancel,
  fieldset[disabled] a.inverse,
  fieldset[disabled] button.inverse,
  fieldset[disabled] a.warning,
  fieldset[disabled] button.warning {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.submit, a.disabled.cancel, a.disabled.inverse, a.disabled.warning,
fieldset[disabled] a.btn,
fieldset[disabled] a.submit,
fieldset[disabled] a.cancel,
fieldset[disabled] a.inverse,
fieldset[disabled] a.warning {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .confirmation .submit, .change-password-form .submit, .login-form .submit, .reset-password-form .submit, a.submit,
button.submit {
  color: #fff;
  background-color: #616E75;
  border-color: #5c696f; }
  .btn-primary:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus, .btn-primary.focus, .confirmation .focus.submit, .change-password-form .focus.submit, .login-form .focus.submit, .reset-password-form .focus.submit, a.focus.submit,
  button.focus.submit {
    color: #fff;
    background-color: #4a5459;
    border-color: #23272a; }
  .btn-primary:hover, .confirmation .submit:hover, .change-password-form .submit:hover, .login-form .submit:hover, .reset-password-form .submit:hover, a.submit:hover,
  button.submit:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
  .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit,
  .open > .btn-primary.dropdown-toggle,
  .confirmation .open > .dropdown-toggle.submit,
  .change-password-form .open > .dropdown-toggle.submit,
  .login-form .open > .dropdown-toggle.submit,
  .reset-password-form .open > .dropdown-toggle.submit,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
    .btn-primary:active:hover, .confirmation .submit:active:hover, .change-password-form .submit:active:hover, .login-form .submit:active:hover, .reset-password-form .submit:active:hover, a.submit:active:hover,
    button.submit:active:hover, .btn-primary:active:focus, .confirmation .submit:active:focus, .change-password-form .submit:active:focus, .login-form .submit:active:focus, .reset-password-form .submit:active:focus, a.submit:active:focus,
    button.submit:active:focus, .btn-primary:active.focus, .confirmation .submit:active.focus, .change-password-form .submit:active.focus, .login-form .submit:active.focus, .reset-password-form .submit:active.focus, a.submit:active.focus,
    button.submit:active.focus, .btn-primary.active:hover, .confirmation .active.submit:hover, .change-password-form .active.submit:hover, .login-form .active.submit:hover, .reset-password-form .active.submit:hover, a.active.submit:hover,
    button.active.submit:hover, .btn-primary.active:focus, .confirmation .active.submit:focus, .change-password-form .active.submit:focus, .login-form .active.submit:focus, .reset-password-form .active.submit:focus, a.active.submit:focus,
    button.active.submit:focus, .btn-primary.active.focus, .confirmation .active.focus.submit, .change-password-form .active.focus.submit, .login-form .active.focus.submit, .reset-password-form .active.focus.submit, a.active.focus.submit,
    button.active.focus.submit,
    .open > .btn-primary.dropdown-toggle:hover,
    .confirmation .open > .dropdown-toggle.submit:hover,
    .change-password-form .open > .dropdown-toggle.submit:hover,
    .login-form .open > .dropdown-toggle.submit:hover,
    .reset-password-form .open > .dropdown-toggle.submit:hover,
    .open > a.dropdown-toggle.submit:hover,
    .open > button.dropdown-toggle.submit:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .confirmation .open > .dropdown-toggle.submit:focus,
    .change-password-form .open > .dropdown-toggle.submit:focus,
    .login-form .open > .dropdown-toggle.submit:focus,
    .reset-password-form .open > .dropdown-toggle.submit:focus,
    .open > a.dropdown-toggle.submit:focus,
    .open > button.dropdown-toggle.submit:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .confirmation .open > .dropdown-toggle.focus.submit,
    .change-password-form .open > .dropdown-toggle.focus.submit,
    .login-form .open > .dropdown-toggle.focus.submit,
    .reset-password-form .open > .dropdown-toggle.focus.submit,
    .open > a.dropdown-toggle.focus.submit,
    .open > button.dropdown-toggle.focus.submit {
      color: #fff;
      background-color: #3a4146;
      border-color: #23272a; }
  .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit,
  .open > .btn-primary.dropdown-toggle,
  .confirmation .open > .dropdown-toggle.submit,
  .change-password-form .open > .dropdown-toggle.submit,
  .login-form .open > .dropdown-toggle.submit,
  .reset-password-form .open > .dropdown-toggle.submit,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit {
    background-image: none; }
  .btn-primary.disabled:hover, .confirmation .disabled.submit:hover, .change-password-form .disabled.submit:hover, .login-form .disabled.submit:hover, .reset-password-form .disabled.submit:hover, a.disabled.submit:hover,
  button.disabled.submit:hover, .btn-primary.disabled:focus, .confirmation .disabled.submit:focus, .change-password-form .disabled.submit:focus, .login-form .disabled.submit:focus, .reset-password-form .disabled.submit:focus, a.disabled.submit:focus,
  button.disabled.submit:focus, .btn-primary.disabled.focus, .confirmation .disabled.focus.submit, .change-password-form .disabled.focus.submit, .login-form .disabled.focus.submit, .reset-password-form .disabled.focus.submit, a.disabled.focus.submit,
  button.disabled.focus.submit, .btn-primary[disabled]:hover, .confirmation .submit[disabled]:hover, .change-password-form .submit[disabled]:hover, .login-form .submit[disabled]:hover, .reset-password-form .submit[disabled]:hover, a.submit[disabled]:hover,
  button.submit[disabled]:hover, .btn-primary[disabled]:focus, .confirmation .submit[disabled]:focus, .change-password-form .submit[disabled]:focus, .login-form .submit[disabled]:focus, .reset-password-form .submit[disabled]:focus, a.submit[disabled]:focus,
  button.submit[disabled]:focus, .btn-primary[disabled].focus, .confirmation .submit[disabled].focus, .change-password-form .submit[disabled].focus, .login-form .submit[disabled].focus, .reset-password-form .submit[disabled].focus, a.submit[disabled].focus,
  button.submit[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .confirmation .submit:hover,
  .confirmation fieldset[disabled] .submit:hover,
  fieldset[disabled] .change-password-form .submit:hover,
  .change-password-form fieldset[disabled] .submit:hover,
  fieldset[disabled] .login-form .submit:hover,
  .login-form fieldset[disabled] .submit:hover,
  fieldset[disabled] .reset-password-form .submit:hover,
  .reset-password-form fieldset[disabled] .submit:hover,
  fieldset[disabled] a.submit:hover,
  fieldset[disabled] button.submit:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .confirmation .submit:focus,
  .confirmation fieldset[disabled] .submit:focus,
  fieldset[disabled] .change-password-form .submit:focus,
  .change-password-form fieldset[disabled] .submit:focus,
  fieldset[disabled] .login-form .submit:focus,
  .login-form fieldset[disabled] .submit:focus,
  fieldset[disabled] .reset-password-form .submit:focus,
  .reset-password-form fieldset[disabled] .submit:focus,
  fieldset[disabled] a.submit:focus,
  fieldset[disabled] button.submit:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .confirmation .focus.submit,
  .confirmation fieldset[disabled] .focus.submit,
  fieldset[disabled] .change-password-form .focus.submit,
  .change-password-form fieldset[disabled] .focus.submit,
  fieldset[disabled] .login-form .focus.submit,
  .login-form fieldset[disabled] .focus.submit,
  fieldset[disabled] .reset-password-form .focus.submit,
  .reset-password-form fieldset[disabled] .focus.submit,
  fieldset[disabled] a.focus.submit,
  fieldset[disabled] button.focus.submit {
    background-color: #616E75;
    border-color: #5c696f; }
  .btn-primary .badge, .confirmation .submit .badge, .change-password-form .submit .badge, .login-form .submit .badge, .reset-password-form .submit .badge, a.submit .badge, button.submit .badge {
    color: #616E75;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #616E75;
  border-color: #616E75; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4a5459;
    border-color: #272c2f; }
  .btn-success:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a4146;
      border-color: #272c2f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #616E75;
    border-color: #616E75; }
  .btn-success .badge {
    color: #616E75;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning, a.warning,
button.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning.focus, a.focus.warning,
  button.focus.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, a.warning:active:hover,
    button.warning:active:hover, .btn-warning:active:focus, a.warning:active:focus,
    button.warning:active:focus, .btn-warning:active.focus, a.warning:active.focus,
    button.warning:active.focus, .btn-warning.active:hover, a.active.warning:hover,
    button.active.warning:hover, .btn-warning.active:focus, a.active.warning:focus,
    button.active.warning:focus, .btn-warning.active.focus, a.active.focus.warning,
    button.active.focus.warning,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > a.dropdown-toggle.warning:hover,
    .open > button.dropdown-toggle.warning:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > a.dropdown-toggle.warning:focus,
    .open > button.dropdown-toggle.warning:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.warning,
    .open > button.dropdown-toggle.focus.warning {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    background-image: none; }
  .btn-warning.disabled:hover, a.disabled.warning:hover,
  button.disabled.warning:hover, .btn-warning.disabled:focus, a.disabled.warning:focus,
  button.disabled.warning:focus, .btn-warning.disabled.focus, a.disabled.focus.warning,
  button.disabled.focus.warning, .btn-warning[disabled]:hover, a.warning[disabled]:hover,
  button.warning[disabled]:hover, .btn-warning[disabled]:focus, a.warning[disabled]:focus,
  button.warning[disabled]:focus, .btn-warning[disabled].focus, a.warning[disabled].focus,
  button.warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] a.warning:hover,
  fieldset[disabled] button.warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] a.warning:focus,
  fieldset[disabled] button.warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] a.focus.warning,
  fieldset[disabled] button.focus.warning {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, a.warning .badge, button.warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, a.cancel,
button.cancel {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .btn-danger.focus, a.focus.cancel,
  button.focus.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, a.cancel:active:hover,
    button.cancel:active:hover, .btn-danger:active:focus, a.cancel:active:focus,
    button.cancel:active:focus, .btn-danger:active.focus, a.cancel:active.focus,
    button.cancel:active.focus, .btn-danger.active:hover, a.active.cancel:hover,
    button.active.cancel:hover, .btn-danger.active:focus, a.active.cancel:focus,
    button.active.cancel:focus, .btn-danger.active.focus, a.active.focus.cancel,
    button.active.focus.cancel,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > a.dropdown-toggle.cancel:hover,
    .open > button.dropdown-toggle.cancel:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > a.dropdown-toggle.cancel:focus,
    .open > button.dropdown-toggle.cancel:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.cancel,
    .open > button.dropdown-toggle.focus.cancel {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel {
    background-image: none; }
  .btn-danger.disabled:hover, a.disabled.cancel:hover,
  button.disabled.cancel:hover, .btn-danger.disabled:focus, a.disabled.cancel:focus,
  button.disabled.cancel:focus, .btn-danger.disabled.focus, a.disabled.focus.cancel,
  button.disabled.focus.cancel, .btn-danger[disabled]:hover, a.cancel[disabled]:hover,
  button.cancel[disabled]:hover, .btn-danger[disabled]:focus, a.cancel[disabled]:focus,
  button.cancel[disabled]:focus, .btn-danger[disabled].focus, a.cancel[disabled].focus,
  button.cancel[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] a.cancel:hover,
  fieldset[disabled] button.cancel:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] a.cancel:focus,
  fieldset[disabled] button.cancel:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] a.focus.cancel,
  fieldset[disabled] button.focus.cancel {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, a.cancel .badge, button.cancel .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .confirmation .submit, .change-password-form .submit, .login-form .submit, .reset-password-form .submit, .reset-password-form .cancel {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

html, body {
  height: 100%;
  overflow: hidden; }

.axonea-root {
  position: relative;
  overflow: hidden;
  height: 100%;
  font-weight: 300;
  font-style: none;
  font-size: 0.875rem;
  font-family: "Oxygen", sans-serif;
  font-color: #000000; }

.ax-scroll-auto-to-anchor .core-section .content-wrapper {
  padding-top: 0px !important; }

.root-loader {
  text-align: center; }
  .root-loader span {
    font-size: 64px; }

.text-editor .ta-text p {
  margin: 0px;
  padding: 1px; }

.ion-icone-left {
  margin-right: 5px; }

.ion-icone-right {
  margin-left: 5px; }

.pointer {
  cursor: pointer; }

.move {
  cursor: move; }

.ax-alert .alert-success {
  background-color: #85b200; }

.ax-alert .alert-default {
  background-color: #616E75; }

.ax-alert .alert-error {
  background-color: #e67e22; }

.select-group {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-left: solid 1px #616E75 !important; }

.menu-width {
  min-width: 240px !important; }

.ax-modal-container {
  z-index: 20000; }

.element-show {
  display: inline !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-top-minus-5 {
  margin-top: -5px !important; }

.ax-width-5 {
  width: 5% !important; }

.font-size-5 {
  font-size: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-top-minus-10 {
  margin-top: -10px !important; }

.ax-width-10 {
  width: 10% !important; }

.font-size-10 {
  font-size: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-top-minus-15 {
  margin-top: -15px !important; }

.ax-width-15 {
  width: 15% !important; }

.font-size-15 {
  font-size: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-top-minus-20 {
  margin-top: -20px !important; }

.ax-width-20 {
  width: 20% !important; }

.font-size-20 {
  font-size: 20px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-top-minus-25 {
  margin-top: -25px !important; }

.ax-width-25 {
  width: 25% !important; }

.font-size-25 {
  font-size: 25px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-top-minus-30 {
  margin-top: -30px !important; }

.ax-width-30 {
  width: 30% !important; }

.font-size-30 {
  font-size: 30px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.margin-top-minus-35 {
  margin-top: -35px !important; }

.ax-width-35 {
  width: 35% !important; }

.font-size-35 {
  font-size: 35px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-top-minus-40 {
  margin-top: -40px !important; }

.ax-width-40 {
  width: 40% !important; }

.font-size-40 {
  font-size: 40px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.margin-top-minus-45 {
  margin-top: -45px !important; }

.ax-width-45 {
  width: 45% !important; }

.font-size-45 {
  font-size: 45px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

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

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-top-minus-50 {
  margin-top: -50px !important; }

.ax-width-50 {
  width: 50% !important; }

.font-size-50 {
  font-size: 50px !important; }

.margin-left-55 {
  margin-left: 55px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-right-55 {
  margin-right: 55px !important; }

.margin-top-minus-55 {
  margin-top: -55px !important; }

.ax-width-55 {
  width: 55% !important; }

.font-size-55 {
  font-size: 55px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-top-minus-60 {
  margin-top: -60px !important; }

.ax-width-60 {
  width: 60% !important; }

.font-size-60 {
  font-size: 60px !important; }

.margin-left-65 {
  margin-left: 65px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-right-65 {
  margin-right: 65px !important; }

.margin-top-minus-65 {
  margin-top: -65px !important; }

.ax-width-65 {
  width: 65% !important; }

.font-size-65 {
  font-size: 65px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.margin-top-minus-70 {
  margin-top: -70px !important; }

.ax-width-70 {
  width: 70% !important; }

.font-size-70 {
  font-size: 70px !important; }

.margin-left-75 {
  margin-left: 75px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-right-75 {
  margin-right: 75px !important; }

.margin-top-minus-75 {
  margin-top: -75px !important; }

.ax-width-75 {
  width: 75% !important; }

.font-size-75 {
  font-size: 75px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.margin-top-minus-80 {
  margin-top: -80px !important; }

.ax-width-80 {
  width: 80% !important; }

.font-size-80 {
  font-size: 80px !important; }

.margin-left-85 {
  margin-left: 85px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-right-85 {
  margin-right: 85px !important; }

.margin-top-minus-85 {
  margin-top: -85px !important; }

.ax-width-85 {
  width: 85% !important; }

.font-size-85 {
  font-size: 85px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

.margin-top-minus-90 {
  margin-top: -90px !important; }

.ax-width-90 {
  width: 90% !important; }

.font-size-90 {
  font-size: 90px !important; }

.margin-left-95 {
  margin-left: 95px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-right-95 {
  margin-right: 95px !important; }

.margin-top-minus-95 {
  margin-top: -95px !important; }

.ax-width-95 {
  width: 95% !important; }

.font-size-95 {
  font-size: 95px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.margin-top-minus-100 {
  margin-top: -100px !important; }

.ax-width-100 {
  width: 100% !important; }

.font-size-100 {
  font-size: 100px !important; }

.button-close-side {
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  text-align: center;
  background-color: #eee;
  z-index: 10; }
  .button-close-side i.ion-arrow-left-a, .button-close-side i.ion-loading-c {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #aaa;
    margin-left: -30%; }

.space-10 {
  margin-bottom: 10px; }

.td-no-border {
  border: none !important; }

.margin-top-20 {
  margin-top: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.element-hide {
  display: none !important; }

.font-size-10 {
  font-size: 10px; }

.font-size-16 {
  font-size: 16px; }

.font-size-26 {
  font-size: 26px; }

.grid-brackground {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, rgba(255, 255, 255, 0.01) 3px, rgba(255, 255, 255, 0.01) 6px);
  background-color: rgba(204, 204, 204, 0.13); }

.gray-background {
  background-color: rgba(204, 204, 204, 0.3); }

.no-pointer {
  cursor: inherit !important; }

.common-loading {
  padding-top: 10px !important;
  margin-top: 10px;
  margin-left: 235px;
  text-align: center;
  border: 2px dashed #8c9196;
  background-color: rgba(211, 220, 222, 0.9); }
  .common-loading span {
    font-size: 2rem; }
  .common-loading h4 {
    padding-top: 15px; }

select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input:not([type])::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder {
    color: #39bfbf;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:not([type]):-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder {
    color: #39bfbf; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input:not([type])::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder {
    color: #39bfbf; }
  select:focus,
  textarea:focus,
  input:not([type]):focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: rgba(97, 110, 117, 0.75);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(97, 110, 117, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(97, 110, 117, 0.6); }

label {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 8px; }

.search {
  position: relative; }
  .search input {
    padding-left: 2rem; }
  .search i {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    margin-top: -0.625rem;
    color: #39bfbf;
    font-size: 1.25rem; }

.required {
  color: #e74c3c; }

form .wrapper {
  margin-bottom: 20px; }

.btn-md, a.submit,
button.submit, a.cancel,
button.cancel, a.inverse,
button.inverse, a.warning,
button.warning {
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-default {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus:not(.active), .btn-default:active:not(.active) {
    background: #fff !important; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-primary, .confirmation .submit, .change-password-form .submit, .login-form .submit, .reset-password-form .submit, a.submit,
button.submit {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #616E75;
  border-color: #5c696f; }
  .btn-primary:focus:not(.active), .confirmation .submit:focus:not(.active), .change-password-form .submit:focus:not(.active), .login-form .submit:focus:not(.active), .reset-password-form .submit:focus:not(.active), a.submit:focus:not(.active),
  button.submit:focus:not(.active), .btn-primary:active:not(.active), .confirmation .submit:active:not(.active), .change-password-form .submit:active:not(.active), .login-form .submit:active:not(.active), .reset-password-form .submit:active:not(.active), a.submit:active:not(.active),
  button.submit:active:not(.active) {
    background: #616E75 !important; }
  .btn-primary:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus, .btn-primary.focus, .confirmation .focus.submit, .change-password-form .focus.submit, .login-form .focus.submit, .reset-password-form .focus.submit, a.focus.submit,
  button.focus.submit {
    color: #fff;
    background-color: #4a5459;
    border-color: #23272a; }
  .btn-primary:hover, .confirmation .submit:hover, .change-password-form .submit:hover, .login-form .submit:hover, .reset-password-form .submit:hover, a.submit:hover,
  button.submit:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
  .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit,
  .open > .btn-primary.dropdown-toggle,
  .confirmation .open > .dropdown-toggle.submit,
  .change-password-form .open > .dropdown-toggle.submit,
  .login-form .open > .dropdown-toggle.submit,
  .reset-password-form .open > .dropdown-toggle.submit,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
    .btn-primary:active:hover, .confirmation .submit:active:hover, .change-password-form .submit:active:hover, .login-form .submit:active:hover, .reset-password-form .submit:active:hover, a.submit:active:hover,
    button.submit:active:hover, .btn-primary:active:focus, .confirmation .submit:active:focus, .change-password-form .submit:active:focus, .login-form .submit:active:focus, .reset-password-form .submit:active:focus, a.submit:active:focus,
    button.submit:active:focus, .btn-primary:active.focus, .confirmation .submit:active.focus, .change-password-form .submit:active.focus, .login-form .submit:active.focus, .reset-password-form .submit:active.focus, a.submit:active.focus,
    button.submit:active.focus, .btn-primary.active:hover, .confirmation .active.submit:hover, .change-password-form .active.submit:hover, .login-form .active.submit:hover, .reset-password-form .active.submit:hover, a.active.submit:hover,
    button.active.submit:hover, .btn-primary.active:focus, .confirmation .active.submit:focus, .change-password-form .active.submit:focus, .login-form .active.submit:focus, .reset-password-form .active.submit:focus, a.active.submit:focus,
    button.active.submit:focus, .btn-primary.active.focus, .confirmation .active.focus.submit, .change-password-form .active.focus.submit, .login-form .active.focus.submit, .reset-password-form .active.focus.submit, a.active.focus.submit,
    button.active.focus.submit,
    .open > .btn-primary.dropdown-toggle:hover,
    .confirmation .open > .dropdown-toggle.submit:hover,
    .change-password-form .open > .dropdown-toggle.submit:hover,
    .login-form .open > .dropdown-toggle.submit:hover,
    .reset-password-form .open > .dropdown-toggle.submit:hover,
    .open > a.dropdown-toggle.submit:hover,
    .open > button.dropdown-toggle.submit:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .confirmation .open > .dropdown-toggle.submit:focus,
    .change-password-form .open > .dropdown-toggle.submit:focus,
    .login-form .open > .dropdown-toggle.submit:focus,
    .reset-password-form .open > .dropdown-toggle.submit:focus,
    .open > a.dropdown-toggle.submit:focus,
    .open > button.dropdown-toggle.submit:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .confirmation .open > .dropdown-toggle.focus.submit,
    .change-password-form .open > .dropdown-toggle.focus.submit,
    .login-form .open > .dropdown-toggle.focus.submit,
    .reset-password-form .open > .dropdown-toggle.focus.submit,
    .open > a.dropdown-toggle.focus.submit,
    .open > button.dropdown-toggle.focus.submit {
      color: #fff;
      background-color: #3a4146;
      border-color: #23272a; }
  .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit,
  .open > .btn-primary.dropdown-toggle,
  .confirmation .open > .dropdown-toggle.submit,
  .change-password-form .open > .dropdown-toggle.submit,
  .login-form .open > .dropdown-toggle.submit,
  .reset-password-form .open > .dropdown-toggle.submit,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit {
    background-image: none; }
  .btn-primary.disabled:hover, .confirmation .disabled.submit:hover, .change-password-form .disabled.submit:hover, .login-form .disabled.submit:hover, .reset-password-form .disabled.submit:hover, a.disabled.submit:hover,
  button.disabled.submit:hover, .btn-primary.disabled:focus, .confirmation .disabled.submit:focus, .change-password-form .disabled.submit:focus, .login-form .disabled.submit:focus, .reset-password-form .disabled.submit:focus, a.disabled.submit:focus,
  button.disabled.submit:focus, .btn-primary.disabled.focus, .confirmation .disabled.focus.submit, .change-password-form .disabled.focus.submit, .login-form .disabled.focus.submit, .reset-password-form .disabled.focus.submit, a.disabled.focus.submit,
  button.disabled.focus.submit, .btn-primary[disabled]:hover, .confirmation .submit[disabled]:hover, .change-password-form .submit[disabled]:hover, .login-form .submit[disabled]:hover, .reset-password-form .submit[disabled]:hover, a.submit[disabled]:hover,
  button.submit[disabled]:hover, .btn-primary[disabled]:focus, .confirmation .submit[disabled]:focus, .change-password-form .submit[disabled]:focus, .login-form .submit[disabled]:focus, .reset-password-form .submit[disabled]:focus, a.submit[disabled]:focus,
  button.submit[disabled]:focus, .btn-primary[disabled].focus, .confirmation .submit[disabled].focus, .change-password-form .submit[disabled].focus, .login-form .submit[disabled].focus, .reset-password-form .submit[disabled].focus, a.submit[disabled].focus,
  button.submit[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .confirmation .submit:hover,
  .confirmation fieldset[disabled] .submit:hover,
  fieldset[disabled] .change-password-form .submit:hover,
  .change-password-form fieldset[disabled] .submit:hover,
  fieldset[disabled] .login-form .submit:hover,
  .login-form fieldset[disabled] .submit:hover,
  fieldset[disabled] .reset-password-form .submit:hover,
  .reset-password-form fieldset[disabled] .submit:hover,
  fieldset[disabled] a.submit:hover,
  fieldset[disabled] button.submit:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .confirmation .submit:focus,
  .confirmation fieldset[disabled] .submit:focus,
  fieldset[disabled] .change-password-form .submit:focus,
  .change-password-form fieldset[disabled] .submit:focus,
  fieldset[disabled] .login-form .submit:focus,
  .login-form fieldset[disabled] .submit:focus,
  fieldset[disabled] .reset-password-form .submit:focus,
  .reset-password-form fieldset[disabled] .submit:focus,
  fieldset[disabled] a.submit:focus,
  fieldset[disabled] button.submit:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .confirmation .focus.submit,
  .confirmation fieldset[disabled] .focus.submit,
  fieldset[disabled] .change-password-form .focus.submit,
  .change-password-form fieldset[disabled] .focus.submit,
  fieldset[disabled] .login-form .focus.submit,
  .login-form fieldset[disabled] .focus.submit,
  fieldset[disabled] .reset-password-form .focus.submit,
  .reset-password-form fieldset[disabled] .focus.submit,
  fieldset[disabled] a.focus.submit,
  fieldset[disabled] button.focus.submit {
    background-color: #616E75;
    border-color: #5c696f; }
  .btn-primary .badge, .confirmation .submit .badge, .change-password-form .submit .badge, .login-form .submit .badge, .reset-password-form .submit .badge, a.submit .badge, button.submit .badge {
    color: #616E75;
    background-color: #fff; }
  .btn-primary:hover, .confirmation .submit:hover, .change-password-form .submit:hover, .login-form .submit:hover, .reset-password-form .submit:hover, a.submit:hover,
  button.submit:hover, .btn-primary:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus, .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }
  .btn-primary:hover, .confirmation .submit:hover, .change-password-form .submit:hover, .login-form .submit:hover, .reset-password-form .submit:hover, a.submit:hover,
  button.submit:hover, .btn-primary:focus, .confirmation .submit:focus, .change-password-form .submit:focus, .login-form .submit:focus, .reset-password-form .submit:focus, a.submit:focus,
  button.submit:focus {
    background-color: #5f6b72; }
  .btn-primary:active, .confirmation .submit:active, .change-password-form .submit:active, .login-form .submit:active, .reset-password-form .submit:active, a.submit:active,
  button.submit:active, .btn-primary.active, .confirmation .active.submit, .change-password-form .active.submit, .login-form .active.submit, .reset-password-form .active.submit, a.active.submit,
  button.active.submit {
    background-color: #008c8c;
    border-color: #009696; }

.btn-success {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #616E75;
  border-color: #616E75; }
  .btn-success:focus:not(.active), .btn-success:active:not(.active) {
    background: #616E75 !important; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4a5459;
    border-color: #272c2f; }
  .btn-success:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a4146;
      border-color: #272c2f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #616E75;
    border-color: #616E75; }
  .btn-success .badge {
    color: #616E75;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-info {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus:not(.active), .btn-info:active:not(.active) {
    background: #5bc0de !important; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-warning, a.warning,
button.warning {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus:not(.active), a.warning:focus:not(.active),
  button.warning:focus:not(.active), .btn-warning:active:not(.active), a.warning:active:not(.active),
  button.warning:active:not(.active) {
    background: #f0ad4e !important; }
  .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning.focus, a.focus.warning,
  button.focus.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, a.warning:active:hover,
    button.warning:active:hover, .btn-warning:active:focus, a.warning:active:focus,
    button.warning:active:focus, .btn-warning:active.focus, a.warning:active.focus,
    button.warning:active.focus, .btn-warning.active:hover, a.active.warning:hover,
    button.active.warning:hover, .btn-warning.active:focus, a.active.warning:focus,
    button.active.warning:focus, .btn-warning.active.focus, a.active.focus.warning,
    button.active.focus.warning,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > a.dropdown-toggle.warning:hover,
    .open > button.dropdown-toggle.warning:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > a.dropdown-toggle.warning:focus,
    .open > button.dropdown-toggle.warning:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.warning,
    .open > button.dropdown-toggle.focus.warning {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    background-image: none; }
  .btn-warning.disabled:hover, a.disabled.warning:hover,
  button.disabled.warning:hover, .btn-warning.disabled:focus, a.disabled.warning:focus,
  button.disabled.warning:focus, .btn-warning.disabled.focus, a.disabled.focus.warning,
  button.disabled.focus.warning, .btn-warning[disabled]:hover, a.warning[disabled]:hover,
  button.warning[disabled]:hover, .btn-warning[disabled]:focus, a.warning[disabled]:focus,
  button.warning[disabled]:focus, .btn-warning[disabled].focus, a.warning[disabled].focus,
  button.warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] a.warning:hover,
  fieldset[disabled] button.warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] a.warning:focus,
  fieldset[disabled] button.warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] a.focus.warning,
  fieldset[disabled] button.focus.warning {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, a.warning .badge, button.warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover, .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-danger, a.cancel,
button.cancel {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus:not(.active), a.cancel:focus:not(.active),
  button.cancel:focus:not(.active), .btn-danger:active:not(.active), a.cancel:active:not(.active),
  button.cancel:active:not(.active) {
    background: #d9534f !important; }
  .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .btn-danger.focus, a.focus.cancel,
  button.focus.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, a.cancel:active:hover,
    button.cancel:active:hover, .btn-danger:active:focus, a.cancel:active:focus,
    button.cancel:active:focus, .btn-danger:active.focus, a.cancel:active.focus,
    button.cancel:active.focus, .btn-danger.active:hover, a.active.cancel:hover,
    button.active.cancel:hover, .btn-danger.active:focus, a.active.cancel:focus,
    button.active.cancel:focus, .btn-danger.active.focus, a.active.focus.cancel,
    button.active.focus.cancel,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > a.dropdown-toggle.cancel:hover,
    .open > button.dropdown-toggle.cancel:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > a.dropdown-toggle.cancel:focus,
    .open > button.dropdown-toggle.cancel:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.cancel,
    .open > button.dropdown-toggle.focus.cancel {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel {
    background-image: none; }
  .btn-danger.disabled:hover, a.disabled.cancel:hover,
  button.disabled.cancel:hover, .btn-danger.disabled:focus, a.disabled.cancel:focus,
  button.disabled.cancel:focus, .btn-danger.disabled.focus, a.disabled.focus.cancel,
  button.disabled.focus.cancel, .btn-danger[disabled]:hover, a.cancel[disabled]:hover,
  button.cancel[disabled]:hover, .btn-danger[disabled]:focus, a.cancel[disabled]:focus,
  button.cancel[disabled]:focus, .btn-danger[disabled].focus, a.cancel[disabled].focus,
  button.cancel[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] a.cancel:hover,
  fieldset[disabled] button.cancel:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] a.cancel:focus,
  fieldset[disabled] button.cancel:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] a.focus.cancel,
  fieldset[disabled] button.focus.cancel {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, a.cancel .badge, button.cancel .badge {
    color: #d9534f;
    background-color: #fff; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover, .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .btn-danger:active, a.cancel:active,
  button.cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-inverse, a.inverse,
button.inverse {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #ffffff;
  background-color: #623475;
  border-color: #9752b3; }
  .btn-inverse:focus:not(.active), a.inverse:focus:not(.active),
  button.inverse:focus:not(.active), .btn-inverse:active:not(.active), a.inverse:active:not(.active),
  button.inverse:active:not(.active) {
    background: #623475 !important; }
  .btn-inverse:focus, a.inverse:focus,
  button.inverse:focus, .btn-inverse.focus, a.focus.inverse,
  button.focus.inverse {
    color: #ffffff;
    background-color: #452452;
    border-color: #4e295d; }
  .btn-inverse:hover, a.inverse:hover,
  button.inverse:hover {
    color: #ffffff;
    background-color: #452452;
    border-color: #743d8b; }
  .btn-inverse:active, a.inverse:active,
  button.inverse:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse,
  .open > .btn-inverse.dropdown-toggle,
  .open > a.dropdown-toggle.inverse,
  .open > button.dropdown-toggle.inverse {
    color: #ffffff;
    background-color: #452452;
    border-color: #743d8b; }
    .btn-inverse:active:hover, a.inverse:active:hover,
    button.inverse:active:hover, .btn-inverse:active:focus, a.inverse:active:focus,
    button.inverse:active:focus, .btn-inverse:active.focus, a.inverse:active.focus,
    button.inverse:active.focus, .btn-inverse.active:hover, a.active.inverse:hover,
    button.active.inverse:hover, .btn-inverse.active:focus, a.active.inverse:focus,
    button.active.inverse:focus, .btn-inverse.active.focus, a.active.focus.inverse,
    button.active.focus.inverse,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > a.dropdown-toggle.inverse:hover,
    .open > button.dropdown-toggle.inverse:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > a.dropdown-toggle.inverse:focus,
    .open > button.dropdown-toggle.inverse:focus,
    .open > .btn-inverse.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.inverse,
    .open > button.dropdown-toggle.focus.inverse {
      color: #ffffff;
      background-color: #301939;
      border-color: #4e295d; }
  .btn-inverse:active, a.inverse:active,
  button.inverse:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse,
  .open > .btn-inverse.dropdown-toggle,
  .open > a.dropdown-toggle.inverse,
  .open > button.dropdown-toggle.inverse {
    background-image: none; }
  .btn-inverse.disabled:hover, a.disabled.inverse:hover,
  button.disabled.inverse:hover, .btn-inverse.disabled:focus, a.disabled.inverse:focus,
  button.disabled.inverse:focus, .btn-inverse.disabled.focus, a.disabled.focus.inverse,
  button.disabled.focus.inverse, .btn-inverse[disabled]:hover, a.inverse[disabled]:hover,
  button.inverse[disabled]:hover, .btn-inverse[disabled]:focus, a.inverse[disabled]:focus,
  button.inverse[disabled]:focus, .btn-inverse[disabled].focus, a.inverse[disabled].focus,
  button.inverse[disabled].focus,
  fieldset[disabled] .btn-inverse:hover,
  fieldset[disabled] a.inverse:hover,
  fieldset[disabled] button.inverse:hover,
  fieldset[disabled] .btn-inverse:focus,
  fieldset[disabled] a.inverse:focus,
  fieldset[disabled] button.inverse:focus,
  fieldset[disabled] .btn-inverse.focus,
  fieldset[disabled] a.focus.inverse,
  fieldset[disabled] button.focus.inverse {
    background-color: #623475;
    border-color: #9752b3; }
  .btn-inverse .badge, a.inverse .badge, button.inverse .badge {
    color: #623475;
    background-color: #ffffff; }
  .btn-inverse:hover, a.inverse:hover,
  button.inverse:hover, .btn-inverse:focus, a.inverse:focus,
  button.inverse:focus, .btn-inverse:active, a.inverse:active,
  button.inverse:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-group-btn-wrapper {
  display: inline-block; }

.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .btn, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .confirmation .submit, .confirmation .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .change-password-form .submit, .change-password-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .login-form .submit, .login-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .reset-password-form .submit, .reset-password-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.submit,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.cancel,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.cancel, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.inverse,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.inverse, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.warning,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.warning {
  margin-left: -1px; }
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .btn:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .confirmation .submit:not(.dropdown-toggle), .confirmation .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .change-password-form .submit:not(.dropdown-toggle), .change-password-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .login-form .submit:not(.dropdown-toggle), .login-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .reset-password-form .submit:not(.dropdown-toggle), .reset-password-form .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.submit:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.cancel:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.cancel:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.inverse:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.inverse:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.warning:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.warning:not(.dropdown-toggle) {
    border-radius: 0; }

.btn-group > .btn-group-btn-wrapper:first-child .btn, .btn-group > .btn-group-btn-wrapper:first-child .confirmation .submit, .confirmation .btn-group > .btn-group-btn-wrapper:first-child .submit, .btn-group > .btn-group-btn-wrapper:first-child .change-password-form .submit, .change-password-form .btn-group > .btn-group-btn-wrapper:first-child .submit, .btn-group > .btn-group-btn-wrapper:first-child .login-form .submit, .login-form .btn-group > .btn-group-btn-wrapper:first-child .submit, .btn-group > .btn-group-btn-wrapper:first-child .reset-password-form .submit, .reset-password-form .btn-group > .btn-group-btn-wrapper:first-child .submit, .btn-group > .btn-group-btn-wrapper:first-child a.submit,
.btn-group > .btn-group-btn-wrapper:first-child button.submit, .btn-group > .btn-group-btn-wrapper:first-child a.cancel,
.btn-group > .btn-group-btn-wrapper:first-child button.cancel, .btn-group > .btn-group-btn-wrapper:first-child a.inverse,
.btn-group > .btn-group-btn-wrapper:first-child button.inverse, .btn-group > .btn-group-btn-wrapper:first-child a.warning,
.btn-group > .btn-group-btn-wrapper:first-child button.warning {
  margin-left: 0; }

.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .btn:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .confirmation .submit:not(.dropdown-toggle), .confirmation .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .change-password-form .submit:not(.dropdown-toggle), .change-password-form .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .login-form .submit:not(.dropdown-toggle), .login-form .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .reset-password-form .submit:not(.dropdown-toggle), .reset-password-form .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.submit:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.cancel:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.cancel:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.inverse:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.inverse:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.warning:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.warning:not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .btn, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .confirmation .submit, .confirmation .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .change-password-form .submit, .change-password-form .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .login-form .submit, .login-form .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .reset-password-form .submit, .reset-password-form .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.submit,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.cancel,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.cancel, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.inverse,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.inverse, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.warning,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.warning {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px; }

h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  color: #616E75;
  font-size: 2rem; }

h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  text-transform: none;
  font-size: 1.5rem; }

h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  font-size: 1rem; }

h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  font-size: 0.875rem; }

a {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #616E75;
  text-decoration: none; }
  a:hover, a:active, a.active {
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    color: #333a3d; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }
@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 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; }
  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; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(styles/bootstrap/glyphicons-halflings-regular.eot);
  src: url(styles/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(styles/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(styles/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(styles/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.glyphicon-euro:before {
  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"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 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 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.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 {
  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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -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 > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .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 > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -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; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -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); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input.form-control[type="date"], .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="time"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="month"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input.form-control[type="date"], .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="time"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="month"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select.form-control[multiple],
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select.form-control[multiple],
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -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; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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); }
  .has-error .form-control:focus {
    border-color: #843534;
    -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; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.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: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.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: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    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);
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.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: 14px;
  text-align: left;
  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);
  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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: 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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.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 {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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 > .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;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-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%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .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: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        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: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-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;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  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.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .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; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .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: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .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: #555;
      background-color: #e7e7e7; }
    .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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #000000;
  border-color: black; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: black; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: black;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .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: black; }
    .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: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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: #777777;
    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:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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: -o-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: #5bc0de; }
  .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: -o-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: #f0ad4e; }
  .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: -o-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: #d9534f; }
  .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: -o-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 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-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;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr: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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .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-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.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);
  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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.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);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    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: 1060;
  display: none;
  width: 300px;
  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);
  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: 14px;
  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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      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%;
  opacity: 0.5;
  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, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    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%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .patient-informations .used-templates:before, .field-instance.previous-value:before, .clearfix:after, .patient-informations .used-templates:after, .field-instance.previous-value:after {
  content: " ";
  display: table; }

.clearfix:after, .patient-informations .used-templates:after, .field-instance.previous-value:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.btn, a.submit,
button.submit, a.cancel,
button.cancel, a.inverse,
button.inverse, a.warning,
button.warning, .colorpicker.dropdown .close-colorpicker, .text-editor .text-editor-actions button, [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .clear, .report-header .cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, a.submit:focus,
  button.submit:focus, a.cancel:focus,
  button.cancel:focus, a.inverse:focus,
  button.inverse:focus, a.warning:focus,
  button.warning:focus, .colorpicker.dropdown .close-colorpicker:focus, .text-editor .text-editor-actions button:focus, [datepicker-popup-wrap] .actions .today:focus, [datepicker-popup-wrap] .actions .clear:focus, .report-header .cancel:focus, .btn.focus, a.focus.submit,
  button.focus.submit, a.focus.cancel,
  button.focus.cancel, a.focus.inverse,
  button.focus.inverse, a.focus.warning,
  button.focus.warning, .colorpicker.dropdown .focus.close-colorpicker, .text-editor .text-editor-actions button.focus, [datepicker-popup-wrap] .actions .focus.today, [datepicker-popup-wrap] .actions .focus.clear, .report-header .focus.cancel, .btn:active:focus, a.submit:active:focus,
  button.submit:active:focus, a.cancel:active:focus,
  button.cancel:active:focus, a.inverse:active:focus,
  button.inverse:active:focus, a.warning:active:focus,
  button.warning:active:focus, .colorpicker.dropdown .close-colorpicker:active:focus, .text-editor .text-editor-actions button:active:focus, [datepicker-popup-wrap] .actions .today:active:focus, [datepicker-popup-wrap] .actions .clear:active:focus, .report-header .cancel:active:focus, .btn:active.focus, a.submit:active.focus,
  button.submit:active.focus, a.cancel:active.focus,
  button.cancel:active.focus, a.inverse:active.focus,
  button.inverse:active.focus, a.warning:active.focus,
  button.warning:active.focus, .colorpicker.dropdown .close-colorpicker:active.focus, .text-editor .text-editor-actions button:active.focus, [datepicker-popup-wrap] .actions .today:active.focus, [datepicker-popup-wrap] .actions .clear:active.focus, .report-header .cancel:active.focus, .btn.active:focus, a.active.submit:focus,
  button.active.submit:focus, a.active.cancel:focus,
  button.active.cancel:focus, a.active.inverse:focus,
  button.active.inverse:focus, a.active.warning:focus,
  button.active.warning:focus, .colorpicker.dropdown .active.close-colorpicker:focus, .text-editor .text-editor-actions button.active:focus, [datepicker-popup-wrap] .actions .active.today:focus, [datepicker-popup-wrap] .actions .active.clear:focus, .report-header .active.cancel:focus, .btn.active.focus, a.active.focus.submit,
  button.active.focus.submit, a.active.focus.cancel,
  button.active.focus.cancel, a.active.focus.inverse,
  button.active.focus.inverse, a.active.focus.warning,
  button.active.focus.warning, .colorpicker.dropdown .active.focus.close-colorpicker, .text-editor .text-editor-actions button.active.focus, [datepicker-popup-wrap] .actions .active.focus.today, [datepicker-popup-wrap] .actions .active.focus.clear, .report-header .active.focus.cancel {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, a.submit:hover,
  button.submit:hover, a.cancel:hover,
  button.cancel:hover, a.inverse:hover,
  button.inverse:hover, a.warning:hover,
  button.warning:hover, .colorpicker.dropdown .close-colorpicker:hover, .text-editor .text-editor-actions button:hover, [datepicker-popup-wrap] .actions .today:hover, [datepicker-popup-wrap] .actions .clear:hover, .report-header .cancel:hover, .btn:focus, a.submit:focus,
  button.submit:focus, a.cancel:focus,
  button.cancel:focus, a.inverse:focus,
  button.inverse:focus, a.warning:focus,
  button.warning:focus, .colorpicker.dropdown .close-colorpicker:focus, .text-editor .text-editor-actions button:focus, [datepicker-popup-wrap] .actions .today:focus, [datepicker-popup-wrap] .actions .clear:focus, .report-header .cancel:focus, .btn.focus, a.focus.submit,
  button.focus.submit, a.focus.cancel,
  button.focus.cancel, a.focus.inverse,
  button.focus.inverse, a.focus.warning,
  button.focus.warning, .colorpicker.dropdown .focus.close-colorpicker, .text-editor .text-editor-actions button.focus, [datepicker-popup-wrap] .actions .focus.today, [datepicker-popup-wrap] .actions .focus.clear, .report-header .focus.cancel {
    color: #333;
    text-decoration: none; }
  .btn:active, a.submit:active,
  button.submit:active, a.cancel:active,
  button.cancel:active, a.inverse:active,
  button.inverse:active, a.warning:active,
  button.warning:active, .colorpicker.dropdown .close-colorpicker:active, .text-editor .text-editor-actions button:active, [datepicker-popup-wrap] .actions .today:active, [datepicker-popup-wrap] .actions .clear:active, .report-header .cancel:active, .btn.active, a.active.submit,
  button.active.submit, a.active.cancel,
  button.active.cancel, a.active.inverse,
  button.active.inverse, a.active.warning,
  button.active.warning, .colorpicker.dropdown .active.close-colorpicker, .text-editor .text-editor-actions button.active, [datepicker-popup-wrap] .actions .active.today, [datepicker-popup-wrap] .actions .active.clear, .report-header .active.cancel {
    outline: 0;
    background-image: none;
    -webkit-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, a.disabled.submit,
  button.disabled.submit, a.disabled.cancel,
  button.disabled.cancel, a.disabled.inverse,
  button.disabled.inverse, a.disabled.warning,
  button.disabled.warning, .colorpicker.dropdown .disabled.close-colorpicker, .text-editor .text-editor-actions button.disabled, [datepicker-popup-wrap] .actions .disabled.today, [datepicker-popup-wrap] .actions .disabled.clear, .report-header .disabled.cancel, .btn[disabled], a.submit[disabled],
  button.submit[disabled], a.cancel[disabled],
  button.cancel[disabled], a.inverse[disabled],
  button.inverse[disabled], a.warning[disabled],
  button.warning[disabled], .colorpicker.dropdown .close-colorpicker[disabled], .text-editor .text-editor-actions button[disabled], [datepicker-popup-wrap] .actions .today[disabled], [datepicker-popup-wrap] .actions .clear[disabled], .report-header .cancel[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] a.submit,
  fieldset[disabled] button.submit,
  fieldset[disabled] a.cancel,
  fieldset[disabled] button.cancel,
  fieldset[disabled] a.inverse,
  fieldset[disabled] button.inverse,
  fieldset[disabled] a.warning,
  fieldset[disabled] button.warning,
  fieldset[disabled] .colorpicker.dropdown .close-colorpicker,
  .colorpicker.dropdown fieldset[disabled] .close-colorpicker,
  fieldset[disabled] .text-editor .text-editor-actions button,
  .text-editor .text-editor-actions fieldset[disabled] button,
  fieldset[disabled] [datepicker-popup-wrap] .actions .today,
  [datepicker-popup-wrap] .actions fieldset[disabled] .today,
  fieldset[disabled] [datepicker-popup-wrap] .actions .clear,
  [datepicker-popup-wrap] .actions fieldset[disabled] .clear,
  fieldset[disabled] .report-header .cancel,
  .report-header fieldset[disabled] .cancel {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.submit, a.disabled.cancel, a.disabled.inverse, a.disabled.warning, .colorpicker.dropdown a.disabled.close-colorpicker, [datepicker-popup-wrap] .actions a.disabled.today, [datepicker-popup-wrap] .actions a.disabled.clear,
fieldset[disabled] a.btn,
fieldset[disabled] a.submit,
fieldset[disabled] a.cancel,
fieldset[disabled] a.inverse,
fieldset[disabled] a.warning,
fieldset[disabled] .colorpicker.dropdown a.close-colorpicker,
.colorpicker.dropdown fieldset[disabled] a.close-colorpicker,
fieldset[disabled] [datepicker-popup-wrap] .actions a.today,
[datepicker-popup-wrap] .actions fieldset[disabled] a.today,
fieldset[disabled] [datepicker-popup-wrap] .actions a.clear,
[datepicker-popup-wrap] .actions fieldset[disabled] a.clear {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, a.submit,
button.submit, [datepicker-popup-wrap] .actions .clear {
  color: #fff;
  background-color: #616E75;
  border-color: #5c696f; }
  .btn-primary:focus, a.submit:focus,
  button.submit:focus, [datepicker-popup-wrap] .actions .clear:focus, .btn-primary.focus, a.focus.submit,
  button.focus.submit, [datepicker-popup-wrap] .actions .focus.clear {
    color: #fff;
    background-color: #4a5459;
    border-color: #23272a; }
  .btn-primary:hover, a.submit:hover,
  button.submit:hover, [datepicker-popup-wrap] .actions .clear:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
  .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
    .btn-primary:active:hover, a.submit:active:hover,
    button.submit:active:hover, [datepicker-popup-wrap] .actions .clear:active:hover, .btn-primary:active:focus, a.submit:active:focus,
    button.submit:active:focus, [datepicker-popup-wrap] .actions .clear:active:focus, .btn-primary:active.focus, a.submit:active.focus,
    button.submit:active.focus, [datepicker-popup-wrap] .actions .clear:active.focus, .btn-primary.active:hover, a.active.submit:hover,
    button.active.submit:hover, [datepicker-popup-wrap] .actions .active.clear:hover, .btn-primary.active:focus, a.active.submit:focus,
    button.active.submit:focus, [datepicker-popup-wrap] .actions .active.clear:focus, .btn-primary.active.focus, a.active.focus.submit,
    button.active.focus.submit, [datepicker-popup-wrap] .actions .active.focus.clear,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > a.dropdown-toggle.submit:hover,
    .open > button.dropdown-toggle.submit:hover,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > a.dropdown-toggle.submit:focus,
    .open > button.dropdown-toggle.submit:focus,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.submit,
    .open > button.dropdown-toggle.focus.submit,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.focus.clear {
      color: #fff;
      background-color: #3a4146;
      border-color: #23272a; }
  .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear {
    background-image: none; }
  .btn-primary.disabled:hover, a.disabled.submit:hover,
  button.disabled.submit:hover, [datepicker-popup-wrap] .actions .disabled.clear:hover, .btn-primary.disabled:focus, a.disabled.submit:focus,
  button.disabled.submit:focus, [datepicker-popup-wrap] .actions .disabled.clear:focus, .btn-primary.disabled.focus, a.disabled.focus.submit,
  button.disabled.focus.submit, [datepicker-popup-wrap] .actions .disabled.focus.clear, .btn-primary[disabled]:hover, a.submit[disabled]:hover,
  button.submit[disabled]:hover, [datepicker-popup-wrap] .actions .clear[disabled]:hover, .btn-primary[disabled]:focus, a.submit[disabled]:focus,
  button.submit[disabled]:focus, [datepicker-popup-wrap] .actions .clear[disabled]:focus, .btn-primary[disabled].focus, a.submit[disabled].focus,
  button.submit[disabled].focus, [datepicker-popup-wrap] .actions .clear[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] a.submit:hover,
  fieldset[disabled] button.submit:hover,
  fieldset[disabled] [datepicker-popup-wrap] .actions .clear:hover,
  [datepicker-popup-wrap] .actions fieldset[disabled] .clear:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] a.submit:focus,
  fieldset[disabled] button.submit:focus,
  fieldset[disabled] [datepicker-popup-wrap] .actions .clear:focus,
  [datepicker-popup-wrap] .actions fieldset[disabled] .clear:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] a.focus.submit,
  fieldset[disabled] button.focus.submit,
  fieldset[disabled] [datepicker-popup-wrap] .actions .focus.clear,
  [datepicker-popup-wrap] .actions fieldset[disabled] .focus.clear {
    background-color: #616E75;
    border-color: #5c696f; }
  .btn-primary .badge, a.submit .badge, button.submit .badge, [datepicker-popup-wrap] .actions .clear .badge {
    color: #616E75;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #616E75;
  border-color: #616E75; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4a5459;
    border-color: #272c2f; }
  .btn-success:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a4146;
      border-color: #272c2f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #616E75;
    border-color: #616E75; }
  .btn-success .badge {
    color: #616E75;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning, a.warning,
button.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning.focus, a.focus.warning,
  button.focus.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, a.warning:active:hover,
    button.warning:active:hover, .btn-warning:active:focus, a.warning:active:focus,
    button.warning:active:focus, .btn-warning:active.focus, a.warning:active.focus,
    button.warning:active.focus, .btn-warning.active:hover, a.active.warning:hover,
    button.active.warning:hover, .btn-warning.active:focus, a.active.warning:focus,
    button.active.warning:focus, .btn-warning.active.focus, a.active.focus.warning,
    button.active.focus.warning,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > a.dropdown-toggle.warning:hover,
    .open > button.dropdown-toggle.warning:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > a.dropdown-toggle.warning:focus,
    .open > button.dropdown-toggle.warning:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.warning,
    .open > button.dropdown-toggle.focus.warning {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    background-image: none; }
  .btn-warning.disabled:hover, a.disabled.warning:hover,
  button.disabled.warning:hover, .btn-warning.disabled:focus, a.disabled.warning:focus,
  button.disabled.warning:focus, .btn-warning.disabled.focus, a.disabled.focus.warning,
  button.disabled.focus.warning, .btn-warning[disabled]:hover, a.warning[disabled]:hover,
  button.warning[disabled]:hover, .btn-warning[disabled]:focus, a.warning[disabled]:focus,
  button.warning[disabled]:focus, .btn-warning[disabled].focus, a.warning[disabled].focus,
  button.warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] a.warning:hover,
  fieldset[disabled] button.warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] a.warning:focus,
  fieldset[disabled] button.warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] a.focus.warning,
  fieldset[disabled] button.focus.warning {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, a.warning .badge, button.warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, a.cancel,
button.cancel, .colorpicker.dropdown .close-colorpicker, .report-header .cancel {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .colorpicker.dropdown .close-colorpicker:focus, .report-header .cancel:focus, .btn-danger.focus, a.focus.cancel,
  button.focus.cancel, .colorpicker.dropdown .focus.close-colorpicker, .report-header .focus.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover, .colorpicker.dropdown .close-colorpicker:hover, .report-header .cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .colorpicker.dropdown .close-colorpicker:active, .report-header .cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel, .colorpicker.dropdown .active.close-colorpicker, .report-header .active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel,
  .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker,
  .report-header .open > .dropdown-toggle.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, a.cancel:active:hover,
    button.cancel:active:hover, .colorpicker.dropdown .close-colorpicker:active:hover, .report-header .cancel:active:hover, .btn-danger:active:focus, a.cancel:active:focus,
    button.cancel:active:focus, .colorpicker.dropdown .close-colorpicker:active:focus, .report-header .cancel:active:focus, .btn-danger:active.focus, a.cancel:active.focus,
    button.cancel:active.focus, .colorpicker.dropdown .close-colorpicker:active.focus, .report-header .cancel:active.focus, .btn-danger.active:hover, a.active.cancel:hover,
    button.active.cancel:hover, .colorpicker.dropdown .active.close-colorpicker:hover, .report-header .active.cancel:hover, .btn-danger.active:focus, a.active.cancel:focus,
    button.active.cancel:focus, .colorpicker.dropdown .active.close-colorpicker:focus, .report-header .active.cancel:focus, .btn-danger.active.focus, a.active.focus.cancel,
    button.active.focus.cancel, .colorpicker.dropdown .active.focus.close-colorpicker, .report-header .active.focus.cancel,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > a.dropdown-toggle.cancel:hover,
    .open > button.dropdown-toggle.cancel:hover,
    .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker:hover,
    .report-header .open > .dropdown-toggle.cancel:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > a.dropdown-toggle.cancel:focus,
    .open > button.dropdown-toggle.cancel:focus,
    .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker:focus,
    .report-header .open > .dropdown-toggle.cancel:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.cancel,
    .open > button.dropdown-toggle.focus.cancel,
    .colorpicker.dropdown .open > .dropdown-toggle.focus.close-colorpicker,
    .report-header .open > .dropdown-toggle.focus.cancel {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .colorpicker.dropdown .close-colorpicker:active, .report-header .cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel, .colorpicker.dropdown .active.close-colorpicker, .report-header .active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel,
  .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker,
  .report-header .open > .dropdown-toggle.cancel {
    background-image: none; }
  .btn-danger.disabled:hover, a.disabled.cancel:hover,
  button.disabled.cancel:hover, .colorpicker.dropdown .disabled.close-colorpicker:hover, .report-header .disabled.cancel:hover, .btn-danger.disabled:focus, a.disabled.cancel:focus,
  button.disabled.cancel:focus, .colorpicker.dropdown .disabled.close-colorpicker:focus, .report-header .disabled.cancel:focus, .btn-danger.disabled.focus, a.disabled.focus.cancel,
  button.disabled.focus.cancel, .colorpicker.dropdown .disabled.focus.close-colorpicker, .report-header .disabled.focus.cancel, .btn-danger[disabled]:hover, a.cancel[disabled]:hover,
  button.cancel[disabled]:hover, .colorpicker.dropdown .close-colorpicker[disabled]:hover, .report-header .cancel[disabled]:hover, .btn-danger[disabled]:focus, a.cancel[disabled]:focus,
  button.cancel[disabled]:focus, .colorpicker.dropdown .close-colorpicker[disabled]:focus, .report-header .cancel[disabled]:focus, .btn-danger[disabled].focus, a.cancel[disabled].focus,
  button.cancel[disabled].focus, .colorpicker.dropdown .close-colorpicker[disabled].focus, .report-header .cancel[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] a.cancel:hover,
  fieldset[disabled] button.cancel:hover,
  fieldset[disabled] .colorpicker.dropdown .close-colorpicker:hover,
  .colorpicker.dropdown fieldset[disabled] .close-colorpicker:hover,
  fieldset[disabled] .report-header .cancel:hover,
  .report-header fieldset[disabled] .cancel:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] a.cancel:focus,
  fieldset[disabled] button.cancel:focus,
  fieldset[disabled] .colorpicker.dropdown .close-colorpicker:focus,
  .colorpicker.dropdown fieldset[disabled] .close-colorpicker:focus,
  fieldset[disabled] .report-header .cancel:focus,
  .report-header fieldset[disabled] .cancel:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] a.focus.cancel,
  fieldset[disabled] button.focus.cancel,
  fieldset[disabled] .colorpicker.dropdown .focus.close-colorpicker,
  .colorpicker.dropdown fieldset[disabled] .focus.close-colorpicker,
  fieldset[disabled] .report-header .focus.cancel,
  .report-header fieldset[disabled] .focus.cancel {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, a.cancel .badge, button.cancel .badge, .colorpicker.dropdown .close-colorpicker .badge, .report-header .cancel .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link, .text-editor .text-editor-actions button {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .text-editor .text-editor-actions button, .btn-link:active, .text-editor .text-editor-actions button:active, .btn-link.active, .text-editor .text-editor-actions button.active, .btn-link[disabled], .text-editor .text-editor-actions button[disabled],
  fieldset[disabled] .btn-link,
  fieldset[disabled] .text-editor .text-editor-actions button,
  .text-editor .text-editor-actions fieldset[disabled] button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .text-editor .text-editor-actions button, .btn-link:hover, .text-editor .text-editor-actions button:hover, .btn-link:focus, .text-editor .text-editor-actions button:focus, .btn-link:active, .text-editor .text-editor-actions button:active {
    border-color: transparent; }
  .btn-link:hover, .text-editor .text-editor-actions button:hover, .btn-link:focus, .text-editor .text-editor-actions button:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .text-editor .text-editor-actions button[disabled]:hover, .btn-link[disabled]:focus, .text-editor .text-editor-actions button[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .text-editor .text-editor-actions button:hover,
  .text-editor .text-editor-actions fieldset[disabled] button:hover,
  fieldset[disabled] .btn-link:focus,
  fieldset[disabled] .text-editor .text-editor-actions button:focus,
  .text-editor .text-editor-actions fieldset[disabled] button:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.submit,
.btn-group-lg > button.submit, .btn-group-lg > a.cancel,
.btn-group-lg > button.cancel, .btn-group-lg > a.inverse,
.btn-group-lg > button.inverse, .btn-group-lg > a.warning,
.btn-group-lg > button.warning, .colorpicker.dropdown .btn-group-lg > .close-colorpicker, .text-editor .text-editor-actions .btn-group-lg > button, [datepicker-popup-wrap] .actions .btn-group-lg > .today, [datepicker-popup-wrap] .actions .btn-group-lg > .clear, .report-header .btn-group-lg > .cancel {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.submit,
.btn-group-sm > button.submit, .btn-group-sm > a.cancel,
.btn-group-sm > button.cancel, .btn-group-sm > a.inverse,
.btn-group-sm > button.inverse, .btn-group-sm > a.warning,
.btn-group-sm > button.warning, .colorpicker.dropdown .btn-group-sm > .close-colorpicker, .text-editor .text-editor-actions .btn-group-sm > button, [datepicker-popup-wrap] .actions .btn-group-sm > .today, [datepicker-popup-wrap] .actions .btn-group-sm > .clear, .report-header .btn-group-sm > .cancel {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > a.submit,
.btn-group-xs > button.submit, .btn-group-xs > a.cancel,
.btn-group-xs > button.cancel, .btn-group-xs > a.inverse,
.btn-group-xs > button.inverse, .btn-group-xs > a.warning,
.btn-group-xs > button.warning, .text-editor .text-editor-actions .btn-group-xs > button, [datepicker-popup-wrap] .actions .btn-group-xs > .today, [datepicker-popup-wrap] .actions .btn-group-xs > .clear, .report-header .btn-group-xs > .cancel, .colorpicker.dropdown .close-colorpicker {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, .two-factor-form button {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .two-factor-form button + .btn-block, .two-factor-form .btn-block + button, .two-factor-form button + button {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > a.submit,
  .btn-group > button.submit, .btn-group > a.cancel,
  .btn-group > button.cancel, .btn-group > a.inverse,
  .btn-group > button.inverse, .btn-group > a.warning,
  .btn-group > button.warning, .colorpicker.dropdown .btn-group > .close-colorpicker, .text-editor .text-editor-actions .btn-group > button, [datepicker-popup-wrap] .actions .btn-group > .today, [datepicker-popup-wrap] .actions .btn-group > .clear, .report-header .btn-group > .cancel,
  .btn-group-vertical > .btn,
  .btn-group-vertical > a.submit,
  .btn-group-vertical > button.submit,
  .btn-group-vertical > a.cancel,
  .btn-group-vertical > button.cancel,
  .btn-group-vertical > a.inverse,
  .btn-group-vertical > button.inverse,
  .btn-group-vertical > a.warning,
  .btn-group-vertical > button.warning,
  .colorpicker.dropdown .btn-group-vertical > .close-colorpicker,
  .text-editor .text-editor-actions .btn-group-vertical > button,
  [datepicker-popup-wrap] .actions .btn-group-vertical > .today,
  [datepicker-popup-wrap] .actions .btn-group-vertical > .clear,
  .report-header .btn-group-vertical > .cancel {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > a.submit:hover,
    .btn-group > button.submit:hover, .btn-group > a.cancel:hover,
    .btn-group > button.cancel:hover, .btn-group > a.inverse:hover,
    .btn-group > button.inverse:hover, .btn-group > a.warning:hover,
    .btn-group > button.warning:hover, .colorpicker.dropdown .btn-group > .close-colorpicker:hover, .text-editor .text-editor-actions .btn-group > button:hover, [datepicker-popup-wrap] .actions .btn-group > .today:hover, [datepicker-popup-wrap] .actions .btn-group > .clear:hover, .report-header .btn-group > .cancel:hover, .btn-group > .btn:focus, .btn-group > a.submit:focus,
    .btn-group > button.submit:focus, .btn-group > a.cancel:focus,
    .btn-group > button.cancel:focus, .btn-group > a.inverse:focus,
    .btn-group > button.inverse:focus, .btn-group > a.warning:focus,
    .btn-group > button.warning:focus, .colorpicker.dropdown .btn-group > .close-colorpicker:focus, .text-editor .text-editor-actions .btn-group > button:focus, [datepicker-popup-wrap] .actions .btn-group > .today:focus, [datepicker-popup-wrap] .actions .btn-group > .clear:focus, .report-header .btn-group > .cancel:focus, .btn-group > .btn:active, .btn-group > a.submit:active,
    .btn-group > button.submit:active, .btn-group > a.cancel:active,
    .btn-group > button.cancel:active, .btn-group > a.inverse:active,
    .btn-group > button.inverse:active, .btn-group > a.warning:active,
    .btn-group > button.warning:active, .colorpicker.dropdown .btn-group > .close-colorpicker:active, .text-editor .text-editor-actions .btn-group > button:active, [datepicker-popup-wrap] .actions .btn-group > .today:active, [datepicker-popup-wrap] .actions .btn-group > .clear:active, .report-header .btn-group > .cancel:active, .btn-group > .btn.active, .btn-group > a.active.submit,
    .btn-group > button.active.submit, .btn-group > a.active.cancel,
    .btn-group > button.active.cancel, .btn-group > a.active.inverse,
    .btn-group > button.active.inverse, .btn-group > a.active.warning,
    .btn-group > button.active.warning, .colorpicker.dropdown .btn-group > .active.close-colorpicker, .text-editor .text-editor-actions .btn-group > button.active, [datepicker-popup-wrap] .actions .btn-group > .active.today, [datepicker-popup-wrap] .actions .btn-group > .active.clear, .report-header .btn-group > .active.cancel,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > a.submit:hover,
    .btn-group-vertical > button.submit:hover,
    .btn-group-vertical > a.cancel:hover,
    .btn-group-vertical > button.cancel:hover,
    .btn-group-vertical > a.inverse:hover,
    .btn-group-vertical > button.inverse:hover,
    .btn-group-vertical > a.warning:hover,
    .btn-group-vertical > button.warning:hover,
    .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:hover,
    .text-editor .text-editor-actions .btn-group-vertical > button:hover,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .today:hover,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:hover,
    .report-header .btn-group-vertical > .cancel:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > a.submit:focus,
    .btn-group-vertical > button.submit:focus,
    .btn-group-vertical > a.cancel:focus,
    .btn-group-vertical > button.cancel:focus,
    .btn-group-vertical > a.inverse:focus,
    .btn-group-vertical > button.inverse:focus,
    .btn-group-vertical > a.warning:focus,
    .btn-group-vertical > button.warning:focus,
    .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:focus,
    .text-editor .text-editor-actions .btn-group-vertical > button:focus,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .today:focus,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:focus,
    .report-header .btn-group-vertical > .cancel:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > a.submit:active,
    .btn-group-vertical > button.submit:active,
    .btn-group-vertical > a.cancel:active,
    .btn-group-vertical > button.cancel:active,
    .btn-group-vertical > a.inverse:active,
    .btn-group-vertical > button.inverse:active,
    .btn-group-vertical > a.warning:active,
    .btn-group-vertical > button.warning:active,
    .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:active,
    .text-editor .text-editor-actions .btn-group-vertical > button:active,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .today:active,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:active,
    .report-header .btn-group-vertical > .cancel:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > a.active.submit,
    .btn-group-vertical > button.active.submit,
    .btn-group-vertical > a.active.cancel,
    .btn-group-vertical > button.active.cancel,
    .btn-group-vertical > a.active.inverse,
    .btn-group-vertical > button.active.inverse,
    .btn-group-vertical > a.active.warning,
    .btn-group-vertical > button.active.warning,
    .colorpicker.dropdown .btn-group-vertical > .active.close-colorpicker,
    .text-editor .text-editor-actions .btn-group-vertical > button.active,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .active.today,
    [datepicker-popup-wrap] .actions .btn-group-vertical > .active.clear,
    .report-header .btn-group-vertical > .active.cancel {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group a.submit + .btn, .btn-group button.submit + .btn, .btn-group a.cancel + .btn, .btn-group button.cancel + .btn, .btn-group a.inverse + .btn, .btn-group button.inverse + .btn, .btn-group a.warning + .btn, .btn-group button.warning + .btn, .btn-group .colorpicker.dropdown .close-colorpicker + .btn, .colorpicker.dropdown .btn-group .close-colorpicker + .btn, .btn-group .text-editor .text-editor-actions button + .btn, .text-editor .text-editor-actions .btn-group button + .btn, .btn-group [datepicker-popup-wrap] .actions .today + .btn, [datepicker-popup-wrap] .actions .btn-group .today + .btn, .btn-group [datepicker-popup-wrap] .actions .clear + .btn, [datepicker-popup-wrap] .actions .btn-group .clear + .btn, .btn-group .report-header .cancel + .btn, .report-header .btn-group .cancel + .btn, .btn-group .btn + a.submit, .btn-group a.submit + a.submit, .btn-group button.submit + a.submit, .btn-group a.cancel + a.submit, .btn-group button.cancel + a.submit, .btn-group a.inverse + a.submit, .btn-group button.inverse + a.submit, .btn-group a.warning + a.submit, .btn-group button.warning + a.submit, .btn-group .colorpicker.dropdown .close-colorpicker + a.submit, .colorpicker.dropdown .btn-group .close-colorpicker + a.submit, .btn-group .text-editor .text-editor-actions button + a.submit, .text-editor .text-editor-actions .btn-group button + a.submit, .btn-group [datepicker-popup-wrap] .actions .today + a.submit, [datepicker-popup-wrap] .actions .btn-group .today + a.submit, .btn-group [datepicker-popup-wrap] .actions .clear + a.submit, [datepicker-popup-wrap] .actions .btn-group .clear + a.submit, .btn-group .report-header .cancel + a.submit, .report-header .btn-group .cancel + a.submit,
.btn-group .btn + button.submit,
.btn-group a.submit + button.submit,
.btn-group button.submit + button.submit,
.btn-group a.cancel + button.submit,
.btn-group button.cancel + button.submit,
.btn-group a.inverse + button.submit,
.btn-group button.inverse + button.submit,
.btn-group a.warning + button.submit,
.btn-group button.warning + button.submit,
.btn-group .colorpicker.dropdown .close-colorpicker + button.submit, .colorpicker.dropdown .btn-group .close-colorpicker + button.submit,
.btn-group .text-editor .text-editor-actions button + button.submit, .text-editor .text-editor-actions .btn-group button + button.submit,
.btn-group [datepicker-popup-wrap] .actions .today + button.submit, [datepicker-popup-wrap] .actions .btn-group .today + button.submit,
.btn-group [datepicker-popup-wrap] .actions .clear + button.submit, [datepicker-popup-wrap] .actions .btn-group .clear + button.submit,
.btn-group .report-header .cancel + button.submit, .report-header .btn-group .cancel + button.submit, .btn-group .btn + a.cancel, .btn-group a.submit + a.cancel, .btn-group button.submit + a.cancel, .btn-group a.cancel + a.cancel, .btn-group button.cancel + a.cancel, .btn-group a.inverse + a.cancel, .btn-group button.inverse + a.cancel, .btn-group a.warning + a.cancel, .btn-group button.warning + a.cancel, .btn-group .colorpicker.dropdown .close-colorpicker + a.cancel, .colorpicker.dropdown .btn-group .close-colorpicker + a.cancel, .btn-group .text-editor .text-editor-actions button + a.cancel, .text-editor .text-editor-actions .btn-group button + a.cancel, .btn-group [datepicker-popup-wrap] .actions .today + a.cancel, [datepicker-popup-wrap] .actions .btn-group .today + a.cancel, .btn-group [datepicker-popup-wrap] .actions .clear + a.cancel, [datepicker-popup-wrap] .actions .btn-group .clear + a.cancel, .btn-group .report-header .cancel + a.cancel, .report-header .btn-group .cancel + a.cancel,
.btn-group .btn + button.cancel,
.btn-group a.submit + button.cancel,
.btn-group button.submit + button.cancel,
.btn-group a.cancel + button.cancel,
.btn-group button.cancel + button.cancel,
.btn-group a.inverse + button.cancel,
.btn-group button.inverse + button.cancel,
.btn-group a.warning + button.cancel,
.btn-group button.warning + button.cancel,
.btn-group .colorpicker.dropdown .close-colorpicker + button.cancel, .colorpicker.dropdown .btn-group .close-colorpicker + button.cancel,
.btn-group .text-editor .text-editor-actions button + button.cancel, .text-editor .text-editor-actions .btn-group button + button.cancel,
.btn-group [datepicker-popup-wrap] .actions .today + button.cancel, [datepicker-popup-wrap] .actions .btn-group .today + button.cancel,
.btn-group [datepicker-popup-wrap] .actions .clear + button.cancel, [datepicker-popup-wrap] .actions .btn-group .clear + button.cancel,
.btn-group .report-header .cancel + button.cancel, .report-header .btn-group .cancel + button.cancel, .btn-group .btn + a.inverse, .btn-group a.submit + a.inverse, .btn-group button.submit + a.inverse, .btn-group a.cancel + a.inverse, .btn-group button.cancel + a.inverse, .btn-group a.inverse + a.inverse, .btn-group button.inverse + a.inverse, .btn-group a.warning + a.inverse, .btn-group button.warning + a.inverse, .btn-group .colorpicker.dropdown .close-colorpicker + a.inverse, .colorpicker.dropdown .btn-group .close-colorpicker + a.inverse, .btn-group .text-editor .text-editor-actions button + a.inverse, .text-editor .text-editor-actions .btn-group button + a.inverse, .btn-group [datepicker-popup-wrap] .actions .today + a.inverse, [datepicker-popup-wrap] .actions .btn-group .today + a.inverse, .btn-group [datepicker-popup-wrap] .actions .clear + a.inverse, [datepicker-popup-wrap] .actions .btn-group .clear + a.inverse, .btn-group .report-header .cancel + a.inverse, .report-header .btn-group .cancel + a.inverse,
.btn-group .btn + button.inverse,
.btn-group a.submit + button.inverse,
.btn-group button.submit + button.inverse,
.btn-group a.cancel + button.inverse,
.btn-group button.cancel + button.inverse,
.btn-group a.inverse + button.inverse,
.btn-group button.inverse + button.inverse,
.btn-group a.warning + button.inverse,
.btn-group button.warning + button.inverse,
.btn-group .colorpicker.dropdown .close-colorpicker + button.inverse, .colorpicker.dropdown .btn-group .close-colorpicker + button.inverse,
.btn-group .text-editor .text-editor-actions button + button.inverse, .text-editor .text-editor-actions .btn-group button + button.inverse,
.btn-group [datepicker-popup-wrap] .actions .today + button.inverse, [datepicker-popup-wrap] .actions .btn-group .today + button.inverse,
.btn-group [datepicker-popup-wrap] .actions .clear + button.inverse, [datepicker-popup-wrap] .actions .btn-group .clear + button.inverse,
.btn-group .report-header .cancel + button.inverse, .report-header .btn-group .cancel + button.inverse, .btn-group .btn + a.warning, .btn-group a.submit + a.warning, .btn-group button.submit + a.warning, .btn-group a.cancel + a.warning, .btn-group button.cancel + a.warning, .btn-group a.inverse + a.warning, .btn-group button.inverse + a.warning, .btn-group a.warning + a.warning, .btn-group button.warning + a.warning, .btn-group .colorpicker.dropdown .close-colorpicker + a.warning, .colorpicker.dropdown .btn-group .close-colorpicker + a.warning, .btn-group .text-editor .text-editor-actions button + a.warning, .text-editor .text-editor-actions .btn-group button + a.warning, .btn-group [datepicker-popup-wrap] .actions .today + a.warning, [datepicker-popup-wrap] .actions .btn-group .today + a.warning, .btn-group [datepicker-popup-wrap] .actions .clear + a.warning, [datepicker-popup-wrap] .actions .btn-group .clear + a.warning, .btn-group .report-header .cancel + a.warning, .report-header .btn-group .cancel + a.warning,
.btn-group .btn + button.warning,
.btn-group a.submit + button.warning,
.btn-group button.submit + button.warning,
.btn-group a.cancel + button.warning,
.btn-group button.cancel + button.warning,
.btn-group a.inverse + button.warning,
.btn-group button.inverse + button.warning,
.btn-group a.warning + button.warning,
.btn-group button.warning + button.warning,
.btn-group .colorpicker.dropdown .close-colorpicker + button.warning, .colorpicker.dropdown .btn-group .close-colorpicker + button.warning,
.btn-group .text-editor .text-editor-actions button + button.warning, .text-editor .text-editor-actions .btn-group button + button.warning,
.btn-group [datepicker-popup-wrap] .actions .today + button.warning, [datepicker-popup-wrap] .actions .btn-group .today + button.warning,
.btn-group [datepicker-popup-wrap] .actions .clear + button.warning, [datepicker-popup-wrap] .actions .btn-group .clear + button.warning,
.btn-group .report-header .cancel + button.warning, .report-header .btn-group .cancel + button.warning, .btn-group .colorpicker.dropdown .btn + .close-colorpicker, .colorpicker.dropdown .btn-group .btn + .close-colorpicker, .btn-group .colorpicker.dropdown a.submit + .close-colorpicker, .colorpicker.dropdown .btn-group a.submit + .close-colorpicker, .btn-group .colorpicker.dropdown button.submit + .close-colorpicker, .colorpicker.dropdown .btn-group button.submit + .close-colorpicker, .btn-group .colorpicker.dropdown a.cancel + .close-colorpicker, .colorpicker.dropdown .btn-group a.cancel + .close-colorpicker, .btn-group .colorpicker.dropdown button.cancel + .close-colorpicker, .colorpicker.dropdown .btn-group button.cancel + .close-colorpicker, .btn-group .colorpicker.dropdown a.inverse + .close-colorpicker, .colorpicker.dropdown .btn-group a.inverse + .close-colorpicker, .btn-group .colorpicker.dropdown button.inverse + .close-colorpicker, .colorpicker.dropdown .btn-group button.inverse + .close-colorpicker, .btn-group .colorpicker.dropdown a.warning + .close-colorpicker, .colorpicker.dropdown .btn-group a.warning + .close-colorpicker, .btn-group .colorpicker.dropdown button.warning + .close-colorpicker, .colorpicker.dropdown .btn-group button.warning + .close-colorpicker, .btn-group .colorpicker.dropdown .close-colorpicker + .close-colorpicker, .colorpicker.dropdown .btn-group .close-colorpicker + .close-colorpicker, .btn-group .text-editor .text-editor-actions .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .btn-group .text-editor .text-editor-actions button + .close-colorpicker, .text-editor .text-editor-actions .btn-group .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .text-editor .text-editor-actions .btn-group button + .close-colorpicker, .btn-group [datepicker-popup-wrap] .actions .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown .btn-group [datepicker-popup-wrap] .actions .today + .close-colorpicker, [datepicker-popup-wrap] .actions .btn-group .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group .today + .close-colorpicker, .btn-group [datepicker-popup-wrap] .actions .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown .btn-group [datepicker-popup-wrap] .actions .clear + .close-colorpicker, [datepicker-popup-wrap] .actions .btn-group .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group .clear + .close-colorpicker, .btn-group .report-header .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .btn-group .report-header .cancel + .close-colorpicker, .report-header .btn-group .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .report-header .btn-group .cancel + .close-colorpicker, .btn-group .text-editor .text-editor-actions .btn + button, .text-editor .text-editor-actions .btn-group .btn + button, .btn-group .text-editor .text-editor-actions a.submit + button, .text-editor .text-editor-actions .btn-group a.submit + button, .btn-group .text-editor .text-editor-actions button.submit + button, .text-editor .text-editor-actions .btn-group button.submit + button, .btn-group .text-editor .text-editor-actions a.cancel + button, .text-editor .text-editor-actions .btn-group a.cancel + button, .btn-group .text-editor .text-editor-actions button.cancel + button, .text-editor .text-editor-actions .btn-group button.cancel + button, .btn-group .text-editor .text-editor-actions a.inverse + button, .text-editor .text-editor-actions .btn-group a.inverse + button, .btn-group .text-editor .text-editor-actions button.inverse + button, .text-editor .text-editor-actions .btn-group button.inverse + button, .btn-group .text-editor .text-editor-actions a.warning + button, .text-editor .text-editor-actions .btn-group a.warning + button, .btn-group .text-editor .text-editor-actions button.warning + button, .text-editor .text-editor-actions .btn-group button.warning + button, .btn-group .colorpicker.dropdown .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .btn-group .colorpicker.dropdown .close-colorpicker + button, .colorpicker.dropdown .btn-group .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .colorpicker.dropdown .btn-group .close-colorpicker + button, .btn-group .text-editor .text-editor-actions button + button, .text-editor .text-editor-actions .btn-group button + button, .btn-group [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions .btn-group [datepicker-popup-wrap] .actions .today + button, [datepicker-popup-wrap] .actions .btn-group .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group .today + button, .btn-group [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions .btn-group [datepicker-popup-wrap] .actions .clear + button, [datepicker-popup-wrap] .actions .btn-group .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group .clear + button, .btn-group .report-header .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .btn-group .report-header .cancel + button, .report-header .btn-group .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .report-header .btn-group .cancel + button, .btn-group [datepicker-popup-wrap] .actions .btn + .today, [datepicker-popup-wrap] .actions .btn-group .btn + .today, .btn-group [datepicker-popup-wrap] .actions a.submit + .today, [datepicker-popup-wrap] .actions .btn-group a.submit + .today, .btn-group [datepicker-popup-wrap] .actions button.submit + .today, [datepicker-popup-wrap] .actions .btn-group button.submit + .today, .btn-group [datepicker-popup-wrap] .actions a.cancel + .today, [datepicker-popup-wrap] .actions .btn-group a.cancel + .today, .btn-group [datepicker-popup-wrap] .actions button.cancel + .today, [datepicker-popup-wrap] .actions .btn-group button.cancel + .today, .btn-group [datepicker-popup-wrap] .actions a.inverse + .today, [datepicker-popup-wrap] .actions .btn-group a.inverse + .today, .btn-group [datepicker-popup-wrap] .actions button.inverse + .today, [datepicker-popup-wrap] .actions .btn-group button.inverse + .today, .btn-group [datepicker-popup-wrap] .actions a.warning + .today, [datepicker-popup-wrap] .actions .btn-group a.warning + .today, .btn-group [datepicker-popup-wrap] .actions button.warning + .today, [datepicker-popup-wrap] .actions .btn-group button.warning + .today, .btn-group .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .btn-group .colorpicker.dropdown .close-colorpicker + .today, .colorpicker.dropdown .btn-group [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group .close-colorpicker + .today, .btn-group .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .btn-group .text-editor .text-editor-actions button + .today, .text-editor .text-editor-actions .btn-group [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group button + .today, .btn-group [datepicker-popup-wrap] .actions .today + .today, [datepicker-popup-wrap] .actions .btn-group .today + .today, .btn-group [datepicker-popup-wrap] .actions .clear + .today, [datepicker-popup-wrap] .actions .btn-group .clear + .today, .btn-group .report-header [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .btn-group .report-header .cancel + .today, .report-header .btn-group [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .report-header .btn-group .cancel + .today, .btn-group [datepicker-popup-wrap] .actions .btn + .clear, [datepicker-popup-wrap] .actions .btn-group .btn + .clear, .btn-group [datepicker-popup-wrap] .actions a.submit + .clear, [datepicker-popup-wrap] .actions .btn-group a.submit + .clear, .btn-group [datepicker-popup-wrap] .actions button.submit + .clear, [datepicker-popup-wrap] .actions .btn-group button.submit + .clear, .btn-group [datepicker-popup-wrap] .actions a.cancel + .clear, [datepicker-popup-wrap] .actions .btn-group a.cancel + .clear, .btn-group [datepicker-popup-wrap] .actions button.cancel + .clear, [datepicker-popup-wrap] .actions .btn-group button.cancel + .clear, .btn-group [datepicker-popup-wrap] .actions a.inverse + .clear, [datepicker-popup-wrap] .actions .btn-group a.inverse + .clear, .btn-group [datepicker-popup-wrap] .actions button.inverse + .clear, [datepicker-popup-wrap] .actions .btn-group button.inverse + .clear, .btn-group [datepicker-popup-wrap] .actions a.warning + .clear, [datepicker-popup-wrap] .actions .btn-group a.warning + .clear, .btn-group [datepicker-popup-wrap] .actions button.warning + .clear, [datepicker-popup-wrap] .actions .btn-group button.warning + .clear, .btn-group .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .btn-group .colorpicker.dropdown .close-colorpicker + .clear, .colorpicker.dropdown .btn-group [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group .close-colorpicker + .clear, .btn-group .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .btn-group .text-editor .text-editor-actions button + .clear, .text-editor .text-editor-actions .btn-group [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group button + .clear, .btn-group [datepicker-popup-wrap] .actions .today + .clear, [datepicker-popup-wrap] .actions .btn-group .today + .clear, .btn-group [datepicker-popup-wrap] .actions .clear + .clear, [datepicker-popup-wrap] .actions .btn-group .clear + .clear, .btn-group .report-header [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .btn-group .report-header .cancel + .clear, .report-header .btn-group [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .report-header .btn-group .cancel + .clear, .btn-group .report-header .btn + .cancel, .report-header .btn-group .btn + .cancel, .btn-group .report-header a.submit + .cancel, .report-header .btn-group a.submit + .cancel, .btn-group .report-header button.submit + .cancel, .report-header .btn-group button.submit + .cancel, .btn-group .report-header a.cancel + .cancel, .report-header .btn-group a.cancel + .cancel, .btn-group .report-header button.cancel + .cancel, .report-header .btn-group button.cancel + .cancel, .btn-group .report-header a.inverse + .cancel, .report-header .btn-group a.inverse + .cancel, .btn-group .report-header button.inverse + .cancel, .report-header .btn-group button.inverse + .cancel, .btn-group .report-header a.warning + .cancel, .report-header .btn-group a.warning + .cancel, .btn-group .report-header button.warning + .cancel, .report-header .btn-group button.warning + .cancel, .btn-group .colorpicker.dropdown .report-header .close-colorpicker + .cancel, .report-header .btn-group .colorpicker.dropdown .close-colorpicker + .cancel, .colorpicker.dropdown .btn-group .report-header .close-colorpicker + .cancel, .report-header .colorpicker.dropdown .btn-group .close-colorpicker + .cancel, .btn-group .text-editor .text-editor-actions .report-header button + .cancel, .report-header .btn-group .text-editor .text-editor-actions button + .cancel, .text-editor .text-editor-actions .btn-group .report-header button + .cancel, .report-header .text-editor .text-editor-actions .btn-group button + .cancel, .btn-group [datepicker-popup-wrap] .actions .report-header .today + .cancel, .report-header .btn-group [datepicker-popup-wrap] .actions .today + .cancel, [datepicker-popup-wrap] .actions .btn-group .report-header .today + .cancel, .report-header [datepicker-popup-wrap] .actions .btn-group .today + .cancel, .btn-group [datepicker-popup-wrap] .actions .report-header .clear + .cancel, .report-header .btn-group [datepicker-popup-wrap] .actions .clear + .cancel, [datepicker-popup-wrap] .actions .btn-group .report-header .clear + .cancel, .report-header [datepicker-popup-wrap] .actions .btn-group .clear + .cancel, .btn-group .report-header .cancel + .cancel, .report-header .btn-group .cancel + .cancel,
.btn-group .btn + .btn-group,
.btn-group a.submit + .btn-group,
.btn-group button.submit + .btn-group,
.btn-group a.cancel + .btn-group,
.btn-group button.cancel + .btn-group,
.btn-group a.inverse + .btn-group,
.btn-group button.inverse + .btn-group,
.btn-group a.warning + .btn-group,
.btn-group button.warning + .btn-group,
.btn-group .colorpicker.dropdown .close-colorpicker + .btn-group,
.colorpicker.dropdown .btn-group .close-colorpicker + .btn-group,
.btn-group .text-editor .text-editor-actions button + .btn-group,
.text-editor .text-editor-actions .btn-group button + .btn-group,
.btn-group [datepicker-popup-wrap] .actions .today + .btn-group,
[datepicker-popup-wrap] .actions .btn-group .today + .btn-group,
.btn-group [datepicker-popup-wrap] .actions .clear + .btn-group,
[datepicker-popup-wrap] .actions .btn-group .clear + .btn-group,
.btn-group .report-header .cancel + .btn-group,
.report-header .btn-group .cancel + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + a.submit,
.btn-group .btn-group + button.submit,
.btn-group .btn-group + a.cancel,
.btn-group .btn-group + button.cancel,
.btn-group .btn-group + a.inverse,
.btn-group .btn-group + button.inverse,
.btn-group .btn-group + a.warning,
.btn-group .btn-group + button.warning,
.btn-group .colorpicker.dropdown .btn-group + .close-colorpicker,
.colorpicker.dropdown .btn-group .btn-group + .close-colorpicker,
.btn-group .text-editor .text-editor-actions .btn-group + button,
.text-editor .text-editor-actions .btn-group .btn-group + button,
.btn-group [datepicker-popup-wrap] .actions .btn-group + .today,
[datepicker-popup-wrap] .actions .btn-group .btn-group + .today,
.btn-group [datepicker-popup-wrap] .actions .btn-group + .clear,
[datepicker-popup-wrap] .actions .btn-group .btn-group + .clear,
.btn-group .report-header .btn-group + .cancel,
.report-header .btn-group .btn-group + .cancel,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar, .report-header .actions {
  margin-left: -5px; }
  .btn-toolbar:before, .report-header .actions:before, .btn-toolbar:after, .report-header .actions:after {
    content: " ";
    display: table; }
  .btn-toolbar:after, .report-header .actions:after {
    clear: both; }
  .btn-toolbar .btn, .report-header .actions .btn, .btn-toolbar a.submit, .report-header .actions a.submit,
  .btn-toolbar button.submit,
  .report-header .actions button.submit, .btn-toolbar a.cancel,
  .btn-toolbar button.cancel, .btn-toolbar a.inverse, .report-header .actions a.inverse,
  .btn-toolbar button.inverse,
  .report-header .actions button.inverse, .btn-toolbar a.warning, .report-header .actions a.warning,
  .btn-toolbar button.warning,
  .report-header .actions button.warning, .btn-toolbar .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .btn-toolbar .close-colorpicker, .report-header .actions .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .report-header .actions .close-colorpicker, .btn-toolbar .text-editor .text-editor-actions button, .text-editor .text-editor-actions .btn-toolbar button, .report-header .actions .text-editor .text-editor-actions button, .text-editor .text-editor-actions .report-header .actions button, .btn-toolbar [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .btn-toolbar .today, .report-header [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .report-header .actions .today, .btn-toolbar [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .btn-toolbar .clear, .report-header [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .report-header .actions .clear, .btn-toolbar .report-header .cancel, .report-header .btn-toolbar .cancel, .report-header .actions .cancel,
  .btn-toolbar .btn-group,
  .report-header .actions .btn-group,
  .btn-toolbar .input-group,
  .report-header .actions .input-group {
    float: left; }
  .btn-toolbar > .btn, .report-header .actions > .btn, .btn-toolbar > a.submit, .report-header .actions > a.submit,
  .btn-toolbar > button.submit,
  .report-header .actions > button.submit, .btn-toolbar > a.cancel,
  .btn-toolbar > button.cancel, .btn-toolbar > a.inverse, .report-header .actions > a.inverse,
  .btn-toolbar > button.inverse,
  .report-header .actions > button.inverse, .btn-toolbar > a.warning, .report-header .actions > a.warning,
  .btn-toolbar > button.warning,
  .report-header .actions > button.warning, .colorpicker.dropdown .btn-toolbar > .close-colorpicker, .report-header .colorpicker.dropdown .actions > .close-colorpicker, .colorpicker.dropdown .report-header .actions > .close-colorpicker, .text-editor .text-editor-actions .btn-toolbar > button, .report-header .text-editor .text-editor-actions .actions > button, .text-editor .text-editor-actions .report-header .actions > button, [datepicker-popup-wrap] .actions .btn-toolbar > .today, .report-header [datepicker-popup-wrap] .actions > .today, [datepicker-popup-wrap] .report-header .actions > .today, [datepicker-popup-wrap] .actions .btn-toolbar > .clear, .report-header [datepicker-popup-wrap] .actions > .clear, [datepicker-popup-wrap] .report-header .actions > .clear, .report-header .btn-toolbar > .cancel, .report-header .actions > .cancel,
  .btn-toolbar > .btn-group,
  .report-header .actions > .btn-group,
  .btn-toolbar > .input-group,
  .report-header .actions > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.submit:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button.submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.cancel:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button.cancel:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.inverse:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button.inverse:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.warning:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button.warning:not(:first-child):not(:last-child):not(.dropdown-toggle), .colorpicker.dropdown .btn-group > .close-colorpicker:not(:first-child):not(:last-child):not(.dropdown-toggle), .text-editor .text-editor-actions .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .today:not(:first-child):not(:last-child):not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .clear:not(:first-child):not(:last-child):not(.dropdown-toggle), .report-header .btn-group > .cancel:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > a.submit:first-child,
.btn-group > button.submit:first-child, .btn-group > a.cancel:first-child,
.btn-group > button.cancel:first-child, .btn-group > a.inverse:first-child,
.btn-group > button.inverse:first-child, .btn-group > a.warning:first-child,
.btn-group > button.warning:first-child, .colorpicker.dropdown .btn-group > .close-colorpicker:first-child, .text-editor .text-editor-actions .btn-group > button:first-child, [datepicker-popup-wrap] .actions .btn-group > .today:first-child, [datepicker-popup-wrap] .actions .btn-group > .clear:first-child, .report-header .btn-group > .cancel:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > a.submit:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > button.submit:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > a.cancel:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > button.cancel:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > a.inverse:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > button.inverse:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > a.warning:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > button.warning:first-child:not(:last-child):not(.dropdown-toggle), .colorpicker.dropdown .btn-group > .close-colorpicker:first-child:not(:last-child):not(.dropdown-toggle), .text-editor .text-editor-actions .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .today:first-child:not(:last-child):not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .clear:first-child:not(:last-child):not(.dropdown-toggle), .report-header .btn-group > .cancel:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > a.submit:last-child:not(:first-child),
.btn-group > button.submit:last-child:not(:first-child), .btn-group > a.cancel:last-child:not(:first-child),
.btn-group > button.cancel:last-child:not(:first-child), .btn-group > a.inverse:last-child:not(:first-child),
.btn-group > button.inverse:last-child:not(:first-child), .btn-group > a.warning:last-child:not(:first-child),
.btn-group > button.warning:last-child:not(:first-child), .colorpicker.dropdown .btn-group > .close-colorpicker:last-child:not(:first-child), .text-editor .text-editor-actions .btn-group > button:last-child:not(:first-child), [datepicker-popup-wrap] .actions .btn-group > .today:last-child:not(:first-child), [datepicker-popup-wrap] .actions .btn-group > .clear:last-child:not(:first-child), .report-header .btn-group > .cancel:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > a.submit,
.btn-group > .btn-group:not(:first-child):not(:last-child) > button.submit, .btn-group > .btn-group:not(:first-child):not(:last-child) > a.cancel,
.btn-group > .btn-group:not(:first-child):not(:last-child) > button.cancel, .btn-group > .btn-group:not(:first-child):not(:last-child) > a.inverse,
.btn-group > .btn-group:not(:first-child):not(:last-child) > button.inverse, .btn-group > .btn-group:not(:first-child):not(:last-child) > a.warning,
.btn-group > .btn-group:not(:first-child):not(:last-child) > button.warning, .colorpicker.dropdown .btn-group > .btn-group:not(:first-child):not(:last-child) > .close-colorpicker, .text-editor .text-editor-actions .btn-group > .btn-group:not(:first-child):not(:last-child) > button, [datepicker-popup-wrap] .actions .btn-group > .btn-group:not(:first-child):not(:last-child) > .today, [datepicker-popup-wrap] .actions .btn-group > .btn-group:not(:first-child):not(:last-child) > .clear, .report-header .btn-group > .btn-group:not(:first-child):not(:last-child) > .cancel {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > a.submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > button.submit:last-child, .btn-group > .btn-group:first-child:not(:last-child) > a.cancel:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > button.cancel:last-child, .btn-group > .btn-group:first-child:not(:last-child) > a.inverse:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > button.inverse:last-child, .btn-group > .btn-group:first-child:not(:last-child) > a.warning:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > button.warning:last-child, .colorpicker.dropdown .btn-group > .btn-group:first-child:not(:last-child) > .close-colorpicker:last-child, .text-editor .text-editor-actions .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, [datepicker-popup-wrap] .actions .btn-group > .btn-group:first-child:not(:last-child) > .today:last-child, [datepicker-popup-wrap] .actions .btn-group > .btn-group:first-child:not(:last-child) > .clear:last-child, .report-header .btn-group > .btn-group:first-child:not(:last-child) > .cancel:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > a.submit:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > button.submit:first-child, .btn-group > .btn-group:last-child:not(:first-child) > a.cancel:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > button.cancel:first-child, .btn-group > .btn-group:last-child:not(:first-child) > a.inverse:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > button.inverse:first-child, .btn-group > .btn-group:last-child:not(:first-child) > a.warning:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > button.warning:first-child, .colorpicker.dropdown .btn-group > .btn-group:last-child:not(:first-child) > .close-colorpicker:first-child, .text-editor .text-editor-actions .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, [datepicker-popup-wrap] .actions .btn-group > .btn-group:last-child:not(:first-child) > .today:first-child, [datepicker-popup-wrap] .actions .btn-group > .btn-group:last-child:not(:first-child) > .clear:first-child, .report-header .btn-group > .btn-group:last-child:not(:first-child) > .cancel:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > a.submit + .dropdown-toggle, .btn-group > button.submit + .dropdown-toggle, .btn-group > a.cancel + .dropdown-toggle, .btn-group > button.cancel + .dropdown-toggle, .btn-group > a.inverse + .dropdown-toggle, .btn-group > button.inverse + .dropdown-toggle, .btn-group > a.warning + .dropdown-toggle, .btn-group > button.warning + .dropdown-toggle, .colorpicker.dropdown .btn-group > .close-colorpicker + .dropdown-toggle, .text-editor .text-editor-actions .btn-group > button + .dropdown-toggle, [datepicker-popup-wrap] .actions .btn-group > .today + .dropdown-toggle, [datepicker-popup-wrap] .actions .btn-group > .clear + .dropdown-toggle, .report-header .btn-group > .cancel + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > a.submit + .dropdown-toggle, .btn-group-lg.btn-group > button.submit + .dropdown-toggle, .btn-group-lg.btn-group > a.cancel + .dropdown-toggle, .btn-group-lg.btn-group > button.cancel + .dropdown-toggle, .btn-group-lg.btn-group > a.inverse + .dropdown-toggle, .btn-group-lg.btn-group > button.inverse + .dropdown-toggle, .btn-group-lg.btn-group > a.warning + .dropdown-toggle, .btn-group-lg.btn-group > button.warning + .dropdown-toggle, .colorpicker.dropdown .btn-group-lg.btn-group > .close-colorpicker + .dropdown-toggle, .text-editor .text-editor-actions .btn-group-lg.btn-group > button + .dropdown-toggle, [datepicker-popup-wrap] .actions .btn-group-lg.btn-group > .today + .dropdown-toggle, [datepicker-popup-wrap] .actions .btn-group-lg.btn-group > .clear + .dropdown-toggle, .report-header .btn-group-lg.btn-group > .cancel + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link, .btn-group.open .text-editor .text-editor-actions button.dropdown-toggle, .text-editor .text-editor-actions .btn-group.open button.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, a.submit .caret, button.submit .caret, a.cancel .caret, button.cancel .caret, a.inverse .caret, button.inverse .caret, a.warning .caret, button.warning .caret, .colorpicker.dropdown .close-colorpicker .caret, .text-editor .text-editor-actions button .caret, [datepicker-popup-wrap] .actions .today .caret, [datepicker-popup-wrap] .actions .clear .caret, .report-header .cancel .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > a.submit .caret, .btn-group-lg > button.submit .caret, .btn-group-lg > a.cancel .caret, .btn-group-lg > button.cancel .caret, .btn-group-lg > a.inverse .caret, .btn-group-lg > button.inverse .caret, .btn-group-lg > a.warning .caret, .btn-group-lg > button.warning .caret, .colorpicker.dropdown .btn-group-lg > .close-colorpicker .caret, .text-editor .text-editor-actions .btn-group-lg > button .caret, [datepicker-popup-wrap] .actions .btn-group-lg > .today .caret, [datepicker-popup-wrap] .actions .btn-group-lg > .clear .caret, .report-header .btn-group-lg > .cancel .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > a.submit .caret, .dropup .btn-group-lg > button.submit .caret, .dropup .btn-group-lg > a.cancel .caret, .dropup .btn-group-lg > button.cancel .caret, .dropup .btn-group-lg > a.inverse .caret, .dropup .btn-group-lg > button.inverse .caret, .dropup .btn-group-lg > a.warning .caret, .dropup .btn-group-lg > button.warning .caret, .dropup .colorpicker.dropdown .btn-group-lg > .close-colorpicker .caret, .colorpicker.dropdown .dropup .btn-group-lg > .close-colorpicker .caret, .dropup .text-editor .text-editor-actions .btn-group-lg > button .caret, .text-editor .text-editor-actions .dropup .btn-group-lg > button .caret, .dropup [datepicker-popup-wrap] .actions .btn-group-lg > .today .caret, [datepicker-popup-wrap] .actions .dropup .btn-group-lg > .today .caret, .dropup [datepicker-popup-wrap] .actions .btn-group-lg > .clear .caret, [datepicker-popup-wrap] .actions .dropup .btn-group-lg > .clear .caret, .dropup .report-header .btn-group-lg > .cancel .caret, .report-header .dropup .btn-group-lg > .cancel .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.btn-group-vertical > a.submit,
.btn-group-vertical > button.submit,
.btn-group-vertical > a.cancel,
.btn-group-vertical > button.cancel,
.btn-group-vertical > a.inverse,
.btn-group-vertical > button.inverse,
.btn-group-vertical > a.warning,
.btn-group-vertical > button.warning,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker,
.text-editor .text-editor-actions .btn-group-vertical > button,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear,
.report-header .btn-group-vertical > .cancel,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > a.submit,
.btn-group-vertical > .btn-group > button.submit,
.btn-group-vertical > .btn-group > a.cancel,
.btn-group-vertical > .btn-group > button.cancel,
.btn-group-vertical > .btn-group > a.inverse,
.btn-group-vertical > .btn-group > button.inverse,
.btn-group-vertical > .btn-group > a.warning,
.btn-group-vertical > .btn-group > button.warning,
.colorpicker.dropdown .btn-group-vertical > .btn-group > .close-colorpicker,
.text-editor .text-editor-actions .btn-group-vertical > .btn-group > button,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group > .today,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group > .clear,
.report-header .btn-group-vertical > .btn-group > .cancel {
  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 > .btn,
.btn-group-vertical > .btn-group > a.submit,
.btn-group-vertical > .btn-group > button.submit,
.btn-group-vertical > .btn-group > a.cancel,
.btn-group-vertical > .btn-group > button.cancel,
.btn-group-vertical > .btn-group > a.inverse,
.btn-group-vertical > .btn-group > button.inverse,
.btn-group-vertical > .btn-group > a.warning,
.btn-group-vertical > .btn-group > button.warning,
.colorpicker.dropdown .btn-group-vertical > .btn-group > .close-colorpicker,
.text-editor .text-editor-actions .btn-group-vertical > .btn-group > button,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group > .today,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group > .clear,
.report-header .btn-group-vertical > .btn-group > .cancel {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > a.submit + .btn, .btn-group-vertical > button.submit + .btn, .btn-group-vertical > a.cancel + .btn, .btn-group-vertical > button.cancel + .btn, .btn-group-vertical > a.inverse + .btn, .btn-group-vertical > button.inverse + .btn, .btn-group-vertical > a.warning + .btn, .btn-group-vertical > button.warning + .btn, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .btn, .text-editor .text-editor-actions .btn-group-vertical > button + .btn, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + .btn, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .btn, .report-header .btn-group-vertical > .cancel + .btn, .btn-group-vertical > .btn + a.submit, .btn-group-vertical > a.submit + a.submit, .btn-group-vertical > button.submit + a.submit, .btn-group-vertical > a.cancel + a.submit, .btn-group-vertical > button.cancel + a.submit, .btn-group-vertical > a.inverse + a.submit, .btn-group-vertical > button.inverse + a.submit, .btn-group-vertical > a.warning + a.submit, .btn-group-vertical > button.warning + a.submit, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + a.submit, .text-editor .text-editor-actions .btn-group-vertical > button + a.submit, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + a.submit, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + a.submit, .report-header .btn-group-vertical > .cancel + a.submit,
.btn-group-vertical > .btn + button.submit,
.btn-group-vertical > a.submit + button.submit,
.btn-group-vertical > button.submit + button.submit,
.btn-group-vertical > a.cancel + button.submit,
.btn-group-vertical > button.cancel + button.submit,
.btn-group-vertical > a.inverse + button.submit,
.btn-group-vertical > button.inverse + button.submit,
.btn-group-vertical > a.warning + button.submit,
.btn-group-vertical > button.warning + button.submit,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker + button.submit,
.text-editor .text-editor-actions .btn-group-vertical > button + button.submit,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today + button.submit,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear + button.submit,
.report-header .btn-group-vertical > .cancel + button.submit, .btn-group-vertical > .btn + a.cancel, .btn-group-vertical > a.submit + a.cancel, .btn-group-vertical > button.submit + a.cancel, .btn-group-vertical > a.cancel + a.cancel, .btn-group-vertical > button.cancel + a.cancel, .btn-group-vertical > a.inverse + a.cancel, .btn-group-vertical > button.inverse + a.cancel, .btn-group-vertical > a.warning + a.cancel, .btn-group-vertical > button.warning + a.cancel, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + a.cancel, .text-editor .text-editor-actions .btn-group-vertical > button + a.cancel, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + a.cancel, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + a.cancel, .report-header .btn-group-vertical > .cancel + a.cancel,
.btn-group-vertical > .btn + button.cancel,
.btn-group-vertical > a.submit + button.cancel,
.btn-group-vertical > button.submit + button.cancel,
.btn-group-vertical > a.cancel + button.cancel,
.btn-group-vertical > button.cancel + button.cancel,
.btn-group-vertical > a.inverse + button.cancel,
.btn-group-vertical > button.inverse + button.cancel,
.btn-group-vertical > a.warning + button.cancel,
.btn-group-vertical > button.warning + button.cancel,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker + button.cancel,
.text-editor .text-editor-actions .btn-group-vertical > button + button.cancel,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today + button.cancel,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear + button.cancel,
.report-header .btn-group-vertical > .cancel + button.cancel, .btn-group-vertical > .btn + a.inverse, .btn-group-vertical > a.submit + a.inverse, .btn-group-vertical > button.submit + a.inverse, .btn-group-vertical > a.cancel + a.inverse, .btn-group-vertical > button.cancel + a.inverse, .btn-group-vertical > a.inverse + a.inverse, .btn-group-vertical > button.inverse + a.inverse, .btn-group-vertical > a.warning + a.inverse, .btn-group-vertical > button.warning + a.inverse, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + a.inverse, .text-editor .text-editor-actions .btn-group-vertical > button + a.inverse, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + a.inverse, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + a.inverse, .report-header .btn-group-vertical > .cancel + a.inverse,
.btn-group-vertical > .btn + button.inverse,
.btn-group-vertical > a.submit + button.inverse,
.btn-group-vertical > button.submit + button.inverse,
.btn-group-vertical > a.cancel + button.inverse,
.btn-group-vertical > button.cancel + button.inverse,
.btn-group-vertical > a.inverse + button.inverse,
.btn-group-vertical > button.inverse + button.inverse,
.btn-group-vertical > a.warning + button.inverse,
.btn-group-vertical > button.warning + button.inverse,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker + button.inverse,
.text-editor .text-editor-actions .btn-group-vertical > button + button.inverse,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today + button.inverse,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear + button.inverse,
.report-header .btn-group-vertical > .cancel + button.inverse, .btn-group-vertical > .btn + a.warning, .btn-group-vertical > a.submit + a.warning, .btn-group-vertical > button.submit + a.warning, .btn-group-vertical > a.cancel + a.warning, .btn-group-vertical > button.cancel + a.warning, .btn-group-vertical > a.inverse + a.warning, .btn-group-vertical > button.inverse + a.warning, .btn-group-vertical > a.warning + a.warning, .btn-group-vertical > button.warning + a.warning, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + a.warning, .text-editor .text-editor-actions .btn-group-vertical > button + a.warning, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + a.warning, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + a.warning, .report-header .btn-group-vertical > .cancel + a.warning,
.btn-group-vertical > .btn + button.warning,
.btn-group-vertical > a.submit + button.warning,
.btn-group-vertical > button.submit + button.warning,
.btn-group-vertical > a.cancel + button.warning,
.btn-group-vertical > button.cancel + button.warning,
.btn-group-vertical > a.inverse + button.warning,
.btn-group-vertical > button.inverse + button.warning,
.btn-group-vertical > a.warning + button.warning,
.btn-group-vertical > button.warning + button.warning,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker + button.warning,
.text-editor .text-editor-actions .btn-group-vertical > button + button.warning,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today + button.warning,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear + button.warning,
.report-header .btn-group-vertical > .cancel + button.warning, .colorpicker.dropdown .btn-group-vertical > .btn + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > a.submit + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > button.submit + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > a.cancel + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > button.cancel + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > a.inverse + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > button.inverse + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > a.warning + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > button.warning + .close-colorpicker, .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .close-colorpicker, .text-editor .text-editor-actions .colorpicker.dropdown .btn-group-vertical > button + .close-colorpicker, .colorpicker.dropdown .text-editor .text-editor-actions .btn-group-vertical > button + .close-colorpicker, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group-vertical > .today + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group-vertical > .today + .close-colorpicker, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group-vertical > .clear + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .close-colorpicker, .report-header .colorpicker.dropdown .btn-group-vertical > .cancel + .close-colorpicker, .colorpicker.dropdown .report-header .btn-group-vertical > .cancel + .close-colorpicker, .text-editor .text-editor-actions .btn-group-vertical > .btn + button, .text-editor .text-editor-actions .btn-group-vertical > a.submit + button, .text-editor .text-editor-actions .btn-group-vertical > button.submit + button, .text-editor .text-editor-actions .btn-group-vertical > a.cancel + button, .text-editor .text-editor-actions .btn-group-vertical > button.cancel + button, .text-editor .text-editor-actions .btn-group-vertical > a.inverse + button, .text-editor .text-editor-actions .btn-group-vertical > button.inverse + button, .text-editor .text-editor-actions .btn-group-vertical > a.warning + button, .text-editor .text-editor-actions .btn-group-vertical > button.warning + button, .colorpicker.dropdown .text-editor .text-editor-actions .btn-group-vertical > .close-colorpicker + button, .text-editor .text-editor-actions .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + button, .text-editor .text-editor-actions .btn-group-vertical > button + button, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group-vertical > .today + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group-vertical > .today + button, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group-vertical > .clear + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + button, .report-header .text-editor .text-editor-actions .btn-group-vertical > .cancel + button, .text-editor .text-editor-actions .report-header .btn-group-vertical > .cancel + button, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > a.submit + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > button.submit + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > a.cancel + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > button.cancel + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > a.inverse + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > button.inverse + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > a.warning + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > button.warning + .today, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group-vertical > .close-colorpicker + .today, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .today, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group-vertical > button + .today, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group-vertical > button + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .today, .report-header [datepicker-popup-wrap] .actions .btn-group-vertical > .cancel + .today, [datepicker-popup-wrap] .actions .report-header .btn-group-vertical > .cancel + .today, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > a.submit + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > button.submit + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > a.cancel + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > button.cancel + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > a.inverse + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > button.inverse + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > a.warning + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > button.warning + .clear, .colorpicker.dropdown [datepicker-popup-wrap] .actions .btn-group-vertical > .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .clear, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .btn-group-vertical > button + .clear, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .btn-group-vertical > button + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > .today + .clear, [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .clear, .report-header [datepicker-popup-wrap] .actions .btn-group-vertical > .cancel + .clear, [datepicker-popup-wrap] .actions .report-header .btn-group-vertical > .cancel + .clear, .report-header .btn-group-vertical > .btn + .cancel, .report-header .btn-group-vertical > a.submit + .cancel, .report-header .btn-group-vertical > button.submit + .cancel, .report-header .btn-group-vertical > a.cancel + .cancel, .report-header .btn-group-vertical > button.cancel + .cancel, .report-header .btn-group-vertical > a.inverse + .cancel, .report-header .btn-group-vertical > button.inverse + .cancel, .report-header .btn-group-vertical > a.warning + .cancel, .report-header .btn-group-vertical > button.warning + .cancel, .colorpicker.dropdown .report-header .btn-group-vertical > .close-colorpicker + .cancel, .report-header .colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .cancel, .text-editor .text-editor-actions .report-header .btn-group-vertical > button + .cancel, .report-header .text-editor .text-editor-actions .btn-group-vertical > button + .cancel, [datepicker-popup-wrap] .actions .report-header .btn-group-vertical > .today + .cancel, .report-header [datepicker-popup-wrap] .actions .btn-group-vertical > .today + .cancel, [datepicker-popup-wrap] .actions .report-header .btn-group-vertical > .clear + .cancel, .report-header [datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .cancel, .report-header .btn-group-vertical > .cancel + .cancel,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > a.submit + .btn-group,
.btn-group-vertical > button.submit + .btn-group,
.btn-group-vertical > a.cancel + .btn-group,
.btn-group-vertical > button.cancel + .btn-group,
.btn-group-vertical > a.inverse + .btn-group,
.btn-group-vertical > button.inverse + .btn-group,
.btn-group-vertical > a.warning + .btn-group,
.btn-group-vertical > button.warning + .btn-group,
.colorpicker.dropdown .btn-group-vertical > .close-colorpicker + .btn-group,
.text-editor .text-editor-actions .btn-group-vertical > button + .btn-group,
[datepicker-popup-wrap] .actions .btn-group-vertical > .today + .btn-group,
[datepicker-popup-wrap] .actions .btn-group-vertical > .clear + .btn-group,
.report-header .btn-group-vertical > .cancel + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + a.submit,
.btn-group-vertical > .btn-group + button.submit,
.btn-group-vertical > .btn-group + a.cancel,
.btn-group-vertical > .btn-group + button.cancel,
.btn-group-vertical > .btn-group + a.inverse,
.btn-group-vertical > .btn-group + button.inverse,
.btn-group-vertical > .btn-group + a.warning,
.btn-group-vertical > .btn-group + button.warning,
.colorpicker.dropdown .btn-group-vertical > .btn-group + .close-colorpicker,
.text-editor .text-editor-actions .btn-group-vertical > .btn-group + button,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group + .today,
[datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group + .clear,
.report-header .btn-group-vertical > .btn-group + .cancel,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > a.submit:not(:first-child):not(:last-child),
.btn-group-vertical > button.submit:not(:first-child):not(:last-child), .btn-group-vertical > a.cancel:not(:first-child):not(:last-child),
.btn-group-vertical > button.cancel:not(:first-child):not(:last-child), .btn-group-vertical > a.inverse:not(:first-child):not(:last-child),
.btn-group-vertical > button.inverse:not(:first-child):not(:last-child), .btn-group-vertical > a.warning:not(:first-child):not(:last-child),
.btn-group-vertical > button.warning:not(:first-child):not(:last-child), .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:not(:first-child):not(:last-child), .text-editor .text-editor-actions .btn-group-vertical > button:not(:first-child):not(:last-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .today:not(:first-child):not(:last-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:not(:first-child):not(:last-child), .report-header .btn-group-vertical > .cancel:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > a.submit:first-child:not(:last-child),
.btn-group-vertical > button.submit:first-child:not(:last-child), .btn-group-vertical > a.cancel:first-child:not(:last-child),
.btn-group-vertical > button.cancel:first-child:not(:last-child), .btn-group-vertical > a.inverse:first-child:not(:last-child),
.btn-group-vertical > button.inverse:first-child:not(:last-child), .btn-group-vertical > a.warning:first-child:not(:last-child),
.btn-group-vertical > button.warning:first-child:not(:last-child), .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:first-child:not(:last-child), .text-editor .text-editor-actions .btn-group-vertical > button:first-child:not(:last-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .today:first-child:not(:last-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:first-child:not(:last-child), .report-header .btn-group-vertical > .cancel:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > a.submit:last-child:not(:first-child),
.btn-group-vertical > button.submit:last-child:not(:first-child), .btn-group-vertical > a.cancel:last-child:not(:first-child),
.btn-group-vertical > button.cancel:last-child:not(:first-child), .btn-group-vertical > a.inverse:last-child:not(:first-child),
.btn-group-vertical > button.inverse:last-child:not(:first-child), .btn-group-vertical > a.warning:last-child:not(:first-child),
.btn-group-vertical > button.warning:last-child:not(:first-child), .colorpicker.dropdown .btn-group-vertical > .close-colorpicker:last-child:not(:first-child), .text-editor .text-editor-actions .btn-group-vertical > button:last-child:not(:first-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .today:last-child:not(:first-child), [datepicker-popup-wrap] .actions .btn-group-vertical > .clear:last-child:not(:first-child), .report-header .btn-group-vertical > .cancel:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.submit,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.submit, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.cancel,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.cancel, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.inverse,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.inverse, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.warning,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.warning, .colorpicker.dropdown .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .close-colorpicker, .text-editor .text-editor-actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .today, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .clear, .report-header .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cancel {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button.submit:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.cancel:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button.cancel:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.inverse:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button.inverse:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.warning:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button.warning:last-child, .colorpicker.dropdown .btn-group-vertical > .btn-group:first-child:not(:last-child) > .close-colorpicker:last-child, .text-editor .text-editor-actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > .today:last-child, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > .clear:last-child, .report-header .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cancel:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.submit:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button.submit:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.cancel:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button.cancel:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.inverse:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button.inverse:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.warning:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button.warning:first-child, .colorpicker.dropdown .btn-group-vertical > .btn-group:last-child:not(:first-child) > .close-colorpicker:first-child, .text-editor .text-editor-actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > .today:first-child, [datepicker-popup-wrap] .actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > .clear:first-child, .report-header .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cancel:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > a.submit,
  .btn-group-justified > button.submit, .btn-group-justified > a.cancel,
  .btn-group-justified > button.cancel, .btn-group-justified > a.inverse,
  .btn-group-justified > button.inverse, .btn-group-justified > a.warning,
  .btn-group-justified > button.warning, .colorpicker.dropdown .btn-group-justified > .close-colorpicker, .text-editor .text-editor-actions .btn-group-justified > button, [datepicker-popup-wrap] .actions .btn-group-justified > .today, [datepicker-popup-wrap] .actions .btn-group-justified > .clear, .report-header .btn-group-justified > .cancel,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group a.submit,
  .btn-group-justified > .btn-group button.submit, .btn-group-justified > .btn-group a.cancel,
  .btn-group-justified > .btn-group button.cancel, .btn-group-justified > .btn-group a.inverse,
  .btn-group-justified > .btn-group button.inverse, .btn-group-justified > .btn-group a.warning,
  .btn-group-justified > .btn-group button.warning, .btn-group-justified > .btn-group .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .btn-group-justified > .btn-group .close-colorpicker, .btn-group-justified > .btn-group .text-editor .text-editor-actions button, .text-editor .text-editor-actions .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .btn-group-justified > .btn-group .today, .btn-group-justified > .btn-group [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .btn-group-justified > .btn-group .clear, .btn-group-justified > .btn-group .report-header .cancel, .report-header .btn-group-justified > .btn-group .cancel {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > a.submit input[type="radio"], [data-toggle="buttons"] > button.submit input[type="radio"], [data-toggle="buttons"] > a.cancel input[type="radio"], [data-toggle="buttons"] > button.cancel input[type="radio"], [data-toggle="buttons"] > a.inverse input[type="radio"], [data-toggle="buttons"] > button.inverse input[type="radio"], [data-toggle="buttons"] > a.warning input[type="radio"], [data-toggle="buttons"] > button.warning input[type="radio"], .colorpicker.dropdown [data-toggle="buttons"] > .close-colorpicker input[type="radio"], .text-editor .text-editor-actions [data-toggle="buttons"] > button input[type="radio"], [datepicker-popup-wrap] .actions [data-toggle="buttons"] > .today input[type="radio"], [datepicker-popup-wrap] .actions [data-toggle="buttons"] > .clear input[type="radio"], .report-header [data-toggle="buttons"] > .cancel input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > a.submit input[type="checkbox"],
[data-toggle="buttons"] > button.submit input[type="checkbox"],
[data-toggle="buttons"] > a.cancel input[type="checkbox"],
[data-toggle="buttons"] > button.cancel input[type="checkbox"],
[data-toggle="buttons"] > a.inverse input[type="checkbox"],
[data-toggle="buttons"] > button.inverse input[type="checkbox"],
[data-toggle="buttons"] > a.warning input[type="checkbox"],
[data-toggle="buttons"] > button.warning input[type="checkbox"],
.colorpicker.dropdown [data-toggle="buttons"] > .close-colorpicker input[type="checkbox"],
.text-editor .text-editor-actions [data-toggle="buttons"] > button input[type="checkbox"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .today input[type="checkbox"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .clear input[type="checkbox"],
.report-header [data-toggle="buttons"] > .cancel input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.cancel input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.cancel input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.inverse input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.inverse input[type="radio"],
[data-toggle="buttons"] > .btn-group > a.warning input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.warning input[type="radio"],
.colorpicker.dropdown [data-toggle="buttons"] > .btn-group > .close-colorpicker input[type="radio"],
.text-editor .text-editor-actions [data-toggle="buttons"] > .btn-group > button input[type="radio"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .btn-group > .today input[type="radio"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .btn-group > .clear input[type="radio"],
.report-header [data-toggle="buttons"] > .btn-group > .cancel input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.cancel input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.cancel input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.inverse input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.inverse input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > a.warning input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.warning input[type="checkbox"],
.colorpicker.dropdown [data-toggle="buttons"] > .btn-group > .close-colorpicker input[type="checkbox"],
.text-editor .text-editor-actions [data-toggle="buttons"] > .btn-group > button input[type="checkbox"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .btn-group > .today input[type="checkbox"],
[datepicker-popup-wrap] .actions [data-toggle="buttons"] > .btn-group > .clear input[type="checkbox"],
.report-header [data-toggle="buttons"] > .btn-group > .cancel input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: 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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #616E75;
  border-radius: 8px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > a.input-group-addon.submit,
  .input-group-sm > .input-group-btn > button.input-group-addon.submit, .input-group-sm > .input-group-btn > a.input-group-addon.cancel,
  .input-group-sm > .input-group-btn > button.input-group-addon.cancel, .input-group-sm > .input-group-btn > a.input-group-addon.inverse,
  .input-group-sm > .input-group-btn > button.input-group-addon.inverse, .input-group-sm > .input-group-btn > a.input-group-addon.warning,
  .input-group-sm > .input-group-btn > button.input-group-addon.warning, .colorpicker.dropdown .input-group-sm > .input-group-btn > .input-group-addon.close-colorpicker, .text-editor .text-editor-actions .input-group-sm > .input-group-btn > button.input-group-addon, [datepicker-popup-wrap] .actions .input-group-sm > .input-group-btn > .input-group-addon.today, [datepicker-popup-wrap] .actions .input-group-sm > .input-group-btn > .input-group-addon.clear, .report-header .input-group-sm > .input-group-btn > .input-group-addon.cancel {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > a.input-group-addon.submit,
  .input-group-lg > .input-group-btn > button.input-group-addon.submit, .input-group-lg > .input-group-btn > a.input-group-addon.cancel,
  .input-group-lg > .input-group-btn > button.input-group-addon.cancel, .input-group-lg > .input-group-btn > a.input-group-addon.inverse,
  .input-group-lg > .input-group-btn > button.input-group-addon.inverse, .input-group-lg > .input-group-btn > a.input-group-addon.warning,
  .input-group-lg > .input-group-btn > button.input-group-addon.warning, .colorpicker.dropdown .input-group-lg > .input-group-btn > .input-group-addon.close-colorpicker, .text-editor .text-editor-actions .input-group-lg > .input-group-btn > button.input-group-addon, [datepicker-popup-wrap] .actions .input-group-lg > .input-group-btn > .input-group-addon.today, [datepicker-popup-wrap] .actions .input-group-lg > .input-group-btn > .input-group-addon.clear, .report-header .input-group-lg > .input-group-btn > .input-group-addon.cancel {
    padding: 10px 16px;
    font-size: 18px;
    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 > a.submit,
.input-group-btn:first-child > button.submit,
.input-group-btn:first-child > a.cancel,
.input-group-btn:first-child > button.cancel,
.input-group-btn:first-child > a.inverse,
.input-group-btn:first-child > button.inverse,
.input-group-btn:first-child > a.warning,
.input-group-btn:first-child > button.warning,
.colorpicker.dropdown .input-group-btn:first-child > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:first-child > button,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .today,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .clear,
.report-header .input-group-btn:first-child > .cancel,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > a.submit,
.input-group-btn:first-child > .btn-group > button.submit,
.input-group-btn:first-child > .btn-group > a.cancel,
.input-group-btn:first-child > .btn-group > button.cancel,
.input-group-btn:first-child > .btn-group > a.inverse,
.input-group-btn:first-child > .btn-group > button.inverse,
.input-group-btn:first-child > .btn-group > a.warning,
.input-group-btn:first-child > .btn-group > button.warning,
.colorpicker.dropdown .input-group-btn:first-child > .btn-group > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:first-child > .btn-group > button,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .btn-group > .today,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .btn-group > .clear,
.report-header .input-group-btn:first-child > .btn-group > .cancel,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > a.submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > a.cancel:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.cancel:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > a.inverse:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.inverse:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > a.warning:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.warning:not(:last-child):not(.dropdown-toggle),
.colorpicker.dropdown .input-group-btn:last-child > .close-colorpicker:not(:last-child):not(.dropdown-toggle),
.text-editor .text-editor-actions .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .today:not(:last-child):not(.dropdown-toggle),
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .clear:not(:last-child):not(.dropdown-toggle),
.report-header .input-group-btn:last-child > .cancel:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > a.submit,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.submit,
.input-group-btn:last-child > .btn-group:not(:last-child) > a.cancel,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.cancel,
.input-group-btn:last-child > .btn-group:not(:last-child) > a.inverse,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.inverse,
.input-group-btn:last-child > .btn-group:not(:last-child) > a.warning,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.warning,
.colorpicker.dropdown .input-group-btn:last-child > .btn-group:not(:last-child) > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:last-child > .btn-group:not(:last-child) > button,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .btn-group:not(:last-child) > .today,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .btn-group:not(:last-child) > .clear,
.report-header .input-group-btn:last-child > .btn-group:not(:last-child) > .cancel {
  border-bottom-right-radius: 0;
  border-top-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 > a.submit,
.input-group-btn:last-child > button.submit,
.input-group-btn:last-child > a.cancel,
.input-group-btn:last-child > button.cancel,
.input-group-btn:last-child > a.inverse,
.input-group-btn:last-child > button.inverse,
.input-group-btn:last-child > a.warning,
.input-group-btn:last-child > button.warning,
.colorpicker.dropdown .input-group-btn:last-child > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:last-child > button,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .today,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .clear,
.report-header .input-group-btn:last-child > .cancel,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > a.submit,
.input-group-btn:last-child > .btn-group > button.submit,
.input-group-btn:last-child > .btn-group > a.cancel,
.input-group-btn:last-child > .btn-group > button.cancel,
.input-group-btn:last-child > .btn-group > a.inverse,
.input-group-btn:last-child > .btn-group > button.inverse,
.input-group-btn:last-child > .btn-group > a.warning,
.input-group-btn:last-child > .btn-group > button.warning,
.colorpicker.dropdown .input-group-btn:last-child > .btn-group > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:last-child > .btn-group > button,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .btn-group > .today,
[datepicker-popup-wrap] .actions .input-group-btn:last-child > .btn-group > .clear,
.report-header .input-group-btn:last-child > .btn-group > .cancel,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > a.submit:not(:first-child),
.input-group-btn:first-child > button.submit:not(:first-child),
.input-group-btn:first-child > a.cancel:not(:first-child),
.input-group-btn:first-child > button.cancel:not(:first-child),
.input-group-btn:first-child > a.inverse:not(:first-child),
.input-group-btn:first-child > button.inverse:not(:first-child),
.input-group-btn:first-child > a.warning:not(:first-child),
.input-group-btn:first-child > button.warning:not(:first-child),
.colorpicker.dropdown .input-group-btn:first-child > .close-colorpicker:not(:first-child),
.text-editor .text-editor-actions .input-group-btn:first-child > button:not(:first-child),
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .today:not(:first-child),
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .clear:not(:first-child),
.report-header .input-group-btn:first-child > .cancel:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > a.submit,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.submit,
.input-group-btn:first-child > .btn-group:not(:first-child) > a.cancel,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.cancel,
.input-group-btn:first-child > .btn-group:not(:first-child) > a.inverse,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.inverse,
.input-group-btn:first-child > .btn-group:not(:first-child) > a.warning,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.warning,
.colorpicker.dropdown .input-group-btn:first-child > .btn-group:not(:first-child) > .close-colorpicker,
.text-editor .text-editor-actions .input-group-btn:first-child > .btn-group:not(:first-child) > button,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .btn-group:not(:first-child) > .today,
[datepicker-popup-wrap] .actions .input-group-btn:first-child > .btn-group:not(:first-child) > .clear,
.report-header .input-group-btn:first-child > .btn-group:not(:first-child) > .cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > a.submit,
  .input-group-btn > button.submit, .input-group-btn > a.cancel,
  .input-group-btn > button.cancel, .input-group-btn > a.inverse,
  .input-group-btn > button.inverse, .input-group-btn > a.warning,
  .input-group-btn > button.warning, .colorpicker.dropdown .input-group-btn > .close-colorpicker, .text-editor .text-editor-actions .input-group-btn > button, [datepicker-popup-wrap] .actions .input-group-btn > .today, [datepicker-popup-wrap] .actions .input-group-btn > .clear, .report-header .input-group-btn > .cancel {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > a.submit + .btn, .input-group-btn > button.submit + .btn, .input-group-btn > a.cancel + .btn, .input-group-btn > button.cancel + .btn, .input-group-btn > a.inverse + .btn, .input-group-btn > button.inverse + .btn, .input-group-btn > a.warning + .btn, .input-group-btn > button.warning + .btn, .colorpicker.dropdown .input-group-btn > .close-colorpicker + .btn, .text-editor .text-editor-actions .input-group-btn > button + .btn, [datepicker-popup-wrap] .actions .input-group-btn > .today + .btn, [datepicker-popup-wrap] .actions .input-group-btn > .clear + .btn, .report-header .input-group-btn > .cancel + .btn, .input-group-btn > .btn + a.submit, .input-group-btn > a.submit + a.submit, .input-group-btn > button.submit + a.submit, .input-group-btn > a.cancel + a.submit, .input-group-btn > button.cancel + a.submit, .input-group-btn > a.inverse + a.submit, .input-group-btn > button.inverse + a.submit, .input-group-btn > a.warning + a.submit, .input-group-btn > button.warning + a.submit, .colorpicker.dropdown .input-group-btn > .close-colorpicker + a.submit, .text-editor .text-editor-actions .input-group-btn > button + a.submit, [datepicker-popup-wrap] .actions .input-group-btn > .today + a.submit, [datepicker-popup-wrap] .actions .input-group-btn > .clear + a.submit, .report-header .input-group-btn > .cancel + a.submit,
    .input-group-btn > .btn + button.submit,
    .input-group-btn > a.submit + button.submit,
    .input-group-btn > button.submit + button.submit,
    .input-group-btn > a.cancel + button.submit,
    .input-group-btn > button.cancel + button.submit,
    .input-group-btn > a.inverse + button.submit,
    .input-group-btn > button.inverse + button.submit,
    .input-group-btn > a.warning + button.submit,
    .input-group-btn > button.warning + button.submit,
    .colorpicker.dropdown .input-group-btn > .close-colorpicker + button.submit,
    .text-editor .text-editor-actions .input-group-btn > button + button.submit,
    [datepicker-popup-wrap] .actions .input-group-btn > .today + button.submit,
    [datepicker-popup-wrap] .actions .input-group-btn > .clear + button.submit,
    .report-header .input-group-btn > .cancel + button.submit, .input-group-btn > .btn + a.cancel, .input-group-btn > a.submit + a.cancel, .input-group-btn > button.submit + a.cancel, .input-group-btn > a.cancel + a.cancel, .input-group-btn > button.cancel + a.cancel, .input-group-btn > a.inverse + a.cancel, .input-group-btn > button.inverse + a.cancel, .input-group-btn > a.warning + a.cancel, .input-group-btn > button.warning + a.cancel, .colorpicker.dropdown .input-group-btn > .close-colorpicker + a.cancel, .text-editor .text-editor-actions .input-group-btn > button + a.cancel, [datepicker-popup-wrap] .actions .input-group-btn > .today + a.cancel, [datepicker-popup-wrap] .actions .input-group-btn > .clear + a.cancel, .report-header .input-group-btn > .cancel + a.cancel,
    .input-group-btn > .btn + button.cancel,
    .input-group-btn > a.submit + button.cancel,
    .input-group-btn > button.submit + button.cancel,
    .input-group-btn > a.cancel + button.cancel,
    .input-group-btn > button.cancel + button.cancel,
    .input-group-btn > a.inverse + button.cancel,
    .input-group-btn > button.inverse + button.cancel,
    .input-group-btn > a.warning + button.cancel,
    .input-group-btn > button.warning + button.cancel,
    .colorpicker.dropdown .input-group-btn > .close-colorpicker + button.cancel,
    .text-editor .text-editor-actions .input-group-btn > button + button.cancel,
    [datepicker-popup-wrap] .actions .input-group-btn > .today + button.cancel,
    [datepicker-popup-wrap] .actions .input-group-btn > .clear + button.cancel,
    .report-header .input-group-btn > .cancel + button.cancel, .input-group-btn > .btn + a.inverse, .input-group-btn > a.submit + a.inverse, .input-group-btn > button.submit + a.inverse, .input-group-btn > a.cancel + a.inverse, .input-group-btn > button.cancel + a.inverse, .input-group-btn > a.inverse + a.inverse, .input-group-btn > button.inverse + a.inverse, .input-group-btn > a.warning + a.inverse, .input-group-btn > button.warning + a.inverse, .colorpicker.dropdown .input-group-btn > .close-colorpicker + a.inverse, .text-editor .text-editor-actions .input-group-btn > button + a.inverse, [datepicker-popup-wrap] .actions .input-group-btn > .today + a.inverse, [datepicker-popup-wrap] .actions .input-group-btn > .clear + a.inverse, .report-header .input-group-btn > .cancel + a.inverse,
    .input-group-btn > .btn + button.inverse,
    .input-group-btn > a.submit + button.inverse,
    .input-group-btn > button.submit + button.inverse,
    .input-group-btn > a.cancel + button.inverse,
    .input-group-btn > button.cancel + button.inverse,
    .input-group-btn > a.inverse + button.inverse,
    .input-group-btn > button.inverse + button.inverse,
    .input-group-btn > a.warning + button.inverse,
    .input-group-btn > button.warning + button.inverse,
    .colorpicker.dropdown .input-group-btn > .close-colorpicker + button.inverse,
    .text-editor .text-editor-actions .input-group-btn > button + button.inverse,
    [datepicker-popup-wrap] .actions .input-group-btn > .today + button.inverse,
    [datepicker-popup-wrap] .actions .input-group-btn > .clear + button.inverse,
    .report-header .input-group-btn > .cancel + button.inverse, .input-group-btn > .btn + a.warning, .input-group-btn > a.submit + a.warning, .input-group-btn > button.submit + a.warning, .input-group-btn > a.cancel + a.warning, .input-group-btn > button.cancel + a.warning, .input-group-btn > a.inverse + a.warning, .input-group-btn > button.inverse + a.warning, .input-group-btn > a.warning + a.warning, .input-group-btn > button.warning + a.warning, .colorpicker.dropdown .input-group-btn > .close-colorpicker + a.warning, .text-editor .text-editor-actions .input-group-btn > button + a.warning, [datepicker-popup-wrap] .actions .input-group-btn > .today + a.warning, [datepicker-popup-wrap] .actions .input-group-btn > .clear + a.warning, .report-header .input-group-btn > .cancel + a.warning,
    .input-group-btn > .btn + button.warning,
    .input-group-btn > a.submit + button.warning,
    .input-group-btn > button.submit + button.warning,
    .input-group-btn > a.cancel + button.warning,
    .input-group-btn > button.cancel + button.warning,
    .input-group-btn > a.inverse + button.warning,
    .input-group-btn > button.inverse + button.warning,
    .input-group-btn > a.warning + button.warning,
    .input-group-btn > button.warning + button.warning,
    .colorpicker.dropdown .input-group-btn > .close-colorpicker + button.warning,
    .text-editor .text-editor-actions .input-group-btn > button + button.warning,
    [datepicker-popup-wrap] .actions .input-group-btn > .today + button.warning,
    [datepicker-popup-wrap] .actions .input-group-btn > .clear + button.warning,
    .report-header .input-group-btn > .cancel + button.warning, .colorpicker.dropdown .input-group-btn > .btn + .close-colorpicker, .colorpicker.dropdown .input-group-btn > a.submit + .close-colorpicker, .colorpicker.dropdown .input-group-btn > button.submit + .close-colorpicker, .colorpicker.dropdown .input-group-btn > a.cancel + .close-colorpicker, .colorpicker.dropdown .input-group-btn > button.cancel + .close-colorpicker, .colorpicker.dropdown .input-group-btn > a.inverse + .close-colorpicker, .colorpicker.dropdown .input-group-btn > button.inverse + .close-colorpicker, .colorpicker.dropdown .input-group-btn > a.warning + .close-colorpicker, .colorpicker.dropdown .input-group-btn > button.warning + .close-colorpicker, .colorpicker.dropdown .input-group-btn > .close-colorpicker + .close-colorpicker, .text-editor .text-editor-actions .colorpicker.dropdown .input-group-btn > button + .close-colorpicker, .colorpicker.dropdown .text-editor .text-editor-actions .input-group-btn > button + .close-colorpicker, [datepicker-popup-wrap] .actions .colorpicker.dropdown .input-group-btn > .today + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .input-group-btn > .today + .close-colorpicker, [datepicker-popup-wrap] .actions .colorpicker.dropdown .input-group-btn > .clear + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .input-group-btn > .clear + .close-colorpicker, .report-header .colorpicker.dropdown .input-group-btn > .cancel + .close-colorpicker, .colorpicker.dropdown .report-header .input-group-btn > .cancel + .close-colorpicker, .text-editor .text-editor-actions .input-group-btn > .btn + button, .text-editor .text-editor-actions .input-group-btn > a.submit + button, .text-editor .text-editor-actions .input-group-btn > button.submit + button, .text-editor .text-editor-actions .input-group-btn > a.cancel + button, .text-editor .text-editor-actions .input-group-btn > button.cancel + button, .text-editor .text-editor-actions .input-group-btn > a.inverse + button, .text-editor .text-editor-actions .input-group-btn > button.inverse + button, .text-editor .text-editor-actions .input-group-btn > a.warning + button, .text-editor .text-editor-actions .input-group-btn > button.warning + button, .colorpicker.dropdown .text-editor .text-editor-actions .input-group-btn > .close-colorpicker + button, .text-editor .text-editor-actions .colorpicker.dropdown .input-group-btn > .close-colorpicker + button, .text-editor .text-editor-actions .input-group-btn > button + button, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .input-group-btn > .today + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .input-group-btn > .today + button, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .input-group-btn > .clear + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .input-group-btn > .clear + button, .report-header .text-editor .text-editor-actions .input-group-btn > .cancel + button, .text-editor .text-editor-actions .report-header .input-group-btn > .cancel + button, [datepicker-popup-wrap] .actions .input-group-btn > .btn + .today, [datepicker-popup-wrap] .actions .input-group-btn > a.submit + .today, [datepicker-popup-wrap] .actions .input-group-btn > button.submit + .today, [datepicker-popup-wrap] .actions .input-group-btn > a.cancel + .today, [datepicker-popup-wrap] .actions .input-group-btn > button.cancel + .today, [datepicker-popup-wrap] .actions .input-group-btn > a.inverse + .today, [datepicker-popup-wrap] .actions .input-group-btn > button.inverse + .today, [datepicker-popup-wrap] .actions .input-group-btn > a.warning + .today, [datepicker-popup-wrap] .actions .input-group-btn > button.warning + .today, .colorpicker.dropdown [datepicker-popup-wrap] .actions .input-group-btn > .close-colorpicker + .today, [datepicker-popup-wrap] .actions .colorpicker.dropdown .input-group-btn > .close-colorpicker + .today, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .input-group-btn > button + .today, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .input-group-btn > button + .today, [datepicker-popup-wrap] .actions .input-group-btn > .today + .today, [datepicker-popup-wrap] .actions .input-group-btn > .clear + .today, .report-header [datepicker-popup-wrap] .actions .input-group-btn > .cancel + .today, [datepicker-popup-wrap] .actions .report-header .input-group-btn > .cancel + .today, [datepicker-popup-wrap] .actions .input-group-btn > .btn + .clear, [datepicker-popup-wrap] .actions .input-group-btn > a.submit + .clear, [datepicker-popup-wrap] .actions .input-group-btn > button.submit + .clear, [datepicker-popup-wrap] .actions .input-group-btn > a.cancel + .clear, [datepicker-popup-wrap] .actions .input-group-btn > button.cancel + .clear, [datepicker-popup-wrap] .actions .input-group-btn > a.inverse + .clear, [datepicker-popup-wrap] .actions .input-group-btn > button.inverse + .clear, [datepicker-popup-wrap] .actions .input-group-btn > a.warning + .clear, [datepicker-popup-wrap] .actions .input-group-btn > button.warning + .clear, .colorpicker.dropdown [datepicker-popup-wrap] .actions .input-group-btn > .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .colorpicker.dropdown .input-group-btn > .close-colorpicker + .clear, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .input-group-btn > button + .clear, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .input-group-btn > button + .clear, [datepicker-popup-wrap] .actions .input-group-btn > .today + .clear, [datepicker-popup-wrap] .actions .input-group-btn > .clear + .clear, .report-header [datepicker-popup-wrap] .actions .input-group-btn > .cancel + .clear, [datepicker-popup-wrap] .actions .report-header .input-group-btn > .cancel + .clear, .report-header .input-group-btn > .btn + .cancel, .report-header .input-group-btn > a.submit + .cancel, .report-header .input-group-btn > button.submit + .cancel, .report-header .input-group-btn > a.cancel + .cancel, .report-header .input-group-btn > button.cancel + .cancel, .report-header .input-group-btn > a.inverse + .cancel, .report-header .input-group-btn > button.inverse + .cancel, .report-header .input-group-btn > a.warning + .cancel, .report-header .input-group-btn > button.warning + .cancel, .colorpicker.dropdown .report-header .input-group-btn > .close-colorpicker + .cancel, .report-header .colorpicker.dropdown .input-group-btn > .close-colorpicker + .cancel, .text-editor .text-editor-actions .report-header .input-group-btn > button + .cancel, .report-header .text-editor .text-editor-actions .input-group-btn > button + .cancel, [datepicker-popup-wrap] .actions .report-header .input-group-btn > .today + .cancel, .report-header [datepicker-popup-wrap] .actions .input-group-btn > .today + .cancel, [datepicker-popup-wrap] .actions .report-header .input-group-btn > .clear + .cancel, .report-header [datepicker-popup-wrap] .actions .input-group-btn > .clear + .cancel, .report-header .input-group-btn > .cancel + .cancel {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > a.submit:hover,
    .input-group-btn > button.submit:hover, .input-group-btn > a.cancel:hover,
    .input-group-btn > button.cancel:hover, .input-group-btn > a.inverse:hover,
    .input-group-btn > button.inverse:hover, .input-group-btn > a.warning:hover,
    .input-group-btn > button.warning:hover, .colorpicker.dropdown .input-group-btn > .close-colorpicker:hover, .text-editor .text-editor-actions .input-group-btn > button:hover, [datepicker-popup-wrap] .actions .input-group-btn > .today:hover, [datepicker-popup-wrap] .actions .input-group-btn > .clear:hover, .report-header .input-group-btn > .cancel:hover, .input-group-btn > .btn:focus, .input-group-btn > a.submit:focus,
    .input-group-btn > button.submit:focus, .input-group-btn > a.cancel:focus,
    .input-group-btn > button.cancel:focus, .input-group-btn > a.inverse:focus,
    .input-group-btn > button.inverse:focus, .input-group-btn > a.warning:focus,
    .input-group-btn > button.warning:focus, .colorpicker.dropdown .input-group-btn > .close-colorpicker:focus, .text-editor .text-editor-actions .input-group-btn > button:focus, [datepicker-popup-wrap] .actions .input-group-btn > .today:focus, [datepicker-popup-wrap] .actions .input-group-btn > .clear:focus, .report-header .input-group-btn > .cancel:focus, .input-group-btn > .btn:active, .input-group-btn > a.submit:active,
    .input-group-btn > button.submit:active, .input-group-btn > a.cancel:active,
    .input-group-btn > button.cancel:active, .input-group-btn > a.inverse:active,
    .input-group-btn > button.inverse:active, .input-group-btn > a.warning:active,
    .input-group-btn > button.warning:active, .colorpicker.dropdown .input-group-btn > .close-colorpicker:active, .text-editor .text-editor-actions .input-group-btn > button:active, [datepicker-popup-wrap] .actions .input-group-btn > .today:active, [datepicker-popup-wrap] .actions .input-group-btn > .clear:active, .report-header .input-group-btn > .cancel:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > a.submit,
  .input-group-btn:first-child > button.submit,
  .input-group-btn:first-child > a.cancel,
  .input-group-btn:first-child > button.cancel,
  .input-group-btn:first-child > a.inverse,
  .input-group-btn:first-child > button.inverse,
  .input-group-btn:first-child > a.warning,
  .input-group-btn:first-child > button.warning,
  .colorpicker.dropdown .input-group-btn:first-child > .close-colorpicker,
  .text-editor .text-editor-actions .input-group-btn:first-child > button,
  [datepicker-popup-wrap] .actions .input-group-btn:first-child > .today,
  [datepicker-popup-wrap] .actions .input-group-btn:first-child > .clear,
  .report-header .input-group-btn:first-child > .cancel,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > a.submit,
  .input-group-btn:last-child > button.submit,
  .input-group-btn:last-child > a.cancel,
  .input-group-btn:last-child > button.cancel,
  .input-group-btn:last-child > a.inverse,
  .input-group-btn:last-child > button.inverse,
  .input-group-btn:last-child > a.warning,
  .input-group-btn:last-child > button.warning,
  .colorpicker.dropdown .input-group-btn:last-child > .close-colorpicker,
  .text-editor .text-editor-actions .input-group-btn:last-child > button,
  [datepicker-popup-wrap] .actions .input-group-btn:last-child > .today,
  [datepicker-popup-wrap] .actions .input-group-btn:last-child > .clear,
  .report-header .input-group-btn:last-child > .cancel,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, table:not(.table-condensed) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, table:not(.table-condensed) > thead > tr > th,
  .table > thead > tr > td,
  table:not(.table-condensed) > thead > tr > td,
  .table > tbody > tr > th,
  table:not(.table-condensed) > tbody > tr > th,
  .table > tbody > tr > td,
  table:not(.table-condensed) > tbody > tr > td,
  .table > tfoot > tr > th,
  table:not(.table-condensed) > tfoot > tr > th,
  .table > tfoot > tr > td,
  table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, table:not(.table-condensed) > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, table:not(.table-condensed) > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  table:not(.table-condensed) > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  table:not(.table-condensed) > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  table:not(.table-condensed) > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  table:not(.table-condensed) > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table:not(.table-condensed) > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, table:not(.table-condensed) > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, table:not(.table-condensed) .table, .table table:not(.table-condensed), table:not(.table-condensed) table:not(.table-condensed) {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, table:not(.table-condensed) > thead > tr > td.active,
.table > thead > tr > th.active,
table:not(.table-condensed) > thead > tr > th.active,
.table > thead > tr.active > td,
table:not(.table-condensed) > thead > tr.active > td,
.table > thead > tr.active > th,
table:not(.table-condensed) > thead > tr.active > th,
.table > tbody > tr > td.active,
table:not(.table-condensed) > tbody > tr > td.active,
.table > tbody > tr > th.active,
table:not(.table-condensed) > tbody > tr > th.active,
.table > tbody > tr.active > td,
table:not(.table-condensed) > tbody > tr.active > td,
.table > tbody > tr.active > th,
table:not(.table-condensed) > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table:not(.table-condensed) > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table:not(.table-condensed) > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table:not(.table-condensed) > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table:not(.table-condensed) > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, table:not(.table-condensed) > thead > tr > td.success,
.table > thead > tr > th.success,
table:not(.table-condensed) > thead > tr > th.success,
.table > thead > tr.success > td,
table:not(.table-condensed) > thead > tr.success > td,
.table > thead > tr.success > th,
table:not(.table-condensed) > thead > tr.success > th,
.table > tbody > tr > td.success,
table:not(.table-condensed) > tbody > tr > td.success,
.table > tbody > tr > th.success,
table:not(.table-condensed) > tbody > tr > th.success,
.table > tbody > tr.success > td,
table:not(.table-condensed) > tbody > tr.success > td,
.table > tbody > tr.success > th,
table:not(.table-condensed) > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table:not(.table-condensed) > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table:not(.table-condensed) > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table:not(.table-condensed) > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table:not(.table-condensed) > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, table:not(.table-condensed) > thead > tr > td.info,
.table > thead > tr > th.info,
table:not(.table-condensed) > thead > tr > th.info,
.table > thead > tr.info > td,
table:not(.table-condensed) > thead > tr.info > td,
.table > thead > tr.info > th,
table:not(.table-condensed) > thead > tr.info > th,
.table > tbody > tr > td.info,
table:not(.table-condensed) > tbody > tr > td.info,
.table > tbody > tr > th.info,
table:not(.table-condensed) > tbody > tr > th.info,
.table > tbody > tr.info > td,
table:not(.table-condensed) > tbody > tr.info > td,
.table > tbody > tr.info > th,
table:not(.table-condensed) > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table:not(.table-condensed) > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table:not(.table-condensed) > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table:not(.table-condensed) > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table:not(.table-condensed) > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, table:not(.table-condensed) > thead > tr > td.warning,
.table > thead > tr > th.warning,
table:not(.table-condensed) > thead > tr > th.warning,
.table > thead > tr.warning > td,
table:not(.table-condensed) > thead > tr.warning > td,
.table > thead > tr.warning > th,
table:not(.table-condensed) > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table:not(.table-condensed) > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table:not(.table-condensed) > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table:not(.table-condensed) > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table:not(.table-condensed) > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table:not(.table-condensed) > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table:not(.table-condensed) > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table:not(.table-condensed) > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table:not(.table-condensed) > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, table:not(.table-condensed) > thead > tr > td.danger,
.table > thead > tr > th.danger,
table:not(.table-condensed) > thead > tr > th.danger,
.table > thead > tr.danger > td,
table:not(.table-condensed) > thead > tr.danger > td,
.table > thead > tr.danger > th,
table:not(.table-condensed) > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table:not(.table-condensed) > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table:not(.table-condensed) > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table:not(.table-condensed) > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table:not(.table-condensed) > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table:not(.table-condensed) > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table:not(.table-condensed) > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table:not(.table-condensed) > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table:not(.table-condensed) > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .table-responsive > table:not(.table-condensed) {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > table:not(.table-condensed) > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > table:not(.table-condensed) > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > table:not(.table-condensed) > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > table:not(.table-condensed) > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > table:not(.table-condensed) > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > table:not(.table-condensed) > 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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.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);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer a.submit + .btn, .modal-footer button.submit + .btn, .modal-footer a.cancel + .btn, .modal-footer button.cancel + .btn, .modal-footer a.inverse + .btn, .modal-footer button.inverse + .btn, .modal-footer a.warning + .btn, .modal-footer button.warning + .btn, .modal-footer .colorpicker.dropdown .close-colorpicker + .btn, .colorpicker.dropdown .modal-footer .close-colorpicker + .btn, .modal-footer .text-editor .text-editor-actions button + .btn, .text-editor .text-editor-actions .modal-footer button + .btn, .modal-footer [datepicker-popup-wrap] .actions .today + .btn, [datepicker-popup-wrap] .actions .modal-footer .today + .btn, .modal-footer [datepicker-popup-wrap] .actions .clear + .btn, [datepicker-popup-wrap] .actions .modal-footer .clear + .btn, .modal-footer .report-header .cancel + .btn, .report-header .modal-footer .cancel + .btn, .modal-footer .btn + a.submit, .modal-footer a.submit + a.submit, .modal-footer button.submit + a.submit, .modal-footer a.cancel + a.submit, .modal-footer button.cancel + a.submit, .modal-footer a.inverse + a.submit, .modal-footer button.inverse + a.submit, .modal-footer a.warning + a.submit, .modal-footer button.warning + a.submit, .modal-footer .colorpicker.dropdown .close-colorpicker + a.submit, .colorpicker.dropdown .modal-footer .close-colorpicker + a.submit, .modal-footer .text-editor .text-editor-actions button + a.submit, .text-editor .text-editor-actions .modal-footer button + a.submit, .modal-footer [datepicker-popup-wrap] .actions .today + a.submit, [datepicker-popup-wrap] .actions .modal-footer .today + a.submit, .modal-footer [datepicker-popup-wrap] .actions .clear + a.submit, [datepicker-popup-wrap] .actions .modal-footer .clear + a.submit, .modal-footer .report-header .cancel + a.submit, .report-header .modal-footer .cancel + a.submit,
  .modal-footer .btn + button.submit,
  .modal-footer a.submit + button.submit,
  .modal-footer button.submit + button.submit,
  .modal-footer a.cancel + button.submit,
  .modal-footer button.cancel + button.submit,
  .modal-footer a.inverse + button.submit,
  .modal-footer button.inverse + button.submit,
  .modal-footer a.warning + button.submit,
  .modal-footer button.warning + button.submit,
  .modal-footer .colorpicker.dropdown .close-colorpicker + button.submit, .colorpicker.dropdown .modal-footer .close-colorpicker + button.submit,
  .modal-footer .text-editor .text-editor-actions button + button.submit, .text-editor .text-editor-actions .modal-footer button + button.submit,
  .modal-footer [datepicker-popup-wrap] .actions .today + button.submit, [datepicker-popup-wrap] .actions .modal-footer .today + button.submit,
  .modal-footer [datepicker-popup-wrap] .actions .clear + button.submit, [datepicker-popup-wrap] .actions .modal-footer .clear + button.submit,
  .modal-footer .report-header .cancel + button.submit, .report-header .modal-footer .cancel + button.submit, .modal-footer .btn + a.cancel, .modal-footer a.submit + a.cancel, .modal-footer button.submit + a.cancel, .modal-footer a.cancel + a.cancel, .modal-footer button.cancel + a.cancel, .modal-footer a.inverse + a.cancel, .modal-footer button.inverse + a.cancel, .modal-footer a.warning + a.cancel, .modal-footer button.warning + a.cancel, .modal-footer .colorpicker.dropdown .close-colorpicker + a.cancel, .colorpicker.dropdown .modal-footer .close-colorpicker + a.cancel, .modal-footer .text-editor .text-editor-actions button + a.cancel, .text-editor .text-editor-actions .modal-footer button + a.cancel, .modal-footer [datepicker-popup-wrap] .actions .today + a.cancel, [datepicker-popup-wrap] .actions .modal-footer .today + a.cancel, .modal-footer [datepicker-popup-wrap] .actions .clear + a.cancel, [datepicker-popup-wrap] .actions .modal-footer .clear + a.cancel, .modal-footer .report-header .cancel + a.cancel, .report-header .modal-footer .cancel + a.cancel,
  .modal-footer .btn + button.cancel,
  .modal-footer a.submit + button.cancel,
  .modal-footer button.submit + button.cancel,
  .modal-footer a.cancel + button.cancel,
  .modal-footer button.cancel + button.cancel,
  .modal-footer a.inverse + button.cancel,
  .modal-footer button.inverse + button.cancel,
  .modal-footer a.warning + button.cancel,
  .modal-footer button.warning + button.cancel,
  .modal-footer .colorpicker.dropdown .close-colorpicker + button.cancel, .colorpicker.dropdown .modal-footer .close-colorpicker + button.cancel,
  .modal-footer .text-editor .text-editor-actions button + button.cancel, .text-editor .text-editor-actions .modal-footer button + button.cancel,
  .modal-footer [datepicker-popup-wrap] .actions .today + button.cancel, [datepicker-popup-wrap] .actions .modal-footer .today + button.cancel,
  .modal-footer [datepicker-popup-wrap] .actions .clear + button.cancel, [datepicker-popup-wrap] .actions .modal-footer .clear + button.cancel,
  .modal-footer .report-header .cancel + button.cancel, .report-header .modal-footer .cancel + button.cancel, .modal-footer .btn + a.inverse, .modal-footer a.submit + a.inverse, .modal-footer button.submit + a.inverse, .modal-footer a.cancel + a.inverse, .modal-footer button.cancel + a.inverse, .modal-footer a.inverse + a.inverse, .modal-footer button.inverse + a.inverse, .modal-footer a.warning + a.inverse, .modal-footer button.warning + a.inverse, .modal-footer .colorpicker.dropdown .close-colorpicker + a.inverse, .colorpicker.dropdown .modal-footer .close-colorpicker + a.inverse, .modal-footer .text-editor .text-editor-actions button + a.inverse, .text-editor .text-editor-actions .modal-footer button + a.inverse, .modal-footer [datepicker-popup-wrap] .actions .today + a.inverse, [datepicker-popup-wrap] .actions .modal-footer .today + a.inverse, .modal-footer [datepicker-popup-wrap] .actions .clear + a.inverse, [datepicker-popup-wrap] .actions .modal-footer .clear + a.inverse, .modal-footer .report-header .cancel + a.inverse, .report-header .modal-footer .cancel + a.inverse,
  .modal-footer .btn + button.inverse,
  .modal-footer a.submit + button.inverse,
  .modal-footer button.submit + button.inverse,
  .modal-footer a.cancel + button.inverse,
  .modal-footer button.cancel + button.inverse,
  .modal-footer a.inverse + button.inverse,
  .modal-footer button.inverse + button.inverse,
  .modal-footer a.warning + button.inverse,
  .modal-footer button.warning + button.inverse,
  .modal-footer .colorpicker.dropdown .close-colorpicker + button.inverse, .colorpicker.dropdown .modal-footer .close-colorpicker + button.inverse,
  .modal-footer .text-editor .text-editor-actions button + button.inverse, .text-editor .text-editor-actions .modal-footer button + button.inverse,
  .modal-footer [datepicker-popup-wrap] .actions .today + button.inverse, [datepicker-popup-wrap] .actions .modal-footer .today + button.inverse,
  .modal-footer [datepicker-popup-wrap] .actions .clear + button.inverse, [datepicker-popup-wrap] .actions .modal-footer .clear + button.inverse,
  .modal-footer .report-header .cancel + button.inverse, .report-header .modal-footer .cancel + button.inverse, .modal-footer .btn + a.warning, .modal-footer a.submit + a.warning, .modal-footer button.submit + a.warning, .modal-footer a.cancel + a.warning, .modal-footer button.cancel + a.warning, .modal-footer a.inverse + a.warning, .modal-footer button.inverse + a.warning, .modal-footer a.warning + a.warning, .modal-footer button.warning + a.warning, .modal-footer .colorpicker.dropdown .close-colorpicker + a.warning, .colorpicker.dropdown .modal-footer .close-colorpicker + a.warning, .modal-footer .text-editor .text-editor-actions button + a.warning, .text-editor .text-editor-actions .modal-footer button + a.warning, .modal-footer [datepicker-popup-wrap] .actions .today + a.warning, [datepicker-popup-wrap] .actions .modal-footer .today + a.warning, .modal-footer [datepicker-popup-wrap] .actions .clear + a.warning, [datepicker-popup-wrap] .actions .modal-footer .clear + a.warning, .modal-footer .report-header .cancel + a.warning, .report-header .modal-footer .cancel + a.warning,
  .modal-footer .btn + button.warning,
  .modal-footer a.submit + button.warning,
  .modal-footer button.submit + button.warning,
  .modal-footer a.cancel + button.warning,
  .modal-footer button.cancel + button.warning,
  .modal-footer a.inverse + button.warning,
  .modal-footer button.inverse + button.warning,
  .modal-footer a.warning + button.warning,
  .modal-footer button.warning + button.warning,
  .modal-footer .colorpicker.dropdown .close-colorpicker + button.warning, .colorpicker.dropdown .modal-footer .close-colorpicker + button.warning,
  .modal-footer .text-editor .text-editor-actions button + button.warning, .text-editor .text-editor-actions .modal-footer button + button.warning,
  .modal-footer [datepicker-popup-wrap] .actions .today + button.warning, [datepicker-popup-wrap] .actions .modal-footer .today + button.warning,
  .modal-footer [datepicker-popup-wrap] .actions .clear + button.warning, [datepicker-popup-wrap] .actions .modal-footer .clear + button.warning,
  .modal-footer .report-header .cancel + button.warning, .report-header .modal-footer .cancel + button.warning, .modal-footer .colorpicker.dropdown .btn + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn + .close-colorpicker, .modal-footer .colorpicker.dropdown a.submit + .close-colorpicker, .colorpicker.dropdown .modal-footer a.submit + .close-colorpicker, .modal-footer .colorpicker.dropdown button.submit + .close-colorpicker, .colorpicker.dropdown .modal-footer button.submit + .close-colorpicker, .modal-footer .colorpicker.dropdown a.cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer a.cancel + .close-colorpicker, .modal-footer .colorpicker.dropdown button.cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer button.cancel + .close-colorpicker, .modal-footer .colorpicker.dropdown a.inverse + .close-colorpicker, .colorpicker.dropdown .modal-footer a.inverse + .close-colorpicker, .modal-footer .colorpicker.dropdown button.inverse + .close-colorpicker, .colorpicker.dropdown .modal-footer button.inverse + .close-colorpicker, .modal-footer .colorpicker.dropdown a.warning + .close-colorpicker, .colorpicker.dropdown .modal-footer a.warning + .close-colorpicker, .modal-footer .colorpicker.dropdown button.warning + .close-colorpicker, .colorpicker.dropdown .modal-footer button.warning + .close-colorpicker, .modal-footer .colorpicker.dropdown .close-colorpicker + .close-colorpicker, .colorpicker.dropdown .modal-footer .close-colorpicker + .close-colorpicker, .modal-footer .text-editor .text-editor-actions .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .modal-footer .text-editor .text-editor-actions button + .close-colorpicker, .text-editor .text-editor-actions .modal-footer .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .text-editor .text-editor-actions .modal-footer button + .close-colorpicker, .modal-footer [datepicker-popup-wrap] .actions .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown .modal-footer [datepicker-popup-wrap] .actions .today + .close-colorpicker, [datepicker-popup-wrap] .actions .modal-footer .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .modal-footer .today + .close-colorpicker, .modal-footer [datepicker-popup-wrap] .actions .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown .modal-footer [datepicker-popup-wrap] .actions .clear + .close-colorpicker, [datepicker-popup-wrap] .actions .modal-footer .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .modal-footer .clear + .close-colorpicker, .modal-footer .report-header .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer .report-header .cancel + .close-colorpicker, .report-header .modal-footer .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .report-header .modal-footer .cancel + .close-colorpicker, .modal-footer .text-editor .text-editor-actions .btn + button, .text-editor .text-editor-actions .modal-footer .btn + button, .modal-footer .text-editor .text-editor-actions a.submit + button, .text-editor .text-editor-actions .modal-footer a.submit + button, .modal-footer .text-editor .text-editor-actions button.submit + button, .text-editor .text-editor-actions .modal-footer button.submit + button, .modal-footer .text-editor .text-editor-actions a.cancel + button, .text-editor .text-editor-actions .modal-footer a.cancel + button, .modal-footer .text-editor .text-editor-actions button.cancel + button, .text-editor .text-editor-actions .modal-footer button.cancel + button, .modal-footer .text-editor .text-editor-actions a.inverse + button, .text-editor .text-editor-actions .modal-footer a.inverse + button, .modal-footer .text-editor .text-editor-actions button.inverse + button, .text-editor .text-editor-actions .modal-footer button.inverse + button, .modal-footer .text-editor .text-editor-actions a.warning + button, .text-editor .text-editor-actions .modal-footer a.warning + button, .modal-footer .text-editor .text-editor-actions button.warning + button, .text-editor .text-editor-actions .modal-footer button.warning + button, .modal-footer .colorpicker.dropdown .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .modal-footer .colorpicker.dropdown .close-colorpicker + button, .colorpicker.dropdown .modal-footer .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .colorpicker.dropdown .modal-footer .close-colorpicker + button, .modal-footer .text-editor .text-editor-actions button + button, .text-editor .text-editor-actions .modal-footer button + button, .modal-footer [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions .modal-footer [datepicker-popup-wrap] .actions .today + button, [datepicker-popup-wrap] .actions .modal-footer .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .modal-footer .today + button, .modal-footer [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions .modal-footer [datepicker-popup-wrap] .actions .clear + button, [datepicker-popup-wrap] .actions .modal-footer .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .modal-footer .clear + button, .modal-footer .report-header .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .modal-footer .report-header .cancel + button, .report-header .modal-footer .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .report-header .modal-footer .cancel + button, .modal-footer [datepicker-popup-wrap] .actions .btn + .today, [datepicker-popup-wrap] .actions .modal-footer .btn + .today, .modal-footer [datepicker-popup-wrap] .actions a.submit + .today, [datepicker-popup-wrap] .actions .modal-footer a.submit + .today, .modal-footer [datepicker-popup-wrap] .actions button.submit + .today, [datepicker-popup-wrap] .actions .modal-footer button.submit + .today, .modal-footer [datepicker-popup-wrap] .actions a.cancel + .today, [datepicker-popup-wrap] .actions .modal-footer a.cancel + .today, .modal-footer [datepicker-popup-wrap] .actions button.cancel + .today, [datepicker-popup-wrap] .actions .modal-footer button.cancel + .today, .modal-footer [datepicker-popup-wrap] .actions a.inverse + .today, [datepicker-popup-wrap] .actions .modal-footer a.inverse + .today, .modal-footer [datepicker-popup-wrap] .actions button.inverse + .today, [datepicker-popup-wrap] .actions .modal-footer button.inverse + .today, .modal-footer [datepicker-popup-wrap] .actions a.warning + .today, [datepicker-popup-wrap] .actions .modal-footer a.warning + .today, .modal-footer [datepicker-popup-wrap] .actions button.warning + .today, [datepicker-popup-wrap] .actions .modal-footer button.warning + .today, .modal-footer .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .modal-footer .colorpicker.dropdown .close-colorpicker + .today, .colorpicker.dropdown .modal-footer [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .colorpicker.dropdown .modal-footer .close-colorpicker + .today, .modal-footer .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .modal-footer .text-editor .text-editor-actions button + .today, .text-editor .text-editor-actions .modal-footer [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .modal-footer button + .today, .modal-footer [datepicker-popup-wrap] .actions .today + .today, [datepicker-popup-wrap] .actions .modal-footer .today + .today, .modal-footer [datepicker-popup-wrap] .actions .clear + .today, [datepicker-popup-wrap] .actions .modal-footer .clear + .today, .modal-footer .report-header [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .modal-footer .report-header .cancel + .today, .report-header .modal-footer [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .report-header .modal-footer .cancel + .today, .modal-footer [datepicker-popup-wrap] .actions .btn + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn + .clear, .modal-footer [datepicker-popup-wrap] .actions a.submit + .clear, [datepicker-popup-wrap] .actions .modal-footer a.submit + .clear, .modal-footer [datepicker-popup-wrap] .actions button.submit + .clear, [datepicker-popup-wrap] .actions .modal-footer button.submit + .clear, .modal-footer [datepicker-popup-wrap] .actions a.cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer a.cancel + .clear, .modal-footer [datepicker-popup-wrap] .actions button.cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer button.cancel + .clear, .modal-footer [datepicker-popup-wrap] .actions a.inverse + .clear, [datepicker-popup-wrap] .actions .modal-footer a.inverse + .clear, .modal-footer [datepicker-popup-wrap] .actions button.inverse + .clear, [datepicker-popup-wrap] .actions .modal-footer button.inverse + .clear, .modal-footer [datepicker-popup-wrap] .actions a.warning + .clear, [datepicker-popup-wrap] .actions .modal-footer a.warning + .clear, .modal-footer [datepicker-popup-wrap] .actions button.warning + .clear, [datepicker-popup-wrap] .actions .modal-footer button.warning + .clear, .modal-footer .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .modal-footer .colorpicker.dropdown .close-colorpicker + .clear, .colorpicker.dropdown .modal-footer [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .colorpicker.dropdown .modal-footer .close-colorpicker + .clear, .modal-footer .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .modal-footer .text-editor .text-editor-actions button + .clear, .text-editor .text-editor-actions .modal-footer [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .modal-footer button + .clear, .modal-footer [datepicker-popup-wrap] .actions .today + .clear, [datepicker-popup-wrap] .actions .modal-footer .today + .clear, .modal-footer [datepicker-popup-wrap] .actions .clear + .clear, [datepicker-popup-wrap] .actions .modal-footer .clear + .clear, .modal-footer .report-header [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer .report-header .cancel + .clear, .report-header .modal-footer [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .report-header .modal-footer .cancel + .clear, .modal-footer .report-header .btn + .cancel, .report-header .modal-footer .btn + .cancel, .modal-footer .report-header a.submit + .cancel, .report-header .modal-footer a.submit + .cancel, .modal-footer .report-header button.submit + .cancel, .report-header .modal-footer button.submit + .cancel, .modal-footer .report-header a.cancel + .cancel, .report-header .modal-footer a.cancel + .cancel, .modal-footer .report-header button.cancel + .cancel, .report-header .modal-footer button.cancel + .cancel, .modal-footer .report-header a.inverse + .cancel, .report-header .modal-footer a.inverse + .cancel, .modal-footer .report-header button.inverse + .cancel, .report-header .modal-footer button.inverse + .cancel, .modal-footer .report-header a.warning + .cancel, .report-header .modal-footer a.warning + .cancel, .modal-footer .report-header button.warning + .cancel, .report-header .modal-footer button.warning + .cancel, .modal-footer .colorpicker.dropdown .report-header .close-colorpicker + .cancel, .report-header .modal-footer .colorpicker.dropdown .close-colorpicker + .cancel, .colorpicker.dropdown .modal-footer .report-header .close-colorpicker + .cancel, .report-header .colorpicker.dropdown .modal-footer .close-colorpicker + .cancel, .modal-footer .text-editor .text-editor-actions .report-header button + .cancel, .report-header .modal-footer .text-editor .text-editor-actions button + .cancel, .text-editor .text-editor-actions .modal-footer .report-header button + .cancel, .report-header .text-editor .text-editor-actions .modal-footer button + .cancel, .modal-footer [datepicker-popup-wrap] .actions .report-header .today + .cancel, .report-header .modal-footer [datepicker-popup-wrap] .actions .today + .cancel, [datepicker-popup-wrap] .actions .modal-footer .report-header .today + .cancel, .report-header [datepicker-popup-wrap] .actions .modal-footer .today + .cancel, .modal-footer [datepicker-popup-wrap] .actions .report-header .clear + .cancel, .report-header .modal-footer [datepicker-popup-wrap] .actions .clear + .cancel, [datepicker-popup-wrap] .actions .modal-footer .report-header .clear + .cancel, .report-header [datepicker-popup-wrap] .actions .modal-footer .clear + .cancel, .modal-footer .report-header .cancel + .cancel, .report-header .modal-footer .cancel + .cancel {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group a.submit + .btn, .modal-footer .btn-group button.submit + .btn, .modal-footer .btn-group a.cancel + .btn, .modal-footer .btn-group button.cancel + .btn, .modal-footer .btn-group a.inverse + .btn, .modal-footer .btn-group button.inverse + .btn, .modal-footer .btn-group a.warning + .btn, .modal-footer .btn-group button.warning + .btn, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + .btn, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + .btn, .modal-footer .btn-group .text-editor .text-editor-actions button + .btn, .text-editor .text-editor-actions .modal-footer .btn-group button + .btn, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + .btn, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + .btn, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + .btn, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + .btn, .modal-footer .btn-group .report-header .cancel + .btn, .report-header .modal-footer .btn-group .cancel + .btn, .modal-footer .btn-group .btn + a.submit, .modal-footer .btn-group a.submit + a.submit, .modal-footer .btn-group button.submit + a.submit, .modal-footer .btn-group a.cancel + a.submit, .modal-footer .btn-group button.cancel + a.submit, .modal-footer .btn-group a.inverse + a.submit, .modal-footer .btn-group button.inverse + a.submit, .modal-footer .btn-group a.warning + a.submit, .modal-footer .btn-group button.warning + a.submit, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + a.submit, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + a.submit, .modal-footer .btn-group .text-editor .text-editor-actions button + a.submit, .text-editor .text-editor-actions .modal-footer .btn-group button + a.submit, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + a.submit, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + a.submit, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + a.submit, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + a.submit, .modal-footer .btn-group .report-header .cancel + a.submit, .report-header .modal-footer .btn-group .cancel + a.submit,
  .modal-footer .btn-group .btn + button.submit,
  .modal-footer .btn-group a.submit + button.submit,
  .modal-footer .btn-group button.submit + button.submit,
  .modal-footer .btn-group a.cancel + button.submit,
  .modal-footer .btn-group button.cancel + button.submit,
  .modal-footer .btn-group a.inverse + button.submit,
  .modal-footer .btn-group button.inverse + button.submit,
  .modal-footer .btn-group a.warning + button.submit,
  .modal-footer .btn-group button.warning + button.submit,
  .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + button.submit, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + button.submit,
  .modal-footer .btn-group .text-editor .text-editor-actions button + button.submit, .text-editor .text-editor-actions .modal-footer .btn-group button + button.submit,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + button.submit, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + button.submit,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + button.submit, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + button.submit,
  .modal-footer .btn-group .report-header .cancel + button.submit, .report-header .modal-footer .btn-group .cancel + button.submit, .modal-footer .btn-group .btn + a.cancel, .modal-footer .btn-group a.submit + a.cancel, .modal-footer .btn-group button.submit + a.cancel, .modal-footer .btn-group a.cancel + a.cancel, .modal-footer .btn-group button.cancel + a.cancel, .modal-footer .btn-group a.inverse + a.cancel, .modal-footer .btn-group button.inverse + a.cancel, .modal-footer .btn-group a.warning + a.cancel, .modal-footer .btn-group button.warning + a.cancel, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + a.cancel, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + a.cancel, .modal-footer .btn-group .text-editor .text-editor-actions button + a.cancel, .text-editor .text-editor-actions .modal-footer .btn-group button + a.cancel, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + a.cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + a.cancel, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + a.cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + a.cancel, .modal-footer .btn-group .report-header .cancel + a.cancel, .report-header .modal-footer .btn-group .cancel + a.cancel,
  .modal-footer .btn-group .btn + button.cancel,
  .modal-footer .btn-group a.submit + button.cancel,
  .modal-footer .btn-group button.submit + button.cancel,
  .modal-footer .btn-group a.cancel + button.cancel,
  .modal-footer .btn-group button.cancel + button.cancel,
  .modal-footer .btn-group a.inverse + button.cancel,
  .modal-footer .btn-group button.inverse + button.cancel,
  .modal-footer .btn-group a.warning + button.cancel,
  .modal-footer .btn-group button.warning + button.cancel,
  .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + button.cancel, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + button.cancel,
  .modal-footer .btn-group .text-editor .text-editor-actions button + button.cancel, .text-editor .text-editor-actions .modal-footer .btn-group button + button.cancel,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + button.cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + button.cancel,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + button.cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + button.cancel,
  .modal-footer .btn-group .report-header .cancel + button.cancel, .report-header .modal-footer .btn-group .cancel + button.cancel, .modal-footer .btn-group .btn + a.inverse, .modal-footer .btn-group a.submit + a.inverse, .modal-footer .btn-group button.submit + a.inverse, .modal-footer .btn-group a.cancel + a.inverse, .modal-footer .btn-group button.cancel + a.inverse, .modal-footer .btn-group a.inverse + a.inverse, .modal-footer .btn-group button.inverse + a.inverse, .modal-footer .btn-group a.warning + a.inverse, .modal-footer .btn-group button.warning + a.inverse, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + a.inverse, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + a.inverse, .modal-footer .btn-group .text-editor .text-editor-actions button + a.inverse, .text-editor .text-editor-actions .modal-footer .btn-group button + a.inverse, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + a.inverse, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + a.inverse, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + a.inverse, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + a.inverse, .modal-footer .btn-group .report-header .cancel + a.inverse, .report-header .modal-footer .btn-group .cancel + a.inverse,
  .modal-footer .btn-group .btn + button.inverse,
  .modal-footer .btn-group a.submit + button.inverse,
  .modal-footer .btn-group button.submit + button.inverse,
  .modal-footer .btn-group a.cancel + button.inverse,
  .modal-footer .btn-group button.cancel + button.inverse,
  .modal-footer .btn-group a.inverse + button.inverse,
  .modal-footer .btn-group button.inverse + button.inverse,
  .modal-footer .btn-group a.warning + button.inverse,
  .modal-footer .btn-group button.warning + button.inverse,
  .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + button.inverse, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + button.inverse,
  .modal-footer .btn-group .text-editor .text-editor-actions button + button.inverse, .text-editor .text-editor-actions .modal-footer .btn-group button + button.inverse,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + button.inverse, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + button.inverse,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + button.inverse, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + button.inverse,
  .modal-footer .btn-group .report-header .cancel + button.inverse, .report-header .modal-footer .btn-group .cancel + button.inverse, .modal-footer .btn-group .btn + a.warning, .modal-footer .btn-group a.submit + a.warning, .modal-footer .btn-group button.submit + a.warning, .modal-footer .btn-group a.cancel + a.warning, .modal-footer .btn-group button.cancel + a.warning, .modal-footer .btn-group a.inverse + a.warning, .modal-footer .btn-group button.inverse + a.warning, .modal-footer .btn-group a.warning + a.warning, .modal-footer .btn-group button.warning + a.warning, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + a.warning, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + a.warning, .modal-footer .btn-group .text-editor .text-editor-actions button + a.warning, .text-editor .text-editor-actions .modal-footer .btn-group button + a.warning, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + a.warning, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + a.warning, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + a.warning, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + a.warning, .modal-footer .btn-group .report-header .cancel + a.warning, .report-header .modal-footer .btn-group .cancel + a.warning,
  .modal-footer .btn-group .btn + button.warning,
  .modal-footer .btn-group a.submit + button.warning,
  .modal-footer .btn-group button.submit + button.warning,
  .modal-footer .btn-group a.cancel + button.warning,
  .modal-footer .btn-group button.cancel + button.warning,
  .modal-footer .btn-group a.inverse + button.warning,
  .modal-footer .btn-group button.inverse + button.warning,
  .modal-footer .btn-group a.warning + button.warning,
  .modal-footer .btn-group button.warning + button.warning,
  .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + button.warning, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + button.warning,
  .modal-footer .btn-group .text-editor .text-editor-actions button + button.warning, .text-editor .text-editor-actions .modal-footer .btn-group button + button.warning,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + button.warning, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + button.warning,
  .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + button.warning, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + button.warning,
  .modal-footer .btn-group .report-header .cancel + button.warning, .report-header .modal-footer .btn-group .cancel + button.warning, .modal-footer .btn-group .colorpicker.dropdown .btn + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group .btn + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown a.submit + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group a.submit + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown button.submit + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group button.submit + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown a.cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group a.cancel + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown button.cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group button.cancel + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown a.inverse + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group a.inverse + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown button.inverse + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group button.inverse + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown a.warning + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group a.warning + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown button.warning + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group button.warning + .close-colorpicker, .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + .close-colorpicker, .modal-footer .btn-group .text-editor .text-editor-actions .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group .text-editor .text-editor-actions button + .close-colorpicker, .text-editor .text-editor-actions .modal-footer .btn-group .colorpicker.dropdown button + .close-colorpicker, .colorpicker.dropdown .text-editor .text-editor-actions .modal-footer .btn-group button + .close-colorpicker, .modal-footer .btn-group [datepicker-popup-wrap] .actions .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + .close-colorpicker, [datepicker-popup-wrap] .actions .modal-footer .btn-group .colorpicker.dropdown .today + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + .close-colorpicker, .modal-footer .btn-group [datepicker-popup-wrap] .actions .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + .close-colorpicker, [datepicker-popup-wrap] .actions .modal-footer .btn-group .colorpicker.dropdown .clear + .close-colorpicker, .colorpicker.dropdown [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + .close-colorpicker, .modal-footer .btn-group .report-header .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .modal-footer .btn-group .report-header .cancel + .close-colorpicker, .report-header .modal-footer .btn-group .colorpicker.dropdown .cancel + .close-colorpicker, .colorpicker.dropdown .report-header .modal-footer .btn-group .cancel + .close-colorpicker, .modal-footer .btn-group .text-editor .text-editor-actions .btn + button, .text-editor .text-editor-actions .modal-footer .btn-group .btn + button, .modal-footer .btn-group .text-editor .text-editor-actions a.submit + button, .text-editor .text-editor-actions .modal-footer .btn-group a.submit + button, .modal-footer .btn-group .text-editor .text-editor-actions button.submit + button, .text-editor .text-editor-actions .modal-footer .btn-group button.submit + button, .modal-footer .btn-group .text-editor .text-editor-actions a.cancel + button, .text-editor .text-editor-actions .modal-footer .btn-group a.cancel + button, .modal-footer .btn-group .text-editor .text-editor-actions button.cancel + button, .text-editor .text-editor-actions .modal-footer .btn-group button.cancel + button, .modal-footer .btn-group .text-editor .text-editor-actions a.inverse + button, .text-editor .text-editor-actions .modal-footer .btn-group a.inverse + button, .modal-footer .btn-group .text-editor .text-editor-actions button.inverse + button, .text-editor .text-editor-actions .modal-footer .btn-group button.inverse + button, .modal-footer .btn-group .text-editor .text-editor-actions a.warning + button, .text-editor .text-editor-actions .modal-footer .btn-group a.warning + button, .modal-footer .btn-group .text-editor .text-editor-actions button.warning + button, .text-editor .text-editor-actions .modal-footer .btn-group button.warning + button, .modal-footer .btn-group .colorpicker.dropdown .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + button, .colorpicker.dropdown .modal-footer .btn-group .text-editor .text-editor-actions .close-colorpicker + button, .text-editor .text-editor-actions .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + button, .modal-footer .btn-group .text-editor .text-editor-actions button + button, .text-editor .text-editor-actions .modal-footer .btn-group button + button, .modal-footer .btn-group [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + button, [datepicker-popup-wrap] .actions .modal-footer .btn-group .text-editor .text-editor-actions .today + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + button, .modal-footer .btn-group [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + button, [datepicker-popup-wrap] .actions .modal-footer .btn-group .text-editor .text-editor-actions .clear + button, .text-editor .text-editor-actions [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + button, .modal-footer .btn-group .report-header .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .modal-footer .btn-group .report-header .cancel + button, .report-header .modal-footer .btn-group .text-editor .text-editor-actions .cancel + button, .text-editor .text-editor-actions .report-header .modal-footer .btn-group .cancel + button, .modal-footer .btn-group [datepicker-popup-wrap] .actions .btn + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .btn + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.submit + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.submit + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.submit + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.submit + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.cancel + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.cancel + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.cancel + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.cancel + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.inverse + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.inverse + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.inverse + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.inverse + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.warning + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.warning + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.warning + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.warning + .today, .modal-footer .btn-group .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + .today, .colorpicker.dropdown .modal-footer .btn-group [datepicker-popup-wrap] .actions .close-colorpicker + .today, [datepicker-popup-wrap] .actions .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + .today, .modal-footer .btn-group .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .text-editor .text-editor-actions button + .today, .text-editor .text-editor-actions .modal-footer .btn-group [datepicker-popup-wrap] .actions button + .today, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .modal-footer .btn-group button + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + .today, .modal-footer .btn-group .report-header [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .modal-footer .btn-group .report-header .cancel + .today, .report-header .modal-footer .btn-group [datepicker-popup-wrap] .actions .cancel + .today, [datepicker-popup-wrap] .actions .report-header .modal-footer .btn-group .cancel + .today, .modal-footer .btn-group [datepicker-popup-wrap] .actions .btn + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .btn + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.submit + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.submit + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.submit + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.submit + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.cancel + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.cancel + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.inverse + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.inverse + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.inverse + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.inverse + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions a.warning + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group a.warning + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions button.warning + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group button.warning + .clear, .modal-footer .btn-group .colorpicker.dropdown [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + .clear, .colorpicker.dropdown .modal-footer .btn-group [datepicker-popup-wrap] .actions .close-colorpicker + .clear, [datepicker-popup-wrap] .actions .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + .clear, .modal-footer .btn-group .text-editor .text-editor-actions [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .text-editor .text-editor-actions button + .clear, .text-editor .text-editor-actions .modal-footer .btn-group [datepicker-popup-wrap] .actions button + .clear, [datepicker-popup-wrap] .actions .text-editor .text-editor-actions .modal-footer .btn-group button + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + .clear, .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + .clear, .modal-footer .btn-group .report-header [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .modal-footer .btn-group .report-header .cancel + .clear, .report-header .modal-footer .btn-group [datepicker-popup-wrap] .actions .cancel + .clear, [datepicker-popup-wrap] .actions .report-header .modal-footer .btn-group .cancel + .clear, .modal-footer .btn-group .report-header .btn + .cancel, .report-header .modal-footer .btn-group .btn + .cancel, .modal-footer .btn-group .report-header a.submit + .cancel, .report-header .modal-footer .btn-group a.submit + .cancel, .modal-footer .btn-group .report-header button.submit + .cancel, .report-header .modal-footer .btn-group button.submit + .cancel, .modal-footer .btn-group .report-header a.cancel + .cancel, .report-header .modal-footer .btn-group a.cancel + .cancel, .modal-footer .btn-group .report-header button.cancel + .cancel, .report-header .modal-footer .btn-group button.cancel + .cancel, .modal-footer .btn-group .report-header a.inverse + .cancel, .report-header .modal-footer .btn-group a.inverse + .cancel, .modal-footer .btn-group .report-header button.inverse + .cancel, .report-header .modal-footer .btn-group button.inverse + .cancel, .modal-footer .btn-group .report-header a.warning + .cancel, .report-header .modal-footer .btn-group a.warning + .cancel, .modal-footer .btn-group .report-header button.warning + .cancel, .report-header .modal-footer .btn-group button.warning + .cancel, .modal-footer .btn-group .colorpicker.dropdown .report-header .close-colorpicker + .cancel, .report-header .modal-footer .btn-group .colorpicker.dropdown .close-colorpicker + .cancel, .colorpicker.dropdown .modal-footer .btn-group .report-header .close-colorpicker + .cancel, .report-header .colorpicker.dropdown .modal-footer .btn-group .close-colorpicker + .cancel, .modal-footer .btn-group .text-editor .text-editor-actions .report-header button + .cancel, .report-header .modal-footer .btn-group .text-editor .text-editor-actions button + .cancel, .text-editor .text-editor-actions .modal-footer .btn-group .report-header button + .cancel, .report-header .text-editor .text-editor-actions .modal-footer .btn-group button + .cancel, .modal-footer .btn-group [datepicker-popup-wrap] .actions .report-header .today + .cancel, .report-header .modal-footer .btn-group [datepicker-popup-wrap] .actions .today + .cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .report-header .today + .cancel, .report-header [datepicker-popup-wrap] .actions .modal-footer .btn-group .today + .cancel, .modal-footer .btn-group [datepicker-popup-wrap] .actions .report-header .clear + .cancel, .report-header .modal-footer .btn-group [datepicker-popup-wrap] .actions .clear + .cancel, [datepicker-popup-wrap] .actions .modal-footer .btn-group .report-header .clear + .cancel, .report-header [datepicker-popup-wrap] .actions .modal-footer .btn-group .clear + .cancel, .modal-footer .btn-group .report-header .cancel + .cancel, .report-header .modal-footer .btn-group .cancel + .cancel {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .modal-footer .two-factor-form button + .btn-block, .two-factor-form .modal-footer button + .btn-block, .modal-footer .two-factor-form .btn-block + button, .two-factor-form .modal-footer .btn-block + button, .modal-footer .two-factor-form button + button, .two-factor-form .modal-footer button + button {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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: -o-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: #5bc0de; }
  .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: -o-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: #f0ad4e; }
  .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: -o-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: #d9534f; }
  .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: -o-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); }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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: 14px;
  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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 8px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px; }
  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; }

.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 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.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 dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/*!
  Ionicons, v1.5.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("/bower_components/ionicons/fonts/ionicons.eot?v=1.5.0");
  src: url("/bower_components/ionicons/fonts/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), url("/bower_components/ionicons/fonts/ionicons.ttf?v=1.5.0") format("truetype"), url("/bower_components/ionicons/fonts/ionicons.woff?v=1.5.0") format("woff"), url("/bower_components/ionicons/fonts/ionicons.svg?v=1.5.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ion-loading-a,
.ion-loading-b,
.ion-loading-c, .loader, .file-icon.loading, .block-loader .spinner,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading, .ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-forward,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-drawer,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums, .two-factor-form .item-title.sms:before,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad, .primary-nav .dashboard:before,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-stair-drawer,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage, .primary-nav .exam-requests:before,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-user-menu,
.ion-android-volume,
.ion-android-wifi,
.ion-aperture,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-asterisk,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bonfire,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar, .primary-nav .calendar:before, .consultations-list-form .new-consultation .dropdown-toggle .input-group-addon:before,
.ion-camera,
.ion-card, .two-factor-form .item-title.cps:before,
.ion-cash,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down, .patient-history-template h3 span, .panel-search-result.opened .actions .toggle,
.ion-chevron-left, .documents-header .document-navigation .left,
.ion-chevron-right, .panel-search-result .actions .toggle, .documents-header .document-navigation .right,
.ion-chevron-up, .patient-history-template h3.close span,
.ion-clipboard,
.ion-clock,
.ion-close, .template-types > header button.close:before, .report-header .cancel i, .filter-panel .panel-heading .close,
.ion-close-circled,
.ion-close-round,
.ion-closed-captioning,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-cube,
.ion-disc,
.ion-document, .file-icon, .report-header .export-action.pdf i,
.ion-document-text, .primary-nav .policies:before, .report-header .actions .save i, .report-header .export-action.doc i,
.ion-drag,
.ion-earth,
.ion-edit, .ax-consultation .ax-consultation-header .consultation-date .date-edit:before,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye, .eye-template h3:before, .state-patients-edit .eye-title i, .state-patients-show-identity .eye-title i,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-fireball,
.ion-flag,
.ion-flame,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-funnel,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a, .primary-nav .profile:before, .documents-header .display-config-btn i,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-happy,
.ion-headphone,
.ion-heart,
.ion-heart-broken,
.ion-help,
.ion-help-buoy,
.ion-help-circled, .primary-nav .help:before,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-americanfootball,
.ion-ios7-americanfootball-outline,
.ion-ios7-analytics,
.ion-ios7-analytics-outline,
.ion-ios7-arrow-back, [datepicker-popup-wrap] .glyphicon-chevron-left,
.ion-ios7-arrow-down, .patients-nav li.has-children:before,
.ion-ios7-arrow-forward, [datepicker-popup-wrap] .glyphicon-chevron-right,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-barcode,
.ion-ios7-barcode-outline,
.ion-ios7-baseball,
.ion-ios7-baseball-outline,
.ion-ios7-basketball,
.ion-ios7-basketball-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline, .primary-nav .waiting-room:before,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email, .two-factor-form .item-title.email:before,
.ion-ios7-email-outline,
.ion-ios7-expand,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-football,
.ion-ios7-football-outline,
.ion-ios7-gear, .text-editor .text-editor-actions button i:before, .documents-header .filter-list .config-button .label:before,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-home,
.ion-ios7-home-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-loop,
.ion-ios7-loop-strong,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paper,
.ion-ios7-paper-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-paw,
.ion-ios7-paw-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-pricetags,
.ion-ios7-pricetags-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-pulse,
.ion-ios7-pulse-strong,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-reverse-camera,
.ion-ios7-reverse-camera-outline,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-settings,
.ion-ios7-settings-strong,
.ion-ios7-shrink,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-half,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-tennisball,
.ion-ios7-tennisball-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-toggle,
.ion-ios7-toggle-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-load-b,
.ion-load-c,
.ion-load-d,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out, .topbar-nav .logout .icon,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-merge,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-mouse,
.ion-music-note,
.ion-navicon, .primary-aside .nav-button,
.ion-navicon-round,
.ion-navigate,
.ion-network,
.ion-no-smoking,
.ion-nuclear,
.ion-outlet,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person, .primary-nav .doctors:before, .patients-header .create-section button i, .state-patients-edit .finish:before, .state-patients-show-identity .finish:before, .doctors-header .create-section button i,
.ion-person-add,
.ion-person-stalker, .primary-nav .patients:before,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-planet,
.ion-play,
.ion-playstation,
.ion-plus, .template-types > header button:before, .search-aside .add-filter-panel .add-filter:before,
.ion-plus-circled,
.ion-plus-round,
.ion-podium,
.ion-pound,
.ion-power, .primary-aside header .logo,
.ion-pricetag,
.ion-pricetags,
.ion-printer, .report-header .export-action.print i,
.ion-pull-request,
.ion-qr-scanner,
.ion-quote,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-ribbon-a,
.ion-ribbon-b,
.ion-sad,
.ion-scissors,
.ion-search, .primary-nav .search:before,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-foursquare,
.ion-social-foursquare-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-google, .two-factor-form .item-title.google_authenticator:before,
.ion-social-google-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-instagram,
.ion-social-instagram-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-usd,
.ion-social-usd-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars, .primary-nav .clinical-studies:before,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-toggle,
.ion-toggle-filled,
.ion-trash-a,
.ion-trash-b,
.ion-trophie,
.ion-umbrella,
.ion-university,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-wand,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-spin, .ion-loading-a,
.ion-loading-b,
.ion-loading-c, .loader, .file-icon.loading, .block-loader .spinner,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  -moz-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start); }

.ion-alert:before {
  content: "\F101"; }

.ion-alert-circled:before {
  content: "\F100"; }

.ion-android-add:before {
  content: "\F2C7"; }

.ion-android-add-contact:before {
  content: "\F2C6"; }

.ion-android-alarm:before {
  content: "\F2C8"; }

.ion-android-archive:before {
  content: "\F2C9"; }

.ion-android-arrow-back:before {
  content: "\F2CA"; }

.ion-android-arrow-down-left:before {
  content: "\F2CB"; }

.ion-android-arrow-down-right:before {
  content: "\F2CC"; }

.ion-android-arrow-forward:before {
  content: "\F30F"; }

.ion-android-arrow-up-left:before {
  content: "\F2CD"; }

.ion-android-arrow-up-right:before {
  content: "\F2CE"; }

.ion-android-battery:before {
  content: "\F2CF"; }

.ion-android-book:before {
  content: "\F2D0"; }

.ion-android-calendar:before {
  content: "\F2D1"; }

.ion-android-call:before {
  content: "\F2D2"; }

.ion-android-camera:before {
  content: "\F2D3"; }

.ion-android-chat:before {
  content: "\F2D4"; }

.ion-android-checkmark:before {
  content: "\F2D5"; }

.ion-android-clock:before {
  content: "\F2D6"; }

.ion-android-close:before {
  content: "\F2D7"; }

.ion-android-contact:before {
  content: "\F2D8"; }

.ion-android-contacts:before {
  content: "\F2D9"; }

.ion-android-data:before {
  content: "\F2DA"; }

.ion-android-developer:before {
  content: "\F2DB"; }

.ion-android-display:before {
  content: "\F2DC"; }

.ion-android-download:before {
  content: "\F2DD"; }

.ion-android-drawer:before {
  content: "\F310"; }

.ion-android-dropdown:before {
  content: "\F2DE"; }

.ion-android-earth:before {
  content: "\F2DF"; }

.ion-android-folder:before {
  content: "\F2E0"; }

.ion-android-forums:before, .two-factor-form .item-title.sms:before {
  content: "\F2E1"; }

.ion-android-friends:before {
  content: "\F2E2"; }

.ion-android-hand:before {
  content: "\F2E3"; }

.ion-android-image:before {
  content: "\F2E4"; }

.ion-android-inbox:before {
  content: "\F2E5"; }

.ion-android-information:before {
  content: "\F2E6"; }

.ion-android-keypad:before, .primary-nav .dashboard:before {
  content: "\F2E7"; }

.ion-android-lightbulb:before {
  content: "\F2E8"; }

.ion-android-locate:before {
  content: "\F2E9"; }

.ion-android-location:before {
  content: "\F2EA"; }

.ion-android-mail:before {
  content: "\F2EB"; }

.ion-android-microphone:before {
  content: "\F2EC"; }

.ion-android-mixer:before {
  content: "\F2ED"; }

.ion-android-more:before {
  content: "\F2EE"; }

.ion-android-note:before {
  content: "\F2EF"; }

.ion-android-playstore:before {
  content: "\F2F0"; }

.ion-android-printer:before {
  content: "\F2F1"; }

.ion-android-promotion:before {
  content: "\F2F2"; }

.ion-android-reminder:before {
  content: "\F2F3"; }

.ion-android-remove:before {
  content: "\F2F4"; }

.ion-android-search:before {
  content: "\F2F5"; }

.ion-android-send:before {
  content: "\F2F6"; }

.ion-android-settings:before {
  content: "\F2F7"; }

.ion-android-share:before {
  content: "\F2F8"; }

.ion-android-social:before {
  content: "\F2FA"; }

.ion-android-social-user:before {
  content: "\F2F9"; }

.ion-android-sort:before {
  content: "\F2FB"; }

.ion-android-stair-drawer:before {
  content: "\F311"; }

.ion-android-star:before {
  content: "\F2FC"; }

.ion-android-stopwatch:before {
  content: "\F2FD"; }

.ion-android-storage:before, .primary-nav .exam-requests:before {
  content: "\F2FE"; }

.ion-android-system-back:before {
  content: "\F2FF"; }

.ion-android-system-home:before {
  content: "\F300"; }

.ion-android-system-windows:before {
  content: "\F301"; }

.ion-android-timer:before {
  content: "\F302"; }

.ion-android-trash:before {
  content: "\F303"; }

.ion-android-user-menu:before {
  content: "\F312"; }

.ion-android-volume:before {
  content: "\F304"; }

.ion-android-wifi:before {
  content: "\F305"; }

.ion-aperture:before {
  content: "\F313"; }

.ion-archive:before {
  content: "\F102"; }

.ion-arrow-down-a:before {
  content: "\F103"; }

.ion-arrow-down-b:before {
  content: "\F104"; }

.ion-arrow-down-c:before {
  content: "\F105"; }

.ion-arrow-expand:before {
  content: "\F25E"; }

.ion-arrow-graph-down-left:before {
  content: "\F25F"; }

.ion-arrow-graph-down-right:before {
  content: "\F260"; }

.ion-arrow-graph-up-left:before {
  content: "\F261"; }

.ion-arrow-graph-up-right:before {
  content: "\F262"; }

.ion-arrow-left-a:before {
  content: "\F106"; }

.ion-arrow-left-b:before {
  content: "\F107"; }

.ion-arrow-left-c:before {
  content: "\F108"; }

.ion-arrow-move:before {
  content: "\F263"; }

.ion-arrow-resize:before {
  content: "\F264"; }

.ion-arrow-return-left:before {
  content: "\F265"; }

.ion-arrow-return-right:before {
  content: "\F266"; }

.ion-arrow-right-a:before {
  content: "\F109"; }

.ion-arrow-right-b:before {
  content: "\F10A"; }

.ion-arrow-right-c:before {
  content: "\F10B"; }

.ion-arrow-shrink:before {
  content: "\F267"; }

.ion-arrow-swap:before {
  content: "\F268"; }

.ion-arrow-up-a:before {
  content: "\F10C"; }

.ion-arrow-up-b:before {
  content: "\F10D"; }

.ion-arrow-up-c:before {
  content: "\F10E"; }

.ion-asterisk:before {
  content: "\F314"; }

.ion-at:before {
  content: "\F10F"; }

.ion-bag:before {
  content: "\F110"; }

.ion-battery-charging:before {
  content: "\F111"; }

.ion-battery-empty:before {
  content: "\F112"; }

.ion-battery-full:before {
  content: "\F113"; }

.ion-battery-half:before {
  content: "\F114"; }

.ion-battery-low:before {
  content: "\F115"; }

.ion-beaker:before {
  content: "\F269"; }

.ion-beer:before {
  content: "\F26A"; }

.ion-bluetooth:before {
  content: "\F116"; }

.ion-bonfire:before {
  content: "\F315"; }

.ion-bookmark:before {
  content: "\F26B"; }

.ion-briefcase:before {
  content: "\F26C"; }

.ion-bug:before {
  content: "\F2BE"; }

.ion-calculator:before {
  content: "\F26D"; }

.ion-calendar:before, .primary-nav .calendar:before, .consultations-list-form .new-consultation .dropdown-toggle .input-group-addon:before {
  content: "\F117"; }

.ion-camera:before {
  content: "\F118"; }

.ion-card:before, .two-factor-form .item-title.cps:before {
  content: "\F119"; }

.ion-cash:before {
  content: "\F316"; }

.ion-chatbox:before {
  content: "\F11B"; }

.ion-chatbox-working:before {
  content: "\F11A"; }

.ion-chatboxes:before {
  content: "\F11C"; }

.ion-chatbubble:before {
  content: "\F11E"; }

.ion-chatbubble-working:before {
  content: "\F11D"; }

.ion-chatbubbles:before {
  content: "\F11F"; }

.ion-checkmark:before {
  content: "\F122"; }

.ion-checkmark-circled:before {
  content: "\F120"; }

.ion-checkmark-round:before {
  content: "\F121"; }

.ion-chevron-down:before, .patient-history-template h3 span:before, .panel-search-result.opened .actions .toggle:before {
  content: "\F123"; }

.ion-chevron-left:before, .documents-header .document-navigation .left:before {
  content: "\F124"; }

.ion-chevron-right:before, .panel-search-result .actions .toggle:before, .documents-header .document-navigation .right:before {
  content: "\F125"; }

.ion-chevron-up:before, .patient-history-template h3.close span:before {
  content: "\F126"; }

.ion-clipboard:before {
  content: "\F127"; }

.ion-clock:before {
  content: "\F26E"; }

.ion-close:before, .template-types > header button.close:before, .report-header .cancel i:before, .filter-panel .panel-heading .close:before {
  content: "\F12A"; }

.ion-close-circled:before {
  content: "\F128"; }

.ion-close-round:before {
  content: "\F129"; }

.ion-closed-captioning:before {
  content: "\F317"; }

.ion-cloud:before {
  content: "\F12B"; }

.ion-code:before {
  content: "\F271"; }

.ion-code-download:before {
  content: "\F26F"; }

.ion-code-working:before {
  content: "\F270"; }

.ion-coffee:before {
  content: "\F272"; }

.ion-compass:before {
  content: "\F273"; }

.ion-compose:before {
  content: "\F12C"; }

.ion-connection-bars:before {
  content: "\F274"; }

.ion-contrast:before {
  content: "\F275"; }

.ion-cube:before {
  content: "\F318"; }

.ion-disc:before {
  content: "\F12D"; }

.ion-document:before, .file-icon:before, .report-header .export-action.pdf i:before {
  content: "\F12F"; }

.ion-document-text:before, .primary-nav .policies:before, .report-header .actions .save i:before, .report-header .export-action.doc i:before {
  content: "\F12E"; }

.ion-drag:before {
  content: "\F130"; }

.ion-earth:before {
  content: "\F276"; }

.ion-edit:before, .ax-consultation .ax-consultation-header .consultation-date .date-edit:before {
  content: "\F2BF"; }

.ion-egg:before {
  content: "\F277"; }

.ion-eject:before {
  content: "\F131"; }

.ion-email:before {
  content: "\F132"; }

.ion-eye:before, .eye-template h3:before, .state-patients-edit .eye-title i:before, .state-patients-show-identity .eye-title i:before {
  content: "\F133"; }

.ion-eye-disabled:before {
  content: "\F306"; }

.ion-female:before {
  content: "\F278"; }

.ion-filing:before {
  content: "\F134"; }

.ion-film-marker:before {
  content: "\F135"; }

.ion-fireball:before {
  content: "\F319"; }

.ion-flag:before {
  content: "\F279"; }

.ion-flame:before {
  content: "\F31A"; }

.ion-flash:before {
  content: "\F137"; }

.ion-flash-off:before {
  content: "\F136"; }

.ion-flask:before {
  content: "\F138"; }

.ion-folder:before {
  content: "\F139"; }

.ion-fork:before {
  content: "\F27A"; }

.ion-fork-repo:before {
  content: "\F2C0"; }

.ion-forward:before {
  content: "\F13A"; }

.ion-funnel:before {
  content: "\F31B"; }

.ion-game-controller-a:before {
  content: "\F13B"; }

.ion-game-controller-b:before {
  content: "\F13C"; }

.ion-gear-a:before, .primary-nav .profile:before, .documents-header .display-config-btn i:before {
  content: "\F13D"; }

.ion-gear-b:before {
  content: "\F13E"; }

.ion-grid:before {
  content: "\F13F"; }

.ion-hammer:before {
  content: "\F27B"; }

.ion-happy:before {
  content: "\F31C"; }

.ion-headphone:before {
  content: "\F140"; }

.ion-heart:before {
  content: "\F141"; }

.ion-heart-broken:before {
  content: "\F31D"; }

.ion-help:before {
  content: "\F143"; }

.ion-help-buoy:before {
  content: "\F27C"; }

.ion-help-circled:before, .primary-nav .help:before {
  content: "\F142"; }

.ion-home:before {
  content: "\F144"; }

.ion-icecream:before {
  content: "\F27D"; }

.ion-icon-social-google-plus:before {
  content: "\F146"; }

.ion-icon-social-google-plus-outline:before {
  content: "\F145"; }

.ion-image:before {
  content: "\F147"; }

.ion-images:before {
  content: "\F148"; }

.ion-information:before {
  content: "\F14A"; }

.ion-information-circled:before {
  content: "\F149"; }

.ion-ionic:before {
  content: "\F14B"; }

.ion-ios7-alarm:before {
  content: "\F14D"; }

.ion-ios7-alarm-outline:before {
  content: "\F14C"; }

.ion-ios7-albums:before {
  content: "\F14F"; }

.ion-ios7-albums-outline:before {
  content: "\F14E"; }

.ion-ios7-americanfootball:before {
  content: "\F31F"; }

.ion-ios7-americanfootball-outline:before {
  content: "\F31E"; }

.ion-ios7-analytics:before {
  content: "\F321"; }

.ion-ios7-analytics-outline:before {
  content: "\F320"; }

.ion-ios7-arrow-back:before, [datepicker-popup-wrap] .glyphicon-chevron-left:before {
  content: "\F150"; }

.ion-ios7-arrow-down:before, .patients-nav li.has-children:before {
  content: "\F151"; }

.ion-ios7-arrow-forward:before, [datepicker-popup-wrap] .glyphicon-chevron-right:before {
  content: "\F152"; }

.ion-ios7-arrow-left:before {
  content: "\F153"; }

.ion-ios7-arrow-right:before {
  content: "\F154"; }

.ion-ios7-arrow-thin-down:before {
  content: "\F27E"; }

.ion-ios7-arrow-thin-left:before {
  content: "\F27F"; }

.ion-ios7-arrow-thin-right:before {
  content: "\F280"; }

.ion-ios7-arrow-thin-up:before {
  content: "\F281"; }

.ion-ios7-arrow-up:before {
  content: "\F155"; }

.ion-ios7-at:before {
  content: "\F157"; }

.ion-ios7-at-outline:before {
  content: "\F156"; }

.ion-ios7-barcode:before {
  content: "\F323"; }

.ion-ios7-barcode-outline:before {
  content: "\F322"; }

.ion-ios7-baseball:before {
  content: "\F325"; }

.ion-ios7-baseball-outline:before {
  content: "\F324"; }

.ion-ios7-basketball:before {
  content: "\F327"; }

.ion-ios7-basketball-outline:before {
  content: "\F326"; }

.ion-ios7-bell:before {
  content: "\F159"; }

.ion-ios7-bell-outline:before {
  content: "\F158"; }

.ion-ios7-bolt:before {
  content: "\F15B"; }

.ion-ios7-bolt-outline:before {
  content: "\F15A"; }

.ion-ios7-bookmarks:before {
  content: "\F15D"; }

.ion-ios7-bookmarks-outline:before {
  content: "\F15C"; }

.ion-ios7-box:before {
  content: "\F15F"; }

.ion-ios7-box-outline:before {
  content: "\F15E"; }

.ion-ios7-briefcase:before {
  content: "\F283"; }

.ion-ios7-briefcase-outline:before {
  content: "\F282"; }

.ion-ios7-browsers:before {
  content: "\F161"; }

.ion-ios7-browsers-outline:before {
  content: "\F160"; }

.ion-ios7-calculator:before {
  content: "\F285"; }

.ion-ios7-calculator-outline:before {
  content: "\F284"; }

.ion-ios7-calendar:before {
  content: "\F163"; }

.ion-ios7-calendar-outline:before {
  content: "\F162"; }

.ion-ios7-camera:before {
  content: "\F165"; }

.ion-ios7-camera-outline:before {
  content: "\F164"; }

.ion-ios7-cart:before {
  content: "\F167"; }

.ion-ios7-cart-outline:before {
  content: "\F166"; }

.ion-ios7-chatboxes:before {
  content: "\F169"; }

.ion-ios7-chatboxes-outline:before {
  content: "\F168"; }

.ion-ios7-chatbubble:before {
  content: "\F16B"; }

.ion-ios7-chatbubble-outline:before {
  content: "\F16A"; }

.ion-ios7-checkmark:before {
  content: "\F16E"; }

.ion-ios7-checkmark-empty:before {
  content: "\F16C"; }

.ion-ios7-checkmark-outline:before {
  content: "\F16D"; }

.ion-ios7-circle-filled:before {
  content: "\F16F"; }

.ion-ios7-circle-outline:before {
  content: "\F170"; }

.ion-ios7-clock:before {
  content: "\F172"; }

.ion-ios7-clock-outline:before, .primary-nav .waiting-room:before {
  content: "\F171"; }

.ion-ios7-close:before {
  content: "\F2BC"; }

.ion-ios7-close-empty:before {
  content: "\F2BD"; }

.ion-ios7-close-outline:before {
  content: "\F2BB"; }

.ion-ios7-cloud:before {
  content: "\F178"; }

.ion-ios7-cloud-download:before {
  content: "\F174"; }

.ion-ios7-cloud-download-outline:before {
  content: "\F173"; }

.ion-ios7-cloud-outline:before {
  content: "\F175"; }

.ion-ios7-cloud-upload:before {
  content: "\F177"; }

.ion-ios7-cloud-upload-outline:before {
  content: "\F176"; }

.ion-ios7-cloudy:before {
  content: "\F17A"; }

.ion-ios7-cloudy-night:before {
  content: "\F308"; }

.ion-ios7-cloudy-night-outline:before {
  content: "\F307"; }

.ion-ios7-cloudy-outline:before {
  content: "\F179"; }

.ion-ios7-cog:before {
  content: "\F17C"; }

.ion-ios7-cog-outline:before {
  content: "\F17B"; }

.ion-ios7-compose:before {
  content: "\F17E"; }

.ion-ios7-compose-outline:before {
  content: "\F17D"; }

.ion-ios7-contact:before {
  content: "\F180"; }

.ion-ios7-contact-outline:before {
  content: "\F17F"; }

.ion-ios7-copy:before {
  content: "\F182"; }

.ion-ios7-copy-outline:before {
  content: "\F181"; }

.ion-ios7-download:before {
  content: "\F184"; }

.ion-ios7-download-outline:before {
  content: "\F183"; }

.ion-ios7-drag:before {
  content: "\F185"; }

.ion-ios7-email:before, .two-factor-form .item-title.email:before {
  content: "\F187"; }

.ion-ios7-email-outline:before {
  content: "\F186"; }

.ion-ios7-expand:before {
  content: "\F30D"; }

.ion-ios7-eye:before {
  content: "\F189"; }

.ion-ios7-eye-outline:before {
  content: "\F188"; }

.ion-ios7-fastforward:before {
  content: "\F18B"; }

.ion-ios7-fastforward-outline:before {
  content: "\F18A"; }

.ion-ios7-filing:before {
  content: "\F18D"; }

.ion-ios7-filing-outline:before {
  content: "\F18C"; }

.ion-ios7-film:before {
  content: "\F18F"; }

.ion-ios7-film-outline:before {
  content: "\F18E"; }

.ion-ios7-flag:before {
  content: "\F191"; }

.ion-ios7-flag-outline:before {
  content: "\F190"; }

.ion-ios7-folder:before {
  content: "\F193"; }

.ion-ios7-folder-outline:before {
  content: "\F192"; }

.ion-ios7-football:before {
  content: "\F329"; }

.ion-ios7-football-outline:before {
  content: "\F328"; }

.ion-ios7-gear:before, .text-editor .text-editor-actions button i:before, .documents-header .filter-list .config-button .label:before {
  content: "\F195"; }

.ion-ios7-gear-outline:before {
  content: "\F194"; }

.ion-ios7-glasses:before {
  content: "\F197"; }

.ion-ios7-glasses-outline:before {
  content: "\F196"; }

.ion-ios7-heart:before {
  content: "\F199"; }

.ion-ios7-heart-outline:before {
  content: "\F198"; }

.ion-ios7-help:before {
  content: "\F19C"; }

.ion-ios7-help-empty:before {
  content: "\F19A"; }

.ion-ios7-help-outline:before {
  content: "\F19B"; }

.ion-ios7-home:before {
  content: "\F32B"; }

.ion-ios7-home-outline:before {
  content: "\F32A"; }

.ion-ios7-infinite:before {
  content: "\F19E"; }

.ion-ios7-infinite-outline:before {
  content: "\F19D"; }

.ion-ios7-information:before {
  content: "\F1A1"; }

.ion-ios7-information-empty:before {
  content: "\F19F"; }

.ion-ios7-information-outline:before {
  content: "\F1A0"; }

.ion-ios7-ionic-outline:before {
  content: "\F1A2"; }

.ion-ios7-keypad:before {
  content: "\F1A4"; }

.ion-ios7-keypad-outline:before {
  content: "\F1A3"; }

.ion-ios7-lightbulb:before {
  content: "\F287"; }

.ion-ios7-lightbulb-outline:before {
  content: "\F286"; }

.ion-ios7-location:before {
  content: "\F1A6"; }

.ion-ios7-location-outline:before {
  content: "\F1A5"; }

.ion-ios7-locked:before {
  content: "\F1A8"; }

.ion-ios7-locked-outline:before {
  content: "\F1A7"; }

.ion-ios7-loop:before {
  content: "\F32D"; }

.ion-ios7-loop-strong:before {
  content: "\F32C"; }

.ion-ios7-medkit:before {
  content: "\F289"; }

.ion-ios7-medkit-outline:before {
  content: "\F288"; }

.ion-ios7-mic:before {
  content: "\F1AB"; }

.ion-ios7-mic-off:before {
  content: "\F1A9"; }

.ion-ios7-mic-outline:before {
  content: "\F1AA"; }

.ion-ios7-minus:before {
  content: "\F1AE"; }

.ion-ios7-minus-empty:before {
  content: "\F1AC"; }

.ion-ios7-minus-outline:before {
  content: "\F1AD"; }

.ion-ios7-monitor:before {
  content: "\F1B0"; }

.ion-ios7-monitor-outline:before {
  content: "\F1AF"; }

.ion-ios7-moon:before {
  content: "\F1B2"; }

.ion-ios7-moon-outline:before {
  content: "\F1B1"; }

.ion-ios7-more:before {
  content: "\F1B4"; }

.ion-ios7-more-outline:before {
  content: "\F1B3"; }

.ion-ios7-musical-note:before {
  content: "\F1B5"; }

.ion-ios7-musical-notes:before {
  content: "\F1B6"; }

.ion-ios7-navigate:before {
  content: "\F1B8"; }

.ion-ios7-navigate-outline:before {
  content: "\F1B7"; }

.ion-ios7-paper:before {
  content: "\F32F"; }

.ion-ios7-paper-outline:before {
  content: "\F32E"; }

.ion-ios7-paperplane:before {
  content: "\F1BA"; }

.ion-ios7-paperplane-outline:before {
  content: "\F1B9"; }

.ion-ios7-partlysunny:before {
  content: "\F1BC"; }

.ion-ios7-partlysunny-outline:before {
  content: "\F1BB"; }

.ion-ios7-pause:before {
  content: "\F1BE"; }

.ion-ios7-pause-outline:before {
  content: "\F1BD"; }

.ion-ios7-paw:before {
  content: "\F331"; }

.ion-ios7-paw-outline:before {
  content: "\F330"; }

.ion-ios7-people:before {
  content: "\F1C0"; }

.ion-ios7-people-outline:before {
  content: "\F1BF"; }

.ion-ios7-person:before {
  content: "\F1C2"; }

.ion-ios7-person-outline:before {
  content: "\F1C1"; }

.ion-ios7-personadd:before {
  content: "\F1C4"; }

.ion-ios7-personadd-outline:before {
  content: "\F1C3"; }

.ion-ios7-photos:before {
  content: "\F1C6"; }

.ion-ios7-photos-outline:before {
  content: "\F1C5"; }

.ion-ios7-pie:before {
  content: "\F28B"; }

.ion-ios7-pie-outline:before {
  content: "\F28A"; }

.ion-ios7-play:before {
  content: "\F1C8"; }

.ion-ios7-play-outline:before {
  content: "\F1C7"; }

.ion-ios7-plus:before {
  content: "\F1CB"; }

.ion-ios7-plus-empty:before {
  content: "\F1C9"; }

.ion-ios7-plus-outline:before {
  content: "\F1CA"; }

.ion-ios7-pricetag:before {
  content: "\F28D"; }

.ion-ios7-pricetag-outline:before {
  content: "\F28C"; }

.ion-ios7-pricetags:before {
  content: "\F333"; }

.ion-ios7-pricetags-outline:before {
  content: "\F332"; }

.ion-ios7-printer:before {
  content: "\F1CD"; }

.ion-ios7-printer-outline:before {
  content: "\F1CC"; }

.ion-ios7-pulse:before {
  content: "\F335"; }

.ion-ios7-pulse-strong:before {
  content: "\F334"; }

.ion-ios7-rainy:before {
  content: "\F1CF"; }

.ion-ios7-rainy-outline:before {
  content: "\F1CE"; }

.ion-ios7-recording:before {
  content: "\F1D1"; }

.ion-ios7-recording-outline:before {
  content: "\F1D0"; }

.ion-ios7-redo:before {
  content: "\F1D3"; }

.ion-ios7-redo-outline:before {
  content: "\F1D2"; }

.ion-ios7-refresh:before {
  content: "\F1D6"; }

.ion-ios7-refresh-empty:before {
  content: "\F1D4"; }

.ion-ios7-refresh-outline:before {
  content: "\F1D5"; }

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "\F28E"; }

.ion-ios7-reverse-camera:before {
  content: "\F337"; }

.ion-ios7-reverse-camera-outline:before {
  content: "\F336"; }

.ion-ios7-rewind:before {
  content: "\F1D8"; }

.ion-ios7-rewind-outline:before {
  content: "\F1D7"; }

.ion-ios7-search:before {
  content: "\F1DA"; }

.ion-ios7-search-strong:before {
  content: "\F1D9"; }

.ion-ios7-settings:before {
  content: "\F339"; }

.ion-ios7-settings-strong:before {
  content: "\F338"; }

.ion-ios7-shrink:before {
  content: "\F30E"; }

.ion-ios7-skipbackward:before {
  content: "\F1DC"; }

.ion-ios7-skipbackward-outline:before {
  content: "\F1DB"; }

.ion-ios7-skipforward:before {
  content: "\F1DE"; }

.ion-ios7-skipforward-outline:before {
  content: "\F1DD"; }

.ion-ios7-snowy:before {
  content: "\F309"; }

.ion-ios7-speedometer:before {
  content: "\F290"; }

.ion-ios7-speedometer-outline:before {
  content: "\F28F"; }

.ion-ios7-star:before {
  content: "\F1E0"; }

.ion-ios7-star-half:before {
  content: "\F33A"; }

.ion-ios7-star-outline:before {
  content: "\F1DF"; }

.ion-ios7-stopwatch:before {
  content: "\F1E2"; }

.ion-ios7-stopwatch-outline:before {
  content: "\F1E1"; }

.ion-ios7-sunny:before {
  content: "\F1E4"; }

.ion-ios7-sunny-outline:before {
  content: "\F1E3"; }

.ion-ios7-telephone:before {
  content: "\F1E6"; }

.ion-ios7-telephone-outline:before {
  content: "\F1E5"; }

.ion-ios7-tennisball:before {
  content: "\F33C"; }

.ion-ios7-tennisball-outline:before {
  content: "\F33B"; }

.ion-ios7-thunderstorm:before {
  content: "\F1E8"; }

.ion-ios7-thunderstorm-outline:before {
  content: "\F1E7"; }

.ion-ios7-time:before {
  content: "\F292"; }

.ion-ios7-time-outline:before {
  content: "\F291"; }

.ion-ios7-timer:before {
  content: "\F1EA"; }

.ion-ios7-timer-outline:before {
  content: "\F1E9"; }

.ion-ios7-toggle:before {
  content: "\F33E"; }

.ion-ios7-toggle-outline:before {
  content: "\F33D"; }

.ion-ios7-trash:before {
  content: "\F1EC"; }

.ion-ios7-trash-outline:before {
  content: "\F1EB"; }

.ion-ios7-undo:before {
  content: "\F1EE"; }

.ion-ios7-undo-outline:before {
  content: "\F1ED"; }

.ion-ios7-unlocked:before {
  content: "\F1F0"; }

.ion-ios7-unlocked-outline:before {
  content: "\F1EF"; }

.ion-ios7-upload:before {
  content: "\F1F2"; }

.ion-ios7-upload-outline:before {
  content: "\F1F1"; }

.ion-ios7-videocam:before {
  content: "\F1F4"; }

.ion-ios7-videocam-outline:before {
  content: "\F1F3"; }

.ion-ios7-volume-high:before {
  content: "\F1F5"; }

.ion-ios7-volume-low:before {
  content: "\F1F6"; }

.ion-ios7-wineglass:before {
  content: "\F294"; }

.ion-ios7-wineglass-outline:before {
  content: "\F293"; }

.ion-ios7-world:before {
  content: "\F1F8"; }

.ion-ios7-world-outline:before {
  content: "\F1F7"; }

.ion-ipad:before {
  content: "\F1F9"; }

.ion-iphone:before {
  content: "\F1FA"; }

.ion-ipod:before {
  content: "\F1FB"; }

.ion-jet:before {
  content: "\F295"; }

.ion-key:before {
  content: "\F296"; }

.ion-knife:before {
  content: "\F297"; }

.ion-laptop:before {
  content: "\F1FC"; }

.ion-leaf:before {
  content: "\F1FD"; }

.ion-levels:before {
  content: "\F298"; }

.ion-lightbulb:before {
  content: "\F299"; }

.ion-link:before {
  content: "\F1FE"; }

.ion-load-a:before, .ion-loading-a:before {
  content: "\F29A"; }

.ion-load-b:before, .ion-loading-b:before {
  content: "\F29B"; }

.ion-load-c:before, .ion-loading-c:before, .loader:before, .file-icon.loading:before, .block-loader .spinner:before {
  content: "\F29C"; }

.ion-load-d:before, .ion-loading-d:before {
  content: "\F29D"; }

.ion-location:before {
  content: "\F1FF"; }

.ion-locked:before {
  content: "\F200"; }

.ion-log-in:before {
  content: "\F29E"; }

.ion-log-out:before, .topbar-nav .logout .icon:before {
  content: "\F29F"; }

.ion-loop:before, .ion-looping:before {
  content: "\F201"; }

.ion-magnet:before {
  content: "\F2A0"; }

.ion-male:before {
  content: "\F2A1"; }

.ion-man:before {
  content: "\F202"; }

.ion-map:before {
  content: "\F203"; }

.ion-medkit:before {
  content: "\F2A2"; }

.ion-merge:before {
  content: "\F33F"; }

.ion-mic-a:before {
  content: "\F204"; }

.ion-mic-b:before {
  content: "\F205"; }

.ion-mic-c:before {
  content: "\F206"; }

.ion-minus:before {
  content: "\F209"; }

.ion-minus-circled:before {
  content: "\F207"; }

.ion-minus-round:before {
  content: "\F208"; }

.ion-model-s:before {
  content: "\F2C1"; }

.ion-monitor:before {
  content: "\F20A"; }

.ion-more:before {
  content: "\F20B"; }

.ion-mouse:before {
  content: "\F340"; }

.ion-music-note:before {
  content: "\F20C"; }

.ion-navicon:before, .primary-aside .nav-button:before {
  content: "\F20E"; }

.ion-navicon-round:before {
  content: "\F20D"; }

.ion-navigate:before {
  content: "\F2A3"; }

.ion-network:before {
  content: "\F341"; }

.ion-no-smoking:before {
  content: "\F2C2"; }

.ion-nuclear:before {
  content: "\F2A4"; }

.ion-outlet:before {
  content: "\F342"; }

.ion-paper-airplane:before {
  content: "\F2C3"; }

.ion-paperclip:before {
  content: "\F20F"; }

.ion-pause:before {
  content: "\F210"; }

.ion-person:before, .primary-nav .doctors:before, .patients-header .create-section button i:before, .state-patients-edit .finish:before, .state-patients-show-identity .finish:before, .doctors-header .create-section button i:before {
  content: "\F213"; }

.ion-person-add:before {
  content: "\F211"; }

.ion-person-stalker:before, .primary-nav .patients:before {
  content: "\F212"; }

.ion-pie-graph:before {
  content: "\F2A5"; }

.ion-pin:before {
  content: "\F2A6"; }

.ion-pinpoint:before {
  content: "\F2A7"; }

.ion-pizza:before {
  content: "\F2A8"; }

.ion-plane:before {
  content: "\F214"; }

.ion-planet:before {
  content: "\F343"; }

.ion-play:before {
  content: "\F215"; }

.ion-playstation:before {
  content: "\F30A"; }

.ion-plus:before, .template-types > header button:before, .search-aside .add-filter-panel .add-filter:before {
  content: "\F218"; }

.ion-plus-circled:before {
  content: "\F216"; }

.ion-plus-round:before {
  content: "\F217"; }

.ion-podium:before {
  content: "\F344"; }

.ion-pound:before {
  content: "\F219"; }

.ion-power:before, .primary-aside header .logo:before {
  content: "\F2A9"; }

.ion-pricetag:before {
  content: "\F2AA"; }

.ion-pricetags:before {
  content: "\F2AB"; }

.ion-printer:before, .report-header .export-action.print i:before {
  content: "\F21A"; }

.ion-pull-request:before {
  content: "\F345"; }

.ion-qr-scanner:before {
  content: "\F346"; }

.ion-quote:before {
  content: "\F347"; }

.ion-radio-waves:before {
  content: "\F2AC"; }

.ion-record:before {
  content: "\F21B"; }

.ion-refresh:before, .ion-refreshing:before {
  content: "\F21C"; }

.ion-reply:before {
  content: "\F21E"; }

.ion-reply-all:before {
  content: "\F21D"; }

.ion-ribbon-a:before {
  content: "\F348"; }

.ion-ribbon-b:before {
  content: "\F349"; }

.ion-sad:before {
  content: "\F34A"; }

.ion-scissors:before {
  content: "\F34B"; }

.ion-search:before, .primary-nav .search:before {
  content: "\F21F"; }

.ion-settings:before {
  content: "\F2AD"; }

.ion-share:before {
  content: "\F220"; }

.ion-shuffle:before {
  content: "\F221"; }

.ion-skip-backward:before {
  content: "\F222"; }

.ion-skip-forward:before {
  content: "\F223"; }

.ion-social-android:before {
  content: "\F225"; }

.ion-social-android-outline:before {
  content: "\F224"; }

.ion-social-apple:before {
  content: "\F227"; }

.ion-social-apple-outline:before {
  content: "\F226"; }

.ion-social-bitcoin:before {
  content: "\F2AF"; }

.ion-social-bitcoin-outline:before {
  content: "\F2AE"; }

.ion-social-buffer:before {
  content: "\F229"; }

.ion-social-buffer-outline:before {
  content: "\F228"; }

.ion-social-designernews:before {
  content: "\F22B"; }

.ion-social-designernews-outline:before {
  content: "\F22A"; }

.ion-social-dribbble:before {
  content: "\F22D"; }

.ion-social-dribbble-outline:before {
  content: "\F22C"; }

.ion-social-dropbox:before {
  content: "\F22F"; }

.ion-social-dropbox-outline:before {
  content: "\F22E"; }

.ion-social-facebook:before {
  content: "\F231"; }

.ion-social-facebook-outline:before {
  content: "\F230"; }

.ion-social-foursquare:before {
  content: "\F34D"; }

.ion-social-foursquare-outline:before {
  content: "\F34C"; }

.ion-social-freebsd-devil:before {
  content: "\F2C4"; }

.ion-social-github:before {
  content: "\F233"; }

.ion-social-github-outline:before {
  content: "\F232"; }

.ion-social-google:before, .two-factor-form .item-title.google_authenticator:before {
  content: "\F34F"; }

.ion-social-google-outline:before {
  content: "\F34E"; }

.ion-social-googleplus:before {
  content: "\F235"; }

.ion-social-googleplus-outline:before {
  content: "\F234"; }

.ion-social-hackernews:before {
  content: "\F237"; }

.ion-social-hackernews-outline:before {
  content: "\F236"; }

.ion-social-instagram:before {
  content: "\F351"; }

.ion-social-instagram-outline:before {
  content: "\F350"; }

.ion-social-linkedin:before {
  content: "\F239"; }

.ion-social-linkedin-outline:before {
  content: "\F238"; }

.ion-social-pinterest:before {
  content: "\F2B1"; }

.ion-social-pinterest-outline:before {
  content: "\F2B0"; }

.ion-social-reddit:before {
  content: "\F23B"; }

.ion-social-reddit-outline:before {
  content: "\F23A"; }

.ion-social-rss:before {
  content: "\F23D"; }

.ion-social-rss-outline:before {
  content: "\F23C"; }

.ion-social-skype:before {
  content: "\F23F"; }

.ion-social-skype-outline:before {
  content: "\F23E"; }

.ion-social-tumblr:before {
  content: "\F241"; }

.ion-social-tumblr-outline:before {
  content: "\F240"; }

.ion-social-tux:before {
  content: "\F2C5"; }

.ion-social-twitter:before {
  content: "\F243"; }

.ion-social-twitter-outline:before {
  content: "\F242"; }

.ion-social-usd:before {
  content: "\F353"; }

.ion-social-usd-outline:before {
  content: "\F352"; }

.ion-social-vimeo:before {
  content: "\F245"; }

.ion-social-vimeo-outline:before {
  content: "\F244"; }

.ion-social-windows:before {
  content: "\F247"; }

.ion-social-windows-outline:before {
  content: "\F246"; }

.ion-social-wordpress:before {
  content: "\F249"; }

.ion-social-wordpress-outline:before {
  content: "\F248"; }

.ion-social-yahoo:before {
  content: "\F24B"; }

.ion-social-yahoo-outline:before {
  content: "\F24A"; }

.ion-social-youtube:before {
  content: "\F24D"; }

.ion-social-youtube-outline:before {
  content: "\F24C"; }

.ion-speakerphone:before {
  content: "\F2B2"; }

.ion-speedometer:before {
  content: "\F2B3"; }

.ion-spoon:before {
  content: "\F2B4"; }

.ion-star:before {
  content: "\F24E"; }

.ion-stats-bars:before, .primary-nav .clinical-studies:before {
  content: "\F2B5"; }

.ion-steam:before {
  content: "\F30B"; }

.ion-stop:before {
  content: "\F24F"; }

.ion-thermometer:before {
  content: "\F2B6"; }

.ion-thumbsdown:before {
  content: "\F250"; }

.ion-thumbsup:before {
  content: "\F251"; }

.ion-toggle:before {
  content: "\F355"; }

.ion-toggle-filled:before {
  content: "\F354"; }

.ion-trash-a:before {
  content: "\F252"; }

.ion-trash-b:before {
  content: "\F253"; }

.ion-trophie:before {
  content: "\F356"; }

.ion-umbrella:before {
  content: "\F2B7"; }

.ion-university:before {
  content: "\F357"; }

.ion-unlocked:before {
  content: "\F254"; }

.ion-upload:before {
  content: "\F255"; }

.ion-usb:before {
  content: "\F2B8"; }

.ion-videocamera:before {
  content: "\F256"; }

.ion-volume-high:before {
  content: "\F257"; }

.ion-volume-low:before {
  content: "\F258"; }

.ion-volume-medium:before {
  content: "\F259"; }

.ion-volume-mute:before {
  content: "\F25A"; }

.ion-wand:before {
  content: "\F358"; }

.ion-waterdrop:before {
  content: "\F25B"; }

.ion-wifi:before {
  content: "\F25C"; }

.ion-wineglass:before {
  content: "\F2B9"; }

.ion-woman:before {
  content: "\F25D"; }

.ion-wrench:before {
  content: "\F2BA"; }

.ion-xbox:before {
  content: "\F30C"; }

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none; }

.toggle {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px; }
  .toggle input:checked + .track {
    border-color: #556167;
    background-color: #556167; }
  .toggle.dragging .handle {
    background-color: #f2f2f2 !important; }
  .toggle.toggle-light input:checked + .track {
    border-color: #ddd;
    background-color: #ddd; }
  .toggle.toggle-stable input:checked + .track {
    border-color: #b2b2b2;
    background-color: #b2b2b2; }
  .toggle.toggle-positive input:checked + .track {
    border-color: #4a87ee;
    background-color: #4a87ee; }
  .toggle.toggle-calm input:checked + .track {
    border-color: #43cee6;
    background-color: #43cee6; }
  .toggle.toggle-assertive input:checked + .track {
    border-color: #ef4e3a;
    background-color: #ef4e3a; }
  .toggle.toggle-balanced input:checked + .track {
    border-color: #66cc33;
    background-color: #66cc33; }
  .toggle.toggle-energized input:checked + .track {
    border-color: #f0b840;
    background-color: #f0b840; }
  .toggle.toggle-royal input:checked + .track {
    border-color: #8a6de9;
    background-color: #8a6de9; }
  .toggle.toggle-dark input:checked + .track {
    border-color: #444;
    background-color: #444; }

.toggle input {
  display: none; }

/* the track appearance when the toggle is "off" */
.toggle .track {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 54px;
  height: 32px;
  border: solid 2px #E5E5E5;
  border-radius: 20px;
  background-color: #E5E5E5;
  content: ' ';
  cursor: pointer;
  pointer-events: none; }

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .track {
  -webkit-background-clip: padding-box; }

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.toggle .handle {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #fff;
  top: 7px;
  left: 7px; }
  .toggle .handle:before {
    position: absolute;
    top: -4px;
    left: -22px;
    padding: 19px 35px;
    content: " "; }

.toggle input:checked + .track .handle {
  -webkit-transform: translate3d(22px, 0, 0);
  -moz-transform: translate3d(22px, 0, 0);
  transform: translate3d(22px, 0, 0);
  background-color: #fff; }

.item-toggle.active {
  box-shadow: none; }

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px; }

.item-toggle.item-complex {
  padding-right: 0; }

.item-toggle .toggle {
  position: absolute;
  top: 7.5px;
  right: 15px;
  z-index: 3; }

.toggle input:disabled + .track {
  opacity: .6; }

/**
 * Range
 * --------------------------------------------------
 */
input[type="range"] {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 1px;
  width: auto;
  height: 35px;
  outline: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc), color-stop(100%, #ccc));
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
  background-position: center;
  background-size: 99% 4px;
  background-repeat: no-repeat;
  -webkit-appearance: none; }
  input[type="range"]::-webkit-slider-thumb {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 1px 3px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-appearance: none; }
  input[type="range"]::-webkit-slider-thumb:before {
    /* what creates the colorful line on the left side of the slider */
    position: absolute;
    top: 8px;
    left: -2001px;
    width: 2000px;
    height: 4px;
    background: #444;
    content: ' '; }
  input[type="range"]::-webkit-slider-thumb:after {
    /* create a larger (but hidden) hit area */
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 30px;
    content: ' '; }

.range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2px 4px; }
  .range.range-light input::-webkit-slider-thumb:before {
    background: #ddd; }
  .range.range-stable input::-webkit-slider-thumb:before {
    background: #b2b2b2; }
  .range.range-positive input::-webkit-slider-thumb:before {
    background: #4a87ee; }
  .range.range-calm input::-webkit-slider-thumb:before {
    background: #43cee6; }
  .range.range-balanced input::-webkit-slider-thumb:before {
    background: #66cc33; }
  .range.range-assertive input::-webkit-slider-thumb:before {
    background: #ef4e3a; }
  .range.range-energized input::-webkit-slider-thumb:before {
    background: #f0b840; }
  .range.range-royal input::-webkit-slider-thumb:before {
    background: #8a6de9; }
  .range.range-dark input::-webkit-slider-thumb:before {
    background: #444; }

.range .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: block;
  min-width: 24px;
  text-align: center;
  font-size: 24px; }

.range input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-right: 10px;
  margin-left: 10px; }

.range-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  white-space: nowrap; }

.range-label:first-child {
  padding-left: 5px; }

.range input + .range-label {
  padding-right: 5px;
  padding-left: 0; }

.overflowArea {
  overflow: auto; }

.core-section {
  position: relative;
  height: 100%; }
  .core-section .primary-aside {
    float: left; }
  .core-section .content-wrapper {
    height: 100%;
    padding-top: 43px;
    position: relative; }
  .core-section .topbar {
    position: absolute;
    top: 0; }
  .core-section .main-content {
    position: relative; }
    .core-section .main-content .row {
      margin-left: 0px;
      margin-right: 0px; }

.main-content-has-aside-patient-open {
  padding-left: 320px; }
  .main-content-has-aside-patient-open .common-loading {
    margin-left: 0px !important; }

.main-content {
  position: relative;
  height: 100%; }
  .main-content.has-aside .inner-aside {
    z-index: 10;
    left: 275px;
    top: -1px;
    height: calc(100%);
    position: fixed; }
  .main-content.has-aside .inner-aside-2 {
    visibility: visible;
    margin-left: 320px; }
  .main-content.has-aside .inner-aside-2.ng-hide {
    visibility: hidden;
    margin-left: 320px; }
  .main-content.has-aside .inner-aside-2.ng-animate.ng-hide-add-active {
    margin-left: 320px !important; }
  .main-content.has-aside .inner-aside-2.ng-animate.ng-hide-remove-active {
    margin-left: 320px; }
  .main-content.has-aside .inner-aside-doctor.ng-hide,
  .main-content.has-aside .inner-aside-doctor.ng-animate.ng-hide-remove,
  .main-content.has-aside .inner-aside-doctor.ng-animate.ng-hide-add {
    margin-left: -130px; }
  .main-content.has-aside .inner-aside-medical-history.ng-hide-add-active,
  .main-content.has-aside .inner-aside-medical-history.ng-hide,
  .main-content.has-aside .inner-aside-medical-history.ng-animate.ng-hide-add,
  .main-content.has-aside .inner-aside-medical-history.ng-animate.ng-hide-remove {
    margin-left: 320px-calc(75% - 320px); }
  .main-content.has-aside .inner-aside-identity.ng-hide-add-active,
  .main-content.has-aside .inner-aside-identity.ng-hide,
  .main-content.has-aside .inner-aside-identity.ng-animate.ng-hide-add,
  .main-content.has-aside .inner-aside-identity.ng-animate.ng-hide-remove {
    margin-left: 320px-calc(85% - 320px); }
  .main-content.has-aside .inner-aside-document.ng-hide-add-active,
  .main-content.has-aside .inner-aside-document.ng-hide,
  .main-content.has-aside .inner-aside-document.ng-animate.ng-hide-add,
  .main-content.has-aside .inner-aside-document.ng-animate.ng-hide-remove {
    margin-left: 320px-calc(85% - 320px); }
  .main-content.has-aside .inner-aside-imagery.ng-hide-add-active,
  .main-content.has-aside .inner-aside-imagery.ng-hide,
  .main-content.has-aside .inner-aside-imagery.ng-animate.ng-hide-add,
  .main-content.has-aside .inner-aside-imagery.ng-animate.ng-hide-remove {
    margin-left: 320px-calc(85% - 320px); }
  .main-content .inner-aside {
    position: absolute;
    left: 0;
    margin-left: -220px;
    -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25); }
  .main-content .inner-aside-medical-history, .main-content .inner-aside-medical-history.ng-hide {
    width: calc(75% - 320px);
    margin-left: -calc(75% - 320px); }
  .main-content .inner-aside-doctor, .main-content .inner-aside-doctor.ng-hide {
    width: 450px;
    margin-left: -450px; }
  .main-content .inner-aside-identity, .main-content .inner-aside-identity.ng-hide {
    width: calc(85% - 320px);
    margin-left: -calc(85% - 320px); }
  .main-content .inner-aside-document, .main-content .inner-aside-document.ng-hide {
    width: calc(85% - 320px);
    margin-left: -calc(85% - 320px); }
  .main-content .inner-aside-imagery, .main-content .inner-aside-imagery.ng-hide {
    width: calc(85% - 320px);
    margin-left: -calc(85% - 320px); }
  .main-content .inner-aside-2, .main-content .inner-aside-2.ng-hide {
    left: 60px;
    z-index: 10;
    background-color: white;
    -webkit-transition: margin-left linear 50ms;
    transition: margin-left linear 50ms;
    overflow: auto;
    padding-top: 10px;
    -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25); }
  .main-content .inner-wrapper {
    height: 100%; }
  .main-content .inner-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    z-index: 2; }
    .main-content .inner-header:before, .main-content .inner-header:after {
      display: table;
      content: "";
      line-height: 0; }
    .main-content .inner-header:after {
      clear: both; }
  .main-content .inner-main {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1; }
    .main-content .inner-main:before, .main-content .inner-main:after {
      display: table;
      content: "";
      line-height: 0; }
    .main-content .inner-main:after {
      clear: both; }

.sections-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .sections-wrapper:before, .sections-wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .sections-wrapper:after {
    clear: both; }

.core-slide-left {
  position: absolute;
  top: 0px;
  left: 55px;
  width: 90%;
  height: 100%;
  z-index: 10; }

h1,
.patient-history-template > h3,
.consultation-template > h3,
.documents-section .documents-grid h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  color: #616E75;
  font-size: 2rem; }

h2,
.file-import-modal h5 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  text-transform: none;
  font-size: 1.5rem; }

h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  font-size: 1rem; }

h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style: none;
  font-family: "Oxygen", sans-serif;
  line-height: 1.2;
  font-size: 0.875rem; }

a {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #616E75;
  text-decoration: none; }
  a:hover, a:active, a.active {
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    color: #333a3d; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger, .form-validation {
  color: #a94442; }

a.text-danger:hover, a.form-validation:hover,
a.text-danger:focus,
a.form-validation:focus {
  color: #843534; }

.primary-aside {
  position: relative;
  z-index: 999;
  width: 54px;
  height: 100%;
  color: #ffffff;
  background: #1a242f; }
  .primary-aside.opened {
    width: 250px; }
  .primary-aside header {
    height: 43px;
    border-bottom: 3px solid teal;
    background: #616E75; }
    .primary-aside header .logo {
      display: table-cell;
      padding-left: 15px;
      vertical-align: top;
      width: 40px;
      padding-top: 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.5rem; }
  .primary-aside .nav-button {
    position: absolute;
    left: 0; }

.content-wrapper {
  margin-left: 54px; }

.topbar {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: table;
  width: 100%;
  height: 43px;
  background: #ffffff; }

.topbar-logout {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top; }

.topbar-user {
  color: #39bfbf;
  font-size: 0.8125rem;
  display: inline-block;
  padding-top: 1px; }
  .topbar-user .name {
    vertical-align: middle; }
    .topbar-user .name .label {
      margin-right: 5px; }
  .topbar-user .logout {
    font-size: 0.73125rem;
    text-align: center; }

.topbar-nav {
  /*overflow: hidden;*/
  color: #99adb2;
  text-align: right;
  font-size: 1rem;
  line-height: 43px; }
  .topbar-nav ul {
    margin: 0;
    list-style: none; }
    .topbar-nav ul:after {
      clear: both; }
  .topbar-nav li {
    float: right;
    margin-left: 10px;
    height: 43px;
    padding-right: 5px;
    position: absolute;
    right: 0; }
  .topbar-nav .action {
    position: relative;
    display: inline-block;
    height: 43px;
    padding: 0;
    border: 0;
    color: #99adb2;
    background: none;
    text-decoration: none; }
    .topbar-nav .action:active, .topbar-nav .action:focus {
      outline: none; }
    .topbar-nav .action:hover {
      color: #6d8a91;
      text-decoration: none; }
  .topbar-nav .icon {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    padding-top: 5px;
    font-size: 1.4rem; }
  .topbar-nav .logout {
    margin-left: 10px; }

.topbar-recorder-section {
  position: fixed;
  bottom: 0px;
  top: 50px;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  right: 0px;
  background-color: white;
  width: 280px;
  padding-bottom: 10px; }

.primary-nav {
  color: #ffffff;
  width: inherit; }
  .primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .primary-nav ul.nav-footer {
      bottom: 0;
      position: fixed;
      width: inherit; }
  .primary-nav li {
    border-bottom: 1px solid #000000; }
  .primary-nav .link {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    display: block;
    height: 46px;
    padding-left: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    line-height: 46px; }
    .primary-nav .link:before {
      padding-right: 20px;
      font-size: 1rem; }
    .primary-nav .link.active, .primary-nav .link:active {
      -webkit-transition-duration: 0.15s;
      -moz-transition-duration: 0.15s;
      transition-duration: 0.15s;
      color: #616E75; }
    .primary-nav .link.expand:hover {
      color: #616E75;
      position: relative;
      width: 54px;
      height: 100%;
      background: #1a242f;
      width: 250px; }
      .primary-nav .link.expand:hover .link-value {
        padding-left: 15px;
        color: #ffffff;
        font-weight: 500; }
  .primary-nav .disabled {
    color: #99adb2; }
  .primary-nav .patients {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px; }
  .primary-nav .billing:before {
    content: "\F153";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .primary-nav .stats:before {
    content: "\F080";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .primary-nav .doctor-link:before {
    content: "\F0F0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .primary-nav .engines {
    padding-left: 16px; }
    .primary-nav .engines a {
      height: 46px;
      color: white;
      text-decoration: none;
      font-size: 1rem;
      line-height: 46px; }
  .primary-nav .help-popover {
    color: #616E75;
    left: 54px;
    display: block;
    text-align: center;
    line-height: 1.7;
    margin-top: -30px; }
  .primary-nav .policies {
    font-size: 0.75rem; }
  .primary-nav .global-state {
    padding-left: 3px; }
    .primary-nav .global-state .badge-warning {
      background-color: orange; }
    .primary-nav .global-state .badge-danger {
      background-color: red; }
    .primary-nav .global-state .badge-success {
      background-color: green; }
  .primary-nav .primary-patients {
    position: absolute;
    margin-left: 34px;
    width: 196px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background-color: #1a242f;
    border: 5px solid #1a242f; }

.primary-patients input {
  margin-bottom: 5px;
  width: 100%; }

.primary-patients .primary-patient-no-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid white;
  background-color: white;
  font-size: 12px;
  display: block; }

.primary-patients .primary-patient-item:first-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  border-top: 1px solid white; }

.primary-patients .primary-patient-item:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px; }

.primary-patients .primary-patient-item {
  padding: 5px;
  font-size: 12px;
  color: #000000;
  border-bottom: 1px dashed white;
  line-height: 20px !important;
  height: inherit !important;
  background-color: white;
  border-color: grey;
  display: block;
  text-align: center; }

.inner-aside, .inner-aside-2 {
  width: 320px;
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e8e9ea; }

.leftCol {
  float: left;
  width: 80%; }

.rightCol {
  float: right;
  width: 20%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

.rightCol i {
  display: inline-block;
  padding: 4px 5px 4px 0px;
  color: #68696b; }

.staticArea {
  display: block;
  height: 20%; }

.variableArea {
  display: block;
  height: 75%;
  width: 100%;
  overflow-y: auto; }

.cartoucheButton {
  width: 100%; }

.patients-aside-close {
  height: 160px !important; }
  .patients-aside-close .patient-informations, .patients-aside-close .patient-informations .contener {
    overflow: hidden !important; }

.patients-aside-open .patient-informations .contener {
  padding-bottom: 40px; }

.patients-aside {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px; }
  .patients-aside:before, .patients-aside:after {
    display: table;
    content: "";
    line-height: 0; }
  .patients-aside:after {
    clear: both; }
  .patients-aside button.btn-aside-2-close {
    margin-top: 5px;
    width: 100%; }
  .patients-aside .contener {
    overflow: auto;
    height: 100%; }

.patients-aside-2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  z-index: 10;
  position: fixed; }
  .patients-aside-2:before, .patients-aside-2:after {
    display: table;
    content: "";
    line-height: 0; }
  .patients-aside-2:after {
    clear: both; }
  .patients-aside-2 button.btn-close-aside-2 {
    display: block;
    width: 100%; }

.patient-informations {
  position: relative;
  padding-top: 5px;
  height: 100%;
  overflow: inherit; }
  .patient-informations section {
    margin-bottom: 5px; }
  .patient-informations section.patient-aside-name-close {
    padding-bottom: 100px; }
  .patient-informations section.section-button-aside-close {
    position: absolute;
    bottom: 2px;
    width: 100%; }
    .patient-informations section.section-button-aside-close div.btn-group {
      text-align: center;
      width: 100%; }
    .patient-informations section.section-button-aside-close .css-old-medical-history {
      width: 33% !important; }
    .patient-informations section.section-button-aside-close button {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      width: 105px;
      padding: 5px 0px 1px 0px; }
      .patient-informations section.section-button-aside-close button span {
        font-size: 20px; }
    .patient-informations section.section-button-aside-close .button-click-open-aside {
      font-size: 16px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 1px;
      width: 209px;
      padding: 0px; }
  .patient-informations div.button-click-close-aside {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    width: 220px;
    background-color: white;
    margin-left: -5px;
    padding: 5px;
    padding-right: 0px; }
    .patient-informations div.button-click-close-aside button {
      width: 100%; }
  .patient-informations h1 {
    line-height: 1; }
    .patient-informations h1 a {
      color: #41c6c6; }
    .patient-informations h1 a:hover, .patient-informations h1 a:focus {
      color: #35aeae;
      text-decoration: none; }
  .patient-informations .name {
    margin-bottom: 0; }
  .patient-informations .age {
    color: #8c9196;
    font-size: 1rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.2; }
  .patient-informations .comment h3 {
    margin-bottom: 5px; }
  .patient-informations .comment div {
    color: #6b858c;
    font-size: 0.8125rem;
    font-family: Arial, sans-serif;
    line-height: 1.2; }
  .patient-informations .comment .edit {
    position: absolute;
    right: 0px;
    cursor: pointer; }
  .patient-informations .comment textarea {
    height: 200px; }
  .patient-informations .comment button {
    margin-top: 5px;
    width: 100%; }
  .patient-informations .comment .text {
    position: relative;
    z-index: 4;
    white-space: pre-wrap;
    font-size: 0.875rem;
    font-family: Arial, sans-serif; }
  .patient-informations .used-templates .record-type-badge {
    float: left;
    margin: 10px 4px !important;
    text-align: center; }
  .patient-informations .used-templates .record-type-badge.second {
    margin-left: 27px !important; }
  .patient-informations .doctors .name span {
    text-transform: uppercase; }
  .patient-informations .doctors ul {
    padding-left: 15px;
    color: #000000; }
    .patient-informations .doctors ul li {
      padding-left: 0px;
      margin: 2px; }
  .patient-informations .stat h3 {
    margin-bottom: 5px; }
  .patient-informations .stat div {
    color: #6b858c;
    font-size: 0.8125rem;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    padding: 3px; }
  .patient-informations .stat p {
    margin: 0;
    padding: 0; }
  .patient-informations .stat p:first-letter {
    text-transform: uppercase; }
  .patient-informations .stat span.floatright {
    float: right;
    margin-left: 5px; }
  .patient-informations .stat .gray {
    background-color: #eee; }
  .patient-informations .loader, .patient-informations .file-icon.loading {
    position: absolute;
    top: 30px;
    left: 50%; }

.allergies {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #e74c3c; }
  .allergies .default {
    color: #000000; }
  .allergies .decoration {
    position: absolute;
    top: 15px;
    right: 40px; }
    .allergies .decoration .outer {
      width: 45px;
      height: 26px;
      position: relative;
      background-color: #ed7669;
      margin-top: 13px;
      margin-bottom: 13px;
      position: absolute;
      top: 0;
      left: 0; }
      .allergies .decoration .outer:before, .allergies .decoration .outer:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent; }
      .allergies .decoration .outer:before {
        border-bottom: 13px solid #ed7669;
        top: -13px; }
      .allergies .decoration .outer:after {
        bottom: -13px;
        border-top: 13px solid #ed7669; }
    .allergies .decoration .inner {
      width: 37px;
      height: 21px;
      position: relative;
      background-color: #e74c3c;
      margin-top: 11px;
      margin-bottom: 11px;
      position: absolute;
      z-index: 2;
      top: 5px;
      left: 4px;
      overflow: visible;
      color: #ed7669;
      text-align: center;
      font-size: 1.5rem; }
      .allergies .decoration .inner:before, .allergies .decoration .inner:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent; }
      .allergies .decoration .inner:before {
        border-bottom: 11px solid #e74c3c;
        top: -11px; }
      .allergies .decoration .inner:after {
        bottom: -11px;
        border-top: 11px solid #e74c3c; }
  .allergies h3 {
    margin-top: 0;
    color: #921e12; }
  .allergies .text {
    position: relative;
    z-index: 4;
    color: #000000;
    white-space: pre-wrap;
    font-size: 0.875rem;
    font-family: Arial, sans-serif; }
  .allergies .edit {
    position: absolute;
    right: 3px;
    cursor: pointer;
    margin-top: -12px; }
  .allergies textarea {
    height: 200px; }
  .allergies button {
    margin-top: 5px;
    width: 100%; }

.section-dia .dia-item {
  display: inline-block;
  margin-right: 5px; }
  .section-dia .dia-item .ion-close, .section-dia .dia-item .template-types > header button.close:before, .template-types > header .section-dia .dia-item button.close:before, .section-dia .dia-item .report-header .cancel i, .report-header .cancel .section-dia .dia-item i, .section-dia .dia-item .filter-panel .panel-heading .close, .filter-panel .panel-heading .section-dia .dia-item .close {
    margin-left: 3px;
    cursor: pointer; }

.section-dia input {
  font-size: 14px;
  padding: 5px;
  padding-left: 10px;
  height: 24px; }

.section-dia .aside-value-dia {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #009899;
  margin-bottom: 10px; }
  .section-dia .aside-value-dia .col-xs-6 {
    margin: 0px;
    padding: 0px; }
    .section-dia .aside-value-dia .col-xs-6 span {
      padding: 3px;
      float: left;
      clear: both;
      border-bottom: 1px dashed #009899; }
    .section-dia .aside-value-dia .col-xs-6 h4 {
      margin-bottom: 3px;
      text-align: center;
      background-color: #616E75;
      color: white; }

.doctors,
.comment,
.allergies {
  border: 1px dashed transparent; }
  .doctors:hover,
  .comment:hover,
  .allergies:hover {
    background-color: lightyellow;
    border: 1px dashed gray; }
    .doctors:hover h3,
    .comment:hover h3,
    .allergies:hover h3 {
      color: #000000; }

.modal-values-diag-by-consultation a {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.needPaddingLeftBecauseCartouchePatient {
  padding-left: 320px !important; }

div.needPaddingLeftBecauseCartouchePatient-open {
  padding-left: 40px; }

.inner-wrapper {
  background: #ffffff; }
  .inner-wrapper.alternative {
    background: #ffffff; }

.inner-header {
  width: 100%;
  z-index: 9; }

.mobile-reports-table {
  border: 1px solid #616E75;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden; }

.mobile-reports-header {
  width: 150px;
  min-width: 150px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  padding-left: 4px;
  color: white;
  font-weight: 300;
  text-align: center; }

.mobile-reports-headers-all {
  background-color: #616E75; }

.mobile-reports-table-row {
  border-top: solid 1px grey; }

.mobile-reports-value {
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  padding-left: 8px;
  width: 100%;
  overflow: auto; }

.mobile-reports-center-vertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.ssvMain {
  overflow: scroll;
  height: 400px; }

.ssvPsWidget {
  border-style: solid;
  border-color: grey;
  border-radius: 10px;
  height: 150px;
  width: 300px;
  background-color: lightgrey; }

.ssvPatientWidget {
  border-style: solid;
  border-color: grey;
  border-radius: 10px;
  height: 150px;
  width: 300px;
  background-color: lightgrey; }

.ssvField {
  width: 180px; }

.ssvFieldSmall {
  width: 50px; }

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-right: 10px; }

.fluid-wrapper {
  display: table;
  width: 100%; }
  .fluid-wrapper > section {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle; }
    .fluid-wrapper > section:first-child {
      padding-left: 0; }
    .fluid-wrapper > section:last-child {
      padding-right: 0; }
    .fluid-wrapper > section.fixed-width {
      width: 1%; }

.panel {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(107, 107, 107, 0.6);
  border-bottom-color: rgba(107, 107, 107, 0.3); }
  .panel .panel-heading {
    margin: 0 -13px 15px;
    padding: 7.2px 13px;
    background-color: #616E75;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.125rem;
    color: #ffffff; }
    .panel .panel-heading:first-child {
      margin-top: -13px; }

.panel-success {
  border: 1px solid rgba(111, 134, 45, 0.6);
  border-bottom-color: rgba(111, 134, 45, 0.3); }
  .panel-success .panel-heading {
    background-color: #85b200;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.125rem;
    color: #ffffff; }

.panel-danger {
  border: 1px solid rgba(176, 121, 115, 0.6);
  border-bottom-color: rgba(176, 121, 115, 0.3); }
  .panel-danger .panel-heading {
    background-color: #e74c3c;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.125rem;
    color: #ffffff; }

.panel-warning {
  border: 1px solid rgba(169, 130, 96, 0.6);
  border-bottom-color: rgba(169, 130, 96, 0.3); }
  .panel-warning .panel-heading {
    background-color: #e67e22;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.125rem;
    color: #ffffff; }

.panel-info {
  border: 1px solid rgba(172, 178, 178, 0.6);
  border-bottom-color: rgba(172, 178, 178, 0.3); }
  .panel-info .panel-heading {
    background-color: #84dada;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.125rem;
    color: #ffffff; }

table:not(.table-condensed) {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  border: 1px solid #d3dcde;
  border-collapse: separate;
  border-bottom: none;
  background: #fff;
  font-size: 0.8125rem; }
  table:not(.table-condensed) > thead > tr > th,
  table:not(.table-condensed) > thead > tr > td,
  table:not(.table-condensed) > tbody > tr > th,
  table:not(.table-condensed) > tbody > tr > td,
  table:not(.table-condensed) > tfoot > tr > th,
  table:not(.table-condensed) > tfoot > tr > td {
    padding: 16px 24px;
    border-top: none;
    border-bottom: 1px solid #d3dcde;
    vertical-align: middle; }
    table:not(.table-condensed) > thead > tr > th > a,
    table:not(.table-condensed) > thead > tr > td > a,
    table:not(.table-condensed) > tbody > tr > th > a,
    table:not(.table-condensed) > tbody > tr > td > a,
    table:not(.table-condensed) > tfoot > tr > th > a,
    table:not(.table-condensed) > tfoot > tr > td > a {
      display: block;
      margin: -16px -24px;
      min-height: 52px;
      padding: 16px 24px;
      color: #000000; }
      table:not(.table-condensed) > thead > tr > th > a:hover,
      table:not(.table-condensed) > thead > tr > td > a:hover,
      table:not(.table-condensed) > tbody > tr > th > a:hover,
      table:not(.table-condensed) > tbody > tr > td > a:hover,
      table:not(.table-condensed) > tfoot > tr > th > a:hover,
      table:not(.table-condensed) > tfoot > tr > td > a:hover {
        color: #616E75; }
  table:not(.table-condensed) > thead > tr > th,
  table:not(.table-condensed) > tbody > tr > th,
  table:not(.table-condensed) > tfoot > tr > th {
    font-weight: bold;
    font-size: 0.875rem; }
  table:not(.table-condensed) > thead:first-child > tr > th,
  table:not(.table-condensed) > thead:first-child > tr > td,
  table:not(.table-condensed) > caption + thead > tr > th,
  table:not(.table-condensed) > caption + thead > tr > td,
  table:not(.table-condensed) > colgroup + thead > tr > th,
  table:not(.table-condensed) > colgroup + thead > tr > td {
    color: #fff;
    font-weight: 300;
    background: #616E75; }
    table:not(.table-condensed) > thead:first-child > tr > th:first-child,
    table:not(.table-condensed) > thead:first-child > tr > td:first-child,
    table:not(.table-condensed) > caption + thead > tr > th:first-child,
    table:not(.table-condensed) > caption + thead > tr > td:first-child,
    table:not(.table-condensed) > colgroup + thead > tr > th:first-child,
    table:not(.table-condensed) > colgroup + thead > tr > td:first-child {
      border-left: 1px solid #556167; }
    table:not(.table-condensed) > thead:first-child > tr > th:last-child,
    table:not(.table-condensed) > thead:first-child > tr > td:last-child,
    table:not(.table-condensed) > caption + thead > tr > th:last-child,
    table:not(.table-condensed) > caption + thead > tr > td:last-child,
    table:not(.table-condensed) > colgroup + thead > tr > th:last-child,
    table:not(.table-condensed) > colgroup + thead > tr > td:last-child {
      border-right: 1px solid #556167; }
  table:not(.table-condensed) > thead:first-child > tr:first-child > th,
  table:not(.table-condensed) > thead:first-child > tr:first-child > td,
  table:not(.table-condensed) > caption + thead > tr:first-child > th,
  table:not(.table-condensed) > caption + thead > tr:first-child > td,
  table:not(.table-condensed) > colgroup + thead > tr:first-child > th,
  table:not(.table-condensed) > colgroup + thead > tr:first-child > td {
    border-top: 1px solid #556167; }
    table:not(.table-condensed) > thead:first-child > tr:first-child > th:first-child,
    table:not(.table-condensed) > thead:first-child > tr:first-child > td:first-child,
    table:not(.table-condensed) > caption + thead > tr:first-child > th:first-child,
    table:not(.table-condensed) > caption + thead > tr:first-child > td:first-child,
    table:not(.table-condensed) > colgroup + thead > tr:first-child > th:first-child,
    table:not(.table-condensed) > colgroup + thead > tr:first-child > td:first-child {
      -webkit-border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      border-top-left-radius: 8px; }
    table:not(.table-condensed) > thead:first-child > tr:first-child > th:last-child,
    table:not(.table-condensed) > thead:first-child > tr:first-child > td:last-child,
    table:not(.table-condensed) > caption + thead > tr:first-child > th:last-child,
    table:not(.table-condensed) > caption + thead > tr:first-child > td:last-child,
    table:not(.table-condensed) > colgroup + thead > tr:first-child > th:last-child,
    table:not(.table-condensed) > colgroup + thead > tr:first-child > td:last-child {
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      border-top-right-radius: 8px; }
  table:not(.table-condensed) > thead:first-child > tr:last-child > th,
  table:not(.table-condensed) > thead:first-child > tr:last-child > td,
  table:not(.table-condensed) > caption + thead > tr:last-child > th,
  table:not(.table-condensed) > caption + thead > tr:last-child > td,
  table:not(.table-condensed) > colgroup + thead > tr:last-child > th,
  table:not(.table-condensed) > colgroup + thead > tr:last-child > td {
    border-bottom: 1px solid #556167; }
  table:not(.table-condensed) > tbody > tr:hover,
  table:not(.table-condensed) > tfoot > tr:hover {
    background-color: #def7f7; }

.panel table {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0; }
  .panel table > thead:first-child > tr:first-child > th:first-child,
  .panel table > thead:first-child > tr:first-child > td:first-child,
  .panel table > caption + thead > tr:first-child > th:first-child,
  .panel table > caption + thead > tr:first-child > td:first-child,
  .panel table > colgroup + thead > tr:first-child > th:first-child,
  .panel table > colgroup + thead > tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0; }
  .panel table > thead:first-child > tr:first-child > th:last-child,
  .panel table > thead:first-child > tr:first-child > td:last-child,
  .panel table > caption + thead > tr:first-child > th:last-child,
  .panel table > caption + thead > tr:first-child > td:last-child,
  .panel table > colgroup + thead > tr:first-child > th:last-child,
  .panel table > colgroup + thead > tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0; }

.panel table > thead > tr > th,
.panel table > thead > tr > td,
.panel table > tbody > tr > th,
.panel table > tbody > tr > td,
.panel table > tfoot > tr > th,
.panel table > tfoot > tr > td {
  padding: 8px; }
  .panel table > thead > tr > th > a,
  .panel table > thead > tr > td > a,
  .panel table > tbody > tr > th > a,
  .panel table > tbody > tr > td > a,
  .panel table > tfoot > tr > th > a,
  .panel table > tfoot > tr > td > a {
    margin: -8px;
    min-height: 36px;
    padding: 8px; }

.thumbnail {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  border-color: #fff;
  background: #fff; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(97, 110, 117, 0.5); }

.pagination {
  display: block;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.875rem; }
  .pagination > li {
    display: inline-block;
    margin: 0 0; }
    .pagination > li > a {
      padding: 5px;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      color: #000000;
      background: rgba(0, 0, 0, 0.2); }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      -webkit-border-top-left-radius: 50%;
      -moz-border-radius-topleft: 50%;
      border-top-left-radius: 50%;
      -webkit-border-bottom-left-radius: 50%;
      -moz-border-radius-bottomleft: 50%;
      border-bottom-left-radius: 50%; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      -webkit-border-top-right-radius: 50%;
      -moz-border-radius-topright: 50%;
      border-top-right-radius: 50%;
      -webkit-border-bottom-right-radius: 50%;
      -moz-border-radius-bottomright: 50%;
      border-bottom-right-radius: 50%; }
    .pagination > li:active > a, .pagination > li.active > a {
      color: #fff;
      background: #616E75; }
    .pagination > li:hover > a {
      color: #616E75;
      background: rgba(97, 110, 117, 0.25); }

.btn-md, a.submit,
button.submit, a.cancel,
button.cancel, a.inverse,
button.inverse, a.warning,
button.warning, .report-header .cancel {
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-default {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus:not(.active), .btn-default:active:not(.active) {
    background: #fff !important; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-primary, a.submit,
button.submit, [datepicker-popup-wrap] .actions .clear {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #616E75;
  border-color: #5c696f; }
  .btn-primary:focus:not(.active), a.submit:focus:not(.active),
  button.submit:focus:not(.active), [datepicker-popup-wrap] .actions .clear:focus:not(.active), .btn-primary:active:not(.active), a.submit:active:not(.active),
  button.submit:active:not(.active), [datepicker-popup-wrap] .actions .clear:active:not(.active) {
    background: #616E75 !important; }
  .btn-primary:focus, a.submit:focus,
  button.submit:focus, [datepicker-popup-wrap] .actions .clear:focus, .btn-primary.focus, a.focus.submit,
  button.focus.submit, [datepicker-popup-wrap] .actions .focus.clear {
    color: #fff;
    background-color: #4a5459;
    border-color: #23272a; }
  .btn-primary:hover, a.submit:hover,
  button.submit:hover, [datepicker-popup-wrap] .actions .clear:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
  .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear {
    color: #fff;
    background-color: #4a5459;
    border-color: #41494e; }
    .btn-primary:active:hover, a.submit:active:hover,
    button.submit:active:hover, [datepicker-popup-wrap] .actions .clear:active:hover, .btn-primary:active:focus, a.submit:active:focus,
    button.submit:active:focus, [datepicker-popup-wrap] .actions .clear:active:focus, .btn-primary:active.focus, a.submit:active.focus,
    button.submit:active.focus, [datepicker-popup-wrap] .actions .clear:active.focus, .btn-primary.active:hover, a.active.submit:hover,
    button.active.submit:hover, [datepicker-popup-wrap] .actions .active.clear:hover, .btn-primary.active:focus, a.active.submit:focus,
    button.active.submit:focus, [datepicker-popup-wrap] .actions .active.clear:focus, .btn-primary.active.focus, a.active.focus.submit,
    button.active.focus.submit, [datepicker-popup-wrap] .actions .active.focus.clear,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > a.dropdown-toggle.submit:hover,
    .open > button.dropdown-toggle.submit:hover,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > a.dropdown-toggle.submit:focus,
    .open > button.dropdown-toggle.submit:focus,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.submit,
    .open > button.dropdown-toggle.focus.submit,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.focus.clear {
      color: #fff;
      background-color: #3a4146;
      border-color: #23272a; }
  .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .open > a.dropdown-toggle.submit,
  .open > button.dropdown-toggle.submit,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.clear {
    background-image: none; }
  .btn-primary.disabled:hover, a.disabled.submit:hover,
  button.disabled.submit:hover, [datepicker-popup-wrap] .actions .disabled.clear:hover, .btn-primary.disabled:focus, a.disabled.submit:focus,
  button.disabled.submit:focus, [datepicker-popup-wrap] .actions .disabled.clear:focus, .btn-primary.disabled.focus, a.disabled.focus.submit,
  button.disabled.focus.submit, [datepicker-popup-wrap] .actions .disabled.focus.clear, .btn-primary[disabled]:hover, a.submit[disabled]:hover,
  button.submit[disabled]:hover, [datepicker-popup-wrap] .actions .clear[disabled]:hover, .btn-primary[disabled]:focus, a.submit[disabled]:focus,
  button.submit[disabled]:focus, [datepicker-popup-wrap] .actions .clear[disabled]:focus, .btn-primary[disabled].focus, a.submit[disabled].focus,
  button.submit[disabled].focus, [datepicker-popup-wrap] .actions .clear[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] a.submit:hover,
  fieldset[disabled] button.submit:hover,
  fieldset[disabled] [datepicker-popup-wrap] .actions .clear:hover,
  [datepicker-popup-wrap] .actions fieldset[disabled] .clear:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] a.submit:focus,
  fieldset[disabled] button.submit:focus,
  fieldset[disabled] [datepicker-popup-wrap] .actions .clear:focus,
  [datepicker-popup-wrap] .actions fieldset[disabled] .clear:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] a.focus.submit,
  fieldset[disabled] button.focus.submit,
  fieldset[disabled] [datepicker-popup-wrap] .actions .focus.clear,
  [datepicker-popup-wrap] .actions fieldset[disabled] .focus.clear {
    background-color: #616E75;
    border-color: #5c696f; }
  .btn-primary .badge, a.submit .badge, button.submit .badge, [datepicker-popup-wrap] .actions .clear .badge {
    color: #616E75;
    background-color: #fff; }
  .btn-primary:hover, a.submit:hover,
  button.submit:hover, [datepicker-popup-wrap] .actions .clear:hover, .btn-primary:focus, a.submit:focus,
  button.submit:focus, [datepicker-popup-wrap] .actions .clear:focus, .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }
  .btn-primary:hover, a.submit:hover,
  button.submit:hover, [datepicker-popup-wrap] .actions .clear:hover, .btn-primary:focus, a.submit:focus,
  button.submit:focus, [datepicker-popup-wrap] .actions .clear:focus {
    background-color: #5f6b72; }
  .btn-primary:active, a.submit:active,
  button.submit:active, [datepicker-popup-wrap] .actions .clear:active, .btn-primary.active, a.active.submit,
  button.active.submit, [datepicker-popup-wrap] .actions .active.clear {
    background-color: #008c8c;
    border-color: #009696; }

.btn-success {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #616E75;
  border-color: #616E75; }
  .btn-success:focus:not(.active), .btn-success:active:not(.active) {
    background: #616E75 !important; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4a5459;
    border-color: #272c2f; }
  .btn-success:hover {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4a5459;
    border-color: #454f54; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a4146;
      border-color: #272c2f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #616E75;
    border-color: #616E75; }
  .btn-success .badge {
    color: #616E75;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-info {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus:not(.active), .btn-info:active:not(.active) {
    background: #5bc0de !important; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-warning, a.warning,
button.warning {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus:not(.active), a.warning:focus:not(.active),
  button.warning:focus:not(.active), .btn-warning:active:not(.active), a.warning:active:not(.active),
  button.warning:active:not(.active) {
    background: #f0ad4e !important; }
  .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning.focus, a.focus.warning,
  button.focus.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, a.warning:active:hover,
    button.warning:active:hover, .btn-warning:active:focus, a.warning:active:focus,
    button.warning:active:focus, .btn-warning:active.focus, a.warning:active.focus,
    button.warning:active.focus, .btn-warning.active:hover, a.active.warning:hover,
    button.active.warning:hover, .btn-warning.active:focus, a.active.warning:focus,
    button.active.warning:focus, .btn-warning.active.focus, a.active.focus.warning,
    button.active.focus.warning,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > a.dropdown-toggle.warning:hover,
    .open > button.dropdown-toggle.warning:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > a.dropdown-toggle.warning:focus,
    .open > button.dropdown-toggle.warning:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.warning,
    .open > button.dropdown-toggle.focus.warning {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning,
  .open > .btn-warning.dropdown-toggle,
  .open > a.dropdown-toggle.warning,
  .open > button.dropdown-toggle.warning {
    background-image: none; }
  .btn-warning.disabled:hover, a.disabled.warning:hover,
  button.disabled.warning:hover, .btn-warning.disabled:focus, a.disabled.warning:focus,
  button.disabled.warning:focus, .btn-warning.disabled.focus, a.disabled.focus.warning,
  button.disabled.focus.warning, .btn-warning[disabled]:hover, a.warning[disabled]:hover,
  button.warning[disabled]:hover, .btn-warning[disabled]:focus, a.warning[disabled]:focus,
  button.warning[disabled]:focus, .btn-warning[disabled].focus, a.warning[disabled].focus,
  button.warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] a.warning:hover,
  fieldset[disabled] button.warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] a.warning:focus,
  fieldset[disabled] button.warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] a.focus.warning,
  fieldset[disabled] button.focus.warning {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, a.warning .badge, button.warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .btn-warning:hover, a.warning:hover,
  button.warning:hover, .btn-warning:focus, a.warning:focus,
  button.warning:focus, .btn-warning:active, a.warning:active,
  button.warning:active, .btn-warning.active, a.active.warning,
  button.active.warning {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-danger, a.cancel,
button.cancel, .colorpicker.dropdown .close-colorpicker, .report-header .cancel {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus:not(.active), a.cancel:focus:not(.active),
  button.cancel:focus:not(.active), .colorpicker.dropdown .close-colorpicker:focus:not(.active), .report-header .cancel:focus:not(.active), .btn-danger:active:not(.active), a.cancel:active:not(.active),
  button.cancel:active:not(.active), .colorpicker.dropdown .close-colorpicker:active:not(.active), .report-header .cancel:active:not(.active) {
    background: #d9534f !important; }
  .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .colorpicker.dropdown .close-colorpicker:focus, .report-header .cancel:focus, .btn-danger.focus, a.focus.cancel,
  button.focus.cancel, .colorpicker.dropdown .focus.close-colorpicker, .report-header .focus.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover, .colorpicker.dropdown .close-colorpicker:hover, .report-header .cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .colorpicker.dropdown .close-colorpicker:active, .report-header .cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel, .colorpicker.dropdown .active.close-colorpicker, .report-header .active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel,
  .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker,
  .report-header .open > .dropdown-toggle.cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, a.cancel:active:hover,
    button.cancel:active:hover, .colorpicker.dropdown .close-colorpicker:active:hover, .report-header .cancel:active:hover, .btn-danger:active:focus, a.cancel:active:focus,
    button.cancel:active:focus, .colorpicker.dropdown .close-colorpicker:active:focus, .report-header .cancel:active:focus, .btn-danger:active.focus, a.cancel:active.focus,
    button.cancel:active.focus, .colorpicker.dropdown .close-colorpicker:active.focus, .report-header .cancel:active.focus, .btn-danger.active:hover, a.active.cancel:hover,
    button.active.cancel:hover, .colorpicker.dropdown .active.close-colorpicker:hover, .report-header .active.cancel:hover, .btn-danger.active:focus, a.active.cancel:focus,
    button.active.cancel:focus, .colorpicker.dropdown .active.close-colorpicker:focus, .report-header .active.cancel:focus, .btn-danger.active.focus, a.active.focus.cancel,
    button.active.focus.cancel, .colorpicker.dropdown .active.focus.close-colorpicker, .report-header .active.focus.cancel,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > a.dropdown-toggle.cancel:hover,
    .open > button.dropdown-toggle.cancel:hover,
    .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker:hover,
    .report-header .open > .dropdown-toggle.cancel:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > a.dropdown-toggle.cancel:focus,
    .open > button.dropdown-toggle.cancel:focus,
    .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker:focus,
    .report-header .open > .dropdown-toggle.cancel:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.cancel,
    .open > button.dropdown-toggle.focus.cancel,
    .colorpicker.dropdown .open > .dropdown-toggle.focus.close-colorpicker,
    .report-header .open > .dropdown-toggle.focus.cancel {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, a.cancel:active,
  button.cancel:active, .colorpicker.dropdown .close-colorpicker:active, .report-header .cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel, .colorpicker.dropdown .active.close-colorpicker, .report-header .active.cancel,
  .open > .btn-danger.dropdown-toggle,
  .open > a.dropdown-toggle.cancel,
  .open > button.dropdown-toggle.cancel,
  .colorpicker.dropdown .open > .dropdown-toggle.close-colorpicker,
  .report-header .open > .dropdown-toggle.cancel {
    background-image: none; }
  .btn-danger.disabled:hover, a.disabled.cancel:hover,
  button.disabled.cancel:hover, .colorpicker.dropdown .disabled.close-colorpicker:hover, .report-header .disabled.cancel:hover, .btn-danger.disabled:focus, a.disabled.cancel:focus,
  button.disabled.cancel:focus, .colorpicker.dropdown .disabled.close-colorpicker:focus, .report-header .disabled.cancel:focus, .btn-danger.disabled.focus, a.disabled.focus.cancel,
  button.disabled.focus.cancel, .colorpicker.dropdown .disabled.focus.close-colorpicker, .report-header .disabled.focus.cancel, .btn-danger[disabled]:hover, a.cancel[disabled]:hover,
  button.cancel[disabled]:hover, .colorpicker.dropdown .close-colorpicker[disabled]:hover, .report-header .cancel[disabled]:hover, .btn-danger[disabled]:focus, a.cancel[disabled]:focus,
  button.cancel[disabled]:focus, .colorpicker.dropdown .close-colorpicker[disabled]:focus, .report-header .cancel[disabled]:focus, .btn-danger[disabled].focus, a.cancel[disabled].focus,
  button.cancel[disabled].focus, .colorpicker.dropdown .close-colorpicker[disabled].focus, .report-header .cancel[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] a.cancel:hover,
  fieldset[disabled] button.cancel:hover,
  fieldset[disabled] .colorpicker.dropdown .close-colorpicker:hover,
  .colorpicker.dropdown fieldset[disabled] .close-colorpicker:hover,
  fieldset[disabled] .report-header .cancel:hover,
  .report-header fieldset[disabled] .cancel:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] a.cancel:focus,
  fieldset[disabled] button.cancel:focus,
  fieldset[disabled] .colorpicker.dropdown .close-colorpicker:focus,
  .colorpicker.dropdown fieldset[disabled] .close-colorpicker:focus,
  fieldset[disabled] .report-header .cancel:focus,
  .report-header fieldset[disabled] .cancel:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] a.focus.cancel,
  fieldset[disabled] button.focus.cancel,
  fieldset[disabled] .colorpicker.dropdown .focus.close-colorpicker,
  .colorpicker.dropdown fieldset[disabled] .focus.close-colorpicker,
  fieldset[disabled] .report-header .focus.cancel,
  .report-header fieldset[disabled] .focus.cancel {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, a.cancel .badge, button.cancel .badge, .colorpicker.dropdown .close-colorpicker .badge, .report-header .cancel .badge {
    color: #d9534f;
    background-color: #fff; }
  .btn-danger:hover, a.cancel:hover,
  button.cancel:hover, .colorpicker.dropdown .close-colorpicker:hover, .report-header .cancel:hover, .btn-danger:focus, a.cancel:focus,
  button.cancel:focus, .colorpicker.dropdown .close-colorpicker:focus, .report-header .cancel:focus, .btn-danger:active, a.cancel:active,
  button.cancel:active, .colorpicker.dropdown .close-colorpicker:active, .report-header .cancel:active, .btn-danger.active, a.active.cancel,
  button.active.cancel, .colorpicker.dropdown .active.close-colorpicker, .report-header .active.cancel {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-inverse, a.inverse,
button.inverse, [datepicker-popup-wrap] .actions .today {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #ffffff;
  background-color: #623475;
  border-color: #9752b3; }
  .btn-inverse:focus:not(.active), a.inverse:focus:not(.active),
  button.inverse:focus:not(.active), [datepicker-popup-wrap] .actions .today:focus:not(.active), .btn-inverse:active:not(.active), a.inverse:active:not(.active),
  button.inverse:active:not(.active), [datepicker-popup-wrap] .actions .today:active:not(.active) {
    background: #623475 !important; }
  .btn-inverse:focus, a.inverse:focus,
  button.inverse:focus, [datepicker-popup-wrap] .actions .today:focus, .btn-inverse.focus, a.focus.inverse,
  button.focus.inverse, [datepicker-popup-wrap] .actions .focus.today {
    color: #ffffff;
    background-color: #452452;
    border-color: #4e295d; }
  .btn-inverse:hover, a.inverse:hover,
  button.inverse:hover, [datepicker-popup-wrap] .actions .today:hover {
    color: #ffffff;
    background-color: #452452;
    border-color: #743d8b; }
  .btn-inverse:active, a.inverse:active,
  button.inverse:active, [datepicker-popup-wrap] .actions .today:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse, [datepicker-popup-wrap] .actions .active.today,
  .open > .btn-inverse.dropdown-toggle,
  .open > a.dropdown-toggle.inverse,
  .open > button.dropdown-toggle.inverse,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.today {
    color: #ffffff;
    background-color: #452452;
    border-color: #743d8b; }
    .btn-inverse:active:hover, a.inverse:active:hover,
    button.inverse:active:hover, [datepicker-popup-wrap] .actions .today:active:hover, .btn-inverse:active:focus, a.inverse:active:focus,
    button.inverse:active:focus, [datepicker-popup-wrap] .actions .today:active:focus, .btn-inverse:active.focus, a.inverse:active.focus,
    button.inverse:active.focus, [datepicker-popup-wrap] .actions .today:active.focus, .btn-inverse.active:hover, a.active.inverse:hover,
    button.active.inverse:hover, [datepicker-popup-wrap] .actions .active.today:hover, .btn-inverse.active:focus, a.active.inverse:focus,
    button.active.inverse:focus, [datepicker-popup-wrap] .actions .active.today:focus, .btn-inverse.active.focus, a.active.focus.inverse,
    button.active.focus.inverse, [datepicker-popup-wrap] .actions .active.focus.today,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > a.dropdown-toggle.inverse:hover,
    .open > button.dropdown-toggle.inverse:hover,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.today:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > a.dropdown-toggle.inverse:focus,
    .open > button.dropdown-toggle.inverse:focus,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.today:focus,
    .open > .btn-inverse.dropdown-toggle.focus,
    .open > a.dropdown-toggle.focus.inverse,
    .open > button.dropdown-toggle.focus.inverse,
    [datepicker-popup-wrap] .actions .open > .dropdown-toggle.focus.today {
      color: #ffffff;
      background-color: #301939;
      border-color: #4e295d; }
  .btn-inverse:active, a.inverse:active,
  button.inverse:active, [datepicker-popup-wrap] .actions .today:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse, [datepicker-popup-wrap] .actions .active.today,
  .open > .btn-inverse.dropdown-toggle,
  .open > a.dropdown-toggle.inverse,
  .open > button.dropdown-toggle.inverse,
  [datepicker-popup-wrap] .actions .open > .dropdown-toggle.today {
    background-image: none; }
  .btn-inverse.disabled:hover, a.disabled.inverse:hover,
  button.disabled.inverse:hover, [datepicker-popup-wrap] .actions .disabled.today:hover, .btn-inverse.disabled:focus, a.disabled.inverse:focus,
  button.disabled.inverse:focus, [datepicker-popup-wrap] .actions .disabled.today:focus, .btn-inverse.disabled.focus, a.disabled.focus.inverse,
  button.disabled.focus.inverse, [datepicker-popup-wrap] .actions .disabled.focus.today, .btn-inverse[disabled]:hover, a.inverse[disabled]:hover,
  button.inverse[disabled]:hover, [datepicker-popup-wrap] .actions .today[disabled]:hover, .btn-inverse[disabled]:focus, a.inverse[disabled]:focus,
  button.inverse[disabled]:focus, [datepicker-popup-wrap] .actions .today[disabled]:focus, .btn-inverse[disabled].focus, a.inverse[disabled].focus,
  button.inverse[disabled].focus, [datepicker-popup-wrap] .actions .today[disabled].focus,
  fieldset[disabled] .btn-inverse:hover,
  fieldset[disabled] a.inverse:hover,
  fieldset[disabled] button.inverse:hover,
  fieldset[disabled] [datepicker-popup-wrap] .actions .today:hover,
  [datepicker-popup-wrap] .actions fieldset[disabled] .today:hover,
  fieldset[disabled] .btn-inverse:focus,
  fieldset[disabled] a.inverse:focus,
  fieldset[disabled] button.inverse:focus,
  fieldset[disabled] [datepicker-popup-wrap] .actions .today:focus,
  [datepicker-popup-wrap] .actions fieldset[disabled] .today:focus,
  fieldset[disabled] .btn-inverse.focus,
  fieldset[disabled] a.focus.inverse,
  fieldset[disabled] button.focus.inverse,
  fieldset[disabled] [datepicker-popup-wrap] .actions .focus.today,
  [datepicker-popup-wrap] .actions fieldset[disabled] .focus.today {
    background-color: #623475;
    border-color: #9752b3; }
  .btn-inverse .badge, a.inverse .badge, button.inverse .badge, [datepicker-popup-wrap] .actions .today .badge {
    color: #623475;
    background-color: #ffffff; }
  .btn-inverse:hover, a.inverse:hover,
  button.inverse:hover, [datepicker-popup-wrap] .actions .today:hover, .btn-inverse:focus, a.inverse:focus,
  button.inverse:focus, [datepicker-popup-wrap] .actions .today:focus, .btn-inverse:active, a.inverse:active,
  button.inverse:active, [datepicker-popup-wrap] .actions .today:active, .btn-inverse.active, a.active.inverse,
  button.active.inverse, [datepicker-popup-wrap] .actions .active.today {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    outline: none; }

.btn-group-btn-wrapper {
  display: inline-block; }

.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .btn, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.submit,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.submit, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.cancel,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.cancel, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.inverse,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.inverse, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.warning,
.btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.warning, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .close-colorpicker, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .text-editor .text-editor-actions button, .text-editor .text-editor-actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .today, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .clear, .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .report-header .cancel, .report-header .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .cancel {
  margin-left: -1px; }
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .btn:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.submit:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.cancel:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.cancel:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.inverse:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.inverse:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) a.warning:not(.dropdown-toggle),
  .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button.warning:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .colorpicker.dropdown .close-colorpicker:not(.dropdown-toggle), .colorpicker.dropdown .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .close-colorpicker:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .text-editor .text-editor-actions button:not(.dropdown-toggle), .text-editor .text-editor-actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) button:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) [datepicker-popup-wrap] .actions .today:not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .today:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) [datepicker-popup-wrap] .actions .clear:not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .clear:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .report-header .cancel:not(.dropdown-toggle), .report-header .btn-group > .btn-group-btn-wrapper:not(:first-child):not(:last-child) .cancel:not(.dropdown-toggle) {
    border-radius: 0; }

.btn-group > .btn-group-btn-wrapper:first-child .btn, .btn-group > .btn-group-btn-wrapper:first-child a.submit,
.btn-group > .btn-group-btn-wrapper:first-child button.submit, .btn-group > .btn-group-btn-wrapper:first-child a.cancel,
.btn-group > .btn-group-btn-wrapper:first-child button.cancel, .btn-group > .btn-group-btn-wrapper:first-child a.inverse,
.btn-group > .btn-group-btn-wrapper:first-child button.inverse, .btn-group > .btn-group-btn-wrapper:first-child a.warning,
.btn-group > .btn-group-btn-wrapper:first-child button.warning, .btn-group > .btn-group-btn-wrapper:first-child .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .btn-group > .btn-group-btn-wrapper:first-child .close-colorpicker, .btn-group > .btn-group-btn-wrapper:first-child .text-editor .text-editor-actions button, .text-editor .text-editor-actions .btn-group > .btn-group-btn-wrapper:first-child button, .btn-group > .btn-group-btn-wrapper:first-child [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:first-child .today, .btn-group > .btn-group-btn-wrapper:first-child [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:first-child .clear, .btn-group > .btn-group-btn-wrapper:first-child .report-header .cancel, .report-header .btn-group > .btn-group-btn-wrapper:first-child .cancel {
  margin-left: 0; }

.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .btn:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.submit:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.submit:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.cancel:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.cancel:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.inverse:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.inverse:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) a.warning:not(.dropdown-toggle),
.btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button.warning:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .colorpicker.dropdown .close-colorpicker:not(.dropdown-toggle), .colorpicker.dropdown .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .close-colorpicker:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .text-editor .text-editor-actions button:not(.dropdown-toggle), .text-editor .text-editor-actions .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) button:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) [datepicker-popup-wrap] .actions .today:not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .today:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) [datepicker-popup-wrap] .actions .clear:not(.dropdown-toggle), [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .clear:not(.dropdown-toggle), .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .report-header .cancel:not(.dropdown-toggle), .report-header .btn-group > .btn-group-btn-wrapper:first-child:not(:last-child) .cancel:not(.dropdown-toggle) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .btn, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.submit,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.submit, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.cancel,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.cancel, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.inverse,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.inverse, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) a.warning,
.btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button.warning, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .close-colorpicker, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .text-editor .text-editor-actions button, .text-editor .text-editor-actions .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) button, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .today, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .clear, .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .report-header .cancel, .report-header .btn-group > .btn-group-btn-wrapper:last-child:not(:first-child) .cancel {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; }

.patients-nav {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  display: table-cell;
  width: initial;
  height: 43px;
  color: #8c9196;
  background: #ffffff;
  font-weight: bold;
  font-size: 0.6875rem;
  font-family: Arial, sans-serif; }
  .patients-nav ul {
    *zoom: 1;
    margin: 0;
    padding: 0; }
    .patients-nav ul:before, .patients-nav ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .patients-nav ul:after {
      clear: both; }
  .patients-nav li {
    position: relative;
    display: block;
    float: left;
    background: #ffffff;
    list-style: none; }
    .patients-nav li .decoration {
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      transition: 0.3s linear;
      -webkit-transform: translate(0, -20px);
      -moz-transform: translate(0, -20px);
      transform: translate(0, -20px);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      .patients-nav li .decoration .wrapper {
        position: relative;
        margin: 0 auto;
        width: 80px; }
        .patients-nav li .decoration .wrapper:before, .patients-nav li .decoration .wrapper:after {
          position: absolute;
          left: 0;
          width: 0;
          height: 0;
          border-width: 20px 40px 0 40px;
          border-style: solid;
          border-color: transparent;
          content: ''; }
        .patients-nav li .decoration .wrapper:before {
          z-index: 2;
          border-top-color: #ffffff; }
        .patients-nav li .decoration .wrapper:after {
          left: -20px;
          border-top-color: #cccccc;
          border-left-width: 60px; }
    .patients-nav li:hover {
      color: #616E75; }
      .patients-nav li:hover .secondary-list {
        display: block;
        width: 100px; }
    .patients-nav li:hover .action, .patients-nav li.active .action {
      -webkit-transition-duration: 0.15s;
      -moz-transition-duration: 0.15s;
      transition-duration: 0.15s;
      color: #616E75; }
    .patients-nav li.active .decoration {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0); }
    .patients-nav li.has-children:before {
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      transition: 0.15s linear;
      position: absolute;
      z-index: 4;
      top: 13px;
      right: 7px;
      font-size: 1.03125rem; }
    .patients-nav li.has-children:hover:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .patients-nav .primary-list {
    max-width: 900px; }
    .patients-nav .primary-list .active .action {
      background-color: lightyellow; }
    .patients-nav .primary-list .active .decoration .wrapper:before {
      border-top-color: lightyellow; }
    .patients-nav .primary-list .active .decoration .wrapper:after {
      border-top-color: #b7b700; }
  .patients-nav .secondary-list {
    position: absolute;
    top: 43px;
    right: -1px;
    left: 0;
    display: none;
    border: 1px solid #616E75;
    border-width: 0 1px 1px 1px; }
    .patients-nav .secondary-list li {
      float: none;
      background: #bfecec; }
    .patients-nav .secondary-list .action {
      border: 0;
      color: #616E75; }
      .patients-nav .secondary-list .action.patients-medical-history {
        height: inherit;
        padding: 5px 0px 5px 10px; }
      .patients-nav .secondary-list .action:hover {
        color: #8c9196; }
  .patients-nav .action {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    z-index: 3;
    display: block;
    height: 43px;
    padding-right: 12px;
    padding-left: 12px;
    border: 0;
    border-left: 1px solid #bfecec;
    color: #8c9196;
    background: #ffffff;
    text-align: left;
    text-decoration: none;
    padding-top: 15px;
    vertical-align: top; }
    .patients-nav .action:before {
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      transition: 0.3s linear;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      top: 12px;
      left: 10px;
      display: block;
      content: '';
      font-size: 20px;
      line-height: 43px; }
    .patients-nav .action:hover:before {
      opacity: 0.75;
      filter: alpha(opacity=75); }
  .patients-nav .days-consultation {
    padding-top: 12px; }
  .patients-nav .consultations {
    padding-top: 12px;
    padding-right: 25px; }
  .patients-nav .synthesis {
    padding-right: 20px; }
  .patients-nav .rapport {
    padding-right: 30px; }
  .patients-nav .images {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px; }
  .patients-nav .identity:before {
    background-image: url(/images/generated/icons-small@1x.png);
    background-position: -72px 0px;
    width: 24px;
    height: 24px; }
  .patients-nav .days-consultation .consultations {
    width: 140px;
    padding-top: 11px;
    line-height: 1.1; }
  .patients-nav .patient-count-document {
    display: block;
    margin-left: 5px;
    font-size: 10px;
    background-color: blue; }

.template-types {
  position: relative;
  z-index: 2;
  background: #a3e9c0; }
  .template-types > header {
    position: relative; }
    .template-types > header h2 {
      display: inline-block;
      margin: 0;
      padding: 8px 0 8px 10px;
      color: #4d4d4d;
      font-size: 1rem; }
    .template-types > header .types {
      display: inline-block;
      padding: 8px 0 8px 4px;
      font-size: 1rem; }
      .template-types > header .types > span:after {
        content: ',\A0'; }
      .template-types > header .types > span:last-child:after {
        content: ''; }
    .template-types > header button {
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      transition: 0.3s linear;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0 20px 0 10px;
      outline: none;
      border: 0;
      color: #259b56;
      background: #51d588;
      font-size: 0.85rem; }
      .template-types > header button:before {
        padding-right: 10px; }
      .template-types > header button:hover {
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        color: #1b723f;
        background: #2fc46d; }
  .template-types > section {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    padding: 10px;
    background: #a3e9c0;
    font-size: 1rem; }
    .template-types > section h3 {
      margin: 0;
      font-size: 1.15rem; }
    .template-types > section .folder {
      margin-bottom: 25px; }
      .template-types > section .folder:last-child {
        margin-bottom: 0; }
    .template-types > section .template-type.has-folder {
      padding-left: 15px; }
    .template-types > section.ng-hide-add, .template-types > section.ng-hide-remove {
      display: block !important; }
    .template-types > section.ng-hide {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      opacity: 0;
      filter: alpha(opacity=0); }

.block-loader {
  position: relative; }
  .block-loader .loader-wrapper {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block-loader .spinner {
    position: absolute;
    top: 40px;
    left: 50%;
    display: none;
    color: #999999; }
  .block-loader.loading {
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    border: 2px dashed #e6e6e6; }
    .block-loader.loading .spinner {
      display: block; }
    .block-loader.loading .loader-wrapper {
      opacity: 0;
      filter: alpha(opacity=0); }

.template {
  position: relative;
  margin-bottom: 20px;
  min-height: 200px; }
  .template > .overlay {
    display: none; }
  .template > .wrapper {
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 1;
    filter: alpha(opacity=100); }
  .template .template-loader {
    position: absolute;
    top: 90px;
    left: 50%;
    color: #999999; }
  .template.loading {
    padding-top: 0;
    padding-bottom: 0;
    border: 2px dashed #e6e6e6; }
    .template.loading > .wrapper {
      opacity: 0;
      filter: alpha(opacity=0); }

.patient-history-template > h3,
.consultation-template > h3 {
  margin-bottom: .5rem;
  text-align: center; }

.consultation-template > h3 {
  margin-bottom: 1.5rem; }

.patient-history-template h3 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.eye-template {
  display: table;
  width: 100%; }
  .eye-template .eye-row {
    display: table-row; }
  .eye-template .eye-cell {
    display: table-cell;
    width: 49.5%; }
    .eye-template .eye-cell.eye-right {
      padding-right: .5%;
      padding-left: 0; }
    .eye-template .eye-cell.eye-left {
      padding-left: .5%;
      padding-right: 0; }
  .eye-template h3 {
    text-align: center;
    font-size: 1.125rem; }
    .eye-template h3:before {
      display: block;
      color: #99adb2;
      font-size: 2.25rem; }

.field-group .panel {
  overflow: visible; }
  .field-group .panel:after {
    display: block;
    clear: both;
    content: ''; }

.field-instance .required {
  color: #e74c3c; }

.field-instance.inline {
  float: left;
  width: 33%; }
  .field-instance.inline > .wrapper {
    padding-right: 10px; }

.field-instance.previous-value > .wrapper {
  float: left;
  margin-right: 1%;
  width: 33%; }

.field-instance.previous-value .wrapper-previous {
  float: left;
  width: 66%; }
  .field-instance.previous-value .wrapper-previous .current-values,
  .field-instance.previous-value .wrapper-previous .previous-values {
    float: left;
    min-height: 10px;
    padding: 0 5px;
    width: 50%; }
    .field-instance.previous-value .wrapper-previous .current-values h4,
    .field-instance.previous-value .wrapper-previous .previous-values h4 {
      font-weight: bold;
      margin-bottom: 2px; }
    .field-instance.previous-value .wrapper-previous .current-values .no-title,
    .field-instance.previous-value .wrapper-previous .previous-values .no-title {
      padding-top: 10px; }

.field-instance.clear {
  clear: both; }

.patient-synthesis {
  padding-top: 0px !important; }
  .patient-synthesis .common-loading {
    margin-left: 225px; }
  .patient-synthesis .patient-header {
    padding-top: 10px; }
  .patient-synthesis .patient-body {
    margin-top: 70px; }

.patient-synthesis-eye {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-bottom: 25px; }
  .patient-synthesis-eye:before, .patient-synthesis-eye:after {
    display: table;
    content: "";
    line-height: 0; }
  .patient-synthesis-eye:after {
    clear: both; }
  .patient-synthesis-eye .graph {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .patient-synthesis-eye .graph {
        float: left;
        width: 75%; } }
  .patient-synthesis-eye .legend {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .patient-synthesis-eye .legend {
        float: left;
        width: 25%; } }
    .patient-synthesis-eye .legend .value {
      color: #99adb2; }

.colorpicker.dropdown {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  background: #ffffff; }
  .colorpicker.dropdown .close-colorpicker {
    float: right;
    margin-bottom: 4px;
    font-size: 0.625rem; }

.text-editor {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 0px;
  background: #ffffff; }
  .text-editor a.cke_button__table {
    display: none; }
  .text-editor .text-editor-actions {
    position: absolute;
    top: 10px;
    right: 10px; }
    .text-editor .text-editor-actions button {
      color: #8c9196; }
      .text-editor .text-editor-actions button:hover {
        color: #666b70;
        text-decoration: none; }
      .text-editor .text-editor-actions button:active {
        outline: none; }
  .text-editor .ta-toolbar {
    position: absolute;
    top: -25px;
    left: 0; }

.ta-root .ta-scroll-window {
  min-height: 100px; }
  .ta-root .ta-scroll-window, .ta-root .ta-scroll-window.focussed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0; }
  .ta-root .ta-scroll-window .ta-bind {
    padding: 0;
    outline: 0; }

.ta-root.disabled {
  cursor: not-allowed; }
  .ta-root.disabled .ta-scroll-window {
    display: none; }

.drop-zone {
  padding: 50px;
  border: 2px dashed #99adb2;
  background: #d3dcde;
  text-align: center; }
  .drop-zone.dropping {
    background: #f0f3f4; }

.file-icon {
  padding-left: 15px;
  color: #d3dcde;
  font-size: 5rem; }
  .file-icon.loading {
    padding: 0; }

.label {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  transition: 0.25s linear;
  padding: 5px 8px;
  outline: none;
  border: 0;
  color: #686e76;
  background: #d3dcde;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 0.875rem; }
  .label small {
    padding-left: 20px;
    color: #333a3d; }
  .label:hover {
    background: #b6c4c8; }
  .label.label-alternative, .label.active {
    color: #ffffff;
    background: #616E75; }
    .label.label-alternative:hover, .label.active:hover {
      background: #3e474b; }

[datepicker-popup-wrap] {
  list-style: none; }
  [datepicker-popup-wrap] [datepicker] {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  [datepicker-popup-wrap] .text-center {
    text-align: center; }
  [datepicker-popup-wrap] table {
    outline: 0; }
    [datepicker-popup-wrap] table > tbody > tr > td {
      padding: 2px; }
  [datepicker-popup-wrap] .actions {
    position: absolute;
    top: -40px;
    right: 0; }

div.datetimepicker {
  min-width: 180px; }
  div.datetimepicker,
  div.datetimepicker * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div.datetimepicker table tr td.active.active,
  div.datetimepicker table tr td span.active.active {
    background: #616E75; }
    div.datetimepicker table tr td.active.active:hover,
    div.datetimepicker table tr td span.active.active:hover {
      background: #4a5459; }
  div.datetimepicker table tr td span {
    padding-right: 3px;
    padding-left: 3px; }

.two-factor-form {
  *zoom: 1;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.2; }
  .two-factor-form:before, .two-factor-form:after {
    display: table;
    content: "";
    line-height: 0; }
  .two-factor-form:after {
    clear: both; }
  .two-factor-form,
  .two-factor-form button {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
    filter: alpha(opacity=100); }
    .two-factor-form.ng-hide-add, .two-factor-form.ng-hide-remove,
    .two-factor-form button.ng-hide-add,
    .two-factor-form button.ng-hide-remove {
      display: block !important; }
    .two-factor-form.ng-hide,
    .two-factor-form button.ng-hide {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      opacity: 0;
      filter: alpha(opacity=0); }
  .two-factor-form .description {
    margin-bottom: 10px;
    white-space: pre-line; }
  .two-factor-form .widget {
    margin-bottom: 5px; }
  .two-factor-form .inner {
    overflow: hidden; }
    .two-factor-form .inner .wrap {
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      transition: 0.3s linear;
      margin-top: 0; }
    .two-factor-form .inner.ng-hide-add, .two-factor-form .inner.ng-hide-remove {
      display: block !important; }
    .two-factor-form .inner.ng-hide .wrap {
      margin-top: -100%; }
  .two-factor-form .inner {
    margin-bottom: 20px; }
    .two-factor-form .inner .wrap {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  .two-factor-form button {
    float: none;
    margin-bottom: 10px; }
  .two-factor-form .item-title:before {
    padding-right: 5px; }

.form-validation {
  font-size: 0.8125rem; }

.flexbox-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%; }
  .flexbox-container .flexbox-header {
    flex-grow: 0;
    flex-shrink: 0; }

.search-results {
  overflow-y: auto; }

.panel-search-result {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 0; }
  .panel-search-result .panel-heading {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none; }
    .panel-search-result .panel-heading:before, .panel-search-result .panel-heading:after {
      display: table;
      content: "";
      line-height: 0; }
    .panel-search-result .panel-heading:after {
      clear: both; }
    .panel-search-result .panel-heading .patient-name {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      color: #ffffff;
      text-transform: uppercase; }
    .panel-search-result .panel-heading .consultations-count {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .panel-search-result .panel-heading .actions {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
  .panel-search-result.opened {
    padding-bottom: 10px; }
    .panel-search-result.opened .panel-heading {
      margin-top: -13px;
      margin-bottom: 10px; }
    .panel-search-result.opened .search-result {
      display: block; }
  .panel-search-result .actions .action-wrapper {
    display: block;
    cursor: pointer; }
  .panel-search-result .actions .action {
    padding: 0;
    outline: none;
    border: 0;
    color: #ffffff;
    background: none; }
  .panel-search-result .actions .open {
    text-decoration: underline; }
  .panel-search-result .actions .toggle {
    float: right;
    padding-top: 5px; }
  .panel-search-result .search-result {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
    display: none; }
    .panel-search-result .search-result:before, .panel-search-result .search-result:after {
      display: table;
      content: "";
      line-height: 0; }
    .panel-search-result .search-result:after {
      clear: both; }
  .panel-search-result .search-result-item {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline; }

.modal-dialog .modal-header {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  background: #616E75; }

.ax-modal .modal-body {
  background-color: white; }

.ax-modal .modal-footer {
  margin-top: 0px;
  margin-left: 0px;
  background-color: white;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.engines-header {
  padding-top: 18px; }

.engines-main {
  padding-left: 15px;
  padding-right: 15px; }
  .engines-main .engine-files-list .btn-actions button {
    font-size: 12px;
    padding: 3px 7px; }

.engines-import-modal .loading .ion-loading-c, .engines-import-modal .loading .loader, .engines-import-modal .loading .file-icon.loading, .engines-import-modal .loading .block-loader .spinner, .block-loader .engines-import-modal .loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 -5px 0; }

.file-section .ion-close-circled {
  color: red; }

.file-section .ion-checkmark-circled {
  color: green; }

.files-list col.date {
  width: 300px; }

.files-list col.actions {
  width: 120px; }

.file-import-modal h5 {
  margin-bottom: 10px; }

.file-import-modal section {
  margin-bottom: 10px;
  clear: both; }

.file-import-modal section.documents-section {
  padding-top: 5px !important; }
  .file-import-modal section.documents-section .documents-grid .column-full, .file-import-modal section.documents-section .documents-grid .column-half, .file-import-modal section.documents-section .documents-grid .column-third, .file-import-modal section.documents-section .documents-grid .column-fourth, .file-import-modal section.documents-section .documents-grid .column-sixth {
    width: auto !important; }

.file-import-modal .patients-list {
  border-radius: 0px; }
  .file-import-modal .patients-list tbody tr td button {
    margin: 0px;
    padding: 4px 10px; }

.patients-list-form {
  position: relative; }
  .patients-list-form .selection-type {
    float: right; }
  .patients-list-form .selected-patient {
    float: left; }
  .patients-list-form .patients-list td {
    padding: 0; }
  .patients-list-form .patient-item {
    margin: 0;
    padding: 15px;
    border: 0;
    background: none;
    width: 100%;
    text-align: left; }

.consultations-list-form {
  position: relative; }
  .consultations-list-form .selection-type {
    margin-bottom: 15px; }
  .consultations-list-form .consultations-list td {
    padding: 0; }
  .consultations-list-form .consultation-item {
    margin: 0;
    padding: 15px;
    border: 0;
    background: none;
    width: 100%;
    text-align: left; }
    .consultations-list-form .consultation-item.badge {
      padding-top: 3px;
      padding-bottom: 3px; }

.record-type-badge {
  cursor: pointer;
  float: left;
  margin: 8px 2px;
  text-align: center; }
  .record-type-badge .ion-loading-c, .record-type-badge .loader, .record-type-badge .file-icon.loading, .record-type-badge .block-loader .spinner, .block-loader .record-type-badge .spinner {
    color: white; }
  .record-type-badge .name {
    margin-top: 2px;
    width: 40px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.6875rem; }
  .record-type-badge .name2 {
    margin-top: 2px;
    width: 40px;
    color: black;
    font-weight: bold;
    font-size: 1.3rem; }
  .record-type-badge.first {
    margin-left: 0; }
  .record-type-badge.second {
    margin-left: 22px; }
  .record-type-badge.color-1 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #9b59b6;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-1:before, .record-type-badge.color-1:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-1:before {
      border-bottom: 12px solid #9b59b6;
      top: -12px; }
    .record-type-badge.color-1:after {
      bottom: -12px;
      border-top: 12px solid #9b59b6; }
  .record-type-badge.color-2 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #3498db;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-2:before, .record-type-badge.color-2:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-2:before {
      border-bottom: 12px solid #3498db;
      top: -12px; }
    .record-type-badge.color-2:after {
      bottom: -12px;
      border-top: 12px solid #3498db; }
  .record-type-badge.color-3 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #008c8c;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-3:before, .record-type-badge.color-3:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-3:before {
      border-bottom: 12px solid #008c8c;
      top: -12px; }
    .record-type-badge.color-3:after {
      bottom: -12px;
      border-top: 12px solid #008c8c; }
  .record-type-badge.color-4 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #1abc9c;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-4:before, .record-type-badge.color-4:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-4:before {
      border-bottom: 12px solid #1abc9c;
      top: -12px; }
    .record-type-badge.color-4:after {
      bottom: -12px;
      border-top: 12px solid #1abc9c; }
  .record-type-badge.color-5 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #2ecc71;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-5:before, .record-type-badge.color-5:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-5:before {
      border-bottom: 12px solid #2ecc71;
      top: -12px; }
    .record-type-badge.color-5:after {
      bottom: -12px;
      border-top: 12px solid #2ecc71; }
  .record-type-badge.color-6 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #85b200;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-6:before, .record-type-badge.color-6:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-6:before {
      border-bottom: 12px solid #85b200;
      top: -12px; }
    .record-type-badge.color-6:after {
      bottom: -12px;
      border-top: 12px solid #85b200; }
  .record-type-badge.color-7 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #f1c40f;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-7:before, .record-type-badge.color-7:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-7:before {
      border-bottom: 12px solid #f1c40f;
      top: -12px; }
    .record-type-badge.color-7:after {
      bottom: -12px;
      border-top: 12px solid #f1c40f; }
  .record-type-badge.color-8 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #e67e22;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-8:before, .record-type-badge.color-8:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-8:before {
      border-bottom: 12px solid #e67e22;
      top: -12px; }
    .record-type-badge.color-8:after {
      bottom: -12px;
      border-top: 12px solid #e67e22; }
  .record-type-badge.color-9 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #e74c3c;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-9:before, .record-type-badge.color-9:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-9:before {
      border-bottom: 12px solid #e74c3c;
      top: -12px; }
    .record-type-badge.color-9:after {
      bottom: -12px;
      border-top: 12px solid #e74c3c; }
  .record-type-badge.color-10 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #16557e;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-10:before, .record-type-badge.color-10:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-10:before {
      border-bottom: 12px solid #16557e;
      top: -12px; }
    .record-type-badge.color-10:after {
      bottom: -12px;
      border-top: 12px solid #16557e; }
  .record-type-badge.color-11 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #004646;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-11:before, .record-type-badge.color-11:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-11:before {
      border-bottom: 12px solid #004646;
      top: -12px; }
    .record-type-badge.color-11:after {
      bottom: -12px;
      border-top: 12px solid #004646; }
  .record-type-badge.color-12 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #405500;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-12:before, .record-type-badge.color-12:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-12:before {
      border-bottom: 12px solid #405500;
      top: -12px; }
    .record-type-badge.color-12:after {
      bottom: -12px;
      border-top: 12px solid #405500; }
  .record-type-badge.color-13 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #851c10;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-13:before, .record-type-badge.color-13:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-13:before {
      border-bottom: 12px solid #851c10;
      top: -12px; }
    .record-type-badge.color-13:after {
      bottom: -12px;
      border-top: 12px solid #851c10; }
  .record-type-badge.color-14 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #616E75;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-14:before, .record-type-badge.color-14:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-14:before {
      border-bottom: 12px solid #616E75;
      top: -12px; }
    .record-type-badge.color-14:after {
      bottom: -12px;
      border-top: 12px solid #616E75; }
  .record-type-badge.color-15 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #56dfc4;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-15:before, .record-type-badge.color-15:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-15:before {
      border-bottom: 12px solid #56dfc4;
      top: -12px; }
    .record-type-badge.color-15:after {
      bottom: -12px;
      border-top: 12px solid #56dfc4; }
  .record-type-badge.color-16 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: #19242d;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-16:before, .record-type-badge.color-16:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-16:before {
      border-bottom: 12px solid #19242d;
      top: -12px; }
    .record-type-badge.color-16:after {
      bottom: -12px;
      border-top: 12px solid #19242d; }
  .record-type-badge.color-17 {
    width: 40px;
    height: 23px;
    position: relative;
    background-color: transparent;
    margin-top: 16px;
    margin-bottom: 26px; }
    .record-type-badge.color-17:before, .record-type-badge.color-17:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }
    .record-type-badge.color-17:before {
      border-bottom: 12px solid transparent;
      top: -12px; }
    .record-type-badge.color-17:after {
      bottom: -12px;
      border-top: 12px solid transparent; }
  .record-type-badge.badge-count .name {
    position: absolute;
    margin-top: 0; }
  .record-type-badge.badge-count .count {
    position: absolute;
    z-index: 2;
    margin-top: 12px;
    width: 40px;
    color: #1a242f; }
  .record-type-badge.badge-count.first {
    margin-left: 0; }
  .record-type-badge.badge-count.second {
    margin-left: 27px; }

.record-type-badge.color-8:before {
  border-color: inherit; }

.record-type-badge.color-8:after {
  border-color: inherit; }

.record-type-badge-document .name {
  font-size: 0.55rem; }

.csListHexagon {
  position: relative;
  width: 40px;
  height: 23px;
  background-color: #64C7CC;
  margin: 14px; }

.csListHexagon:before,
.csListHexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 0px; }

.csListHexagon:before {
  bottom: 100%;
  border-bottom: 12px solid #64C7CC; }

.csListHexagon:after {
  top: 100%;
  width: 0;
  border-top: 12px solid #64C7CC; }

.profile-main {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff; }
  .profile-main .panel {
    box-shadow: 2px 2px 10px #6E6E6E;
    background-color: whitesmoke; }
  .profile-main .primary-section {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .profile-main .primary-section {
        float: left;
        width: 41.66667%; } }
  .profile-main .secondary-section {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .profile-main .secondary-section {
        float: left;
        width: 58.33333%; } }
    .profile-main .secondary-section .drop-zone {
      color: gray; }
      .profile-main .secondary-section .drop-zone .ion-image {
        font-size: 42px; }
  .profile-main textarea {
    min-height: 200px; }
  .profile-main .submit {
    float: right; }
    .profile-main .submit .btn-loader span {
      margin-left: 10px; }
  .profile-main .two-factor-item {
    margin-bottom: 20px; }
  .profile-main .image .image {
    margin-bottom: 10px; }
  .profile-main .import-data-items .submit {
    width: 100%; }

.document-delete-one {
  font-size: 20px;
  margin-right: 10px; }

.document-preview {
  margin-bottom: 20px; }
  .document-preview .thumbnail-wrapper {
    position: relative; }
    .document-preview .thumbnail-wrapper .thumbnail-overlay {
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 15px;
      left: 0;
      margin-right: 15px;
      background: #97e0e0;
      font-weight: bold;
      font-size: 0.75rem; }
      .document-preview .thumbnail-wrapper .thumbnail-overlay a {
        display: inline-block;
        padding: 8px;
        color: #000000; }
    .document-preview .thumbnail-wrapper .document-delete {
      color: black;
      position: absolute;
      z-index: 1;
      right: 0;
      font-size: 24px;
      cursor: pointer; }
  .document-preview .thumbnail {
    position: relative;
    width: 100%;
    background: #e5f1f1;
    margin-bottom: 0px !important; }
    .document-preview .thumbnail:before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .document-preview .thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .document-preview .legend {
    height: 40px;
    text-align: center;
    font-size: 0.75rem; }
  .document-preview .name,
  .document-preview .date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .document-preview .name {
    height: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 20px; }
    .document-preview .name a {
      color: #000000; }
  .document-preview .date {
    height: 20px;
    color: #8c9196;
    line-height: 20px; }
    .document-preview .date .patient-document-read {
      background-color: whitesmoke;
      color: #777;
      border: 1px solid #777; }
  .document-preview .wrapper .preview {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(51, 51, 51, 0.5);
    cursor: pointer;
    text-align: center;
    line-height: 100vh; }
    .document-preview .wrapper .preview img {
      background: url(/images/ajax-loader.gif) no-repeat center center;
      min-width: 4em;
      min-height: 4em;
      max-width: 98vw;
      max-height: 98vh;
      display: inline-block;
      vertical-align: middle;
      margin: auto;
      border: 1em solid #fff;
      border-radius: .5em;
      background-color: #fff;
      box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.75); }

.icon-ion {
  font-size: 15px !important;
  margin-right: 7px; }

.ax-ion-close {
  margin-left: 7px; }

.state-patients-show-ordonnance {
  padding-top: 25px; }

.ordonnance-height-100 {
  margin-top: -4px;
  height: 100%; }

.ordonnance-view .section-affected-by-open-close-patient-aside {
  padding-bottom: 10px; }

.ordonnance-form, .ordonnance-view {
  height: 100%;
  padding: 0px;
  padding-right: 5px;
  padding-bottom: 60px; }

.ordonnance-form {
  padding-left: 5px; }

.ordonnance-view .one-product {
  cursor: pointer; }

.ordonnance-view, .consultation-modal-quick-view-report-prescription {
  /*div.select-type-prescription:nth-child(1){
    right:170px;
  }*/ }
  .ordonnance-view .ion-edit, .ordonnance-view .ax-consultation .ax-consultation-header .consultation-date .date-edit:before, .ax-consultation .ax-consultation-header .consultation-date .ordonnance-view .date-edit:before, .consultation-modal-quick-view-report-prescription .ion-edit, .consultation-modal-quick-view-report-prescription .ax-consultation .ax-consultation-header .consultation-date .date-edit:before, .ax-consultation .ax-consultation-header .consultation-date .consultation-modal-quick-view-report-prescription .date-edit:before {
    cursor: pointer; }
  .ordonnance-view li.active a:hover, .consultation-modal-quick-view-report-prescription li.active a:hover {
    border-bottom-color: transparent !important; }
  .ordonnance-view div.ng-isolate-scope, .consultation-modal-quick-view-report-prescription div.ng-isolate-scope {
    height: 100%;
    padding-bottom: 40px; }
  .ordonnance-view ul.nav, .consultation-modal-quick-view-report-prescription ul.nav {
    position: absolute;
    border-color: transparent;
    width: 100%;
    white-space: nowrap; }
    .ordonnance-view ul.nav li > a:hover, .consultation-modal-quick-view-report-prescription ul.nav li > a:hover {
      border-color: #ddd;
      background-color: white; }
  .ordonnance-view div.tab-content, .consultation-modal-quick-view-report-prescription div.tab-content {
    background-color: white;
    padding: 5px;
    border: 1px solid #dddddd;
    margin-top: 2.55rem;
    width: 100%;
    float: left;
    padding-bottom: 10px; }
    .ordonnance-view div.tab-content .tab-pane, .consultation-modal-quick-view-report-prescription div.tab-content .tab-pane {
      overflow-y: auto;
      height: 95%;
      margin-top: 30px; }
  .ordonnance-view div.ordonnanceMore, .consultation-modal-quick-view-report-prescription div.ordonnanceMore {
    cursor: pointer !important; }
    .ordonnance-view div.ordonnanceMore button, .consultation-modal-quick-view-report-prescription div.ordonnanceMore button {
      height: 42px;
      border-color: transparent;
      background-color: transparent; }
    .ordonnance-view div.ordonnanceMore .dropdown-menu, .consultation-modal-quick-view-report-prescription div.ordonnanceMore .dropdown-menu {
      border-top-color: transparent; }
    .ordonnance-view div.ordonnanceMore .dropdown-menu li, .consultation-modal-quick-view-report-prescription div.ordonnanceMore .dropdown-menu li {
      padding: 5px;
      padding-left: 10px; }
    .ordonnance-view div.ordonnanceMore .dropdown-menu li:hover, .consultation-modal-quick-view-report-prescription div.ordonnanceMore .dropdown-menu li:hover {
      cursor: pointer !important;
      background-color: #eee; }
  .ordonnance-view .ordonnance-view-menu, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu {
    position: absolute;
    right: 11px;
    margin-top: -35px; }
    .ordonnance-view .ordonnance-view-menu .favori, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .favori {
      color: yellow; }
    .ordonnance-view .ordonnance-view-menu .btn-group button.btn,
    .ordonnance-view .ordonnance-view-menu .btn-group button.submit,
    .ordonnance-view .ordonnance-view-menu .btn-group button.cancel,
    .ordonnance-view .ordonnance-view-menu .btn-group button.inverse,
    .ordonnance-view .ordonnance-view-menu .btn-group button.warning, .ordonnance-view .ordonnance-view-menu .btn-group .colorpicker.dropdown button.close-colorpicker, .colorpicker.dropdown .ordonnance-view .ordonnance-view-menu .btn-group button.close-colorpicker, .ordonnance-view .ordonnance-view-menu .btn-group .text-editor .text-editor-actions button, .text-editor .text-editor-actions .ordonnance-view .ordonnance-view-menu .btn-group button, .ordonnance-view .ordonnance-view-menu .btn-group [datepicker-popup-wrap] .actions button.today, [datepicker-popup-wrap] .actions .ordonnance-view .ordonnance-view-menu .btn-group button.today, .ordonnance-view .ordonnance-view-menu .btn-group [datepicker-popup-wrap] .actions button.clear, [datepicker-popup-wrap] .actions .ordonnance-view .ordonnance-view-menu .btn-group button.clear, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.btn,
    .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.submit,
    .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.cancel,
    .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.inverse,
    .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.warning, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group .colorpicker.dropdown button.close-colorpicker, .colorpicker.dropdown .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.close-colorpicker, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group .text-editor .text-editor-actions button, .text-editor .text-editor-actions .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group [datepicker-popup-wrap] .actions button.today, [datepicker-popup-wrap] .actions .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.today, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group [datepicker-popup-wrap] .actions button.clear, [datepicker-popup-wrap] .actions .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .btn-group button.clear {
      font-size: 12px !important; }
    .ordonnance-view .ordonnance-view-menu .search, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .search {
      font-size: 12px;
      display: block;
      text-align: center; }
    .ordonnance-view .ordonnance-view-menu .input-header, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu .input-header {
      font-size: 10px;
      padding: 5px;
      height: 25px; }
    .ordonnance-view .ordonnance-view-menu button, .consultation-modal-quick-view-report-prescription .ordonnance-view-menu button {
      padding: 3px 6px;
      font-size: 11px; }
  .ordonnance-view .ordonnance-view-wraps, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps {
    padding-bottom: 30px;
    all: initial;
    /* {
      all: unset;
    }*/ }
    .ordonnance-view .ordonnance-view-wraps table, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps table {
      border: none; }
      .ordonnance-view .ordonnance-view-wraps table tbody tr:hover, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps table tbody tr:hover {
        background-color: inherit; }
      .ordonnance-view .ordonnance-view-wraps table tbody tr > td, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps table tbody tr > td {
        border: none; }
    .ordonnance-view .ordonnance-view-wraps .data-bizone, .ordonnance-view .ordonnance-view-wraps .data-bizone input, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps .data-bizone, .consultation-modal-quick-view-report-prescription .ordonnance-view-wraps .data-bizone input {
      text-align: center; }
  .ordonnance-view .ordonnance-doctor, .consultation-modal-quick-view-report-prescription .ordonnance-doctor {
    padding-top: 10px;
    float: left;
    width: 100%;
    text-align: right; }
  .ordonnance-view .ordonnance-rpps-barcode, .consultation-modal-quick-view-report-prescription .ordonnance-rpps-barcode {
    margin-left: 20px;
    text-align: center;
    width: 300px; }
  .ordonnance-view .ordonnance-date, .ordonnance-view .ordonnance-patient, .consultation-modal-quick-view-report-prescription .ordonnance-date, .consultation-modal-quick-view-report-prescription .ordonnance-patient {
    display: block;
    text-align: center;
    margin-left: 120px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 1rem; }
  .ordonnance-view .ordonnance-patient, .consultation-modal-quick-view-report-prescription .ordonnance-patient {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1.1rem;
    margin-left: 164px; }
  .ordonnance-view .one-product-line, .consultation-modal-quick-view-report-prescription .one-product-line {
    padding-right: 40px; }
  .ordonnance-view .one-product, .consultation-modal-quick-view-report-prescription .one-product {
    height: auto !important;
    min-height: 30px !important;
    padding: 0px !important;
    margin-top: 4px !important; }
    .ordonnance-view .one-product h4, .consultation-modal-quick-view-report-prescription .one-product h4 {
      margin: 0px;
      font-weight: bold; }
    .ordonnance-view .one-product .textProduct *, .consultation-modal-quick-view-report-prescription .one-product .textProduct * {
      display: inline-block; }
  .ordonnance-view .one-product-over, .consultation-modal-quick-view-report-prescription .one-product-over {
    background-color: #def7f7; }
  .ordonnance-view .icon-product-delete, .consultation-modal-quick-view-report-prescription .icon-product-delete {
    font-size: 1.5em;
    color: #444;
    float: right;
    cursor: pointer;
    padding: 2px;
    margin-top: 2px;
    margin-right: 4px; }
  .ordonnance-view .ordonnance-bizone-title-zone, .consultation-modal-quick-view-report-prescription .ordonnance-bizone-title-zone {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 0.7rem;
    line-height: 0.4rem; }
    .ordonnance-view .ordonnance-bizone-title-zone .line_1, .consultation-modal-quick-view-report-prescription .ordonnance-bizone-title-zone .line_1 {
      font-weight: bold; }
    .ordonnance-view .ordonnance-bizone-title-zone .upper, .ordonnance-view .ordonnance-bizone-title-zone .line_2, .consultation-modal-quick-view-report-prescription .ordonnance-bizone-title-zone .upper, .consultation-modal-quick-view-report-prescription .ordonnance-bizone-title-zone .line_2 {
      text-transform: uppercase; }
  .ordonnance-view .ordonnance-bizone-print, .ordonnance-view .ordonnance-classique-print, .ordonnance-view .ordonnance-exception-volet, .consultation-modal-quick-view-report-prescription .ordonnance-bizone-print, .consultation-modal-quick-view-report-prescription .ordonnance-classique-print, .consultation-modal-quick-view-report-prescription .ordonnance-exception-volet {
    display: none; }

.ordonnance-form {
  overflow: auto; }
  .ordonnance-form .zone-texte-wysiwyg {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
    .ordonnance-form .zone-texte-wysiwyg .text-editor {
      /*width: 60%;
      margin-left: 15px;*/
      padding: 0px; }
    .ordonnance-form .zone-texte-wysiwyg .btn-group, .ordonnance-form .zone-texte-wysiwyg .btn-group button[type=button] {
      width: inherit !important; }

.ordonnance-form-product .col-xs-12 {
  padding: 0px; }
  .ordonnance-form-product .col-xs-12 h3 {
    margin-bottom: 3px;
    background-color: #428bca;
    color: white;
    padding: 3px 8px; }
  .ordonnance-form-product .col-xs-12 input {
    padding: 2px 5px;
    height: inherit !important; }

.ordonnance-form-product label {
  font-weight: 300;
  font-size: 0.875rem;
  margin-right: 5px; }

.ordonnance-form-product label input {
  margin-right: 5px; }

.ordonnance-form-product .product_title {
  font-weight: bold; }

.ordonnance-form-product .product-search-category-list .list-group-item {
  padding: 3px; }

.ordonnance-form-product .one_product_from_list {
  width: 100%;
  padding: 3px 5px;
  float: left;
  border: 1px solid #ddd;
  border-top: none;
  background-color: white; }
  .ordonnance-form-product .one_product_from_list div.btn-group {
    width: auto !important;
    vertical-align: middle;
    padding: 0px; }
    .ordonnance-form-product .one_product_from_list div.btn-group button {
      width: auto !important;
      border-color: white;
      padding: 3px 5px; }
  .ordonnance-form-product .one_product_from_list .col-xs-8 {
    width: 65%; }
  .ordonnance-form-product .one_product_from_list:nth-child(2) {
    border-top: 1px solid #ddd; }

.ordonnance-form-product .one_product_from_list button {
  padding: 6px;
  font-size: 12px; }

.ordonnance-form-product .one_product_from_list span.product {
  padding: 0px; }

.ordonnance-form-product .one_product_from_list span, .ordonnance-form-product .one_product_from_list button {
  vertical-align: middle; }

.ordonnance-form-product .product_over {
  background-color: #def7f7;
  /*border-style: dashed;
    border-color: gray;*/ }

.ordonnance-form-product .row {
  padding-top: 5px; }

.ordonnance-form-product div.btn-group {
  width: 100%; }

.ordonnance-form-product button[type=button], .ordonnance-form-product button[type=submit] {
  width: 100%; }

.ordonnance-form-product button[type=button] span.caret {
  margin-top: 8px; }

.ordonnance-form-product button.btn-modify {
  width: 30%;
  padding: 4px; }

.ordonnance-form-product .loading-products {
  text-align: center; }
  .ordonnance-form-product .loading-products span {
    font-size: 2rem; }

.ordonnance-form-product .product-list-alpha span {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px 5px; }

.ordonnance-form-product .ordonnance-row-products {
  overflow: auto;
  max-height: 600px; }

.ordonnance-form-lunette .col-xs-12 {
  padding: 0px; }
  .ordonnance-form-lunette .col-xs-12 h3 {
    margin-bottom: 3px;
    background-color: #428bca;
    color: white;
    padding: 3px 8px; }

.ordonnance-form-lunette label {
  font-weight: 300;
  font-size: 0.875rem;
  margin-right: 5px;
  display: block; }

.ordonnance-form-lunette label input {
  margin-right: 5px; }

.ordonnance-form-lunette .row {
  padding-top: 5px; }

.ordonnance-form-lunette .ligne span {
  display: block; }

.ordonnance-form-lunette button[type=button], .ordonnance-form-lunette button[type=submit] {
  width: 100%;
  padding: 2px; }

.ordonnance-form-lunette .btn, .ordonnance-form-lunette a.submit,
.ordonnance-form-lunette button.submit, .ordonnance-form-lunette a.cancel,
.ordonnance-form-lunette button.cancel, .ordonnance-form-lunette a.inverse,
.ordonnance-form-lunette button.inverse, .ordonnance-form-lunette a.warning,
.ordonnance-form-lunette button.warning, .ordonnance-form-lunette .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .ordonnance-form-lunette .close-colorpicker, .ordonnance-form-lunette .text-editor .text-editor-actions button, .text-editor .text-editor-actions .ordonnance-form-lunette button, .ordonnance-form-lunette [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .ordonnance-form-lunette .today, .ordonnance-form-lunette [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .ordonnance-form-lunette .clear, .ordonnance-form-lunette .report-header .cancel, .report-header .ordonnance-form-lunette .cancel {
  padding: 2px; }

.ordonnance-form-lunette .sca {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc; }
  .ordonnance-form-lunette .sca .input-group-addon {
    height: inherit;
    padding: 0px;
    width: 60px; }
  .ordonnance-form-lunette .sca input {
    height: inherit;
    padding: 2px !important; }
  .ordonnance-form-lunette .sca .input-group {
    margin-bottom: 1px;
    margin-left: 1px; }

.ordonnance-form-recipe .col-xs-12 {
  padding: 0px; }
  .ordonnance-form-recipe .col-xs-12 h3 {
    margin-bottom: 3px;
    background-color: #428bca;
    color: white;
    padding: 3px 8px; }

.ordonnance-form-recipe .row {
  padding-top: 5px; }

.ordonnance-form-recipe button[type=button], .ordonnance-form-recipe button[type=submit] {
  width: 100%; }

.ordonnance-search .row-search {
  display: table-row; }

.ordonnance-search .col-search {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  padding-right: 1%; }

.ordonnance-search-loading {
  text-align: center; }
  .ordonnance-search-loading span {
    font-size: 2rem; }

.ordonnance-search-result .row {
  padding: 2px; }

.ordonnance-search-result .nopadding {
  margin: 0px !important;
  padding: 0px !important; }

.ordonnance-search-result .nopadding:first-child {
  padding-left: 15px !important; }

.ordonnance-choice-favori .row {
  margin-bottom: 5px; }

.product-chosen .col-xs-4, .product-chosen .col-xs-8, .product-chosen .col-xs-6, .ordonnance-form-lunette .col-xs-4, .ordonnance-form-lunette .col-xs-8, .ordonnance-form-lunette .col-xs-6, .ordonnance-form-recipe .col-xs-4, .ordonnance-form-recipe .col-xs-8, .ordonnance-form-recipe .col-xs-6 {
  padding: 0px; }
  .product-chosen .col-xs-4 input, .product-chosen .col-xs-8 input, .product-chosen .col-xs-6 input, .ordonnance-form-lunette .col-xs-4 input, .ordonnance-form-lunette .col-xs-8 input, .ordonnance-form-lunette .col-xs-6 input, .ordonnance-form-recipe .col-xs-4 input, .ordonnance-form-recipe .col-xs-8 input, .ordonnance-form-recipe .col-xs-6 input {
    height: inherit !important;
    padding: 4px;
    text-align: center; }
  .product-chosen .col-xs-4 .btn-group button, .product-chosen .col-xs-8 .btn-group button, .product-chosen .col-xs-6 .btn-group button, .ordonnance-form-lunette .col-xs-4 .btn-group button, .ordonnance-form-lunette .col-xs-8 .btn-group button, .ordonnance-form-lunette .col-xs-6 .btn-group button, .ordonnance-form-recipe .col-xs-4 .btn-group button, .ordonnance-form-recipe .col-xs-8 .btn-group button, .ordonnance-form-recipe .col-xs-6 .btn-group button {
    padding: 4px; }
  .product-chosen .col-xs-4 .btn-cancel, .product-chosen .col-xs-4 .btn-add, .product-chosen .col-xs-8 .btn-cancel, .product-chosen .col-xs-8 .btn-add, .product-chosen .col-xs-6 .btn-cancel, .product-chosen .col-xs-6 .btn-add, .ordonnance-form-lunette .col-xs-4 .btn-cancel, .ordonnance-form-lunette .col-xs-4 .btn-add, .ordonnance-form-lunette .col-xs-8 .btn-cancel, .ordonnance-form-lunette .col-xs-8 .btn-add, .ordonnance-form-lunette .col-xs-6 .btn-cancel, .ordonnance-form-lunette .col-xs-6 .btn-add, .ordonnance-form-recipe .col-xs-4 .btn-cancel, .ordonnance-form-recipe .col-xs-4 .btn-add, .ordonnance-form-recipe .col-xs-8 .btn-cancel, .ordonnance-form-recipe .col-xs-8 .btn-add, .ordonnance-form-recipe .col-xs-6 .btn-cancel, .ordonnance-form-recipe .col-xs-6 .btn-add {
    padding: 4px; }

.create-new-ordonnance {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  clear: both; }
  .create-new-ordonnance h3 {
    background-color: #428bca;
    color: white;
    padding: 4px 10px;
    margin-bottom: 10px;
    display: block;
    text-align: left; }
  .create-new-ordonnance .one-type-ordonnance {
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    display: inline-block;
    margin: 2px 2px;
    width: 49%; }
    .create-new-ordonnance .one-type-ordonnance:hover {
      background-color: #616E75;
      color: white; }
    .create-new-ordonnance .one-type-ordonnance .ion-trash-a {
      font-size: 18px; }
  .create-new-ordonnance .chose-one-type-ordonnance {
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 2px;
    padding: 2px; }
    .create-new-ordonnance .chose-one-type-ordonnance:hover {
      background-color: #616E75;
      color: white; }
  .create-new-ordonnance .select-one-type-ordonnance {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px; }

.create-new-ordonnance-predefinie {
  text-align: center; }

.create-new-ordonnance-favori h3 button {
  margin-left: 10px; }

.create-new-ordonnance-favori .one-type-ordonnance {
  width: 32%; }

.create-new-ordonnance-favori .one-type-ordonnance:nth-child(2n + 1) {
  clear: both; }

.group-btn-add-product .title-add-product {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #616E75;
  padding: 6px 15px 9px 15px;
  background-color: white; }

.ordonnance-title-contener {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 20px;
  width: 100%; }
  .ordonnance-title-contener div.select-type-prescription {
    float: right; }
    .ordonnance-title-contener div.select-type-prescription button {
      padding: 7px; }
    .ordonnance-title-contener div.select-type-prescription span {
      float: left;
      text-align: center; }
    .ordonnance-title-contener div.select-type-prescription span.ion-plus, .ordonnance-title-contener div.select-type-prescription .search-aside .add-filter-panel span.add-filter:before, .search-aside .add-filter-panel .ordonnance-title-contener div.select-type-prescription span.add-filter:before {
      margin-top: 3px;
      margin-right: 7px; }
    .ordonnance-title-contener div.select-type-prescription span.caret {
      margin-top: 15px;
      margin-left: 7px; }
    .ordonnance-title-contener div.select-type-prescription .title {
      font-size: 12px; }
    .ordonnance-title-contener div.select-type-prescription .favori-loading {
      padding-top: 5px;
      text-align: center;
      display: block; }
      .ordonnance-title-contener div.select-type-prescription .favori-loading span {
        float: inherit; }
    .ordonnance-title-contener div.select-type-prescription .dropdown-menu li {
      margin-right: 10px; }
    .ordonnance-title-contener div.select-type-prescription .icon-ion {
      position: absolute;
      right: 0;
      margin-top: 5px;
      cursor: pointer;
      color: gray; }
  .ordonnance-title-contener .title {
    vertical-align: middle;
    font-size: 20px;
    margin-left: 10px; }

.ax-modal-ordonnance .ion-arrow-right-b {
  margin-right: 10px; }

.ax-modal-ordonnance .created-selected {
  border-color: #ddd !important; }

.ax-modal-ordonnance .created {
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 3px;
  margin-bottom: 3px;
  display: block; }
  .ax-modal-ordonnance .created span {
    width: 10px;
    display: inline-block; }

.ax-modal-ordonnance table {
  border: none; }
  .ax-modal-ordonnance table tbody tr:hover {
    background-color: inherit; }
  .ax-modal-ordonnance table tbody tr > td {
    border: none; }

.ax-modal-ordonnance .ordonnance-contener {
  border: 1px solid #ddd; }
  .ax-modal-ordonnance .ordonnance-contener .ordonnance-classique-print, .ax-modal-ordonnance .ordonnance-contener .ordonnance-bizone-print, .ax-modal-ordonnance .ordonnance-contener .ordonnance-exception-volet, .ax-modal-ordonnance .ordonnance-contener .icon-product-delete {
    display: none; }
  .ax-modal-ordonnance .ordonnance-contener h2 {
    text-align: center;
    color: white;
    background-color: #428bca;
    padding: 3px; }

.ordonnances-tabs ul.nav {
  padding-left: 225px; }

.ordonnances-tabs-open {
  margin-top: 10px; }

.ordonnance-aside {
  padding: 0px; }
  .ordonnance-aside .list-group-item {
    padding: 2px; }
    .ordonnance-aside .list-group-item .ion-close-circled {
      position: absolute;
      top: 0px;
      right: 0px; }
  .ordonnance-aside .list-group-item:hover, .ordonnance-aside .list-group-item-selected {
    background-color: #def7f7; }
  .ordonnance-aside .list-group-item-selected {
    font-weight: bold; }
  .ordonnance-aside div.tab-content {
    height: 100%; }
    .ordonnance-aside div.tab-content .tab-pane {
      height: 100%; }
  .ordonnance-aside .row {
    border-bottom: 1px solid #ddd; }
    .ordonnance-aside .row .button-add {
      text-align: center; }
    .ordonnance-aside .row .title {
      background-color: #337ab7;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      border-top-right-radius: 8px;
      -webkit-border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      border-top-left-radius: 8px;
      padding: 5px;
      color: white;
      text-align: center;
      margin-top: 10px; }
    .ordonnance-aside .row .col {
      padding: 5px; }
    .ordonnance-aside .row .quickView {
      position: fixed;
      width: 350px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      background-color: white;
      margin-left: -340px;
      top: 140px;
      bottom: 10px;
      padding: 10px;
      overflow: auto;
      z-index: 10;
      font-size: 0.7rem; }
  .ordonnance-aside .row-over {
    cursor: pointer;
    background-color: #def7f7; }
  .ordonnance-aside .loaderSearchConsultations {
    margin-top: 10px;
    text-align: center; }
  .ordonnance-aside ul.nav {
    margin: 10px 0px;
    white-space: nowrap; }
  .ordonnance-aside ul.nav li {
    float: left;
    white-space: nowrap;
    width: calc(100% / 2); }
  .ordonnance-aside ul.nav li a {
    padding: 5px 10px;
    overflow: hidden; }
  .ordonnance-aside tab-heading {
    padding: 0px; }
  .ordonnance-aside .searchConsultationInput {
    float: left;
    width: calc(100% / 2 - 5px); }
  .ordonnance-aside .btn-refresh-consultation-list {
    float: left;
    width: calc(100% / 2 - 10px);
    overflow: hidden;
    margin-left: 5px; }
  .ordonnance-aside .zoneResultat {
    height: 200px;
    overflow-y: auto;
    position: relative; }

.patients-header {
  padding-top: 20px; }
  .patients-header h1 {
    margin: 0;
    white-space: nowrap;
    margin-top: -7px; }
  .patients-header .fluid-wrapper section {
    vertical-align: top !important; }
  .patients-header .search {
    max-width: 450px; }
  .patients-header .title-section,
  .patients-header .create-section {
    width: 1%; }
  .patients-header .search-section .search-options {
    margin-right: 10px; }
    .patients-header .search-section .search-options input {
      margin-right: 3px; }

.state-patients-list.inner-header {
  padding-top: 18px; }

.state-patients-list.inner-main {
  padding-top: 5rem; }
  .state-patients-list.inner-main col.patient-name {
    width: 25%; }
  .state-patients-list.inner-main col.city {
    width: 15%; }
  .state-patients-list.inner-main col.birthdate {
    width: 15%; }
  .state-patients-list.inner-main col.last-visit {
    width: 20%; }
  .state-patients-list.inner-main col.doctor-name {
    width: 25%; }
  .state-patients-list.inner-main .birthdate,
  .state-patients-list.inner-main .last-visit {
    text-align: center; }
  .state-patients-list.inner-main .loading {
    text-align: center; }
  .state-patients-list.inner-main table > tbody > tr > th > a,
  .state-patients-list.inner-main table > tbody > tr > td > a {
    color: #000000; }

.ax-table-striped tbody tr:nth-child(even) {
  background-color: whitesmoke; }

.ax-table-striped tbody tr td {
  border-left: 1px solid #dddddd; }

.mobile-patients-list-table {
  border: 1px solid #616E75;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden; }

.mobile-patients-list-header {
  width: 150px;
  min-width: 150px;
  height: 50px;
  padding-left: 4px;
  color: white;
  font-weight: 300; }

.mobile-patients-list-headers-all {
  background-color: #616E75; }

.mobile-patients-list-table-row {
  border-top: solid 1px grey; }

.mobile-patients-list-value {
  height: 50px;
  padding-left: 8px; }

.mobilePatientsEvenRows {
  background-color: whitesmoke; }

.state-patients-edit .patient-header, .state-patients-show-identity .patient-header {
  height: 79px;
  text-align: right;
  display: flex;
  align-items: center;
  position: relative; }
  .state-patients-edit .patient-header h1, .state-patients-show-identity .patient-header h1 {
    margin: 0; }
  .state-patients-edit .patient-header .actions-section, .state-patients-show-identity .patient-header .actions-section {
    text-align: right;
    position: absolute;
    right: 0; }

.state-patients-edit .patient-body, .state-patients-show-identity .patient-body {
  position: absolute;
  padding-bottom: 50px; }

.state-patients-edit .finish, .state-patients-show-identity .finish {
  float: right; }
  .state-patients-edit .finish:before, .state-patients-show-identity .finish:before {
    padding-right: 5px; }

.state-patients-edit .primary-section, .state-patients-show-identity .primary-section,
.state-patients-edit .secondary-section,
.state-patients-show-identity .secondary-section,
.state-patients-edit .doctors-section,
.state-patients-show-identity .doctors-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .state-patients-edit .primary-section, .state-patients-show-identity .primary-section,
    .state-patients-edit .secondary-section,
    .state-patients-show-identity .secondary-section,
    .state-patients-edit .doctors-section,
    .state-patients-show-identity .doctors-section {
      float: left;
      width: 33.33333%; } }

.state-patients-edit .tertiary-section, .state-patients-show-identity .tertiary-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .state-patients-edit .tertiary-section, .state-patients-show-identity .tertiary-section {
      float: left;
      width: 100%; } }

.state-patients-edit .right-eye-section, .state-patients-show-identity .right-eye-section,
.state-patients-edit .left-eye-section,
.state-patients-show-identity .left-eye-section {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.state-patients-edit .eye-title, .state-patients-show-identity .eye-title {
  text-align: center;
  font-size: 1.125rem; }
  .state-patients-edit .eye-title i, .state-patients-show-identity .eye-title i {
    color: #99adb2;
    font-size: 2.875rem; }

.state-patients-edit .loading, .state-patients-show-identity .loading {
  text-align: center; }

.patient-table-cell-print {
  width: 50%;
  border: 1px solid black;
  height: 35px;
  padding: 4px; }

[class*="state-patients-show-"].inner-main {
  background: #ffffff; }

[class*="state-patients-show-"].patients-main .main-content > :first-child {
  padding-top: 0px; }

.main-content-consultation-list-by-patient {
  top: -1px;
  left: 0px;
  z-index: 2;
  background-color: #ffffff; }
  .main-content-consultation-list-by-patient .inner-wrapper {
    background-color: transparent !important; }
  .main-content-consultation-list-by-patient .header-consultation-history {
    top: 25px !important; }
  .main-content-consultation-list-by-patient .ax-consultation-list-main .common-loading {
    margin-top: 0px !important; }
  .main-content-consultation-list-by-patient .ax-consultation-list-main .icon-close-consultation-list {
    margin-top: 5px;
    float: right;
    padding: 12px; }

.topBar {
  height: 20%; }

.topBarLeft {
  width: 90%;
  float: left; }

.topBarRight {
  width: 10%;
  float: right; }

.mainArea {
  width: 100%;
  height: 80%; }

.documents-header > .loader, .documents-header > .file-icon.loading {
  position: absolute;
  top: 10px;
  right: 60px; }

.documents-header h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem; }

.documents-header .filter-list {
  *zoom: 1;
  margin: 0;
  height: 35px;
  padding: 0;
  list-style: none; }
  .documents-header .filter-list:before, .documents-header .filter-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .documents-header .filter-list:after {
    clear: both; }
  .documents-header .filter-list li {
    float: left;
    margin-right: 15px; }
  .documents-header .filter-list .label {
    text-transform: normal; }
  .documents-header .filter-list .config-button {
    float: right; }
    .documents-header .filter-list .config-button .label:before {
      padding-right: 10px; }
  .documents-header .filter-list.types .label {
    text-transform: uppercase; }

.documents-header .display-config {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 3;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 -15px 15px;
  padding: 20px;
  padding-bottom: 10px;
  background: #d8ecec;
  font-size: 0.875rem; }
  .documents-header .display-config h4 {
    margin-top: 0; }
  .documents-header .display-config label {
    font-size: 0.75rem; }
  .documents-header .display-config .range input {
    padding: 0; }
  .documents-header .display-config .checkboxes {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .documents-header .display-config .checkboxes:before, .documents-header .display-config .checkboxes:after {
      display: table;
      content: "";
      line-height: 0; }
    .documents-header .display-config .checkboxes:after {
      clear: both; }
  .documents-header .display-config .checkbox-col {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .documents-header .display-config .checkbox label {
    color: #616E75;
    font-size: 0.75rem;
    line-height: 1.5rem; }
    .documents-header .display-config .checkbox label.disabled {
      color: #99adb2; }
  .documents-header .display-config .close {
    float: right;
    outline: 0;
    border: 0;
    background: none;
    font-weight: bold;
    font-size: 1.25rem; }

.documents-header .document-navigation {
  position: absolute;
  top: 0;
  right: 0; }
  .documents-header .document-navigation .right,
  .documents-header .document-navigation .left {
    position: relative;
    display: block;
    outline: none;
    border: 0;
    color: #000000;
    background: 0;
    font-size: 1.625rem; }
    .documents-header .document-navigation .right.disabled,
    .documents-header .document-navigation .left.disabled {
      color: #b3b3b3; }

.documents-header .fields-section {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.documents-header .columns-section {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.documents-section-patient-one-page {
  padding-top: 5px !important; }
  .documents-section-patient-one-page .overlay {
    top: 15px !important; }

.documents-section-history {
  padding-top: 5px !important; }
  .documents-section-history .document-preview .wrapper .preview {
    position: absolute; }

.documents-section-patient .overlay {
  top: 10px !important; }

.documents-section {
  position: relative;
  /*min-height: 500px;*/
  height: 100%; }
  .documents-section .header-imageries {
    padding-top: 20px !important; }
  .documents-section > .overlay {
    position: absolute;
    z-index: 2;
    top: 115px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 25%;
    border: 2px dashed #8c9196;
    background: rgba(211, 220, 222, 0.9);
    text-align: center; }
    .documents-section > .overlay .loader, .documents-section > .overlay .file-icon.loading {
      font-size: 1.5625rem; }
  .documents-section.loading {
    overflow-y: hidden; }
  .documents-section .patient-add-document {
    float: left;
    clear: both;
    width: 100%; }
  .documents-section .alert-patient-doc {
    float: left;
    width: 100%;
    clear: both; }
  .documents-section .patient-document-grid {
    float: left;
    width: 100%;
    clear: both;
    margin-left: 0px;
    margin-right: 0px; }
  .documents-section .patient-pdf-content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    height: 500px;
    overflow: scroll;
    top: 50%;
    width: 50%;
    left: 50%;
    position: absolute;
    margin-left: -25%;
    margin-top: -250px;
    background-color: white; }
  .documents-section .documents-grid {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
    position: relative; }
    .documents-section .documents-grid:before, .documents-section .documents-grid:after {
      display: table;
      content: "";
      line-height: 0; }
    .documents-section .documents-grid:after {
      clear: both; }
    .documents-section .documents-grid .column-full {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .documents-grid .column-half {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .documents-grid .column-third {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .documents-grid .column-fourth {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .documents-grid .column-sixth {
      position: relative;
      float: left;
      width: 16.66667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .documents-grid h2 {
      margin-bottom: 10px; }
    .documents-section .documents-grid h3 a {
      color: #000000;
      font-size: 1.125rem; }
    .documents-section .documents-grid .field-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 1.5rem;
      background: #d8ecec; }
    .documents-section .documents-grid label.field-title {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      color: #616E75;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.75rem;
      line-height: 1.5rem; }
  .documents-section .consultation {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .documents-section .consultation .documents h3 {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .documents-section .consultation h3 {
      padding-bottom: 5px;
      border-bottom: 2px solid #94caca; }
      .has-field .documents-section .consultation h3 {
        margin-bottom: 0; }
    .documents-section .consultation .documents {
      margin-left: -15px;
      margin-right: -15px;
      *zoom: 1;
      position: relative; }
      .documents-section .consultation .documents:before, .documents-section .consultation .documents:after {
        display: table;
        content: "";
        line-height: 0; }
      .documents-section .consultation .documents:after {
        clear: both; }
    .documents-section .consultation.has-field .consultation h3 {
      margin-bottom: 0; }
  .documents-section .loading {
    text-align: center; }

.imageries {
  margin-top: -25px; }
  .imageries .stucked {
    position: relative;
    height: 160px;
    top: 40px;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    margin-left: -15px;
    padding-left: 10px;
    padding-top: 5px; }
    .imageries .stucked h2 {
      margin-bottom: 5px; }
    .imageries .stucked ol {
      position: relative;
      display: block;
      margin: 100px;
      height: 4px;
      background: #9b2;
      bottom: 60px;
      left: -90px; }
    .imageries .stucked ol::before,
    .imageries .stucked ol::after {
      content: "";
      position: absolute;
      top: -8px;
      display: block;
      width: 0;
      height: 0;
      border-radius: 10px;
      border: 10px solid #9b2; }
    .imageries .stucked ol::before {
      left: -5px; }
    .imageries .stucked ol::after {
      right: -10px;
      border: 10px solid transparent;
      border-right: 0;
      border-left: 20px solid #9b2;
      border-radius: 3px; }
    .imageries .stucked li {
      position: relative;
      top: -5px;
      left: 20px;
      display: inline-block;
      float: left;
      width: 40px;
      margin-right: 20px;
      cursor: pointer; }
    .imageries .stucked li::before {
      content: "";
      position: absolute;
      top: 3px;
      left: -28px;
      display: block;
      width: 10px;
      height: 10px;
      border: 4px solid #9b2;
      border-radius: 10px;
      background: #eee; }
    .imageries .stucked .timeline .popover {
      display: block;
      top: -52px;
      left: -48px;
      min-height: 55px;
      max-width: 50px;
      box-shadow: none; }
      .imageries .stucked .timeline .popover .popover-title {
        font-size: 8px;
        line-height: 2px;
        padding: 3px; }
      .imageries .stucked .timeline .popover .popover-content {
        font-size: 10px; }
        .imageries .stucked .timeline .popover .popover-content .bubble {
          padding: 3px; }
  .imageries .not-stucked {
    margin-top: 160px; }
  .imageries .checkbox-filter {
    margin-bottom: 5px; }
    .imageries .checkbox-filter button {
      border: dashed 1px #ddd; }
    .imageries .checkbox-filter .brn-primary {
      background-color: #616E75; }
    .imageries .checkbox-filter .active {
      border: solid 1px #fff; }
  .imageries .image-no-file {
    margin-top: 60px !important; }
  .imageries .thumbnail-wrapper {
    /*for popover*/
    position: relative; }
    .imageries .thumbnail-wrapper .active {
      border-color: #428bca !important; }
    .imageries .thumbnail-wrapper .thumbnail {
      padding: 1px;
      margin-bottom: 10px;
      border: solid 2px white; }
      .imageries .thumbnail-wrapper .thumbnail img {
        width: 260px; }
  .imageries .imagery-grid .documents {
    overflow-x: scroll;
    overflow-y: visible; }
    .imageries .imagery-grid .documents table:not(.table-condensed) > thead > tr > th, .imageries .imagery-grid .documents table:not(.table-condensed) > tbody > tr > td {
      padding: 5px 8px;
      vertical-align: initial; }
    .imageries .imagery-grid .documents table {
      border-collapse: separate;
      width: auto; }
      .imageries .imagery-grid .documents table .th-width {
        min-width: 520px;
        text-align: center; }
      .imageries .imagery-grid .documents table tbody tr td:first-child {
        background: none;
        vertical-align: top; }
      .imageries .imagery-grid .documents table tbody tr:hover {
        background: none; }
      .imageries .imagery-grid .documents table td {
        margin: 0;
        border-bottom: none;
        border-left: none;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        white-space: nowrap; }
      .imageries .imagery-grid .documents table .min-width-th {
        min-width: 92px; }
    .imageries .imagery-grid .documents .fixed-table {
      position: absolute;
      display: inline-block;
      width: auto;
      z-index: 4; }
      .imageries .imagery-grid .documents .fixed-table th:last-child {
        border-top-right-radius: 0px; }
      .imageries .imagery-grid .documents .fixed-table td {
        background: repeating-linear-gradient(-45deg, #fff, #fff 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
        background-color: rgba(204, 204, 204, 0.13); }
    .imageries .imagery-grid .documents .zone-title {
      text-align: center;
      font-size: 20px;
      margin: 0px;
      font-weight: bold; }
      .imageries .imagery-grid .documents .zone-title .ion-eye, .imageries .imagery-grid .documents .zone-title .eye-template h3:before, .eye-template .imageries .imagery-grid .documents .zone-title h3:before, .imageries .imagery-grid .documents .zone-title .state-patients-edit .eye-title i, .state-patients-edit .eye-title .imageries .imagery-grid .documents .zone-title i, .imageries .imagery-grid .documents .zone-title .state-patients-show-identity .eye-title i, .state-patients-show-identity .eye-title .imageries .imagery-grid .documents .zone-title i {
        font-size: 35px;
        color: lightgray;
        padding-right: 10px;
        vertical-align: middle; }
  .imageries .axpopover {
    position: absolute;
    z-index: 3;
    background: #FFF;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 6px;
    text-align: center; }
    .imageries .axpopover .popover-content {
      padding: 4px 0px; }
    .imageries .axpopover button {
      font-size: 10px;
      padding: 4px; }
  .imageries .axpopover:after, .imageries .axpopover:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .imageries .axpopover:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -43px; }
  .imageries .axpopover:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -44px; }

.modal-body .overlay-image {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 95%; }
  .modal-body .overlay-image .loader, .modal-body .overlay-image .file-icon.loading {
    position: absolute;
    left: 50%;
    top: 50%; }

.modal-body .button-close-side-left {
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  left: -40px; }

.modal-body .button-close-side-right {
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  right: -40px; }

.modal-body .button-close-side-left, .modal-body .button-close-side-right {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 100%;
  text-align: center;
  background-color: #eee;
  z-index: 10; }
  .modal-body .button-close-side-left i.ion-arrow-left-a, .modal-body .button-close-side-left i.ion-arrow-right-a, .modal-body .button-close-side-right i.ion-arrow-left-a, .modal-body .button-close-side-right i.ion-arrow-right-a {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #aaa;
    margin-left: -30%; }

.modal-body .img-alignment {
  padding: 15px 0;
  overflow-x: scroll;
  overflow-x: hidden; }
  .modal-body .img-alignment li {
    vertical-align: top; }
  .modal-body .img-alignment a {
    text-decoration: none; }
  .modal-body .img-alignment .details {
    color: black;
    font-size: 9px;
    margin: 15px 0 5px 0;
    display: block;
    line-height: 9px; }

.modal-body .thumbnail-wrapper {
  width: 80px; }

.state-patients-show-medical-history {
  margin-top: 15px; }

.form-consultation .patient-history-contener {
  background-color: #ddd !important;
  margin-top: 0px !important;
  padding: 5px;
  overflow: visible; }
  .form-consultation .patient-history-contener .ax-consultation .menu-add-template {
    margin-bottom: 0px !important; }

.imageryHeaderBarItem {
  margin: 4px; }

.imageryColumnHeader {
  text-align: center;
  font-weight: bold; }

.imageryColumn {
  padding: 5px;
  border: solid 1px lightgrey; }

.imageryThumbnail {
  width: 150px;
  padding: 5px; }

.imagerySelected {
  border: solid 2px red; }

.imageryTag {
  background-color: lightgrey;
  border: solid black 1px;
  display: inline-block;
  padding: 2px;
  margin: 3px; }

.imageryDelete {
  font-size: 25px;
  color: grey;
  margin: 10px; }

.imgContainer {
  margin: 5px; }

.imgZoom {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.imgZoomed {
  margin-left: 4em;
  float: left;
  overflow: hidden;
  margin: 5px; }

.imgZoomed img {
  height: 600px; }

.imgHide {
  display: none; }

.imgInside {
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }

.imgSeparator {
  border-bottom: 4px solid grey;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.fseColumn {
  margin: 5px;
  text-align: center; }

.fseColumnOthers {
  width: 110px; }

.fseColumnNIR {
  width: 150px; }

.fseColumnEuros {
  width: 60px; }

.fseCell {
  text-align: center; }

.csListTableRow.highlight {
  background-color: #fffcaa; }

.doctors-header h1 {
  white-space: nowrap; }

.doctors-header .search {
  max-width: 450px; }

.doctors-header .title-section,
.doctors-header .create-section {
  width: 1%; }

.doctors-header .create-section button i {
  padding-right: 0.5rem; }

.state-doctors-list.inner-main {
  padding-top: 5rem; }
  .state-doctors-list.inner-main col.patient-name {
    width: 30%; }
  .state-doctors-list.inner-main col.last-visit {
    width: 40%; }
  .state-doctors-list.inner-main col.doctor-name {
    width: 30%; }
  .state-doctors-list.inner-main .last-visit {
    text-align: center; }
  .state-doctors-list.inner-main .loading {
    text-align: center; }
  .state-doctors-list.inner-main table > tbody > tr {
    cursor: pointer; }
    .state-doctors-list.inner-main table > tbody > tr :hover {
      text-decoration: underline; }
    .state-doctors-list.inner-main table > tbody > tr > th > a,
    .state-doctors-list.inner-main table > tbody > tr > td > a {
      color: #000000; }

.state-doctors-edit.inner-main .fluid-wrapper {
  text-align: right;
  display: flex;
  position: relative; }

.state-doctors-edit.inner-main .loading {
  text-align: center; }

.state-doctors-edit.inner-main .actions-section {
  text-align: right;
  position: absolute;
  right: 0; }

pc-doctor-edit .modal-header .actions-section {
  text-align: right; }

pc-doctor-edit .modal-header .modal-title {
  color: white; }

.scrollableFull {
  overflow: scroll; }

.state-patients-show-consultations-list .scrollable, .state-patients-show-consultations-list-synthesis .scrollable {
  overflow-x: auto; }

.state-patients-show-consultations-list table.consultations, .state-patients-show-consultations-list-synthesis table.consultations {
  margin-left: 8.5px;
  width: calc(100% - 8.5px);
  display: block; }
  .state-patients-show-consultations-list table.consultations col.report, .state-patients-show-consultations-list-synthesis table.consultations col.report {
    width: 6.25rem; }
  .state-patients-show-consultations-list table.consultations > thead > tr > th,
  .state-patients-show-consultations-list table.consultations > thead > tr > td, .state-patients-show-consultations-list-synthesis table.consultations > thead > tr > th,
  .state-patients-show-consultations-list-synthesis table.consultations > thead > tr > td {
    text-align: center; }
    .state-patients-show-consultations-list table.consultations > thead > tr > th.consultation-date,
    .state-patients-show-consultations-list table.consultations > thead > tr > td.consultation-date, .state-patients-show-consultations-list-synthesis table.consultations > thead > tr > th.consultation-date,
    .state-patients-show-consultations-list-synthesis table.consultations > thead > tr > td.consultation-date {
      text-align: left; }
  .state-patients-show-consultations-list table.consultations > thead > tr > th, .state-patients-show-consultations-list-synthesis table.consultations > thead > tr > th {
    padding: 8px 12px; }
  .state-patients-show-consultations-list table.consultations > tbody .consultation-date, .state-patients-show-consultations-list-synthesis table.consultations > tbody .consultation-date {
    color: #616E75;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.25rem; }
  .state-patients-show-consultations-list table.consultations > tbody .history-one-value, .state-patients-show-consultations-list-synthesis table.consultations > tbody .history-one-value {
    text-align: center;
    display: block; }
  .state-patients-show-consultations-list table.consultations > tbody:hover, .state-patients-show-consultations-list-synthesis table.consultations > tbody:hover {
    background: #def7f7; }
  .state-patients-show-consultations-list table.consultations > tbody .consultation-line-separator, .state-patients-show-consultations-list-synthesis table.consultations > tbody .consultation-line-separator {
    padding: 1px 12px;
    background-color: rgba(0, 178, 178, 0.6);
    border: none;
    border-left: 3px solid rgba(0, 178, 178, 0.6); }
  .state-patients-show-consultations-list table.consultations > tbody:last-child .consultation-line-separator, .state-patients-show-consultations-list-synthesis table.consultations > tbody:last-child .consultation-line-separator {
    display: none; }
  .state-patients-show-consultations-list table.consultations > tbody > tr > th, .state-patients-show-consultations-list table.consultations > tbody > tr > td, .state-patients-show-consultations-list-synthesis table.consultations > tbody > tr > th, .state-patients-show-consultations-list-synthesis table.consultations > tbody > tr > td {
    padding: 6px 12px; }
  .state-patients-show-consultations-list table.consultations .row-decoration, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration {
    border-left: 3px solid rgba(97, 110, 117, 0.6); }
    .state-patients-show-consultations-list table.consultations .row-decoration .circle, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle {
      position: relative;
      top: 12px;
      margin-left: -11px; }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:before, .state-patients-show-consultations-list table.consultations .row-decoration .circle:after, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:before, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:after {
        position: absolute;
        top: 50%;
        left: -12px;
        margin-top: -8px;
        border-radius: 50%;
        content: ''; }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:before, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:before {
        z-index: 1;
        width: 20px;
        height: 20px;
        border: 4px solid; }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:after, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:after {
        z-index: 2;
        margin: 5px;
        margin-top: -3px;
        width: 10px;
        height: 10px; }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:before, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:before {
        border-color: rgba(83, 95, 101, 0.6);
        color: rgba(97, 110, 117, 0.6);
        background: #fff; }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:after, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:after {
        background: rgba(28, 31, 33, 0.6); }
      .state-patients-show-consultations-list table.consultations .row-decoration .circle:after, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .circle:after {
        background-color: white;
        z-index: 1; }
    .state-patients-show-consultations-list table.consultations .row-decoration .doctor-data, .state-patients-show-consultations-list-synthesis table.consultations .row-decoration .doctor-data {
      color: #8c9196;
      font-weight: normal; }
  .state-patients-show-consultations-list table.consultations .consultation-badge, .state-patients-show-consultations-list-synthesis table.consultations .consultation-badge {
    width: 40px;
    height: 23px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px; }
  .state-patients-show-consultations-list table.consultations .consultation-badge:before, .state-patients-show-consultations-list table.consultations .consultation-badge:after, .state-patients-show-consultations-list-synthesis table.consultations .consultation-badge:before, .state-patients-show-consultations-list-synthesis table.consultations .consultation-badge:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; }
  .state-patients-show-consultations-list table.consultations .consultation-badge:before, .state-patients-show-consultations-list-synthesis table.consultations .consultation-badge:before {
    top: -12px; }
  .state-patients-show-consultations-list table.consultations .consultation-badge:after, .state-patients-show-consultations-list-synthesis table.consultations .consultation-badge:after {
    bottom: -12px; }

.state-patients-show-consultations-list .consultation-report, .state-patients-show-consultations-list-synthesis .consultation-report {
  padding-top: 10px !important; }
  .state-patients-show-consultations-list .consultation-report i, .state-patients-show-consultations-list-synthesis .consultation-report i {
    background-image: url(/images/generated/icons-small@1x.png);
    background-position: -96px -72px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    content: ''; }
  .state-patients-show-consultations-list .consultation-report .icon-print, .state-patients-show-consultations-list .consultation-report .icon-prescription, .state-patients-show-consultations-list-synthesis .consultation-report .icon-print, .state-patients-show-consultations-list-synthesis .consultation-report .icon-prescription {
    text-align: center;
    font-size: 20px;
    color: #00b2b2;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 0px; }

.state-patients-show-consultations-list .eye-letter-r,
.state-patients-show-consultations-list .eye-letter-l, .state-patients-show-consultations-list-synthesis .eye-letter-r,
.state-patients-show-consultations-list-synthesis .eye-letter-l {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1; }

.state-patients-show-consultations-list .eye-letter-r, .state-patients-show-consultations-list-synthesis .eye-letter-r {
  color: rgba(97, 110, 117, 0.6); }

.state-patients-show-consultations-list .eye-letter-l, .state-patients-show-consultations-list-synthesis .eye-letter-l {
  color: rgba(57, 191, 191, 0.6); }

.state-patients-show-consultations-list .loading, .state-patients-show-consultations-list-synthesis .loading {
  text-align: center; }

.state-patients-show-consultations-list .record-types, .state-patients-show-consultations-list-synthesis .record-types {
  width: 140px;
  padding: 16px 5px; }

.consultations-table-thead-fixed {
  position: absolute;
  z-index: 2;
  top: 0px; }

.consultations-table-thead-fixed-scroll {
  position: fixed;
  z-index: 2;
  top: 29px;
  padding: 130px 1px 0px 10px;
  background-color: #ffffff;
  margin-left: -10px; }

.CSHistory-header {
  height: 60px;
  width: 100%;
  margin-bottom: 60px; }

.CSHistory-body {
  width: 100%; }

.consultation-title-tmp th {
  font-size: 0.875rem !important;
  padding: 8px 12px !important;
  font-weight: 300 !important;
  line-height: 1.428571429 !important;
  color: white !important;
  padding-bottom: 28px !important;
  text-align: center; }

section.state-patients-show-consultations-list {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.ax-consultation-list-main .header-consultation-history {
  z-index: 3;
  position: absolute;
  top: 25px;
  width: 99%; }

.ax-consultation-list-main h1, .ax-consultation-list-main .loading {
  margin-left: 10px; }

.ax-consultation-list-main .block-loader.loading, .ax-consultation-list-main .consultation-list-empty {
  margin-top: 140px; }

.ax-consultation-list-main .consultation-list-empty {
  margin-left: 20px; }

.ax-consultation-list-main .common-loading {
  margin-top: 35px; }

.ax-consultation-list-main .group-buttons-right {
  z-index: 2; }

.history-consultation-view-synthesis-by-template-tags ul.history-consultation-list-consultation {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .history-consultation-view-synthesis-by-template-tags ul.history-consultation-list-consultation li {
    text-align: center;
    cursor: pointer;
    padding: 2px;
    margin: 2px; }
  .history-consultation-view-synthesis-by-template-tags ul.history-consultation-list-consultation li.consultation-choose {
    border: 1px solid #ccc; }

.history-consultation-view-synthesis-by-template-tags .export-data {
  font-size: 12px;
  text-transform: none;
  color: black; }
  .history-consultation-view-synthesis-by-template-tags .export-data .dropdown-modal li:hover, .history-consultation-view-synthesis-by-template-tags .export-data .dropdown-modal a:hover {
    background-color: #008CBA; }
  .history-consultation-view-synthesis-by-template-tags .export-data .dropdown-modal .dropdown-submenu.pull-left {
    float: none !important; }

.history-consultation-view-synthesis-by-template-tags .row {
  margin: 0px !important; }

.spec-view-from-history {
  margin-top: 5px !important;
  z-index: 2000; }

.modal-history-column {
  border: none !important; }
  .modal-history-column tbody tr:hover {
    background-color: white !important; }
  .modal-history-column .modal-history-td {
    vertical-align: top;
    padding: 0px 0px 16px 0px;
    border: none !important; }
    .modal-history-column .modal-history-td table thead tr th {
      border-radius: 0px !important; }

.csListHeader {
  background-color: #616E75;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.csListHeaderLabel {
  text-align: center; }

.csListTable {
  margin-left: 10px;
  margin-right: 10px; }

.csListTableRow {
  background-color: white;
  border: solid lightgrey 1px;
  padding: 2px;
  border-left: 3px solid rgba(97, 110, 117, 0.6);
  min-height: 110px; }

.csListTableRowCircle {
  position: absolute;
  left: 13px; }
  .csListTableRowCircle:before, .csListTableRowCircle:after {
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -8px;
    border-radius: 50%;
    content: ''; }
  .csListTableRowCircle:before {
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 4px solid; }
  .csListTableRowCircle:after {
    z-index: 2;
    margin: 5px;
    margin-top: -3px;
    width: 10px;
    height: 10px; }
  .csListTableRowCircle:before {
    border-color: rgba(83, 95, 101, 0.6);
    color: rgba(97, 110, 117, 0.6);
    background: #fff; }
  .csListTableRowCircle:after {
    background: rgba(28, 31, 33, 0.6); }
  .csListTableRowCircle:after {
    background-color: white;
    z-index: 1; }

.csListTableRow:hover {
  background-color: lightblue; }

.csListTableRowFirstCell {
  padding-left: 8px;
  text-align: left !important; }

.csListTableRowEyeSeparation {
  min-height: 2px;
  max-height: 2px;
  background-color: lightgrey;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px; }

.csListTableRowEyeCell {
  min-height: 60px;
  max-height: 60px;
  text-align: center;
  overflow: auto; }

.csListTableRowCell {
  max-height: 122px;
  overflow: auto;
  text-align: center; }

.csListTableRowDate {
  color: #616E75;
  font-weight: 400;
  font-size: 1.25rem; }

.csListTableRowDayDiff {
  font-size: 12px; }

.csListTableRowDoctor {
  font-weight: 400;
  color: #8c9196; }

.csListTableRowTemplateTitle {
  font-size: 10px; }

.csListTableRowTemplateCircle {
  border-radius: 50%;
  width: 90px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #616E75; }

.mobile-cs-list-table {
  border: 1px solid #616E75;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden; }

.mobile-cs-list-header {
  width: 150px;
  min-width: 150px;
  height: 70px;
  min-height: 70px;
  padding-left: 4px;
  color: white;
  font-weight: 300;
  text-align: center; }

.mobile-cs-list-headers-all {
  background-color: #616E75; }

.mobile-cs-list-table-row {
  border-top: solid 1px grey; }

.mobile-cs-list-value {
  height: 70px;
  min-height: 70px;
  padding-left: 8px;
  width: 100%; }

.mobileCSEvenRows {
  background-color: whitesmoke; }

.mobile-cs-list-center-vertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.popup-delete-consultation {
  line-height: 22px; }
  .popup-delete-consultation .ion-alert-circled {
    font-size: 32px;
    color: #e67e22; }

.button-delete-consultation-over {
  opacity: 1;
  filter: alpha(opacity=100); }

.state-patients-show-axconsultation .main-content .contener-loader {
  padding-top: 150px !important; }

.ax-consultation {
  padding-top: 20px !important; }
  .ax-consultation input,
  .ax-consultation textarea,
  .ax-consultation select,
  .ax-consultation .input-group-addon {
    border-color: #DFDFDF; }
  .ax-consultation .btn-primary, .ax-consultation a.submit,
  .ax-consultation button.submit, .ax-consultation [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .ax-consultation .clear {
    background-color: white;
    color: #7E7E7E;
    border-color: #DFDFDF; }
    .ax-consultation .btn-primary:active, .ax-consultation a.submit:active,
    .ax-consultation button.submit:active, .ax-consultation [datepicker-popup-wrap] .actions .clear:active, [datepicker-popup-wrap] .actions .ax-consultation .clear:active, .ax-consultation .btn-primary.active, .ax-consultation a.active.submit,
    .ax-consultation button.active.submit, .ax-consultation [datepicker-popup-wrap] .actions .active.clear, [datepicker-popup-wrap] .actions .ax-consultation .active.clear {
      background-color: #008c8c;
      color: white;
      border-color: #009696; }
    .ax-consultation .btn-primary:hover:not(.active), .ax-consultation a.submit:hover:not(.active),
    .ax-consultation button.submit:hover:not(.active), .ax-consultation [datepicker-popup-wrap] .actions .clear:hover:not(.active), [datepicker-popup-wrap] .actions .ax-consultation .clear:hover:not(.active), .ax-consultation .btn-primary:focus:not(.active), .ax-consultation a.submit:focus:not(.active),
    .ax-consultation button.submit:focus:not(.active), .ax-consultation [datepicker-popup-wrap] .actions .clear:focus:not(.active), [datepicker-popup-wrap] .actions .ax-consultation .clear:focus:not(.active) {
      background-color: #5f6b72;
      color: white; }
  .ax-consultation .button-delete-consultation {
    margin-top: 80px;
    margin-bottom: 10px; }
    .ax-consultation .button-delete-consultation .progress-bar {
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      border-top-right-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
      padding: 5px 0px; }
  .ax-consultation .ax-consultation-header .nav.nav-pills li,
  .ax-consultation .ax-consultation-header .nav.nav-tabs li {
    border-bottom: 1px solid #36b2b2; }
    .ax-consultation .ax-consultation-header .nav.nav-pills li a,
    .ax-consultation .ax-consultation-header .nav.nav-tabs li a {
      color: #35aeae;
      background-color: transparent;
      padding: 5px; }
    .ax-consultation .ax-consultation-header .nav.nav-pills li a:hover, .ax-consultation .ax-consultation-header .nav.nav-pills li a:focus, .ax-consultation .ax-consultation-header .nav.nav-pills li a.active,
    .ax-consultation .ax-consultation-header .nav.nav-tabs li a:hover,
    .ax-consultation .ax-consultation-header .nav.nav-tabs li a:focus,
    .ax-consultation .ax-consultation-header .nav.nav-tabs li a.active {
      color: white;
      background-color: #35aeae;
      text-decoration: none;
      border-color: #35aeae; }
  .ax-consultation .ax-consultation-header .nav.nav-pills li.action a,
  .ax-consultation .ax-consultation-header .nav.nav-tabs li.action a {
    color: white;
    background-color: #35aeae;
    text-decoration: none;
    border-color: #35aeae; }
  .ax-consultation .ax-consultation-header .consultation-date .icon-change-doctor {
    z-index: 2;
    text-align: left;
    font-size: 2rem;
    float: left;
    margin-right: 8px; }
    .ax-consultation .ax-consultation-header .consultation-date .icon-change-doctor .plus, .ax-consultation .ax-consultation-header .consultation-date .icon-change-doctor .search {
      margin-left: 20px; }
    .ax-consultation .ax-consultation-header .consultation-date .icon-change-doctor .doctor-data {
      font-size: 12px; }
  .ax-consultation .ax-consultation-header .consultation-date .navigation-consultation, .ax-consultation .ax-consultation-header .consultation-date h1 {
    float: left; }
  .ax-consultation .ax-consultation-header .consultation-date .navigation-consultation {
    font-size: 36px;
    font-weight: lighter; }
  .ax-consultation .ax-consultation-header .consultation-date .navigation-consultation-next {
    margin-left: 30px;
    z-index: 2;
    position: absolute; }
  .ax-consultation .ax-consultation-header .consultation-date h1 {
    margin-left: 5px;
    font-size: 30px; }
  .ax-consultation .ax-consultation-header .consultation-date .dropdown {
    display: inline-block;
    cursor: pointer; }
    .ax-consultation .ax-consultation-header .consultation-date .dropdown .widget-status {
      padding-left: 5px; }
  .ax-consultation .ax-consultation-header .consultation-date .date-edit {
    cursor: pointer; }
    .ax-consultation .ax-consultation-header .consultation-date .date-edit:before {
      padding-left: 5px;
      font-size: 1.375rem; }
  .ax-consultation .ax-consultation-header .consultation-date .btn-change-date {
    font-size: 30px;
    padding: 0px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: -7px;
    color: #616E75; }
    .ax-consultation .ax-consultation-header .consultation-date .btn-change-date .dropdown {
      margin-left: 5px; }
      .ax-consultation .ax-consultation-header .consultation-date .btn-change-date .dropdown a {
        font-size: 32px;
        text-decoration: none; }
        .ax-consultation .ax-consultation-header .consultation-date .btn-change-date .dropdown a span {
          float: left;
          padding-right: 5px; }
  .ax-consultation .group-button-favori {
    margin-left: 10px; }
    .ax-consultation .group-button-favori .dropdown-menu li a {
      float: left;
      padding: 4px;
      width: 88%;
      overflow: hidden; }
    .ax-consultation .group-button-favori .dropdown-menu li span.ion-close, .ax-consultation .group-button-favori .dropdown-menu li .filter-panel .panel-heading span.close, .filter-panel .panel-heading .ax-consultation .group-button-favori .dropdown-menu li span.close {
      float: right;
      margin-top: 7px;
      margin-right: 5px; }
  .ax-consultation .title-add-cs {
    transition: none;
    background-color: white;
    border-color: #ccc;
    cursor: default;
    border-right: none; }
  .ax-consultation .template-used {
    font-size: 18px;
    margin: 0px; }
    .ax-consultation .template-used .btn-primary, .ax-consultation .template-used a.submit,
    .ax-consultation .template-used button.submit, .ax-consultation .template-used [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .ax-consultation .template-used .clear {
      color: white; }
    .ax-consultation .template-used .label {
      font-size: 22px; }
    .ax-consultation .template-used li {
      cursor: pointer; }
  .ax-consultation .menu-add-template {
    clear: both;
    padding: 3px; }
    .ax-consultation .menu-add-template .title-add {
      float: left;
      padding: 7px; }
    .ax-consultation .menu-add-template .title-cs {
      font-size: 14px; }
    .ax-consultation .menu-add-template .dropdown-menu a::first-letter {
      text-transform: capitalize; }
    .ax-consultation .menu-add-template .dropdown-submenu {
      position: relative; }
    .ax-consultation .menu-add-template .dropdown-menu-lvl-2 {
      left: inherit !important;
      right: 100%; }
    .ax-consultation .menu-add-template .dropdown-submenu > .dropdown-menu {
      top: 0;
      margin-top: -6px;
      margin-left: -1px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px; }
    .ax-consultation .menu-add-template .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    .ax-consultation .menu-add-template .dropdown-submenu > a:after {
      display: block;
      content: " ";
      float: left;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #ccc;
      margin-top: 5px;
      margin-left: -10px; }
    .ax-consultation .menu-add-template .dropdown-submenu.pull-left {
      float: none; }
    .ax-consultation .menu-add-template .dropdown-submenu.pull-left > .dropdown-menu {
      margin-left: 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px; }
  .ax-consultation .ion-alert-circled {
    color: red;
    font-size: 3rem;
    margin-left: 10px;
    cursor: pointer; }
  .ax-consultation .ion-loop {
    cursor: pointer;
    color: gray;
    font-size: 40px; }
  .ax-consultation .user-consultation-no-valid {
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: black;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .ax-consultation .user-consultation-no-valid .ion-alert-circled {
      font-size: 19px;
      color: white; }
  .ax-consultation .report-view-search .quickViewHide, .ax-consultation .report-view-search-in-consultation .quickViewHide, .ax-consultation .ordonnance-view-in-consultation .quickViewHide {
    display: none; }
  .ax-consultation .report-view-search .quickViewShow, .ax-consultation .report-view-search-in-consultation .quickViewShow, .ax-consultation .ordonnance-view-in-consultation .quickViewShow {
    display: inline-block; }
  .ax-consultation .report-view-search .quickView, .ax-consultation .report-view-search-in-consultation .quickView, .ax-consultation .ordonnance-view-in-consultation .quickView {
    position: fixed;
    width: 350px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background-color: white;
    margin-left: -340px;
    top: 140px;
    bottom: 10px;
    padding: 10px;
    overflow: auto;
    z-index: 10;
    font-size: 0.7rem; }
  .ax-consultation .report-view-search .title, .ax-consultation .report-view-search-in-consultation .title, .ax-consultation .ordonnance-view-in-consultation .title {
    background-color: #337ab7;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    padding: 5px;
    color: white;
    text-align: center;
    margin-top: 10px; }
  .ax-consultation .report-view-search .list-group-item, .ax-consultation .report-view-search-in-consultation .list-group-item, .ax-consultation .ordonnance-view-in-consultation .list-group-item {
    margin: 0px;
    padding: 2px; }
  .ax-consultation .report-view-search-in-consultation .data-contener, .ax-consultation .ordonnance-view-in-consultation .data-contener {
    max-height: 50vh;
    overflow: auto;
    float: left;
    width: 100%; }
    .ax-consultation .report-view-search-in-consultation .data-contener .list-group-item .ordonnance-bizone-print, .ax-consultation .report-view-search-in-consultation .data-contener .list-group-item .ordonnance-classique-print, .ax-consultation .report-view-search-in-consultation .data-contener .list-group-item .ordonnance-exception-volet, .ax-consultation .ordonnance-view-in-consultation .data-contener .list-group-item .ordonnance-bizone-print, .ax-consultation .ordonnance-view-in-consultation .data-contener .list-group-item .ordonnance-classique-print, .ax-consultation .ordonnance-view-in-consultation .data-contener .list-group-item .ordonnance-exception-volet {
      display: none; }

.ax-consultation-template {
  /*.ion-close {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 3;
		cursor: pointer;
		@include border-left-radius(0px);
	}*/ }
  .ax-consultation-template .dia-item-user {
    display: inline-block;
    margin-left: 10px; }
  .ax-consultation-template .icon-dia-delete {
    position: inherit !important;
    right: inherit !important;
    top: inherit !important;
    margin-left: 5px; }
  .ax-consultation-template .ax-consultation-block {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 3px;
    border-bottom: 1px solid #ccc;
    padding-right: 0px !important;
    overflow: visible; }
    .ax-consultation-template .ax-consultation-block .user-change-bloc {
      position: absolute;
      z-index: 3;
      right: 36px;
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      border-top-left-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      margin: Opx;
      padding: 0px; }
    .ax-consultation-template .ax-consultation-block .panel {
      padding-left: 0px;
      padding-right: 2px; }
    .ax-consultation-template .ax-consultation-block .col {
      padding: 0px;
      margin: 0px;
      padding-left: 2px;
      padding-right: 2px;
      margin-top: 5px; }
    .ax-consultation-template .ax-consultation-block .bloc-data-view {
      border: none;
      padding: 0px;
      -webkit-box-shadow: 0 0 0px #FFF;
      -moz-box-shadow: 0 0 0px #FFF;
      box-shadow: 0 0 0px #FFF;
      margin: 0px; }
      .ax-consultation-template .ax-consultation-block .bloc-data-view .one-field {
        clear: both;
        padding-top: 3px; }
      .ax-consultation-template .ax-consultation-block .bloc-data-view .one-field-images .documents-section {
        padding-top: 5px !important; }
    .ax-consultation-template .ax-consultation-block .bloc-data {
      margin-bottom: 2px;
      overflow: visible;
      float: left;
      width: 100%;
      background-color: rgba(241, 241, 241, 0.41);
      border: 1px solid lightgray; }
      .ax-consultation-template .ax-consultation-block .bloc-data .ion-compose {
        font-size: 20px;
        margin-right: 5px; }
    .ax-consultation-template .ax-consultation-block .bloc-data-empty {
      padding-top: 5px !important;
      padding-bottom: 5px !important; }
    .ax-consultation-template .ax-consultation-block .btn-zone-modify {
      display: block;
      margin-bottom: 2px;
      width: 100%; }
    .ax-consultation-template .ax-consultation-block .one-field {
      margin-bottom: 5px;
      padding-left: 5px; }
      .ax-consultation-template .ax-consultation-block .one-field .col-xs-4, .ax-consultation-template .ax-consultation-block .one-field .col-xs-6, .ax-consultation-template .ax-consultation-block .one-field .col-xs-12, .ax-consultation-template .ax-consultation-block .one-field .col-sm-12 {
        margin: 0px;
        padding: 0px;
        word-wrap: break-word; }
      .ax-consultation-template .ax-consultation-block .one-field .field-view-title-v2 {
        text-align: center;
        display: table-cell;
        width: 29%;
        padding: 0px 5px; }
      .ax-consultation-template .ax-consultation-block .one-field .field-view-value-od {
        display: table-cell;
        width: 33%;
        text-align: right; }
      .ax-consultation-template .ax-consultation-block .one-field .field-view-value-og {
        display: table-cell;
        width: 33%;
        text-align: left; }
      .ax-consultation-template .ax-consultation-block .one-field .field-view-value {
        text-align: center; }
      .ax-consultation-template .ax-consultation-block .one-field .skin-field-date-multi .col-sm-12, .ax-consultation-template .ax-consultation-block .one-field .skin-field-date-multi .col-xs-1, .ax-consultation-template .ax-consultation-block .one-field .skin-field-date-multi .col-xs-5, .ax-consultation-template .ax-consultation-block .one-field .skin-field-date-multi .col-xs-6 {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 2px; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-text {
        width: 100%; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-title {
        background-color: #41c6c6;
        color: white;
        margin: 3px 0px;
        padding: 3px 0px 3px 25px; }
        .ax-consultation-template .ax-consultation-block .one-field .one-field-title h4 {
          margin: 0px;
          font-size: 17px !important; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-av ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none; }
        .ax-consultation-template .ax-consultation-block .one-field .one-field-av ul li {
          margin: 0px;
          padding: 0px;
          margin-bottom: 2px; }
          .ax-consultation-template .ax-consultation-block .one-field .one-field-av ul li .one-field-av-title {
            width: 60px; }
          .ax-consultation-template .ax-consultation-block .one-field .one-field-av ul li .one-field-av-letter {
            text-transform: uppercase; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-images .file {
        float: left;
        margin-left: 2px; }
        .ax-consultation-template .ax-consultation-block .one-field .one-field-images .file .infos {
          text-align: center; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-images .field-view-title {
        display: block; }
      .ax-consultation-template .ax-consultation-block .one-field .one-field-images .documents-section {
        min-height: 0px !important;
        padding-top: 0px !important; }
      .ax-consultation-template .ax-consultation-block .one-field .auto-completion input {
        padding: 3px; }
      .ax-consultation-template .ax-consultation-block .one-field .auto-completion span.input-group-btn button {
        padding-left: 4px;
        padding-right: 4px; }
    .ax-consultation-template .ax-consultation-block .user-consultation-error-check-field {
      color: red !important;
      border-color: red !important; }
    .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation {
      position: absolute;
      top: 0;
      right: 3px; }
      .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .ion-clipboard {
        cursor: pointer;
        font-size: 23px; }
      .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .ion-loading-c, .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .loader, .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .file-icon.loading, .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .block-loader .spinner, .block-loader .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .spinner {
        margin-right: 5px; }
      .ax-consultation-template .ax-consultation-block .zone-copy-last-consultation .loading {
        padding-top: 5px;
        font-size: 12px; }
  .ax-consultation-template .panel, .ax-consultation-template .col {
    padding-left: 0px;
    padding-right: 2px; }
  .ax-consultation-template .ax-consultation-template-title {
    cursor: pointer;
    height: 26px;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    clear: both; }
    .ax-consultation-template .ax-consultation-template-title .template-title {
      float: left; }
    .ax-consultation-template .ax-consultation-template-title .template-title-action {
      position: absolute;
      right: 0;
      width: 50%; }
      .ax-consultation-template .ax-consultation-template-title .template-title-action .user-add-bloc,
      .ax-consultation-template .ax-consultation-template-title .template-title-action .btn-mode-synthesis,
      .ax-consultation-template .ax-consultation-template-title .template-title-action .change-bloc-variant,
      .ax-consultation-template .ax-consultation-template-title .template-title-action .btn-template-edit,
      .ax-consultation-template .ax-consultation-template-title .template-title-action .btn-template-delete {
        float: right;
        margin: 0px;
        padding: 1px 5px;
        border: 1px solid white;
        font-size: 12px;
        border-radius: 3px;
        background-color: transparent !important; }
    .ax-consultation-template .ax-consultation-template-title .ion-arrow-right-b {
      margin: 0px 7px; }
    .ax-consultation-template .ax-consultation-template-title .ion-arrow-down-b {
      margin: 0px 7px; }
    .ax-consultation-template .ax-consultation-template-title .title {
      cursor: pointer; }
    .ax-consultation-template .ax-consultation-template-title .user-add-bloc {
      margin-left: 5px; }
      .ax-consultation-template .ax-consultation-template-title .user-add-bloc .dropdown-menu {
        color: black; }
      .ax-consultation-template .ax-consultation-template-title .user-add-bloc .user-add-bloc-choice {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 2px;
        margin-bottom: 2px; }
        .ax-consultation-template .ax-consultation-template-title .user-add-bloc .user-add-bloc-choice button {
          width: 100%; }
      .ax-consultation-template .ax-consultation-template-title .user-add-bloc .tooltip {
        text-transform: none; }
    .ax-consultation-template .ax-consultation-template-title .tooltip {
      text-transform: none; }
    .ax-consultation-template .ax-consultation-template-title .template-title {
      float: left; }
    .ax-consultation-template .ax-consultation-template-title .template-title-action {
      float: right; }
  .ax-consultation-template .panel-add-new-bloc {
    border: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: -10px;
    cursor: pointer; }
    .ax-consultation-template .panel-add-new-bloc .panel-heading {
      background-color: lightgrey;
      margin: 0px;
      border-width: 0px;
      padding-top: 10px; }
      .ax-consultation-template .panel-add-new-bloc .panel-heading .title {
        margin-left: 10px;
        margin-right: 10px; }
    .ax-consultation-template .panel-add-new-bloc .btn-new-bloc {
      margin: 2px; }
    .ax-consultation-template .panel-add-new-bloc .panel-body {
      text-align: center; }
  .ax-consultation-template .ax-field {
    margin: 0px !important; }
    .ax-consultation-template .ax-field input, .ax-consultation-template .ax-field textarea {
      padding: 3px 6px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .ax-consultation-template .ax-field select {
      width: 100%; }
    .ax-consultation-template .ax-field .field-eye {
      border-bottom: 1px solid lightgray !important; }
    .ax-consultation-template .ax-field .form-group {
      margin-bottom: 0px !important; }
      .ax-consultation-template .ax-field .form-group label.col-sm-6, .ax-consultation-template .ax-field .form-group label.col-sm-12 {
        padding: 2px; }
    .ax-consultation-template .ax-field .field-view-title {
      font-weight: bold; }
    .ax-consultation-template .ax-field .col-xs-12, .ax-consultation-template .ax-field .col-sm-12 {
      padding: 0px !important; }
    .ax-consultation-template .ax-field .col-sm-3 {
      padding-left: 0px;
      padding-right: 0px; }
    .ax-consultation-template .ax-field .one-field-date-clock {
      text-align: center; }
      .ax-consultation-template .ax-field .one-field-date-clock button {
        padding: 1px 6px; }
        .ax-consultation-template .ax-field .one-field-date-clock button span.ion-clock {
          font-size: 26px; }
      .ax-consultation-template .ax-field .one-field-date-clock .col-sm-12, .ax-consultation-template .ax-field .one-field-date-clock .col-xs-2, .ax-consultation-template .ax-field .one-field-date-clock .col-xs-5, .ax-consultation-template .ax-field .one-field-date-clock .col-xs-10, .ax-consultation-template .ax-field .one-field-date-clock .col-xs-6 {
        padding: 0px !important; }
    .ax-consultation-template .ax-field .auto-completion {
      background-color: green; }
      .ax-consultation-template .ax-field .auto-completion input {
        padding: 3px; }
      .ax-consultation-template .ax-field .auto-completion span.input-group-btn button {
        padding-left: 4px;
        padding-right: 4px; }
      .ax-consultation-template .ax-field .auto-completion .ax-field-value-list-choice {
        display: inline !important;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        z-index: 2000; }
        .ax-consultation-template .ax-field .auto-completion .ax-field-value-list-choice li {
          padding: 0px;
          margin: 0px; }

.ax-consultation-view .header-consultation-view {
  margin-bottom: 90px; }

.ax-consultation-view .container-view {
  clear: both; }

.ax-consultation-view .row .col-md-9, .ax-consultation-view .row .col-md-3 {
  padding: 5px; }

.ax-consultation-view .button-delete-consultation {
  margin-top: 20px;
  margin-right: 8px; }

.ax-consultation-view .ax-consultation-template-title {
  font-size: 17px;
  margin-top: 0px !important; }
  .ax-consultation-view .ax-consultation-template-title .template-title {
    text-align: center;
    white-space: nowrap;
    width: 60%; }
  .ax-consultation-view .ax-consultation-template-title .view-title-odog {
    float: left;
    width: 20%; }
  .ax-consultation-view .ax-consultation-template-title .view-title-od {
    text-align: right; }
  .ax-consultation-view .ax-consultation-template-title .view-title-og {
    text-align: left; }

.ax-consultation-view .ax-consultation-block .one-field {
  margin-bottom: 5px; }

.ax-consultation-view .ion-eye, .ax-consultation-view .eye-template h3:before, .eye-template .ax-consultation-view h3:before, .ax-consultation-view .state-patients-edit .eye-title i, .state-patients-edit .eye-title .ax-consultation-view i, .ax-consultation-view .state-patients-show-identity .eye-title i, .state-patients-show-identity .eye-title .ax-consultation-view i {
  font-weight: bold;
  font-size: 17px;
  padding: 0px 5px; }

.ax-consultation-view .view-title-odog {
  vertical-align: middle;
  padding-bottom: 5px; }

.consultation-modal-quick-view-report-prescription table {
  border: none !important;
  padding: 0px !important; }
  .consultation-modal-quick-view-report-prescription table td {
    border: none !important;
    padding: 0px !important; }

.consultation-modal-quick-view-report-prescription .ordonnance-bizone-print, .consultation-modal-quick-view-report-prescription .ordonnance-classique-print, .consultation-modal-quick-view-report-prescription .ordonnance-exception-volet {
  display: none; }

.list-templates-used {
  margin-top: 10px; }

.form-consultation {
  float: left;
  width: 100%;
  margin-top: 5px; }
  .form-consultation .panel-heading:first-child {
    margin-top: 0px !important; }

.floatingmenuBottom {
  position: fixed;
  top: 70px;
  background-color: lightgrey;
  padding-bottom: 7px;
  border-radius: 5px;
  z-index: 3; }

.refreshNagBar {
  position: fixed;
  top: 50%;
  background: rgba(200, 25, 25, 0.8);
  color: white;
  min-width: 100%;
  z-index: 100;
  padding: 10px;
  font-size: 18px; }

.report-problem-dia {
  margin-top: 30px;
  padding-top: 20px !important; }

.consultation-report {
  padding-top: 15px !important; }
  .consultation-report .header-first-line {
    margin-right: 46px;
    margin-top: -10px !important;
    margin-bottom: 0px; }
    .consultation-report .header-first-line .nav.nav-tabs {
      border-bottom: none;
      margin-right: -27px; }
      .consultation-report .header-first-line .nav.nav-tabs li :first-child {
        margin-right: 6px; }
      .consultation-report .header-first-line .nav.nav-tabs li a {
        color: #35aeae;
        background-color: transparent;
        /*border-color: #36b2b2;
          background-color: #41c6c6;*/
        padding: 5px; }
      .consultation-report .header-first-line .nav.nav-tabs li a:hover, .consultation-report .header-first-line .nav.nav-tabs li a:focus, .consultation-report .header-first-line .nav.nav-tabs li a.active {
        color: white;
        background-color: #35aeae;
        text-decoration: none;
        border-color: #35aeae; }
      .consultation-report .header-first-line .nav.nav-tabs li button.active {
        background-color: #616E75; }
      .consultation-report .header-first-line .nav.nav-tabs li button:hover {
        background-color: #616E75; }
  .consultation-report .report-main {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -14px; }
    .consultation-report .report-main header, .consultation-report .report-main footer {
      border-left: 2px solid #d2322d;
      padding-left: 10px; }
    .consultation-report .report-main header #ax_address {
      position: inherit !important; }
  .consultation-report .report-aside {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0px;
    float: right; }
    .consultation-report .report-aside .list-group-item {
      padding: 2px; }
      .consultation-report .report-aside .list-group-item .ion-close-circled {
        position: absolute;
        top: 0px;
        right: 0px; }
    .consultation-report .report-aside .list-group-item:hover, .consultation-report .report-aside .list-group-item-selected {
      background-color: #def7f7; }
    .consultation-report .report-aside .list-group-item-selected {
      font-weight: bold; }
    .consultation-report .report-aside div.tab-content {
      height: 100%; }
      .consultation-report .report-aside div.tab-content .tab-pane {
        height: 100%; }
    .consultation-report .report-aside .row {
      border-bottom: 1px solid #ddd; }
      .consultation-report .report-aside .row .button-add {
        text-align: center; }
      .consultation-report .report-aside .row .title {
        background-color: #337ab7;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        padding: 5px;
        color: white;
        text-align: center;
        margin-top: 10px; }
      .consultation-report .report-aside .row .col {
        padding: 5px; }
      .consultation-report .report-aside .row .quickView {
        position: fixed;
        width: 350px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        background-color: white;
        margin-left: -340px;
        top: 140px;
        bottom: 10px;
        padding: 10px;
        overflow: auto;
        z-index: 10;
        font-size: 0.7rem; }
    .consultation-report .report-aside .row-over {
      cursor: pointer;
      background-color: #def7f7; }
    .consultation-report .report-aside .loaderSearchConsultations {
      margin-top: 10px;
      text-align: center; }
    .consultation-report .report-aside ul.nav {
      margin: 10px 0px;
      white-space: nowrap; }
    .consultation-report .report-aside ul.nav li {
      float: left;
      white-space: nowrap;
      width: calc(100% / 2); }
    .consultation-report .report-aside ul.nav li a {
      padding: 5px 10px;
      overflow: hidden; }
    .consultation-report .report-aside tab-heading {
      padding: 0px; }
    .consultation-report .report-aside .searchConsultationInput {
      float: left;
      width: calc(100% / 2 - 5px); }
    .consultation-report .report-aside .btn-refresh-consultation-list {
      float: left;
      width: calc(100% / 2 - 10px);
      overflow: hidden;
      margin-left: 5px; }
    .consultation-report .report-aside .zoneResultat {
      max-height: 500px;
      overflow-y: auto;
      position: relative; }

.report-header {
  z-index: 2 !important; }
  .report-header .actions {
    float: right; }

.report-main {
  position: relative;
  width: 75% !important; }
  .report-main .nav-tabs {
    display: none; }
  .report-main .text-editor {
    position: relative;
    margin: 0px 0 30px 2px;
    z-index: 1; }
  .report-main .text-editor-title {
    margin-top: 10px;
    text-align: center;
    color: white;
    background-color: #428bca;
    padding: 3px;
    margin-bottom: 0px; }
    .report-main .text-editor-title span {
      display: block; }
  .report-main .text-editor-title-favori {
    background-color: #4CAF50; }
  .report-main .text-editor-title-favori-plus {
    clear: both;
    font-size: 14px;
    color: red; }
  .report-main .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(153, 173, 178, 0.4);
    cursor: not-allowed; }
  .report-main .loader, .report-main .file-icon.loading {
    position: absolute;
    top: 50%;
    left: 50%; }
  .report-main.loading .overlay {
    display: block; }
  .report-main .last-save {
    position: absolute;
    top: 60px; }
  .report-main .actions-first-line {
    top: 0px; }
    .report-main .actions-first-line .col-xs-6 {
      padding: 0px; }
      .report-main .actions-first-line .col-xs-6 .btn, .report-main .actions-first-line .col-xs-6 a.submit,
      .report-main .actions-first-line .col-xs-6 button.submit, .report-main .actions-first-line .col-xs-6 a.cancel,
      .report-main .actions-first-line .col-xs-6 button.cancel, .report-main .actions-first-line .col-xs-6 a.inverse,
      .report-main .actions-first-line .col-xs-6 button.inverse, .report-main .actions-first-line .col-xs-6 a.warning,
      .report-main .actions-first-line .col-xs-6 button.warning, .report-main .actions-first-line .col-xs-6 .colorpicker.dropdown .close-colorpicker, .colorpicker.dropdown .report-main .actions-first-line .col-xs-6 .close-colorpicker, .report-main .actions-first-line .col-xs-6 .text-editor .text-editor-actions button, .text-editor .text-editor-actions .report-main .actions-first-line .col-xs-6 button, .report-main .actions-first-line .col-xs-6 [datepicker-popup-wrap] .actions .today, [datepicker-popup-wrap] .actions .report-main .actions-first-line .col-xs-6 .today, .report-main .actions-first-line .col-xs-6 [datepicker-popup-wrap] .actions .clear, [datepicker-popup-wrap] .actions .report-main .actions-first-line .col-xs-6 .clear, .report-main .actions-first-line .col-xs-6 .report-header .cancel, .report-header .report-main .actions-first-line .col-xs-6 .cancel {
        padding: 4px; }
    .report-main .actions-first-line .report-multi-template .choix-template .input-group-addon, .report-main .actions-first-line .report-multi-template .choix-template .form-control {
      border: none;
      background-color: transparent;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent; }
    .report-main .actions-first-line .report-multi-template .choix-template .show-report-list-by-template {
      cursor: pointer; }
    .report-main .actions-first-line .report-multi-template .report-list-by-template {
      list-style-type: none;
      margin: 0px;
      padding: 0px; }
      .report-main .actions-first-line .report-multi-template .report-list-by-template li {
        margin: 0px;
        padding: 0px; }
        .report-main .actions-first-line .report-multi-template .report-list-by-template li .form-control {
          height: auto !important; }
  .report-main .actions-second-line {
    top: 40px; }
  .report-main .actions-first-line,
  .report-main .actions-second-line {
    position: absolute;
    display: table-cell;
    width: initial;
    color: #8c9196;
    font-size: 0.8rem;
    font-family: Arial, sans-serif; }
    .report-main .actions-first-line button, .report-main .actions-first-line select,
    .report-main .actions-second-line button,
    .report-main .actions-second-line select {
      line-height: 20px;
      font-weight: bold;
      font-size: 0.6875rem;
      font-family: Arial, sans-serif;
      border: 0;
      border-left: 1px solid #bfecec;
      color: #8c9196;
      background: white;
      border-radius: 0px;
      box-shadow: inherit;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      -webkit-box-shadow: inherit; }
      .report-main .actions-first-line button:hover, .report-main .actions-first-line select:hover,
      .report-main .actions-second-line button:hover,
      .report-main .actions-second-line select:hover {
        cursor: pointer;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        transition: 0.3s linear;
        color: #616E75; }
  .report-main .ion-edit, .report-main .ax-consultation .ax-consultation-header .consultation-date .date-edit:before, .ax-consultation .ax-consultation-header .consultation-date .report-main .date-edit:before {
    margin-left: 5px;
    cursor: pointer; }
  .report-main .new-report, .report-main .moreReport {
    height: 41px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none; }
  .report-main .moreReport span {
    margin-left: 5px; }

.report-view {
  padding-top: 15px !important;
  position: relative;
  height: 99%;
  overflow: hidden; }
  .report-view .report-view-alert {
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .report-view .report-view-content {
    background-color: white; }
  .report-view .report-view-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc; }
    .report-view .report-view-content .scrollable {
      overflow: initial; }
  .report-view .report-view-search, .report-view .report-view-content {
    position: relative;
    height: 89%;
    overflow: auto;
    padding: 5px;
    margin: 0px; }
  .report-view .quickView {
    position: fixed;
    width: 350px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background-color: white;
    margin-left: -340px;
    top: 140px;
    bottom: 10px;
    padding: 10px;
    overflow: auto;
    z-index: 10;
    font-size: 0.7rem; }

.ax-report-text-preformatted {
  margin-top: 5px; }
  .ax-report-text-preformatted .ion-settings {
    position: relative;
    top: -28px;
    right: 7px;
    float: right;
    color: white; }
  .ax-report-text-preformatted label {
    display: inline-block;
    width: 100%;
    font-weight: lighter;
    font-size: 14px; }
    .ax-report-text-preformatted label select {
      float: right;
      height: 30px;
      width: 50%; }
  .ax-report-text-preformatted .ax-text-preformatted-title {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0px;
    background-color: #428bca;
    color: white;
    padding: 5px 0px; }
    .ax-report-text-preformatted .ax-text-preformatted-title span {
      margin: 5px;
      padding: 0px; }
  .ax-report-text-preformatted .ax-text-preformatted-contener .ax-text-preformatted-oneline {
    cursor: pointer;
    padding: 5px 5px;
    border-top: 1px solid #428bca;
    border-left: 1px solid #428bca;
    border-right: 1px solid #428bca; }
    .ax-report-text-preformatted .ax-text-preformatted-contener .ax-text-preformatted-oneline p {
      margin: 0px;
      padding: 0px; }

.ax-report-generator-menu {
  margin-top: -40px; }
  .ax-report-generator-menu table {
    margin-bottom: 0px; }
  .ax-report-generator-menu thead td {
    padding: 5px !important;
    text-align: center; }
  .ax-report-generator-menu tbody td {
    padding: 3px !important;
    vertical-align: top !important;
    white-space: nowrap;
    border-left: 1px solid #eee; }
  .ax-report-generator-menu tbody.tbody-form:hover {
    background-color: white !important; }
    .ax-report-generator-menu tbody.tbody-form:hover tr.tr-form:hover {
      background-color: white !important; }
  .ax-report-generator-menu input {
    margin-right: 5px; }
  .ax-report-generator-menu .col-destinataire label, .ax-report-generator-menu .col-header label, .ax-report-generator-menu .col-content label, .ax-report-generator-menu .col-type label {
    display: block;
    font-weight: inherit;
    font-size: 14px;
    margin: 0px;
    padding: 0px; }
  .ax-report-generator-menu .btn-actions {
    z-index: 2;
    position: relative;
    text-align: right;
    margin-bottom: 5px; }
  .ax-report-generator-menu .search-open {
    padding: 5px 0px !important; }

.ax-consultation-reports * {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.ax-consultation-reports .no-animate {
  transition: 0s none !important;
  -webkit-transition: 0s none !important;
  animation: 0s none !important;
  -webkit-animation: 0s none !important; }

.ax-reports-by-patient {
  margin-top: 10px; }
  .ax-reports-by-patient .description-close {
    height: 70px;
    overflow: hidden; }
  .ax-reports-by-patient .more {
    float: left;
    width: 100%;
    clear: left;
    text-align: center;
    background-color: #ddd;
    margin-top: 5px; }
  .ax-reports-by-patient td {
    vertical-align: top !important; }
  .ax-reports-by-patient tr, .ax-reports-by-patient td, .ax-reports-by-patient tr:hover, .ax-reports-by-patient td:hover {
    background-color: white; }

.newTemplate {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  padding: 1px; }
  .newTemplate .newBlock {
    width: 100%; }
    .newTemplate .newBlock .newBlockContent {
      overflow: hidden;
      background-color: #fff; }
      .newTemplate .newBlock .newBlockContent .zoneODOG {
        border: 2px solid white; }

.zoneODOGOD {
  border: 1px solid #d3d3d3;
  background-color: rgba(241, 241, 241, 0.41);
  padding: 10px;
  margin: 1px;
  border-radius: 6px;
  width: 100%; }

.zoneODOGOG {
  border: 1px solid #d3d3d3;
  background-color: rgba(241, 241, 241, 0.41);
  padding: 10px;
  margin: 1px;
  border-radius: 6px;
  width: 100%; }

.zoneODOGcenter {
  border: 1px solid #d3d3d3;
  background-color: rgba(241, 241, 241, 0.41);
  padding: 10px;
  margin: 1px;
  border-radius: 6px;
  text-align: center; }

.zoneSimple {
  background-color: rgba(241, 241, 241, 0.41);
  border: 1px solid #d3d3d3;
  padding: 10px;
  margin: 2px;
  border-radius: 6px; }

.viewMode {
  cursor: pointer;
  min-height: 10px; }

.subZoneTitle {
  border-radius: 5px;
  padding-left: 3px;
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125rem;
  font-family: "Oxygen", sans-serif;
  margin-top: 10px; }

.blockTitle {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125rem;
  font-family: "Oxygen", sans-serif;
  padding-left: 5px;
  color: white;
  cursor: pointer; }

.zonebar {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  font-size: 26px; }

.fieldDirectiveWrapper {
  width: 100%;
  min-width: 0; }

.fieldAreaWrapperModeSynthese {
  word-break: break-word; }

.fieldArea {
  width: 100%;
  margin: 2px;
  margin-bottom: 13px; }
  .fieldArea .fieldTitle {
    font-weight: bold;
    padding-right: 3px;
    word-break: break-word; }
  .fieldArea .fieldValueModeView {
    word-break: break-word; }
  .fieldArea .field {
    width: 100%;
    border-radius: 8px;
    border: 1px solid lightgray;
    padding: 5px; }

.previousConditions {
  background-color: #adadad;
  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;
  margin: 4px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px; }

.modeSyntheseButton {
  background-color: transparent;
  color: white;
  border: solid 1px white;
  margin-top: 2px; }

.numericUnit {
  background-color: #eeeeee;
  border-radius: 8px;
  text-align: center;
  color: #555555;
  border: 1px solid #dfdfdf;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  min-width: 20px;
  padding: 3px; }

.errorField {
  border-color: red !important; }

.flexNoGrow {
  min-width: 0; }

.doctors-inner-wrapper {
  padding-top: 20px;
  padding-bottom: 50px; }

.waiting-room-header {
  margin: 0px; }
  .waiting-room-header .col {
    padding: 0px; }
  .waiting-room-header .dropdown-menu {
    min-width: 260px; }
  .waiting-room-header .btn-group {
    margin-right: 20px; }
  .waiting-room-header .btn-group-add {
    text-align: right;
    margin-right: 0px;
    display: inline-block;
    padding-right: 0px; }
    .waiting-room-header .btn-group-add .btn-group {
      margin-right: 0px; }
    .waiting-room-header .btn-group-add .ion-gear-b, .waiting-room-header .btn-group-add .ion-alert-circled {
      vertical-align: bottom; }
  .waiting-room-header .block-loader.loading {
    min-height: 40px; }
  .waiting-room-header .block-loader .spinner {
    top: 50%;
    margin-top: -6px; }

.waiting-room-search .col-md-12 {
  margin: 0px;
  padding: 0px; }

.waiting-room-search .doctor-search, .waiting-room-search .group-search, .waiting-room-search .cancel-all {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.waiting-room-wrapper {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 20px 10px;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: auto; }
  .waiting-room-wrapper .ion-alert-circled {
    margin-right: 5px;
    color: #e67e22; }

.waiting-room {
  line-height: 5px; }
  .waiting-room .display-block {
    display: inline-block; }
    .waiting-room .display-block:first-child {
      margin-right: 10px; }
  .waiting-room h2 {
    margin-bottom: 0px; }
  .waiting-room h3 {
    text-transform: inherit;
    font-weight: bold;
    padding: 0px;
    margin: 0px; }
  .waiting-room h4 {
    padding: 0px;
    margin: 0px;
    margin-right: 5px; }
  .waiting-room th td {
    padding: 10px 24px; }
  .waiting-room .dropdown-menu {
    color: black; }
  .waiting-room .color-1 {
    cursor: pointer;
    height: 35px !important;
    vertical-align: middle;
    line-height: 30px; }
  .waiting-room .name {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 0.8rem !important; }
  .waiting-room .badge-color-0 {
    background-color: #ddd !important; }
  .waiting-room .badge-color-0:before {
    border-bottom-color: #ddd !important; }
  .waiting-room .badge-color-0:after {
    border-top-color: #ddd !important;
    top: 35px !important; }
  .waiting-room .badge-color-1 {
    background-color: #36b2b2; }
  .waiting-room .badge-color-1:before {
    border-bottom-color: #36b2b2 !important; }
  .waiting-room .badge-color-1:after {
    border-top-color: #36b2b2 !important;
    top: 35px !important; }
  .waiting-room .badge-color-2 {
    background-color: #FA9C05; }
  .waiting-room .badge-color-2:before {
    border-bottom-color: #FA9C05 !important; }
  .waiting-room .badge-color-2:after {
    border-top-color: #FA9C05 !important;
    top: 35px !important; }
  .waiting-room .badge-color-3 {
    background-color: #0563FA; }
  .waiting-room .badge-color-3:before {
    border-bottom-color: #0563FA !important; }
  .waiting-room .badge-color-3:after {
    border-top-color: #0563FA !important;
    top: 35px !important; }
  .waiting-room td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 1.1rem; }
  .waiting-room td.td-comment input {
    padding: 3px; }
  .waiting-room .btn-patient-here {
    margin-bottom: 5px; }
  .waiting-room .labelStatus {
    padding-top: 17px;
    font-size: 10px;
    width: 100%;
    float: left;
    line-height: 12px; }
  .waiting-room .next-patient {
    background-color: #eee; }
  .waiting-room .waiting-comment-line {
    display: block;
    font-size: 14px; }
    .waiting-room .waiting-comment-line h7 {
      font-size: 10px;
      font-weight: bold;
      white-space: nowrap; }

.waiting-room-danger {
  color: #e74c3c; }

.waiting-room-danger-emergency {
  color: #e74c3c;
  font-size: 1.1rem;
  font-weight: bold; }

div.ax-waiting-config table {
  border-radius: 0px; }
  div.ax-waiting-config table tbody tr td {
    padding: 4px 8px; }

form.ax-waiting-add-patient textarea, table.waiting-room textarea {
  padding: 5px;
  font-size: 12px;
  min-height: 150px; }

form.ax-waiting-add-patient .title, table.waiting-room .title {
  margin-top: 10px; }

table.waiting-room thead > tr th, table.waiting-room thead > tr td, table.waiting-room tbody > tr th, table.waiting-room tbody > tr td {
  padding: 5px 10px; }

table.waiting-room thead > tr th.comment, table.waiting-room tbody > tr th.comment {
  width: 200px; }

table.waiting-room thead > tr > th button {
  padding: 2px 4px; }

.lastdataContainer {
  border-left-style: solid;
  border-left-color: lightgrey;
  border-left-width: 1px; }

.lastdata-information .lastdata-small {
  font-size: 12px;
  float: right; }

.lastdata-information .title-lastdata {
  font-weight: bold; }

.lastdata-information .lastdata-encart {
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  background: #b2e7e7;
  margin: -5px 0 5px -10px;
  border-bottom-right-radius: 3px;
  border-bottom: solid 1px #bbb; }

.lastdata-information .loading {
  height: 30px; }

.template-selected {
  padding: 0px;
  margin-top: 10px;
  font-size: 14px; }
  .template-selected li {
    margin-bottom: 5px; }

.waiting-room-gender-icon {
  min-width: 25px; }

.policies-main {
  line-height: 1.3; }
  .policies-main.inner-main {
    padding-right: 0; }
  .policies-main .markdown-text {
    padding: 20px; }
    .policies-main .markdown-text h1 {
      margin-bottom: 10px;
      text-align: center; }
    .policies-main .markdown-text h2 {
      text-transform: uppercase; }
    .policies-main .markdown-text p {
      text-align: justify; }

.search-main .sections-wrapper {
  position: relative;
  height: 100%; }

.search-main .search-aside {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .search-main .search-aside {
      float: left;
      width: 25%; } }

.search-main .search-primary-section {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .search-main .search-primary-section {
      float: left;
      width: 75%; } }

.search-aside {
  background: #ffffff; }
  .search-aside .add-filter-panel {
    margin-top: 20px;
    text-align: center; }
    .search-aside .add-filter-panel .add-filter {
      margin-top: 15px;
      width: 85%; }
      .search-aside .add-filter-panel .add-filter:before {
        padding-right: 5px; }
  .search-aside .filters-list-panel {
    overflow-y: auto;
    margin-top: 20px; }

.search-primary-section {
  background: #ffffff; }

.search-header {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  .search-header > .actions {
    position: absolute;
    top: 0;
    right: 0; }

.filter-panel .panel-heading .close {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

.export-results .modal-body {
  max-height: 500px;
  padding: 10px 15px; }

.export-results .modal-footer {
  margin-top: 0; }

.imports-inner-wrapper {
  margin-top: 20px; }

.imports-header h1 {
  white-space: nowrap; }

.imports-header .title-section,
.imports-header .create-section {
  width: 1%; }

.state-imports-list.inner-main {
  padding-top: 5rem;
  padding-bottom: 20px; }
  .state-imports-list.inner-main col.filename {
    width: 30%; }
  .state-imports-list.inner-main col.created-at {
    width: 30%; }
  .state-imports-list.inner-main col.status {
    width: 15%; }
  .state-imports-list.inner-main col.lines {
    width: 15%; }
  .state-imports-list.inner-main col.complete {
    width: 10%; }
  .state-imports-list.inner-main .scrollable {
    padding-bottom: 20px; }
  .state-imports-list.inner-main .loading {
    text-align: center; }
  .state-imports-list.inner-main table > tbody > tr > th > a,
  .state-imports-list.inner-main table > tbody > tr > td > a {
    color: #000000; }
  .state-imports-list.inner-main table th + th {
    text-align: center; }
  .state-imports-list.inner-main table td.filename {
    font-weight: bold; }
  .state-imports-list.inner-main table td.created-at, .state-imports-list.inner-main table td.status, .state-imports-list.inner-main table td.lines {
    text-align: center; }
  .state-imports-list.inner-main table td.complete {
    text-align: right; }

.ax-admin {
  position: relative;
  height: 100%;
  margin-top: 10px; }
  .ax-admin .ax-admin-right {
    overflow: auto;
    position: relative;
    height: 100%; }

.admin-engines {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .admin-engines .title {
    width: 150px;
    float: left;
    text-align: center; }

.admin-engine {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 10px; }
  .admin-engine .ax-admin-engine-regex-sample {
    position: relative;
    height: 100%; }
    .admin-engine .ax-admin-engine-regex-sample textarea {
      position: relative;
      height: 500px; }
  .admin-engine .ax-admin-engine-regex-contener {
    padding: 5px; }
    .admin-engine .ax-admin-engine-regex-contener .row, .admin-engine .ax-admin-engine-regex-contener .col-sm-2, .admin-engine .ax-admin-engine-regex-contener .col-sm-4, .admin-engine .ax-admin-engine-regex-contener .col-sm-10, .admin-engine .ax-admin-engine-regex-contener .col-sm-12 {
      padding: 0px;
      margin-bottom: 2px; }
    .admin-engine .ax-admin-engine-regex-contener input {
      height: inherit !important;
      padding: 2px;
      border-radius: 0px; }
    .admin-engine .ax-admin-engine-regex-contener .engine-group {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding: 10px;
      border: 1px solid #ddd;
      margin-top: 5px; }
      .admin-engine .ax-admin-engine-regex-contener .engine-group .engine-regex-action {
        text-align: right; }
        .admin-engine .ax-admin-engine-regex-contener .engine-group .engine-regex-action a {
          font-size: 20px;
          text-decoration: none;
          color: #444; }
    .admin-engine .ax-admin-engine-regex-contener .admin-engine-regexs {
      padding-bottom: 2px;
      padding-top: 2px;
      border-bottom: 2px solid #777; }

.engine-btn-save {
  margin-top: 10px; }

.adminTemplatesArea {
  height: 600px;
  overflow: scroll; }

.adminFieldsArea {
  height: 600px;
  overflow: scroll; }

.adminTemplatesTextArea {
  height: 400px; }

.csAdminTemplatesFields {
  width: 240px; }

.csAdminTemplatesFieldsLine {
  border: solid 1px lightgrey; }

.csAdminTemplatesTranslateError {
  font-weight: bolder;
  color: red; }

.axAdminSelector {
  height: 300px;
  overflow: scroll; }

.axAdminSelectorLines {
  border: solid 1px lightgrey;
  word-wrap: break-word; }

.canvasPaint {
  position: relative;
  float: left; }
  .canvasPaint canvas:first-child {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -1px -1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -1px -1px 4px rgba(0, 0, 0, 0.1); }
  .canvasPaint canvas:nth-child(2) {
    position: absolute;
    left: 0px; }

.toolbar-paint {
  margin-bottom: 10px; }
  .toolbar-paint input[type="color"] {
    width: 29px;
    height: 29px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin: -4.3px; }
  .toolbar-paint .toolbar-color {
    display: inline-block;
    height: 15px;
    width: 15px;
    padding: 10px; }
  .toolbar-paint .toolbar-colors {
    display: inline;
    margin-right: 3px; }

.toolbar-brushes .list-inline > li {
  padding: 2px !important; }

.toolbar-brushes .circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  background: #ff0000; }

.toolbar-brushes .active {
  background: #616E75; }

.toolbar-brushes .sprite {
  background-image: url("/images/brush/spritesheet.png");
  background-repeat: no-repeat;
  display: block; }

.toolbar-brushes .sprite-form1 {
  width: 27px;
  height: 31px;
  background-position: -5px -5px; }

.toolbar-brushes .sprite-form2 {
  width: 39px;
  height: 38px;
  background-position: -42px -5px; }

.toolbar-brushes .sprite-form3 {
  width: 36px;
  height: 25px;
  background-position: -91px -5px; }

.toolbar-brushes .sprite-form4 {
  width: 29px;
  height: 29px;
  background-position: -137px -5px; }

.toolbar-brushes .sprite-form5 {
  width: 41px;
  height: 27px;
  background-position: -176px -5px; }

.toolbar-brushes .sprite-form6 {
  width: 15px;
  height: 37px;
  background-position: -227px -5px; }

.toolbar-brushes .sprite-form7 {
  width: 26px;
  height: 27px;
  background-position: -252px -5px; }

.toolbar-brushes .sprite-form8 {
  width: 29px;
  height: 24px;
  background-position: -288px -5px; }

.toolbar-brushes .sprite-form9 {
  width: 30px;
  height: 26px;
  background-position: -327px -5px; }

.toolbar-brushes .sprite-form10 {
  width: 25px;
  height: 31px;
  background-position: -367px -5px; }

.toolbar-brushes .sprite-form11 {
  width: 39px;
  height: 24px;
  background-position: -402px -5px; }

.toolbar-brushes .sprite-form12 {
  width: 38px;
  height: 38px;
  background-position: -451px -5px; }

.list-box {
  padding: 0px; }
  .list-box .list-group-item {
    padding: 2px; }
    .list-box .list-group-item .ion-close-circled {
      position: absolute;
      top: 0px;
      right: 0px; }
  .list-box .list-group-item:hover, .list-box .list-group-item-selected {
    background-color: #def7f7; }
  .list-box .list-group-item-selected {
    font-weight: bold; }
  .list-box div.tab-content {
    height: 100%; }
    .list-box div.tab-content .tab-pane {
      height: 100%; }
  .list-box .row {
    border-bottom: 1px solid #ddd; }
    .list-box .row .button-add {
      text-align: center; }
    .list-box .row .title {
      background-color: #337ab7;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      border-top-right-radius: 8px;
      -webkit-border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      border-top-left-radius: 8px;
      padding: 5px;
      color: white;
      text-align: center;
      margin-top: 10px; }
    .list-box .row .col {
      padding: 5px; }
    .list-box .row .quickView {
      position: fixed;
      width: 350px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      background-color: white;
      margin-left: -340px;
      top: 140px;
      bottom: 10px;
      padding: 10px;
      overflow: auto;
      z-index: 10;
      font-size: 0.7rem; }
  .list-box .row-over {
    cursor: pointer;
    background-color: #def7f7; }
  .list-box .loaderSearchConsultations {
    margin-top: 10px;
    text-align: center; }
  .list-box ul.nav {
    margin: 10px 0px;
    white-space: nowrap; }
  .list-box ul.nav li {
    float: left;
    white-space: nowrap;
    width: calc(100% / 2); }
  .list-box ul.nav li a {
    padding: 5px 10px;
    overflow: hidden; }
  .list-box tab-heading {
    padding: 0px; }
  .list-box .searchConsultationInput {
    float: left;
    width: calc(100% / 2 - 5px); }
  .list-box .btn-refresh-consultation-list {
    float: left;
    width: calc(100% / 2 - 10px);
    overflow: hidden;
    margin-left: 5px; }
  .list-box .zoneResultat {
    max-height: 350px;
    overflow-y: auto;
    position: relative; }
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
