
html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}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{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;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(../fonts/Cabin-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(../fonts/Cabin-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(../fonts/Cabin-Bold.woff) format('woff');
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.icon-50x19,
.icon-40x15,
.icon-36x17,
.icon-36x15,
.icon-35x35,
.icon-32x28,
.icon-32x15,
.icon-25x25,
.icon-20x20,
.icon-20x9,
.icon-17x17,
.icon-16x16,
.icon-15x15,
.icon-14x14,
.icon-13x13,
.icon-13x9,
.icon-12x12,
.icon-11x11,
.icon-9x9,
.icon-9x16 {
  display: block;
  background: url(../images/ui/icons.png) no-repeat 52px 30px;
}
.icon-50x19 {
  width: 50px;
  height: 19px;
}
.icon-50x19.icon-50x19-file-csv {
  background-position: -240px 0;
}
.icon-50x19.icon-50x19-file-csv:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-csv {
  background-position: -240px -20px;
}
.icon-50x19.icon-50x19-file-csv-gz {
  background-position: -240px -40px;
}
.icon-50x19.icon-50x19-file-csv-gz:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-csv-gz {
  background-position: -240px -60px;
}
.icon-50x19.icon-50x19-file-xml {
  background-position: -240px -80px;
}
.icon-50x19.icon-50x19-file-xml:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-xml {
  background-position: -240px -100px;
}
.icon-50x19.icon-50x19-file-xml-gz {
  background-position: -240px -120px;
}
.icon-50x19.icon-50x19-file-xml-gz:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-xml-gz {
  background-position: -240px -140px;
}
.icon-50x19.icon-50x19-file-xls {
  background-position: -240px -160px;
}
.icon-50x19.icon-50x19-file-xls:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-xls {
  background-position: -240px -180px;
}
.icon-50x19.icon-50x19-file-pdf {
  background-position: -240px -200px;
}
.icon-50x19.icon-50x19-file-pdf:hover,
.trigger-icon-hover:hover .icon-50x19.icon-50x19-file-pdf {
  background-position: -240px -220px;
}
.icon-40x15 {
  width: 40px;
  height: 15px;
}
.icon-40x15.icon-40x15-live {
  background-position: 0 0;
}
.icon-40x15.icon-40x15-live:hover {
  background-position: 0 -15px;
}
.icon-36x17 {
  width: 36px;
  height: 17px;
}
.icon-36x17.icon-36x17-copy {
  background-position: -362px 0;
}
.icon-36x17.icon-36x17-copy:hover {
  background-position: -362px -20px;
}
.icon-36x17.icon-36x17-rename {
  background-position: -362px -40px;
}
.icon-36x17.icon-36x17-rename:hover {
  background-position: -362px -60px;
}
.icon-36x17.icon-36x17-delete {
  background-position: -362px -80px;
}
.icon-36x17.icon-36x17-delete:hover {
  background-position: -362px -100px;
}
.icon-36x17.icon-36x17-save {
  background-position: -362px -120px;
}
.icon-36x17.icon-36x17-save:hover {
  background-position: -362px -140px;
}
.icon-36x17.icon-36x17-discard {
  background-position: -362px -160px;
}
.icon-36x17.icon-36x17-discard:hover {
  background-position: -362px -180px;
}
.icon-36x17.icon-36x17-dimension-chart {
  background-position: -362px -200px;
}
.icon-36x17.icon-36x17-dimension-chart:hover {
  background-position: -362px -220px;
}
.icon-36x17.icon-36x17-probability-chart {
  background-position: -362px -240px;
}
.icon-36x17.icon-36x17-probability-chart:hover {
  background-position: -362px -260px;
}
.icon-36x17.icon-36x17-map {
  background-position: -362px -280px;
}
.icon-36x17.icon-36x17-map:hover {
  background-position: -362px -300px;
}
.icon-36x17.icon-36x17-info {
  background-position: -362px -320px;
}
.icon-36x17.icon-36x17-info:hover {
  background-position: -362px -340px;
}
.icon-36x17.icon-36x17-link-original {
  background-position: -362px -360px;
}
.icon-36x17.icon-36x17-link-original:hover {
  background-position: -362px -380px;
}
.icon-36x15 {
  width: 36px;
  height: 15px;
}
.icon-36x15.icon-36x15-file-csv {
  background-position: -204px 0;
}
.icon-36x15.icon-36x15-file-csv:hover {
  background-position: -204px -15px;
}
.icon-36x15.icon-36x15-file-csv-gz {
  background-position: -204px -30px;
}
.icon-36x15.icon-36x15-file-csv-gz:hover {
  background-position: -204px -45px;
}
.icon-36x15.icon-36x15-file-xml {
  background-position: -204px -60px;
}
.icon-36x15.icon-36x15-file-xml:hover {
  background-position: -204px -75px;
}
.icon-36x15.icon-36x15-file-xml-gz {
  background-position: -204px -90px;
}
.icon-36x15.icon-36x15-file-xml-gz:hover {
  background-position: -204px -105px;
}
.icon-35x35 {
  width: 35px;
  height: 35px;
}
.icon-35x35.icon-35x35-file-pdf {
  background-position: -310px 0;
}
.icon-32x28 {
  width: 32px;
  height: 28px;
}
.icon-32x28.icon-32x28-printer {
  background-position: -99px 0;
}
.icon-32x15 {
  width: 32px;
  height: 15px;
}
.icon-32x15.icon-32x15-file {
  background-position: -172px 0;
}
.icon-32x15.icon-32x15-file-pdf {
  background-position: -172px -15px;
}
.icon-32x15.icon-32x15-file-xls,
.icon-32x15.icon-32x15-file-xlsx {
  background-position: -172px -30px;
}
.icon-32x15.icon-32x15-file-xml {
  background-position: -172px -45px;
}
.icon-32x15.icon-32x15-file-txt {
  background-position: -172px -60px;
}
.icon-32x15.icon-32x15-file-xsd {
  background-position: -172px -75px;
}
.icon-32x15.icon-32x15-file-doc,
.icon-32x15.icon-32x15-file-docx {
  background-position: -172px -90px;
}
.icon-32x15.icon-32x15-file-pps,
.icon-32x15.icon-32x15-file-ppt,
.icon-32x15.icon-32x15-file-pptx {
  background-position: -172px -105px;
}
.icon-32x15.icon-32x15-file-zip {
  background-position: -172px -120px;
}
.icon-32x15.icon-32x15-file-html {
  background-position: -172px -135px;
}
.icon-32x15.icon-32x15-file-chm {
  background-position: -172px -150px;
}
.icon-25x25 {
  width: 25px;
  height: 25px;
}
.icon-25x25.icon-25x25-done,
form.done .icon-25x25.icon-25x25-affect-done {
  background-position: -147px 0;
}
.icon-25x25.icon-25x25-done-save,
.icon-25x25.icon-25x25-affect-done-save {
  background-position: -147px 0;
}
.icon-25x25.icon-25x25-error,
form.error .icon-25x25.icon-25x25-affect-error {
  background-position: -147px -25px;
}
.icon-25x25.icon-25x25-error-save,
.icon-25x25.icon-25x25-affect-error-save {
  background-position: -147px -25px;
}
.icon-25x25.icon-25x25-loading-242424 {
  background: url(../images/ui/loaders/loading-242424.gif) no-repeat 100% 50%;
}
.icon-20x20 {
  width: 20px;
  height: 21px;
}
.icon-20x20.icon-20x20-fancy-info {
  background-position: -79px 0;
}
.icon-20x20.icon-20x20-fancy-error {
  background-position: -79px -21px;
}
.icon-20x9 {
  width: 20px;
  height: 9px;
}
.icon-20x9.icon-20x9-new {
  background-position: -79px -63px;
}
.icon-17x17 {
  width: 17px;
  height: 17px;
}
.icon-17x17.icon-17x17-cog {
  background-position: -345px 0;
}
.icon-17x17.icon-17x17-cog.active {
  background-position: -345px -17px;
}
.icon-17x17.icon-17x17-cog:hover {
  background-position: -345px -34px;
}
.icon-16x16 {
  width: 16px;
  height: 16px;
}
.icon-16x16.icon-16x16-close {
  background-position: -131px 0;
}
.icon-16x16.icon-16x16-close:hover {
  background-position: -131px -20px;
}
.icon-16x16.icon-16x16-cancel {
  background-position: -131px -40px;
}
.icon-16x16.icon-16x16-cancel:hover,
.trigger-icon-hover:hover .icon-16x16.icon-16x16-cancel {
  background-position: -131px -60px;
}
.icon-15x15 {
  width: 15px;
  height: 15px;
}
.icon-15x15.icon-15x15-cog {
  background-position: -398px 0;
}
.icon-15x15.icon-15x15-cog:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-cog {
  background-position: -398px -20px;
}
.icon-15x15.icon-15x15-set {
  background-position: -398px -40px;
}
.icon-15x15.icon-15x15-set:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-set {
  background-position: -398px -60px;
}
.icon-15x15.icon-15x15-error {
  background-position: -398px -80px;
}
.icon-15x15.icon-15x15-error:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-error {
  background-position: -398px -100px;
}
.icon-15x15.icon-15x15-fullscreen {
  background-position: -398px -120px;
}
.icon-15x15.icon-15x15-fullscreen:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-fullscreen {
  background-position: -398px -140px;
}
.icon-15x15.icon-15x15-settings {
  background-position: -398px -160px;
}
.icon-15x15.icon-15x15-settings:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-settings {
  background-position: -398px -180px;
}
.icon-15x15.icon-15x15-elearning {
  background-position: -398px -200px;
}
.icon-15x15.icon-15x15-elearning:hover,
.trigger-icon-hover:hover .icon-15x15.icon-15x15-elearning {
  background-position: -398px -220px;
}
.icon-14x14 {
  width: 14px;
  height: 14px;
}
.icon-14x14.icon-14x14-datepicker {
  background-position: -65px 0;
}
.icon-14x14.icon-14x14-datepicker-orange {
  background-position: -65px -14px;
}
.icon-14x14.icon-14x14-today {
  background-position: -65px -28px;
}
.icon-14x14.icon-14x14-today-orange {
  background-position: -65px -42px;
}
.icon-13x13 {
  width: 13px;
  height: 13px;
}
.icon-13x9 {
  width: 13px;
  height: 9px;
}
.icon-13x13.icon-13x13-menu {
  background-position: -52px 0;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-menu {
  background-position: -52px -13px;
}
.icon-13x13.icon-13x13-drop-down-arrow,
.icon-13x13.icon-13x13-expand-collapse,
.icon-13x13.icon-13x13-sort.desc,
.trigger-icon-status.desc .icon-13x13.icon-13x13-sort {
  background-position: -52px -26px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-drop-down-arrow,
.trigger-icon-hover:hover .icon-13x13.icon-13x13-expand-collapse,
.trigger-icon-hover:hover .icon-13x13.icon-13x13-sort.desc,
.trigger-icon-status.desc:hover .icon-13x13.icon-13x13-sort,
.trigger-icon-status.asc.sorted:hover .icon-13x13.icon-13x13-sort {
  background-position: -52px -39px;
}
.icon-13x13.icon-13x13-drop-down-arrow.active,
.icon-13x13.icon-13x13-expand-collapse.active,
.icon-13x13.icon-13x13-sort.desc.sorted,
.trigger-icon-status.desc.sorted .icon-13x13.icon-13x13-sort,
.trigger-icon-hover:hover .icon-13x13.icon-13x13-drop-down-arrow.active,
.trigger-icon-hover:hover .icon-13x13.icon-13x13-expand-collapse.active {
  background-position: -52px -52px;
}
.collapsed.trigger-icon-collapse .icon-13x13.icon-13x13-expand-collapse,
.icon-13x13.icon-13x13-arrow-right {
  background-position: -52px -65px;
}
.collapsed.trigger-icon-collapse.trigger-icon-hover:hover .icon-13x13.icon-13x13-expand-collapse,
.trigger-icon-hover:hover .icon-13x13.icon-13x13-arrow-right {
  background-position: -52px -78px;
}
.icon-13x13.icon-13x13-sort.asc,
.trigger-icon-status.asc .icon-13x13.icon-13x13-sort {
  background-position: -52px -208px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-sort.desc,
.trigger-icon-status.asc:hover .icon-13x13.icon-13x13-sort,
.trigger-icon-status.desc.sorted:hover .icon-13x13.icon-13x13-sort,
.trigger-icon-status.sortable:hover .icon-13x13.icon-13x13-sort {
  background-position: -52px -221px;
}
.icon-13x13.icon-13x13-sort.asc.sorted,
.trigger-icon-status.asc.sorted .icon-13x13.icon-13x13-sort {
  background-position: -52px -234px;
}
.icon-13x13.icon-13x13-back {
  background-position: -52px -104px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-back {
  background-position: -52px -117px;
}
.icon-13x13.icon-13x13-lock {
  background-position: -52px -130px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-lock {
  background-position: -52px -143px;
}
.trigger-icon-active.active .icon-13x13.icon-13x13-lock,
.trigger-icon-active.selected .icon-13x13.icon-13x13-lock {
  background-position: -52px -156px;
}
.icon-13x13.icon-13x13-user {
  background-position: -52px -169px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-user {
  background-position: -52px -182px;
}
.trigger-icon-active.active .icon-13x13.icon-13x13-user,
.trigger-icon-active.selected .icon-13x13.icon-13x13-user {
  background-position: -52px -195px;
}
.icon-13x9.icon-13x9-ticker {
  background-position: -52px -247px;
}
.trigger-icon-hover:hover .icon-13x9.icon-13x9-ticker {
  background-position: -52px -257px;
}
.icon-13x13.icon-13x13-arrow-left {
  background-position: -52px -267px;
}
.trigger-icon-hover:hover .icon-13x13.icon-13x13-arrow-left {
  background-position: -52px -280px;
}
.icon-12x12 {
  width: 12px;
  height: 12px;
}
.icon-12x12.icon-12x12-help {
  background-position: -40px 0;
}
.icon-12x12.icon-12x12-flag {
  background-position: -40px -12px;
}
.icon-11x11 {
  width: 11px;
  height: 11px;
}
.icon-11x11.icon-11x11-plus {
  background-position: -299px 0;
}
.icon-11x11.icon-11x11-minus {
  background-position: -299px -11px;
}
.icon-9x9 {
  width: 9px;
  height: 9px;
}
.icon-9x16 {
  width: 9px;
  height: 16px;
}
.icon-9x9.icon-9x9-switcher-onecol {
  background-position: -290px 0;
}
.trigger-icon-hover:hover .icon-9x9.icon-9x9-switcher-onecol {
  background-position: -290px -9px;
}
.icon-9x9.icon-9x9-switcher-onecol.active,
.trigger-icon-hover:hover .icon-9x9.icon-9x9-switcher-onecol.active {
  background-position: -290px -18px;
}
.icon-9x9.icon-9x9-switcher-twocols {
  background-position: -290px -27px;
}
.trigger-icon-hover:hover .icon-9x9.icon-9x9-switcher-twocols {
  background-position: -290px -36px;
}
.icon-9x9.icon-9x9-switcher-twocols.active,
.trigger-icon-hover:hover .icon-9x9.icon-9x9-switcher-twocols.active {
  background-position: -290px -45px;
}
.icon-9x9.icon-9x9-external-link {
  background-position: -290px -108px;
}
a:hover > .icon-9x9.icon-9x9-external-link,
.fake-link:hover > .icon-9x9.icon-9x9-external-link {
  background-position: -290px -117px;
}
.icon-9x9.icon-9x9-external-link.icon-inline {
  vertical-align: 0;
}
.icon-9x16.icon-9x16-arrow {
  background-position: -290px -140px;
}
.icon-9x16.icon-9x16-arrow:hover {
  background-position: -290px -160px;
}
.icon-left {
  float: left;
  margin-right: 10px;
}
.icon-right {
  float: right;
  margin-left: 10px;
}
.icon-inline {
  display: inline-block;
  vertical-align: text-top;
}
.icon-inline.icon-middle {
  vertical-align: middle;
}


.flags {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../images/ui/flags.png) no-repeat 0 11px;
}
.flag-lang-ca,
.flag-ad { background-position: 0 0 }
.flag-ae { background-position: 0 -11px }
.flag-lang-ps,
.flag-wl-lwa_ps,
.flag-af { background-position: 0 -22px }
.flag-ag { background-position: 0 -33px }
.flag-ai { background-position: 0 -44px }
.flag-lang-sq,
.flag-al { background-position: 0 -55px }
.flag-lang-hy,
.flag-am { background-position: 0 -66px }
.flag-an { background-position: 0 -77px }
.flag-lang-kj,
.flag-ao { background-position: 0 -88px }
.flag-aq { background-position: 0 -99px }
.flag-ar { background-position: 0 -110px }
.flag-as { background-position: 0 -121px }
.flag-at { background-position: 0 -132px }
.flag-au { background-position: 0 -143px }
.flag-aw { background-position: 0 -154px }
.flag-ax { background-position: 0 -165px }
.flag-lang-az,
.flag-az { background-position: 0 -176px }
.flag-lang-bs,
.flag-ba { background-position: 0 -187px }
.flag-bb { background-position: 0 -198px }
.flag-lang-bn,
.flag-bd { background-position: 0 -209px }
.flag-lang-wa,
.flag-be { background-position: 0 -220px }
.flag-bf { background-position: 0 -231px }
.flab-lang-bg,
.flag-wl-lwa_bg,
.flag-bg { background-position: 0 -242px }
.flag-bh { background-position: 0 -253px }
.flag-lang-rn,
.flag-bi { background-position: 0 -264px }
.flag-bj { background-position: 0 -275px }
.flag-bm { background-position: 0 -286px }
.flag-bn { background-position: 0 -297px }
.flag-lang-ay,
.flag-bo { background-position: 0 -308px }
.flag-br { background-position: 0 -319px }
.flag-bs { background-position: 0 -330px }
.flag-lang-dz,
.flag-bt { background-position: 0 -341px }
.flag-bv { background-position: 0 -352px }
.flag-lang-tn,
.flag-bw { background-position: 0 -363px }
.flag-lang-be,
.flag-by { background-position: 0 -374px }
.flag-bz { background-position: 0 -385px }
.flag-ca { background-position: 0 -396px }
.flag-catalonia
         { background-position: 0 -407px }
.flag-cc { background-position: 0 -418px }
.flag-lang-kg,
.flag-lang-lu,
.flag-cd { background-position: 0 -429px }
.flag-lang-sg,
.flag-cf { background-position: 0 -440px }
.flag-lang-ln,
.flag-cg { background-position: 0 -451px }
.flag-lang-rm,
.flag-ch { background-position: 0 -462px }
.flag-ci { background-position: 0 -473px }
.flag-ck { background-position: 0 -484px }
.flag-cl { background-position: 0 -495px }
.flag-cm { background-position: 0 -506px }
.flag-lang-bo,
.flag-lang-ii,
.flag-lang-za,
.flag-lang-zh,
.flag-lang-zh-Hans,
.flag-lang-zh-Hant,
.flag-wl-zh_cn,
.flag-wl-zh_tw,
.flag-cn { background-position: 0 -517px }
.flag-co { background-position: 0 -528px }
.flag-cr { background-position: 0 -539px }
.flag-cs { background-position: 0 -550px }
.flag-cu { background-position: 0 -561px }
.flag-cv { background-position: 0 -572px }
.flag-cw { background-position: 0 -583px }
.flag-cx { background-position: 0 -594px }
.flag-cy { background-position: 0 -605px }
.flag-lang-cs,
.flag-wl-lwa_cs,
.flag-cz { background-position: 0 -616px }
.flag-lang-de,
.flag-wl-de,
.flag-de { background-position: 0 -627px }
.flag-dj { background-position: 0 -638px }
.flag-lang-da,
.flag-wl-lwa_da,
.flag-dk { background-position: 0 -649px }
.flag-dm { background-position: 0 -660px }
.flag-do { background-position: 0 -671px }
.flag-dz { background-position: 0 -682px }
.flag-ec { background-position: 0 -693px }
.flag-lang-et,
.flag-ee { background-position: 0 -704px }
.flag-eg { background-position: 0 -715px }
.flag-eh { background-position: 0 -726px }
.flag-england
         { background-position: 0 -737px }
.flag-lang-aa,
.flag-lang-ti,
.flag-er { background-position: 0 -748px }
.flag-lang-es,
.flag-lang-an,
.flag-lang-oc,
.flag-wl-es,
.flag-es { background-position: 0 -759px }
.flag-lang-am,
.flag-lang-om,
.flag-et { background-position: 0 -770px }
.flag-europeanunion
         { background-position: 0 -781px }
.flag-fam
         { background-position: 0 -792px }
.flag-lang-fi,
.flag-wl-lwa_fi,
.flag-fi { background-position: 0 -803px }
.flag-lang-fj,
.flag-fj { background-position: 0 -814px }
.flag-fk { background-position: 0 -825px }
.flag-fm { background-position: 0 -836px }
.flag-lang-fo,
.flag-fo { background-position: 0 -847px }
.flag-lang-fr,
.flag-lang-co,
.flag-lang-br,
.flag-wl-fr,
.flag-fr { background-position: 0 -858px }
.flag-ga { background-position: 0 -869px }
.flag-lang-en,
.flag-wl-en,
.flag-wl-en_uk,
.flag-gb { background-position: 0 -880px }
.flag-gd { background-position: 0 -891px }
.flag-lang-ka,
.flag-ge { background-position: 0 -902px }
.flag-gf { background-position: 0 -913px }
.flag-gg { background-position: 0 -924px }
.flag-lang-ak,
.flag-lang-tw,
.flag-lang-ee,
.flag-gh { background-position: 0 -935px }
.flag-gi { background-position: 0 -946px }
.flag-lang-kl,
.flag-gl { background-position: 0 -957px }
.flag-gm { background-position: 0 -968px }
.flag-gn { background-position: 0 -979px }
.flag-gp { background-position: 0 -990px }
.flag-gq { background-position: 0 -1001px }
.flag-lang-el,
.flag-wl-el,
.flag-gr { background-position: 0 -1012px }
.flag-gs { background-position: 0 -1023px }
.flag-gt { background-position: 0 -1034px }
.flag-gu { background-position: 0 -1045px }
.flag-gw { background-position: 0 -1056px }
.flag-gy { background-position: 0 -1067px }
.flag-hk { background-position: 0 -1078px }
.flag-hm { background-position: 0 -1089px }
.flag-hn { background-position: 0 -1100px }
.flag-lang-hr,
.flag-hr { background-position: 0 -1111px }
.flag-lang-ht,
.flag-ht { background-position: 0 -1122px }
.flag-lang-hu,
.flag-wl-lwa_hu,
.flag-hu { background-position: 0 -1133px }
.flag-lang-id,
.flag-lang-jv,
.flag-lang-ms,
.flag-id { background-position: 0 -1144px }
.flag-lang-ga,
.flag-ie { background-position: 0 -1155px }
.flag-lang-he,
.flag-wl-lwa_he,
.flag-il { background-position: 0 -1166px }
.flag-lang-gv,
.flag-im { background-position: 0 -1177px }
.flag-lang-as,
.flag-lang-hi,
.flag-lang-kn,
.flag-lang-ks,
.flag-lang-ml,
.flag-lang-mr,
.flag-lang-or,
.flag-lang-te,
.flag-wl-lwa_hi,
.flag-in { background-position: 0 -1188px }
.flag-io { background-position: 0 -1199px }
.flag-iq { background-position: 0 -1210px }
.flag-lang-ae,
.flag-lang-fa,
.flag-wl-lwa_fa,
.flag-ir { background-position: 0 -1221px }
.flag-lang-is,
.flag-is { background-position: 0 -1232px }
.flag-lang-it,
.flag-wl-it,
.flag-it { background-position: 0 -1243px }
.flag-je { background-position: 0 -1254px }
.flag-jm { background-position: 0 -1265px }
.flag-jo { background-position: 0 -1276px }
.flag-lang-ja,
.flag-wl-ja,
.flag-jp { background-position: 0 -1287px }
.flag-lang-sw,
.flag-lang-ki,
.flag-ke { background-position: 0 -1298px }
.flag-lang-ky,
.flag-kg { background-position: 0 -1309px }
.flag-lang-km,
.flag-kh { background-position: 0 -1320px }
.flag-ki { background-position: 0 -1331px }
.flag-km { background-position: 0 -1342px }
.flag-kn { background-position: 0 -1353px }
.flag-kp { background-position: 0 -1364px }
.flag-lang-ko,
.flag-wl-ko,
.flag-kr { background-position: 0 -1375px }
.flag-kw { background-position: 0 -1386px }
.flag-ky { background-position: 0 -1397px }
.flag-lang-kk,
.flag-kz { background-position: 0 -1408px }
.flag-lang-lo,
.flag-la { background-position: 0 -1419px }
.flag-lb { background-position: 0 -1430px }
.flag-lc { background-position: 0 -1441px }
.flag-li { background-position: 0 -1452px }
.flag-lang-si,
.flag-lang-ta,
.flag-lk { background-position: 0 -1463px }
.flag-lr { background-position: 0 -1474px }
.flag-lang-st,
.flag-ls { background-position: 0 -1485px }
.flag-lang-lt,
.flag-lt { background-position: 0 -1496px }
.flag-lang-lb,
.flag-lu { background-position: 0 -1507px }
.flag-lang-lv,
.flag-lv { background-position: 0 -1518px }
.flag-ly { background-position: 0 -1529px }
.flag-ma { background-position: 0 -1540px }
.flag-mc { background-position: 0 -1551px }
.flag-md { background-position: 0 -1562px }
.flag-me { background-position: 0 -1573px }
.flag-lang-mg,
.flag-mg { background-position: 0 -1584px }
.flag-lang-mh,
.flag-mh { background-position: 0 -1595px }
.flag-lang-mk,
.flag-mk { background-position: 0 -1606px }
.flag-lang-bm,
.flag-ml { background-position: 0 -1617px }
.flag-lang-my,
.flag-mm { background-position: 0 -1628px }
.flag-lang-mn,
.flag-mn { background-position: 0 -1639px }
.flag-mo { background-position: 0 -1650px }
.flag-mp { background-position: 0 -1661px }
.flag-mq { background-position: 0 -1672px }
.flag-mr { background-position: 0 -1683px }
.flag-ms { background-position: 0 -1694px }
.flag-lang-mt,
.flag-mt { background-position: 0 -1705px }
.flag-mu { background-position: 0 -1716px }
.flag-lang-dv,
.flag-mv { background-position: 0 -1727px }
.flag-lang-ny,
.flag-mw { background-position: 0 -1738px }
.flag-mx { background-position: 0 -1749px }
.flag-my { background-position: 0 -1760px }
.flag-mz { background-position: 0 -1771px }
.flag-lang-ng,
.flag-lang-hz,
.flag-na { background-position: 0 -1782px }
.flag-nc { background-position: 0 -1793px }
.flag-ne { background-position: 0 -1804px }
.flag-nf { background-position: 0 -1815px }
.flag-lang-ha,
.flag-lang-ig,
.flag-lang-yo,
.flag-wl-lwa_ha,
.flag-ng { background-position: 0 -1826px }
.flag-ni { background-position: 0 -1837px }
.flag-lang-nl,
.flag-wl-nl,
.flag-nl { background-position: 0 -1848px }
.flag-lang-no,
.flag-lang-nb,
.flag-lang-nn,
.flag-wl-lwa_no,
.flag-no { background-position: 0 -1859px }
.flag-lang-ne,
.flag-np { background-position: 0 -1870px }
.flag-lang-na,
.flag-nr { background-position: 0 -1881px }
.flag-nu { background-position: 0 -1892px }
.flag-lang-mi,
.flag-nz { background-position: 0 -1903px }
.flag-om { background-position: 0 -1914px }
.flag-pa { background-position: 0 -1925px }
.flag-lang-qu,
.flag-pe { background-position: 0 -1936px }
.flag-lang-ty,
.flag-pf { background-position: 0 -1947px }
.flag-lang-ho,
.flag-pg { background-position: 0 -1958px }
.flag-lang-tl,
.flag-ph { background-position: 0 -1969px }
.flag-lang-pa,
.flag-lang-sd,
.flag-lang-ur,
.flag-wl-lwa_ur,
.flag-pk { background-position: 0 -1980px }
.flag-lang-pl,
.flag-wl-lwa_pl,
.flag-pl { background-position: 0 -1991px }
.flag-pm { background-position: 0 -2002px }
.flag-pn { background-position: 0 -2013px }
.flag-pr { background-position: 0 -2024px }
.flag-ps { background-position: 0 -2035px }
.flag-lang-pt,
.flag-wl-pt,
.flag-pt { background-position: 0 -2046px }
.flag-pw { background-position: 0 -2057px }
.flag-lang-gn,
.flag-py { background-position: 0 -2068px }
.flag-qa { background-position: 0 -2079px }
.flag-re { background-position: 0 -2090px }
.flag-lang-ro,
.flag-wl-lwa_ro,
.flag-ro { background-position: 0 -2101px }
.flag-lang-sr,
.flag-rs { background-position: 0 -2112px }
.flag-lang-ru,
.flag-wl-ru,
.flag-ru { background-position: 0 -2123px }
.flag-lang-rw,
.flag-rw { background-position: 0 -2134px }
.flag-lang-ar,
.flag-wl-ar,
.flag-sa { background-position: 0 -2145px }
.flag-sb { background-position: 0 -2156px }
.flag-sc { background-position: 0 -2167px }
.flag-lang-gd,
.flag-scotland
         { background-position: 0 -2178px }
.flag-sd { background-position: 0 -2189px }
.flag-lang-sv,
.flag-wl-sv,
.flag-se { background-position: 0 -2200px }
.flag-sg { background-position: 0 -2211px }
.flag-sh { background-position: 0 -2222px }
.flag-lang-sl,
.flag-si { background-position: 0 -2233px }
.flag-sj { background-position: 0 -2244px }
.flag-lang-sk,
.flag-sk { background-position: 0 -2255px }
.flag-sl { background-position: 0 -2266px }
.flag-sm { background-position: 0 -2277px }
.flag-lang-wo,
.flag-sn { background-position: 0 -2288px }
.flag-lang-so,
.flag-so { background-position: 0 -2299px }
.flag-sr { background-position: 0 -2310px }
.flag-st { background-position: 0 -2321px }
.flag-sv { background-position: 0 -2332px }
.flag-sy { background-position: 0 -2343px }
.flag-lang-ss,
.flag-sz { background-position: 0 -2354px }
.flag-tc { background-position: 0 -2365px }
.flag-td { background-position: 0 -2376px }
.flag-tf { background-position: 0 -2387px }
.flag-tg { background-position: 0 -2398px }
.flag-lang-th,
.flag-wl-lwa_th,
.flag-th { background-position: 0 -2409px }
.flag-lang-tg,
.flag-tj { background-position: 0 -2420px }
.flag-tk { background-position: 0 -2431px }
.flag-tl { background-position: 0 -2442px }
.flag-lang-tk,
.flag-tm { background-position: 0 -2453px }
.flag-tn { background-position: 0 -2464px }
.flag-lang-to,
.flag-to { background-position: 0 -2475px }
.flag-tp { background-position: 0 -2486px }
.flag-lang-tr,
.flag-wl-lwa_tr,
.flag-tr { background-position: 0 -2497px }
.flag-tt { background-position: 0 -2508px }
.flag-tv { background-position: 0 -2519px }
.flag-tw { background-position: 0 -2530px }
.flag-tz { background-position: 0 -2541px }
.flag-lang-uk,
.flag-ua { background-position: 0 -2552px }
.flag-lang-lg,
.flag-ug { background-position: 0 -2563px }
.flag-um { background-position: 0 -2574px }
.flag-us { background-position: 0 -2585px }
.flag-uy { background-position: 0 -2596px }
.flag-lang-uz,
.flag-uz { background-position: 0 -2607px }
.flag-va { background-position: 0 -2618px }
.flag-vc { background-position: 0 -2629px }
.flag-ve { background-position: 0 -2640px }
.flag-vg { background-position: 0 -2651px }
.flag-vi { background-position: 0 -2662px }
.flag-lang-vi,
.flag-vn { background-position: 0 -2673px }
.flag-lang-bi,
.flag-vu { background-position: 0 -2684px }
.flag-lang-cy,
.flag-wales
         { background-position: 0 -2695px }
.flag-wf { background-position: 0 -2706px }
.flag-lang-sm,
.flag-ws { background-position: 0 -2717px }
.flag-xk { background-position: 0 -2728px }
.flag-ye { background-position: 0 -2739px }
.flag-yt { background-position: 0 -2750px }
.flag-lang-af,
.flag-lang-nr,
.flag-lang-ts,
.flag-lang-ve,
.flag-lang-xh,
.flag-lang-zu,
.flag-za { background-position: 0 -2761px }
.flag-zm { background-position: 0 -2772px }
.flag-lang-nd,
.flag-lang-sn,
.flag-zw { background-position: 0 -2783px }
.flag-ss { background-position: 0 -2794px }
.flag-sx { background-position: 0 -2805px }


.ui-datepicker {
  display: none;
  background-color: #242424;
  
  border: 1px solid #000;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6),
              inset 0 0 0 1px #2f2f2f;
  padding: 0 8px 8px 8px;
  font-size: .917em;
}
.ui-datepicker-header {
  position: relative;
  padding: 9px 0;
}
.ui-datepicker-title {
  display: block;
  text-align: center;
  color: #898989;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 7px;
  text-indent: -9999px;
}
.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ui/elements/datepicker.png) no-repeat 0 0;
}
.ui-datepicker-next .ui-icon {
  background-position: 0 -18px;
}
.ui-datepicker-calendar {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #030303;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ui-datepicker th,
.ui-datepicker td {
  position: relative;
  width: 29px;
  height: 31px;
  border-right: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.ui-datepicker th:last-child,
.ui-datepicker td:last-child {
  border-right: 0;
}
.ui-datepicker tr:last-child td {
  border-bottom: 0;
}
.ui-datepicker th span {
  display: block;
  background-color: #303030;
  border: 0;
  -moz-border-radius: 1px 0 0 0;
  -webkit-border-radius: 1px 0 0 0;
  border-radius: 1px 0 0 0;
  padding: 9px 0;
  text-align: center;
}
.ui-datepicker th:first-child span {
  border: 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
}
.ui-datepicker th:last-child span {
  border: 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.ui-datepicker .ui-state-default {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 13px;
  padding: 9px 0;
  text-align: center;
  color: #bfbfbf;
}
.ui-datepicker-week-end * {
  color: #7e7e7e;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-active {
  top: -1px;
  left: -1px;
  border: 1px solid #523918;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ui-datepicker .ui-state-highlight {
  border-color: #535353;
}
.ui-datepicker .ui-state-active {
  background-color: #402903;
  border-color: #513817;
  color: #ff8000;
}
.ui-datepicker .ui-state-default:hover {
  color: #fff;
}
.ui-datepicker .ui-state-disabled .ui-state-default {
  top: 0;
  left: 0;
  border: 0;
  color: #565656;
  cursor: default;
}


.qq-uploader {
  position: relative;
  background-color: #373737;
  padding: 10px;
}
.qq-uploader:before,
.qq-uploader:after {
  content: " "; 
  display: table; 
}
.qq-uploader:after {
  clear: both;
}
.qq-uploader {
  *zoom: 1;
}
.qq-upload-button {
  float: left;
  background-color: #121212;
  background-image: linear-gradient(to bottom, #3e3e3e, #202020 30%, #000);
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, .15),
              inset 0 0 2px 0 rgba(255, 255, 255, .05);
  padding: 6px 8px 5px 8px;
  text-transform: uppercase;
  color: #bfbfbf;
  cursor: pointer;
}
.qq-upload-button:hover {
  box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, .15),
              inset 0 0 2px 0 rgba(255, 255, 255, .05),
              0 0 2px -1px #ffc900;
  color: #fff;
}
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width:100%;
  margin-top: -8px;
  font-size: 1.167em;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  float: left;
  margin: 6px 0 0 10px;
  font-size: 1.167em;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file {
  color: #fff;
}
.qq-upload-size {
  color: #7c7d7c;
}
.qq-upload-spinner {
  display: inline-block;
  background: url(../images/ui/loaders/arrows-373737.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-failed-text {
  display: none;
  color: #f00;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}


#message-notifications,
#loading-notifications {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.message-center,
.loading-center {
  position: absolute;
  width: 100%;
}
.message-item,
.loading-item {
  position: absolute;
}
.message-item {
  width: 100%;
  line-height: 30px;
  background-color: #6C1717;
  font-weight: 700;
  color: #fff;
}
.message-item .item {
  display: block;
  padding-left: 37px;
  padding-right: 30px;
}
.message-item .icon {
  display: block;
  position: absolute;
  width: 37px;
  height: 30px;
  left: 0;
  top: 0;
  background-image: url(../images/ui/notification/icons.png);
  background-repeat: no-repeat;
}
.message-item .info .icon {
  background-position: 7px 0;
}
.message-item .warning .icon {
  background-position: 7px -30px;
}
.message-item .error .icon {
  background-position: 7px -60px;
}
.message-item .divider {
  font-weight: 400;
  color: #c3c3c3;
}
.message-item .type {
  font-size: .818em;
  color: #875c5c;
  text-transform: uppercase;
}
.message-center .close-btn {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  background: url(../images/ui/notification/close-btn.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.message-center .close-btn:hover {
  background-position: 0 -16px;
}
.loading-item {
  width: 100%;
  text-align: center;
}
.loading-item .notification-message {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  background-color: #ff8e00;
  border: 1px solid #ff9500;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 0 8px 0 6px;
  font-weight: 700;
  font-size: .833em;
  text-transform: uppercase;
  -moz-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.65);
  color: #fff;
}
.loading-item .loading-indicator {
  display: block;
  float: left;
  margin-right: 6px;
}
.loading-item .notification-message > span {
  display: block;
  float: left;
  white-space: nowrap;
}


.rounded-corners > .bg-top.bg-left,
.rounded-corners > .bg-top .bg-right,
.rounded-corners > .bg-top .bg-border,
.rounded-corners > .bg-top .bg-inner,
.rounded-corners > .bg-bottom.bg-left,
.rounded-corners > .bg-bottom .bg-right,
.rounded-corners > .bg-bottom .bg-border,
.rounded-corners > .bg-bottom .bg-inner,
.rounded-corners > .bg-middle.bg-left,
.rounded-corners > .bg-middle > .bg-right,
.rounded-corners > .bg-middle > .bg-right > .bg-inner {
  display: block;
}
.rounded-corners-4px > .bg-top.bg-left,
.rounded-corners-4px > .bg-top .bg-right,
.rounded-corners-4px > .bg-bottom.bg-left,
.rounded-corners-4px > .bg-bottom .bg-right {
  height: 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.rounded-corners-4px > .bg-top.bg-left {
  background-position: 0 0;
  padding-left: 4px;
}
.rounded-corners-4px > .bg-top .bg-right {
  background-position: 100% -4px;
  padding-right: 4px;
}
.rounded-corners-4px > .bg-bottom.bg-left {
  background-position: 0 -8px;
  padding-left: 4px;
}
.rounded-corners-4px > .bg-bottom .bg-right {
  background-position: 100% -12px;
  padding-right: 4px;
}
.rounded-corners-4px > .bg-top .bg-border {
  height: 3px;
  border-top: 1px solid #000;
}
.rounded-corners-4px > .bg-top .bg-inner {
  height: 2px;
  border-top: 1px solid #000;
}
.rounded-corners-4px > .bg-bottom .bg-border {
  height: 3px;
  border-bottom: 1px solid #000;
}
.rounded-corners-4px > .bg-bottom .bg-inner {
  height: 2px;
  border-bottom: 1px solid #000;
}
.rounded-corners-4px > .bg-middle.bg-left {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.rounded-corners-4px > .bg-middle > .bg-right {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.rounded-corners-4px-333 {
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.rounded-corners-4px-333 > .bg-top.bg-left,
.rounded-corners-4px-333 > .bg-top .bg-right,
.rounded-corners-4px-333 > .bg-bottom.bg-left,
.rounded-corners-4px-333 > .bg-bottom .bg-right {
  background-image: url(../images/wrappers/rounded-corners-4px-333.png);
}
.rounded-corners-4px-333 > .bg-top .bg-border {
  border-top-color: #000;
}
.rounded-corners-4px-333 > .bg-top .bg-inner {
  background-color: #333;
  border-top-color: #454545;
}
.rounded-corners-4px-333 > .bg-bottom .bg-border {
  border-bottom-color: #000;
}
.rounded-corners-4px-333 > .bg-bottom .bg-inner {
  background-color: #333;
  border-bottom-color: #454545;
}
.rounded-corners-4px-333 > .bg-middle.bg-left {
  border-left-color: #000;
  border-right-color: #000;
}
.rounded-corners-4px-333 > .bg-middle > .bg-right {
  border-left-color: #454545;
  border-right-color: #454545;
}
.rounded-corners-4px-333 > .bg-middle > .bg-right > .bg-inner {
  background-color: #333;
}
.rounded-corners-4px-242424 {
  
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.rounded-corners-4px-242424 > .bg-top.bg-left,
.rounded-corners-4px-242424 > .bg-top .bg-right,
.rounded-corners-4px-242424 > .bg-bottom.bg-left,
.rounded-corners-4px-242424 > .bg-bottom .bg-right {
  background-image: url(../images/wrappers/rounded-corners-4px-242424.png);
}
.rounded-corners-4px-242424 > .bg-top .bg-border {
  border-top-color: #000;
}
.rounded-corners-4px-242424 > .bg-top .bg-inner {
  background-color: #242424;
  border-top-color: #2e2e2e;
}
.rounded-corners-4px-242424 > .bg-bottom .bg-border {
  border-bottom-color: #000;
}
.rounded-corners-4px-242424 > .bg-bottom .bg-inner {
  background-color: #242424;
  border-bottom-color: #2e2e2e;
}
.rounded-corners-4px-242424 > .bg-middle.bg-left {
  border-left-color: #000;
  border-right-color: #000;
}
.rounded-corners-4px-242424 > .bg-middle > .bg-right {
  border-left-color: #2e2e2e;
  border-right-color: #2e2e2e;
}
.rounded-corners-4px-242424 > .bg-middle > .bg-right > .bg-inner {
  background-color: #242424;
}
.contentbox {
  margin: 0 0 10px 0;
}
.contentbox-inner {
  padding: 0 20px 15px 20px;
}
.commonbox {
  background-color: #2b2b2b;
  border: 1px solid #181818;
  padding: 0 5px 5px 5px;
}
.commonbox > .outer {
  margin: 5px 0;
}
.commonbox > .inner {
  background-color: #202020;
  border: 1px solid #000;
  margin-top: 5px;
}
.headerbox .commonbox {
  border-color: #373737;
}
.headerbox {
  margin: 20px 0;
  background-color: #161616;
  border: 1px solid #000;
}
.headerbox:first-child {
  margin-top: 0;
}
.headerbox:last-child {
  margin-bottom: 0;
}
.headerbox > .header {
  position: relative;
  height: 37px;
  background-color: #313131;
  border-bottom: 1px solid #161616;
}
.headerbox > .header .title {
  display: inline-block;
  padding: 11px 0 10px 10px;
  font-size: 1.167em;
  text-transform: uppercase;
  color: #e3e3e3;
}
.headerbox > .header .title small {
  font-size: .857em;
  text-transform: none;
  color: #7c7d7c;
}
.headerbox > .header .title .icon-12x12 {
  vertical-align: -1px;
}
.headerbox > .header > .extra {
  position: absolute;
  top: 0;
  right: 0;
}
.headerbox > .header .buttons {
  display: block;
  padding: 5px 5px 5px 5px;
}
.headerbox > .header .buttons .button {
  float: left;
  margin-left: 4px;
}
.headerbox > .inner {
  padding: 10px;
  border-top: 1px solid #595959;
  color: #ccc;
}
.headerbox.headerbox-dark > .header {
  background-color: #161616;
  border-bottom: 1px solid #000;
}
.headerbox.headerbox-dark > .inner {
  border-top: 1px solid #232323;
}
.headerbox.headerbox-light > .header {
  background-color: #444;
}
.headerbox.headerbox-fullgray > .inner {
  border-top: 1px solid #313131;
}
.dark-box {
  display: block;
  position: relative;
}
.dark-box > .bg-inner {
  margin: 0 2px;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #3b3b3b;
  background-color: #111;
  padding: 8px;
}
.bg-darkbox-left,
.bg-darkbox-right {
  position: absolute;
  top: 0;
}
.bg-darkbox-left {
  left: 0;
}
.bg-darkbox-right {
  right: 0;
}
.bg-darkbox-left,
.bg-darkbox-left > .bg-top,
.bg-darkbox-left > .bg-top > .bg-bottom,
.bg-darkbox-right,
.bg-darkbox-right > .bg-top,
.bg-darkbox-right > .bg-top > .bg-bottom {
  display: block;
  width: 2px;
  height: 100%;
  background: url(../images/wrappers/dark-box.png) no-repeat 0 0;
}
.bg-darkbox-left {
  background-repeat: repeat-y;
}
.bg-darkbox-left > .bg-top {
  background-position: -2px 0;
}
.bg-darkbox-left > .bg-top > .bg-bottom {
  background-position: -4px 100%;
}
.bg-darkbox-right {
  background-position: -6px 0;
  background-repeat: repeat-y;
}
.bg-darkbox-right > .bg-top {
  background-position: -8px 0;
}
.bg-darkbox-right > .bg-top > .bg-bottom {
  background-position: -10px 100%;
}
.dark-box.dark-box-message > .bg-inner {
  padding-left: 40px;
  min-height: 25px;
}
.dark-box.dark-box-message .icon-20x20 {
  position: absolute;
  top: 10px;
  left: 12px;
}
.dark-box.dark-box-message.error > .bg-inner {
  background-color: #320000;
}
.gradient-box {
  background: url(../images/wrappers/gradient-box.png) repeat-y 50% 0;
}
.gradient-box.hoverable:hover {
  background-image: url(../images/wrappers/gradient-box-hover.png);
}
.gradient-box.text-align-right {
  text-align: right;
}
.gradient-box.text-align-left {
  text-align: left;
}
.gradient-box.text-align-center {
  text-align: center;
}
.line-grid {
  width: 100%;
  border-collapse: separate;
  color: #fff;
}
.line-grid td {
  position: relative;
  height: 20px;
  vertical-align: bottom;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 7px 10px;
}
.line-grid .position-right {
  border-right: 0;
}
.line-grid .position-bottom {
  border-bottom: 0;
}
.line-grid .position-left:before,
.line-grid .position-right:before,
.line-grid .position-top:after,
.line-grid .position-bottom:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #595959;
}
.line-grid .position-left.position-bottom:before,
.line-grid .position-right.position-bottom:before,
.line-grid .position-top.position-right:after,
.line-grid .position-bottom.position-right:after {
  display: none;
}
.line-grid .position-left:before,
.line-grid .position-right:before {
  height: 3px;
  bottom: -2px;
}
.line-grid .position-left:before {
  left: 0;
}
.line-grid .position-right:before {
  right: 0;
}
.line-grid .position-top:after,
.line-grid .position-bottom:after {
  width: 3px;
  right: -2px;
}
.line-grid .position-top:after {
  top: 0;
}
.line-grid .position-bottom:after {
  bottom: 0;
}
.line-grid .title {
  display: block;
  font-weight: 700;
  font-size: .917em;
  text-transform: uppercase;
}
.line-grid .value {
  display: block;
  line-height: 20px;
  font-size: 1.5em;
  text-align: right;
}
.line-grid .header-cell.orientation-vertical {
  vertical-align: top;
  text-align: right;
  border-bottom: 0;
}
.line-grid .header-cell.orientation-vertical:before {
  display: none;
}
.line-grid .header-cell.orientation-horizontal {
  width: 0;
  text-align: left;
  border-right: 0;
  padding-right: 0;
  white-space: nowrap;
}
.line-grid .header-cell.orientation-horizontal:before,
.line-grid .header-cell.orientation-horizontal:after {
  display: none;
}
.line-grid .value-cell .value {
  white-space: nowrap;
}
.line-grid .diagonal-cell {
  padding-top: 21px;
}
.line-grid .diagonal-cell .title {
  position: absolute;
  top: 7px;
  left: 10px;
  padding-right: 10px;
}
.fixed-height-wrapper.bg-left,
.fixed-height-wrapper > .bg-right,
.fixed-height-wrapper > .bg-right > .bg-inner {
  display: block;
  background-repeat: no-repeat;
}
.fixed-height-wrapper.bg-left {
  padding-left: 5px;
}
.fixed-height-wrapper > .bg-right {
  padding-right: 5px;
}
.fixed-height-wrapper > .bg-right > .bg-inner {
  background-repeat: repeat-x;
  background-position: 0 0;
}
.fixed-height-29-outline {
  margin: -1px;
}
.fixed-height-29-outline.bg-left,
.fixed-height-29-outline > .bg-right,
.fixed-height-29-outline > .bg-right > .bg-inner {
  height: 29px;
  line-height: 29px;
  background-image: url(../images/wrappers/fixed-height-29-outline.png);
  overflow: hidden;
}
.fixed-height-29-outline.bg-left {
  background-position: 0 -29px;
}
.fixed-height-29-outline > .bg-right {
  background-position: 100% -58px;
}
.fixed-height-29-outline > .bg-right > .bg-inner {
  height: 14px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 7px;
}
.fixed-height-29-outline.hoverable.bg-left:hover,
.trigger-wrapper-hover:hover .fixed-height-29-outline.hoverable.bg-left {
  background-position: 0 -116px;
}
.fixed-height-29-outline.hoverable:hover > .bg-right,
.trigger-wrapper-hover:hover .fixed-height-29-outline.hoverable > .bg-right {
  background-position: 100% -145px;
}
.fixed-height-29-outline.hoverable:hover > .bg-right > .bg-inner,
.trigger-wrapper-hover:hover .fixed-height-29-outline.hoverable > .bg-right > .bg-inner {
  background-position: 0 -87px;
}
.trigger-disabled.disabled .fixed-height-29-outline.hoverable.bg-left:hover,
.trigger-wrapper-hover.disabled:hover .fixed-height-29-outline.hoverable.bg-left {
  background-position: 0 -29px;
}
.trigger-disabled.disabled .fixed-height-29-outline.hoverable:hover > .bg-right,
.trigger-wrapper-hover.disabled:hover .fixed-height-29-outline.hoverable > .bg-right {
  background-position: 100% -58px;
}
.trigger-disabled.disabled .fixed-height-29-outline.hoverable:hover > .bg-right > .bg-inner,
.trigger-wrapper-hover.disabled:hover .fixed-height-29-outline.hoverable > .bg-right > .bg-inner {
  background-position: 0 0;
}
.fixed-height-27-outline {
  margin: -1px;
}
.fixed-height-27-outline.bg-left,
.fixed-height-27-outline > .bg-right,
.fixed-height-27-outline > .bg-right > .bg-inner {
  height: 27px;
  line-height: 27px;
  background-image: url(../images/wrappers/fixed-height-27-outline.png);
}
.fixed-height-27-outline.bg-left {
  background-position: 0 -27px;
}
.fixed-height-27-outline > .bg-right {
  background-position: 100% -54px;
}
.fixed-height-27-outline > .bg-right > .bg-inner {
  height: 14px;
  line-height: 14px;
  padding-top: 7px;
  padding-bottom: 6px;
}
.trigger-wrapper-active.active .fixed-height-27-outline.bg-left,
.fixed-height-27-outline.active.bg-left {
  background-position: 0 -108px;
}
.trigger-wrapper-active.active .fixed-height-27-outline > .bg-right,
.fixed-height-27-outline.active > .bg-right {
  background-position: 100% -135px;
}
.trigger-wrapper-active.active .fixed-height-27-outline > .bg-right > .bg-inner,
.fixed-height-27-outline.active > .bg-right > .bg-inner {
  background-position: 0 -81px;
}
.fixed-height-24-outline {
  margin: -1px;
}
.fixed-height-24-outline.bg-left,
.fixed-height-24-outline > .bg-right,
.fixed-height-24-outline > .bg-right > .bg-inner {
  height: 24px;
  line-height: 24px;
  background-image: url(../images/wrappers/fixed-height-24-outline.png);
}
.fixed-height-24-outline.bg-left {
  background-position: 0 -24px;
}
.fixed-height-24-outline > .bg-right {
  background-position: 100% -48px;
}
.fixed-height-24-outline > .bg-right > .bg-inner {
  height: 14px;
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.trigger-wrapper-active.active .fixed-height-24-outline.bg-left,
.fixed-height-24-outline.active.bg-left {
  background-position: 0 -96px;
}
.trigger-wrapper-active.active .fixed-height-24-outline > .bg-right,
.fixed-height-24-outline.active > .bg-right {
  background-position: 100% -120px;
}
.trigger-wrapper-active.active .fixed-height-24-outline > .bg-right > .bg-inner,
.fixed-height-24-outline.active > .bg-right > .bg-inner {
  background-position: 0 -72px;
}
.fixed-height-44-outline {
  margin: -1px;
}
.fixed-height-44-outline.bg-left,
.fixed-height-44-outline > .bg-right,
.fixed-height-44-outline > .bg-right > .bg-inner {
  height: 44px;
  line-height: 44px;
  background-image: url(../images/wrappers/fixed-height-44-outline.png);
}
.fixed-height-44-outline.bg-left {
  background-position: 0 -44px;
}
.fixed-height-44-outline > .bg-right {
  background-position: 100% -88px;
}
.fixed-height-44-outline.hoverable.bg-left:hover,
.trigger-wrapper-hover:hover .fixed-height-44-outline.hoverable.bg-left {
  background-position: 0 -176px;
}
.fixed-height-44-outline.hoverable:hover > .bg-right,
.trigger-wrapper-hover:hover .fixed-height-44-outline.hoverable > .bg-right {
  background-position: 100% -220px;
}
.fixed-height-44-outline.hoverable:hover > .bg-right > .bg-inner,
.trigger-wrapper-hover:hover .fixed-height-44-outline.hoverable > .bg-right > .bg-inner {
  background-position: 0 -132px;
}
.trigger-disabled.disabled .fixed-height-44-outline.hoverable.bg-left:hover,
.trigger-wrapper-hover.disabled:hover .fixed-height-44-outline.hoverable.bg-left {
  background-position: 0 -44px;
}
.trigger-disabled.disabled .fixed-height-44-outline.hoverable:hover > .bg-right,
.trigger-wrapper-hover.disabled:hover .fixed-height-44-outline.hoverable > .bg-right {
  background-position: 100% -88px;
}
.trigger-disabled.disabled .fixed-height-44-outline.hoverable:hover > .bg-right > .bg-inner,
.trigger-wrapper-hover.disabled:hover .fixed-height-44-outline.hoverable > .bg-right > .bg-inner {
  background-position: 0 0;
}
.fixed-height-20-inset.bg-left,
.fixed-height-20-inset > .bg-right,
.fixed-height-20-inset > .bg-right > .bg-inner {
  height: 20px;
  line-height: 20px;
  background-image: url(../images/wrappers/fixed-height-20-inset.png);
}
.fixed-height-20-inset.bg-left {
  background-position: 0 -20px;
}
.fixed-height-20-inset > .bg-right {
  background-position: 100% -40px;
}
.fixed-height-20-inset.error.bg-left,
.trigger-wrapper-error.error .fixed-height-20-inset.bg-left {
  background-position: 0 -80px;
}
.fixed-height-20-inset.error > .bg-right,
.trigger-wrapper-error.error .fixed-height-20-inset > .bg-right {
  background-position: 100% -100px;
}
.fixed-height-20-inset.error > .bg-right > .bg-inner,
.trigger-wrapper-error.error .fixed-height-20-inset > .bg-right > .bg-inner {
  background-position: 0 -60px;
}
.fixed-height-26-inset.bg-left,
.fixed-height-26-inset > .bg-right,
.fixed-height-26-inset > .bg-right > .bg-inner {
  height: 26px;
  line-height: 26px;
  background-image: url(../images/wrappers/fixed-height-26-inset.png);
}
.fixed-height-26-inset.bg-left {
  background-position: 0 -26px;
}
.fixed-height-26-inset > .bg-right {
  background-position: 100% -52px;
}
.fixed-height-27-inset.bg-left,
.fixed-height-27-inset > .bg-right,
.fixed-height-27-inset > .bg-right > .bg-inner {
  height: 27px;
  line-height: 27px;
  background-image: url(../images/wrappers/fixed-height-27-inset.png);
}
.fixed-height-27-inset.bg-left {
  background-position: 0 -27px;
}
.fixed-height-27-inset > .bg-right {
  background-position: 100% -54px;
}
.fixed-height-42-inset.bg-left,
.fixed-height-42-inset > .bg-right,
.fixed-height-42-inset > .bg-right > .bg-inner {
  height: 42px;
  line-height: 42px;
  background-image: url(../images/wrappers/fixed-height-42-inset.png);
}
.fixed-height-42-inset.bg-left {
  background-position: 0 -42px;
}
.fixed-height-42-inset > .bg-right {
  background-position: 100% -84px;
}
.fixed-height-87-inset.bg-left,
.fixed-height-87-inset > .bg-right,
.fixed-height-87-inset > .bg-right > .bg-inner {
  height: 87px;
  background-image: url(../images/wrappers/fixed-height-87-inset.png);
}
.fixed-height-87-inset.bg-left {
  background-position: 0 -87px;
}
.fixed-height-87-inset > .bg-right {
  background-position: 100% -174px;
}


.button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.headline,
.contentbox-headline {
  font-family: 'Cabin', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ui-slider.ui-slider-horizontal {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 18px;
  margin: 0 8px;
}
.ui-slider.ui-slider-horizontal:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 116px;
  height: 18px;
  background: url(../images/ui/elements/slider.png) no-repeat 0 0;
}
.ui-slider.ui-disabled.ui-slider-horizontal:before {
  background-position: 0 -18px;
}
.ui-slider .ui-slider-handle {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url(../images/ui/elements/slider-handle.png) no-repeat 0 0;
  outline: 0;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
  background-position: 0 -18px;
}
.ui-slider.ui-disabled .ui-slider-handle {
  background-position: 0 -36px;
  cursor: default;
}
.truncater {
  display: table;
}
.truncater > .row {
  display: table-row;
}
.truncater > .row > .cell {
  display: table-cell;
  vertical-align: top;
}
.truncater > .row > .cell > .inner {
  position: relative;
  white-space: nowrap;
}
.truncater .measuring {
  display: block;
  height: 14px;
  visibility: hidden;
  overflow: hidden;
}
.truncater .measuring,
.truncater .measuring * {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.truncater .truncate {
  position: absolute;
  width: 100%;
}
.truncater .truncate,
.truncater .truncate * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ve-expander {
  display: table;
  height: 100%;
  width: 100%;
}
.ve-expander > .ve-row {
  display: table-row;
}
.ve-expander > .ve-row > .ve-cell {
  display: table-cell;
}
.ve-expander .ve-cell-main {
  position: relative;
  
}
.ve-expander .ve-cell-main > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ve-expander .ve-cell-main .ve-content {
  height: 100%;
  overflow-y: scroll;
}
.filterbox {
  position: relative;
}
.filterbox input::-ms-clear {
  display: none;
}
.filterbox .reset-btn {
  display: none;
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
}
.filterbox.filled .reset-btn {
  display: block;
}
.filterbox .reset-label {
  display: block;
  position: absolute;
  top: 8px;
  right: 27px;
  line-height: 13px;
  font-size: .917em;
  text-align: right;
  color: #bfbfbf;
}
.tickerbox {
  background-color: #242424;
  border: 1px solid #000;
  border-top: 0;
  font-size: .833em;
  text-transform: uppercase;
}
.tickerbox > .bg-border {
  position: relative;
  height: 18px;
  border: 1px solid #2e2e2e;
  border-top: 1px solid #242424;
  padding: 0 20px;
  overflow: hidden;
}
.tickerbox .icon-13x9 {
  position: absolute;
  top: 6px;
  left: 20px;
}
.tickerbox .ticker-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 4px 20px 2px 0;
  text-align: right;
}
.ie10 .tickerbox .ticker-link {
  
  background-color: rgba(36, 36, 36, .01);
}
.tickerbox .ticker-link > span {
  position: absolute;
  right: 20px;
}
.tickerbox .ticker-link .hovered,
.tickerbox:hover .ticker-link .normal {
  visibility: hidden;
}
.tickerbox:hover .ticker-link .hovered {
  visibility: visible;
}
.tickerbox .item {
  position: relative;
  height: 12px;
  padding: 4px 0 2px 20px;
  white-space: nowrap;
  color: #8e8e8e;
}
.tickerbox:hover .item {
  color: #bfbfbf;
}
.tickerbox .item .msg {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tickerbox .item .date {
  vertical-align: top;
  text-transform: none;
  color: #5f5f5f;
}
.tickerbox:hover .item .date {
  color: #7c7d7c;
}
.tickerbox .item .icon-20x9 {
  margin-top: 1px;
  margin-right: 5px;
}
.expandable-box.expanded .if-collapsed,
.expandable-box.collapsed .if-expanded {
  display: none !important;
}
.slider-handle {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/ui/elements/slider-handle.png) no-repeat 0 0;
  cursor: pointer;
}
.slider-handle:hover,
.trigger-slider-handle-hover:hover .slider-handle {
  background-position: 0 -18px;
}
.switcher .box {
  display: block;
  position: relative;
  float: left;
  width: 44px;
  height: 21px;
  margin: -4px 5px -3px 3px;
  background: url(../images/ui/elements/switcher.png) no-repeat 50% 50%;
  cursor: pointer;
}
.switcher .slider-handle {
  top: 2px;
}
.switcher.off .slider-handle {
  left: 0;
}
.switcher.on .slider-handle {
  right: 0;
}
.switcher .label {
  float: left;
  font-weight: 700;
}
.switcher.off .label-off,
.switcher.on .label-on {
  text-shadow: 0 -1px #000407;
  color: #ff8000;
}
.switcher.off .label-on,
.switcher.on .label-off {
  text-shadow: -1px 1px #020202;
  color: #565656;
}
.control-buttons {
  height: 17px;
  overflow: hidden;
}
.control-buttons > .controls-label {
  float: left;
  padding-top: 3px;
  padding-left: 8px;
  font-size: .917em;
  color: #bfbfbf;
}
.control-buttons .btn {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.silver-30-btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url(../images/ui/elements/silver-buttons-30.png) no-repeat 0 30px;
}
.silver-30-btn.newscheck-btn {
  width: 95px;
  background-position: 0 0;
}
.silver-33-btn {
  display: inline-block;
  width: 144px;
  height: 33px;
  background: url(../images/ui/elements/silver-buttons-33.png) no-repeat 0 33px;
}
.silver-33-btn.newscheck-btn {
  background-position: 0 0;
}
.due-diligence-btn {
  background-color: #D3D3D3;
  border: none;
  color: #402903;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 5px;
}
.due-diligence-btn:hover {
    color: #402903 !important;
}
.cc-band {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
a.cc-band {
  color: #afafaf;
}
a.cc-band:hover {
  color: #fff;
}
.cc-band > .square {
  display: block;
  position: absolute;
  right: 0;
  width: 13px;
  height: 11px;
  background-image: url(../images/ui/elements/bg-squares.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #000;
}
.cc-band-very-low > .square {
  background-color: #00cc00;
}
.cc-band-low > .square {
  background-color: #009800;
}
.cc-band-medium > .square {
  background-color: #009898;
}
.cc-band-high > .square {
  background-color: #cc6600;
}
.cc-band-very-high > .square {
  background-color: #990000;
}
.cc-band.inversed > .square {
  background-color: transparent;
  opacity: .5;
}
.cc-band-very-low.inversed > .square {
  border-color: #00cc00;
}
.cc-band-low.inversed > .square {
  border-color: #009800;
}
.cc-band-medium.inversed > .square {
  border-color: #009898;
}
.cc-band-high.inversed > .square {
  border-color: #cc6600;
}
.cc-band-very-high.inversed > .square {
  border-color: #990000;
}
.colored-info {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #fff;
}
.colored-info > .rect {
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 11px;
  background-image: url(../images/ui/elements/bg-squares.png);
  background-repeat: no-repeat;
  background-position: -13px 0;
  border: 1px solid #000;
}
.colored-info.vertical {
  padding-left: 20px;
}
.colored-info.vertical > .rect {
  display: block;
  position: absolute;
  top: 4px;
  width: 13px;
  height: 6px;
  background-position: -19px 0;
  border: 1px solid #000;
}
.colored-info.on-right {
  padding-left: 0;
  padding-right: 14px;
}
.colored-info.vertical.on-right {
  padding-right: 20px;
}
.colored-info.on-right > .rect {
  left: auto;
  right: 0;
}
.radio,
.checkbox,
.drop-down,
.selectbox .items {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button {
  display: inline-block;
  position: relative;
  line-height: 29px;
  border: 0;
  padding: 0;
  font-size: 12px;
  color: #bfbfbf;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
button.button {
  background: none;
  outline: 0;
  
  padding: 1px;
  margin: -1px;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button:hover {
  color: #fff;
}
.button .button-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.trigger-disabled.disabled .button,
.disabled.button {
  color: #565656 !important;
  cursor: default;
}
.button.size-xs {
  font-size: .917em;
}
.button.size-xs .bg-inner {
  line-height: 13px;
  padding-top: 6px;
}
.button.size-xs.active {
  color: #ff8000;
  cursor: default;
}
.button.size-l {
  font-size: 14px;
}
.button.size-l .button-inner {
  padding: 0 12px;
}
.button.icon-on-left .button-inner {
  padding-left: 25px;
}
.button.icon-on-right .button-inner {
  padding-right: 25px;
}
.button.size-xs.icon-on-right .button-inner {
  padding-right: 20px;
}
.button .icon-13x13 {
  position: absolute;
  top: 8px;
}
.button.size-xs .icon-13x13 {
  top: 6px;
}
.button.icon-on-left .icon-13x13 {
  left: 10px;
}
.button.icon-on-right .icon-13x13 {
  right: 6px;
}
.button-lowercase {
  text-transform: none;
}
.input-con {
  padding: 7px 5px 6px 5px;
}
.input-con.size-xs {
  padding: 3px 5px;
}
.input-con.size-s {
  padding: 6px 5px 6px 5px;
}
.input-con input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #bfbfbf;
}
.input-con input:disabled {
  color: #7c7d7c;
}
.input-con input:-webkit-autofill {
  
  -webkit-text-fill-color: #bfbfbf;
  
  -webkit-box-shadow: 0 0 0px 1000px #202020 inset;
}
.input-con input::-webkit-input-placeholder {
  color: #7c7d7c;
}
.input-con input:-moz-placeholder {
  color: #7c7d7c;
  opacity: 1;
}
.input-con input::-moz-placeholder {
  color: #7c7d7c;
  opacity: 1;
}
.input-con input:-ms-input-placeholder {
  color: #7c7d7c;
}
.input-con label {
  display: table;
  line-height: 14px;
}
.input-con label > .inner-label {
  display: table-cell;
  vertical-align: top;
  padding-right: 4px;
  font-weight: 700;
  font-size: .917em;
  white-space: nowrap;
  color: #bfbfbf;
}
.input-con label > .inner-input {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.textarea-con {
  padding: 6px 5px 7px 5px;
}
.textarea-con textarea {
  display: block;
  width: 100%;
  height: 74px;
  background: transparent;
  border: 0;
  outline: 0;
  color: #bfbfbf;
  resize: none;
}
.radio {
  display: inline-block;
  position: relative;
  outline: 0;
}
.radio > .icon {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 19px;
  height: 19px;
  background: url(../images/ui/elements/radio.png) no-repeat 0 0;
  cursor: pointer;
}
.radio.checked > .icon {
  background-position: 0 -20px;
}
.radio:focus > .icon {
  background-position: 0 -80px;
}
.radio.checked:focus > .icon {
  background-position: 0 -100px;
}
.radio:hover > .icon {
  background-position: 0 -40px;
  color: #fff;
}
.radio.checked:hover > .icon {
  background-position: 0 -60px;
}
.radio > label {
  display: block;
  height: 14px;
  padding: 3px 0 2px 22px;
  cursor: pointer;
}
.radio > input {
  display: none;
}
.radio-set-con .radio {
  margin-right: 18px;
}
.radio-set-con li {
  margin-bottom: 2px;
}
.radio-set-con li:last-child {
  margin-bottom: 0;
}
.radio-set-con li .radio {
  margin-right: 0;
}
.radio-set-con.with-content .radio {
  display: block;
}
.radio-set-con.with-content .radio .extra {
  display: none;
}
.radio-set-con.with-content .radio.checked .extra {
  display: block;
  margin: 2px 0 0 19px;
  padding-left: 2px;
  background-color: #242424;
  
  position: relative;
}
.radio-set-con.with-content .radio.checked .extra .field {
  margin-top: -25px;
  padding-left: 1px;
}
.radio-set-con.with-content .radio.checked .extra .field .label label {
  font-size: 1em;
  font-weight: 700;
}
.checkbox {
  display: inline-block;
  position: relative;
  min-height: 14px;
  padding: 3px 0 2px 23px;
  outline: 0;
  cursor: pointer;
}
.checkbox-right {
    padding: 3px 23px 2px 0px;
}
.checkbox.disabled {
  cursor: not-allowed;
}
.checkbox > .icon {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 19px;
  height: 19px;
  background: url(../images/ui/elements/checkbox.png) no-repeat 0 -1px;
}
.checkbox.checked > .icon {
  background-position: 0 -23px;
}
.checkbox.indeterminate > .icon {
  background-position: 0 -45px;
}
.checkbox:focus > .icon {
  background-position: 0 -133px;
}
.checkbox.checked:focus > .icon {
  background-position: 0 -155px;
}
.checkbox.indeterminate:focus > .icon {
  background-position: 0 -177px;
}
.checkbox:hover > .icon {
  background-position: 0 -67px;
}
.checkbox.checked:hover > .icon {
  background-position: 0 -89px;
}
.checkbox.indeterminate:hover > .icon {
  background-position: 0 -111px;
}
.checkbox.disabled > .icon {
  background-position: 0 -199px;
}
.checkbox.disabled.checked > .icon {
  background-position: 0 -221px;
}
.checkbox.disabled.indeterminate > .icon {
  background-position: 0 -243px;
}
.checkbox > input {
  
  display: block;
  position: absolute;
  left: -9999px;
}
.integer-con {
  display: inline-block;
}
.integer-con > .integer-input {
  float: left;
  width: 33px;
  margin: 0 2px;
}
.integer-con > .integer-input input {
  text-align: center;
}
.integer-con > .button {
  float: left;
  width: 29px;
  font-weight: 700;
  font-size: 1.167em;
}
.integer-con > .vals-label {
  float: left;
  padding: 6px 0 7px 12px;
}
.date-con {
  display: inline-block;
}
.date-con > .date-input {
  float: left;
  width: 82px;
  margin: 0 2px;
}
.date-con.size-xs > .date-input {
  margin-left: -1px;
  margin-right: -1px;
}
.date-con > .date-input input {
  
  line-height: 14px;
}
.date-con > .date-input input::-webkit-input-placeholder {
  font-size: .75em;
}
.date-con > .date-input input:-moz-placeholder {
  font-size: .75em;
}
.date-con > .date-input input::-moz-placeholder {
  font-size: .75em;
}
.date-con > .date-input input:-ms-input-placeholder {
  font-size: .75em;
}
.date-con > .date-input input::-ms-clear {
  display: none;
}
.date-con > .button {
  float: left;
  width: 29px;
  font-weight: 700;
  font-size: 1.167em;
  margin-left: 6px;
}
.date-con.size-xs > .btn {
  float: left;
  margin-top: 3px;
  margin-left: 5px;
  cursor: pointer;
}
.date-con > .button.plus-minus-btn {
  margin-left: 0;
}
.date-con > .button .icon-14x14 {
  position: absolute;
  top: 8px;
  left: 8px;
}
.date-drop-downs-con .drop-down .item:first-child {
  font-style: italic;
  color: #888;
}
.daymonthyear > input {
  display: none;
}
.daymonthyear .dmy-input {
  float: left;
}
.daymonthyear .dmy-input .input-con {
  padding-left: 0;
  padding-right: 0;
}
.daymonthyear .dmy-input .input-con input {
  width: 30px;
  text-align: center;
}
.daymonthyear .dmy-input .input-con input[data-part=year] {
  width: 40px;
}
.daymonthyear .datepicker-button {
  float: left;
  margin: 7px 0 0 4px;
  cursor: pointer;
}
.headline {
  margin: 24px 0 4px 0;
  border-bottom: 1px solid #4e4e4e;
  padding: 1px 0;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}
.contentbox-headline {
  padding: 8px 0 11px 0;
  font-weight: 700;
  font-size: 1.333em;
  text-transform: uppercase;
  color: #fff;
}
.contentbox-line {
  display: block;
  height: 1px;
  margin: 19px -21px 17px -21px;
  background-color: #000;
  border: 1px solid #2e2e2e;
  border-left: 0;
  border-right: 0;
}
.contentbox-line.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.download-box {
  display: block;
  position: relative;
  margin-top: 12px;
  min-height: 35px;
  padding-left: 41px;
  font-weight: 700;
  font-size: .917em;
}
.download-box,
.download-box:hover {
  color: #bfbfbf;
}
.download-box .icon-35x35 {
  position: absolute;
  top: 3px;
  left: 0;
}
.download-box .filename {
  display: block;
  font-size: 1.091em;
  color: #fff;
}
.download-box .file-category,
.download-box .fileinfo {
  display: block;
}


.selectbox .plus-minus-icon {
  display: block;
  background: url(../images/ui/icons.png) no-repeat 52px 30px;  
}
.selectbox .plus-minus-icon {
  width: 11px;
  height: 11px;
}
.selectbox.multiselect .available-only .plus-minus-icon {
  background-position: -299px 0;
}
.selectbox.multiselect .selected-only .plus-minus-icon {
  background-position: -299px -11px;
}
.drop-down {
  display: inline-block;
  position: relative;
  height: 27px;
  overflow: hidden;
  color: #bfbfbf;
  text-align: left;
}
.drop-down.expanded {
  overflow: visible;
}
.drop-down .valuebox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
}
.drop-down .itemsbox {
  
  position: relative;
  top: -9999px;
  
  opacity: 0;
  overflow: hidden;
}
.drop-down.expanded .valuebox {
  display: none;
}
.drop-down.expanded .itemsbox {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 4;
}
.drop-down .itembox-inner {
  position: relative;
  padding-top: 30px;
}
.drop-down .itembox-inner .drop-down-label {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 19px;
}
.drop-down .itembox-inner .icon-13x13 {
  top: 3px;
  right: 3px;
}
.drop-down.expanded.btt .itemsbox {
  top: auto;
  bottom: 0;
}
.drop-down.expanded.btt .itembox-inner {
  padding-top: 0;
  padding-bottom: 30px;
}
.drop-down.expanded.btt .itembox-inner .drop-down-label {
  top: auto;
  bottom: 0;
}
.drop-down.expanded.btt .itembox-inner .icon-13x13 {
  top: auto;
  bottom: 3px;
}
.drop-down .drop-down-label {
  display: block;
  padding: 0 6px;
  height: 14px;
  cursor: pointer;
}
.drop-down.expanded .drop-down-label {
  padding: 3px 8px 2px 8px;
  line-height: 14px;
  cursor: pointer;
}
.drop-down .valuebox:hover,
.drop-down.expanded .drop-down-label {
  color: #fff;
  cursor: pointer;
}
.drop-down .icon-13x13 {
  position: absolute;
  top: 7px;
  right: 5px;
}
.drop-down .itemsbox .icon-13x13 {
  display: none;
}
.drop-down.expanded .itemsbox .icon-13x13 {
  display: block;
  cursor: pointer;
}
.drop-down .items {
  
  position: relative;
  min-width: 30px;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
}
.drop-down .item {
  display: block;
  position: relative;
  padding: 6px 20px 7px 8px;
  height: 14px;
  color: #bfbfbf;
  cursor: pointer;
  white-space: nowrap;
}
.drop-down .item.disabled {
  color: #555;
  cursor: default;
}
.drop-down .item:hover,
.drop-down .item.highlight {
  background-color: #402903;
  color: #fff;
}
.drop-down .item.disabled:hover,
.drop-down .item.disabled.highlight {
  background-color: transparent;
  color: #555;
}
.drop-down .item.selected {
  
  
  color: #ff8000;
}
.drop-down .item.group-header {
  background-color: #242424;
  color: #bfbfbf;
  cursor: default;
}
.drop-down .item.filtered {
  display: none !important;
}
.drop-down .item input {
  
  display: none;
}
.drop-down.expanded .item input {
  
  display: block;
  position: absolute;
  left: -9999px;
}
.combobox {
  outline: 0;
}
.drop-down.combobox .drop-down-label {
  line-height: 14px;
  padding: 7px 5px 6px 5px;
}
.combobox .filterbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.combobox .filterbox .reset-btn {
  display: none;
}
.combobox.expanded .valuebox {
  display: block;
}
.combobox.expanded .itemsbox {
  top: 100%;
  margin-top: -1px;
}
.combobox .itemsbox .drop-down-label {
  display: none;
}
.combobox .items {
  padding-top: 0;
}
.combobox.filter-empty .itemsbox {
  display: none;
}
.combobox .itemsbox .arrow-container {
  display: none;
  position: absolute;
  top: -28px;
  right: -2px;
  box-sizing: border-box;
  width: 23px;
  height: 27px;
  border: 1px solid #000;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  border-bottom: 0;
  cursor: pointer;
}
.combobox.expanded .itemsbox .arrow-container {
  display: block;
}
.combobox .itemsbox .arrow-container:before,
.combobox .itemsbox .arrow-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.combobox .itemsbox .arrow-container:before {
  width: 100%;
  height: 17px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.combobox .itemsbox .arrow-container:after {
  width: 100%;
  height: 27px;
  background-color: #333;
  border: 1px solid #454545;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  border-bottom: 0;
}
.combobox .itemsbox .icon-13x13 {
  top: 6px;
  right: 4px;
  z-index: 10;
  cursor: pointer;
}
.combobox .itemsbox {
  border-top: 1px solid #000;
}
.combobox .itembox-inner {
  border-top: 1px solid #454545;
  
  padding-top: 0;
}
.selectbox .commonbox > .inner {
  border: 0;
}
.selectbox .items {
  height: 180px;
  overflow-y: auto;
  border: 1px solid #000;
}
.selectbox .selectbox-footer {
  display: block;
  background-color: #2b2b2b;
  padding: 7px 3px 3px 3px;
}
.selectbox .item {
  display: block;
  position: relative;
  padding: 5px 8px 4px 8px;
  font-size: .917em;
  text-transform: uppercase;
  color: #bfbfbf;
  cursor: pointer;
}
#saved-dynamic-downloads .selectboxmc .item {
  text-transform: unset;
}
.selectbox .item.selected {
  background-color: #013f3f;
  color: #fff;
}
.selectbox .item.filtered {
  display: none !important;
}
.selectbox .item.no-access,
.selectbox .item.mandatory {
  color: #7c7d7c;
  cursor: help;
}
.selectbox .item:hover {
  background-color: #402903;
  color: #fff;
}
.selectbox .item .trim {
  display: block;
  height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectbox .item input {
  
  position: absolute;
  left: -9999px;
}
.selectbox .item .sticker {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #402903;  
}
.selectbox .item:hover .sticker {
  display: block;
}
.selectbox .item .sticker.no-access-label,
.selectbox .item .sticker.mandatory-label {
  padding: 5px 8px 3px 5px;
  font-size: .917em;
  color: #bfbfbf;
}
.selectbox .item .colored-info {
  display: block;
}
.selectbox .item .colored-info > .rect {
  top: 2px;
}
.selectbox .items .col-header {
  display: none;
}
.selectbox .items .selected-only .item,
.selectbox .items .available-only .item.selected {
  display: none;
}
.selectbox .items .selected-only .item.selected {
  display: block;
}
.selectbox.multiselect .item {
  padding-left: 30px;
  
  background-image: url(../images/ui/elements/checkbox.png);
  background-repeat: no-repeat;
  background-position: 7px 0;
}
.selectbox.multiselect .item.selected {
  background-position: 7px -22px;
}
.selectbox.multiselect .item:hover {
  background-position: 7px -66px;
}
.selectbox.multiselect .item.selected:hover {
  background-position: 7px -88px;
}
.selectbox.multiselect .item.disabled,
.selectbox.multiselect .item.disabled:hover {
  background-color: transparent;
  background-position: 7px 0;
  cursor: default;
  opacity: 0.3;
}
.selectbox.multiselect .item.no-access,
.selectbox.multiselect .item.mandatory {
  background-image: none;
}
.selectbox .item .sticker.plus-minus {
  display: none;
}
.selectbox.mode-two-cols .commonbox > .inner {
  background-color: transparent;
}
.selectbox.mode-two-cols .items {
  margin-right: -2px;
  height: 182px;
  
  overflow-y: hidden;
  border: 0;
}
.selectbox.mode-two-cols .items .col {
  margin-right: 2px;
  background-color: #202020;
  border: 1px solid #000;
}
.selectbox.mode-two-cols .items .col-header {
  display: block;
  background-color: #181818;
  border-bottom: 1px solid #000;
  padding: 5px 0 4px 0;
  text-align: center;
  color: #bfbfbf;
}
.selectbox.mode-two-cols .items .col-header .counts {
  color: #7c7d7c;
}
.selectbox.multiselect.mode-two-cols .items .col-items {
  height: 155px;
  overflow-y: auto;
}
.selectbox.mode-two-cols .col-items .end-line {
  display: block;
  height: 22px;
  margin: 0 8px;
  background: url(../images/ui/elements/multiselect-end-line.png) no-repeat 50% 50%;
}
.selectbox.mode-two-cols .items .selected-only,
.selectbox.mode-two-cols .items .available-only {
  width: 50%;
  float: right;
}
.selectbox.mode-two-cols .item.selected {
  background-color: transparent;
  color: #bfbfbf;
}
.selectbox.mode-two-cols .item.no-access,
.selectbox.mode-two-cols .item.mandatory {
  background-image: none;
  color: #7c7d7c;
}
.selectbox.mode-two-cols .item:hover {
  background-color: #402903;
  color: #fff;
}
.selectbox.mode-two-cols .item .sticker.plus-minus {
  padding: 6px 8px 5px 5px;
  width: 11px;
  height: 11px;
}
.selectbox.mode-two-cols .item:hover .sticker.plus-minus {
  display: block;
}
.selectbox.non-sorted:not(.mode-two-cols) .items .selected-only .item {
  display: none;
}
.selectbox.non-sorted:not(.mode-two-cols) .items .available-only .item {
  display: block;
}
.multiselect .keyword-types {
  padding: 3px 4px 7px 4px;
}
.multiselect .keyword-types .checkbox {
  margin-right: 8px;
}
.multiselect .keyword-types .checkbox.disabled {
  cursor: default;
  opacity: 0.3;
}
.bands-multiselect .item .cc-bands-checkboxes {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 13px;
  padding: 4px 4px 5px 5px;
}
.bands-multiselect .item.selected .cc-bands-checkboxes {
  display: block;
  background-color: #013f3f;
}
.bands-multiselect .item.selected:hover .cc-bands-checkboxes {
  background-color: #402903;
}
.bands-multiselect .item .cc-bands-checkboxes > .bg {
  display: block;
  position: absolute;
  width: 76%;
  height: 6px;
  top: 8px;
  right: 12%;
  background-color: #000;
}
.bands-multiselect .item .cc-bands-checkboxes .cc-band {
  padding-right: 15px;
  text-indent: -9999px;
}
.bands-multiselect .item .cc-bands-checkboxes .cc-band.inactive > .square {
  background-color: #000;
}
.bands-multiselect .item.first-unsorted {
  padding-bottom: 4px;
  border-top: 1px solid #ff8000;
}


.window .win-header > .title {
  font-family: 'Cabin', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.window {
  background-color: #333;
  border: 1px solid #000;
  outline: 0;
  
  
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .9); 
}
.window > .inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  border: 1px solid #494949;
  padding: 28px 0 32px 0;
}
.window .win-header {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 26px;
  margin: 0 -1px;
  overflow: hidden;
  background-color: #424242;
  border-top: 2px solid #646362;
  border-bottom: 1px solid #000;
}
.window .win-header > .title {
  float: left;
  width: 80%;
  overflow: hidden;
  padding: 4px 8px 4px 8px;
  font-weight: 500;
  font-size: 1.167em;
  text-transform: uppercase;
  color: #c8c7c7;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.window .win-header > .buttons {
  float: right;
  padding: 5px 6px;
}
.window .win-header > .buttons .btn {
  text-indent: -9999px;
  cursor: pointer;
}
.window .win-content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  border-top: 1px solid #494949;
  padding: 5px;
}
.window .win-content > .inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  background-color: #2b2b2b;
  border: 1px solid #181818;
  padding: 10px 15px 15px 15px;
  overflow-y: auto;
}
.window .win-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px 6px 5px;
  text-align: right;
}
.window .win-buttons .button {
  float: right;
  min-width: 100px;
  margin-left: 5px;
}
.window .win-buttons .submit-message {
  float: right;
  margin-right: 4px;
  padding: 7px 0 6px 0;
  color: #fff;
}
.window .win-buttons .icon-25x25 {
  margin: 1px 10px 0 0;
}
.window .loading .icon-25x25.icon-25x25-affect-loading {
  background: url(../images/ui/loaders/loading-333.gif) no-repeat 100% 50%;
}
.window .dialog-field {
  margin-bottom: 2px;
  background-color: #373737;
  padding: 9px 10px 10px 10px;
}
.window .dialog-field:last-child {
  margin-bottom: 0;
}
.window .dialog-field label,
.window .dialog-field .input,
.window .dialog-field .button {
  float: left;
  margin-right: 10px;
}
.window .dialog-field label {
  padding: 6px 0 5px 0;
  cursor: pointer;
}
.window .dialog-field .input {
  margin-top: -1px;
  margin-right: 5px;
}
.window .dialog-field .button {
  margin-right: 5px;
}
.window .dialog-field .submit-message {
  float: right;
  padding: 6px 0 5px 0;
}
.window .dialog-field .icon-25x25 {
  margin-left: 4px;
}

.field {
  margin-bottom: 10px;
  text-align: left;
}
.field .label {
  padding: 7px 0;
}
.field.size-s .label {
  padding: 2px 0;
}
.field .label label {
  font-size: 1.167em;
  color: #e3e3e3;
  cursor: pointer;
}
.field.size-s .label label {
  font-size: 1.083em;
}
.field .label .required {
  color: #ff8000;
}
.no-annot .field .required {
  display: none;
}
.field.field-RadioField .label label {
  cursor: default;
}
.field.select-field .label .value-label {
  margin-left: 3px;
  color: #7c7d7c;
}
.field.select-field .label .controls {
  float: right;
  font-size: 1.167em;
  color: #7c7d7c;
  word-spacing: 4px;
}
.field.select-field .label .switchers {
  float: right;
  margin: 1px 0 0 5px;
}
.field.select-field .label .switchers .switcher {
  float: left;
  margin-left: 5px;
  background-color: #2b2b2b;
  border: 1px solid #373737;
  cursor: pointer;
}
.field.select-field .label .switchers .switcher:hover {
  border-color: #402903;
  background-color: #402903;
}
.field.select-field .label .switchers .switcher .icon-9x9 {
  float: left;
  margin: 2px 2px 1px 2px;
}
.field.bands-multiselect-field .label .controls {
  margin-left: 18px;
}
.field.bands-multiselect-field .label .controls .drop-down {
  margin: -7px 0;
  font-size: .857em;
  vertical-align: middle;
  word-spacing: normal;
}
.field.bands-multiselect-field .label .controls .drop-down label {
  font-size: 1em;
}
.field.bands-multiselect-field .drop-down .drop-down-label .cc-band {
  font-weight: 400;
}
.field.bands-multiselect-field .drop-down .item .cc-band {
  display: block;
  font-weight: 400;
}
.field.bands-multiselect-field .drop-down .item .cc-band > .square {
  right: -15px;
}


.form .field .error-message {
  display: block;
  margin: 4px 0 0 2px;
  color: #ff8000;
}
.form .submit-button {
  color: #ff8000;
}
.form .submit-button:hover {
  color: #fff;
}
.trigger-disabled.disabled .submit-button,
.disabled.submit-button {
  color: #565656;
  cursor: default;
}
.form .note {
  margin-bottom: 10px;
}
.form .form-message {
  margin-bottom: 15px;
}
.form .form-message strong {
  font-weight: 700;
}
.form .form-message p {
  margin-bottom: 1em;
}
.form .form-message p:last-child {
  margin-bottom: 0;
}
.fields-table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.fields-table .fields-row {
  display: table-row;
}
.fields-table .field {
  display: table-cell;
  vertical-align: top;
}
.fields-table .fields-row .field {
  padding-bottom: 10px;
}
.fields-table .fields-row:last-child .field {
  padding-bottom: 0;
}
.form .actions {
  margin-top: 20px;
}
.form .actions .annotation {
  display: block;
  float: left;
  padding: 6px 0 7px 0;
  color: #565656;
}
.form .actions .annotation > span {
  position: relative;
  top: 4px;
  color: #ff8000;
}
.form .actions .buttons {
  display: block;
  float: right;
}
.form .actions .buttons .button {
  float: left;
  margin-left: 10px;
}
.form .actions .links {
  display: block;
  float: right;
  padding: 6px 0 7px 10px;
}
.form .actions .links a,
.form .actions .links .fake-link {
  color: #bfbfbf;
}
.form .actions .submit-message {
  float: right;
  margin-right: 4px;
  padding: 6px 0 7px 0;
}
.form .actions .icon-25x25 {
  margin: 1px 10px 0 0;
}
form.loading .icon-25x25.icon-25x25-affect-loading {
  background: url(../images/ui/loaders/loading-242424.gif) no-repeat 100% 50%;
}

.table-filter-form {
  position: relative;
}
.table-filter::-ms-clear {
  display: none;
}
.gridbox .header .table-filter-form {
  width: 305px;
  margin: 6px 5px 0 0;  
}
.gridbox .header .table-filter {
}
.table-filter-form .reset-btn {
  display: none;
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
}
.table-filter-form.filled .reset-btn {
  display: block;
}
.table-filter-form .reset-label {
  display: block;
  position: absolute;
  top: 8px;
  right: 27px;
  line-height: 13px;
  font-size: .917em;
  text-align: right;
  color: #bfbfbf;
}


.gridbox.has-head > .inner {
  padding-top: 0;
}
.gridbox > .inner > .noentries strong {
  font-weight: 700;
  color: #fff;
}
.gridbox.has-head > .inner > .noentries {
  padding-top: 10px;
}
.gridbox.expanded .if-collapsed,
.gridbox.collapsed .if-expanded {
  display: none !important;
}
.gridbox.collapsed > .inner {
  height: 0 !important;
  overflow: hidden;
  padding: 0;
}
.gridbox > .inner > table {
  position: relative;
  width: 100%;
}
.gridbox thead {
  color: #bfbfbf;
}
.gridbox thead th {
  padding: 8px 0 7px 10px;
}
.gridbox thead th.sortable {
  cursor: pointer;
  white-space: nowrap;
  padding-right: 5px;
}
.gridbox thead th .icon-inline {
  vertical-align: text-top;
}
.gridbox thead th .icon-12x12-help {
  margin-left: 3px;
}
.gridbox tbody > tr {
  background-color: #2a2a2a;
}
.gridbox.has-hovers tbody > tr:hover,
.gridbox tbody > tr.hover {
  background-color: #302616;
  color: #fff;
}
.gridbox.has-hovers.lighter-hover tbody > tr:hover,
.gridbox.lighter-hover tbody > tr.hover {
  background-color: #402903;
}
.gridbox tbody > .even {
  background-color: #232323;
}
.gridbox tbody > tr > td {
  vertical-align: top;
  
  border-bottom: 1px solid #161616;
  border-right: 1px solid #161616;
}
.gridbox tbody > tr:last-child > td {
  border-bottom: 0;
}
.gridbox tbody > tr > td:last-child {
  border-right: 0;
}
.gridbox td > .cell-inner {
  position: relative;
  padding: 6px 10px 5px 10px;
}
.gridbox > .inner td.do-toggle {
  cursor: pointer;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gridbox > .inner tr.collapsed > td > .cell-inner > .expanded-content {
  display: none;
}
.gridbox tbody > .selected,
.gridbox.has-hovers tbody > .selected:hover,
.gridbox tbody > .selected.hover,
.gridbox tbody > .changed,
.gridbox.has-hovers tbody > .changed:hover,
.gridbox tbody > .changed.hover {
  background-color: #013f3f;
}
.gridbox tbody > .changed {
  color: #fff;
}
.gridbox tbody > .selected > .unselected {
  background-color: #012626;
}
.gridbox tbody > .active,
.gridbox.has-hovers tbody > .active:hover,
.gridbox tbody > .active.hover {
  background-color: #302616;
}
.gridbox tbody > .active > td:first-child > .cell-inner:before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ff9900;
}
.gridbox > .inner td.no-spacing {
  border-right: 0;
}
.gridbox > .inner td.center,
.gridbox > .inner th.center {
  text-align: center;
}
.gridbox > .inner td.icon-cell {
  width: 29px;
}
.gridbox > .inner td.icon-cell > .cell-inner {
  padding: 6px 8px;
}
.gridbox table .filter-highlight {
  font-weight: 700;
  color: #fff;
}
.gridbox.secondary-grid {
  margin: 5px -10px -5px -10px;
  background-color: #161616;
  border: 0;
  padding-bottom: 3px;
  color: #cccccc;
}
.gridbox.secondary-grid > .header {
  display: none;
}
.gridbox.secondary-grid > .inner {
  border-top: 0;
  padding: 0;
}
.secondary-grid thead th {
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: .917em;
  color: #7c7d7c;
}
.secondary-grid tbody > tr {
  background-color: #232323;
}


.chart {
  display: block;
  position: relative;
}
.chart.has-axes {
  
  margin-top: 16px;
  margin-bottom: 3px;
}
.chart > .row {
  position: relative;
  height: 17px;
  margin: 1px 0;
  cursor: pointer;
}
.chart > .row:last-child {
  margin-bottom: 0;
}
.chart > .row > .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.chart > .row:hover > .bg {
  color: #fff;
}
.chart > .row > .row-label {
  position: absolute;
  box-sizing: border-box;
  height: 13px;
  top: 2px;
  padding: 1px 0 0 0;
  font-size: .833em;
  text-transform: uppercase;
  white-space: nowrap;
}
.chart > .row:hover > .row-label {
  color: #fff;
}
.chart .axes {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.chart .axes .negative,
.chart .axes .positive {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.chart .axes .negative {
  left: -1px;
}
.chart .axes .positive {
  right: -1px;
}
.chart .axe {
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: -3px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.chart .axe-main {
  width: 2px;
}
.chart .axes .positive.cols-count-3 .axe-0 {
  right: 100%;
}
.chart .axes .positive.cols-count-3 .axe-1 {
  right: 66.67%;
}
.chart .axes .positive.cols-count-3 .axe-2 {
  right: 33.33%;
}
.chart .axes .positive.cols-count-3 .axe-3 {
  right: 0;
}
.chart .axes .negative.cols-count-3 .axe-0 {
  left: 100%;
}
.chart .axes .negative.cols-count-3 .axe-1 {
  left: 66.67%;
}
.chart .axes .negative.cols-count-3 .axe-2 {
  left: 33.33%;
}
.chart .axes .negative.cols-count-3 .axe-3 {
  left: 0;
}
.chart .axes .positive.cols-count-5 .axe-0 {
  right: 100%;
}
.chart .axes .positive.cols-count-5 .axe-1 {
  right: 80%;
}
.chart .axes .positive.cols-count-5 .axe-2 {
  right: 60%;
}
.chart .axes .positive.cols-count-5 .axe-3 {
  right: 40%;
}
.chart .axes .positive.cols-count-5 .axe-4 {
  right: 20%;
}
.chart .axes .positive.cols-count-5 .axe-5 {
  right: 0;
}
.chart .axe .vline {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.15);
  z-index: 3;
}
.chart .axe-main .vline {
  background-color: #c1c1c1;
}
.chart .axe .vline:before,
.chart .axe .vline:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 1px;
  left: -1px;
  background-color: rgba(255,255,255,.15);
}
.chart .axe .vline:before {
  bottom: 100%;
}
.chart .axe .vline:after {
  top: 100%;
}
.chart .axe-main .vline:before,
.chart .axe-main .vline:after {
  width: 6px;
  left: -2px;
  background-color: #c1c1c1;
}
.chart .axe .label {
  display: block;
  position: absolute;
  bottom: 100%;
  left: -19px;
  width: 39px;
  height: 13px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: .917em;
  text-align: center;
  color: #bfbfbf;
  opacity: .8;
}
.chart .axes .negative .axe .label {
  text-indent: -2px;
}
.chart .axe-main .label {
  width: -40px;
  font-size: 1em;
  color: #dfdfdf;
  opacity: 1;
}
.chart.no-axes .axe .label {
  display: none;
}
.chart > .row .plot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chart > .row .plot .negative,
.chart > .row .plot .positive {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.chart > .row .plot .negative {
  left: -1px;
}
.chart > .row .plot .positive {
  right: -1px;
}
.chart > .row .plot .col {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.chart > .row .plot .cols-count-3 .col {
  width: 33.33%;
}
.chart > .row .plot .negative.cols-count-3 .col-1 {
  right: 0;
}
.chart > .row .plot .negative.cols-count-3 .col-2 {
  right: 33.33%;
}
.chart > .row .plot .negative.cols-count-3 .col-3 {
  right: 66.67%;
}
.chart > .row .plot .positive.cols-count-3 .col-1 {
  left: 0;
}
.chart > .row .plot .positive.cols-count-3 .col-2 {
  left: 33.33%;
}
.chart > .row .plot .positive.cols-count-3 .col-3 {
  left: 66.67%;
}
.chart > .row .plot .cols-count-5 .col {
  width: 20%;
}
.chart > .row .plot .positive.cols-count-5 .col-1 {
  left: 0;
}
.chart > .row .plot .positive.cols-count-5 .col-2 {
  left: 20%;
}
.chart > .row .plot .positive.cols-count-5 .col-3 {
  left: 40%;
}
.chart > .row .plot .positive.cols-count-5 .col-4 {
  left: 60%;
}
.chart > .row .plot .positive.cols-count-5 .col-5 {
  left: 80%;
}
.chart > .row .plot .bar {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 -4px 4px -4px rgba(255,255,255,.12),
              inset 0 4px 4px -4px rgba(255,255,255,.12);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.chart > .row .plot .negative .bar {
  right: 0;
}
.chart > .row .plot .positive .bar {
  left: 0;
}
.chart > .row .plot .negative .col-1 .bar {
  background-color: #af1b1b;
  border-color: #a70404;
}
.chart > .row .plot .negative .col-2 .bar {
  background-color: #851414;
  border-color: #7b0202;
}
.chart > .row .plot .negative .col-3 .bar {
  background-color: #691818;
  border-color: #5a0101;
}
.chart > .row .plot .positive .col-1 .bar {
  background-color: #a63817;
  border-color: #9d2400;
}
.chart > .row .plot .positive .col-2 .bar {
  background-color: #c55a17;
  border-color: #bf4900;
}
.chart > .row .plot .positive .col-3 .bar {
  background-color: #ea7517;
  border-color: #e76600;
}
.chart > .row .plot .gradient {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 13px;
  background: -moz-linear-gradient(left,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.08) 72%, rgba(36,36,36,.28) 86%, rgba(36,36,36,.36) 100%);
  background: -webkit-linear-gradient(left,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.08) 72%, rgba(36,36,36,.28) 86%, rgba(36,36,36,.36) 100%);
  background: linear-gradient(to right,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.08) 72%, rgba(36,36,36,.28) 86%, rgba(36,36,36,.36) 100%);
}
.chart > .row .plot .negative .col-1 .gradient {
  background: -moz-linear-gradient(left,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
  background: -webkit-linear-gradient(left,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
  background: linear-gradient(to right,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
}
.chart > .row .plot .positive .col-1 .gradient {
  background: -moz-linear-gradient(right,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
  background: -webkit-linear-gradient(right,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
  background: linear-gradient(to left,
              rgba(36,36,36,.36) 0%, rgba(36,36,36,.28) 14%, rgba(36,36,36,.08) 28%, transparent 42%,
              transparent 58%, rgba(36,36,36,.12) 72%, rgba(36,36,36,.42) 86%, rgba(36,36,36,.54) 100%);
}
.percentage-chart > .row .plot .values {
  display: block;
  width: 100%;
  height: 100%;
}
.percentage-chart > .row .plot .value {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  height: 100%;
}
.percentage-chart > .row .plot .gradient {
  height: 100%;
  top: 0;
  opacity: .4;
}


.datafiles-box > .header {
  overflow: hidden;
}
.datafiles-box > .header .title {
  float: left;
}
.datafiles-box > .header .title .trim {
  display: block;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.datafiles-box thead th.center {
  padding-left: 0;
}
.datafiles-box .file-links-column {
  width: 173px;
}
.datafiles-box .icon-file {
  float: left;
  margin-left: 3px;
}
.icon-file:first-child {
  margin-left: 0;
}
.datafiles-box .config {
  margin-top: 10px;
  color: #bfbfbf;
}
.datafiles-box .body,
.datafiles-box .none-selected {
  margin: 12px 0 2px 0;
}
.datafiles-box .footer {
  margin-top: 8px;
  margin-bottom: -2px;
}
.datafiles-box .footer .configuration {
  display: table-row;
}
.datafiles-box .footer .configuration .config-icon,
.datafiles-box .footer .configuration .config-text {
  display: table-cell;
  vertical-align: middle;
}
.datafiles-box .footer .configuration .config-text {
  padding-left: 10px;
}
.datafiles-box .footer .configuration strong {
  font-weight: 700;
}
.datafiles-box .footer .configuration small {
  font-size: 1em;
  color: #7c7d7c;
}
.datafiles-box .form .actions {
  margin-top: 15px;
}
.datafiles-box .form .actions .button {
  min-width: 100px;
  color: #ff8000;
}
.datafiles-box .form .actions .links {
  padding-right: 0;
}
.datafiles-box .form.loading .icon-25x25.icon-25x25-affect-loading {
  background: url(../images/ui/loaders/loading-161616.gif) no-repeat 100% 50%;
}
.datafiles-box:not(.premium) .if-premium,
.datafiles-box:not(.standard) .if-standard,
.datafiles-box:not(.config) .if-config,
.datafiles-box.config .if-not-config,
.datafiles-box:not(.has-files) .if-has-files,
.datafiles-box:not(.no-files) .if-not-files {
  display: none !important;
}
.tooltip .download-link-tooltip .title strong {
  text-transform: none;
}


.wl-header {
  height: 27px;
}
.wl-logo {
  display: block;
  float: left;
  width: 169px;
  height: 100%;
  margin-right: 10px;
  background: url(../images/ui/logos/worldlingo.png) no-repeat 0 50%;
  text-indent: -9000px;
}
.wl-header .drop-down-list {
  float: left;
}
.wl-about {
  float: right;
  padding-top: 7px;
  font-weight: 700;
  font-size: .833em;
  color: #7c7d7c;
}
.wl-about:hover {
  color: #fff;
}
.world-lingo .translations-con {
  margin: 10px 0;
  background-color: #2b2b2b;
  border: 1px solid #181818;
  color: #afafaf;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.world-lingo .translations-con.translated {
  position: relative;
  background-image: url(../images/ui/worldlingo/arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 5px;
}
.translated .wl-content {
  width: 50%;
  float: left;
}
.wl-content.wl-translation {
  display: none;
}
.translated .wl-content.wl-translation {
  display: block;
}
.translated .wl-content.wl-original > .inner {
  padding-right: 17px;
}
.translated .wl-content.wl-translation > .inner {
  padding-left: 16px;
}
.wl-content-header {
  display: inline-block;
  height: 14px;
  background-color: #444444;
  border: 0;
  padding: 7px 10px 7px 10px;
  text-transform: uppercase;
  
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.translated .wl-content-header {
  display: block;
}
.translated .wl-translation .wl-content-header {
  text-align: right;
  direction: ltr;
  
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.wl-content .flags {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.wl-content.wl-translation .flags {
  margin-right: 0;
  margin-left: 5px;
}
.wl-content .text {
  padding: 6px 10px 8px 10px;
  font-size: .917em;
  word-wrap: break-word;
}
.translated .wl-original .text {
  padding-right: 0;
}
.translated .wl-translation .text {
  padding-left: 0;
}
.wl-content .section-title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.091em;
  color: #fff;
}
.wl-translation .text.loader-initiated {
  position: absolute;
  top: 50%;
  right: 25%;
  padding: 0;
}
.wl-translation .text.loader-initiated .loading-message {
  position: relative;
  top: -50%;
  right: -50%;
}


body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footerlogo{
  position: relative;
  right: 12px;
}
.copyrights{
  width: 140px;
}
.page-header,
.line-grid .value,
.tooltip .title strong {
  font-family: 'Cabin', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-header .header-icon {
  background: url(../images/content/page-header-icons.png) no-repeat 100% 58px;
}
#page-report-name .header-icon {
  background-position: right 0;
}
#page-screening .header-icon {
  background-position: right -58px;
}
#page-security-advice .header-icon {
  background-position: right -116px;
}
#page-reference .header-icon {
  background-position: right -174px;
}
#page-sanctionsets .header-icon {
  background-position: right -232px;
}
#page-datafiles .header-icon {
  background-position: right -290px;
}
#page-user-details .header-icon {
  background-position: right -348px;
}
#page-view-overrides .header-icon {
  background-position: right -406px;
}
#page-edit-overrides .header-icon {
  background-position: right -464px;
}
#page-email-profile .header-icon,
#page-search-email-results .header-icon {
  background-position: right -522px;
}
#page-email-full-profile .header-icon {
  background-position: right -580px;
}
#page-contact .header-icon {
  background-position: right -638px;
}
#page-contact-thanks .header-icon {
  background-position: right -696px;
}
#page-passportcheck .header-icon {
  background-position: right -754px;
}
#page-statistics .header-icon {
  background-position: right -812px;
}
#page-country .header-icon,
#page-countrycheck-report .header-icon {
  background-position: right -870px;
}
#page-search .header-icon {
  background-position: right -928px;
}
#page-edd .header-icon {
  background-position: right -986px;
}
#page-countrycheck .header-icon {
  background-position: 100% -1044px;
}
body {
  background-color: #191919;
  font-weight: 400;
  font-size: 75%;
  color: #fff;
}
body.list {
  background: transparent;
}
body.content {
  color: #bfbfbf;
}
body.loading {
  cursor: wait;
}
body.plain-message {
  text-align: center;
}
a,
.fake-link {
  color: #00b3e3;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.fake-link:hover {
  color: #28d2ff;
}
.offset {
  position: absolute;
  top: -9000px;
  left: -9000px;
  z-index: 9;
}
.fadeout {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}
.help-cursor {
  cursor: help;
}
.print-only {
  display: none;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: #181818;
  display: none;
}
::-webkit-scrollbar:enabled {
  display: block;
}
::-webkit-scrollbar:vertical {
  width: 8px;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background-color: #181818;
}
::-webkit-scrollbar-track-piece {
  background-color: #2a2a2a;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #195e79;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 24px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 24px;
}
::-webkit-scrollbar-corner {
  background-color: #2a2a2a;
}
::-webkit-resizer {
  background-color: #2a2a2a;
}
* {
  scrollbar-base-color: #181818;
  scrollbar-3dlight-color: #195e79;
  scrollbar-highlight-color: #195e79;
  scrollbar-track-color: #2a2a2a;
  scrollbar-arrow-color: #c0c0c0;
  scrollbar-shadow-color: #195e79;
  scrollbar-dark-shadow-color: #181818;
  scrollbar-face-color: #195e79;
}
.page-wrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 1037px;
  margin: 0 auto;
  padding: 0 10px;
}
#stickysize {
  position: absolute;
  top: 72px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#stickysize.sticky {
  position: fixed;
  top: 0;
}
#stickysize > .page-wrapper {
  height: 100%;
}
#navigation {
  position: absolute;
  top: 0;
  left: 10px;
  width: 160px;
  min-height: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 200px;
  z-index: 3;
}
#sidebar {
  position: absolute;
  top: 0;
  right: 10px;
  width: 190px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 3;
}
#content {
  position: relative;
  padding-top: 10px;
  z-index: 3;
}
body.content #content {
  margin: 0 198px 0 168px;
}
body.content.widecolumn #content {
  margin-right: 0;
}
body.fullscreen #header,
body.fullscreen #stickysize {
  display: none;
}
body.fullscreen .page-wrapper {
  max-width: 100%;
  margin: 0;
}
body.fullscreen #content {
  margin: 0;
}
html {
  
  height: 100%;
}
#app-loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
#app-loading > .inner {
  position: relative;
  top: -50%;
  left: -50%;
  white-space: nowrap;
}
#app-loading > .inner {
  line-height: 32px;
  font-size: 1.333em;
  font-style: italic;
  text-shadow: 0 1px #000;
}
#app-loading img {
  float: left;
  margin-right: 5px;
}
#app-loading strong {
  font-weight: 700;
  font-style: italic;
  color: #e3e3e3;
}
body.page-no-access .content-con {
  padding: 20px;
}
.noaccess-info {
  margin-bottom: 18px;
  color: #e3e3e3;
}
.noaccess-info p {
  margin-top: 15px;
}
.noaccess-info p:first-child {
  margin-top: 0;
}
.noaccess-info strong {
  font-weight: 700;
}
.noaccess-preview {
  overflow: hidden;
  margin: 0 -20px;
  padding: 20px;
}
.noaccess-preview img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#page-countrycheck .noaccess-preview {
  padding: 0;
}
.main-header {
  position: relative;
  height: 70px;
  background: url(../images/header/header.png) repeat-x 0 0;
  border-bottom: 2px solid #595959;
  overflow: visible;
}
.main-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../images/header/shadow.png) no-repeat 50% 2px;
}
.main-header > .page-wrapper {
  padding-left: 33px;
}
.main-header .logos {
  float: left;
}
#page-archive .main-header .logo {
  margin-left: -8px!important;
}
.main-header .logo {
  display: block;
  position: absolute;
  width: 428px;
  height: 68px;
  margin-right: 10px;
  background: url(../images/header/rfv_lg_h_rgb_wht_WORLD-CHECK_ONLINE.png) no-repeat 0 0;
  background-size: 50%;
  margin-top: 25px;
  margin-left: -22px;
}
.main-header .logo.logo-site {
  background-position: 0 0;
}
#page-newscheck .main-header .logo.logo-site {
  background-position: 0 100%;
}
.main-header .header-extra {
  float: right;
}
.content-con {
  padding: 15px 20px;
}
.tickerbox ~ .contentbox .content-con {
    border-top: 1px solid #2e2e2e;
}
.page-header {
  
  font-weight: 700;
  font-size: 1.667em;
  text-transform: uppercase;
  color: #fff;
}
.page-header h1 {
  font-weight: 700;
}
.page-header.bg-left,
.page-header > .bg-right,
.page-header > .bg-right > .bg-inner {
  display: block;
  height: 58px;
  background-image: url(../images/content/page-header.png);
  background-repeat: no-repeat;
}
.page-header.bg-left {
  background-position: 0 -58px;
  padding-left: 5px;
}
.page-header > .bg-right {
  background-position: 100% -116px;
  padding-right: 5px;
}
.page-header > .bg-right > .bg-inner {
  background-position: 0 0;
  background-repeat: repeat-x;
}
.page-header .header-icon {
  display: block;
  height: 41px;
  padding: 17px 0 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.note p {
  margin-bottom: 15px;
}
.note p:last-child {
  margin-bottom: 0;
}
.note strong {
  font-weight: 700;
  color: #fff;
}
.below-content .gln {
  margin: 13px 0 20px 0;
  line-height: 12px;
  font-size: .833em;
  color: #7c7d7c;
}
.below-content .gln p {
  margin-bottom: 12px;
}
.below-content .gln p.ft,
.below-content .gln p:last-child {
  margin-bottom: 0;
}
.below-content .gln strong {
  font-weight: 700;
}
.popup {
  display: inline-block;
  outline: 0;
}
.language-popup {
  padding: 15px 20px 20px 20px;
  text-align: center;
  color: #bfbfbf;
}
.language-popup .col {
  float: left;
  width: 98px;
  text-align: left;
}
.language-popup .col.col-2 {
  width: 78px;
}
.language-popup .lang {
  margin-bottom: 18px;
  cursor: pointer;
}
.language-popup .lang:hover {
  color: #fff;
}
.language-popup .lang.current {
  font-weight: 700;
  color: #ff8000;
  cursor: default;
}
.language-popup .close-btn {
  text-align: center;
}
.language-popup .close-btn > span > span > span {
  padding: 0 15px;
}
.tooltip {
  display: none;
  position: absolute;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 11px;
  color: #ccc;
  padding: 8px 10px;
  z-index: 10;
  background-color: #2b2b2b;
  border: 1px #926012 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.tooltip .title strong {
  font-weight: 500;
  font-size: 1.273em;
  text-transform: uppercase;
  color: #fff;
}
.tooltip p {
  margin-bottom: 6px;
}
.tooltip p:last-child {
  margin-bottom: 0;
}
.tooltip.tooltip-profile {
  border-color: #000;
  padding: 0;
  text-align: center;
}
.tooltip.tooltip-profile .color {
  display: block;
  height: 3px;
  border-bottom: 1px solid #2b2b2b;
}
.tooltip.tooltip-profile .title {
  margin: 0;
  padding: 4px 0 5px 0;
  background-color: #333;
}
.tooltip .profile-tooltip {
  padding: 0 10px;
  color: #e3e3e3;
}
.tooltip .profile-tooltip strong {
  font-weight: 700;
  font-size: 1.091em;
  color: #afafaf;
}
.tooltip .profile-tooltip .name {
  display: block;
  margin: 6px 0 8px 0;
  font-weight: 700;
  word-break: break-all;
}
.tooltip .profile-tooltip .countries {
  display: block;
  margin: 8px 0;
}
.tooltip .profile-tooltip .country {
  display: block;
  line-height: 13px;
}
.tooltip .profile-tooltip .country .flags {
  margin-right: 4px;
  vertical-align: -1px;
}
.tooltip .profile-short-tooltip {
  max-width: 330px;
}
.tooltip .profile-short-tooltip .name,
.tooltip .profile-short-tooltip .country {
  display: block;
  color: #e3e3e3;
}
.tooltip .profile-short-tooltip .name {
  margin-bottom: 3px;
  font-weight: 700;
}
.tooltip .profile-short-tooltip .country .flags {
  float: left;
  margin: 1px 6px 0 0;
}
.tooltip .profile-short-tooltip .age {
  display: block;
  margin: 6px 0;
}
.tooltip .keywords-list p.title {
  margin-bottom: 2px;
  font-size: .929em;
}
.tooltip .keyword-tooltip {
  max-width: 300px;
}


.main-header-tools {
  float: right;
  text-align: right;
}
.main-header-tools .logout {
  display: block;
  margin: 13px 0 8px 0;
  font-size: .917em;
  color: #b0b0b0;
}
.main-header-tools .logout-link {
  text-transform: uppercase;
}
.main-header-tools .logout-link::before {
  content: "[ ";
  color: #fff;
}
.main-header-tools .logout-link::after {
  content: " ]";
  color: #fff;
}
.main-header-tools .buttons {
  display: block;
}
.main-header-tools .buttons .button {
  float: right;
  margin-left: 10px;
}
.support-popup {
  padding: 1px 0;
}
.support-popup .col {
  float: left;
}
.support-popup .col.col-1 {
  margin-right: 8px;
}
.support-popup a {
  display: block;
  padding: 1px 10px;
  color: #bfbfbf;
  cursor: pointer;
}
.support-popup a:hover {
  background-color: #402903;
  color: #fff;
}


.nav {
  margin-bottom: 10px;
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.nav.bg-top,
.nav > .bg-bottom,
.nav > .bg-bottom > .bg-inner {
  display: block;
  width: 159px;
  background-image: url(../images/navigation/h-sprite.png);
  background-repeat: no-repeat;
}
.nav.bg-top {
  background-position: -159px 0;
  padding-top: 4px;
}
.nav > .bg-bottom {
  background-position: -318px 100%;
  padding-bottom: 4px;
}
.nav > .bg-bottom > .bg-inner {
  background-position: 0 0;
  background-repeat: repeat-y;
  padding: 0 8px;
  width: auto;
}
.menu-item {
  position: relative;
  border-top: 1px solid #1a1a1a;
}
.menu-item:hover {
  z-index: 3;
}
.menu-item a {
  color: #bfbfbf;
}
.menu-item a {
  display: block;
  position: relative;
  height: 14px;
  border-top: 1px solid #454545;
  padding: 8px 7px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-item a.active {
  background: url(../images/navigation/arrow.png) no-repeat 128px 12px;
  color: #ff8000;
}
.menu-item:hover a.active {
  background-position: 128px 13px;
}
.menu-item:first-child a.active {
  background-position: 128px 12px;
}
.menu-item a:hover {
  color: #fff;
}
.menu-item:hover .bg-hover {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 34px;
  margin: 0 -6px;
  padding: 0 6px;
  background-color: #402903;
}
.menu-item:hover a {
  border-top: 0;
  padding-top: 9px;
}
.menu-item:first-child,
.menu-item:first-child a {
  border-top: 0;
}
.menu-item:first-child:hover a {
  padding-top: 8px;
}
.nav-banners {
  position: absolute;
  bottom: 0;
  margin-left: 4px;
  margin-right: 16px;
}
.nav-banners p {
  margin: 5px 0 6px 0;
  font-size: .833em;
  text-align: center;
  color: #a8a8a8;
}
.nav-banner {
  margin: 6px 0 10px 0;
}
.nav-banner a {
  display: block;
  
  margin: -8px 0 -10px 0;
  padding: 8px 0 10px 0;
}
.nav-banner img {
  display: block;
  margin: 0 auto;
}
.nav-banner.bg-top,
.nav-banner > .bg-bottom,
.nav-banner > .bg-bottom > .bg-inner {
  display: block;
  width: 139px;
  background-image: url(../images/navigation/banner.png);
  background-repeat: no-repeat;
}
.nav-banner.bg-top {
  background-position: -139px 0;
  padding-top: 6px;
}
.nav-banner > .bg-bottom {
  background-position: -278px 100%;
  padding-bottom: 6px;
}
.nav-banner > .bg-bottom > .bg-inner {
  background-position: 0 0;
  background-repeat: repeat-y;
}
.nav-banner.bg-top:hover {
  background-position: -556px 0;
}
.nav-banner:hover > .bg-bottom {
  background-position: -695px 100%;
}
.nav-banner:hover > .bg-bottom > .bg-inner {
  background-position: -417px 0;
}
.nav-banner.thomson-reuters > .bg-bottom > .bg-inner {
  padding-top: 2px;
  padding-bottom: 4px;
}


.results-info-con .button .arrow {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.button.fullwidth-button {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.button.fullwidth-button.icon-on-left > span > span > span {
  padding-left: 0;
}
.drop-down.fullwidth-dropdown {
  display: block;
  
  width: 100% !important;
}
.geoindex {
  height: 100%;
  overflow-y: scroll;
}
.geoindex .grp {
  margin: 4px 0 8px 0;
  padding: 0 10px;
  border-bottom: 1px solid #343434;
  font-size: 1.25em;
  text-align: right;
  color: #fff;
}
.geoindex .grp:first-child {
  margin-top: 0;
}
.geoindex li a {
  display: block;
  padding: 0 5px;
  font-size: .917em;
  color: #bfbfbf;
}
.geoindex li a:hover {
  background-color: #402903;
  color: #fff;
}
.resultlist-ve-expander .ve-cell-header {
  height: 112px;
}
.has-collapse-expand .resultlist-ve-expander .ve-cell-header {
  height: 133px;
}
.has-cc-result .resultlist-ve-expander .ve-cell-header {
  height: 209px;
}
.has-cc-result.has-collapse-expand .resultlist-ve-expander .ve-cell-header {
  height: 230px;
}
.resultlist-ve-expander .ve-cell-footer {
  height: 114px;
}
.result-list-header {
  padding-bottom: 12px;
}
.button.sb-back-button {
  margin-top: 0;
}
.button.sb-back-button .button-inner {
  padding-right: 25px;
}
.sb-sorting-con {
  display: none;
  margin: 15px 0 6px 0;
}
.sb-sorting-con > label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.167em;
  color: #e3e3e3;
}
.sb-collapse-expand-con {
  display: none;
  padding-right: 4px;
  text-align: right;
}
.cc-result {
  margin-top: 15px;
  text-align: center;
}
.cc-result.dark-box > .bg-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-result .title {
  margin-bottom: 8px;
  font-size: .917em;
  color: #b0b0b0;
}
.cc-result .country {
  color: #fff;
  white-space: nowrap;
}
.resultlist-con .error-message {
  font-style: italic;
  text-align: center;
}
.resultlist .item {
  position: relative;
  border-bottom: 1px solid #2b2b2b;
}
.resultlist .item a {
  display: block;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 4px 7px;
  word-break: break-all;
}
.resultlist .item:last-child {
  border-bottom: 0;
}
.resultlist .item:last-child a,
.resultlist .item:hover a {
  border-bottom: 0;
  padding-bottom: 5px;
}
.resultlist .item:hover .bg-hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  background-color: #402903;
  padding: 1px 0 2px 0;
}
.resultlist .item .colored-info {
  color: #e3e3e3;
}
.resultlist .item:hover .colored-info {
  color: #fff;
}
.resultlist .group-heading {
  position: relative;
  margin-top: 4px;
  padding: 4px 30px 4px 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.resultlist .group-heading.collapsed {
  border-bottom: 0;
}
.resultlist .group-heading .icon-13x13 {
  position: absolute;
  top: 4px;
  left: 0;
}
.resultlist .group-heading .count {
  position: absolute;
  top: 4px;
  right: 0;
}
.resultlist .collapsed .item {
  display: none;
}
.results-info-con {
  display: none;
}
.results-info-con .results-hits {
  margin: 20px 0 14px 0;
  text-align: center;
  color: #afafaf;
}
.results-info-con .results-hits strong {
  font-weight: 700;
  color: #fff;
}
.results-info-con .prev-btn {
  float: left;
}
.results-info-con .next-btn {
  float: right;
}
.results-info-con .prev-btn {
  margin-left: 0;
  margin-right: 2px;
}
.results-info-con .next-btn {
  margin-left: 2px;
  margin-right: 0;
}
.results-info-con .button .arrow {
  position: relative;
  top: -1px;
  font-weight: 700;
  font-size: 1.333em;
}
.results-info-con .button .outer-label {
  position: absolute;
  padding: 0 5px;
  color: #00b3e3;
}
.results-info-con .button.prev-btn .outer-label {
  left: 100%;
}
.results-info-con .button.next-btn .outer-label {
  right: 100%;
}
.results-info-con .button.disabled .outer-label {
  color: #565656;
}
.button.sb-display-all-button {
  margin-bottom: 0;
}
.tooltip.tooltip-profile {
  position: fixed;
  width: 190px;
  box-sizing: border-box;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanovatab-regular.eot?#090315');
    src: url('../fonts/proximanovatab-regular.eot?#090315iefix') format('embedded-opentype'),
        url('../fonts/proximanovatab-regular.ttf?#090315') format('truetype'),
        url('../fonts/proximanovatab-regular.woff?#090315') format('woff');
    font-weight: normal;
    font-style: normal;
}
.refinitiv-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background-color: rgba(58, 65, 81, 0.8);
}
.refinitiv-dialog-headless {
    padding: 25px;
    background-color: white;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    outline: none;
}
.refinitiv-logo-right {
    text-align: right;
}
.refinitiv-text-block {
    padding: 15px 40px;
    color: #484848;
    font-family: ProximaNova;
    font-size: 15px;
    line-height: 25px;
}
.refinitiv-text-block p {
    margin: 0;
    padding: 6px 0;
}
.refinitiv-text-block a {
    color: #1583ED;
}
.refinitiv-text-block a:hover,
.refinitiv-text-block a:focus {
    color: #FF7001;
    text-decoration: none;
}
.refinitiv-text-block a:visited {
    color: #005A84;
}
.refinitiv-text-block a:focus {
    outline: #666 dotted 1px;
}
.refinitiv-text-block a:active {
    color: #1583ED;
}
.refinitiv-controls-right {
    text-align: right;
    margin-top: 30px;
}
.refinitiv-controls-right .refinitiv-button {
    margin-left: auto;
}
.refinitiv-button {
    color: white;
    background-color: #ff5000;
    line-height: 32px;
    outline: none;
    cursor: pointer;
    width: 122px;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    display: block;
    border: 0 none;
}
.refinitiv-button::-moz-focus-inner {
    outline: none;
}
.refinitiv-button:focus {
    outline: #666 dotted 1px;
}
.refinitiv-button:disabled {
    background-color: #CCC;
    cursor: default;
}
