html {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0px;
  padding: 0px;
  outline: none;
}
body:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a:active {
  outline: none;
  border: none;
}
:focus {
  -moz-outline-style: none;
}
iframe {
  border: none;
}
input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input,
select,
textarea,
button {
  font-family: inherit;
}
legend {
  padding: 0;
}
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("https://cdn.openpublishing.com/fonts//Roboto-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("https://cdn.openpublishing.com/fonts//Roboto-Medium.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("https://cdn.openpublishing.com/fonts//Roboto-Light.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url("https://cdn.openpublishing.com/fonts//Roboto-Italic.woff") format('woff');
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdn.openpublishing.com/fonts//fontawesome-webfont.eot?v=4.2.0");
  src: url("https://cdn.openpublishing.com/fonts//fontawesome-webfont.eot?#iefix&v=4.2.0") format('embedded-opentype'), url("https://cdn.openpublishing.com/fonts//fontawesome-webfont.woff?v=4.2.0") format('woff'), url("https://cdn.openpublishing.com/fonts//fontawesome-webfont.ttf?v=4.2.0") format('truetype'), url("https://cdn.openpublishing.com/fonts//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-lg {
  font-size: 1.333333333333333em;
  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-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  width: 1.285714285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.142857142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857142857em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.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;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.fa-spin-slow {
  -webkit-animation: spin 6s infinite linear;
  -moz-animation: spin 6s infinite linear;
  -o-animation: spin 6s infinite linear;
  animation: spin 6s infinite linear;
}

.fa-spin-fast {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-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,
.fa-document:before,
.fa-title: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,
.fa-subject:before,
.fa-vlb_kat:before,
.fa-bisac_subject:before {
  content: "\f07b";
}
.fa-thema_subject: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,
.fa-redirect:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before,
.fa-account:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col1 {
  width: 8.333333333333334% !important;
}
.col2 {
  width: 16.666666666666668% !important;
}
.col3 {
  width: 25% !important;
}
.col4 {
  width: 33.333333333333336% !important;
}
.col5 {
  width: 41.66666666666667% !important;
}
.col6 {
  width: 50% !important;
}
.col7 {
  width: 58.333333333333336% !important;
}
.col8,
.search-filter-mask {
  width: 66.66666666666667% !important;
}
.col9 {
  width: 75% !important;
}
.col10 {
  width: 83.33333333333334% !important;
}
.col11 {
  width: 91.66666666666667% !important;
}
.col12 {
  width: 100% !important;
}
.colHalf {
  width: 4.166666666666667% !important;
}
@media (min-width: 1124px) {
  .col1-wide-page {
    width: 8.333333333333334% !important;
  }
}
@media (min-width: 1124px) {
  .col2-wide-page {
    width: 16.666666666666668% !important;
  }
}
@media (min-width: 1124px) {
  .col3-wide-page {
    width: 25% !important;
  }
}
@media (min-width: 1124px) {
  .col4-wide-page {
    width: 33.333333333333336% !important;
  }
}
@media (min-width: 1124px) {
  .col5-wide-page {
    width: 41.66666666666667% !important;
  }
}
@media (min-width: 1124px) {
  .col6-wide-page {
    width: 50% !important;
  }
}
@media (min-width: 1124px) {
  .col7-wide-page {
    width: 58.333333333333336% !important;
  }
}
@media (min-width: 1124px) {
  .col8-wide-page {
    width: 66.66666666666667% !important;
  }
}
@media (min-width: 1124px) {
  .col9-wide-page {
    width: 75% !important;
  }
}
@media (min-width: 1124px) {
  .col10-wide-page {
    width: 83.33333333333334% !important;
  }
}
@media (min-width: 1124px) {
  .col11-wide-page {
    width: 91.66666666666667% !important;
  }
}
@media (min-width: 1124px) {
  .col12-wide-page {
    width: 100% !important;
  }
}
@media (min-width: 1124px) {
  .colHalf-wide-page {
    width: 4.166666666666667% !important;
  }
}
@media (max-width: 1123px) {
  .col1-narrow-page {
    width: 8.333333333333334% !important;
  }
}
@media (max-width: 1123px) {
  .col2-narrow-page {
    width: 16.666666666666668% !important;
  }
}
@media (max-width: 1123px) {
  .col3-narrow-page {
    width: 25% !important;
  }
}
@media (max-width: 1123px) {
  .col4-narrow-page {
    width: 33.333333333333336% !important;
  }
}
@media (max-width: 1123px) {
  .col5-narrow-page {
    width: 41.66666666666667% !important;
  }
}
@media (max-width: 1123px) {
  .col6-narrow-page {
    width: 50% !important;
  }
}
@media (max-width: 1123px) {
  .col7-narrow-page {
    width: 58.333333333333336% !important;
  }
}
@media (max-width: 1123px) {
  .col8-narrow-page {
    width: 66.66666666666667% !important;
  }
}
@media (max-width: 1123px) {
  .col9-narrow-page {
    width: 75% !important;
  }
}
@media (max-width: 1123px) {
  .col10-narrow-page {
    width: 83.33333333333334% !important;
  }
}
@media (max-width: 1123px) {
  .col11-narrow-page {
    width: 91.66666666666667% !important;
  }
}
@media (max-width: 1123px) {
  .col12-narrow-page {
    width: 100% !important;
  }
}
@media (max-width: 1123px) {
  .colHalf-narrow-page {
    width: 4.166666666666667% !important;
  }
}
.push-col0 {
  margin-left: 0px;
}
.push-col1 {
  margin-left: 8.333333333333334%;
}
.push-col2 {
  margin-left: 16.666666666666668%;
}
.push-col3 {
  margin-left: 25%;
}
.push-col4 {
  margin-left: 33.333333333333336%;
}
.push-col5 {
  margin-left: 41.66666666666667%;
}
.push-col6 {
  margin-left: 50%;
}
.push-col7 {
  margin-left: 58.333333333333336%;
}
.push-col8 {
  margin-left: 66.66666666666667%;
}
.push-col9 {
  margin-left: 75%;
}
.push-col10 {
  margin-left: 83.33333333333334%;
}
.push-col11 {
  margin-left: 91.66666666666667%;
}
.push-col12 {
  margin-left: 100%;
}
.push-colHalf {
  margin-left: 4.166666666666667%;
}
@media (min-width: 1124px) {
  .push-col0-wide-page {
    margin-left: 0px;
  }
}
@media (min-width: 1124px) {
  .push-col1-wide-page {
    margin-left: 8.333333333333334%;
  }
}
@media (min-width: 1124px) {
  .push-col2-wide-page {
    margin-left: 16.666666666666668%;
  }
}
@media (min-width: 1124px) {
  .push-col3-wide-page {
    margin-left: 25%;
  }
}
@media (min-width: 1124px) {
  .push-col4-wide-page {
    margin-left: 33.333333333333336%;
  }
}
@media (min-width: 1124px) {
  .push-col5-wide-page {
    margin-left: 41.66666666666667%;
  }
}
@media (min-width: 1124px) {
  .push-col6-wide-page {
    margin-left: 50%;
  }
}
@media (min-width: 1124px) {
  .push-col7-wide-page {
    margin-left: 58.333333333333336%;
  }
}
@media (min-width: 1124px) {
  .push-col8-wide-page {
    margin-left: 66.66666666666667%;
  }
}
@media (min-width: 1124px) {
  .push-col9-wide-page {
    margin-left: 75%;
  }
}
@media (min-width: 1124px) {
  .push-col10-wide-page {
    margin-left: 83.33333333333334%;
  }
}
@media (min-width: 1124px) {
  .push-col11-wide-page {
    margin-left: 91.66666666666667%;
  }
}
@media (min-width: 1124px) {
  .push-col12-wide-page {
    margin-left: 100%;
  }
}
@media (min-width: 1124px) {
  .push-colHalf-wide-page {
    margin-left: 4.166666666666667%;
  }
}
@media (max-width: 1123px) {
  .push-col0-narrow-page {
    margin-left: 0px;
  }
}
@media (max-width: 1123px) {
  .push-col1-narrow-page {
    margin-left: 8.333333333333334%;
  }
}
@media (max-width: 1123px) {
  .push-col2-narrow-page {
    margin-left: 16.666666666666668%;
  }
}
@media (max-width: 1123px) {
  .push-col3-narrow-page {
    margin-left: 25%;
  }
}
@media (max-width: 1123px) {
  .push-col4-narrow-page {
    margin-left: 33.333333333333336%;
  }
}
@media (max-width: 1123px) {
  .push-col5-narrow-page {
    margin-left: 41.66666666666667%;
  }
}
@media (max-width: 1123px) {
  .push-col6-narrow-page {
    margin-left: 50%;
  }
}
@media (max-width: 1123px) {
  .push-col7-narrow-page {
    margin-left: 58.333333333333336%;
  }
}
@media (max-width: 1123px) {
  .push-col8-narrow-page {
    margin-left: 66.66666666666667%;
  }
}
@media (max-width: 1123px) {
  .push-col9-narrow-page {
    margin-left: 75%;
  }
}
@media (max-width: 1123px) {
  .push-col10-narrow-page {
    margin-left: 83.33333333333334%;
  }
}
@media (max-width: 1123px) {
  .push-col11-narrow-page {
    margin-left: 91.66666666666667%;
  }
}
@media (max-width: 1123px) {
  .push-col12-narrow-page {
    margin-left: 100%;
  }
}
@media (max-width: 1123px) {
  .push-colHalf-narrow-page {
    margin-left: 4.166666666666667%;
  }
}
.centerize,
.search-filter-mask {
  margin-left: auto !important;
  margin-right: auto !important;
}
.centerize-vertical-container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.centerize-vertical-container > * {
  display: table-cell;
  vertical-align: middle;
}
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mainPageMinWidth {
  min-width: 749px;
}
.row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inline-flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-inline-flex;
  display: box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-content-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  -ms-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.flex4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  -ms-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.strikeout {
  text-decoration: line-through;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.tiny-margin-top {
  margin-top: 5px !important;
}
.tiny-margin-bottom {
  margin-bottom: 5px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.tiny-margin-left {
  margin-left: 5px !important;
}
.tiny-margin-right {
  margin-right: 5px !important;
}
.tinytiny-margin-top {
  margin-top: 2px !important;
}
.base-margin-top {
  margin-top: 15px !important;
}
.base-margin-right {
  margin-right: 15px !important;
}
.base-margin-left {
  margin-left: 15px !important;
}
.base-margin-bottom {
  margin-bottom: 15px !important;
}
.title-font {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
}
.minimized-width {
  width: 1px;
}
pre {
  overflow: auto;
}
.clear-all {
  clear: both;
  float: none;
  overflow: hidden;
}
.bullet-list li {
  list-style: disc;
  margin: 10px 20px;
}
a {
  color: #369d1a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #369d1a;
}
a.reversed {
  color: #f2f2f2;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #f2f2f2;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
title {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
h1.reversed,
h2.reversed,
h3.reversed,
h4.reversed,
h5.reversed,
h6.reversed,
legend.reversed,
title.reversed {
  color: #f2f2f2;
}
h6 {
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 12px;
}
h5 {
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 12px;
}
h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 12px;
}
h3 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 25px;
}
h2 {
  font-size: 30px;
  margin-top: 75px;
  margin-bottom: 50px;
}
h1 {
  font-size: 36px;
  margin-top: 75px;
  margin-bottom: 50px;
}
legend {
  font-size: 20px;
  margin-bottom: 25px;
}
p {
  line-height: 140%;
  margin-bottom: 15px;
}
p.reversed {
  color: #f2f2f2;
}
hr {
  width: 97%;
  border: none;
  border-top: 1px solid #999;
}
hr.sectionseparator {
  margin: 20px -15px;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
dl {
  width: 100%;
}
dl:after,
dl:before {
  content: " ";
  display: table;
  clear: both;
}
dt {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  float: left;
  clear: left;
  width: 16.666666666666668%;
  padding-right: 4.166666666666667%;
  min-height: 30px;
  text-align: right;
}
dt.empty:after {
  content: none;
}
dd {
  margin: 0 0 0 16.666666666666668%;
  padding: 0 0 0.5em 0;
  min-height: 30px;
}
dd:last-child {
  padding: 0;
}
.row.definition {
  margin-bottom: 15px;
}
.row.definition.condensed {
  margin-bottom: 5px;
}
.row.definition > label:first-child {
  vertical-align: top;
  width: 25%;
  text-align: right;
  padding-right: 4.166666666666667%;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.row.definition > :nth-child(2) {
  width: 58.333333333333336%;
}
.blocklist > * {
  margin: 5px 0;
}
.blockitem {
  margin: 5px 0;
}
.comma-list > * {
  display: inline;
}
.comma-list > *:after {
  content: ', ';
}
.comma-list > *:last-child:after {
  content: '';
}
.info {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
p.info {
  margin-bottom: 15px;
}
h1 + p.info {
  margin-top: -40px;
  margin-bottom: 50px;
}
h2 + p.info {
  margin-top: -40px;
  margin-bottom: 50px;
}
h3 + p.info {
  margin-top: -20px;
  margin-bottom: 25px;
}
legend + p.info {
  margin-top: -20px;
  margin-bottom: 25px;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.showOnHover {
  visibility: hidden;
}
.hoverTrigger:hover .showOnHover {
  visibility: visible;
}
table.internal-remark tr td {
  word-break: break-all;
}
strong {
  font-weight: bolder;
}
label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
}
label.reversed {
  color: #f2f2f2;
}
.monospace {
  font-family: monospace;
}
.boxed {
  border: 1px solid #999;
  padding: 30px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
table {
  width: 100%;
}
table.fixed {
  table-layout: fixed;
}
table [data-input-area] {
  cursor: pointer;
}
tr {
  margin: 0px;
  background: transparent;
}
tr:nth-child(odd) {
  background: #fff;
}
tr:hover {
  background: #ddd;
}
thead tr {
  background: transparent !important;
}
thead {
  border-bottom: 1px solid #999;
}
th {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  background: transparent;
  padding: 3px 5px;
}
th.col-sortable,
th.reactable-header-sortable {
  cursor: pointer;
  padding-right: 10px;
}
.table-bordered th:not(:last-child) {
  border-right: 1px solid #999;
}
th:first-child {
  padding-left: 33px;
}
th:last-child {
  padding-right: 33px;
}
[data-table-sort=asc]:after,
.reactable-header-sort-asc:after {
  padding-left: 2px;
  font-family: FontAwesome;
  content: '\f0dd';
  position: absolute;
}
[data-table-sort=desc]:after,
.reactable-header-sort-desc:after {
  padding-left: 2px;
  font-family: FontAwesome;
  content: '\f0de';
  position: absolute;
}
td {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 3px;
  height: 30px;
}
td.actioncell {
  white-space: nowrap;
}
.table-bordered td:not(:last-child) {
  border-right: 1px solid #999;
}
td:first-child {
  padding-left: 33px;
}
td:last-child {
  padding-right: 33px;
}
table table td:last-child {
  padding-right: 0;
}
table table td:first-child {
  padding-left: 0;
}
td:first-child:before,
td:last-child:after {
  content: ' ';
  width: 30px;
  background: #f2f2f2;
  height: 100%;
  position: absolute;
  top: 0;
}
table table td:first-child:before,
table table td:last-child:after {
  width: 0;
}
td:first-child:before {
  left: 0;
}
td:last-child:after {
  right: 0;
}
tfoot {
  border-top: 1px solid #999;
}
tfoot tr {
  background: transparent !important;
}
tfoot td {
  font-weight: 500;
}
.site-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.site-wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 100vh;
}
.site-container {
  margin-top: 66px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.site-container > .page-container {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.site-container > #clipboard {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
.site-container:after {
  content: '';
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -o-box-ordinal-group: 5;
  -ms-box-ordinal-group: 5;
  -webkit-order: 5;
  order: 5;
  height: 50px;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-container > .page-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
  }
}

	@media not all and (min-resolution:.001dpcm) { @media {
		@media( max-width: 1298px ) {
			.admin-frameset .page-container {
				flex: 1 0 auto !important;
				width: 100vw;
			}
		}
		.admin-frameset .page-container {
			min-height: 100vh;
		}
		.login-frameset .page-container {
			flex: 1 0 auto !important;
			width: 100vw;
		}
 	}}
_::-webkit-:not(:root:root),
.login-frameset .page-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
  width: 100vw;
}
.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding-bottom: 30px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.page .heading {
  width: 100%;
  height: 72px;
}
.page .sidebar {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -o-box-ordinal-group: 0;
  -ms-box-ordinal-group: 0;
  -webkit-order: 0;
  order: 0;
  width: 275px;
  background: #fff;
  min-height: 100%;
}
.page .main {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 1124px;
}
.page.fullwidth {
  margin: 0 auto;
  display: block;
}
.page.fullwidth > .main {
  max-width: none;
}
.page.fullwidth.centered .main {
  max-width: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page.fullwidth .main > .page-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1468.95px;
  }
}
.page-wrapper {
  position: relative;
}
.page-wrapper > * {
  margin-left: 15px;
  margin-right: 15px;
}
.page-wrapper > *:first-child {
  margin-top: 30px;
}
.page-wrapper > .stretch-out {
  margin-left: 0;
  margin-right: 0;
}
.stretch-out,
fieldset.boxed > .row.control {
  margin-left: -15px;
  margin-right: -15px;
}
.stretch-in {
  margin-left: 15px;
  margin-right: 15px;
}
.stretch-up {
  margin-top: -30px;
}
.site-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
}
.right-sidebar .main {
  overflow: visible;
}
.right-sidebar.sidebar-fullheight .heading {
  width: 648px;
  float: left;
}
.right-sidebar:before {
  position: fixed;
  width: 275px;
  background: #fff;
  height: 100vh;
  content: "";
}
.left-sidebar {
  min-height: 100%;
  position: relative;
}
.left-sidebar:before {
  position: fixed;
  width: 275px;
  background: #fff;
  height: 100vh;
  content: "";
}
.left-sidebar .main {
  padding-left: 5px;
  overflow: visible;
  min-height: 700px;
}
.sidebar {
  overflow: hidden;
  width: 275px;
}
.dynamic-pagecontainer {
  min-height: 800px;
}
.dynamic-pagecontainer .page-loading {
  padding: 10px;
  min-height: 780px;
}
.header,
.nav,
.visual,
.popup-container,
.dynamic-pagecontainer {
  width: 988px;
  margin: 0px auto;
  text-align: left;
}
.todo,
.open,
.deleted,
.unavailable,
.rejected,
.cancelled,
.noresult,
.red {
  color: #c1272d;
}
.negative {
  color: #c1272d !important;
}
.partially-cancelled,
.yellow {
  color: #f99a1e;
}
.green {
  color: #22b573;
}
.inprogress {
  color: #808080;
}
i.inprogress {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
i.inprogress.pull-left {
  margin-right: 0.3em;
}
i.inprogress.pull-right {
  margin-left: 0.3em;
}
i.inprogress:before {
  font-family: FontAwesome;
  content: "\f110";
}
.grey {
  color: #808080;
}
.waiting,
.unpublished,
.incomplete,
.new,
.note {
  color: #f99a1e;
}
i.waiting,
i.unpublished,
i.incomplete,
i.new,
i.note {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.waiting.pull-left,
i.unpublished.pull-left,
i.incomplete.pull-left,
i.new.pull-left,
i.note.pull-left {
  margin-right: 0.3em;
}
i.waiting.pull-right,
i.unpublished.pull-right,
i.incomplete.pull-right,
i.new.pull-right,
i.note.pull-right {
  margin-left: 0.3em;
}
i.waiting:before,
i.unpublished:before,
i.incomplete:before,
i.new:before,
i.note:before {
  font-family: FontAwesome;
  content: "\f017";
}
.waiting-check {
  color: #f99a1e;
}
i.waiting-check {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.waiting-check.pull-left {
  margin-right: 0.3em;
}
i.waiting-check.pull-right {
  margin-left: 0.3em;
}
i.waiting-check:before {
  font-family: FontAwesome;
  content: "\f06e";
}
.active,
.accepted,
.ok,
.published,
.complete,
.available {
  color: #22b573;
}
i.active,
i.accepted,
i.ok,
i.published,
i.complete,
i.available {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.active.pull-left,
i.accepted.pull-left,
i.ok.pull-left,
i.published.pull-left,
i.complete.pull-left,
i.available.pull-left {
  margin-right: 0.3em;
}
i.active.pull-right,
i.accepted.pull-right,
i.ok.pull-right,
i.published.pull-right,
i.complete.pull-right,
i.available.pull-right {
  margin-left: 0.3em;
}
i.active:before,
i.accepted:before,
i.ok:before,
i.published:before,
i.complete:before,
i.available:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.error {
  color: #c1272d;
}
i.error {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.error.pull-left {
  margin-right: 0.3em;
}
i.error.pull-right {
  margin-left: 0.3em;
}
i.error:before {
  font-family: FontAwesome;
  content: "\f00d";
}
.systemerror {
  color: #c1272d;
}
i.systemerror {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.systemerror.pull-left {
  margin-right: 0.3em;
}
i.systemerror.pull-right {
  margin-left: 0.3em;
}
i.systemerror:before {
  font-family: FontAwesome;
  content: "\f0e7";
}
.warning {
  color: #f99a1e;
}
i.warning {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.warning.pull-left {
  margin-right: 0.3em;
}
i.warning.pull-right {
  margin-left: 0.3em;
}
i.warning:before {
  font-family: FontAwesome;
  content: "\f071";
}
.unknown,
.scheduled {
  color: #808080;
}
i.info {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.info.pull-left {
  margin-right: 0.3em;
}
i.info.pull-right {
  margin-left: 0.3em;
}
i.info:before {
  font-family: FontAwesome;
  content: "\f06a";
}
.fyi {
  color: #808080;
}
i.fyi {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.fyi.pull-left {
  margin-right: 0.3em;
}
i.fyi.pull-right {
  margin-left: 0.3em;
}
i.fyi:before {
  font-family: FontAwesome;
  content: "\f129";
}
.deactive {
  color: #808080;
}
i.deactive {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.deactive.pull-left {
  margin-right: 0.3em;
}
i.deactive.pull-right {
  margin-left: 0.3em;
}
i.deactive:before {
  font-family: FontAwesome;
  content: "\f011";
}
.unset {
  color: #808080;
  font-style: italic;
}
button.fa:before,
.button.fa:before {
  font-family: FontAwesome;
}
.action-button {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  font-style: normal;
  padding: 0 2px;
  color: #369d1a;
  border: 0;
  cursor: pointer;
  background: none;
  text-shadow: none;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}
.action-button:focus:not([disabled]),
.action-button:hover:not([disabled]) {
  color: #88ef75;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.action-button:active:not([disabled]) {
  color: #88ef75;
  text-shadow: none !important;
}
.action-button[disabled] {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: default;
  pointer-events: none;
}
.action-button:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  font-style: normal;
  padding-right: 3px;
  display: inline-block;
}
.action-button.embedded {
  position: absolute;
  right: 2px;
  top: 8px;
  padding-top: 0;
}
.action-button.show-log {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.show-log.pull-left {
  margin-right: 0.3em;
}
.action-button.show-log.pull-right {
  margin-left: 0.3em;
}
.action-button.show-log:before {
  font-family: FontAwesome;
  content: "\f022";
}
.action-button.delete {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.delete.pull-left {
  margin-right: 0.3em;
}
.action-button.delete.pull-right {
  margin-left: 0.3em;
}
.action-button.delete:before {
  font-family: FontAwesome;
  content: "\f014";
}
.action-button.remove {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.remove.pull-left {
  margin-right: 0.3em;
}
.action-button.remove.pull-right {
  margin-left: 0.3em;
}
.action-button.remove:before {
  font-family: FontAwesome;
  content: "\f00d";
}
.action-button.retry {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.retry.pull-left {
  margin-right: 0.3em;
}
.action-button.retry.pull-right {
  margin-left: 0.3em;
}
.action-button.retry:before {
  font-family: FontAwesome;
  content: "\f021";
}
.action-button.edit {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.edit.pull-left {
  margin-right: 0.3em;
}
.action-button.edit.pull-right {
  margin-left: 0.3em;
}
.action-button.edit:before {
  font-family: FontAwesome;
  content: "\f044";
}
.action-button.search {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.search.pull-left {
  margin-right: 0.3em;
}
.action-button.search.pull-right {
  margin-left: 0.3em;
}
.action-button.search:before {
  font-family: FontAwesome;
  content: "\f002";
}
.action-button.save {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.save.pull-left {
  margin-right: 0.3em;
}
.action-button.save.pull-right {
  margin-left: 0.3em;
}
.action-button.save:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.action-button.add {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.add.pull-left {
  margin-right: 0.3em;
}
.action-button.add.pull-right {
  margin-left: 0.3em;
}
.action-button.add:before {
  font-family: FontAwesome;
  content: "\f055";
}
.action-button.star {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.star.pull-left {
  margin-right: 0.3em;
}
.action-button.star.pull-right {
  margin-left: 0.3em;
}
.action-button.star:before {
  font-family: FontAwesome;
  content: "\f006";
}
.action-button.star[data-starred],
.action-button.star[data-favorite-star='active'] {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  color: #f99a1e;
}
.action-button.star[data-starred].pull-left,
.action-button.star[data-favorite-star='active'].pull-left {
  margin-right: 0.3em;
}
.action-button.star[data-starred].pull-right,
.action-button.star[data-favorite-star='active'].pull-right {
  margin-left: 0.3em;
}
.action-button.star[data-starred]:before,
.action-button.star[data-favorite-star='active']:before {
  font-family: FontAwesome;
  content: "\f005";
}
.action-button.download {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.download.pull-left {
  margin-right: 0.3em;
}
.action-button.download.pull-right {
  margin-left: 0.3em;
}
.action-button.download:before {
  font-family: FontAwesome;
  content: "\f019";
}
.action-button[data-foldable-trigger] {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button[data-foldable-trigger].pull-left {
  margin-right: 0.3em;
}
.action-button[data-foldable-trigger].pull-right {
  margin-left: 0.3em;
}
.action-button[data-foldable-trigger]:before {
  font-family: FontAwesome;
  content: "\f04b";
}
.action-button[data-foldable-trigger]:before {
  display: inline-block;
  font-size: 11px;
  vertical-align: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.action-button[data-foldable-trigger][data-foldable-trigger="unfold"]:before {
  -webkit-transform: rotate(90deg) translate(0%, 10%);
  -moz-transform: rotate(90deg) translate(0%, 10%);
  -o-transform: rotate(90deg) translate(0%, 10%);
  -ms-transform: rotate(90deg) translate(0%, 10%);
  transform: rotate(90deg) translate(0%, 10%);
}
.action-button.configure {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.action-button.configure.pull-left {
  margin-right: 0.3em;
}
.action-button.configure.pull-right {
  margin-left: 0.3em;
}
.action-button.configure:before {
  font-family: FontAwesome;
  content: "\f013";
}
.action-button.configure:before {
  font-size: 14px;
}
.checkbox-lookalike {
  width: 1.1em;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  font-style: normal;
  padding: 0 2px;
  color: #369d1a;
  border: 0;
  cursor: pointer;
  background: none;
  text-shadow: none;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
  padding: 0;
  height: auto;
}
.checkbox-lookalike:focus:not([disabled]),
.checkbox-lookalike:hover:not([disabled]) {
  color: #88ef75;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.checkbox-lookalike:active:not([disabled]) {
  color: #88ef75;
  text-shadow: none !important;
}
.checkbox-lookalike[disabled] {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: default;
  pointer-events: none;
}
.checkbox-lookalike:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  font-style: normal;
  padding-right: 3px;
  display: inline-block;
}
.checkbox-lookalike[data-checked],
[data-selected] .checkbox-lookalike {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox-lookalike[data-checked].pull-left,
[data-selected] .checkbox-lookalike.pull-left {
  margin-right: 0.3em;
}
.checkbox-lookalike[data-checked].pull-right,
[data-selected] .checkbox-lookalike.pull-right {
  margin-left: 0.3em;
}
.checkbox-lookalike[data-checked]:before,
[data-selected] .checkbox-lookalike:before {
  font-family: FontAwesome;
  content: "\f046";
}
button[type=reset],
button.slim,
.button.slim {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  font-style: normal;
  padding: 0 2px;
  color: #369d1a;
  border: 0;
  cursor: pointer;
  background: none;
  text-shadow: none;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}
button[type=reset]:focus:not([disabled]),
button.slim:focus:not([disabled]),
.button.slim:focus:not([disabled]),
button[type=reset]:hover:not([disabled]),
button.slim:hover:not([disabled]),
.button.slim:hover:not([disabled]) {
  color: #88ef75;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
button[type=reset]:active:not([disabled]),
button.slim:active:not([disabled]),
.button.slim:active:not([disabled]) {
  color: #88ef75;
  text-shadow: none !important;
}
button[type=reset][disabled],
button.slim[disabled],
.button.slim[disabled] {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: default;
  pointer-events: none;
}
button[type=reset]:before,
button.slim:before,
.button.slim:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  font-style: normal;
  padding-right: 3px;
  display: inline-block;
}
button:not(.slim):not([type=reset]),
.button:not(.slim) {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
  border: none;
  color: #fff;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  position: relative;
  height: 30px;
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  margin-top: 0;
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 16.666666666666668%;
}
button:not(.slim):not([type=reset]).large,
.button:not(.slim).large {
  min-width: 50%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
button:not(.slim):not([type=reset]).large.medium,
.button:not(.slim).large.medium {
  height: 45px;
}
button:not(.slim):not([type=reset]).small,
.button:not(.slim).small {
  padding-right: 3px;
  padding-left: 3px;
}
button:not(.slim):not([type=reset]).button,
.button:not(.slim).button {
  padding-top: 7px;
}
button:not(.slim):not([type=reset]).button.small,
.button:not(.slim).button.small {
  padding-top: 3px;
}
button:not(.slim):not([type=reset]).white,
.button:not(.slim).white {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
}
button:not(.slim):not([type=reset]).white:focus:not([disabled]),
.button:not(.slim).white:focus:not([disabled]),
button:not(.slim):not([type=reset]).white:hover:not([disabled]),
.button:not(.slim).white:hover:not([disabled]) {
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
}
button:not(.slim):not([type=reset]).white:active:not([disabled]),
.button:not(.slim).white:active:not([disabled]) {
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
}
button:not(.slim):not([type=reset]).wide,
.button:not(.slim).wide {
  min-width: 33.333333333333336%;
}
button:not(.slim):not([type=reset]).small,
.button:not(.slim).small {
  padding-top: 1px;
  height: 22px;
  min-width: 8.333333333333334%;
}
button:not(.slim):not([type=reset]).small.wide,
.button:not(.slim).small.wide {
  min-width: 16.666666666666668%;
}
button:not(.slim):not([type=reset]).large,
.button:not(.slim).large {
  min-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  font-size: 18px;
}
button:not(.slim):not([type=reset]).dense,
.button:not(.slim).dense {
  min-width: 30px;
  padding: 5px !important;
  padding-top: 6px;
}
button:not(.slim):not([type=reset]).dense.large,
.button:not(.slim).dense.large {
  width: 60px;
  height: 60px;
  padding: 10px;
}
button:not(.slim):not([type=reset]).social-red,
.button:not(.slim).social-red {
  background: #d94d44;
  color: #fff;
  min-width: 260px;
}
button:not(.slim):not([type=reset]).social-blue,
.button:not(.slim).social-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c69ba), color-stop(1, #3b55a0));
  background: -webkit-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -moz-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -o-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -ms-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  color: #fff;
  min-width: 260px;
}
button:not(.slim):not([type=reset]):focus:not([disabled]),
.button:not(.slim):focus:not([disabled]),
button:not(.slim):not([type=reset]):hover:not([disabled]),
.button:not(.slim):hover:not([disabled]) {
  border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  -webkit-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
button:not(.slim):not([type=reset]):active:not([disabled]):not(.white),
.button:not(.slim):active:not([disabled]):not(.white) {
  background: transparent;
  color: #369d1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #369d1a;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}
button:not(.slim):not([type=reset]):active:not([disabled]):not(.white).large,
.button:not(.slim):active:not([disabled]):not(.white).large {
  padding-top: 8px;
  padding-bottom: 8px;
}
button:not(.slim):not([type=reset]):active:not([disabled]):not(.white).small,
.button:not(.slim):active:not([disabled]):not(.white).small {
  padding-right: 1px;
  padding-left: 1px;
}
button:not(.slim):not([type=reset]):active:not([disabled]):not(.white).button,
.button:not(.slim):active:not([disabled]):not(.white).button {
  padding-top: 5px;
}
button:not(.slim):not([type=reset]):active:not([disabled]):not(.white).button.small,
.button:not(.slim):active:not([disabled]):not(.white).button.small {
  padding-top: 1px;
}
button:not(.slim):not([type=reset])[disabled],
.button:not(.slim)[disabled] {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
button:not(.slim):not([type=reset]).reversed,
.button:not(.slim).reversed {
  background: transparent;
  color: #369d1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #369d1a;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}
button:not(.slim):not([type=reset]).reversed.large,
.button:not(.slim).reversed.large {
  padding-top: 8px;
  padding-bottom: 8px;
}
button:not(.slim):not([type=reset]).reversed.small,
.button:not(.slim).reversed.small {
  padding-right: 1px;
  padding-left: 1px;
}
button:not(.slim):not([type=reset]).reversed.button,
.button:not(.slim).reversed.button {
  padding-top: 5px;
}
button:not(.slim):not([type=reset]).reversed.button.small,
.button:not(.slim).reversed.button.small {
  padding-top: 1px;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]),
.button:not(.slim).reversed:active:not([disabled]) {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
  border: none;
  color: #fff;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]).large,
.button:not(.slim).reversed:active:not([disabled]).large {
  min-width: 50%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]).large.medium,
.button:not(.slim).reversed:active:not([disabled]).large.medium {
  height: 45px;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]).small,
.button:not(.slim).reversed:active:not([disabled]).small {
  padding-right: 3px;
  padding-left: 3px;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]).button,
.button:not(.slim).reversed:active:not([disabled]).button {
  padding-top: 7px;
}
button:not(.slim):not([type=reset]).reversed:active:not([disabled]).button.small,
.button:not(.slim).reversed:active:not([disabled]).button.small {
  padding-top: 3px;
}
input + button:not(.slim):not([type=reset]):not(.small),
input + .button:not(.slim):not(.small),
select + button:not(.slim):not([type=reset]):not(.small),
select + .button:not(.slim):not(.small),
textarea + button:not(.slim):not([type=reset]):not(.small),
textarea + .button:not(.slim):not(.small),
.textinput-lookalike + button:not(.slim):not([type=reset]):not(.small),
.textinput-lookalike + .button:not(.slim):not(.small) {
  vertical-align: top;
  margin-left: 5px;
}
[data-foldable-container]:not([data-foldable-container="unfold"]) {
  display: none;
}
[data-dropdown-foldable-container]:not([data-dropdown-foldable-container="unfold"]) {
  display: none;
}
[data-foldable-reverse-container="unfold"] {
  display: none !important;
}
[data-foldable-trigger] {
  cursor: pointer;
}
[data-foldable-trigger] .fold-icon {
  background: transparent url("/images/icons/fold-closed.png") no-repeat;
  padding-left: 15px;
}
.pull-labelwidth {
  margin-left: 25%;
}
input,
textarea,
select {
  -webkit-transition: border  0.3s,   box-shadow  0.3s,   background  0.3s;
  -moz-transition: border  0.3s,   box-shadow  0.3s,   background  0.3s;
  -o-transition: border  0.3s,   box-shadow  0.3s,   background  0.3s;
  -ms-transition: border  0.3s,   box-shadow  0.3s,   background  0.3s;
  transition: border 0.3s, box-shadow 0.3s, background 0.3s;
}
input {
  height: 30px;
  width: 58.333333333333336%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #999;
  padding: 1px 6px;
  background: #fff;
}
input:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #fff;
}
input[type=radio] {
  width: 14px !important;
  height: 14px;
  margin-right: 2px;
}
input[type=checkbox] {
  width: 14px !important;
  height: 14px;
  margin-right: 4px;
}
input[type=checkbox],
input[type=radio] {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
select {
  height: 30px;
  width: 58.333333333333336%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #999;
  padding: 1px 6px;
  background: #fff;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(1, #999));
  -moz-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(1, #999));
  -o-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(1, #999));
  border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(1, #999));
  -webkit-border-image: -webkit-linear-gradient(left, #999 0, #999 100%);
  -moz-border-image: -webkit-linear-gradient(left, #999 0, #999 100%);
  -o-border-image: -webkit-linear-gradient(left, #999 0, #999 100%);
  border-image: -webkit-linear-gradient(left, #999 0, #999 100%);
  -webkit-border-image: -moz-linear-gradient(left, #999 0, #999 100%);
  -moz-border-image: -moz-linear-gradient(left, #999 0, #999 100%);
  -o-border-image: -moz-linear-gradient(left, #999 0, #999 100%);
  border-image: -moz-linear-gradient(left, #999 0, #999 100%);
  -webkit-border-image: -o-linear-gradient(left, #999 0, #999 100%);
  -moz-border-image: -o-linear-gradient(left, #999 0, #999 100%);
  -o-border-image: -o-linear-gradient(left, #999 0, #999 100%);
  border-image: -o-linear-gradient(left, #999 0, #999 100%);
  -webkit-border-image: -ms-linear-gradient(left, #999 0, #999 100%);
  -moz-border-image: -ms-linear-gradient(left, #999 0, #999 100%);
  -o-border-image: -ms-linear-gradient(left, #999 0, #999 100%);
  border-image: -ms-linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  -webkit-border-image: linear-gradient(left, #999 0, #999 100%);
  -moz-border-image: linear-gradient(left, #999 0, #999 100%);
  -o-border-image: linear-gradient(left, #999 0, #999 100%);
  border-image: linear-gradient(left, #999 0, #999 100%);
  border-image-slice: 1;
}
select:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #fff;
}
.textinput-lookalike {
  height: 30px;
  width: 58.333333333333336%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #999;
  padding: 1px 6px;
  background: #fff;
  padding: 5px 6px;
}
.textinput-lookalike:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #fff;
}
textarea {
  min-height: 30px;
  line-height: 16px;
  width: 58.333333333333336%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #999;
  padding: 1px 6px;
  background: #fff;
  padding: 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #fff;
}
textarea.textinput-lookalike {
  resize: none;
  height: auto;
  min-height: 30px;
  background: #fff;
  width: 58.333333333333336%;
  display: inline-block;
}
input:focus,
select:focus,
textarea:focus,
[data-has-focus] {
  outline: none;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  -moz-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  -o-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  -webkit-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
:focus :focus,
outline 3px solid $focus-highlight :focus,
outline-offset 2px :focus,
transition outline 0.2s ease-in-out :focus,
.no-support :focus :focus,
outline: 3px solid #FFD700 :focus,
[data-has-focus] :focus {
  outline: none;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
input[name][data-element-changed],
textarea[data-element-changed],
select[data-element-changed],
button[data-element-changed],
.textinput-lookalike[data-element-changed],
input[name].dirty,
textarea.dirty,
select.dirty,
button.dirty,
.textinput-lookalike.dirty {
  border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  -webkit-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -webkit-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -moz-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  -o-border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
  border-image-slice: 1;
}
input[type=checkbox][data-element-changed],
input[type=checkbox].dirty {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px 2px #88ef75;
  box-shadow: 0 0 3px 2px #88ef75;
}
input[type=checkbox][data-has-focus],
input[type=checkbox]:focus {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 2px #88ef75;
  box-shadow: 0 0 8px 2px #88ef75;
}
input[type=radio][data-element-changed],
input[type=radio].dirty {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 2px #88ef75;
  box-shadow: 0 0 3px 2px #88ef75;
}
input[type=radio][data-has-focus],
input[type=radio]:focus {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px 2px #88ef75;
  box-shadow: 0 0 8px 2px #88ef75;
}
label[for] {
  letter-spacing: initial;
}
legend {
  width: 100%;
}
fieldset {
  margin-top: 50px;
  position: relative;
}
fieldset.boxed legend {
  border-bottom: none;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
}
fieldset.boxed legend + p.info {
  margin-top: 0;
  margin-bottom: 30px;
}
fieldset.boxed[data-foldable] {
  border: none;
}
fieldset.boxed[data-foldable="unfold"] {
  border: 1px solid #999;
}
.row.control {
  margin-bottom: 15px;
}
.row.control > label:first-child {
  display: inline-block;
  width: 25%;
  margin-top: 7px;
  text-align: right;
  padding-right: 4.166666666666667%;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.row.dense {
  margin-bottom: 15px;
}
.row.dense > label:first-child {
  width: 100%;
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.row.dense > :nth-child(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.row.dense > .controlgroup {
  margin-left: 15px;
}
.row.reverse-row {
  display: block;
  width: 100%;
  padding: 3px 0;
}
.row.reverse-row:not(:last-child) {
  margin-bottom: 5px;
}
.row.reverse-row label {
  text-align: left;
  margin: auto;
}
.row.reverse-row input[type=checkbox] {
  margin-left: 2%;
}
.row.reverse-row input[type=radio] {
  margin-left: 2%;
  margin-right: 4px;
}
.row.reverse-row.input-area {
  cursor: pointer;
}
.row.reverse-row.input-area:hover {
  background-color: #efefef;
}
.row .textblock {
  display: inline-block;
  vertical-align: top;
  width: 75% !important;
  margin-top: 7px;
  line-height: 16px;
}
.row .inline-form {
  width: 100%;
}
.row .hint {
  vertical-align: top;
}
.row.fullscale-control-with-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.fullscale-control-with-button > :first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.row.fullscale-control-with-button .constraint-info {
  margin: 2px 0 0 0;
  width: 100%;
}
.row > button:not(:first-child),
.row > .button:not(:first-child) {
  margin-left: 5px;
}
.row.buttons {
  height: 30px;
}
.row.buttons > *:not(:first-child) {
  margin-left: 5px;
}
.row.buttons:not(.standalone):not(.top) > :first-child {
  margin-left: 25%;
}
.row.buttons .resetContainer {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 0 !important;
  padding-right: 5px;
}
.row.buttons .resetContainer + * {
  margin-left: 0;
}
.row.buttons.standalone {
  margin-top: -15px;
}
.row.buttons.top {
  position: absolute;
  top: 0;
  right: 16.666666666666668%;
  z-index: 24;
}
.tiny-field {
  width: 8.333333333333334% !important;
}
.small-field {
  width: 25% !important;
}
.medium-field {
  width: 41.66666666666667% !important;
}
.normal-field {
  width: 58.333333333333336% !important;
}
.wide-field {
  width: 75% !important;
}
.fullwidth-field {
  width: 100% !important;
}
.big-field {
  font-size: 19.599999999999998px;
  height: 45px;
}
.no-border-field,
ul.token-input-list input,
li.token-input-input-token input,
.tags input {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  -webkit-border-image: none !important;
  -moz-border-image: none !important;
  -o-border-image: none !important;
  border-image: none !important;
}
.constraint-info,
.counter-container {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
.row.control > .constraint-info,
.row.control > .counter-container {
  margin: 2px 0 0 25%;
  width: 75%;
}
.row.dense > .constraint-info,
.row.dense > .counter-container {
  width: 100%;
  margin: 2px 0 0 0;
}
.fullwidth-field ~ .constraint-info,
.fullwidth-field ~ .counter-container,
.controlgroup .constraint-info,
.controlgroup .counter-container,
.inline-form .constraint-info,
.inline-form .counter-container {
  margin-left: 0 !important;
  margin-top: 2px;
}
.form-hint-error,
.form-hint-warning {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  color: #c1272d;
  cursor: default;
}
.row.control > .form-hint-error,
.row.control > .form-hint-warning {
  margin: 2px 0 0 25%;
  width: 75%;
}
.row.dense > .form-hint-error,
.row.dense > .form-hint-warning {
  width: 100%;
  margin: 2px 0 0 0;
}
.fullwidth-field ~ .form-hint-error,
.fullwidth-field ~ .form-hint-warning,
.controlgroup .form-hint-error,
.controlgroup .form-hint-warning,
.inline-form .form-hint-error,
.inline-form .form-hint-warning {
  margin-left: 0 !important;
  margin-top: 2px;
}
.form-hint-warning {
  color: #f99a1e;
}
.required-fields-hint {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  margin-right: 8.333333333333334%;
  margin-top: -15px;
  margin-bottom: 5px;
  text-align: right;
}
.required-fields-hint + fieldset {
  margin-top: -10px;
}
fieldset.boxed .required-fields-hint {
  margin-top: 0px;
}
.radio-row {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 20px;
  width: auto !important;
}
.radio-row > input[type="radio"] {
  margin-right: 2px;
  margin-top: 0;
}
.controlgroup {
  min-height: 30px;
  width: 58.333333333333336%;
}
.controlgroup input {
  margin-bottom: 2px;
}
.controlgroup input[type=radio],
.controlgroup input[type=checkbox] {
  margin-top: 8px;
}
.controlgroup label {
  margin-right: 5px;
  padding-right: 0;
  width: auto;
  display: inline-block;
}
.controlgroup > .action-button {
  margin-top: 7px;
}
.onoffswitch {
  margin-top: 3px;
  margin-bottom: 3px;
}
.onoffswitch label {
  margin-right: 0 !important;
}
.fieldset-activator {
  margin-bottom: 4px;
}
[data-fieldset-disabled],
.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
[data-fieldset-disabled] [disabled],
.disabled [disabled] {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.input-error input,
.input-error select,
.input-error textarea,
.input-error .textinput-lookalike {
  border: 2px solid #c1272d !important;
}
input.percentage {
  text-align: right;
}
.colorpicker-field {
  border: none;
  height: 40px;
  width: 46px;
  margin-left: 3px;
  background: none;
  cursor: pointer;
}
.embedded-field {
  position: relative;
}
.embedded-field > input {
  width: 100%;
}
#splashscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background-color: #fff;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.menu-gradient-mask {
  position: fixed;
  left: 0;
  margin-top: -4px;
}
#header-wrapper {
  top: 0;
  height: 66px;
  width: 100%;
  position: fixed;
  text-align: center;
  z-index: 999;
  min-width: 768px;
}
#header-wrapper nav,
#header-wrapper .menu-gradient-mask {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: linear-gradient(left, #369d1a 0, #88ef75 100%);
}
#header-wrapper nav {
  padding: 8px;
  margin: 0px auto;
  height: 66px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
}
#header-wrapper nav .sub_nav {
  text-align: left;
}
#header-wrapper nav .title {
  float: left;
  width: 10%;
  color: #fff;
}
#header-wrapper nav .title img {
  padding-top: 2px;
  float: left;
  height: 50px;
}
#header-wrapper .sub_nav li[data-mainnav-active] > a {
  color: #b7eaff;
}
#header-wrapper .main_navbar a,
#header-wrapper .sub_nav a {
  color: #fff;
}
#header-wrapper .main_navbar a:hover,
#header-wrapper .sub_nav a:hover {
  color: #b7eaff;
}
.main_navbar {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  float: left;
  padding: 0;
}
.main_navbar a:link,
.main_navbar a:visited {
  display: block;
  text-decoration: none;
}
.main_navbar > li[data-mainnav-active] {
  border-bottom: 4px #fff solid;
}
.main_navbar > li {
  float: left;
}
.main_navbar > li > a {
  color: #fff;
  padding: 19px;
}
@media (max-width: 918px) {
  .main_navbar > li > a {
    padding: 19px 8px;
  }
}
.sub_nav,
.menu {
  display: none;
  position: absolute;
  font-size: 0.9em;
  z-index: 100;
}
.sub_nav a:link,
.menu a:link,
.sub_nav a:visited,
.menu a:visited {
  display: block;
  text-decoration: none;
}
.sub_nav a:hover,
.menu a:hover {
  color: #369d1a;
}
.sub_nav > li,
.menu > li {
  float: none;
}
.sub_nav > li > a,
.menu > li > a {
  color: #000;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
:hover > .sub_nav,
:hover > .menu {
  display: block !important;
}
.contextMenuItem {
  color: #000 !important;
  padding: 5px 0px;
  margin: 0;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.contextMenuItem:hover {
  background-color: #cddef1;
}
.menu {
  background: #eee;
}
.menu .contextMenuItem {
  padding: 10px 20px;
  text-decoration: none;
}
.search-widget {
  float: left;
  margin: 11px 2% 11px 3%;
  background-color: #fff;
  position: relative;
}
.search-widget .main-search-input {
  width: 240px;
}
@media (max-width: 1124px) {
  .search-widget .main-search-input {
    width: 175px;
  }
}
.search-widget .embedded-input-action-search {
  top: 0;
}
div.main-search-dropdown {
  overflow-y: visible !important;
}
.top-login {
  cursor: pointer;
  float: right;
  margin-top: 5px;
}
.top-login .login-tools {
  padding: 2px;
  display: block;
}
.top-login .login-title {
  display: inline-block;
  max-width: 140px;
  vertical-align: middle;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  text-transform: none;
}
@media (max-width: 1124px) {
  .top-login .login-title {
    display: none;
  }
}
.top-login .login-img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-position: center top !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top-login .login-img.fallback {
  background: #fff;
  color: #999;
  text-align: center;
  margin: 0;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 42px;
  font-weight: normal;
  font-size: 1.2em;
}
.top-login .sub_nav {
  right: 15px;
}
@media (max-width: 768px) {
  .top-login .sub_nav {
    right: 10px;
  }
}
.top-login .logout-trigger {
  color: #fff;
}
.master-frameset .top-login {
  margin-top: 15px;
}
#mainFooter {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 633;
  background: #fff;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #666;
}
#mainFooter .copyright {
  padding: 20px 0 0 20px;
  margin: 0;
}
#mainFooter .OPBrandLink {
  font-weight: bolder;
  text-decoration: none;
}
#mainFooter .OPBrandLink:hover {
  text-decoration: underline;
}
html,
body {
/* footer hack */
  height: 100%;
}
.hint {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hint.pull-left {
  margin-right: 0.3em;
}
.hint.pull-right {
  margin-left: 0.3em;
}
.hint:before {
  font-family: FontAwesome;
  content: "\f129";
}
.hint:before {
  display: inline-block;
  padding: 6px 10px;
  color: #369d1a;
  border: 2px solid #369d1a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
}
.hint.small:before {
  display: inline-block;
  padding: 3px 5px;
  color: #369d1a;
  border: 1px solid #369d1a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  font-size: 7px;
}
.hint.alert {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hint.alert.pull-left {
  margin-right: 0.3em;
}
.hint.alert.pull-right {
  margin-left: 0.3em;
}
.hint.alert:before {
  font-family: FontAwesome;
  content: "\f12a";
}
.hint.alert:before {
  color: #c1272d;
  border-color: #c1272d;
}
.hint a {
  color: #fff;
  text-decoration: underline;
}
.hint:hover .hint-text {
  display: block;
}
.hint .hint-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  overflow: auto;
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 500px;
  max-height: 500px;
  z-index: 250;
  color: #fff;
  width: auto;
  background-repeat: no-repeat;
  background-image: url("/images/bg/bubble-bg.png");
}
.hint .hint-text.right {
  background-position: left -20px;
  padding: 20px 10px 20px 30px;
  top: -5px;
  left: 30px;
}
.hint .hint-text.top {
  background-position: -180px bottom;
  bottom: 30px;
  left: -105px;
  padding: 10px 20px 25px 20px;
}
.hint .hint-text.left {
  background-position: right -20px;
  top: -12px;
  right: 30px;
  no-repeat: -400px -25px;
  padding: 20px 30px 20px 10px;
}
.hint .hint-text.bottom {
  background-position: -190px top;
  left: -95px;
  top: 30px;
  padding: 20px 10px 10px 10px;
}
.infobox {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.infobox > i {
  font-size: 28px;
}
.infobox > i.info {
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #369d1a;
}
.infobox > i.info.pull-left {
  margin-right: 0.3em;
}
.infobox > i.info.pull-right {
  margin-left: 0.3em;
}
.infobox > i.info:before {
  font-family: FontAwesome;
  content: "\f12a";
}
.infobox > i.warning {
  font-size: 23px;
}
.infobox .infocontent {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  margin-left: 5px;
  margin-bottom: 0;
}
.notifications {
  z-index: 31000;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 35%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -ms-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.notifications .notification-bar-contents {
  cursor: pointer;
  position: relative;
  margin: 10px 0;
  display: table;
  -webkit-box-shadow: -3px -2px 30px rgba(0,0,0,0.2);
  box-shadow: -3px -2px 30px rgba(0,0,0,0.2);
  background-color: #fff;
}
.notifications .notification-bar-contents:hover .notification-close {
  color: #fff;
}
.notifications .notification-bar-contents .notification-close {
  right: 10px;
  color: #eee;
  position: absolute;
  margin-top: 2px;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notifications .notification-bar-contents .notification-close.pull-left {
  margin-right: 0.3em;
}
.notifications .notification-bar-contents .notification-close.pull-right {
  margin-left: 0.3em;
}
.notifications .notification-bar-contents .notification-close:before {
  font-family: FontAwesome;
  content: "\f057";
}
.notifications .notification-bar-contents .icon {
  min-width: 100px;
  height: 100px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 3em;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: linear-gradient(left, #369d1a 0, #88ef75 100%);
}
.notifications .notification-bar-contents .icon.success {
  background: #22b573;
}
.notifications .notification-bar-contents .icon.progress:before {
  -webkit-animation: spin 1s infinite steps(8);
  -moz-animation: spin 1s infinite steps(8);
  -o-animation: spin 1s infinite steps(8);
  -ms-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
.notifications .notification-bar-contents .icon.warning {
  background: #f99a1e;
}
.notifications .notification-bar-contents .icon.fatal-error,
.notifications .notification-bar-contents .icon.error {
  background: #c1272d;
}
.notifications .notification-bar-contents .message {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.notifications.fullies {
  z-index: 31100;
}
.notifications.shorties {
  width: auto;
  left: 45%;
  overflow: hidden;
}
.onoffswitch {
  position: relative;
  width: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 2px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block !important;
  overflow: hidden;
  cursor: pointer;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
}
.onoffswitch-inner:before {
  content: "On";
  padding-left: 3px;
  background-color: #369d1a;
  color: #fff;
}
.onoffswitch-inner:after {
  content: "Off";
  padding-right: 3px;
  background-color: #808080;
  color: #fff;
  text-align: right;
}
.onoffswitch-switch {
  width: 24px;
  height: 24px;
  margin: 0px;
  background: #fff;
  border: 2px solid #369d1a;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 30px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
ul.token-input-list {
  padding: 0 6px;
  overflow: hidden;
  list-style-type: none;
  min-height: 30px;
  height: auto;
}
ul.token-input-list.no-border-autosearch:not(.token-input-focused):not([data-element-changed]) {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.token-input-list input {
  margin: -2px -2px;
}
li.token-input-token {
  overflow: hidden;
  height: auto !important;
  padding: 6px 2px 0px 3px;
  color: #000;
  cursor: default;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: -2px 0 0 0;
}
.multitoken li.token-input-token {
  width: auto;
  margin-top: -1px;
}
li.token-input-token p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  vertical-align: middle;
}
li.token-input-token.token-input-selected-token {
  background-color: #ddd;
}
.token-input-disabled li.token-input-token {
  color: #aaa;
}
.token-input-disabled li.token-input-token .remove-trigger {
  display: none;
}
li.token-input-input-token {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li.token-input-input-token input {
  margin: -2px -2px;
}
.multitoken li.token-input-input-token input {
  margin-top: -2px;
  margin-left: -2px;
}
div.token-input-dropdown {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  min-width: 400px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #808080;
  cursor: default;
  z-index: 1;
  overflow-y: scroll;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
div.token-input-dropdown ul li:last-child {
  border-bottom: none;
}
div.token-input-dropdown ul li .result-icon {
  float: left;
  color: #555;
  width: 15px;
  clear: left;
  padding: 2px;
}
div.token-input-dropdown ul li .result-string {
  margin-left: 22px;
  display: list-item;
}
div.token-input-dropdown ul li .result-id {
  color: #555;
  font-weight: bold;
  display: block;
}
div.token-input-dropdown ul li .result-text {
  display: block;
}
div.token-input-dropdown ul li em {
  color: #000;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item,
div.token-input-dropdown ul li.token-input-selected-dropdown-item .result-icon,
div.token-input-dropdown ul li.token-input-selected-dropdown-item .result-id {
  color: #fff;
}
div.token-input-dropdown ul li.result-search {
  font-style: italic;
}
div.token-input-dropdown ul li.result-search em:before,
div.token-input-dropdown ul li.result-search em:after {
  content: '"';
}
.token-input-list.sortable {
  position: relative;
  padding-right: 24px;
}
.token-input-list.sortable li:first-child {
  font-weight: 500;
}
.token-input-list.sortable li.token-input-token p {
  float: right;
  cursor: grab;
}
.token-input-list.sortable li.token-input-dragged-token {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: grabbing;
}
.token-input-list.sortable li.token-input-insert-before {
  padding-left: 6px;
  border-left: solid 6px #88ef75;
}
.token-input-list.sortable li.token-input-insert-after {
  margin-right: 6px;
  border-right: solid 6px #88ef75;
}
.token-input-list.sortable:after {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  color: #369d1a;
  white-space: nowrap;
  position: absolute;
  right: 6px;
  top: 0px;
  bottom: 0px;
  height: 14px;
  margin: auto;
  pointer-events: none;
  font-family: FontAwesome;
  content: "\f0b2";
}
li.token-input-dragged-clone {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: absolute;
  margin: 5px 0 0 5px;
  width: auto;
}
.tags {
  padding: 0px 5px;
  height: auto;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags .tag {
  margin: 5px 2px 5px 5px;
  display: inline-block;
}
.tags input {
  margin: -2px -2px;
}
.tags .swapper {
  white-space: nowrap;
}
.tags .tag-info {
  display: none !important;
}
.tags .tag-calculator {
  height: 0px;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.tags .tag-delete {
  cursor: pointer;
  margin-left: 5px;
}
.tags[data-has-focus] > input {
  display: inline;
}
.tags[data-has-focus] .swapper {
  display: none;
}
.tags[data-has-focus] .tag-info {
  display: block;
}
.uploader {
  width: 100%;
  font-size: 0.8em;
}
.uploader .upload-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background: transparent;
  width: 100%;
}
.uploader .upload-progressbar > div {
  height: 100%;
  display: block;
  width: 42%;
  background: #fff;
}
.navigation-page-editor {
  min-height: 100%;
  height: 100%;
}
.sidebar-navigation {
  height: 100%;
  overflow: auto;
  margin: 0 !important;
}
.sidebar-navigation.sidebar-favorites {
  margin-bottom: 30px;
}
.sidebar-navigation .navsection {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 0 15px;
}
.sidebar-navigation .navheader,
.sidebar-navigation .navheader > a {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-navigation .navheader:before,
.sidebar-navigation .navheader > a:before {
  position: absolute;
  right: 0;
  color: #369d1a;
  margin-right: 15px;
}
.sidebar-navigation .navheader:focus,
.sidebar-navigation .navheader > a:focus,
.sidebar-navigation .navheader:hover,
.sidebar-navigation .navheader > a:hover {
  color: #808080;
  text-shadow: none;
  text-decoration: underline;
}
.sidebar-navigation .navcontainer {
  margin-bottom: 15px;
  overflow: visible;
}
.sidebar-navigation .navcontainer:first-child {
  margin-top: 15px;
}
.sidebar-navigation .navcontainer > a {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  display: block;
  color: #000;
  padding: 5px 30px;
}
.sidebar-navigation .navcontainer > a[data-microlink-active] {
  color: #369d1a;
}
.sidebar-navigation .navcontainer > a [data-favorite-star] {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 10px;
}
.sidebar-navigation .navcontainer > a:hover [data-favorite-star] {
  visibility: visible;
}
.sidebar-navigation .navcontainer > a.disabled {
  pointer-events: none;
}
.sidebar-heading {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin: 0px !important;
  padding: 3px 15px 0;
  background: #fff;
  border-bottom: 3px solid #f2f2f2;
}
.sidebar-heading .picturebox,
.sidebar-heading .title span {
  cursor: pointer;
}
.sidebar-heading .picturebox {
  padding-right: 20px;
}
.sidebar-heading .title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
  display: block;
  color: #808080;
  font-size: 16px;
  margin: 15px 0;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
}
.sidebar-heading .status {
  padding-right: 5px;
}
.sidebar-heading .editorLock {
  margin-right: 5px;
}
.sidebar-heading i.clip {
  margin-right: 5px;
}
#ui-datepicker-div {
  display: none;
  z-index: 333 !important;
}
.ui-datepicker {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #000;
}
.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.ui-datepicker-calendar {
  margin-top: 5px;
}
.ui-datepicker-calendar th {
  font-weight: bold;
}
.ui-datepicker-calendar td {
  text-align: right;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}
.objectlist .objectlist-heading {
  padding: 0 4.166666666666667% 5px;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
}
.objectlist .objectlist-heading > span {
  margin-left: 65px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  align-self: center;
}
.objectlist .objectlist-item {
  margin: 0 4.166666666666667%;
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.objectlist .objectlist-item:before,
.objectlist .objectlist-item:after {
  content: " ";
  display: table;
}
.objectlist .objectlist-item:after {
  clear: both;
}
.objectlist .objectlist-item:nth-child(even) {
  background-color: #fff;
}
.objectlist .objectlist-item .actionbuttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-align-self: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
}
.objectlist .objectlist-item > .foldable-trigger {
  -webkit-align-self: baseline;
  align-self: baseline;
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 5px;
  text-decoration: none;
}
.objectlist .objectlist-item .foldable-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.objectlist .objectlist-item .foldable-header > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.objectlist .objectlist-item .foldable-container {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.objectlist .objectlist-item .picturebox {
  margin: 0 15px;
  text-align: center;
}
.objectlist .objectlist-item .maincontent {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.objectlist .objectlist-item .maincontent:first-child {
  margin-left: 15px;
}
.objectlist .objectlist-item .maincontent .definitions {
  margin-left: 8.333333333333334%;
}
.objectlist .objectlist-item .maincontent .heading1 {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
  word-break: break-word;
  font-size: 16px;
  margin-bottom: 5px;
}
.objectlist .objectlist-item .maincontent .heading2 {
  font-family: 'Roboto', sans-serif;
  color: #808080;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 5px;
}
.objectlist .objectlist-item .maincontent .status {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
}
.objectlist .objectlist-item .maincontent .status:before {
  color: #808080;
  content: ' – ';
}
.objectlist .objectlist-item[data-input-area] {
  cursor: pointer;
}
.picture-mini {
  width: 23px;
  height: 32px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picture-thumb {
  width: 35px;
  height: 50px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picture-small {
  max-width: 90px;
  max-height: 127px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picture-related {
  width: 90px;
  height: 127px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picture-normal {
  width: 150px;
  height: 213px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picturebox-normal {
  min-width: 155px;
}
.picture-medium {
  width: 150px;
  height: 213px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picturebox-medium {
  min-width: 155px;
}
.picture-big {
  max-width: 212px;
  max-height: 300px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.picture-large {
  width: 212px;
  height: 300px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.unscaled-picture-mini {
  width: 23px;
  max-height: 32px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-thumb {
  width: 35px;
  max-height: 50px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-small {
  width: 90px;
  max-height: 127px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-related {
  width: 90px;
  max-height: 127px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-normal {
  width: 150px;
  max-height: 213px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-medium {
  width: 150px;
  max-height: 213px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-big {
  width: 212px;
  max-height: 300px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.unscaled-picture-large {
  width: 212px;
  max-height: 300px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  object-fit: contain;
}
.pagination {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination > * {
  margin-right: 5px;
}
.popup .popup-overlay {
  position: fixed;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  z-index: 999;
  background: #000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.popup .popup-content {
  position: fixed;
  width: 649px;
  z-index: 999;
  top: 45%;
  left: 50%;
  margin-left: -335px;
  margin-top: -230px;
  height: 90%;
}
.popup .popup-content .popup-header {
  background-color: #f2f2f2;
  padding: 10px;
}
.popup .popup-content .popup-inner {
  padding: 15px;
  background-color: #f2f2f2;
  max-height: 85%;
  overflow-y: auto;
}
.popup-menu {
  position: relative;
  z-index: 1;
}
.popup-menu .popup {
  position: absolute;
  padding: 10px;
}
.popup-menu .popup.hide {
  display: none;
}
.popup-menu .popup.orientation-down {
  margin-top: -10px;
}
.popup-menu .popup.orientation-up {
  bottom: 20px;
}
.popup-menu .popup.side-right {
  margin-left: -10px;
}
.popup-menu .popup.side-left {
  right: 30px;
}
.popup-menu .popup ul {
  background-color: #fff;
  border: 1px solid #999;
}
.popup-menu .popup ul li {
  padding: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.popup-menu .popup ul li:last-child {
  border-bottom: none;
}
.popup-menu .popup ul li:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background: linear-gradient(left, #369d1a 0, #88ef75 100%);
}
.search-filter-mask {
  margin-bottom: 60px;
}
.search-filter-mask .add-filter {
  padding: 0 !important;
}
.search-filter-mask .add-filter .rc-menu-submenu-vertical {
  background: none;
}
.search-filter-mask .add-filter .rc-menu-submenu-title {
  padding-left: 12px !important;
}
[data-grin-microlink-target] {
  display: none;
}
[data-grin-microlink-target][data-microlink-active] {
  display: block;
}
.card {
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  width: 150px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.card[data-input-area]:hover {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
a.card {
  color: #000;
  text-decoration: none;
}
.card .card-icon {
  font-size: 1.5em;
  padding: 5px !important;
  color: #369d1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #88ef75;
  width: 35px;
  height: 35px;
}
.card .card-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.card .card-text .title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.iconlist-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}
.iconlist-item.active,
.iconlist-item[data-microlink-active] {
  background-color: #f2f2f2;
}
.iconlist-item:hover {
  text-decoration: none;
}
i.iconlist-icon {
  color: #fff;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
i.iconlist-icon.yellow {
  background-color: #f99a1e;
}
i.iconlist-icon.green {
  background-color: #22b573;
}
.iconlist-text {
  color: #000;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  letter-spacing: initial;
}
.sidebar-controls {
  height: 100%;
  overflow: auto;
  margin: 0 !important;
}
.sidebar-controls fieldset {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar-controls legend {
  letter-spacing: 1.5px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  padding-top: 15px;
  margin: 0;
}
.labelsticker,
.labels .token-input-token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,0,0,0.85);
  list-style: none;
  display: inline-block;
  height: auto;
  margin: 0 3px 0 0;
  padding: 0 5px;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  background-color: rgba(0,161,230,0.15);
  font-size: 14px;
}
.labelsticker .action-button,
.labels .token-input-token .action-button {
  top: 3px;
}
.labelsticker:hover,
.labels .token-input-token:hover {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
.labels .token-input-token {
  margin-top: 3px !important;
}
.labels.admin-tag-editor .textinput-lookalike {
  width: 100% !important;
}
.labels.admin-tag-editor .textinput-lookalike.search-link li .token-text:hover {
  cursor: pointer;
  text-decoration: underline;
}
.labels .token-input-list {
  margin-left: -5px;
  padding: 0;
}
.labels .token-input-list .token-input-input-token {
  margin-top: 3px;
}
.labels .token-input-list .token-input-input-token input {
  height: 19px;
}
.labels .token-input-list:not([class*="token-input-focused"]) .token-input-input-token:before {
  font-family: FontAwesome;
  content: "\f0fe";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #369d1a;
  margin-top: -1px;
}
.labels .token-input-list .token-input-token[data-token-text="new"],
.labels .token-input-list .token-input-token[data-token-text="New"],
.labels .token-input-list .token-input-token[data-token-text="NEW"],
.labelsticker.new {
  background-color: rgba(34,181,115,0.25);
}
.labels .token-input-list .token-input-token[data-token-text*="todo"],
.labels .token-input-list .token-input-token[data-token-text*="Todo"],
.labels .token-input-list .token-input-token[data-token-text*="TODO"],
.labelsticker[class*="todo"] {
  background-color: rgba(193,39,45,0.18);
}
.max-character-width-80 {
  max-width: 80ch;
  text-align: justify;
}
.max-character-width-80-ragged {
  max-width: 80ch;
}
.max-character-width-60 {
  max-width: 60ch;
  text-align: justify;
}
.max-character-width-60-ragged {
  max-width: 60ch;
}
div.detailed-document-status:not(:last-child) {
  margin-bottom: 5px;
}
#header-wrapper nav .button {
  padding: 10px;
  margin: 5px;
  height: 40px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
#header-wrapper nav .title {
  width: 12%;
  min-width: 180px;
}
#header-wrapper nav .title img {
  height: 45px;
}
.language-select-container {
  position: relative;
  min-width: 100px;
  margin-top: 0.8em;
}
.language-select-container:hover {
  background: #fff;
}
.language-select-container:hover .language-select-current {
  color: #000 !important;
}
.language-select-container:hover .language-select-list {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: initial;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.language-select-container .language-select-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  cursor: pointer;
}
.language-select-container .language-select-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 18px;
  left: 0;
  min-width: 100%;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  pointer-events: none;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 5;
}
.language-select-container .language-select-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  color: #000 !important;
}
.language-select-container .language-select-list a:hover {
  background-color: #e7e7e7;
}
.language-select-container .language-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.language-select-container .language-flag {
  width: 24px;
  height: 13px;
  margin-right: 10px;
}
ul.token-input-list {
  padding: 0 6px;
  overflow: hidden;
  list-style-type: none;
  min-height: 30px;
  height: auto;
}
ul.token-input-list.no-border-autosearch:not(.token-input-focused):not([data-element-changed]) {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.token-input-list input {
  margin: -2px -2px;
}
li.token-input-token {
  overflow: hidden;
  height: auto !important;
  padding: 6px 2px 0px 3px;
  color: #000;
  cursor: default;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: -2px 0 0 0;
}
.multitoken li.token-input-token {
  width: auto;
  margin-top: -1px;
}
li.token-input-token p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  vertical-align: middle;
}
li.token-input-token.token-input-selected-token {
  background-color: #ddd;
}
.token-input-disabled li.token-input-token {
  color: #aaa;
}
.token-input-disabled li.token-input-token .remove-trigger {
  display: none;
}
li.token-input-input-token {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li.token-input-input-token input {
  margin: -2px -2px;
}
.multitoken li.token-input-input-token input {
  margin-top: -2px;
  margin-left: -2px;
}
div.token-input-dropdown {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  min-width: 400px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #808080;
  cursor: default;
  z-index: 1;
  overflow-y: scroll;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
div.token-input-dropdown ul li:last-child {
  border-bottom: none;
}
div.token-input-dropdown ul li .result-icon {
  float: left;
  color: #555;
  width: 15px;
  clear: left;
  padding: 2px;
}
div.token-input-dropdown ul li .result-string {
  margin-left: 22px;
  display: list-item;
}
div.token-input-dropdown ul li .result-id {
  color: #555;
  font-weight: bold;
  display: block;
}
div.token-input-dropdown ul li .result-text {
  display: block;
}
div.token-input-dropdown ul li em {
  color: #000;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #369d1a), color-stop(1, #88ef75));
  background-image: -webkit-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -moz-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -o-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: -ms-linear-gradient(left, #369d1a 0, #88ef75 100%);
  background-image: linear-gradient(left, #369d1a 0, #88ef75 100%);
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item,
div.token-input-dropdown ul li.token-input-selected-dropdown-item .result-icon,
div.token-input-dropdown ul li.token-input-selected-dropdown-item .result-id {
  color: #fff;
}
div.token-input-dropdown ul li.result-search {
  font-style: italic;
}
div.token-input-dropdown ul li.result-search em:before,
div.token-input-dropdown ul li.result-search em:after {
  content: '"';
}
.token-input-list.sortable {
  position: relative;
  padding-right: 24px;
}
.token-input-list.sortable li:first-child {
  font-weight: 500;
}
.token-input-list.sortable li.token-input-token p {
  float: right;
  cursor: grab;
}
.token-input-list.sortable li.token-input-dragged-token {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: grabbing;
}
.token-input-list.sortable li.token-input-insert-before {
  padding-left: 6px;
  border-left: solid 6px #88ef75;
}
.token-input-list.sortable li.token-input-insert-after {
  margin-right: 6px;
  border-right: solid 6px #88ef75;
}
.token-input-list.sortable:after {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  color: #369d1a;
  white-space: nowrap;
  position: absolute;
  right: 6px;
  top: 0px;
  bottom: 0px;
  height: 14px;
  margin: auto;
  pointer-events: none;
  font-family: FontAwesome;
  content: "\f0b2";
}
li.token-input-dragged-clone {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: absolute;
  margin: 5px 0 0 5px;
  width: auto;
}
.licenses {
  max-width: 988px;
  margin-bottom: 40px;
}
.licenses .intro {
  color: #fff;
  width: 25%;
}
.left-sidebar .licenses .intro {
  display: none;
}
.licenses .intro .introTitle {
  color: #fff;
}
.licenses .acceptContractCheck {
  position: absolute;
  right: 15px;
  top: 420px;
}
.left-sidebar .licenses .acceptContractCheck {
  margin-top: -30px;
}
.licenses .choosePlan {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  height: 460px;
  padding: 20px;
  background: url("https://cdn.openpublishing.com/images/brand/1/accept_contract_page.jpg") #fff 0px 0px no-repeat;
}
.licenses .choice {
  background: #fff;
  color: #595959;
  float: left;
  width: 27%;
  height: 215px;
  margin: 40px 0 0 3%;
  padding: 15px 3%;
  border: 1px solid #999;
  position: relative;
}
.licenses .choice .intro-title {
  line-height: 1em;
  z-index: 10;
  word-wrap: normal;
  font-size: 1.2em;
}
.licenses .choice .intro-text {
  margin: 10% 0;
}
.licenses .choice .accept-button {
  position: absolute;
  z-index: 100;
  width: 191px;
  bottom: -55px;
  white-space: normal;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.licenses .choice .accept-button.grin-brand,
.licenses .choice .accept-button.diplomarbeiten24-brand,
.licenses .choice .accept-button.hausarbeiten-brand,
.licenses .choice .accept-button.unterweisungen-brand {
  background: #369d1a;
}
.licenses .best-choice {
  margin-top: 5px;
  width: 36%;
  height: 289px;
}
.licenses .best-choice .intro-title {
  font-size: 1.8em;
}
.licenses .best-choice .best-option {
  border: 1px solid #369d1a;
  border-left: 0;
  border-right: 0;
  color: #369d1a;
  width: auto;
  line-height: 2.5em;
  font-weight: bolder;
  margin: 10px -21px 0 -21px;
  font-size: 16px;
  text-align: center;
}
.licenses .best-choice .accept-button {
  font-size: 18px;
  width: 255px;
}
.licenses .chooseForm {
  width: 75%;
}
.left-sidebar .licenses .chooseForm {
  width: 100%;
}
.licenses .chooseForm .option-radio ~ .accept-button {
  display: none;
}
.licenses .chooseForm .option-radio:checked ~ .accept-button {
  display: block;
}
.licenses .chooseForm .choice .option-radio {
  display: none;
}
.licenses .chooseForm .choice .option-radio + span.check-tool {
  position: absolute;
  display: inline-block;
  bottom: 7px;
  width: 30px;
  height: 28px;
  background: url("https://cdn.openpublishing.com/images/brand/1/license_check_small.png") 1px 0px no-repeat;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.licenses .chooseForm .choice .option-radio:checked + span.check-tool {
  background: url("https://cdn.openpublishing.com/images/brand/1/license_check_small.png") -27px 0px no-repeat;
}
.licenses .chooseForm .best-choice .option-radio + span.check-tool {
  width: 67px;
  height: 67px;
  background: url("https://cdn.openpublishing.com/images/brand/1/license_check_large.png") 1px 0px no-repeat;
}
.licenses .chooseForm .best-choice .option-radio:checked + span.check-tool {
  background: url("https://cdn.openpublishing.com/images/brand/1/license_check_large.png") -67px 0px no-repeat !important;
}
.licenses .chooseForm .confirmAndContinue .acceptContractCheck,
.licenses .chooseForm .confirmAndContinue a:link,
.licenses .chooseForm .confirmAndContinue a:visited {
  color: #fff;
}
.document-list .discount-box > div {
  padding-left: 5px;
  padding-right: 5px;
}
.document-list .discount-box > div > b {
  font-size: 14px;
}
.document-list .discount-box > .list-price {
  color: #808080;
}
.document-list .discount-box > .list-price > b {
  text-decoration: line-through;
}
.document-list .document-item {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
}
.document-list .document-item > .picturebox {
  float: left;
  width: 55%;
  min-height: 200px;
  padding: 20px 0;
}
.document-list .document-item > .picturebox > img {
  float: left;
}
.document-list .document-item > .picturebox > .meta {
  float: left;
  width: 74%;
  margin-left: 15px;
}
.document-list .document-item .quantity {
  width: 15%;
}
.document-list .book-chartbox .book-chart {
  position: relative;
  float: right;
  width: 315px;
  height: 171px;
}
.document-list .book-chartbox .book-chart .empty-graphic {
  background: url("/images/printauthor/empty-graphic.png") no-repeat;
}
.document-list .book-chartbox .book-chart .filled-graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/images/printauthor/filled-graphic.png") no-repeat;
  width: 174px;
}
.document-list .book-chartbox .book-chart .top-slider {
  position: absolute;
  top: 158px;
  left: 100px;
  height: 13px;
  width: 68px;
  background: url("/images/printauthor/sliders.png") repeat-x left -55px;
}
.document-list .book-chartbox .book-chart .total-price-text {
  position: absolute;
  top: 90px;
  left: 20px;
  text-align: right;
}
.document-list .book-chartbox .book-chart .book-price-text {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
.document-list .book-chartbox .book-chart .totals span {
  float: none;
  display: block;
}
.document-list .book-chartbox .book-chart .totals span span {
  display: inline;
}
.document-list .book-chartbox .book-chart .totals .total-title {
  font-size: 100%;
  font-weight: bold;
}
.document-list .book-chartbox .book-chart .totals .price {
  font-size: 140%;
  font-weight: bold;
}
.document-list .book-chartbox .book-chart .totals .saved {
  font-weight: bold;
  color: #090;
}
.document-list .book-chartbox .book-chart .legend {
  position: relative;
  top: 175px;
  left: 164px;
  font-weight: bold;
  text-transform: uppercase;
}
.document-list .book-chartbox .book-chart .legend > span {
  position: absolute;
}
.document-list .book-chartbox .book-chart .legend .title {
  left: -144px;
}
.document-list .book-chartbox .book-chart .legend .one {
  left: -52px;
}
.document-list .book-chartbox .book-chart .legend .two {
  left: -15px;
}
.document-list .book-chartbox .book-chart .legend .thre {
  left: 25px;
}
.document-list .book-chartbox .book-chart .legend .four {
  left: 67px;
}
.document-list .book-chartbox .book-chart .legend .five {
  left: 103px;
}
.document-list .small-doc-title {
  font-size: 55%;
  position: absolute;
  left: 50px;
  line-height: 130%;
  font-weight: bold;
}
.document-list .book-chart .empty-graphic,
.document-list .book-chart .filled-graphic {
  width: 320px;
  height: 180px;
  position: absolute;
}
.page-partner-program .invite-authors ul,
.page-partner-program .invite-authors li {
  list-style: disc inside !important;
}
.page-partner-program .invite-authors textarea {
  height: 200px;
  resize: none;
}
.page-partner-program .links_and_btns {
  padding-left: 2%;
  border-left: 1px solid #e5e5e5;
}
.page-partner-program .links_and_btns section {
  margin-bottom: 10px;
}
.page-partner-program .snippet textarea {
  width: 94%;
  resize: none;
}
.page-premium-interstitial .upload-header {
  width: 988px;
  height: 480px;
  background: url("/images/login/premium-services-bg.jpg") left top no-repeat;
}
.page-premium-interstitial .upload-banner {
  height: 460px;
}
.page-premium-interstitial .upload-uploader-block {
  float: left;
  width: 300px;
  color: #fff;
}
.page-premium-interstitial .home-slider-text {
  font-size: 155%;
}
.page-premium-interstitial .home-slider-text.upload {
  float: left;
  padding: 0px;
  width: 430px;
  height: auto;
  margin: 10px 0px 0px 20px;
}
.page-premium-interstitial .home-slider-headline {
  font-size: 165%;
  line-height: 1em;
  margin: 20px 0;
}
.page-premium-interstitial .home-slider-subheadline ul {
  margin-top: 10px;
}
.page-premium-interstitial .home-slider-subheadline ul li {
  list-style: disc inside;
  padding: 5px 0px 5px 20px;
}
.page-premium-interstitial .upload-info-block {
  float: right;
  width: 540px;
}
.page-premium-interstitial .upload-info-block ol {
  margin-left: 20px;
}
.page-premium-interstitial .upload-info-block ol li {
  padding-left: 0px;
}
.page-premium-interstitial .upload-banner-boxes {
  -webkit-animation: target-show 1s 1;
  -moz-animation: target-show 1s 1;
  -o-animation: target-show 1s 1;
  -ms-animation: target-show 1s 1;
  animation: target-show 1s 1;
  float: right;
  margin: 0px;
  font-size: 1em;
}
.page-premium-interstitial .upload-banner-boxes p.info {
  font-size: 18px !important;
  color: #575757;
}
.page-premium-interstitial .upload-banner-boxes .closeBanner {
  color: #333;
  font-size: 0.9em;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.page-premium-interstitial .upload-banner-box {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 200px;
  height: 120px;
  font-size: 1em;
  border: 1px solid #9a9a99;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  margin: 10px;
  color: #333;
}
.page-premium-interstitial .upload-banner-box .openBanner {
  position: absolute;
  color: #333;
  bottom: 10px;
  right: 10px;
  font-size: 0.9em;
  text-decoration: underline;
}
.page-premium-interstitial [data-grin-microlink-target] {
  display: none;
}
.page-premium-interstitial [data-grin-microlink-target][data-microlink-active] {
  display: block;
}
.page-premium-interstitial .upload-banner-box2 {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 462px;
  height: 302px;
  border: 1px solid #9a9a99;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  cursor: pointer;
  margin: 10px 26px 10px 0px;
  font-size: 1em;
  color: #333;
}
.page-premium-interstitial .upload-banner-box2 h4 {
  margin: 0 0 5px;
}
.page-premium-interstitial .upload-banner-box2 p {
  font-size: 12px;
}
.page-premium-interstitial .upload-banner-box2 li {
  list-style: disc;
  font-size: 12px;
  margin-bottom: 5px;
}
.page-premium-interstitial .actionContainer {
  float: right;
  width: 250px;
  text-align: right;
  clear: both;
  margin: 5px 27px auto auto;
}
.page-premium-interstitial .actionContainer .no_more_premium_check_container {
  display: block;
  color: #fff;
  float: right;
  margin-top: 10px;
}
.page-premium-interstitial .actionContainer .askNow {
  display: inline-block;
  width: auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43b732), color-stop(1, #379629));
  background: -webkit-linear-gradient(top, #43b732 0, #379629 100%);
  background: -moz-linear-gradient(top, #43b732 0, #379629 100%);
  background: -o-linear-gradient(top, #43b732 0, #379629 100%);
  background: -ms-linear-gradient(top, #43b732 0, #379629 100%);
  background: linear-gradient(top, #43b732 0, #379629 100%);
  font-size: 2em;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}
.page-premium-interstitial .actionContainer .noThanks {
  text-decoration: underline;
  color: #fff;
}
.page-premium-interstitial .coverdesign .upload-banner-box2 {
  background: url("/images/login/coverdesign.jpg") #fff 0px 170px no-repeat;
}
.page-premium-interstitial .layout .upload-banner-box2 {
  background: url("/images/login/layout.jpg") #fff 0px 225px no-repeat;
}
.nextSteps {
  position: fixed;
  width: 250px;
  right: 10px;
  top: 137px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  -webkit-box-shadow: -3px -2px 30px rgba(0,0,0,0.2);
  box-shadow: -3px -2px 30px rgba(0,0,0,0.2);
  background-color: #fff;
}
.nextSteps .nextSteps-closeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  color: #ddd;
}
.nextSteps .nextSteps-top {
  padding: 0 15px;
  border-bottom: 3px solid #f2f2f2;
}
.nextSteps h3 {
  color: #88ef75;
  margin: 15px 0;
}
.nextSteps p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.page-account .sidebar-navigation {
  margin-top: 30px !important;
}
.page-account-overview .news {
  background: #fff;
  padding: 15px 30px;
}
.page-account-overview .card {
  height: 155px;
}
.page-account-overview .dashboard-items .card {
  width: 33%;
}
.page-account-overview .dashboard-items .number {
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.page-account-overview .dashboard-items .number span {
  font-size: 3em;
  color: #88ef75;
}
.page-account-overview .dashboard-documents a.card:first-child {
  width: 14%;
}
.page-account-overview .dashboard-documents .card {
  color: #88ef75;
  width: 20%;
}
.page-account-overview .dashboard-documents .card-icon {
  margin-top: 10px;
  height: 76px;
  width: 54px;
  color: #88ef75 !important;
  border-color: #88ef75 !important;
}
.page-account-overview .dashboard-documents .picturebox {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  margin-top: -16px;
  margin-bottom: -20px;
}
.page-account-overview .dashboard-documents .picturebox ~ .card-text {
  font-size: 13px;
}
.premium-contact .premium-packages .package-price {
  margin: 15px 0;
  font-size: 1.3em;
}
.premium-contact .premium-packages .package-price span {
  font-size: 1.5em;
  color: #88ef75;
}
.premium-contact .premium-packages table colgroup {
  border: 1px solid #ccc;
  width: 13%;
}
.premium-contact .premium-packages table colgroup:nth-child(1) {
  width: 35%;
  border: none;
}
.premium-contact .premium-packages table td,
.premium-contact .premium-packages table thead th {
  text-align: center;
}
.premium-contact .premium-packages table tr:hover {
  background: #e6e6e6;
}
.premium-contact .premium-packages table td:last-child,
.premium-contact .premium-packages table th:last-child {
  display: none;
}
.premium-contact .premium-packages table tbody tr {
  height: 70px;
}
.premium-contact .premium-packages table tbody h4.title-font {
  font-weight: 400;
  color: #585858;
  margin: 10px 0;
}
.premium-contact .premium-packages table thead th[data-input-area] {
  border: 1px solid #88ef75;
}
.premium-contact .premium-packages table thead th[data-input-area]:hover {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.premium-contact .premium-services .objectlist-item {
  background-color: #fff;
  margin-bottom: 12px;
}
.premium-contact .premium-services .objectlist-item:hover {
  cursor: pointer;
  background: #fafafa;
}
.premium-contact .premium-services .objectlist-item h4 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.premium-contact .premium-services .objectlist-item h4 input {
  vertical-align: top;
  margin-right: 20px;
}
.premium-contact .premium-services .objectlist-item h4 .title-font {
  float: right;
}
