/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(fontawesome-webfont-912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
  * Weed system variables
  */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * Initialize font-size
 */
body {
  font-size: 12px;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
/**
 * Make sure all clickables have the click cursor
 */
a,
input[type=submit] {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Remove resize feature
 */
textarea {
  resize: none;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fafafa;
  color: #000000;
  font-family: sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: monospace;
}
body .fa {
  vertical-align: middle;
}
.center-text {
  text-align: center;
}
@media (min-width: 0) {
  .center-text-for-xs {
    text-align: center;
  }
}
@media (min-width: 0) {
  .right-text-for-xs {
    text-align: right;
  }
}
@media (min-width: 0) {
  .left-text-for-xs {
    text-align: left;
  }
}
@media (min-width: 650px) {
  .center-text-for-s {
    text-align: center;
  }
}
@media (min-width: 650px) {
  .right-text-for-s {
    text-align: right;
  }
}
@media (min-width: 650px) {
  .left-text-for-s {
    text-align: left;
  }
}
@media (min-width: 985px) {
  .center-text-for-m {
    text-align: center;
  }
}
@media (min-width: 985px) {
  .right-text-for-m {
    text-align: right;
  }
}
@media (min-width: 985px) {
  .left-text-for-m {
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .center-text-for-l {
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .right-text-for-l {
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .left-text-for-l {
    text-align: left;
  }
}
@media (min-width: 1675px) {
  .center-text-for-xl {
    text-align: center;
  }
}
@media (min-width: 1675px) {
  .right-text-for-xl {
    text-align: right;
  }
}
@media (min-width: 1675px) {
  .left-text-for-xl {
    text-align: left;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centerer {
  height: 50%;
}
.right-text {
  text-align: right;
}
.clear-block,
.clear-box {
  padding: 0;
  margin: 0;
}
.clear-height {
  height: auto !important;
}
.clear-before {
  clear: left;
}
.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.expand-x {
  width: 100%;
}
.expand-y {
  height: 100%;
}
.expand {
  width: 100%;
  height: 100%;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.borderless {
  border: none !important;
}
.origin {
  top: 0;
  left: 0;
}
.hide {
  display: none;
}
.show-block {
  display: block;
}
.show-inline {
  display: inline;
}
.show-inline-block {
  display: inline-block;
}
.show-for-xs:not(.hide) {
  display: none !important;
}
@media (min-width: 0) {
  .show-for-xs:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-xs:not(.hide) {
  display: none !important;
}
@media (min-width: 0) {
  .show-inline-for-xs:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-xs:not(.hide) {
  display: none !important;
}
@media (min-width: 0) {
  .show-inline-block-for-xs:not(.hide) {
    display: inline-block !important;
  }
}
.show-flex-for-xs:not(.hide) {
  display: none !important;
}
@media (min-width: 0) {
  .show-flex-for-xs:not(.hide) {
    display: flex !important;
  }
}
.hide-for-xs:not(.hide) {
  display: block !important;
}
@media (min-width: 0) {
  .hide-for-xs:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-xs:not(.hide) {
  display: inline !important;
}
@media (min-width: 0) {
  .hide-inline-for-xs:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-xs:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 0) {
  .hide-inline-block-for-xs:not(.hide) {
    display: none !important;
  }
}
.hide-flex-for-xs:not(.hide) {
  display: flex !important;
}
@media (min-width: 0) {
  .hide-flex-for-xs:not(.hide) {
    display: none !important;
  }
}
.show-for-s:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) {
  .show-for-s:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-s:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) {
  .show-inline-for-s:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-s:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) {
  .show-inline-block-for-s:not(.hide) {
    display: inline-block !important;
  }
}
.show-flex-for-s:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) {
  .show-flex-for-s:not(.hide) {
    display: flex !important;
  }
}
.hide-for-s:not(.hide) {
  display: block !important;
}
@media (min-width: 650px) {
  .hide-for-s:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-s:not(.hide) {
  display: inline !important;
}
@media (min-width: 650px) {
  .hide-inline-for-s:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-s:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 650px) {
  .hide-inline-block-for-s:not(.hide) {
    display: none !important;
  }
}
.hide-flex-for-s:not(.hide) {
  display: flex !important;
}
@media (min-width: 650px) {
  .hide-flex-for-s:not(.hide) {
    display: none !important;
  }
}
.show-for-m:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) {
  .show-for-m:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-m:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) {
  .show-inline-for-m:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-m:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) {
  .show-inline-block-for-m:not(.hide) {
    display: inline-block !important;
  }
}
.show-flex-for-m:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) {
  .show-flex-for-m:not(.hide) {
    display: flex !important;
  }
}
.hide-for-m:not(.hide) {
  display: block !important;
}
@media (min-width: 985px) {
  .hide-for-m:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-m:not(.hide) {
  display: inline !important;
}
@media (min-width: 985px) {
  .hide-inline-for-m:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-m:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 985px) {
  .hide-inline-block-for-m:not(.hide) {
    display: none !important;
  }
}
.hide-flex-for-m:not(.hide) {
  display: flex !important;
}
@media (min-width: 985px) {
  .hide-flex-for-m:not(.hide) {
    display: none !important;
  }
}
.show-for-l:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) {
  .show-for-l:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-l:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) {
  .show-inline-for-l:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-l:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) {
  .show-inline-block-for-l:not(.hide) {
    display: inline-block !important;
  }
}
.show-flex-for-l:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) {
  .show-flex-for-l:not(.hide) {
    display: flex !important;
  }
}
.hide-for-l:not(.hide) {
  display: block !important;
}
@media (min-width: 1300px) {
  .hide-for-l:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-l:not(.hide) {
  display: inline !important;
}
@media (min-width: 1300px) {
  .hide-inline-for-l:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-l:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 1300px) {
  .hide-inline-block-for-l:not(.hide) {
    display: none !important;
  }
}
.hide-flex-for-l:not(.hide) {
  display: flex !important;
}
@media (min-width: 1300px) {
  .hide-flex-for-l:not(.hide) {
    display: none !important;
  }
}
.show-for-xl:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) {
  .show-for-xl:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-xl:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) {
  .show-inline-for-xl:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-xl:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) {
  .show-inline-block-for-xl:not(.hide) {
    display: inline-block !important;
  }
}
.show-flex-for-xl:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) {
  .show-flex-for-xl:not(.hide) {
    display: flex !important;
  }
}
.hide-for-xl:not(.hide) {
  display: block !important;
}
@media (min-width: 1675px) {
  .hide-for-xl:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-xl:not(.hide) {
  display: inline !important;
}
@media (min-width: 1675px) {
  .hide-inline-for-xl:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-xl:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 1675px) {
  .hide-inline-block-for-xl:not(.hide) {
    display: none !important;
  }
}
.hide-flex-for-xl:not(.hide) {
  display: flex !important;
}
@media (min-width: 1675px) {
  .hide-flex-for-xl:not(.hide) {
    display: none !important;
  }
}
.show-for-xs-only:not(.hide) {
  display: none !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .show-for-xs-only:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-xs-only:not(.hide) {
  display: none !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .show-inline-for-xs-only:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-xs-only:not(.hide) {
  display: none !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .show-inline-block-for-xs-only:not(.hide) {
    display: inline-block !important;
  }
}
.hide-for-xs-only:not(.hide) {
  display: block !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .hide-for-xs-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-xs-only:not(.hide) {
  display: inline !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .hide-inline-for-xs-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-xs-only:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 0) and (max-width: 650px) {
  .hide-inline-block-for-xs-only:not(.hide) {
    display: none !important;
  }
}
.show-for-s-only:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .show-for-s-only:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-s-only:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .show-inline-for-s-only:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-s-only:not(.hide) {
  display: none !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .show-inline-block-for-s-only:not(.hide) {
    display: inline-block !important;
  }
}
.hide-for-s-only:not(.hide) {
  display: block !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .hide-for-s-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-s-only:not(.hide) {
  display: inline !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .hide-inline-for-s-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-s-only:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 650px) and (max-width: 985px) {
  .hide-inline-block-for-s-only:not(.hide) {
    display: none !important;
  }
}
.show-for-m-only:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .show-for-m-only:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-m-only:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .show-inline-for-m-only:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-m-only:not(.hide) {
  display: none !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .show-inline-block-for-m-only:not(.hide) {
    display: inline-block !important;
  }
}
.hide-for-m-only:not(.hide) {
  display: block !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .hide-for-m-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-m-only:not(.hide) {
  display: inline !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .hide-inline-for-m-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-m-only:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 985px) and (max-width: 1300px) {
  .hide-inline-block-for-m-only:not(.hide) {
    display: none !important;
  }
}
.show-for-l-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .show-for-l-only:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-l-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .show-inline-for-l-only:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-l-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .show-inline-block-for-l-only:not(.hide) {
    display: inline-block !important;
  }
}
.hide-for-l-only:not(.hide) {
  display: block !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .hide-for-l-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-l-only:not(.hide) {
  display: inline !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .hide-inline-for-l-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-l-only:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 1300px) and (max-width: 1675px) {
  .hide-inline-block-for-l-only:not(.hide) {
    display: none !important;
  }
}
.show-for-xl-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .show-for-xl-only:not(.hide) {
    display: block !important;
  }
}
.show-inline-for-xl-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .show-inline-for-xl-only:not(.hide) {
    display: inline !important;
  }
}
.show-inline-block-for-xl-only:not(.hide) {
  display: none !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .show-inline-block-for-xl-only:not(.hide) {
    display: inline-block !important;
  }
}
.hide-for-xl-only:not(.hide) {
  display: block !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .hide-for-xl-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-for-xl-only:not(.hide) {
  display: inline !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .hide-inline-for-xl-only:not(.hide) {
    display: none !important;
  }
}
.hide-inline-block-for-xl-only:not(.hide) {
  display: inline-block !important;
}
@media (min-width: 1675px) and (max-width: 10000000000000000) {
  .hide-inline-block-for-xl-only:not(.hide) {
    display: none !important;
  }
}
@keyframes defaultloaderkf {
  0%,
  80%,
  100% {
    box-shadow: 0 15px 0 0;
  }
  40% {
    box-shadow: 0 15px 0 -1.3em;
  }
}
.loader {
  display: inline-block;
  height: 15px;
  position: relative;
  width: 55px;
}
.loader .o {
  animation-delay: -0.1s;
  color: #b3b3b3;
  display: inline-block;
  left: 20px;
  position: absolute;
  text-indent: -9999em;
  top: -15px;
}
.loader .o,
.loader .o::before,
.loader .o::after {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  animation-fill-mode: both;
  animation: defaultloaderkf 2s infinite ease-in-out;
}
.loader .o::before {
  left: -20px;
  animation-delay: -0.2s;
}
.loader .o::after {
  left: 20px;
  animation-delay: 0.2s;
}
.loader .o::before,
.loader .o::after {
  content: '';
  position: absolute;
  top: 0;
}
.grid {
  overflow-x: hidden;
}
.grid.frame {
  box-sizing: border-box;
  height: 100vh;
}
.grid.frame > .row {
  height: 100%;
}
.grid.scrollable {
  overflow-y: scroll;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.scrollable {
  overflow-y: scroll;
}
.row.reverse {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-direction: column;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col.reverse {
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
}
.col.shrink {
  flex-grow: 0;
  height: auto !important;
}
.col.content {
  padding: 1rem;
}
.col.scrollable {
  overflow-y: scroll;
}
.col.xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col.xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col.xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col.xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col.xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col.xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col.xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col.xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col.xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col.xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col.xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col.xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.off-xs-0 {
  margin-left: 0%;
}
.off-xs-1 {
  margin-left: 8.33333333%;
}
.off-xs-2 {
  margin-left: 16.66666667%;
}
.off-xs-3 {
  margin-left: 25%;
}
.off-xs-4 {
  margin-left: 33.33333333%;
}
.off-xs-5 {
  margin-left: 41.66666667%;
}
.off-xs-6 {
  margin-left: 50%;
}
.off-xs-7 {
  margin-left: 58.33333333%;
}
.off-xs-8 {
  margin-left: 66.66666667%;
}
.off-xs-9 {
  margin-left: 75%;
}
.off-xs-10 {
  margin-left: 83.33333333%;
}
.off-xs-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 650px) {
  .col.s-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.s-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.s-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.s-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.s-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.s-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.s-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.s-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-s-0 {
    margin-left: 0%;
  }
  .off-s-1 {
    margin-left: 8.33333333%;
  }
  .off-s-2 {
    margin-left: 16.66666667%;
  }
  .off-s-3 {
    margin-left: 25%;
  }
  .off-s-4 {
    margin-left: 33.33333333%;
  }
  .off-s-5 {
    margin-left: 41.66666667%;
  }
  .off-s-6 {
    margin-left: 50%;
  }
  .off-s-7 {
    margin-left: 58.33333333%;
  }
  .off-s-8 {
    margin-left: 66.66666667%;
  }
  .off-s-9 {
    margin-left: 75%;
  }
  .off-s-10 {
    margin-left: 83.33333333%;
  }
  .off-s-11 {
    margin-left: 91.66666667%;
  }
  .start-s {
    justify-content: flex-start;
    text-align: start;
  }
  .center-s {
    justify-content: center;
  }
  .end-s {
    justify-content: flex-end;
    text-align: end;
  }
  .top-s {
    align-items: flex-start;
  }
  .middle-s {
    align-items: center;
  }
  .bottom-s {
    align-items: flex-end;
  }
  .around-s {
    justify-content: space-around;
  }
  .between-s {
    justify-content: space-between;
  }
  .first-s {
    order: -1;
  }
  .last-s {
    order: 1;
  }
}
@media only screen and (min-width: 985px) {
  .col.m-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-m-0 {
    margin-left: 0%;
  }
  .off-m-1 {
    margin-left: 8.33333333%;
  }
  .off-m-2 {
    margin-left: 16.66666667%;
  }
  .off-m-3 {
    margin-left: 25%;
  }
  .off-m-4 {
    margin-left: 33.33333333%;
  }
  .off-m-5 {
    margin-left: 41.66666667%;
  }
  .off-m-6 {
    margin-left: 50%;
  }
  .off-m-7 {
    margin-left: 58.33333333%;
  }
  .off-m-8 {
    margin-left: 66.66666667%;
  }
  .off-m-9 {
    margin-left: 75%;
  }
  .off-m-10 {
    margin-left: 83.33333333%;
  }
  .off-m-11 {
    margin-left: 91.66666667%;
  }
  .start-m {
    justify-content: flex-start;
    text-align: start;
  }
  .center-m {
    justify-content: center;
  }
  .end-m {
    justify-content: flex-end;
    text-align: end;
  }
  .top-m {
    align-items: flex-start;
  }
  .middle-m {
    align-items: center;
  }
  .bottom-m {
    align-items: flex-end;
  }
  .around-m {
    justify-content: space-around;
  }
  .between-m {
    justify-content: space-between;
  }
  .first-m {
    order: -1;
  }
  .last-m {
    order: 1;
  }
}
@media only screen and (min-width: 1300px) {
  .col.l-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.l-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.l-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.l-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.l-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.l-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.l-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.l-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-l-0 {
    margin-left: 0%;
  }
  .off-l-1 {
    margin-left: 8.33333333%;
  }
  .off-l-2 {
    margin-left: 16.66666667%;
  }
  .off-l-3 {
    margin-left: 25%;
  }
  .off-l-4 {
    margin-left: 33.33333333%;
  }
  .off-l-5 {
    margin-left: 41.66666667%;
  }
  .off-l-6 {
    margin-left: 50%;
  }
  .off-l-7 {
    margin-left: 58.33333333%;
  }
  .off-l-8 {
    margin-left: 66.66666667%;
  }
  .off-l-9 {
    margin-left: 75%;
  }
  .off-l-10 {
    margin-left: 83.33333333%;
  }
  .off-l-11 {
    margin-left: 91.66666667%;
  }
  .start-l {
    justify-content: flex-start;
    text-align: start;
  }
  .center-l {
    justify-content: center;
  }
  .end-l {
    justify-content: flex-end;
    text-align: end;
  }
  .top-l {
    align-items: flex-start;
  }
  .middle-l {
    align-items: center;
  }
  .bottom-l {
    align-items: flex-end;
  }
  .around-l {
    justify-content: space-around;
  }
  .between-l {
    justify-content: space-between;
  }
  .first-l {
    order: -1;
  }
  .last-l {
    order: 1;
  }
}
@media only screen and (min-width: 1675px) {
  .col.xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col.xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col.xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col.xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col.xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col.xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col.xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col.xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col.xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col.xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col.xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-xl-0 {
    margin-left: 0%;
  }
  .off-xl-1 {
    margin-left: 8.33333333%;
  }
  .off-xl-2 {
    margin-left: 16.66666667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.33333333%;
  }
  .off-xl-5 {
    margin-left: 41.66666667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.33333333%;
  }
  .off-xl-8 {
    margin-left: 66.66666667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.33333333%;
  }
  .off-xl-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
/**
  * Edoo button framework: TODO v1.0 docu
  */
@keyframes btnloaderkf {
  0%,
  80%,
  100% {
    box-shadow: 0 #808080 0 0;
  }
  40% {
    box-shadow: 0 #808080 0 -1.3em;
  }
}
button.button {
  box-sizing: content-box;
}
.button {
  background-color: rgba(194, 194, 194, 0.08);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(194, 194, 194, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14c2c2c2', GradientType=0);
  background-color: #f6f6f6;
  border: 1px solid rgba(218, 220, 220, 0);
  border-top: 1px solid #dadcdc;
  color: #898d8d;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  background-blend-mode: overlay;
  border-radius: 100px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  user-select: none;
  border-color: #dadcdc;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 51px;
  line-height: 49px;
  outline: none;
  padding: 0 40px;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s;
  vertical-align: middle;
  white-space: nowrap;
}
.button .accent {
  color: #ffffff;
  margin-left: 0.5rem;
}
.button [class^="fa-"],
.button [class*=" fa-"] {
  color: #fbfbfb;
}
.button:hover,
.button.hover {
  background-color: #fefefe;
  border-top-color: #dfe1e1;
}
.button:active,
.button.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.08), rgba(255, 255, 255, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14cbcbcb', endColorstr='#14ffffff', GradientType=0);
  background-color: #f6f6f6;
  border-top-color: #d5d7d7;
}
.button:focus,
.button.focus {
  transition: 0.25s;
  background-color: #ffffff;
}
.button.selected,
.button.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.08);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(194, 194, 194, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14c2c2c2', GradientType=0);
  border-top-color: #c8cbcb;
  background-color: #f6f6f6;
}
.button.right-end.bordered {
  border-left: 1px solid #dadcdc;
}
.button.clear-margin-bottom {
  margin-bottom: 0;
}
.button.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.no-paddings {
  padding: 0;
  text-align: center;
}
.button.resource {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.button i,
.button span.text,
.button .loader {
  transition: 1s;
}
.button .loader {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
}
.button .loader .o {
  color: rgba(137, 141, 141, 0.5);
  margin: 0;
  position: relative;
  left: 0;
}
.button.loading {
  cursor: progress;
}
.button.loading:not(.clear-background) {
  background: #f2f2f2 !important;
  border: 1px solid #e6e6e6 !important;
  color: rgba(255, 255, 255, 0) !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0) !important;
}
.button.loading i {
  opacity: 0.0;
}
.button.loading .loader {
  opacity: 1.0;
  z-index: 1;
}
.button.file-upload-button {
  position: relative;
}
.button.file-upload-button * {
  cursor: pointer !important;
}
.button.file-upload-button input[type="file"] {
  bottom: 0;
  display: block;
  height: 100% !important;
  left: 0;
  opacity: 0.0;
  padding: 0 !important;
  position: absolute;
  top: 0 !important;
  width: 100%;
  z-index: 8;
}
.button.no-cursor {
  cursor: default !important;
}
.button.no-x-paddings {
  padding: 0 20px;
}
.button.animated {
  transition: 0.25s;
}
.button.file-upload {
  position: relative;
}
.button.file-upload input[type="file"] {
  opacity: 0.0;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  height: 100%;
  font-size: 0;
}
.button.underline {
  text-decoration: underline;
}
.button [class^="fa-"],
.button [class*="fa-"] {
  color: #a3a6a6;
  font-size: 1.6em;
  transition: 0.5s;
}
.button span.text {
  vertical-align: baseline;
  transition: 0.25s;
}
.button.left-end {
  border-radius: 100px 0 0 100px;
  margin-right: 0 !important;
  border-right: none !important;
}
.button.mid {
  border-radius: 0 !important;
  border-right: none !important;
}
.button.right-end {
  border-radius: 0 100px 100px 0;
  margin-left: 0 !important;
}
.button.only-icon {
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
  white-space: nowrap;
  width: 51px;
}
.button.only-icon:before,
.button.only-icon:after {
  content: "\A0   ";
}
.button.only-icon i {
  margin: 0;
}
.button.circle {
  border-radius: 100% !important;
}
.button.only-icon .loader {
  transform: scale(0.6);
}
.button.button-tiny {
  border-radius: 5px;
  font-size: 13px;
  height: 26px;
  line-height: 24px;
  padding: 0 20px;
}
.button.button-tiny [class^="fa-"],
.button.button-tiny [class*=" fa-"] {
  font-size: 11px;
}
.button.button-tiny.left-end {
  border-radius: 5px 0 0 5px;
}
.button.button-tiny.right-end {
  border-radius: 0 5px 5px 0;
}
.button.button-tiny.only-icon {
  width: 26px;
}
.button.button-tiny.only-icon i {
  margin: 0;
}
.button.button-tiny .loader {
  transform: scale(0.5);
}
.button.button-tiny.only-icon .loader {
  transform: scale(0.3);
}
.button.button-small {
  border-radius: 100px;
  font-size: 13px;
  height: 39px;
  line-height: 37px;
  padding: 0 25px;
}
.button.button-small [class^="fa-"],
.button.button-small [class*=" fa-"] {
  font-size: 1.3em;
}
.button.button-small.left-end {
  border-radius: 100px 0 0 100px;
}
.button.button-small.right-end {
  border-radius: 0 100px 100px 0;
}
.button.button-small.only-icon {
  width: 39px;
}
.button.button-small.only-icon i {
  margin: 0;
}
.button.button-small .loader {
  transform: scale(0.7);
}
.button.button-small.only-icon .loader {
  transform: scale(0.5);
}
.button.button-large {
  border-radius: 7px;
  font-size: 18px;
  height: 66px;
  line-height: 64px;
  padding: 0 43px;
}
.button.button-large [class^="fa-"],
.button.button-large [class*=" fa-"] {
  font-size: 1.6em;
}
.button.button-large.left-end {
  border-radius: 7px 0 0 7px;
}
.button.button-large.right-end {
  border-radius: 0 7px 7px 0;
}
.button.button-large.only-icon {
  width: 66px;
}
.button.button-large.only-icon i {
  margin: 0;
}
.button.button-block,
.button.block {
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}
.button:hover,
.button.hover {
  background-color: #fbfbfb;
}
.button:active,
.button.active {
  background-color: #f1f1f1;
}
.button.selected {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  border-top-color: #dadcdc;
}
.button.disabled {
  text-shadow: none !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #ebebeb !important;
  color: #d9d9d9 !important;
  cursor: auto !important;
}
.button.disabled [class^="fa-"],
.button.disabled [class*=" fa-"] {
  color: #d9d9d9 !important;
}
.button.disabled.clear-background {
  background: none !important;
  border: none !important;
}
.button.disabled svg * {
  fill: #d9d9d9 !important;
}
.button.button-gray {
  background-color: rgba(194, 194, 194, 0.08);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(194, 194, 194, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14c2c2c2', GradientType=0);
  background-color: #E8E8E8;
  border: 1px solid rgba(203, 205, 205, 0);
  border-top: 1px solid #cbcdcd;
  box-sizing: border-box;
  color: #888888;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  border-color: #cbcdcd;
}
.button.button-gray .accent {
  color: #ffffff;
  margin-left: 0.5rem;
}
.button.button-gray [class^="fa-"],
.button.button-gray [class*=" fa-"] {
  color: #f5f5f5;
}
.button.button-gray:hover,
.button.button-gray.hover {
  background-color: #f0f0f0;
  border-top-color: #d0d2d2;
}
.button.button-gray:active,
.button.button-gray.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.08), rgba(255, 255, 255, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14cbcbcb', endColorstr='#14ffffff', GradientType=0);
  background-color: #E8E8E8;
  border-top-color: #c6c8c8;
}
.button.button-gray:focus,
.button.button-gray.focus {
  transition: 0.25s;
  background-color: #f5f5f5;
}
.button.button-gray.selected,
.button.button-gray.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.08);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(194, 194, 194, 0.08));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14c2c2c2', GradientType=0);
  border-top-color: #b9bbbb;
  background-color: #e8e8e8;
}
.button.button-gray.right-end.bordered {
  border-left: 1px solid #cbcdcd;
}
.button.button-gray.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-gray.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-gray.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-gray [class^="fa-"],
.button.button-gray [class*=" fa-"],
.button.button-gray svg * {
  color: #a3a6a6;
  fill: #a3a6a6;
}
.button.button-gray:hover,
.button.button-gray.hover {
  background-color: #ededed;
}
.button.button-gray:active,
.button.button-gray.active {
  background-color: #e3e3e3;
}
.button.button-gray.selected {
  border-top-color: #cbcdcd;
}
.button.button-primary {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #005cd2;
  border: 1px solid rgba(80, 183, 237, 0);
  border-top: 1px solid #50b7ed;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-primary .accent {
  color: #2081ff;
  margin-left: 0.5rem;
}
.button.button-primary [class^="fa-"],
.button.button-primary [class*=" fa-"] {
  color: #008eeb;
}
.button.button-primary:hover,
.button.button-primary.hover {
  background-color: #0063e2;
  border-top-color: #59bbee;
}
.button.button-primary:active,
.button.button-primary.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #005cd2;
  border-top-color: #47b3ec;
}
.button.button-primary:focus,
.button.button-primary.focus {
  transition: 0.25s;
  background-color: #0067eb;
}
.button.button-primary.selected,
.button.button-primary.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #30aaea;
  background-color: #005cd2;
}
.button.button-primary.right-end.bordered {
  border-left: 1px solid #50b7ed;
}
.button.button-primary.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-primary.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-primary.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-info {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #005353;
  border: 1px solid rgba(0, 93, 93, 0);
  border-top: 1px solid #005d5d;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-info .accent {
  color: #009fa0;
  margin-left: 0.5rem;
}
.button.button-info [class^="fa-"],
.button.button-info [class*=" fa-"] {
  color: #008080;
}
.button.button-info:hover,
.button.button-info.hover {
  background-color: #006363;
  border-top-color: #006767;
}
.button.button-info:active,
.button.button-info.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #005353;
  border-top-color: #005353;
}
.button.button-info:focus,
.button.button-info.focus {
  transition: 0.25s;
  background-color: #006d6d;
}
.button.button-info.selected,
.button.button-info.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #003939;
  background-color: #005353;
}
.button.button-info.right-end.bordered {
  border-left: 1px solid #005d5d;
}
.button.button-info.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-info.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-info.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-info:hover,
.button.button-info.hover {
  background-color: #005d5d;
}
.button.button-info.selected {
  border-top-color: #004949;
}
.button.button-success {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #00bc5d;
  border: 1px solid rgba(29, 186, 94, 0);
  border-top: 1px solid #1dba5e;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-success .accent {
  color: #0aff83;
  margin-left: 0.5rem;
}
.button.button-success [class^="fa-"],
.button.button-success [class*=" fa-"] {
  color: #00e190;
}
.button.button-success:hover,
.button.button-success.hover {
  background-color: #00cc65;
  border-top-color: #1ec362;
}
.button.button-success:active,
.button.button-success.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #00bc5d;
  border-top-color: #1cb15a;
}
.button.button-success:focus,
.button.button-success.focus {
  transition: 0.25s;
  background-color: #00d66a;
}
.button.button-success.selected,
.button.button-success.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #189b4e;
  background-color: #00bc5d;
}
.button.button-success.right-end.bordered {
  border-left: 1px solid #1dba5e;
}
.button.button-success.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-success.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-success.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-danger {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #de5a5a;
  border: 1px solid rgba(222, 90, 90, 0);
  border-top: 1px solid #de5a5a;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-danger .accent {
  color: #eb9a9a;
  margin-left: 0.5rem;
}
.button.button-danger [class^="fa-"],
.button.button-danger [class*=" fa-"] {
  color: #f08b8b;
}
.button.button-danger:hover,
.button.button-danger.hover {
  background-color: #e16767;
  border-top-color: #e06363;
}
.button.button-danger:active,
.button.button-danger.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #de5a5a;
  border-top-color: #dc5252;
}
.button.button-danger:focus,
.button.button-danger.focus {
  transition: 0.25s;
  background-color: #e26f6f;
}
.button.button-danger.selected,
.button.button-danger.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #d83c3c;
  background-color: #de5a5a;
}
.button.button-danger.right-end.bordered {
  border-left: 1px solid #de5a5a;
}
.button.button-danger.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-danger.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-danger.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-warning {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #ffb122;
  border: 1px solid rgba(255, 177, 34, 0);
  border-top: 1px solid #ffb122;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-warning .accent {
  color: #ffcc6f;
  margin-left: 0.5rem;
}
.button.button-warning [class^="fa-"],
.button.button-warning [class*=" fa-"] {
  color: #ffdc35;
}
.button.button-warning:hover,
.button.button-warning.hover {
  background-color: #ffb732;
  border-top-color: #ffb52c;
}
.button.button-warning:active,
.button.button-warning.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #ffb122;
  border-top-color: #ffad18;
}
.button.button-warning:focus,
.button.button-warning.focus {
  transition: 0.25s;
  background-color: #ffba3c;
}
.button.button-warning.selected,
.button.button-warning.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #fda400;
  background-color: #ffb122;
}
.button.button-warning.right-end.bordered {
  border-left: 1px solid #ffb122;
}
.button.button-warning.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-warning.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-warning.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
.button.button-inverted {
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  background-color: #004040;
  border: 1px solid rgba(0, 93, 93, 0);
  border-top: 1px solid #005d5d;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.button.button-inverted .accent {
  color: #008c8d;
  margin-left: 0.5rem;
}
.button.button-inverted [class^="fa-"],
.button.button-inverted [class*=" fa-"] {
  color: #006363;
}
.button.button-inverted:hover,
.button.button-inverted.hover {
  background-color: #005050;
  border-top-color: #006767;
}
.button.button-inverted:active,
.button.button-inverted.active {
  transition: 0;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.15), rgba(255, 255, 255, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26cbcbcb', endColorstr='#26ffffff', GradientType=0);
  background-color: #004040;
  border-top-color: #005353;
}
.button.button-inverted:focus,
.button.button-inverted.focus {
  transition: 0.25s;
  background-color: #00595a;
}
.button.button-inverted.selected,
.button.button-inverted.selected:hover {
  transition: 0;
  background-color: rgba(194, 194, 194, 0.15);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(194, 194, 194, 0.15));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26c2c2c2', GradientType=0);
  border-top-color: #003939;
  background-color: #004040;
}
.button.button-inverted.right-end.bordered {
  border-left: 1px solid #005d5d;
}
.button.button-inverted.clear-margin-bottom {
  margin-bottom: 0;
}
.button.button-inverted.half-margin-bottom {
  margin-bottom: 0.5rem;
}
.button.button-inverted.clear-background {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}
strong.danger,
.accent.danger {
  color: #de5a5a !important;
}
strong.warning,
.accent.warning {
  color: #ffb122 !important;
}
strong.success,
.accent.success {
  color: #00bc5d !important;
}
strong.primary,
.accent.primary {
  color: #50b7ed !important;
}
strong.danger,
.accent.danger {
  color: #de5a5a !important;
}
strong.gray,
.accent.gray {
  color: #ccc !important;
}
/**
  * Edoo form framework
  */
input[type="button"] {
  cursor: pointer !important;
}
select {
  background: none;
  border-radius: 7px;
  box-sizing: border-box;
  height: 51px;
  line-height: 51px;
  padding: 0 15px;
}
select[disabled],
select[disabled="disabled"] {
  opacity: 0.3;
}
select.left-end {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
select.right-end {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
select.block {
  display: block;
  width: 100%;
}
select.input-small {
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
}
select.input-tiny {
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="range"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
textarea,
.fake-result {
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 10px;
  color: #888888;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 1rem;
  padding: 0 25px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.fake-result::-webkit-input-placeholder {
  color: #a8a8a8;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder,
.fake-result:-moz-placeholder {
  color: #a8a8a8;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
.fake-result::-moz-placeholder {
  color: #a8a8a8;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.fake-result:-ms-input-placeholder {
  color: #a8a8a8;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
textarea::placeholder,
.fake-result::placeholder {
  color: #a8a8a8;
}
input[type="text"][disabled="disabled"],
input[type="number"][disabled="disabled"],
input[type="password"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="range"][disabled="disabled"],
input[type="date"][disabled="disabled"],
input[type="datetime"][disabled="disabled"],
input[type="datetime-local"][disabled="disabled"],
input[type="month"][disabled="disabled"],
input[type="url"][disabled="disabled"],
input[type="week"][disabled="disabled"],
textarea[disabled="disabled"],
.fake-result[disabled="disabled"] {
  color: #b2b2b2;
}
input[type="text"][disabled="disabled"]::-webkit-input-placeholder,
input[type="number"][disabled="disabled"]::-webkit-input-placeholder,
input[type="password"][disabled="disabled"]::-webkit-input-placeholder,
input[type="email"][disabled="disabled"]::-webkit-input-placeholder,
input[type="range"][disabled="disabled"]::-webkit-input-placeholder,
input[type="date"][disabled="disabled"]::-webkit-input-placeholder,
input[type="datetime"][disabled="disabled"]::-webkit-input-placeholder,
input[type="datetime-local"][disabled="disabled"]::-webkit-input-placeholder,
input[type="month"][disabled="disabled"]::-webkit-input-placeholder,
input[type="url"][disabled="disabled"]::-webkit-input-placeholder,
input[type="week"][disabled="disabled"]::-webkit-input-placeholder,
textarea[disabled="disabled"]::-webkit-input-placeholder,
.fake-result[disabled="disabled"]::-webkit-input-placeholder {
  color: #b2b2b2;
}
input[type="text"][disabled="disabled"]:-moz-placeholder,
input[type="number"][disabled="disabled"]:-moz-placeholder,
input[type="password"][disabled="disabled"]:-moz-placeholder,
input[type="email"][disabled="disabled"]:-moz-placeholder,
input[type="range"][disabled="disabled"]:-moz-placeholder,
input[type="date"][disabled="disabled"]:-moz-placeholder,
input[type="datetime"][disabled="disabled"]:-moz-placeholder,
input[type="datetime-local"][disabled="disabled"]:-moz-placeholder,
input[type="month"][disabled="disabled"]:-moz-placeholder,
input[type="url"][disabled="disabled"]:-moz-placeholder,
input[type="week"][disabled="disabled"]:-moz-placeholder,
textarea[disabled="disabled"]:-moz-placeholder,
.fake-result[disabled="disabled"]:-moz-placeholder {
  color: #b2b2b2;
}
input[type="text"][disabled="disabled"]::-moz-placeholder,
input[type="number"][disabled="disabled"]::-moz-placeholder,
input[type="password"][disabled="disabled"]::-moz-placeholder,
input[type="email"][disabled="disabled"]::-moz-placeholder,
input[type="range"][disabled="disabled"]::-moz-placeholder,
input[type="date"][disabled="disabled"]::-moz-placeholder,
input[type="datetime"][disabled="disabled"]::-moz-placeholder,
input[type="datetime-local"][disabled="disabled"]::-moz-placeholder,
input[type="month"][disabled="disabled"]::-moz-placeholder,
input[type="url"][disabled="disabled"]::-moz-placeholder,
input[type="week"][disabled="disabled"]::-moz-placeholder,
textarea[disabled="disabled"]::-moz-placeholder,
.fake-result[disabled="disabled"]::-moz-placeholder {
  color: #b2b2b2;
}
input[type="text"][disabled="disabled"]:-ms-input-placeholder,
input[type="number"][disabled="disabled"]:-ms-input-placeholder,
input[type="password"][disabled="disabled"]:-ms-input-placeholder,
input[type="email"][disabled="disabled"]:-ms-input-placeholder,
input[type="range"][disabled="disabled"]:-ms-input-placeholder,
input[type="date"][disabled="disabled"]:-ms-input-placeholder,
input[type="datetime"][disabled="disabled"]:-ms-input-placeholder,
input[type="datetime-local"][disabled="disabled"]:-ms-input-placeholder,
input[type="month"][disabled="disabled"]:-ms-input-placeholder,
input[type="url"][disabled="disabled"]:-ms-input-placeholder,
input[type="week"][disabled="disabled"]:-ms-input-placeholder,
textarea[disabled="disabled"]:-ms-input-placeholder,
.fake-result[disabled="disabled"]:-ms-input-placeholder {
  color: #b2b2b2;
}
input[type="text"][disabled="disabled"]::placeholder,
input[type="number"][disabled="disabled"]::placeholder,
input[type="password"][disabled="disabled"]::placeholder,
input[type="email"][disabled="disabled"]::placeholder,
input[type="range"][disabled="disabled"]::placeholder,
input[type="date"][disabled="disabled"]::placeholder,
input[type="datetime"][disabled="disabled"]::placeholder,
input[type="datetime-local"][disabled="disabled"]::placeholder,
input[type="month"][disabled="disabled"]::placeholder,
input[type="url"][disabled="disabled"]::placeholder,
input[type="week"][disabled="disabled"]::placeholder,
textarea[disabled="disabled"]::placeholder,
.fake-result[disabled="disabled"]::placeholder {
  color: #b2b2b2;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"] {
  background: #f6f6f6;
  border: 1px solid #c3c9c9;
  height: 49px;
}
input[type="text"].left-end,
input[type="password"].left-end,
input[type="number"].left-end,
input[type="email"].left-end,
input[type="url"].left-end,
input[type="date"].left-end,
input[type="datetime"].left-end,
input[type="datetime-local"].left-end {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
input[type="text"].right-end,
input[type="password"].right-end,
input[type="number"].right-end,
input[type="email"].right-end,
input[type="url"].right-end,
input[type="date"].right-end,
input[type="datetime"].right-end,
input[type="datetime-local"].right-end {
  border-radius: 0 10px 10px 0;
  width: 50%;
  float: left;
}
input[type="text"].right-end.focus,
input[type="password"].right-end.focus,
input[type="number"].right-end.focus,
input[type="email"].right-end.focus,
input[type="url"].right-end.focus,
input[type="date"].right-end.focus,
input[type="datetime"].right-end.focus,
input[type="datetime-local"].right-end.focus,
input[type="text"].right-end:focus,
input[type="password"].right-end:focus,
input[type="number"].right-end:focus,
input[type="email"].right-end:focus,
input[type="url"].right-end:focus,
input[type="date"].right-end:focus,
input[type="datetime"].right-end:focus,
input[type="datetime-local"].right-end:focus {
  border-left-color: #019e9b;
}
input[type="text"].clear,
input[type="password"].clear,
input[type="number"].clear,
input[type="email"].clear,
input[type="url"].clear,
input[type="date"].clear,
input[type="datetime"].clear,
input[type="datetime-local"].clear {
  background: none;
  border: none;
}
input[type="text"].single-char,
input[type="password"].single-char,
input[type="number"].single-char,
input[type="email"].single-char,
input[type="url"].single-char,
input[type="date"].single-char,
input[type="datetime"].single-char,
input[type="datetime-local"].single-char {
  width: 50px;
  padding: 0;
  text-align: center;
}
input:hover,
textarea:hover,
input .hover,
textarea .hover {
  background: #ffffff;
}
input:focus,
textarea:focus,
input.focus,
textarea.focus {
  background: #f2f2f2;
  border-color: #019e9b;
  z-index: 6;
}
input.input-small,
.input-wrapper.input-small input {
  height: 39px;
}
textarea {
  background: #f6f6f6;
  border: 1px solid #c3c9c9;
  height: 100px;
  margin-bottom: 1rem;
  padding-bottom: 15px;
  padding-top: 15px;
}
textarea.input-small {
  height: 85px;
  padding-bottom: 15px;
  padding-top: 15px;
}
textarea.input-tiny {
  height: 60px;
  border-radius: 5px;
  font-size: 11px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.input-wrapper.input-small i.input-mark {
  left: 14px;
  line-height: 41px;
}
.input-wrapper.input-small .button.button-small {
  box-sizing: content-box;
  left: -1px;
  top: -1px;
}
.input-wrapper.input-small .button.button-tiny {
  left: 7px;
  top: 6.5px;
}
.input-wrapper.input-small.file-upload {
  height: 41px;
}
.input-wrapper.input-small.file-upload .fake-result {
  height: 39px;
  line-height: 39px;
}
input.input-tiny,
.input-wrapper.input-tiny input {
  border-radius: 5px;
  font-size: 11px;
  height: 26px;
  padding: 0 12.5px;
}
.input-wrapper.input-tiny {
  border-radius: 5px;
}
.input-wrapper.input-tiny .button.button-tiny {
  box-sizing: content-box;
  left: -1px;
  top: -1px;
}
.input-wrapper.input-tiny.file-upload {
  height: 28px;
}
.input-wrapper.input-tiny.file-upload .fake-result {
  height: 26px;
  line-height: 26px;
}
.input-wrapper.input-tiny i.input-mark {
  font-size: 0.8em;
  left: 15px;
  line-height: 28px;
}
.input-wrapper {
  box-shadow: 0 1px 0 0 #f5f7f7;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background 150ms, border 150ms;
  background: #f6f6f6;
  border: 1px solid #c3c9c9;
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  line-height: initial;
}
.input-wrapper input,
.input-wrapper textarea,
.input-wrapper .fake-result {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.input-wrapper.area {
  height: auto !important;
}
.input-wrapper.area.with-toolbar {
  padding-bottom: 0;
}
.input-wrapper:hover,
.input-wrapper.hover {
  background: #ffffff;
}
.input-wrapper .button:not(.button-primary):not(.button-success):not(.button-danger):not(.button-warning):not(.button-info):not(.button-inverted) {
  border-color: #c3c9c9;
}
.input-wrapper:focus,
.input-wrapper.focus {
  background: #f2f2f2;
  z-index: 6;
  border-color: #019e9b;
}
.input-wrapper:focus.component-position-left .button,
.input-wrapper.focus.component-position-left .button,
.input-wrapper:focus.input-small.component-position-left .button-small,
.input-wrapper.focus.input-small.component-position-left .button-small,
.input-wrapper:focus.input-tiny.component-position-left .button-tiny,
.input-wrapper.focus.input-tiny.component-position-left .button-tiny {
  border-left-color: #019e9b !important;
  border-top-color: #019e9b !important;
  border-bottom-color: #019e9b !important;
}
.input-wrapper:focus.component-position-right .button,
.input-wrapper.focus.component-position-right .button,
.input-wrapper:focus.input-small.component-position-right .button-small,
.input-wrapper.focus.input-small.component-position-right .button-small,
.input-wrapper:focus.input-tiny.component-position-right .button-tiny,
.input-wrapper.focus.input-tiny.component-position-right .button-tiny {
  border-right-color: #019e9b !important;
  border-top-color: #019e9b !important;
  border-bottom-color: #019e9b !important;
}
.input-wrapper.incrusted {
  border-radius: 0;
  border-top: none;
}
.input-wrapper.incrusted.close-top {
  border-top: 1px solid #c3c9c9;
  border-radius: 10px 10px 0 0;
}
.input-wrapper.incrusted.close-bottom {
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.input-wrapper.single-char {
  width: 50px;
}
.input-wrapper.single-char input {
  text-align: center;
  padding: 0;
}
.input-wrapper .input-wrapper-toolbar {
  background: white;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5rem 0 0;
}
.input-wrapper .input-wrapper-toolbar .tools {
  float: left;
  height: 100%;
}
.input-wrapper .input-wrapper-toolbar .tools .file-label {
  color: #aaa;
  vertical-align: middle;
}
.input-wrapper .input-wrapper-toolbar .tools .button {
  margin-top: 1px;
  margin-bottom: 1px;
  position: relative;
  height: 38px;
  line-height: 37px;
  top: auto;
  font-size: 14px;
  left: auto;
  vertical-align: middle;
}
.input-wrapper .input-wrapper-toolbar .tools .button.clear-element {
  font-size: 10px;
}
.input-wrapper .input-wrapper-toolbar .tools .button.clear-element i {
  color: #c3c3c3;
}
.input-wrapper .input-wrapper-toolbar .tools .button:last-child {
  right: auto;
}
.input-wrapper .input-wrapper-toolbar .tools .button:hover i {
  color: #777777;
}
.input-wrapper.left-end {
  border-radius: 10px 0 0 10px;
}
.input-wrapper.right-end {
  border-radius: 0 10px 10px 0;
}
.input-wrapper.clear {
  background: none;
  border: none;
}
.input-wrapper.file-upload {
  height: 51px;
  position: relative;
}
.input-wrapper.file-upload .fake-result {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 49px;
  line-height: 49px;
}
.input-wrapper.file-upload input[type="file"] {
  opacity: 0.0;
  font-size: 0;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
  height: 100%;
}
.input-wrapper.file-upload input[type="file"] * {
  cursor: pointer;
}
.input-wrapper > .button {
  box-sizing: content-box;
  left: -1px;
  margin: 0 !important;
  position: absolute;
  top: -1px;
}
.input-wrapper > .button.button-small {
  box-sizing: border-box;
  left: 7px;
  top: 5px;
}
.input-wrapper > .button.button-tiny {
  box-sizing: border-box;
  left: 12.5px;
  top: 11.5px;
}
.input-wrapper > .button i {
  font-size: 1.2em;
}
.input-wrapper.disabled {
  border-color: #dee1e1;
  user-select: none;
}
.input-wrapper.disabled:hover {
  background: #f6f6f6;
}
.input-wrapper.disabled *[disabled="disabled"] {
  color: #b2b2b2;
}
.input-wrapper.disabled *[disabled="disabled"]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.input-wrapper.disabled *[disabled="disabled"]:-moz-placeholder {
  color: #b2b2b2;
}
.input-wrapper.disabled *[disabled="disabled"]::-moz-placeholder {
  color: #b2b2b2;
}
.input-wrapper.disabled *[disabled="disabled"]:-ms-input-placeholder {
  color: #b2b2b2;
}
.input-wrapper.disabled *[disabled="disabled"]::placeholder {
  color: #b2b2b2;
}
.input-wrapper .multi-component {
  margin: 0;
  position: absolute;
  z-index: 7;
}
.input-wrapper i.input-mark {
  user-select: none;
  color: #d9d9d9;
  left: 30px;
  line-height: 51px;
  position: absolute;
  top: -1px;
  z-index: 7;
}
.input-wrapper .password-strength-wrapper {
  bottom: -1px;
  left: -1%;
  margin: 0;
  position: absolute;
  width: 102%;
}
.input-wrapper.component-position-left input {
  padding-left: 70px;
}
.input-wrapper.component-position-left .button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-wrapper.component-position-left .button.button-small {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.input-wrapper.component-position-left .button.button-tiny {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.input-wrapper.component-position-left .multi-component {
  float: left;
  left: 0;
  right: auto;
}
.input-wrapper.component-position-left.input-small input {
  padding-left: 40px;
}
.input-wrapper.component-position-left.input-small .button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-wrapper.component-position-left.input-small .button.button-tiny {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  left: 7px;
}
.input-wrapper.component-position-left.input-tiny input {
  padding-left: 40px;
}
.input-wrapper.component-position-left.input-tiny .button.button-tiny {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-wrapper.component-position-right input {
  padding-right: 70px;
}
.input-wrapper.component-position-right > .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: auto;
  right: -1px;
}
.input-wrapper.component-position-right > .button.button-small {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  right: 7px;
}
.input-wrapper.component-position-right > .button.button-tiny {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  right: 12.5px;
}
.input-wrapper.component-position-right .multi-component {
  float: right;
  left: auto;
  right: 0;
}
.input-wrapper.component-position-right i.input-mark {
  left: auto;
  right: 20px;
}
.input-wrapper.component-position-right.input-small input {
  padding-right: 60px;
}
.input-wrapper.component-position-right.input-small .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-wrapper.component-position-right.input-small .button.button-small {
  left: auto;
  right: -1px;
}
.input-wrapper.component-position-right.input-small .button.button-tiny {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  left: auto;
  right: 7px;
}
.input-wrapper.component-position-right.input-small i.input-mark {
  left: auto;
  right: 24px;
}
.input-wrapper.component-position-right.input-tiny input {
  padding-right: 40px;
}
.input-wrapper.component-position-right.input-tiny .button.button-tiny {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: auto;
  right: -1px;
}
.input-wrapper.component-position-right.input-tiny i.input-mark {
  left: auto;
  right: 15px;
}
.input-wrapper.loffset-10 input,
.input-wrapper.loffset-10 .fake-result {
  padding-left: 10px !important;
}
.input-wrapper.loffset-20 input,
.input-wrapper.loffset-20 .fake-result {
  padding-left: 20px !important;
}
.input-wrapper.loffset-30 input,
.input-wrapper.loffset-30 .fake-result {
  padding-left: 30px !important;
}
.input-wrapper.loffset-40 input,
.input-wrapper.loffset-40 .fake-result {
  padding-left: 40px !important;
}
.input-wrapper.loffset-50 input,
.input-wrapper.loffset-50 .fake-result {
  padding-left: 50px !important;
}
.input-wrapper.loffset-60 input,
.input-wrapper.loffset-60 .fake-result {
  padding-left: 60px !important;
}
.input-wrapper.loffset-70 input,
.input-wrapper.loffset-70 .fake-result {
  padding-left: 70px !important;
}
.input-wrapper.loffset-80 input,
.input-wrapper.loffset-80 .fake-result {
  padding-left: 80px !important;
}
.input-wrapper.loffset-90 input,
.input-wrapper.loffset-90 .fake-result {
  padding-left: 90px !important;
}
.input-wrapper.loffset-100 input,
.input-wrapper.loffset-100 .fake-result {
  padding-left: 100px !important;
}
.input-wrapper.loffset-110 input,
.input-wrapper.loffset-110 .fake-result {
  padding-left: 110px !important;
}
.input-wrapper.loffset-120 input,
.input-wrapper.loffset-120 .fake-result {
  padding-left: 120px !important;
}
.input-wrapper.loffset-130 input,
.input-wrapper.loffset-130 .fake-result {
  padding-left: 130px !important;
}
.input-wrapper.loffset-140 input,
.input-wrapper.loffset-140 .fake-result {
  padding-left: 140px !important;
}
.input-wrapper.loffset-150 input,
.input-wrapper.loffset-150 .fake-result {
  padding-left: 150px !important;
}
.input-wrapper.loffset-160 input,
.input-wrapper.loffset-160 .fake-result {
  padding-left: 160px !important;
}
.input-wrapper.loffset-170 input,
.input-wrapper.loffset-170 .fake-result {
  padding-left: 170px !important;
}
.input-wrapper.loffset-180 input,
.input-wrapper.loffset-180 .fake-result {
  padding-left: 180px !important;
}
.input-wrapper.loffset-190 input,
.input-wrapper.loffset-190 .fake-result {
  padding-left: 190px !important;
}
.input-wrapper.loffset-200 input,
.input-wrapper.loffset-200 .fake-result {
  padding-left: 200px !important;
}
.input-wrapper.roffset-10 input,
.input-wrapper.roffset-10 .fake-result {
  padding-right: 10px !important;
}
.input-wrapper.roffset-20 input,
.input-wrapper.roffset-20 .fake-result {
  padding-right: 20px !important;
}
.input-wrapper.roffset-30 input,
.input-wrapper.roffset-30 .fake-result {
  padding-right: 30px !important;
}
.input-wrapper.roffset-40 input,
.input-wrapper.roffset-40 .fake-result {
  padding-right: 40px !important;
}
.input-wrapper.roffset-50 input,
.input-wrapper.roffset-50 .fake-result {
  padding-right: 50px !important;
}
.input-wrapper.roffset-60 input,
.input-wrapper.roffset-60 .fake-result {
  padding-right: 60px !important;
}
.input-wrapper.roffset-70 input,
.input-wrapper.roffset-70 .fake-result {
  padding-right: 70px !important;
}
.input-wrapper.roffset-80 input,
.input-wrapper.roffset-80 .fake-result {
  padding-right: 80px !important;
}
.input-wrapper.roffset-90 input,
.input-wrapper.roffset-90 .fake-result {
  padding-right: 90px !important;
}
.input-wrapper.roffset-100 input,
.input-wrapper.roffset-100 .fake-result {
  padding-right: 100px !important;
}
.input-wrapper.roffset-110 input,
.input-wrapper.roffset-110 .fake-result {
  padding-right: 110px !important;
}
.input-wrapper.roffset-120 input,
.input-wrapper.roffset-120 .fake-result {
  padding-right: 120px !important;
}
.input-wrapper.roffset-130 input,
.input-wrapper.roffset-130 .fake-result {
  padding-right: 130px !important;
}
.input-wrapper.roffset-140 input,
.input-wrapper.roffset-140 .fake-result {
  padding-right: 140px !important;
}
.input-wrapper.roffset-150 input,
.input-wrapper.roffset-150 .fake-result {
  padding-right: 150px !important;
}
.input-wrapper.roffset-160 input,
.input-wrapper.roffset-160 .fake-result {
  padding-right: 160px !important;
}
.input-wrapper.roffset-170 input,
.input-wrapper.roffset-170 .fake-result {
  padding-right: 170px !important;
}
.input-wrapper.roffset-180 input,
.input-wrapper.roffset-180 .fake-result {
  padding-right: 180px !important;
}
.input-wrapper.roffset-190 input,
.input-wrapper.roffset-190 .fake-result {
  padding-right: 190px !important;
}
.input-wrapper.roffset-200 input,
.input-wrapper.roffset-200 .fake-result {
  padding-right: 200px !important;
}
label {
  color: #0099d2;
  cursor: pointer;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.79);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
label input,
label textarea {
  margin-bottom: 0;
}
label.block {
  display: block;
}
label.required:before {
  color: #39c9ff;
  content: "* ";
}
label.component-height {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 51px;
  line-height: 51px;
}
label.component-height.small {
  height: 41px;
  line-height: 41px;
}
label.component-height.tiny {
  height: 28px;
  line-height: 28px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0.5rem;
}
.password-strength-wrapper {
  border-radius: 10px;
  margin: 10px auto;
  width: 98%;
}
.password-strength-wrapper:before,
.password-strength-wrapper:after {
  content: " ";
  display: table;
}
.password-strength-wrapper:after {
  clear: both;
}
.password-strength-wrapper .password-strength-label {
  color: #aaa;
  float: left;
  font-size: 0.85em;
  width: 25%;
}
.password-strength-wrapper .password-strength-path {
  border-radius: 10px;
  background-color: #d5dede;
  float: right;
  height: 10px;
  margin-top: 4px;
  position: relative;
  width: 75%;
}
.password-strength-wrapper .password-strength-indicator {
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  left: 0;
  opacity: 1.0;
  position: absolute;
  top: 0;
  transition: 0.25s;
}
.password-strength-wrapper .password-strength-indicator.step-0 {
  opacity: 0.0;
  width: 1%;
  background-color: #e66565;
}
.password-strength-wrapper .password-strength-indicator.step-10 {
  width: 10%;
  background-color: #e66565;
}
.password-strength-wrapper .password-strength-indicator.step-20 {
  width: 20%;
  background-color: #e66565;
}
.password-strength-wrapper .password-strength-indicator.step-30 {
  width: 30%;
  background-color: #e66565;
}
.password-strength-wrapper .password-strength-indicator.step-40 {
  width: 40%;
  background-color: #fece2f;
}
.password-strength-wrapper .password-strength-indicator.step-50 {
  width: 50%;
  background-color: #fece2f;
}
.password-strength-wrapper .password-strength-indicator.step-60 {
  width: 60%;
  background-color: #fece2f;
}
.password-strength-wrapper .password-strength-indicator.step-70 {
  width: 70%;
  background-color: #3db066;
}
.password-strength-wrapper .password-strength-indicator.step-80 {
  width: 80%;
  background-color: #3db066;
}
.password-strength-wrapper .password-strength-indicator.step-90 {
  width: 90%;
  background-color: #3db066;
}
.password-strength-wrapper .password-strength-indicator.step-100 {
  width: 100%;
  background-color: #3db066;
}
.input-wrapper.clear-margin,
input.clear-margin,
textarea.clear-margin,
.select-wrapper.clear-margin {
  margin-bottom: 0;
}
.inputs:before,
.inputs:after {
  content: " ";
  display: table;
}
.inputs:after {
  clear: both;
}
.inputs .input-wrapper {
  float: left;
}
.inputs.two .input-wrapper {
  width: 50%;
}
.inputs.two .input-wrapper.left-end {
  margin-right: -1px;
}
.bubble-menu {
  border-radius: 10px;
  box-shadow: 0 2px 1px 0px rgba(191, 191, 191, 0.3);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-top: none;
  display: inline-block;
  font-family: sans-serif;
  min-height: 240px;
  margin-bottom: 20px;
  margin-right: 25px;
  overflow: hidden;
  padding: 5px 20px 20px 20px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.bubble-menu .bubble-menu-tittle {
  font-family: sans-serif;
  color: red;
}
.bubble-menu .bubble-menu-paragraph {
  font-family: sans-serif;
}
.bubble-menu .bubble-menu-nav .bubble-menu-list {
  list-style: none;
  padding: 0;
}
.bubble-menu .bubble-menu-nav .bubble-menu-list li {
  display: block;
  font-family: sans-serif;
  margin-bottom: 10px;
  color: #d5dada;
}
.bubble-menu .bubble-menu-nav .bubble-menu-list li a {
  display: block;
}
.bubble-menu .bubble-menu-nav .bubble-menu-icon {
  margin-right: 5px;
  font-size: 20px;
}
.bubble-menu .bubble-menu-nav .bubble-menu-active {
  color: red;
}
.bubble-menu hr {
  border: none;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
}
table.data-table {
  font-size: 0.9em;
  margin-bottom: 1rem;
  width: 100%;
}
table.data-table.clear-background tr {
  background: none !important;
}
table.data-table.inverted tr:nth-child(even) {
  background: #f2f2f2;
}
table.data-table.inverted tr:nth-child(odd) {
  background: none;
}
table.data-table tr {
  line-height: 28px;
  height: 28px;
  color: #333333;
  height: auto;
}
table.data-table tr:before,
table.data-table tr:after {
  content: " ";
  display: table;
}
table.data-table tr:after {
  clear: both;
}
table.data-table tr th {
  color: #999999;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
table.data-table tr td,
table.data-table tr th {
  padding: 0.5rem 1rem;
}
table.data-table tr td a.context,
table.data-table tr th a.context {
  color: red;
  border-bottom: 1px dotted red;
}
table.data-table tr td.centered,
table.data-table tr th.centered {
  text-align: center;
}
table.data-table tr td.actions,
table.data-table tr th.actions {
  float: right;
}
table.data-table tr:nth-child(even) {
  background: #f2f2f2;
}
table.data-table.independent-rows.with-handle > tr:first-child {
  padding-left: 4rem;
}
table.data-table.independent-rows.with-handle > tr td.handle {
  position: relative;
  border-right: 1px solid #e7e7e7;
  color: #b2b2b2;
  padding: 0;
  text-align: center;
  cursor: pointer;
  height: 28px;
  width: 3rem;
}
table.data-table.independent-rows.with-handle > tr td.handle:after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin: -8px 0 0 -8px;
  position: absolute;
  text-decoration: inherit;
  top: 50%;
  z-index: 1;
}
table.data-table.independent-rows.with-handle > tr td.handle:hover {
  color: #cbcbcb;
}
table.data-table.independent-rows.with-handle > tr td.handle:after {
  left: 70%;
}
table.data-table.independent-rows.with-handle > tr .row-body {
  border-top: 1px solid #e7e7e7;
  clear: both;
  display: none;
  padding: 1rem 2rem 2rem 1rem;
}
table.data-table.independent-rows.with-handle > tr .row-body hr {
  border-bottom: none;
}
table.data-table.independent-rows.with-handle > tr.open td.handle:after {
  content: "\F107";
  left: 60%;
}
table.data-table.independent-rows.with-handle > tr.open .row-body {
  display: block;
}
table.data-table.independent-rows tr:first-child {
  background: none;
  margin-bottom: 0;
}
table.data-table.independent-rows > tr {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 1rem;
}
table.data-table .view-more {
  color: #000000;
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 2rem;
}
body {
  min-height: 100vh;
  background: #f0f2f2;
}
.app {
  height: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Open Sans";
}
@media all {
  .page-break {
    display: none;
  }
}
@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
}
.logo-navbar__blue {
  /* Style for "research" */
  color: #42a9de;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.loader-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
textarea {
  overflow-x: hidden;
  min-height: 200px;
}
.inline-title {
  display: inline-block;
  color: #0099d2;
  margin: 0;
  vertical-align: middle;
  margin-right: 25px;
}
select {
  font-family: "Open Sans";
}
.logo-navbar__gray {
  /* Text style for "suite" */
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: #979797;
  font-weight: 400;
}
select::-moz-focus-inner {
  border: 0;
  outline: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select {
  min-width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0 29px 0 5px;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  border-color: #c0c0bf;
  background: right 7px center url(images/icons-copy-8.png) no-repeat;
  cursor: pointer;
}
select.multichoice {
  min-height: 100px;
}
select.select-blue {
  border-color: #0099d2;
}
select.input-field-blue.organization {
  width: 100%;
}
.rw-widget-input.rw-widget-picker.rw-widget-container {
  font-size: 1rem;
  min-width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  border-color: #c0c0bf;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}
.rw-widget-input.rw-widget-picker.rw-widget-container.select-blue {
  border-color: #0099d2;
}
.rw-widget-input.rw-widget-picker.rw-widget-container .rw-select {
  display: none;
}
input[type="text"].input-field,
input[type="password"].input-field,
input[type="number"].input-field,
input[type="email"].input-field {
  background: transparent;
  border: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  border-bottom-color: #d0d0d0 ;
  transition: all 0.5s ease-out;
  padding: 0 12px;
  color: #8a8a8a;
}
input[type="text"].input-field.search,
input[type="password"].input-field.search,
input[type="number"].input-field.search,
input[type="email"].input-field.search {
  background: url(images/icons-copy-19.png) no-repeat;
  background-position: right 10px center;
}
input[type="text"].input-field:hover,
input[type="password"].input-field:hover,
input[type="number"].input-field:hover,
input[type="email"].input-field:hover {
  background: transparent;
  border: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  border-bottom-color: #0099d2;
}
input[type="text"].input-field:hover.blue,
input[type="password"].input-field:hover.blue,
input[type="number"].input-field:hover.blue,
input[type="email"].input-field:hover.blue {
  border-bottom-color: #0099d2;
}
input[type="text"].input-field:hover.gray,
input[type="password"].input-field:hover.gray,
input[type="number"].input-field:hover.gray,
input[type="email"].input-field:hover.gray {
  border-bottom-color: #c0c0bf;
}
input[type="text"].input-field:hover.search,
input[type="password"].input-field:hover.search,
input[type="number"].input-field:hover.search,
input[type="email"].input-field:hover.search {
  background: url(images/icons-copy-19.png) no-repeat;
  background-position: right 10px center;
}
input[type="text"].input-field:hover.error,
input[type="password"].input-field:hover.error,
input[type="number"].input-field:hover.error,
input[type="email"].input-field:hover.error {
  border-bottom: 1px solid #d05935;
}
input[type="text"].input-field:focus,
input[type="password"].input-field:focus,
input[type="number"].input-field:focus,
input[type="email"].input-field:focus {
  background: transparent;
  border: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  border-bottom-color: #0099d2;
}
input[type="text"].input-field:focus.blue,
input[type="password"].input-field:focus.blue,
input[type="number"].input-field:focus.blue,
input[type="email"].input-field:focus.blue {
  border-bottom-color: #0099d2;
}
input[type="text"].input-field:focus.gray,
input[type="password"].input-field:focus.gray,
input[type="number"].input-field:focus.gray,
input[type="email"].input-field:focus.gray {
  border-bottom-color: #c0c0bf;
}
input[type="text"].input-field:focus.search,
input[type="password"].input-field:focus.search,
input[type="number"].input-field:focus.search,
input[type="email"].input-field:focus.search {
  background: url(images/icons-copy-19.png) no-repeat;
  background-position: right 10px center;
}
input[type="text"].input-field:focus.error,
input[type="password"].input-field:focus.error,
input[type="number"].input-field:focus.error,
input[type="email"].input-field:focus.error {
  border-bottom: 1px solid #d05935;
}
.app {
  display: flex;
  flex-direction: column;
  background-color: #f0f2f2;
}
.main-view {
  padding-top: 75px;
}
-main-view--with-nav-panel {
  padding-top: 390px;
}
select:disabled {
  opacity: 0.85;
}
.button.button-primary {
  font-size: 1rem;
  border: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  background-blend-mode: normal;
  justify-content: center;
}
.button.button-primary i {
  color: white !important;
  opacity: 0.4;
  margin-right: 8px;
}
.button.button-primary.gradient {
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
}
.button.button-primary.disabled {
  border-radius: 25px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  color: white;
  font-family: Montserrat;
  font-size: 1rem;
}
.button.button-white {
  border-radius: 25px;
  background-color: white;
  color: #0099d2;
  width: 170px;
  height: 53px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 1rem;
  justify-content: center;
  border: 0;
}
.button.button-white i {
  color: #0099d2;
  margin-right: 10px;
  font-weight: normal;
}
.button.button-gray.gradient {
  border-radius: 25px;
  justify-content: center;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  color: white;
  width: 170px;
  height: 53px;
  font-family: Montserrat;
  font-size: 1rem;
}
.button.button-gray.gradient i {
  color: white;
  margin-right: 10px;
}
label {
  font-size: 18px;
}
hr {
  color: #e7e7e7;
  height: 1px;
  border: none;
  border-top: solid 1px;
}
@media screen and (min-width: 320px) {
  .logo-login {
    text-align: center;
  }
  .logo-login__blue {
    /* Style for "research" */
    color: #0099d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .logo-login__gray {
    /* Text style for "suite" */
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    color: #979797;
    font-weight: 400;
  }
}
.error-popover-content {
  text-align: center;
  margin: 7px;
}
.error-popover {
  width: 125px;
  height: 50px;
  font-family: "Open Sans";
}
.error-popover i {
  color: #de5a5a;
  font-size: 1rem;
}
.error-popover span {
  color: #778080;
}
@media screen and (min-width: 768px) {
  .logo-login__gray {
    /* Text style for "suite" */
    font-family: 'Open Sans', sans-serif;
    font-size: 6rem;
    color: #979797;
    font-weight: 400;
  }
  .logo-login__blue {
    /* Style for "research" */
    color: #0099d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 6rem;
    font-weight: 700;
  }
}
p.smallText {
  color: black;
  font-size: 0.7rem;
  font-weight: bold;
}
#root .view.padded-x.login {
  background: white;
}
.login__form-container {
  width: 75%;
  margin: auto;
}
.login__form-container .logo-login {
  text-align: center;
  margin-bottom: 25px;
  line-height: 4rem;
  max-width: 30rem;
  margin-top: 0;
}
.login__form-container .logo-login h1 {
  text-align: center;
}
.login-error {
  color: #af3b19;
  font-family: "Open Sans";
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .login__form-container {
    width: 30%;
    margin: auto;
    max-width: 30rem;
  }
  .logo-login {
    transform: scale(0.8);
    text-align: center;
    margin-bottom: 25px;
    line-height: 4rem;
    margin-top: 0;
  }
  .logo-login h1 span {
    font-size: 3rem;
  }
  .login-button {
    margin-top: 45px;
  }
}
.navbar {
  display: flex;
  background: #ffffff;
  box-sizing: border-box;
  color: white;
  height: 75px;
  left: 0;
  padding: 0 2rem 0 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.04);
}
.navbar .navbar__element-container {
  display: flex;
  align-items: center;
}
.navbar .vertical-bar {
  border-left: 1px solid #979797;
  height: 50px;
  margin: auto;
}
.navbar__sign-out {
  color: #888;
  font-weight: normal;
  padding: 0 1rem;
  display: inline-block;
  font-size: 1rem;
  transition: 0.125s;
}
.navbar__sign-out:hover {
  color: #50b7ed;
}
.navbar .navbar__element--pull-right .user-data-container {
  display: flex;
  align-items: center;
}
.navbar .navbar__element--pull-right .user-data-container .popover-signout {
  padding: 1rem;
}
.navbar .navbar__element--pull-right .user-data-container .user-data-container__user-data {
  padding: 0 15px 0 15px;
  border-right: 1px solid #cee7f8;
  margin-right: 14px;
}
.navbar .navbar__element--pull-right.navbar__username {
  color: #50b7ed;
  text-align: right;
}
.navbar .navbar__element--pull-right.navbar__username img {
  vertical-align: middle;
  border-radius: 100%;
  margin: auto;
  margin-right: 10px;
}
.navbar .navbar__element--pull-right.navbar__username .navbar__username--nametext {
  color: #aaaaaa;
  font-size: 20px;
  font-weight: lighter;
  text-transform: capitalize;
  vertical-align: middle;
}
.navbar .navbar__element--pull-right.navbar__username .popover-bounds {
  color: #aaaaaa;
  font-size: 20px;
  font-weight: lighter;
}
.navbar .navbar__element--pull-right.navbar__notifications {
  color: #51b8ee;
  font-size: 1.8rem;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .navbar .navbar__element--pull-right.navbar__notifications .popover-floating-box {
    left: 165px !important;
    top: -88px !important;
  }
}
.navbar .navbar__element--pull-right .navbar__sign-out:hover {
  color: #0099d2;
}
.navbar .navbar__element--pull-right.navbar__sign-out {
  font-size: 0.5rem;
}
.navbar .navbar__element .logo-navbar {
  margin-bottom: 0.35rem;
}
.navbar .navbar__element .logo-navbar .logo-navbar__blue {
  font-size: 1.5rem;
}
.navbar .navbar__element .logo-navbar .logo-navbar__gray {
  font-size: 1.5rem;
}
.navbar .navbar__element.navbar__element--pull-right.navbar__notifications {
  color: #51b8ee;
  font-size: 1.8rem;
  padding: 0 14px 0 25px;
  border-right: 1px solid #cee7f8;
  margin-left: auto;
}
.popover.right {
  right: 30px !important;
}
@media screen and (min-width: 768px) {
  .navbar {
    display: flex;
    background: #ffffff;
    box-sizing: border-box;
    color: white;
    height: 75px;
    left: 0;
    padding: 0 2rem 0 2rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.04);
  }
  .navbar .navbar__element-container {
    display: flex;
    align-items: center;
  }
  .navbar .statistics-button-container {
    display: inline-block;
    font-family: "Open Sans";
    font-size: 1rem;
    color: #bdbdbd;
    margin: 0;
    margin-left: 45px;
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }
  .navbar .statistics-button-container i.fa.fa-bar-chart {
    margin-right: 0.7rem;
    font-size: 1.5rem;
  }
  .navbar__school-name {
    color: #50b7ed;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    margin-right: 1rem;
  }
  .navbar .ol {
    background: red;
  }
  .navbar__subtitle {
    color: #bdbdbd;
    display: none;
    font-size: 0.9rem;
    letter-spacing: 0.25rem;
  }
  .navbar__username {
    color: #50b7ed;
    font-weight: bold;
  }
  .navbar__username span {
    display: inline-block;
    margin-top: -3px;
  }
  .navbar .navbar__element {
    display: inline-block;
  }
  .navbar .navbar__element.navbar__logo {
    flex-grow: 4;
    cursor: pointer;
  }
  .navbar .navbar__element.navbar__logo i {
    font-size: 2rem;
    margin-right: 25px;
    color: #51b8ee;
    cursor: pointer;
  }
  .navbar .navbar__element.navbar__logo .logo-navbar__blue {
    font-size: 1.8rem;
  }
  .navbar .navbar__element.navbar__logo .logo-navbar__gray {
    font-size: 1.8rem;
  }
  .navbar .fa-chevron-down {
    cursor: pointer;
    display: inline-block;
    margin-left: 0.5rem;
    margin-top: -3px;
  }
  .navbar .popover {
    line-height: initial;
    width: 200px;
    text-align: center;
  }
  .navbar .popover-bounds {
    display: inline-block;
  }
  .navbar__sign-out {
    color: #888;
    font-weight: normal;
    padding: 1rem;
    display: block;
  }
  .navbar__sign-out:hover {
    color: #50b7ed;
  }
  .navbar__passwords {
    color: #00c4c0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    margin-right: 2rem;
    text-transform: uppercase;
  }
  .navbar__passwords a {
    display: inline-block;
    margin-top: 1px;
  }
  .navbar__passwords i {
    margin-right: 0.5rem;
    margin-top: -2px;
  }
  .navbar__element {
    float: left;
  }
  .navbar__element--pull-right {
    float: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 985px) {
  .navbar__subtitle {
    display: inline-block;
  }
}
@media print {
  .navbar {
    display: none;
  }
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization {
  position: relative;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization h2 {
  font-family: "Montserrat";
  color: #439cd4;
  font-size: 1.5rem;
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .close-button-container {
  text-align: right;
  position: absolute;
  right: 12px;
  top: 12px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .close-button-container button {
  margin: 0;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 1.5rem;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .close-button-container button i {
  color: #929292;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table {
  padding: 50px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table {
  width: 100%;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr {
  font-family: "Open Sans";
  color: #9f9f9f;
  font-size: 1rem;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr th.submissions-organization__header {
  color: #439cd4;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Montserrat;
  padding: 16px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr td,
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr th {
  padding: 10px 20px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr td.submissions-organization__table--value {
  text-align: center;
  font-size: 1.2rem;
  color: #9f9f9f;
  font-family: "Open Sans";
  font-weight: normal;
  align-self: center;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr td.submissions-organization__table--value.completed {
  color: #439cd4;
  font-weight: bold;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr.question-container__table--align {
  display: flex;
  justify-content: space-between;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr:nth-child(odd) {
  background-color: white;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table tr:nth-child(even) {
  background-color: #f0f2f2;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-submissions-organizations-popup .submissions-organization .submissions-organization__table table th {
  text-align: center;
}
.notification-popover {
  min-width: 365px;
  max-height: 700px;
  margin: 0;
  font-family: "Open Sans";
}
.notification-popover .notification-popover__title-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #c8cccc;
}
.notification-popover .notification-popover__title-container .notification-popover__title {
  font-size: 1.5rem;
  color: #4f4f4f;
  text-align: left;
  flex-grow: 4;
  padding: 15px;
  padding-left: 50px;
  padding-bottom: 0;
}
.notification-popover .notification-popover__title-container .notification-popover__button-close {
  background: transparent;
  border: none;
  color: #4f4f4f;
  font-weight: 100;
  text-align: right;
  flex-grow: 1;
  padding: 15px;
  text-align: center;
  display: inline-block;
}
.notification-popover .back-button {
  background: transparent;
  border: none;
  color: #0099d2;
  font-weight: lighter;
  flex-grow: 1;
}
.notification-popover .notification-detail {
  margin: 30px;
  display: flex;
  flex-direction: column;
}
.notification-popover .notification-detail .notification__title {
  color: #0099d2;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
.notification-popover .notification-detail .notification__title h3 {
  margin: 0;
}
.notification-popover .notification-detail .notification__description {
  color: #707070;
  font-size: 0.9rem;
  text-align: left;
}
.notification-popover .notification-detail .notification__description p {
  margin: 0;
}
.notification-popover .notification-detail .notification__date {
  color: #c5c5c5;
  text-align: left;
  font-size: 1.3rem;
}
.notification-popover .notification-detail .notification__date p {
  margin: 0;
}
.notification-popover .notification-detail .notification__body {
  flex-grow: 10;
  color: #707070;
  font-size: 1rem;
  min-width: 500px;
}
.notification-popover .notification-popover-list {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.notification-popover .notification-popover-list .notification {
  padding: 30px 50px 20px 50px;
  font-family: "Open Sans";
  text-align: left;
  border-bottom: 1px solid #c8cccc;
}
.notification-popover .notification-popover-list .notification .notification__title {
  color: #0099d2;
  margin: 0;
  font-size: 1rem;
}
.notification-popover .notification-popover-list .notification .notification__title h3 {
  margin: 0;
}
.notification-popover .notification-popover-list .notification .notification__description {
  color: #707070;
}
.notification-popover .notification-popover-list .notification .notification__description p {
  margin: 0;
}
.notification-popover .notification-popover-list .notification .notification__date {
  color: #c5c5c5;
}
.notification-popover .notification-popover-list .notification .notification__date p {
  margin: 0;
}
.notification-popover .notification-popover-list .notification .notification__body {
  flex-grow: 4;
}
.notification-popover .notification-popover-list .notification:hover {
  cursor: pointer;
  background-color: #fafafa;
}
.notification-popover .notification-more-container {
  padding: 15px;
  background-color: #fafafa;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notification-popover {
    min-width: 600px;
    max-height: 700px;
    margin: 0;
    font-family: "Open Sans";
  }
  .notification-popover .notification-popover__title-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c8cccc;
  }
  .notification-popover .notification-popover__title-container .notification-popover__title {
    font-size: 1.5rem;
    color: #4f4f4f;
    text-align: left;
    flex-grow: 4;
    padding: 15px;
    padding-left: 50px;
    padding-bottom: 0;
  }
  .notification-popover .notification-popover__title-container .notification-popover__button-close {
    background: transparent;
    border: none;
    color: #4f4f4f;
    font-weight: 100;
    text-align: right;
    flex-grow: 1;
    padding: 15px;
    text-align: center;
    display: inline-block;
  }
  .notification-popover .back-button {
    background: transparent;
    border: none;
    color: #0099d2;
    font-weight: lighter;
    flex-grow: 1;
  }
  .notification-popover .notification-detail {
    margin: 30px;
    display: flex;
    flex-direction: column;
  }
  .notification-popover .notification-detail .notification__title {
    color: #0099d2;
    margin: 0;
    text-align: left;
    font-size: 1.5rem;
  }
  .notification-popover .notification-detail .notification__title h3 {
    margin: 0;
  }
  .notification-popover .notification-detail .notification__description {
    color: #707070;
    font-size: 0.9rem;
    text-align: left;
  }
  .notification-popover .notification-detail .notification__description p {
    margin: 0;
  }
  .notification-popover .notification-detail .notification__date {
    color: #c5c5c5;
    text-align: left;
    font-size: 1.3rem;
  }
  .notification-popover .notification-detail .notification__date p {
    margin: 0;
  }
  .notification-popover .notification-detail .notification__body {
    flex-grow: 10;
    color: #707070;
    font-size: 1rem;
    min-width: 500px;
  }
  .notification-popover .notification-popover-list {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
  }
  .notification-popover .notification-popover-list .notification {
    padding: 30px 50px 20px 50px;
    font-family: "Open Sans";
    text-align: left;
    border-bottom: 1px solid #c8cccc;
  }
  .notification-popover .notification-popover-list .notification .notification__title {
    color: #0099d2;
    margin: 0;
    font-size: 1rem;
  }
  .notification-popover .notification-popover-list .notification .notification__title h3 {
    margin: 0;
  }
  .notification-popover .notification-popover-list .notification .notification__description {
    color: #707070;
  }
  .notification-popover .notification-popover-list .notification .notification__description p {
    margin: 0;
  }
  .notification-popover .notification-popover-list .notification .notification__date {
    color: #c5c5c5;
  }
  .notification-popover .notification-popover-list .notification .notification__date p {
    margin: 0;
  }
  .notification-popover .notification-popover-list .notification .notification__body {
    flex-grow: 4;
  }
  .notification-popover .notification-popover-list .notification:hover {
    cursor: pointer;
    background-color: #fafafa;
  }
  .notification-popover .notification-more-container {
    padding: 15px;
    background-color: #fafafa;
    color: #4f4f4f;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
}
.main-view.notifications .title-bar-container {
  display: flex;
  margin: 34px 10px;
  flex-direction: column;
}
.main-view.notifications .title-bar-container .title-bar-container__title {
  color: #c0c0bf;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-view.notifications .title-bar-container .title-bar-container__title i {
  margin-right: 13px;
  vertical-align: middle;
  color: #0099d2;
}
.main-view.notifications .title-bar-container .tittle-bar-container__search {
  font-family: "Open Sans";
  margin: 15px 0;
  font-size: 1rem;
}
.main-view.notifications .title-bar-container .tittle-bar-container__search input {
  font-size: 1rem;
  width: 100%;
}
.main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read {
  font-family: "Montserrat";
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  margin: auto;
  color: #c0c0bf;
}
.main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read i {
  font-size: 2.5rem;
  font-weight: 300;
  margin-right: 10px;
}
.main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read:hover {
  color: #0099d2;
  cursor: pointer;
}
.main-view.notifications .notifications-list {
  display: flex;
  flex-direction: column;
}
.main-view.notifications .notifications-list .notification {
  border-bottom: 1px solid #e2e2e2;
  font-family: "Open Sans";
  background-color: white;
  display: flex;
  flex-direction: column;
}
.main-view.notifications .notifications-list .notification.read {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
}
.main-view.notifications .notifications-list .notification .notification__left-panel {
  flex-grow: 1;
  margin: 30px;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__title {
  color: #0099d2;
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__title h3 {
  margin: 0;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__description {
  color: #707070;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__description p {
  margin: 0;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__date {
  color: #c5c5c5;
}
.main-view.notifications .notifications-list .notification .notification__left-panel .notification__date p {
  margin: 0;
}
.main-view.notifications .notifications-list .notification .notification__right-panel {
  margin: auto;
}
.main-view.notifications .notifications-list .notification .notification__right-panel .notification__mark-as-read {
  font-size: 0.8rem;
  margin-bottom: 25px;
  font-family: "Montserrat";
  color: #a2a2a2;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.main-view.notifications .notifications-list .notification .notification__right-panel .notification__mark-as-read i {
  font-size: 2rem;
  margin-right: 8px;
}
.main-view.notifications .notifications-list .notification .notification__right-panel.hide {
  display: none;
}
.main-view.notifications .notifications-list .notification .notification__mark-as-read:hover {
  color: #0099d2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .main-view.notifications .title-bar-container {
    display: flex;
    margin: 50px;
    flex-direction: row;
  }
  .main-view.notifications .title-bar-container .title-bar-container__title {
    color: #c0c0bf;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 2.5rem;
  }
  .main-view.notifications .title-bar-container .title-bar-container__title i {
    margin-right: 20px;
    color: #0099d2;
  }
  .main-view.notifications .title-bar-container .tittle-bar-container__search {
    font-family: "Open Sans";
    flex-grow: 1;
    max-width: 850px;
    margin: 0 100px 0 100px;
    font-size: 1.5rem;
  }
  .main-view.notifications .title-bar-container .tittle-bar-container__search input {
    font-size: 1.5rem;
  }
  .main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read {
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: 300;
    margin: auto;
    color: #c0c0bf;
  }
  .main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read i {
    font-size: 2.5rem;
    font-weight: 300;
    margin-right: 20px;
  }
  .main-view.notifications .title-bar-container .tittle-bar-container__mark-as-read:hover {
    color: #0099d2;
    cursor: pointer;
  }
  .main-view.notifications .notifications-list {
    display: flex;
    flex-direction: column;
    margin: 0 80px 0 50px;
  }
  .main-view.notifications .notifications-list .notification {
    border: 1px solid #c8cccc;
    font-family: "Open Sans";
    background-color: white;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }
  .main-view.notifications .notifications-list .notification.read {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel {
    flex-grow: 1;
    margin: 30px;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__title {
    color: #0099d2;
    margin: 0;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__title h3 {
    margin: 0;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__description {
    color: #707070;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__description p {
    margin: 0;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__date {
    color: #c5c5c5;
  }
  .main-view.notifications .notifications-list .notification .notification__left-panel .notification__date p {
    margin: 0;
  }
  .main-view.notifications .notifications-list .notification .notification__right-panel {
    margin: auto;
    margin-right: 50px;
  }
  .main-view.notifications .notifications-list .notification .notification__right-panel .notification__mark-as-read {
    font-size: 1.2rem;
    font-family: "Montserrat";
    color: #707070;
    font-weight: 200;
  }
  .main-view.notifications .notifications-list .notification .notification__right-panel .notification__mark-as-read i {
    font-size: 2.5rem;
    margin-right: 20px;
  }
  .main-view.notifications .notifications-list .notification .notification__right-panel.hide {
    display: none;
  }
  .main-view.notifications .notifications-list .notification .notification__mark-as-read:hover {
    color: #0099d2;
    cursor: pointer;
  }
}
.user-navigation-panel {
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  min-height: 265px;
  display: flex;
  flex-direction: column;
}
.user-navigation-panel hr.top-border {
  border: none;
  color: white;
  height: 1px;
  width: 80%;
  background-color: white;
  opacity: 0.25;
  margin-bottom: 0;
}
.user-navigation-panel .user-navigation-panel__user-info {
  margin: 15px auto;
  display: flex;
  padding: 30px;
}
.user-navigation-panel .user-navigation-panel__user-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #59b6ff;
  border: none;
  border-top: solid 1px;
}
.user-navigation-panel .user-navigation-panel__user-info .user-info-panel__user-data {
  text-align: center;
  margin: auto;
}
.user-navigation-panel .user-navigation-panel__photo-container {
  border-radius: 100%;
  background-color: #004c7b;
  padding: 30px;
  color: #0099d2;
  font-family: Montserrat;
  font-weight: bold;
  text-align: center;
  width: 75px;
  height: 75px;
  margin: 25px;
  position: relative;
}
.user-navigation-panel .user-navigation-panel__photo-container .user-navigation-panel__photo--empty {
  position: absolute;
  top: 15px;
  left: 10px;
}
.user-navigation-panel .user-navigation-panel__photo-container i {
  font-size: 1.2rem;
}
.user-navigation-panel .user-navigation-panel__photo-container p {
  margin: 0;
}
.user-navigation-panel .user-info-panel__user-data {
  vertical-align: middle;
  margin: auto;
}
.user-navigation-panel .user-info-panel__user-data hr.top-border {
  border: none;
  color: white;
  height: 1px;
  width: 80%;
  background-color: white;
  opacity: 0.25;
  margin-top: 22px;
}
.user-navigation-panel .user-info-panel__user-data .user-info-panel__user-name {
  color: white;
  font-size: 1.4rem;
  font-family: "Open Sans";
  margin-bottom: 0;
  text-transform: capitalize;
}
.user-navigation-panel .user-info-panel__user-data .user-info-panel__user-type {
  color: #bde2ff;
  font-size: 1.5rem;
  font-weight: lighter;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.user-navigation-panel .user-info-panel__user-last-entry {
  color: white;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: lighter;
  text-align: center;
}
.user-navigation-panel .user-navigation-panel__navigation-bar {
  display: flex;
  margin: auto;
  font-family: "Open Sans";
  font-weight: lighter;
  padding: 8px;
}
.user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element {
  color: #daf3ff;
  margin-left: 25px;
  margin-right: 25px;
}
.user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element h2 {
  font-family: "Open Sans";
  font-weight: lighter;
  font-size: 1.5rem;
}
.user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element h2 i {
  font-size: 2.3rem;
  margin-right: 15px;
}
.user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element.selected {
  color: white;
}
.user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element:hover {
  cursor: pointer;
  color: white;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .user-navigation-panel {
    background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
    min-height: 400px;
    display: flex;
    flex-direction: column;
  }
  .user-navigation-panel .upload-profile-picture-input {
    background-color: transparent;
  }
  .user-navigation-panel .upload-profile-picture-input label {
    background-color: transparent !important;
  }
  .user-navigation-panel hr.top-border {
    border: none;
    color: white;
    height: 1px;
    background-color: white;
    opacity: 0.25;
    margin-bottom: 0;
  }
  .user-navigation-panel .user-info-panel__user-data {
    text-align: left;
    margin-right: 0;
  }
  .user-navigation-panel .user-navigation-panel__user-info {
    display: flex;
    margin: auto;
  }
  .user-navigation-panel .user-navigation-panel__user-info .user-info-panel__user-data {
    text-align: left;
    margin-right: 0;
  }
  .user-navigation-panel .user-navigation-panel__user-info .user-info-panel__user-data .user-info-panel__user-name {
    text-align: left;
  }
  .user-navigation-panel .user-navigation-panel__user-info .user-info-panel__user-data .user-info-panel__user-type {
    text-align: left;
  }
  .user-navigation-panel .user-navigation-panel__user-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #59b6ff;
    border: none;
    border-top: solid 1px;
  }
  .user-navigation-panel .user-navigation-panel__photo-container {
    border-radius: 100%;
    background-color: #004c7b;
    padding: 30px;
    color: #0099d2;
    border: none;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 25px;
    position: relative;
  }
  .user-navigation-panel .user-navigation-panel__photo-container .user-navigation-panel__photo--empty {
    position: absolute;
    top: 45px;
    left: 47px;
  }
  .user-navigation-panel .user-navigation-panel__photo-container i {
    font-size: 2rem;
  }
  .user-navigation-panel .user-navigation-panel__photo-container p {
    margin: 0;
  }
  .user-navigation-panel .user-navigation-panel__user-photo .user-navigation-panel__photo--available {
    margin-right: 35px;
  }
  .user-navigation-panel .user-info-panel__user-name {
    color: white;
    font-size: 2rem;
    font-family: "Open Sans";
    margin-bottom: 0;
  }
  .user-navigation-panel .user-info-panel__user-type {
    color: #bde2ff;
    font-size: 1.2rem;
    font-weight: lighter;
    margin: 0;
    text-transform: capitalize;
  }
  .user-navigation-panel .user-info-panel__user-last-entry {
    color: white;
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 0.9rem;
    text-align: left;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar {
    display: flex;
    margin: auto;
    font-family: "Open Sans";
    font-weight: lighter;
    padding: 8px;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element {
    color: #daf3ff;
    margin-left: 25px;
    margin-right: 25px;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element h2 {
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element h2 i {
    font-size: 1.65rem;
    margin-right: 15px;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element.selected {
    color: white;
  }
  .user-navigation-panel .user-navigation-panel__navigation-bar .user-navigation-panel__element:hover {
    cursor: pointer;
    color: white;
    opacity: 0.7;
  }
}
.user-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin: 15px;
  border: solid 1px #dedfe1;
}
.user-container hr {
  margin: 0 50px 0 50px;
}
.user-container .user-container__title-container {
  margin: 50px;
  margin-bottom: 15px;
  color: #0099d2;
  font-family: "Open Sans";
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.user-container .user-container__title-container h2 {
  margin: 0;
  flex-grow: 3;
}
.user-container .user-container__title-container button {
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.user-container .user-container__title-container button i {
  color: white;
}
.user-container .user-container__information {
  margin: 50px;
  text-align: center;
}
.user-container .user-container__information .first-name-container {
  margin-bottom: 50px;
  width: 100%;
}
.user-container .user-container__information .first-name-container .first-name-container__title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Montserrat";
  margin: 50px;
  color: #0099d2;
}
.user-container .user-container__information .first-name-container .first-name-container__value {
  font-size: 1.5rem;
  font-family: "Open Sans";
  color: #434343;
}
.user-container .user-container__information .last-name-container {
  margin-bottom: 50px;
  width: 100%;
}
.user-container .user-container__information .last-name-container .last-name-container__value {
  font-size: 1.5rem;
  font-family: "Open Sans";
  color: #434343;
}
.user-container .user-container__information .last-name-container .last-name-container__title {
  font-size: 1.5rem;
  margin: 50px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #0099d2;
}
.user-container .user-container__information .phone-container {
  width: 100%;
}
.user-container .user-container__information .phone-container .phone-container__value {
  font-size: 1.5rem;
  font-family: "Open Sans";
  color: #434343;
}
.user-container .user-container__information .phone-container .phone-container__title {
  font-size: 1.5rem;
  margin: 50px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #0099d2;
}
.user-container .user-container__information input {
  font-size: 1.5rem;
  font-family: "Open Sans";
}
@media screen and (min-width: 768px) {
  .user-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin: 50px;
    border: solid 1px #dedfe1;
  }
  .user-container hr {
    margin: 0 50px 0 50px;
  }
  .user-container .user-container__title-container {
    margin: 50px;
    margin-bottom: 15px;
    color: #0099d2;
    font-family: "Open Sans";
    font-size: 2rem;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .user-container .user-container__title-container h2 {
    margin: 0;
    flex-grow: 3;
  }
  .user-container .user-container__title-container button {
    margin-right: 15px;
  }
  .user-container .user-container__title-container button i {
    color: white;
  }
  .user-container .user-container__information {
    margin: 50px;
  }
  .user-container .user-container__information .first-name-container {
    margin-bottom: 50px;
    text-align: left;
    width: 25%;
  }
  .user-container .user-container__information .first-name-container .first-name-container__title {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Montserrat";
    margin: 50px;
    color: #0099d2;
  }
  .user-container .user-container__information .first-name-container .first-name-container__value {
    font-size: 1.5rem;
    font-family: "Open Sans";
    color: #434343;
  }
  .user-container .user-container__information .last-name-container {
    margin-bottom: 50px;
    text-align: left;
    width: 25%;
  }
  .user-container .user-container__information .last-name-container .last-name-container__value {
    font-size: 1.5rem;
    font-family: "Open Sans";
    color: #434343;
  }
  .user-container .user-container__information .last-name-container .last-name-container__title {
    font-size: 1.5rem;
    margin: 50px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #0099d2;
  }
  .user-container .user-container__information .phone-container {
    text-align: left;
    width: 25%;
  }
  .user-container .user-container__information .phone-container .phone-container__value {
    font-size: 1.5rem;
    font-family: "Open Sans";
    color: #434343;
  }
  .user-container .user-container__information .phone-container .phone-container__title {
    font-size: 1.5rem;
    margin: 50px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #0099d2;
  }
  .user-container .user-container__information input {
    font-size: 1.5rem;
    font-family: "Open Sans";
  }
}
.main-view--with-nav-panel.user-submissions .text-loader {
  text-align: center;
  font-weight: bold;
  color: #ababaa;
}
.main-view--with-nav-panel.user-submissions .title-container {
  display: flex;
  flex-direction: row;
  margin: 15px;
}
.main-view--with-nav-panel.user-submissions .title-container .title-container__search {
  margin: auto;
  display: inherit;
  width: 100%;
}
.main-view--with-nav-panel.user-submissions .title-container .title-container__search .input-field {
  padding-right: 21px;
}
.main-view--with-nav-panel.user-submissions .title-container .title-container__search .input-field.search {
  background: url(images/icons-copy-19.png) no-repeat;
  background-position: right 10px center;
}
.submissions-table-container {
  margin: auto 15px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14);
  border: 1px solid #c8cccc;
  margin-bottom: 15px;
}
.submissions-table-container .submission {
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 10px;
}
.submissions-table-container .submission h2 {
  margin-top: 0;
  color: #3981c1;
}
.submissions-table-container .submission h2.pending {
  color: red;
}
.submissions-table-container .submission:nth-child(odd) {
  background: #f0f2f2;
  padding: 10px;
  margin: 15px;
}
.submissions-table-container .blue-placeholder {
  background-color: #43a0ec;
  color: white;
  border-radius: 50px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  text-align: center;
  width: 140px;
  border: none;
}
.submissions-table-container table {
  border-collapse: separate;
  width: 90%;
  border-radius: 26px;
  -moz-border-radius: 6px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-size: 1rem;
  color: #9e9e9e;
}
.submissions-table-container table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #707070;
}
.submissions-table-container table thead th {
  text-align: left;
  border-bottom: 1px solid #9e9e9e;
}
.submissions-table-container table td,
.submissions-table-container table th {
  padding: 10px 5px;
  border: transparent;
  font-family: "Open Sans";
  font-size: 0.9rem;
}
.submissions-table-container table td button,
.submissions-table-container table th button {
  background-color: #43a0ec;
  color: white;
  border-radius: 50px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  border: none;
  text-align: center;
}
.submissions-table-container table td div.red-placeholder,
.submissions-table-container table th div.red-placeholder {
  text-align: center;
  background-color: red;
  color: white;
  border-radius: 50px;
  width: 140px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .main-view--with-nav-panel.user-submissions {
    padding: 0 50px 50px 50px;
  }
  .main-view--with-nav-panel.user-submissions .title-container {
    display: flex;
    flex-direction: row;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__title {
    color: #0099d2;
    font-size: 1.5rem;
    font-family: "Open Sans";
    display: inherit;
    margin-right: 25px;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__title h2 {
    margin-right: 25px;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__title .title__container__vertical-bar {
    border-left: 1px solid #979797;
    height: 50px;
    margin: auto;
    flex-grow: 0;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__filter {
    margin: auto 0;
    flex-grow: 2;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__filter h3 {
    margin: 0;
    font-family: "Montserrat";
    font-size: 1rem;
    color: #d6d4d4;
    color: #c0c0bf;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__filter select {
    min-width: 250px;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    font-family: "Open Sans";
    font-size: 1.5rem;
    color: #686d6f;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__search {
    margin: auto;
    display: inherit;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__search .input-field {
    min-width: 300px;
    padding-right: 21px;
    margin-bottom: 0;
  }
  .main-view--with-nav-panel.user-submissions .title-container .title-container__search .input-field.search {
    background: url(images/icons-copy-19.png) no-repeat;
    background-position: right 10px center;
  }
  .submissions-table-container {
    background-color: white;
    box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14);
    border: 1px solid #c8cccc;
    width: 100%;
    margin: 0;
    padding: 50px;
  }
  .submissions-table-container table {
    border-collapse: separate;
    width: 100%;
    border-radius: 26px;
    -moz-border-radius: 6px;
    margin: 0;
    font-family: "Open Sans";
    font-size: 1rem;
    color: #9e9e9e;
  }
  .submissions-table-container table tbody tr:nth-child(even) {
    background-color: #e6e6e6;
    color: #707070;
  }
  .submissions-table-container table tbody tr:nth-child(even).loader {
    background: white;
  }
  .submissions-table-container table thead th {
    text-align: left;
    border-bottom: 1px solid #9e9e9e;
  }
  .submissions-table-container table td,
  .submissions-table-container table th {
    padding: 5px 10px;
    border: transparent;
    font-family: "Open Sans";
    font-size: 0.9rem;
  }
  .submissions-table-container table td.border-right,
  .submissions-table-container table th.border-right {
    border-right: 1px solid #9e9e9e;
  }
  .submissions-table-container table td .edit i,
  .submissions-table-container table th .edit i,
  .submissions-table-container table td .delete i,
  .submissions-table-container table th .delete i {
    transform: scale(1.65);
  }
  .submissions-table-container table td .edit i,
  .submissions-table-container table th .edit i {
    color: #a2a2a2;
  }
  .submissions-table-container table td .delete i,
  .submissions-table-container table th .delete i {
    color: red;
  }
  .submissions-table-container table td div.blue-placeholder,
  .submissions-table-container table th div.blue-placeholder {
    background-color: #43a0ec;
    color: white;
    border-radius: 50px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
    width: 150px;
  }
  .submissions-table-container table td div.red-placeholder,
  .submissions-table-container table th div.red-placeholder {
    background-color: red;
    color: white;
    width: 150px;
    border-radius: 50px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
  }
  .submissions-table-container table td div.delete,
  .submissions-table-container table th div.delete {
    color: red;
  }
}
.study-navigation-panel {
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  display: flex;
  flex-direction: column;
  padding: 75px 25px 0 25px;
}
.study-navigation-panel .study-navigation-panel__title-container {
  margin: auto;
}
.study-navigation-panel hr.top-border {
  border: none;
  color: white;
  height: 1px;
  width: 80%;
  background-color: white;
  opacity: 0.25;
  margin-top: 22px;
}
.study-navigation-panel .study-navigation-panel__study-data {
  margin: auto;
  text-align: center;
}
.study-navigation-panel .study-navigation-panel__study-data button {
  margin: 35px;
}
.study-navigation-panel .study-navigation-panel__addSubmission-button {
  /*Add submission button style*/
}
.study-navigation-panel .study-navigation-panel__study-info {
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 25px;
}
.study-navigation-panel .study-navigation-panel__study-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #188bd6;
  border: none;
  border-top: solid 1px;
}
.study-navigation-panel .study-info-panel__study-name {
  color: white;
  font-size: 1.5rem;
  font-family: "Open Sans";
  margin-bottom: 0;
  text-align: left;
}
.study-navigation-panel .study-info-panel__study-type {
  color: #a3e7ff;
  font-size: 1.2rem;
  font-weight: lighter;
  margin: 0;
  text-transform: capitalize;
}
.study-navigation-panel .study-info-panel__study-last-entry {
  color: white;
  font-family: "Open Sans";
  font-weight: lighter;
  font-size: 0.9rem;
}
.study-navigation-panel .study-navigation-panel__navigation-bar {
  display: flex;
  margin: auto;
  margin-top: 5px;
  font-family: "Open Sans";
  font-weight: lighter;
}
.study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element {
  color: #a3e0ff;
  margin-left: 25px;
  margin-right: 25px;
}
.study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element h2 {
  font-family: "Open Sans";
  font-weight: lighter;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element h2 i {
  font-size: 1.65rem;
  margin-right: 15px;
}
.study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element.selected {
  color: white;
}
.study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element:hover {
  cursor: pointer;
  color: white;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .study-navigation-panel {
    background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
    display: flex;
    flex-direction: column;
    padding-top: 75px ;
  }
  .study-navigation-panel .instrument-name {
    margin-left: 75px;
    margin-top: 0;
    color: #81def5;
  }
  .study-navigation-panel .study-navigation-panel__title-container {
    margin: 0;
  }
  .study-navigation-panel hr.top-border {
    border: none;
    color: white;
    height: 1px;
    background-color: white;
    margin-bottom: 0;
    opacity: 0.25;
    margin-top: 22px;
  }
  .study-navigation-panel .study-navigation-panel__addSubmission-button {
    /*Add submission button style*/
  }
  .study-navigation-panel .study-navigation-panel__study-info {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    padding: 61px;
    justify-content: space-around;
  }
  .study-navigation-panel .study-navigation-panel__study-info.study-navigation-panel__study-info--instruments {
    display: block;
    margin: 0;
  }
  .study-navigation-panel .study-navigation-panel__study-info.study-navigation-panel__study-info--instruments h2 {
    text-align: left;
    margin: 0;
    margin-top: 50px;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__title-container .study-navigation-panel__title {
    font-family: "Open Sans";
    font-size: 2rem;
    font-weight: bold;
    color: white;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__title-container .study-navigation-panel__title h2 {
    text-align: left;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__study-data {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__study-data .entries-container {
    margin: 0;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__study-data .entries-container .legend {
    margin: 0;
    margin-right: 25px;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__study-data .entries-container .entries {
    margin: 0 ;
    margin-right: 10px;
  }
  .study-navigation-panel .study-navigation-panel__study-info .study-navigation-panel__study-data .sample-container {
    margin: 0;
    cursor: pointer;
  }
  .study-navigation-panel .study-navigation-panel__study-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #188bd6;
    border: none;
    border-top: solid 1px;
  }
  .study-navigation-panel .study-navigation-panel__photo-container {
    border-radius: 100%;
    background-color: #004c7b;
    padding: 40px;
    color: #0099d2;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
    width: 75px;
    height: 75px;
    margin-right: 180px;
  }
  .study-navigation-panel .study-navigation-panel__photo-container i {
    font-size: 3rem;
  }
  .study-navigation-panel .study-info-panel__study-name {
    color: white;
    font-size: 2rem;
    font-family: "Open Sans";
    margin-bottom: 0;
  }
  .study-navigation-panel .study-info-panel__study-type {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
  }
  .study-navigation-panel .study-info-panel__study-type-name {
    color: white;
    padding: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 25px;
    max-width: 125px;
    text-transform: uppercase;
  }
  .study-navigation-panel .study-navigation-panel__study-data {
    display: flex;
    flex-direction: row;
  }
  .study-navigation-panel .study-navigation-panel__study-data .entries-container {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin: auto;
    margin-right: 25px;
    text-transform: uppercase;
    font-family: Montserrat;
  }
  .study-navigation-panel .study-navigation-panel__study-data .entries-container .legend {
    color: #3ec8fa;
  }
  .study-navigation-panel .study-navigation-panel__study-data .entries-container .entries {
    font-size: 1.5rem;
  }
  .study-navigation-panel .study-navigation-panel__study-data .sample-container {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin: auto;
    margin-bottom: 20px;
    margin-right: 50px;
    text-transform: uppercase;
    font-family: Montserrat;
  }
  .study-navigation-panel .study-navigation-panel__study-data .sample-container .legend {
    color: #3ec8fa;
  }
  .study-navigation-panel .study-navigation-panel__study-data .sample-container .entries {
    font-size: 1.5rem;
  }
  .study-navigation-panel .study-info-panel__study-last-entry {
    color: white;
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 0.9rem;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar {
    display: flex;
    margin-top: 5px;
    font-family: "Open Sans";
    font-weight: lighter;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 8px;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar a {
    text-align: center;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element {
    color: #a3e0ff;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element h2 {
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 1rem;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element h2 i {
    font-size: 1.65rem;
    margin-right: 15px;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element.selected {
    color: white;
  }
  .study-navigation-panel .study-navigation-panel__navigation-bar .study-navigation-panel__element:hover {
    cursor: pointer;
    color: white;
    opacity: 0.7;
  }
}
@media print {
  .study-navigation-panel {
    display: none;
  }
}
.user-security {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin: 15px;
  border: solid 1px #dedfe1;
}
.user-security hr {
  margin: 0 50px 0 50px;
}
.user-security .user-security__title {
  margin: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: #0099d2;
  font-family: "Open Sans";
  display: flex;
  flex-direction: column;
}
.user-security .user-security__title h2 {
  margin: 0;
  flex-grow: 3;
  font-size: 2rem;
  text-align: center;
}
.user-security .user-security__title button {
  margin-right: 15px;
}
.user-security .user-security__title button i {
  color: white;
}
.user-security .user-security__security {
  margin: 15px;
  display: flex;
  flex-direction: column;
}
.user-security .user-security__security .user-security__change-password-title {
  color: #414141;
  font-family: "Open Sans";
  font-weight: lighter;
  font-size: 1.5rem;
  text-align: center;
}
.user-security .user-security__security .user-security__change-password-button.user-security__change-password-button--gray {
  background-color: #c4c4c3;
  margin: auto;
  border: none;
}
.user-security .user-security__reset-password-form {
  margin: 25px;
  max-width: 90%;
}
.user-security .user-security__reset-password-form button {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .user-security {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin: 50px;
    border: solid 1px #dedfe1;
  }
  .user-security hr {
    margin: 0 50px 0 50px;
  }
  .user-security .user-security__title {
    margin: 50px;
    flex-direction: row;
    margin-bottom: 15px;
    text-align: left;
    color: #0099d2;
    font-family: "Open Sans";
    display: flex;
  }
  .user-security .user-security__title h2 {
    margin: 0;
    flex-grow: 3;
    font-size: 2rem;
    text-align: left;
  }
  .user-security .user-security__title button {
    margin-right: 15px;
  }
  .user-security .user-security__title button i {
    color: white;
  }
  .user-security .user-security__security {
    margin: 50px;
    display: flex;
    flex-direction: row;
  }
  .user-security .user-security__security .user-security__change-password-title {
    color: #414141;
    font-family: "Open Sans";
    flex-grow: 2;
    font-weight: lighter;
    font-size: 1.8rem;
    text-align: left;
  }
  .user-security .user-security__security .user-security__change-password-button.user-security__change-password-button--gray {
    background-color: #c4c4c3;
    margin: auto;
    border: none;
  }
  .user-security .user-security__reset-password-form {
    margin: 50px;
    max-width: 50%;
  }
}
.app .main-view.studies .studies-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app .main-view.studies .studies-container .instrument {
  text-align: center;
  box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14);
  border: 1px solid #c8cccc;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 15px;
  padding: 35px 35px 10px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.app .main-view.studies .studies-container .instrument .popover-button-container {
  position: absolute;
  right: 30px;
  top: 18px;
  font-size: 2rem;
  color: #cccc;
  cursor: pointer;
}
.app .main-view.studies .studies-container .instrument .instrument__title {
  color: #439cd4;
  font-size: 22px;
  font-weight: 700;
}
.app .main-view.studies .studies-container .instrument .instrument__date {
  color: #969696;
  font-weight: lighter;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.app .main-view.studies .studies-container .instrument .instrument__study_type {
  margin: 5px;
  border-color: #969696;
  color: #969696;
  font-weight: bold;
  border: solid 1px;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  max-width: 170px;
  box-shadow: none;
  min-width: 150px;
  margin: auto;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection {
  font-weight: bold;
  color: #969696;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 27px;
  padding: 8px 0;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries {
  text-align: center;
  margin: 0 10px;
  font-family: Montserrat;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries--title {
  font-size: 0.85rem;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries h5 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Montserrat;
  font-size: 0.85rem;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries--success-text {
  color: #84d89d;
  font-size: 2rem;
  font-family: Montserrat;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries__help-text {
  color: #979797;
  font-size: 1rem;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample {
  text-align: center;
  margin: 0 10px;
  font-family: Montserrat;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample h5 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.75rem;
  font-family: Montserrat;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample .instrument__entries--title {
  font-size: 0.85rem;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample .instrument__entries--success-text {
  color: #84d89d;
  font-size: 2rem;
  font-family: Montserrat;
  margin-top: 0;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations {
  text-align: center;
  margin: 0 10px;
  font-family: Montserrat;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--title {
  font-size: 0.85rem;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations h5 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 2rem;
  font-family: Montserrat;
}
.app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--success-text {
  color: #439cd4;
  font-size: 2.2rem;
  font-family: Montserrat;
  margin-top: 0;
}
.app .main-view.studies .studies-container .instrument .instrument__lastModification {
  text-align: center;
  color: #6d6d6dcc;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .app .main-view.studies .title-bar-container {
    margin: 50px;
    margin-bottom: 0;
  }
  .app .main-view.studies .title-bar-container .search-container {
    margin-top: 35px;
  }
  .app .main-view.studies .title-bar-container form {
    display: flex;
    align-items: end;
  }
  .app .main-view.studies .title-bar-container form .instrument {
    margin: auto;
    min-width: 250px;
    flex-grow: 2;
    font-family: "Open Sans";
    font-size: 0.8rem;
  }
  .app .main-view.studies .title-bar-container form .instrument label {
    color: #979797;
    font-size: 0.7rem;
  }
  .app .main-view.studies .title-bar-container form .year {
    min-width: 100px;
  }
  .app .main-view.studies .title-bar-container form .year select {
    margin-right: 25px;
  }
  .app .main-view.studies .title-bar-container form .year .year-select-container {
    min-width: 70px;
    font-family: "Open Sans";
    font-size: 0.8rem;
    border-bottom: 1px solid;
    border-color: #c0c0bf;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    height: 51px;
  }
  .app .main-view.studies .title-bar-container form .year .year-select-container__year {
    padding-top: 15px;
  }
  .app .main-view.studies .title-bar-container form .year label {
    color: #979797;
    font-size: 0.7rem;
  }
  .app .main-view.studies .title-bar-container form .year .dates-filter {
    font-family: "Open Sans";
    font-size: 1.2rem;
    color: black;
  }
  .app .main-view.studies .title-bar-container form .year .popover {
    min-width: 500px;
  }
  .app .main-view.studies .title-bar-container form .year .popover .calendar .calendar-header .prev {
    padding-top: 0px;
  }
  .app .main-view.studies .title-bar-container form .year .popover .calendar .calendar-header .next {
    padding-top: 0px;
  }
  .app .main-view.studies .title-bar-container form .year .popover .calendar .calendar-header .currentDate {
    padding-top: 0px;
    border-left: 0px solid black;
    border-right: 0px solid black;
  }
  .app .main-view.studies .title-bar-container form .year .dateSelector-button {
    border: 0px solid black;
    background-color: white;
    visibility: hidden;
    height: 0px;
  }
  .app .main-view.studies .title-bar-container form .year .dates-filter__toDate {
    padding: 15px;
  }
  .app .main-view.studies .title-bar-container form .year .dates-filter__toDate .dates-filter__toDate__date {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.studies .title-bar-container form .year .dateSelector-selectedDate {
    border-right: 0px solid black;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.studies .title-bar-container form .year .dates-filter__fromDate {
    padding: 15px;
    border-bottom: 1px solid #dad2d2;
  }
  .app .main-view.studies .title-bar-container form .year .dates-filter__fromDate .dates-filter__fromDate__date {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.studies .title-bar-container form .search {
    margin: auto;
    min-width: 300px;
    font-family: "Open Sans";
    font-size: 0.8rem;
  }
  .app .main-view.studies .title-bar-container form .search input {
    margin: auto;
    padding-left: 0;
  }
  .app .main-view.studies .studies-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .app .main-view.studies .studies-container .instrument {
    text-align: left;
    display: inline-block;
    flex-grow: 1;
    min-height: 300px;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .app .main-view.studies .studies-container .instrument .instrument__study_type {
    margin: 0;
    border-color: #969696;
    color: #969696;
    font-weight: bold;
    border: solid 1px;
    border-radius: 50px;
    padding: 1px;
    text-align: center;
    max-width: 170px;
    box-shadow: none;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection {
    justify-content: center;
    font-size: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries {
    text-align: center;
    margin: 0 10px;
    font-family: Montserrat;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries--title {
    font-size: 0.85rem;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 0.85rem;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries--success-text {
    color: #84d89d;
    font-size: 1.2rem;
    font-family: Montserrat;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__entries .instrument__entries__help-text {
    color: #979797;
    font-size: 0.85rem;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample {
    text-align: center;
    margin: 0 10px;
    font-family: Montserrat;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.75rem;
    font-family: Montserrat;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample .instrument__entries--title {
    font-size: 0.85rem;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__sample .instrument__entries--success-text {
    color: #84d89d;
    font-size: 1.2rem;
    font-family: Montserrat;
    margin-top: 0;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations {
    text-align: center;
    margin: 0 10px;
    font-family: Montserrat;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--title {
    font-size: 0.85rem;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.2rem;
    font-family: Montserrat;
  }
  .app .main-view.studies .studies-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--success-text {
    color: #439cd4;
    font-size: 1.2rem;
    font-family: Montserrat;
    margin-top: 0;
  }
  .app .main-view.studies .studies-container .instrument .link-container {
    flex-grow: 1;
  }
  .app .main-view.studies .studies-container .instrument .more-button {
    color: #c0c0bf;
    font-size: 2rem;
    text-align: right;
    cursor: pointer;
  }
  .app .main-view.studies .studies-container .instrument .study-actions {
    color: #c0c0bf;
    font-size: 1rem;
    width: 100px;
    margin: auto;
    text-align: center;
  }
  .app .main-view.studies .studies-container .instrument .study-actions .study-action__action {
    color: #b7b7b7;
  }
  .app .main-view.studies .studies-container .instrument .study-actions .study-action__action p:hover {
    color: #0099d2;
  }
  .app .main-view.studies .studies-container .instrument .study-actions i {
    margin-right: 10px;
  }
  .app .main-view.studies .studies-container .instrument .study-actions:hover {
    color: #0099d2;
    cursor: pointer;
  }
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal {
  width: 100%;
  margin: auto;
  overflow: visible;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content {
  margin: 25px 0 !important;
  margin: 25px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header {
  display: flex;
  flex-direction: column;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 25px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-title {
  color: gray;
  font-weight: 900;
  font-family: Montserrat;
  text-align: left;
  font-size: 1.3rem;
  text-align: center;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-select {
  color: white;
  display: flex;
  justify-content: flex-start;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-select .phase-select-pre {
  width: 50%;
  font-weight: 800;
  font-family: Montserrat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
  padding-left: 20px;
  opacity: 0.75;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-select .phase-select-pre.selected {
  background-color: #1f1f1f;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  opacity: 1;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-select .phase-select-post {
  font-weight: 800;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  padding-right: 20px;
  opacity: 0.75;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase .phase-select .phase-select-post.selected {
  background-color: #1f1f1f;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  opacity: 1;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location {
  display: flex;
  flex-direction: column;
  flex-grow: 7;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location select {
  width: 100%;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .submission-modal__header__geo-location__title {
  color: #0099d2;
  margin-right: 15px;
  font-weight: bold;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .department {
  flex-grow: 1;
  color: #979797;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Open Sans";
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .town {
  color: #979797;
  flex-grow: 1;
  font-weight: bold;
  font-family: "Open Sans";
  font-size: 1rem;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .organization-view {
  pointer-events: none;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .organization-title {
  color: #439cd4;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: Montserrat;
  pointer-events: none;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-set-title {
  text-align: center;
  color: #0099d2;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .close-button-container {
  text-align: right;
  position: absolute;
  right: 12px;
  top: 12px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .close-button-container button {
  margin: 0;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 1.5rem;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .close-button-container button i {
  color: #929292;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .send-button {
  border-radius: 25px;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  width: 100%;
  height: 53px;
  font-weight: 800;
  font-family: Montserrat;
  font-size: 1rem;
  color: white;
  border: none;
  margin: 35px 0;
  text-transform: uppercase;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .send-button.disabled {
  background-image: linear-gradient(to right, #8a94a3 0%, #6e7784 100%);
  opacity: 0.85;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question {
  text-align: left;
  margin: auto;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question input:focus {
  border: 2px solid #439cd4;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question h3 {
  text-transform: uppercase;
  font-family: Montserrat;
  color: #6d6d6d;
  margin-top: 50px;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question select {
  width: 98%;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .options-container {
  display: flex;
  flex-wrap: wrap;
  column-count: 1;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .checkbox-option__name {
  font-family: "Open Sans";
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: black;
  font-weight: normal;
  text-transform: none;
  border: 1px solid #c1bbbb;
  margin: 5px;
  width: 100%;
  padding: 20px;
  text-align: left;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .checkbox-option__name input {
  text-align: right;
  margin-left: auto;
  visibility: hidden;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .checkbox-option__name--selected {
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  border: none;
  color: white;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view {
  text-align: left;
  margin: auto;
  max-width: 75%;
  pointer-events: none;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view select {
  width: 98%;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view .options-container {
  display: flex;
  flex-wrap: wrap;
  column-count: 1;
  justify-content: space-evenly;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view .checkbox-option__name {
  font-family: "Open Sans";
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: black;
  font-weight: normal;
  text-transform: none;
  border: 1px solid #c1bbbb;
  margin: 5px;
  width: 100%;
  height: 80px;
  padding-left: 15px;
  padding-top: 5px;
  text-align: center;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view .checkbox-option__name input {
  text-align: right;
  margin-left: auto;
  visibility: hidden;
}
.react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view .checkbox-option__name--selected {
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  color: white;
}
@media screen and (min-width: 768px) {
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal {
    width: 80%;
    overflow: visible;
    margin: 80px auto;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content {
    margin: 25px;
    position: relative;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header {
    display: flex;
    flex-direction: row;
    padding: 30px;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__phase {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ccc;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location {
    display: flex;
    flex-direction: column;
    flex-grow: 7;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location select {
    width: 100%;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location {
    display: flex;
    flex-direction: row;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .submission-modal__header__geo-location__title {
    color: #0099d2;
    margin-right: 15px;
    font-weight: bold;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .department {
    flex-grow: 1;
    color: #979797;
    font-weight: bold;
    font-size: 1rem;
    font-family: "Open Sans";
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .submission-modal__header__geo-location .town {
    color: #979797;
    flex-grow: 1;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 1rem;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .organization-view {
    pointer-events: none;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .submission-modal__header .submission-modal__header__location .organization-title {
    color: #439cd4;
    font-size: 1.3rem;
    font-weight: 900;
    margin-right: 15px;
    font-family: Montserrat;
    text-align: left;
    pointer-events: none;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-set-title {
    color: #0099d2;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question {
    max-width: 75%;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .checkbox-option__name {
    width: 30%;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question .checkbox-option__name:hover {
    background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
    color: white;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view {
    max-width: 75%;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .question-view .checkbox-option__name {
    width: 30%;
  }
  .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-large.submission-modal .submission-modal__content .options-container {
    display: flex;
    flex-wrap: wrap;
    column-count: 3;
  }
}
.app .filter-popup-container {
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
}
.app .filter-popup-container button {
  margin: 0;
}
.app .filter-popup-container .filter-popup-container__title {
  color: #0099d2;
  font-size: 1.3rem;
  margin: 50px;
  text-align: center;
}
.app .filter-popup-container .submit-filters-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 0 50px 0;
}
.app .filter-popup-container .filter {
  margin-bottom: 30px;
}
.app .filter-popup-container .filter select {
  width: 100%;
  border-color: #439cd4;
  border-width: 2px;
}
.app .study-summary {
  margin: 50px;
  display: flex;
  flex-direction: column;
}
.app .study-summary.study-summary--instrument-statistics {
  display: block;
  margin: 50px;
}
.app .study-summary .filter-bar {
  display: flex;
  flex-direction: row;
  margin: 25px;
}
.app .study-summary .filter-bar .title-container.title-container--instrument {
  margin-right: 25px;
}
.app .study-summary .filter-bar .title-container .filter-bar__title {
  color: #439cd4;
  font-size: 1.5rem;
  margin-right: 15px;
}
.app .study-summary .filter-bar .filter-container {
  flex-grow: 2;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.app .study-summary .filter-bar .filter-container .filter-container__loader {
  align-self: center;
  margin-left: 10px;
}
.app .study-summary .filter-bar .filter-container .filter-bar__filter-button {
  font-size: 0.6rem;
  background-color: #c7c7c7;
  color: white;
  font-family: "Open Sans";
  max-width: 100px;
  max-height: 34px;
  padding: 10px;
  vertical-align: middle;
  line-height: 0px;
  text-align: center;
}
.app .study-summary .filter-bar .filter-container .filter-bar__filter-button i {
  color: white;
  margin-right: 10px;
}
.app .study-summary .filter-bar .filter-container h2 {
  color: #439cd4;
}
.app .study-summary .filter-bar .visualization-select {
  font-family: "Open Sans";
  color: white;
  margin: auto;
}
.app .study-summary .filter-bar .visualization-select .visualization-select__table {
  width: 98px;
  height: 50px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
  padding-left: 20px;
}
.app .study-summary .filter-bar .visualization-select .visualization-select__table.selected {
  background-color: #1f1f1f;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
}
.app .study-summary .filter-bar .visualization-select .visualization-select__graph {
  width: 98px;
  height: 50px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  padding-right: 20px;
}
.app .study-summary .filter-bar .visualization-select .visualization-select__graph.selected {
  background-color: #1f1f1f;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
}
.app .study-summary .filter-bar .visualization-select .visualization-select__graph.straight-borders {
  border-radius: 0;
}
.app .study-summary .questions {
  margin-top: 25px;
  column-count: 2;
  column-gap: 50px;
}
.app .study-summary .questions.questions--semaphore {
  display: flex;
  column-count: 1;
}
.app .study-summary .questions.questions--semaphore h1 {
  color: #0099d2;
}
.app .study-summary .questions.questions--semaphore .pre,
.app .study-summary .questions.questions--semaphore .post {
  margin: 0 10px;
}
.app .study-summary .questions .question {
  break-inside: avoid-column;
  background-color: white;
  border: 1px solid #dddfe0;
  margin-bottom: 25px;
}
.app .study-summary .questions .question .print-only-question-container {
  display: none;
}
.app .study-summary .questions .question.loading {
  opacity: 0.4;
}
@media print {
  .app .study-summary .questions .question .print-only-question-container {
    display: block;
  }
}
.app .study-summary .questions .question .question__title-container {
  margin: 15px;
  color: #439cd4;
  font-size: 1.2rem;
  flex-direction: row;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 0;
  display: flex;
}
.app .study-summary .questions .question .question__title-container.semaphore {
  display: block;
}
.app .study-summary .questions .question .question__title-container .question__title {
  color: #439cd4;
  font-size: 1.2rem;
  text-align: left;
  font-weight: normal;
  padding: 0 0 22px 0;
  margin-right: 8px;
}
.app .study-summary .questions .question .question__title-container .question__title.question__title--ordinal {
  color: #c0c0bf;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 25px;
}
.app .study-summary .questions .question .question__title-container .legends {
  column-count: 2;
  break-inside: avoid-column;
  text-align: left;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  text-align: left;
  break-inside: avoid;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-text {
  margin: auto;
  margin-right: 10px;
  text-align: center;
  flex-grow: 1;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-text .question__legend-container.question__legend-title {
  color: #c0c0bf;
  font-weight: bold;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-text .question__legend-container.question__legend-title-smaller {
  color: #c0c0bf;
  font-size: 0.7rem;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-text .question__legend-container.question__legend-count {
  color: #439cd4;
  font-weight: bold;
  justify-content: center;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-small-color-gray {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-small-color-blue {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: #439cd4;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-color-gray {
  width: 20px;
  min-width: 20px;
  height: 75px;
  margin-right: 10px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-color-blue {
  width: 20px;
  height: 75px;
  margin-right: 10px;
  background-color: #439cd4;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-small-color-green {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: green;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-small-color-yellow {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: yellow;
}
.app .study-summary .questions .question .question__title-container .legends .question__legend-container .question__legend-container-small-color-red {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: red;
}
.app .study-summary .questions .question .question__title-container .question__legend-container {
  text-align: center;
  display: flex;
  flex-direction: row;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-text {
  margin: auto;
  margin-right: 10px;
  text-align: center;
  flex-grow: 1;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-text .question__legend-container.question__legend-title {
  color: #c0c0bf;
  font-weight: bold;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-text .question__legend-container.question__legend-title-smaller {
  color: #c0c0bf;
  font-size: 0.7rem;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-text .question__legend-container.question__legend-count {
  color: #439cd4;
  font-weight: bold;
  justify-content: center;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-small-color-gray {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-small-color-blue {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: #439cd4;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-color-gray {
  width: 20px;
  height: 75px;
  margin-right: 10px;
  background-color: #c7c7c7;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-color-blue {
  width: 20px;
  height: 75px;
  margin-right: 10px;
  background-color: #439cd4;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-small-color-green {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: green;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-small-color-yellow {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: yellow;
}
.app .study-summary .questions .question .question__title-container .question__legend-container .question__legend-container-small-color-red {
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-right: 10px;
  background-color: red;
}
.app .study-summary .questions .question .question-container {
  padding: 30px;
  width: 100%;
  height: 100%;
}
.app .study-summary .questions .question .question-container .print-only-question-container {
  display: none;
}
@media print {
  .app .study-summary .questions .question .question-container .print-only-question-container {
    display: block;
  }
}
.app .study-summary .questions .question .question-container .question-container__table {
  min-width: 100%;
  text-align: left;
}
.app .study-summary .questions .question .question-container .question-container__table tr {
  font-family: "Open Sans";
  color: #9f9f9f;
  font-size: 1rem;
}
.app .study-summary .questions .question .question-container .question-container__table tr td {
  padding: 10px;
}
.app .study-summary .questions .question .question-container .question-container__table tr.question-container__table--align {
  display: flex;
  justify-content: space-between;
}
.app .study-summary .questions .question .question-container .question-container__table tr:nth-child(odd) {
  background-color: white;
}
.app .study-summary .questions .question .question-container .question-container__table tr:nth-child(even) {
  background-color: #f0f2f2;
}
.app .study-summary .questions .question .question-container .question-container__table th {
  text-align: center;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__count-title {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 1rem;
  font-family: Montserrat;
  padding: 8px;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__table--value {
  text-align: center;
  font-size: 1rem;
  color: #9f9f9f;
  font-family: "Open Sans";
  font-weight: normal;
  align-self: center;
  padding: 0 35px;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__count {
  color: #439cd4;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Montserrat;
  padding: 16px;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__title {
  color: #439cd4;
  font-size: 1.2rem;
  text-align: left;
  font-weight: normal;
  padding: 0 0 22px 0;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__title .question-container__title--ordinal {
  color: #cacac9;
  font-weight: bold;
  margin-right: 10px;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__title--count {
  color: #439cd4;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.5rem;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__table--border-right {
  border-right: 1px solid;
  border-color: #dadada;
}
.app .study-summary .questions .question .question-container .question-container__table .question-container__table--border-bottom {
  border-bottom: 1px solid;
  border-color: #dadada;
}
@media print {
  .app {
    background: white;
  }
  .app .study-summary .filter-bar {
    display: none;
  }
  .app .study-summary .questions {
    column-count: 1;
  }
  .app .study-summary .questions .question {
    border: none;
    margin: auto;
    vertical-align: middle;
    justify-content: center;
  }
}
.upload-progress {
  background-image: linear-gradient(to right, #00a0dc 0%, #005cd2 100%);
  box-sizing: border-box;
  color: white;
  height: 75px;
  position: fixed;
  left: 0;
  top: 75px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.04);
  width: 100%;
  z-index: 2;
  font-family: Montserrat;
  font-weight: 600;
  transition: 0.5s ease-out;
}
.upload-progress.upload-progress--hidden {
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.upload-progress .upload-progress__content {
  position: relative;
  padding-right: 50px;
}
.upload-progress .upload-progress__content .upload-progress__text {
  height: 37.5px;
  line-height: 37.5px;
  text-align: center;
}
.upload-progress .upload-progress__content .upload-progress__progress-bar {
  height: 37.5px;
  padding-right: 20px;
  padding-left: 20px;
}
.upload-progress .upload-progress__content .upload-progress__progress-bar .upload-progress__progress-bar__base {
  background: rgba(255, 255, 255, 0.2);
  height: 12px;
  max-width: 700px;
  border-radius: 6px;
  margin: auto;
}
.upload-progress .upload-progress__content .upload-progress__progress-bar .upload-progress__progress-bar__base .upload-progress__progress-bar__progress {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  border-radius: 6px;
  transition: 0.25s;
}
.upload-progress .upload-progress__content.upload-progress__content--finished {
  margin-top: 15px;
}
.upload-progress .upload-progress__close-button-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 75px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 1.5rem;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll {
  overflow: scroll;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen {
  width: 100%;
  min-height: 800px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body {
  height: 100%;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container {
  margin-right: 125px;
  margin-left: 125px;
  margin-top: 50px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .date-type-container {
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .date-type-container .study-type-container {
  margin-right: 100px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .date-type-container .study-type-container select {
  width: 400px;
  font-size: 1.5rem;
  font-family: "Open Sans";
  color: #434343;
  padding-left: 0;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .date-type-container .start-date-container {
  margin-right: 100px;
  width: 300px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .date-type-container .end-date-container {
  width: 300px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .instrument-effectiveness-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 50px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .instrument-effectiveness-container .instrument-container {
  margin-right: 100px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .instrument-effectiveness-container .instrument-container select {
  width: 400px;
  font-size: 1.5rem;
  font-family: "Open Sans";
  color: #434343;
  padding-left: 0;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .instrument-effectiveness-container .effectiveness-container {
  font-size: 1.5rem;
  color: #434343;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .instrument-effectiveness-container .effectiveness-container input {
  width: 70%;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization {
  display: grid;
  grid-template-columns: 50% 20% 20% 10% ;
  max-width: 50%;
  margin: 30px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__title {
  font-size: 1.2rem;
  font-family: "Open Sans";
  text-align: center;
  text-transform: capitalize;
  color: #434343;
  flex-grow: 1;
  text-align: left;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__population-container,
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__sample {
  flex-grow: 1;
  text-align: center;
  margin: auto;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__population-container .added-organization__population-number,
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__sample .added-organization__population-number {
  color: #0099d2;
  font-size: 1.8rem;
  text-align: center;
  justify-content: center;
  margin: auto;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__population-container .added-organization__population-number input,
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__sample .added-organization__population-number input {
  font-size: 1.6rem;
  font-family: "Open Sans";
  margin-bottom: -10px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__population-container .added-organization__population-title,
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__sample .added-organization__population-title {
  color: #c0c0bf;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  justify-content: center;
  margin: auto;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__remove {
  margin: auto;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .added-organization .added-organization__remove i {
  color: #de5a5a;
  font-size: 2.3rem;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .popup-action {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 45px;
  justify-content: flex-end;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .popup-action button {
  margin-left: 15px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .auto-complete-input {
  width: 25%;
  height: 50px;
  box-shadow: inset 0 2px 0 #ffffff;
  border-radius: 25px;
  border: 2px solid #0099d2;
  background-color: #fafafa;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__input--focused {
  outline: none;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .suggestions-container {
  display: none;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__container {
  position: relative;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 50px;
  width: 372px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  height: 185px;
  overflow-y: scroll;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-container--open .tip.up {
  top: -13px;
  right: 10px;
  position: absolute;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion {
  display: flex;
  flex-direction: row;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion .icon {
  color: #0099d2;
  margin: auto;
  margin-right: 25px;
  margin-left: 5px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion .icon i {
  font-size: 1.5rem;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion .data {
  margin: auto;
  margin-left: 0;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion .data .suggestion-title {
  color: #292929;
  font-family: "Open Sans";
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestions-list .suggestion .data .suggestion-subtitle {
  color: #707070;
  font-family: "Open Sans";
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}
.app .react-redux-modal .rr-modals .rrm-holder .scroll .rrm-content.m-fullscreen .rrm-body .create-study-container .react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.react-redux-modal .rrm-holder .scroll {
  padding-right: 20px;
  padding-left: 20px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.pending-submission {
  background: white;
  margin: -264px auto !important;
  text-align: center;
  max-width: 450px;
  top: 50%;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.pending-submission .rrm-body {
  display: flex;
  min-height: 508px;
  align-items: center;
  justify-content: center;
}
.pending-submission-modal__container {
  width: 100%;
  max-width: 500px;
}
.pending-submission-modal__container .pending-submission-modal {
  font-family: Montserrat;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 20px;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__you-have {
  font-size: 4rem;
  color: #959595;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__pending-submissions-number {
  font-size: 5rem;
  font-weight: 900;
  color: #0382d8;
  text-align: center;
  line-height: 5rem;
  margin: 0px;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__pending {
  font-size: 2.3rem;
  color: #959595;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__connect-to-the-internet {
  font-size: 1.5rem;
  font-weight: 200;
  color: #aaaaaa;
  padding-top: 20px;
  margin: 0px;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__button-container {
  padding-top: 20px;
  padding-bottom: 25px;
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__button-container .pending-submission-modal__ok-button {
  color: white;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background-color: #c4c4c3;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .pending-submission-modal__container .pending-submission-modal .pending-submission-modal__button-container .pending-submission-modal__ok-button {
    width: 150px;
  }
}
.pending-submission-modal__container .pending-submission-modal .pending-submission-modal__button-container .pending-submission-modal__sync-button {
  color: white;
  height: 50px;
  border-radius: 25px;
  background-color: #0382d8;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  margin: 5px 0;
  font-weight: 800;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pending-submission-modal__container .pending-submission-modal .pending-submission-modal__button-container .pending-submission-modal__sync-button {
    width: 180px;
    margin-left: 10px;
  }
}
.react-redux-modal .rrm-holder .scroll {
  padding-right: 20px;
  padding-left: 20px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content {
  margin: 25px auto !important;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-undefined {
  max-width: 500px;
}
.delete-submission-modal__container {
  width: 100%;
  max-width: 500px;
}
.delete-submission-modal__container .delete-submission-modal {
  font-family: Montserrat;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 20px;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__you-have {
  font-size: 2rem;
  color: #959595;
  font-weight: 50;
  margin: 0px;
  text-align: center;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__delete-submissions-number {
  font-size: 5rem;
  font-weight: 900;
  color: #0382d8;
  text-align: center;
  line-height: 5rem;
  margin: 0px;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__delete {
  font-size: 2.3rem;
  color: #959595;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__connect-to-the-internet {
  font-size: 1.5rem;
  font-weight: 200;
  color: #aaaaaa;
  padding-top: 20px;
  margin: 0px;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__button-container {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__button-container .delete-submission-modal__ok-button {
  color: white;
  height: 50px;
  width: 150px;
  border-radius: 25px;
  background-color: #c4c4c3;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  margin: 5px 5px;
}
.delete-submission-modal__container .delete-submission-modal .delete-submission-modal__button-container .delete-submission-modal__sync-button {
  color: white;
  height: 50px;
  width: 150px;
  border-radius: 25px;
  background-color: #0382d8;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  margin: 5px 5px;
}
.app .alert-container {
  background-color: #202020;
  background-image: linear-gradient(to right, #0095cd 0%, #007ac2 100%);
  opacity: 1;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 1;
  position: fixed;
  height: 75px;
  transition: 0.5s ease-out;
}
.app .alert-container h4 {
  color: #8ed0ff;
  text-align: center;
  font-family: "Open Sans";
  margin-top: 23px;
}
.app .alert-container h4 span {
  font-weight: bold;
  color: white;
  font-size: 1rem;
  margin-right: 5px;
}
.app .alert-container.alert--hide {
  top: 0;
  opacity: 0;
}
.app .alert-container.error {
  background-color: #af3b19;
  background-image: linear-gradient(to top, rgba(84, 84, 84, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.app .alert-container.error h4 {
  color: white;
}
.app .sidebar {
  height: 100%;
  background-color: white;
  overflow: hidden;
  width: 20%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  overflow-y: scroll;
  transition: 0.25s ease-out;
}
.app .sidebar .sidebar-objects {
  padding-left: 65px;
}
.app .sidebar .sidebar-objects .sidebar-objects__title {
  color: #9f9f9f;
}
.app .sidebar .sidebar-objects .button-container-objects {
  margin: 30px;
  margin-bottom: 50px;
}
.app .sidebar .sidebar-objects .object-container {
  font-family: "Open Sans";
  font-size: 1.5rem;
  margin: 25px;
  color: #969696;
  font-weight: lighter;
}
.app .sidebar .sidebar-objects .object-container .button-container-objects {
  margin: 30px;
}
.app .sidebar .sidebar-objects .object-container .link.link--selected {
  color: #51b8ee;
  border-bottom: 1px solid #51b8ee;
  padding-right: 80px;
}
.app .sidebar.sidebar--hidden {
  width: 0;
}
.app .sidebar .sidebar__title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.app .sidebar .sidebar__title span {
  vertical-align: middle;
}
.app .sidebar .sidebar__title i {
  text-align: left;
  color: #51b8ee;
  cursor: pointer;
  font-size: 2rem;
  margin-top: 5px;
  margin-right: 30px;
  margin-left: 30px;
  vertical-align: middle;
}
.app .sidebar hr {
  width: 80%;
}
.app .sidebar .sidebar__links ul {
  list-style-type: none;
}
.app .sidebar .sidebar__links ul li {
  font-family: "Open Sans";
  font-size: 1.5rem;
  margin: 25px;
  color: #969696;
  font-weight: lighter;
}
.app .sidebar .sidebar__links ul li .link.link--selected {
  color: #51b8ee;
  border-bottom: 1px solid #51b8ee;
  padding-right: 80px;
}
.main-view.users {
  display: flex;
  flex-direction: column;
}
.main-view.users .title-bar-container {
  display: flex;
  justify-content: space-between;
  padding: 53px;
}
.main-view.users .title-bar-container input {
  min-width: 800px;
}
.main-view.users .users__tools {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin: 35px auto;
  padding: 0px 20px;
}
.main-view.users .users__tools .search {
  flex-grow: 7;
}
.main-view.users .users__tools .users__add-user-button {
  margin-left: 20px;
}
.main-view.users .users__list {
  display: flex;
  flex-direction: row;
  padding: 0 53px;
  flex-flow: wrap;
  align-items: center;
}
.main-view.organizations {
  display: flex;
  flex-direction: column;
}
.main-view.organizations .organizations__tools {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin: 35px auto;
  padding: 0px 20px;
}
.main-view.organizations .organizations__tools .search {
  flex-grow: 7;
}
.main-view.organizations .organizations__tools .organizations__add-organization-button {
  margin-left: 20px;
}
.organizations-table-container {
  margin: 0px 15px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14);
  border: 1px solid #c8cccc;
  margin-bottom: 15px;
}
.organizations-table-container table {
  border-collapse: separate;
  width: 90%;
  border-radius: 26px;
  -moz-border-radius: 6px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-size: 1rem;
  color: #9e9e9e;
}
.organizations-table-container table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
  color: #707070;
}
.organizations-table-container table thead th {
  text-align: left;
  border-bottom: 1px solid #9e9e9e;
}
.organizations-table-container table td,
.organizations-table-container table th {
  padding: 10px 5px;
  border: transparent;
  font-family: "Open Sans";
  font-size: 0.9rem;
}
.organizations-table-container table td button,
.organizations-table-container table th button {
  background-color: #0099d2;
  color: white;
  border-radius: 50px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  border: none;
  text-align: center;
}
.organizations-table-container table td span.red-placeholder,
.organizations-table-container table th span.red-placeholder {
  background-color: red;
  color: white;
  border-radius: 50px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
}
.users__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 50px;
  margin: 0px auto;
  justify-content: center;
}
.users__list .userCard {
  background-color: white;
  border-radius: 8px;
  margin: 15px 5px;
  display: flex;
  flex-direction: row;
  min-width: 300px;
  box-shadow: 1px 2px lightgrey;
}
.users__list .userCard .userCard__image {
  border-radius: 100%;
  margin: 15px;
}
.users__list .userCard .userCard__personal-info {
  display: flex;
  flex-direction: column;
  margin: auto 0px;
}
.users__list .userCard .userCard__personal-info .userCard__personal-info__name {
  font-family: 'Open Sans', sans-serif;
  color: #0099d2;
  font-size: 0.9rem;
  font-weight: 600;
}
.users__list .userCard .userCard__personal-info .userCard__personal-info__type {
  font-family: 'Open Sans', sans-serif;
  color: #a8a8a8;
  font-size: 0.7rem;
  font-weight: 500;
}
.users__list .userCard .userCard__options-button {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 30px;
}
.users__list .userCard .userCard__options-button i {
  font-size: 1.8rem;
  color: #ccc;
  cursor: pointer;
}
.app .main-view.instruments .instrument-search-container {
  margin: 45px;
  margin-right: 60px;
  margin-left: 60px;
}
.app .main-view.instruments .instruments-container {
  margin: 35px;
  display: flex;
  flex-direction: column;
}
.app .main-view.instruments .instruments-container .instrument {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14);
  border: 1px solid #c8cccc;
  background-color: #ffffff;
  border-radius: 15px;
}
.app .main-view.instruments .instruments-container .instrument .instrument__container {
  margin: 10px;
}
.app .main-view.instruments .instruments-container .instrument .instrument__title {
  color: #439cd4;
  padding: 3px 20px 20px 15px;
}
.app .main-view.instruments .instruments-container .instrument .instrument__title h1 {
  margin: 0;
  margin-top: 10px;
}
.app .main-view.instruments .instruments-container .instrument .instrument__date {
  color: #969696;
  font-weight: lighter;
}
.app .main-view.instruments .instruments-container .instrument .instrument__date h3 {
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans";
}
.app .main-view.instruments .instruments-container .instrument .instrument__study_type {
  margin-top: 15px;
  margin-bottom: 15px;
}
.app .main-view.instruments .instruments-container .instrument .instrument__study_type h4 {
  margin: 5px;
  border-color: #969696;
  color: #969696;
  font-weight: bold;
  border: solid 1px;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  max-width: 25%;
  box-shadow: none;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection {
  font-weight: bold;
  margin: 5px;
  color: #969696;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__entries--title {
  font-size: 0.65rem;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__entries {
  margin: 5px;
  text-align: center;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__entries .instrument__entries--success-text {
  color: #84d89d;
  font-size: 1.2rem;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__sample {
  margin: 5px;
  text-align: center;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__sample .instrument__entries--success-text {
  color: #84d89d;
  font-size: 1.2rem;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__organizations {
  margin: 5px;
  text-align: center;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--success-text {
  color: #439cd4;
  font-size: 1.2rem;
  font-family: Montserrat;
}
.app .main-view.instruments .instruments-container .instrument .instrument__lastModification {
  font-size: 0.7rem;
  color: #969696;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app .main-view.instruments .title-bar-container {
    margin: 50px;
    margin-bottom: 0;
  }
  .app .main-view.instruments .title-bar-container .search-container {
    margin-top: 50px;
  }
  .app .main-view.instruments .title-bar-container form {
    display: flex;
  }
  .app .main-view.instruments .title-bar-container form .button-container {
    margin: auto;
  }
  .app .main-view.instruments .title-bar-container form .instrument {
    margin: auto;
    min-width: 250px;
    flex-grow: 2;
    font-family: "Open Sans";
    font-size: 0.8rem;
  }
  .app .main-view.instruments .title-bar-container form .instrument label {
    color: #979797;
    font-size: 0.7rem;
  }
  .app .main-view.instruments .title-bar-container form .year {
    min-width: 100px;
  }
  .app .main-view.instruments .title-bar-container form .year select {
    margin-right: 25px;
  }
  .app .main-view.instruments .title-bar-container form .year .year-select-container {
    min-width: 70px;
    font-family: "Open Sans";
    font-size: 0.8rem;
    border-bottom: 1px solid;
    border-color: #c0c0bf;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    height: 51px;
  }
  .app .main-view.instruments .title-bar-container form .year .year-select-container__year {
    padding-top: 15px;
  }
  .app .main-view.instruments .title-bar-container form .year label {
    color: #979797;
    font-size: 0.7rem;
  }
  .app .main-view.instruments .title-bar-container form .year .dates-filter {
    font-family: "Open Sans";
    font-size: 1.2rem;
    color: black;
  }
  .app .main-view.instruments .title-bar-container form .year .popover {
    min-width: 500px;
  }
  .app .main-view.instruments .title-bar-container form .year .popover .calendar .calendar-header .prev {
    padding-top: 0px;
  }
  .app .main-view.instruments .title-bar-container form .year .popover .calendar .calendar-header .next {
    padding-top: 0px;
  }
  .app .main-view.instruments .title-bar-container form .year .popover .calendar .calendar-header .currentDate {
    padding-top: 0px;
    border-left: 0px solid black;
    border-right: 0px solid black;
  }
  .app .main-view.instruments .title-bar-container form .year .dateSelector-button {
    border: 0px solid black;
    background-color: white;
    visibility: hidden;
    height: 0px;
  }
  .app .main-view.instruments .title-bar-container form .year .dates-filter__toDate {
    padding: 15px;
  }
  .app .main-view.instruments .title-bar-container form .year .dates-filter__toDate .dates-filter__toDate__date {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.instruments .title-bar-container form .year .dateSelector-selectedDate {
    border-right: 0px solid black;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.instruments .title-bar-container form .year .dates-filter__fromDate {
    padding: 15px;
    border-bottom: 1px solid #dad2d2;
  }
  .app .main-view.instruments .title-bar-container form .year .dates-filter__fromDate .dates-filter__fromDate__date {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }
  .app .main-view.instruments .title-bar-container form .search {
    margin: auto;
    min-width: 300px;
    font-family: "Open Sans";
    font-size: 0.8rem;
  }
  .app .main-view.instruments .title-bar-container form .search input {
    margin: auto;
    padding-left: 0;
  }
  .app .main-view.instruments .instruments-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .app .main-view.instruments .instruments-container .instrument {
    display: inline-block;
    margin: 25px;
    flex-grow: 1;
    min-height: 300px;
    max-width: 30%;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument__description {
    font-size: 1rem;
    color: #969696;
    font-weight: normal;
    font-family: "Open Sans";
    padding: 20px;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument-subsection {
    justify-content: center;
    font-size: 1rem;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__sample .instrument__entries--title {
    font-size: 1rem;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument-subsection .instrument__organizations .instrument__entries--title {
    font-size: 1rem;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument__container {
    margin: 20px;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument__container .instrument__title {
    margin-top: 10px;
  }
  .app .main-view.instruments .instruments-container .instrument .instrument__container .instrument__date {
    font-size: 1.2rem;
  }
}
.app .main-view.objects .object-search-container {
  margin: 75px;
  display: flex;
  flex-direction: row;
  margin-right: 150px;
  margin-left: 150px;
  margin-bottom: 25px;
}
.app .main-view.objects .object-search-container h1 {
  color: #0099d2;
  font-size: 1.8rem;
  font-family: "Open Sans";
  flex-grow: 1;
  width: 30%;
  text-transform: capitalize;
}
.app .main-view.objects .object-search-container button {
  margin: auto;
  margin-left: 75px;
  text-transform: capitalize;
  color: white;
  font-size: 1.5rem;
}
.app .main-view.objects .object-search-container button i {
  margin-right: 10px;
  color: white;
}
.app .main-view.objects .object-elements-container {
  background-color: white;
  border: solid 1px #e8eaeb;
  margin-bottom: 25px;
  margin-top: 50px;
  margin-right: 150px;
  margin-left: 150px;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container {
  padding: 50px;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table {
  width: 100%;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table th {
  text-align: left;
  border-bottom: 1px solid #e8eaeb;
  color: #979797;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1.2rem;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr:nth-child(even) {
  background-color: #f0f2f2;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr.object-option--inactive {
  opacity: 0.5;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr td {
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: normal;
  color: #979797;
  padding: 20px;
  padding-left: 0;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr td.smaller {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  width: 5%;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr td.smaller.delete {
  color: #c1778b;
}
.app .main-view.objects .object-elements-container .object-elements-container__table-container .object-elements-container__table tr td.smaller i {
  font-size: 1.5rem;
}
.react-redux-modal .rrm-holder .scroll {
  padding-right: 20px;
  padding-left: 20px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name {
  margin-top: 10% !important;
  padding: 20px;
  max-width: 650px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .change-option-name__title h2 {
  color: #0099d2;
  font-size: 1.5rem;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .submit-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .submit-container button {
  text-align: center;
}
.app .create-object-container .popup-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .create-object-container .popup-action button {
  margin: 25px;
  margin-bottom: 0;
}
.app .main-view.organizations .organization-search-container .organization-search-container__tools {
  margin: 75px;
  display: flex;
  flex-direction: row;
  margin-right: 150px;
  margin-left: 150px;
  margin-bottom: 25px;
}
.app .main-view.organizations .organization-search-container .organization-search-container__tools .search {
  flex-grow: 1;
}
.app .main-view.organizations .organization-search-container .organization-search-container__tools h1 {
  color: #0099d2;
  font-size: 1.8rem;
  font-family: "Open Sans";
  flex-grow: 1;
  width: 30%;
  text-transform: capitalize;
}
.app .main-view.organizations .organization-search-container .organization-search-container__tools button {
  margin: auto;
  margin-left: 75px;
  text-transform: capitalize;
  color: white;
  font-size: 1.5rem;
}
.app .main-view.organizations .organization-search-container .organization-search-container__tools button i {
  margin-right: 10px;
  color: white;
}
.app .main-view.organizations .organizations-table-container {
  background-color: white;
  border: solid 1px #e8eaeb;
  margin-bottom: 25px;
  margin-top: 50px;
  margin-right: 150px;
  margin-left: 150px;
  padding: 50px;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table {
  width: 100%;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table th {
  text-align: left;
  border-bottom: 1px solid #e8eaeb;
  color: #979797;
  font-family: Montserrat;
  font-weight: bold;
  padding-left: 0;
  font-size: 1.2rem;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr:nth-child(even) {
  background-color: #f0f2f2;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr.object-option--inactive {
  opacity: 0.5;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr td {
  text-align: left;
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: normal;
  color: #979797;
  padding: 20px;
  padding-left: 0;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr td.smaller {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  width: 5%;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr td.smaller.delete {
  color: #c1778b;
}
.app .main-view.organizations .organizations-table-container .organizations-table-container__table tr td.smaller i {
  font-size: 1.5rem;
}
.react-redux-modal .rrm-holder .scroll {
  padding-right: 20px;
  padding-left: 20px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name {
  margin-top: 10% !important;
  padding: 20px;
  width: 50%;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .rrm-body .create-organization-container .popup-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .change-option-name__title h2 {
  color: #0099d2;
  font-size: 1.5rem;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .submit-container {
  margin: auto;
  text-align: center;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-change-object-name .change-option-name-container .submit-container button {
  text-align: center;
}
.view {
  box-sizing: border-box;
  margin: auto;
}
.view hr {
  border: none;
  border-top: 1px solid #d7e1e1;
}
.view,
.limit {
  margin-left: auto;
  margin-right: auto;
}
.view--limit-huge,
.limit--limit-huge {
  max-width: 1500px;
}
.view--limit-large,
.limit--limit-large {
  max-width: 1150px;
}
.view--limit-medium,
.limit--limit-medium {
  max-width: 850px;
}
.view--limit-small,
.limit--limit-small {
  margin: auto;
  max-width: 650px;
}
.popover-bounds {
  display: inline-block;
  position: relative;
}
.popover-floating-box {
  position: fixed;
  z-index: 100;
  transition: opacity 200ms;
}
.popover-floating-box.repositioning {
  opacity: 0.0;
}
.popover {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  max-width: 300px;
  position: absolute;
  z-index: 2;
}
.popover.above {
  bottom: 100%;
}
.popover.below {
  top: 100%;
}
.popover.center {
  left: 50%;
  transform: translateX(-50%);
}
.popover.center.middle {
  transform: translateX(-50%) translateY(-50%);
}
.popover.middle {
  top: 50%;
  transform: translateY(-50%);
}
.popover.right {
  right: 0;
}
.popover.right.offset-10 {
  transform: translateX(10%);
}
.popover.right.offset-25 {
  transform: translateX(25%);
}
.popover.right.offset-50 {
  transform: translateX(50%);
}
.popover.right.offset-75 {
  transform: translateX(75%);
}
.popover.right.offset-100 {
  transform: translateX(100%);
}
.popover.left {
  left: 0;
}
.popover.left.offset-10 {
  transform: translateX(-10%);
}
.popover.left.offset-25 {
  transform: translateX(-25%);
}
.popover.left.offset-50 {
  transform: translateX(-50%);
}
.popover.left.offset-75 {
  transform: translateX(-75%);
}
.popover.left.offset-100 {
  transform: translateX(-100%);
}
.popover.after {
  left: 100%;
}
.popover.before {
  right: 100%;
}
.popover.top {
  top: 0;
}
.popover.top.offset-10 {
  transform: translateY(-10%);
}
.popover.top.offset-25 {
  transform: translateY(-25%);
}
.popover.top.offset-50 {
  transform: translateY(-50%);
}
.popover.top.offset-75 {
  transform: translateY(-75%);
}
.popover.top.offset-100 {
  transform: translateY(-100%);
}
.popover.bottom {
  bottom: 0;
}
.popover.bottom.offset-10 {
  transform: translateY(10%);
}
.popover.bottom.offset-25 {
  transform: translateY(25%);
}
.popover.bottom.offset-50 {
  transform: translateY(50%);
}
.popover.bottom.offset-75 {
  transform: translateY(75%);
}
.popover.bottom.offset-100 {
  transform: translateY(100%);
}
.popover.with-tip.above {
  margin-bottom: 12px;
}
.popover.with-tip.below {
  margin-top: 12px;
}
.popover.with-tip.before {
  margin-right: 12px;
}
.popover.with-tip.after {
  margin-left: 12px;
}
.tip,
.tip-border-wrapper {
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
}
.tip.up,
.tip-border-wrapper.up {
  border-top: none;
}
.tip.down,
.tip-border-wrapper.down {
  border-bottom: none;
}
.tip.left,
.tip-border-wrapper.left {
  border-left: none;
}
.tip.right,
.tip-border-wrapper.right {
  border-right: none;
}
.tip {
  border-width: 12px;
  position: absolute;
  left: -12px;
  top: 0;
}
.tip.up {
  border-bottom-color: white;
}
.tip.down {
  border-top-color: white;
}
.tip.left {
  border-right-color: white;
}
.tip.right {
  border-left-color: white;
}
.tip-border-wrapper {
  border-width: 12px;
}
.tip-border-wrapper.up {
  border-bottom-color: #aaa;
}
.tip-border-wrapper.down {
  border-top-color: #aaa;
}
.tip-border-wrapper.left {
  border-right-color: #aaa;
}
.tip-border-wrapper.right {
  border-left-color: #aaa;
}
.tip-rail {
  position: absolute;
  z-index: 2;
}
.tip-rail.horizontal {
  height: 12px;
  width: 100%;
  left: 0;
}
.tip-rail.horizontal .tip-border-wrapper {
  position: absolute;
  top: 0;
}
.tip-rail.horizontal.left .tip-border-wrapper {
  left: 0;
}
.tip-rail.horizontal.center .tip-border-wrapper {
  left: 50%;
  transform: translateX(-50%);
}
.tip-rail.horizontal.right .tip-border-wrapper {
  right: 0;
}
.tip-rail.horizontal.above {
  bottom: 100%;
}
.tip-rail.horizontal.below {
  bottom: -12px;
}
.tip-rail.vertical {
  height: 100%;
  top: 0;
}
.tip-rail.vertical .tip-border-wrapper {
  position: absolute;
}
.tip-rail.vertical.bottom .tip-border-wrapper {
  bottom: 0;
}
.tip-rail.vertical.middle .tip-border-wrapper {
  top: 50%;
  transform: translateY(-50%);
}
.tip-rail.vertical.after {
  left: 100%;
}
.tip-rail.vertical.after .tip-border-wrapper {
  left: 0;
}
.tip-rail.vertical.before {
  right: 100%;
}
.tip-rail.vertical.before .tip-border-wrapper {
  right: 0;
}
.react-redux-modal {
  font-family: Arial;
  box-sizing: content-box;
}
.react-redux-modal button:focus {
  outline: 0;
}
.react-redux-modal .rrm-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.react-redux-modal .rrm-holder .scroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  z-index: 1;
}
.react-redux-modal .rrm-holder .scroll .rrm-content {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 20px #333;
  margin: 80px auto;
  overflow: hidden;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-small {
  width: 300px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-small .rrm-title h2 {
  width: 140px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
  width: 500px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-medium .rrm-title h2 {
  width: 340px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-large {
  width: 80%;
}
.react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2 {
  width: 640px;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  color: #444;
  box-sizing: content-box;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title h2 {
  height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4em;
  margin: 0;
  line-height: 60px;
  float: left;
  box-sizing: content-box;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions {
  width: 120px;
  height: 100%;
  text-align: center;
  float: left;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button {
  width: 40px;
  height: 40px;
  margin: 10px 8px;
  line-height: 40px;
  position: relative;
  border: 1px solid transparent;
  float: right;
  background-color: transparent;
  text-align: center;
  padding: 0;
  color: #666;
  font-size: 1.2em;
  border-radius: 50%;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
  color: #4186bf;
  cursor: pointer;
  background-color: rgba(65, 134, 191, 0.1);
  border-color: rgba(65, 134, 191, 0.2);
  box-shadow: 2px 2px 3px #f0f0f0;
}
.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
  width: 100%;
  padding: 20px;
}
.react-redux-modal .rrm-holder .rrm-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(50, 58, 68, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
* {
  box-sizing: border-box;
}
.calendar {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cecece;
  box-shadow: 0px 2px 1px 0px rgba(209, 209, 209, 0.5);
  max-width: 400px;
}
.dateSelector-button {
  width: 100%;
  height: 52px;
  border-radius: 25px;
  border: 1px solid #cdcdcd;
  background-color: #f8f8f8;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
  display: flex;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
}
.dateSelector-button .dateSelector-imageContainer {
  position: relative;
}
.dateSelector-button .dateSelector-imageContainer i {
  font-size: 1rem;
  color: #ccc;
}
.dateSelector-selectedDate {
  font-family: "Open Sans";
  color: #535353;
  font-size: 1.2rem;
}
.dateSelector-selectedDate span {
  color: #a9a9a9;
  font-size: 18px;
}
.calendar-header {
  box-shadow: 0 2px 2px rgba(91, 92, 92, 0.14), inset 0 2px 0 #ffffff;
  background-color: #f8f8f8;
  text-align: center;
  display: flex;
  align-items: center;
}
.calendar-header .prev {
  width: 50px;
  margin-right: auto;
  border-right: 1px solid #e2e1e1;
  color: #439cd4;
  padding: 15px 0;
  cursor: pointer;
}
.calendar-header .next {
  width: 50px;
  margin-left: auto;
  border-left: 1px solid #e2e1e1;
  color: #439cd4;
  padding: 15px 0;
  cursor: pointer;
}
.calendar-header .currentDate {
  color: #6e7071;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-image: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
}
.weekdays li {
  display: inline-block;
  width: 14.28%;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.days div {
  margin: 0;
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #777;
}
.days .active {
  background: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  height: 100%;
  color: white !important;
}
.days .day {
  padding: 12px 0;
}
.months div {
  margin: 0;
  float: left;
  width: 33.33%;
  height: 20%;
  text-align: center;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  padding: 21px 0;
}
.months div:hover {
  background: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  height: 100%;
  cursor: pointer;
  color: white !important;
}
.years div {
  margin: 0;
  float: left;
  width: 33.33%;
  height: 20%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #777;
  padding: 21px 0;
}
.years div:hover {
  background: linear-gradient(to right, #00aff1 0%, #0091e6 100%);
  height: 100%;
  cursor: pointer;
  color: white !important;
}
.rw-btn,
.rw-input-reset,
.rw-input,
.rw-dropdown-list-autofill,
.rw-filter-input {
  color: inherit;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.rw-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
select.rw-input {
  text-transform: none;
}
html input[type="button"].rw-input {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea.rw-input {
  overflow: auto;
  resize: vertical;
}
button[disabled].rw-input,
fieldset[disabled] .rw-input,
html input[disabled].rw-input {
  cursor: not-allowed;
}
button.rw-input::-moz-focus-inner,
input.rw-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* -------------- */
@font-face {
  font-family: 'RwWidgets';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix&v=4.1.0) format('embedded-opentype'), url(data:application/font-woff;base64,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) format('woff'), url(data:application/x-font-ttf;base64,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) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTcgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0icnctd2lkZ2V0cyIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0icnctd2lkZ2V0cyIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0idXAtZGlyIiB1bmljb2RlPSImI3hlODAwOyIgZD0iTTU3MSAxNzFxMC0xNC0xMC0yNXQtMjUtMTBoLTUwMHEtMTUgMC0yNSAxMHQtMTEgMjUgMTEgMjZsMjUwIDI1MHExMCAxMCAyNSAxMHQyNS0xMGwyNTAtMjUwcTEwLTExIDEwLTI2eiIgaG9yaXotYWR2LXg9IjU3MS40IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlYXJjaCIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik02NDMgMzg2cTAgMTAzLTczIDE3NnQtMTc3IDc0LTE3Ny03NC03My0xNzYgNzMtMTc3IDE3Ny03MyAxNzcgNzMgNzMgMTc3eiBtMjg2LTQ2NXEwLTI5LTIyLTUwdC01MC0yMXEtMzAgMC01MCAyMWwtMTkxIDE5MXEtMTAwLTY5LTIyMy02OS04MCAwLTE1MyAzMXQtMTI1IDg0LTg0IDEyNS0zMSAxNTMgMzEgMTUyIDg0IDEyNiAxMjUgODQgMTUzIDMxIDE1My0zMSAxMjUtODQgODQtMTI2IDMxLTE1MnEwLTEyMy02OS0yMjNsMTkxLTE5MXEyMS0yMSAyMS01MXoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJkb3duLWRpciIgdW5pY29kZT0iJiN4ZTgwMzsiIGQ9Ik01NzEgNDU3cTAtMTQtMTAtMjVsLTI1MC0yNTBxLTExLTExLTI1LTExdC0yNSAxMWwtMjUwIDI1MHEtMTEgMTEtMTEgMjV0MTEgMjUgMjUgMTFoNTAwcTE0IDAgMjUtMTF0MTAtMjV6IiBob3Jpei1hZHYteD0iNTcxLjQiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXIiIHVuaWNvZGU9IiYjeGU4MDQ7IiBkPSJNNzEtNzloMTYxdjE2MWgtMTYxdi0xNjF6IG0xOTcgMGgxNzh2MTYxaC0xNzh2LTE2MXogbS0xOTcgMTk3aDE2MXYxNzhoLTE2MXYtMTc4eiBtMTk3IDBoMTc4djE3OGgtMTc4di0xNzh6IG0tMTk3IDIxNGgxNjF2MTYxaC0xNjF2LTE2MXogbTQxMS00MTFoMTc5djE2MWgtMTc5di0xNjF6IG0tMjE0IDQxMWgxNzh2MTYxaC0xNzh2LTE2MXogbTQyOC00MTFoMTYxdjE2MWgtMTYxdi0xNjF6IG0tMjE0IDE5N2gxNzl2MTc4aC0xNzl2LTE3OHogbS0xOTYgNDgydjE2MXEwIDctNiAxMnQtMTIgNmgtMzZxLTcgMC0xMi02dC02LTEydi0xNjFxMC03IDYtMTN0MTItNWgzNnE3IDAgMTIgNXQ2IDEzeiBtNDEwLTQ4MmgxNjF2MTc4aC0xNjF2LTE3OHogbS0yMTQgMjE0aDE3OXYxNjFoLTE3OXYtMTYxeiBtMjE0IDBoMTYxdjE2MWgtMTYxdi0xNjF6IG0xOCAyNjh2MTYxcTAgNy01IDEydC0xMyA2aC0zNXEtNyAwLTEzLTZ0LTUtMTJ2LTE2MXEwLTcgNS0xM3QxMy01aDM1cTggMCAxMyA1dDUgMTN6IG0yMTUgMzZ2LTcxNXEwLTI5LTIyLTUwdC01MC0yMWgtNzg2cS0yOSAwLTUwIDIxdC0yMSA1MHY3MTVxMCAyOSAyMSA1MHQ1MCAyMWg3MnY1NHEwIDM3IDI2IDYzdDYzIDI2aDM2cTM3IDAgNjMtMjZ0MjYtNjN2LTU0aDIxNHY1NHEwIDM3IDI3IDYzdDYzIDI2aDM1cTM3IDAgNjQtMjZ0MjYtNjN2LTU0aDcxcTI5IDAgNTAtMjF0MjItNTB6IiBob3Jpei1hZHYteD0iOTI4LjYiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2xvY2siIHVuaWNvZGU9IiYjeGU4MDU7IiBkPSJNNTAwIDU0NnYtMjUwcTAtNy01LTEydC0xMy01aC0xNzhxLTggMC0xMyA1dC01IDEydjM2cTAgOCA1IDEzdDEzIDVoMTI1djE5NnEwIDggNSAxM3QxMiA1aDM2cTggMCAxMy01dDUtMTN6IG0yMzItMTk2cTAgODMtNDEgMTUydC0xMTAgMTExLTE1MiA0MS0xNTMtNDEtMTEwLTExMS00MS0xNTIgNDEtMTUyIDExMC0xMTEgMTUzLTQxIDE1MiA0MSAxMTAgMTExIDQxIDE1MnogbTEyNSAwcTAtMTE3LTU3LTIxNXQtMTU2LTE1Ni0yMTUtNTgtMjE2IDU4LTE1NSAxNTYtNTggMjE1IDU4IDIxNSAxNTUgMTU2IDIxNiA1OCAyMTUtNTggMTU2LTE1NiA1Ny0yMTV6IiBob3Jpei1hZHYteD0iODU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGUtbGVmdCIgdW5pY29kZT0iJiN4ZjEwNDsiIGQ9Ik0zNTAgNTQ2cTAtNy02LTEybC0yMTktMjIwIDIxOS0yMTlxNi02IDYtMTN0LTYtMTNsLTI4LTI4cS01LTUtMTItNXQtMTMgNWwtMjYwIDI2MXEtNiA1LTYgMTJ0NiAxM2wyNjAgMjYwcTUgNiAxMyA2dDEyLTZsMjgtMjhxNi01IDYtMTN6IiBob3Jpei1hZHYteD0iMzU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIHVuaWNvZGU9IiYjeGYxMDU7IiBkPSJNMzMyIDMxNHEwLTctNS0xMmwtMjYxLTI2MXEtNS01LTEyLTV0LTEzIDVsLTI4IDI4cS02IDYtNiAxM3Q2IDEzbDIxOSAyMTktMjE5IDIyMHEtNiA1LTYgMTJ0NiAxM2wyOCAyOHE1IDYgMTMgNnQxMi02bDI2MS0yNjBxNS01IDUtMTN6IiBob3Jpei1hZHYteD0iMzU3LjEiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=#fontawesomeregular) format('svg');
}
.rw-i {
  display: inline-block;
  color: inherit;
  font-family: RwWidgets;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.rw-i-caret-down:before {
  content: '\E803';
}
.rw-i-caret-up:before {
  content: '\E800';
}
.rw-i-chevron-left:before {
  content: '\F104';
}
.rw-i-chevron-right:before {
  content: '\F105';
}
.rw-i-clock-o:before {
  content: '\E805';
}
.rw-i-calendar:before {
  content: '\E804';
}
.rw-i-search:before {
  content: '\E801';
}
.rw-btn {
  position: relative;
  color: #333333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
}
.rw-state-readonly .rw-btn,
.rw-state-disabled .rw-btn {
  cursor: not-allowed;
}
.rw-btn-select {
  opacity: 0.75;
  transition: opacity 150ms ease-in;
}
.rw-btn-select:hover,
.rw-state-focus .rw-btn-select,
:hover > .rw-btn-select {
  opacity: 1;
}
.rw-btn-primary {
  width: 100%;
  white-space: normal;
  line-height: 2em;
}
.rw-btn-primary:hover {
  background-color: #e6e6e6;
}
.rw-btn-select[disabled],
.rw-btn-primary[disabled],
fieldset[disabled] .rw-btn-select,
fieldset[disabled] .rw-btn-primary {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
/* for debugging */
@keyframes react-widgets-autofill-start {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes react-widgets-autofill-cancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
.rw-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.rw-widget {
  background-clip: border-box;
  border: none;
  color: #333333;
  font-size: 1em;
  font-family: inherit;
  outline: none;
  position: relative;
}
.rw-widget,
.rw-widget * {
  box-sizing: border-box;
}
.rw-widget:before,
.rw-widget *:before,
.rw-widget:after,
.rw-widget *:after {
  box-sizing: border-box;
}
.rw-widget > .rw-widget-container {
  width: 100%;
  margin: 0;
}
.rw-widget-container {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 4px;
}
.rw-widget-container.rw-state-focus,
.rw-state-focus > .rw-widget-container,
.rw-widget-container.rw-state-focus:hover,
.rw-state-focus > .rw-widget-container:hover {
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.rw-widget-container.rw-state-readonly,
.rw-state-readonly > .rw-widget-container {
  cursor: not-allowed;
}
.rw-widget-container.rw-state-disabled,
.rw-state-disabled > .rw-widget-container,
fieldset[disabled] .rw-widget-container,
.rw-widget-container.rw-state-disabled:hover,
.rw-state-disabled > .rw-widget-container:hover,
fieldset[disabled] .rw-widget-container:hover,
.rw-widget-container.rw-state-disabled:active,
.rw-state-disabled > .rw-widget-container:active,
fieldset[disabled] .rw-widget-container:active {
  box-shadow: none;
  cursor: not-allowed;
}
.rw-widget-picker {
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  display: inline-table;
  height: 2.429em;
}
.rw-widget-picker > * {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  display: table-cell;
}
.rw-widget-picker > .rw-select {
  width: 1%;
  white-space: nowrap;
}
.rw-open > .rw-widget-picker {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rw-open-up > .rw-widget-picker {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
fieldset[disabled] .rw-widget-picker,
.rw-state-disabled > .rw-widget-picker {
  background-color: #eeeeee;
}
.rw-multiselect > .rw-widget-picker {
  height: auto;
}
.rw-select {
  cursor: pointer;
}
.rw-select > * {
  width: 1.9em;
  height: 100%;
}
.rw-state-readonly .rw-select,
.rw-state-disabled .rw-select {
  cursor: not-allowed;
}
.rw-select-bordered {
  cursor: pointer;
  border: none;
  border-left: #ccc 1px solid;
}
.rw-select-bordered:hover,
.rw-select-bordered:active {
  background-color: #e6e6e6;
}
.rw-select-bordered:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rw-state-disabled .rw-select-bordered,
.rw-state-readonly .rw-select-bordered,
fieldset[disabled] .rw-select-bordered,
.rw-state-disabled .rw-select-bordered:hover,
.rw-state-readonly .rw-select-bordered:hover,
fieldset[disabled] .rw-select-bordered:hover,
.rw-state-disabled .rw-select-bordered:active,
.rw-state-readonly .rw-select-bordered:active,
fieldset[disabled] .rw-select-bordered:active {
  cursor: not-allowed;
  background-color: inherit;
  background-image: none;
  box-shadow: none;
}
.rw-rtl .rw-select-bordered {
  border-right: #ccc 1px solid;
  border-left: none;
}
.rw-rtl {
  direction: rtl;
}
.rw-input-reset,
.rw-input,
.rw-dropdown-list-autofill,
.rw-filter-input {
  outline: 0;
}
.rw-input-reset::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.rw-input-reset:-ms-input-placeholder {
  color: #999;
}
.rw-input-reset::-webkit-input-placeholder {
  color: #999;
}
.rw-input,
.rw-dropdown-list-autofill,
.rw-filter-input {
  color: #555555;
  padding: 0 0.857em;
  background-color: #fff;
}
.rw-input[type="text"]::-ms-clear {
  display: none;
}
.rw-input[disabled],
fieldset[disabled] .rw-input {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #eeeeee;
  border-color: #ccc;
}
.rw-input[readonly] {
  cursor: not-allowed;
}
.rw-i.rw-loading {
  display: block;
  background: url(images/loading.gif) no-repeat center;
  min-width: 16px;
  width: 1.9em;
  height: 16px;
}
.rw-i.rw-loading:before {
  content: "";
}
.rw-placeholder {
  color: #999;
}
.rw-detect-autofill:-webkit-autofill {
  animation-name: react-widgets-autofill-start;
  transition: background-color 50000s ease-in-out 0s;
}
.rw-detect-autofill:not(:-webkit-autofill) {
  animation-name: react-widgets-autofill-cancel;
}
.rw-webkit-autofill .rw-widget-container,
.rw-input:-webkit-autofill {
  background-color: #faffbd !important;
  background-image: none !important;
  color: #000000 !important;
}
.rw-widget-input,
.rw-filter-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rw-widget-input.rw-state-focus {
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rw-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  outline: 0;
  overflow: auto;
  max-height: 200px;
}
.rw-list-option {
  user-select: none;
  color: #333333;
  cursor: pointer;
  border: 1px solid transparent;
}
.rw-list-option.rw-state-focus,
.rw-list-option.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-list-option:hover,
.rw-list-option:hover.rw-state-focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #333333;
}
.rw-list-option.rw-state-selected,
.rw-list-option.rw-state-selected:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}
fieldset[disabled] .rw-list-option,
.rw-list-option.rw-state-disabled,
.rw-list-option.rw-state-readonly {
  box-shadow: none;
  cursor: not-allowed;
  color: #999999;
  opacity: .7;
}
fieldset[disabled] .rw-list-option:hover,
.rw-list-option.rw-state-disabled:hover,
.rw-list-option.rw-state-readonly:hover {
  background: none;
  border-color: transparent;
}
.rw-list-empty,
.rw-list-option,
.rw-list-optgroup {
  padding: 0.143em 0.75em;
  outline: 0;
}
.rw-list-optgroup {
  font-weight: bold;
  padding-top: 7px;
}
.rw-list-option-create {
  border-top: 1px #ccc solid;
}
.rw-dropdown-list-autofill {
  padding: 0;
}
.rw-dropdown-list-input {
  background-color: transparent;
  vertical-align: middle;
  padding-right: 0;
  /* ellipsis */
  max-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rw-rtl .rw-dropdown-list-input {
  padding-right: 0.857em;
  padding-left: 0;
}
.rw-filter-input {
  position: relative;
  margin: 4px;
  padding-right: 0;
}
.rw-filter-input .rw-rtl {
  padding-right: 0.857em;
  padding-left: 0;
}
.rw-filter-input .rw-select,
.rw-filter-input .rw-btn {
  opacity: 0.75;
  cursor: text;
}
.rw-filter-input > .rw-select,
.rw-filter-input > .rw-select:active,
.rw-filter-input > .rw-select:hover {
  background: none;
  cursor: initial;
  box-shadow: none;
}
.rw-number-picker .rw-btn {
  cursor: pointer;
  height: calc(1.2145em - 1px);
  /** ie8 fallback **/
  margin-top: -1px\9;
  height: 1.2145em\9;
  /** --- **/
  line-height: 1.2145em;
  line-height: calc(1.2145em - 1px);
  display: block;
  border: none;
}
.rw-number-picker .rw-btn:hover,
.rw-number-picker .rw-btn:active {
  background-color: #e6e6e6;
}
.rw-number-picker .rw-btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rw-state-disabled .rw-number-picker .rw-btn,
.rw-state-readonly .rw-number-picker .rw-btn,
fieldset[disabled] .rw-number-picker .rw-btn,
.rw-state-disabled .rw-number-picker .rw-btn:hover,
.rw-state-readonly .rw-number-picker .rw-btn:hover,
fieldset[disabled] .rw-number-picker .rw-btn:hover,
.rw-state-disabled .rw-number-picker .rw-btn:active,
.rw-state-readonly .rw-number-picker .rw-btn:active,
fieldset[disabled] .rw-number-picker .rw-btn:active {
  cursor: not-allowed;
  background-color: inherit;
  background-image: none;
  box-shadow: none;
}
.rw-number-picker .rw-select {
  vertical-align: middle;
}
.rw-number-picker .rw-select,
.rw-number-picker .rw-select:hover,
.rw-number-picker .rw-select:active {
  box-shadow: none;
}
.rw-calendar-popup {
  right: auto;
  min-width: 0;
  width: 18em;
}
.rw-calendar {
  border-radius: 4px;
  background-color: #fff;
  border: #ccc 1px solid;
  overflow: hidden;
}
.rw-calendar.rw-popup {
  border-color: #ccc;
}
.rw-calendar-now {
  font-weight: bold;
}
.rw-calendar-btn-left,
.rw-calendar-btn-right {
  width: 12.5%;
}
.rw-calendar-btn-view {
  width: 75%;
}
.rw-calendar-footer {
  border-top: 1px solid #ccc;
}
.rw-calendar-grid {
  outline: none;
  height: 14.28571429em;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
}
.rw-head-cell {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
}
.rw-cell {
  color: #333333;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.25em;
}
.rw-cell:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #333333;
}
.rw-cell.rw-state-focus,
.rw-cell.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-cell.rw-state-selected,
.rw-cell.rw-state-selected:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}
.rw-cell.rw-state-disabled {
  color: #999999;
  opacity: .7;
}
.rw-cell.rw-state-disabled:hover {
  background: none;
  border-color: transparent;
}
.rw-calendar-month .rw-cell {
  text-align: center;
}
.rw-cell-off-range {
  color: #999999;
}
.rw-calendar-transition-group {
  position: relative;
}
.rw-calendar-transition {
  transition: transform 300ms;
  overflow: hidden;
}
.rw-calendar-transition-top {
  transform: translateY(-100%);
}
.rw-calendar-transition-bottom {
  transform: translateY(100%);
}
.rw-calendar-transition-right {
  transform: translateX(-100%);
}
.rw-calendar-transition-left {
  transform: translateX(100%);
}
.rw-calendar-transition-entering.rw-calendar-transition-top,
.rw-calendar-transition-entered.rw-calendar-transition-top,
.rw-calendar-transition-entering.rw-calendar-transition-bottom,
.rw-calendar-transition-entered.rw-calendar-transition-bottom {
  transform: translateY(0);
}
.rw-calendar-transition-entering.rw-calendar-transition-right,
.rw-calendar-transition-entered.rw-calendar-transition-right,
.rw-calendar-transition-entering.rw-calendar-transition-left,
.rw-calendar-transition-entered.rw-calendar-transition-left {
  transform: translateX(0);
}
.rw-calendar-transition-exiting.rw-calendar-transition-top {
  transform: translateY(100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-bottom {
  transform: translateY(-100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-right {
  transform: translateX(100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-left {
  transform: translateX(-100%);
}
.rw-select-list {
  overflow: auto;
  position: relative;
}
.rw-select-list .rw-list {
  max-height: none;
  font-size: 1em;
}
.rw-select-list-label {
  display: block;
  position: relative;
  font-weight: normal;
  cursor: inherit;
  padding-left: 20px;
  margin: 0;
}
.rw-rtl .rw-select-list-label {
  padding-left: 0;
  padding-right: 20px;
}
input.rw-select-list-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  top: 0.1em\9;
  margin: 0;
  line-height: normal;
  cursor: inherit;
}
.rw-rtl input.rw-select-list-input {
  left: auto;
  right: 0;
}
.rw-loading-mask {
  content: '';
  background: url(images/loader-big.gif) no-repeat center;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.7;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rw-multiselect {
  cursor: text;
}
.rw-multiselect .rw-input-reset {
  height: calc(2.429em - 2px);
  /** ie8 fallback **/
  margin-top: -2px\9;
  height: 2.429em\9;
  /** --- **/
  border-width: 0;
  width: auto;
  max-width: 100%;
  padding: 0 0.857em;
}
.rw-multiselect .rw-select {
  vertical-align: middle;
}
.rw-multiselect .rw-select,
.rw-multiselect .rw-select:hover,
.rw-multiselect .rw-select:active {
  box-shadow: none;
  background: none;
}
.rw-multiselect-taglist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: 0;
  outline: none;
}
.rw-multiselect-tag {
  display: inline-table;
  color: inherit;
  padding: 0 0.35em 0 0.35em;
  margin-left: calc(0.279335em - 1px);
  margin-top: 0.279335em;
  margin-top: calc(0.279335em - 1px);
  height: 1.87033em;
  border-radius: 3px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  cursor: default;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}
.rw-multiselect-tag > * {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.rw-rtl .rw-multiselect-tag {
  margin-left: 0;
  margin-right: calc(0.279335em - 1px);
  padding: 0 0.35em 0 0.35em;
}
.rw-multiselect-tag.rw-state-focus,
.rw-multiselect-tag.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-multiselect-tag.rw-state-readonly,
.rw-multiselect-tag.rw-state-disabled,
.rw-state-readonly .rw-multiselect-tag,
.rw-state-disabled .rw-multiselect-tag,
fieldset[disabled] .rw-multiselect-tag {
  cursor: not-allowed;
}
.rw-multiselect-tag.rw-state-disabled,
.rw-state-disabled .rw-multiselect-tag,
fieldset[disabled] .rw-multiselect-tag {
  opacity: 0.65;
}
fieldset[disabled] .rw-multiselect-tag {
  box-shadow: none;
  cursor: not-allowed;
}
.rw-multiselect-tag-btn {
  color: inherit;
  margin-left: 0.25em;
}
.rw-rtl .rw-multiselect-tag-btn {
  margin-left: 0;
  margin-right: 0.25em;
}
.rw-autocomplete .rw-select {
  position: absolute;
  display: block;
  width: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.rw-popup-container {
  position: absolute;
  z-index: 1005;
  top: 100%;
  left: -6px;
  right: -6px;
}
.rw-popup-container.rw-dropup {
  top: auto;
  bottom: 100%;
}
.rw-state-focus .rw-popup-container {
  z-index: 1006;
}
.rw-popup-transition {
  width: 100%;
  margin-bottom: 6px;
  padding: 0 6px;
}
.rw-dropup > .rw-popup-transition {
  margin-bottom: 0;
  margin-top: 6px;
}
.rw-popup {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  border: #ccc 1px solid;
  background: #fff;
}
.rw-dropup .rw-popup {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}
.rw-popup-transition {
  transition: transform 200ms;
}
.rw-popup-transition-entering {
  overflow: hidden;
}
.rw-popup-transition-entering .rw-popup-transition {
  transform: translateY(0);
  transition-timing-function: ease-out;
}
.rw-popup-transition-exiting .rw-popup-transition {
  transition-timing-function: ease-in;
}
.rw-popup-transition-exiting,
.rw-popup-transition-exited {
  overflow: hidden;
}
.rw-popup-transition-exiting .rw-popup-transition,
.rw-popup-transition-exited .rw-popup-transition {
  transform: translateY(-100%);
}
.rw-popup-transition-exiting.rw-dropup .rw-popup-transition,
.rw-popup-transition-exited.rw-dropup .rw-popup-transition {
  transform: translateY(100%);
}
.rw-popup-transition-exited {
  display: none;
}
.rw-state-disabled {
  box-shadow: none;
  cursor: not-allowed;
}
