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

.nvd3 .nv-bars rect {
    fill-opacity: .75;

    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }


.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}


.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.nv-force-link {
  stroke: #999;
  stroke-opacity: .6;
}
.nv-force-node text {
  stroke-width: 0px
}

.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}

.nvd3 .nv-groups path.nv-area {
    stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}



.nvd3 .nv-indexLine {
    cursor: ew-resize;
}

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    width:100%;
    height:100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.nvd3 text {
    font: normal 12px Arial;
}

.nvd3 .title {
    font: bold 14px Arial;
}

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}

/**********
*  Print
*/

@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent 
{
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}


.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5; 
}
.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}

.nvd3.nv-pie path {
    fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}
.nvd3.nv-pie .nv-label {
    pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}
.nv-noninteractive {
    pointer-events: none;
}

.nv-distx, .nv-disty {
    pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}


.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}


.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    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;
}

.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    transition: opacity 50ms linear;
    -moz-transition: opacity 50ms linear;
    -webkit-transition: opacity 50ms linear;

    transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}


.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key {
    font-weight: normal;
}
.nvtooltip table td.key.total {
    font-weight: bold;
}
.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}

.nvtooltip table td.percent {
    color: darkgray;
}

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}


/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}
.nvd3 line.nv-guideline {
    stroke: #ccc;
}
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable div {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable div:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc div:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}
/*!
 * ui-grid - v4.0.2 - 2016-12-30
 * Copyright (c) 2016 ; License: MIT 
 */
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid {
  border: 1px solid #d4d4d4;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-scrollbar-placeholder {
  background-color: transparent;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ui-grid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-header-cell-row {
  display: table-row;
  position: relative;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header-cell .ui-grid-sort-priority-number {
  margin-left: -8px;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
.ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 0px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
select.ui-grid-filter-select {
  padding: 0;
  margin: 0;
  border: 0;
  width: 90%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ui-grid-viewport:focus {
  outline: none !important;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row {
  clear: both;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-footer-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-footer-cell-row {
  display: table-row;
}
.ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
  display: table-cell;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  height: 31px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
  border: 1px solid #d4d4d4;
}
.ui-grid-menu {
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 1px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: #333333;
  text-decoration: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled],
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
fieldset[disabled] a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  pointer-events: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:hover,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  background-image: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:hover,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  background-color: transparent;
  border-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button .badge {
  color: transparent;
  background-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button > i {
  opacity: 0.75;
  color: black;
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 0px;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
  min-width: 100%;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #cecece;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url('ui-grid.eot');
  src: url('ui-grid.eot#iefix') format('embedded-opentype'), url('ui-grid.woff') format('woff'), url('ui-grid.ttf') format('truetype'), url('ui-grid.svg?#ui-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url('@{font-path}ui-grid.svg?12312827#ui-grid') format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
.ui-grid-icon-plus-squared:before {
  content: '\c350';
}
.ui-grid-icon-minus-squared:before {
  content: '\c351';
}
.ui-grid-icon-search:before {
  content: '\c352';
}
.ui-grid-icon-cancel:before {
  content: '\c353';
}
.ui-grid-icon-info-circled:before {
  content: '\c354';
}
.ui-grid-icon-lock:before {
  content: '\c355';
}
.ui-grid-icon-lock-open:before {
  content: '\c356';
}
.ui-grid-icon-pencil:before {
  content: '\c357';
}
.ui-grid-icon-down-dir:before {
  content: '\c358';
}
.ui-grid-icon-up-dir:before {
  content: '\c359';
}
.ui-grid-icon-left-dir:before {
  content: '\c35a';
}
.ui-grid-icon-right-dir:before {
  content: '\c35b';
}
.ui-grid-icon-left-open:before {
  content: '\c35c';
}
.ui-grid-icon-right-open:before {
  content: '\c35d';
}
.ui-grid-icon-angle-down:before {
  content: '\c35e';
}
.ui-grid-icon-filter:before {
  content: '\c35f';
}
.ui-grid-icon-sort-alt-up:before {
  content: '\c360';
}
.ui-grid-icon-sort-alt-down:before {
  content: '\c361';
}
.ui-grid-icon-ok:before {
  content: '\c362';
}
.ui-grid-icon-menu:before {
  content: '\c363';
}
.ui-grid-icon-indent-left:before {
  content: '\e800';
}
.ui-grid-icon-indent-right:before {
  content: '\e801';
}
.ui-grid-icon-spin5:before {
  content: '\ea61';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #d4d4d4;
  border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ui-grid-focuser {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ui-grid-focuser:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-offscreen {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
  clip: rect(0px, 0px, 0px, 0px);
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-viewport .ui-grid-empty-base-layer-container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: none;
}
.ui-grid-expandable-buttons-cell i {
  pointer-events: all;
}
.scrollFiller {
  float: left;
  border: 1px solid #d4d4d4;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
  font-weight: bold !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.movingColumn {
  position: absolute;
  top: 0;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: content-box;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #f3f3f3;
  border-color: #cccccc;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #333333;
  text-decoration: none;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
  pointer-events: none;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:hover {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active:hover,
.ui-grid-pager-control button.active:hover,
.open > .dropdown-toggle.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.open > .dropdown-toggle.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus,
.open > .dropdown-toggle.ui-grid-pager-control button.focus {
  color: #eeeeee;
  background-color: #c8c8c8;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  background-image: none;
}
.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button:hover,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button[disabled]:focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button[disabled].focus,
fieldset[disabled] .ui-grid-pager-control button.focus {
  background-color: #f3f3f3;
  border-color: #cccccc;
}
.ui-grid-pager-control button .badge {
  color: #f3f3f3;
  background-color: #eeeeee;
}
.ui-grid-pager-control input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline;
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-control input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ui-grid-pager-control input:-ms-input-placeholder {
  color: #999999;
}
.ui-grid-pager-control input::-webkit-input-placeholder {
  color: #999999;
}
.ui-grid-pager-control input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly],
fieldset[disabled] .ui-grid-pager-control input {
  background-color: #eeeeee;
  opacity: 1;
}
.ui-grid-pager-control input[disabled],
fieldset[disabled] .ui-grid-pager-control input {
  cursor: not-allowed;
}
textarea.ui-grid-pager-control input {
  height: auto;
}
select.ui-grid-pager-control input {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-control input,
select[multiple].ui-grid-pager-control input {
  height: auto;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: bottom;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
  vertical-align: middle;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -7px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-control .last-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -11px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 26px;
  width: 67px;
  display: inline;
}
.ui-grid-pager-row-count-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-row-count-picker select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select:-ms-input-placeholder {
  color: #999999;
}
.ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
  color: #999999;
}
.ui-grid-pager-row-count-picker select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  background-color: #eeeeee;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select[disabled],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  cursor: not-allowed;
}
textarea.ui-grid-pager-row-count-picker select {
  height: auto;
}
select.ui-grid-pager-row-count-picker select {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-row-count-picker select,
select[multiple].ui-grid-pager-row-count-picker select {
  height: auto;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 1px solid #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
  border-left: 1px solid #d4d4d4;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #ff0000 !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  opacity: 1;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
  cursor: pointer;
  opacity: 1;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: all;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell-contents.invalid {
  border: 1px solid #fc8f8f;
}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.dayparts {
    width: 750px;
}

.dayparts table {
    width: 100%;
}

.dayparts td {
    cursor: pointer;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
}

.dayparts th {
    font-weight: normal;
}

.dayparts td, .dayparts th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

.dayparts tr:first-child th {
    text-align: left;
    text-indent: -4px;
}

.dayparts tr:not(:first-child) th {
    text-align: right;
    padding-right: 5px;
}

.dayparts tr td:last-child {
    border: 0;
}

.dayparts .selected {
    background: #1e4163;
    color: white;
}

.dayparts button {
    margin-top: 10px;
    float: right;
    cursor: pointer;
    margin-right: 25px;
}

.dayparts a {
    cursor: pointer;
}
.dayparts a:hover {
    color: #333333;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
chip-tmpl {
  display: inline-block;
  margin: 0 5px 5px 0; }

.default-chip {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  background: #e0e0e0;
  padding: 5px; }

chip-tmpl:focus {
  outline: none; }
  chip-tmpl:focus .default-chip {
    border: 2px solid #9e9e9e;
    background: #9e9e9e;
    color: white; }

.chip-failed .default-chip {
  color: red; }

chips {
  display: block;
  padding: 5px; }
  chips > div {
    display: inline; }
    chips > div > input {
      height: 100%;
      border: none;
      font-size: 14px; }
    chips > div > input:focus {
      outline: none; }

.chip-out-focus {
  border-bottom: 1px solid #e0e0e0; }

.chip-in-focus {
  border-bottom: 1px solid #106cc8; }
/* VENDORS
-------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.pager:before,
.pager:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-header:after,
.modal-footer:after,
.pager:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* FONTAWESOME FONTS - USED FOR APP ICONS AND BUTTONS
-------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* UIGRID FONTS - USED FOR TABLE ICONS
-------------------------------------------------------------------- */
@font-face {
  font-family: 'ui-grid';
  src: url('fonts/ui-grid.eot');
  src: url('fonts/ui-grid.eot#iefix') format('embedded-opentype'), url('fonts/ui-grid.woff') format('woff'), url('fonts/ui-grid.ttf?') format('truetype'), url('fonts/ui-grid.svg?#ui-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ICOMOON FONTS - USED FOR MENU ICONS
-------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?kq6ok4');
  src: url('fonts/icomoon.eot?#iefixkq6ok4') format('embedded-opentype'), url('fonts/icomoon.woff?kq6ok4') format('woff'), url('fonts/icomoon.ttf?kq6ok4') format('truetype'), url('fonts/icomoon.svg?kq6ok4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-aquarium:before {
  content: "\e618";
}
.icomoon-trust:before {
  content: "\e614";
}
.icomoon-star:before {
  content: "\e610";
}
.icomoon-dashboard:before {
  content: "\e605";
}
.icomoon-floor:before {
  content: "\e61a";
}
.icomoon-newsletter:before {
  content: "\e617";
}
.icomoon-check-box-outline-blank:before {
  content: "\e612";
}
.icomoon-check-box-selected:before {
  content: "\e613";
}
.icomoon-user:before {
  content: "\e619";
}
.icomoon-credit:before {
  content: "\e611";
}
.icomoon-window:before {
  content: "\e600";
}
.icomoon-cogs:before {
  content: "\e601";
}
.icomoon-warning:before {
  content: "\e603";
}
.icomoon-suitcase:before {
  content: "\e602";
}
.icomoon-chart:before {
  content: "\e604";
}
.icomoon-megaphone:before {
  content: "\e606";
}
.icomoon-comments:before {
  content: "\e607";
}
.icomoon-tablet:before {
  content: "\e60f";
}
.icomoon-monitor:before {
  content: "\e615";
}
.icomoon-film:before {
  content: "\e616";
}
.icomoon-expand:before {
  content: "\e60d";
}
.icomoon-collapse:before {
  content: "\e60e";
}
.icomoon-ghost:before {
  content: "\e608";
}
.icomoon-arrow-down:before {
  content: "\e609";
}
.icomoon-arrow-up:before {
  content: "\e60a";
}
.icomoon-arrow-down2:before {
  content: "\e60b";
}
.icomoon-arrow-up2:before {
  content: "\e60c";
}
.icomoon-stack:before {
  content: "\e61c";
}
.icomoon-plug:before {
  content: "\e61b";
}
/* GLOBALS
-------------------------------------------------------------------- */
/* COLORS
-------------------------------------------------------------------- */
/* FROM COLORS TO USED VARIABLES 
-------------------------------------------------------------------- */
/* TEXT
-------------------------------------------------------------------- */
/* FONTS
-------------------------------------------------------------------- */
/* WIDTH AND HEIGHT
-------------------------------------------------------------------- */
/* PADDING AND MARGIN 
-------------------------------------------------------------------- */
/* LETTERSPACING
-------------------------------------------------------------------- */
@-webkit-keyframes rotatelogo {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatelogo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@-webkit-keyframes slideUp600 {
  0% {
    top: -600px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slideUp600 {
  0% {
    top: -600px;
  }
  100% {
    top: 0px;
  }
}
/*********************************************************************
	CLASSI DA ESTENDERE ALL'INTERNO DEI COMPONENTI.
**********************************************************************/
/* COLORS
-------------------------------------------------------------------- */
.body-bg-color {
  background: #f2f3f8;
}
.nav-bg-color {
  background: #1D428A;
}
.sidebar-bg-color {
  background: #1D428A;
}
.widget-bg-color {
  background: #fff;
}
.text-color {
  color: #4d4d4d;
}
.text-color-alt {
  color: #fff;
}
.text-color-error {
  color: #E74C3C;
}
/* FONTS
-------------------------------------------------------------------- */
.font-regular,
.font-bold,
.font-italic {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  .font-regular,
  .font-bold,
  .font-italic {
    font-size: 12px;
  }
}
.font-bold {
  font-weight: 700;
}
.font-heading {
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .font-heading {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
.font-italic {
  font-style: italic;
}
.font-small {
  font-size: 11px;
}
.font-regular {
  font-weight: 400;
}
.font-icon-small {
  font-size: 12px!important;
}
/* WIDTH & HEIGHT
-------------------------------------------------------------------- */
.width-100 {
  width: 100%;
}
.width-90 {
  height: 32px;
  width: auto;
}
.width-85 {
  width: 85%;
  max-width: 120px;
}
.width-auto {
  width: auto;
}
.no-height {
  height: 0;
  min-height: 0;
}
.height-auto {
  height: auto;
}
.height-100 {
  height: 100%;
}
.height-input {
  height: 40px;
  min-height: 0;
}
.line-height-input {
  line-height: 40px;
}
/* PADDINGS & MARGINS
-------------------------------------------------------------------- */
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.default-padding {
  padding: 20px;
}
.half-padding {
  padding: 10px;
}
.default-margin {
  margin: 10px;
}
.double-margin {
  margin: 20px;
}
.half-margin {
  margin: 5px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 10px;
}
.margin-left {
  margin-left: 10px;
}
.margin-right {
  margin-right: 10px;
}
/* TEXT
-------------------------------------------------------------------- */
.no-decoration {
  text-decoration: none;
}
.underlined {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.left-aligned {
  text-align: left;
}
.center-aligned {
  text-align: center;
}
.right-aligned {
  text-align: right;
}
.no-text-transform {
  text-transform: none;
}
.highlighted {
  display: inline-block;
  background-color: #e0e9f9;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.highlighted-warning {
  background-color: #f29f97;
}
/* DISPLAY, VISIBILITY & OVERFLOW
-------------------------------------------------------------------- */
.block {
  display: block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.no-overflow {
  overflow: hidden;
}
.overflow {
  overflow: auto;
}
.overflow-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.overflow-y {
  overflow-x: hidden;
  overflow-y: auto;
}
.vertical-align-middle {
  vertical-align: middle;
}
/* BORDERS
-------------------------------------------------------------------- */
.no-border {
  border: none;
}
.border-light {
  border: 1px solid #f2f3f8;
}
.border-medium {
  border: 1px solid #e0e0e0;
}
.border-top-medium {
  border-top: 1px solid #e0e0e0;
}
.border-left-medium {
  border-left: 1px solid #e0e0e0;
}
.border-heavy {
  border: 1px solid #1D428A;
}
/* POSITION
-------------------------------------------------------------------- */
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
/* SHADOWS
-------------------------------------------------------------------- */
.no-text-shadow {
  text-shadow: none;
}
.no-box-shadow {
  -moz-box-shadow: 0 0 0 #e0e0e0;
  -webkit-box-shadow: 0 0 0 #e0e0e0;
  box-shadow: 0 0 0 #e0e0e0;
}
/* LIST
-------------------------------------------------------------------- */
.no-list-style {
  list-style: none;
}
/* POSITION
-------------------------------------------------------------------- */
.relative {
  position: relative;
}
/* POINTER EVENTS
-------------------------------------------------------------------- */
.unclickable {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none !important;
}
/* SCREEN READER
-------------------------------------------------------------------- */
.sr-only {
  display: none;
}
/* WIDGET WRAPPER SPECIALS - SEE DASHBOARD
-------------------------------------------------------------------- */
.row [class*="col-"].first {
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .row [class*="col-"].first {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .row [class*="col-"].last {
    padding-left: 0;
  }
}
.row [class*="col-"].last-dash {
  padding-left: 5px;
}
@media screen and (max-width: 1199px) {
  .row [class*="col-"].last-dash {
    padding-left: 0;
  }
}
.row [class*="col-"].first .widgetM,
.row [class*="col-"].last .widgetM {
  margin-top: 4px;
}
.cursor-help {
  cursor: help;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.clearboth {
  clear: both;
}
.loading-gif {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(assets/loading-gif.svg);
  background-size: 100px 100px;
}
.loadOpacity {
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.loading-gif2 {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(assets/loading-gif2.svg);
  background-size: 100px 100px;
}
.alert-label {
  font-size: 80%;
  font-style: italic;
}
.segments-icons-status {
  margin: 10px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}
.segments-selected-border-back {
  background-color: #fff;
  border: #DADFE1;
  border-style: solid;
  border-width: thin;
}
.segments-included-padding {
  padding-left: 0px;
  padding-bottom: 20px;
}
html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box;
  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;
  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
body {
  background: #f2f3f8;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px;
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 130%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-size: 12px;
  }
}
h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 25.6px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22.4px;
  }
}
h3 {
  font-size: 22.4px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 19.6px;
  }
}
h4 {
  font-size: 19.2px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16.8px;
  }
}
h5 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}
h6 {
  font-size: 12.8px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 11.2px;
  }
}
hr {
  display: block;
  background: #e0e0e0;
  border: none;
  height: 1px;
  margin: 40px 0;
}
a {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-decoration: none;
  color: #4d4d4d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 12px;
  }
}
p {
  margin: 10px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
strong {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  strong {
    font-size: 12px;
  }
}
pre {
  display: block;
  background: #f2f3f8;
  border: 1px solid #e0e0e0;
  padding: 20px;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #4d4d4d;
  /*margin: ( @margin * 2 ) @margin;*/
}
@media screen and (max-width: 767px) {
  pre {
    font-size: 12px;
  }
}
i.big-icon {
  font-size: 24px;
}
.container-fluid {
  padding: 0;
}
.row {
  margin: 0;
}
.row [class*="col-"] {
  padding: 0;
  float: left !important;
}
.filter-col,
.form-col,
.row [class*="col-md-"].filter-col,
.row [class*="col-"].form-col {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.row.catContainer {
  padding: 25px;
  margin: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.row.catContainer .row .form-col .titleCatSubcat {
  margin-top: 20px;
}
.form-col > label.checkbox:only-child,
.form-col > label.radio:only-child {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .form-col > label.checkbox:only-child,
  .form-col > label.radio:only-child {
    margin-top: 10px;
  }
}
.form-col.error label span {
  color: #E74C3C;
}
.form-col > .form-appealing {
  margin-left: 0;
  margin-right: 0;
}
.form-col > label.checkbox:only-child {
  margin-top: 30px;
}
.form-col img.audienceTagLogo {
  width: 60%;
  max-width: 108px;
  vertical-align: middle;
}
.form-appealing {
  background: #f2f3f8;
  border: 1px solid #e0e0e0;
  margin: 10px;
  padding: 20px;
  line-height: 130%;
}
.form-appealing.form-appealing-alt {
  border: none;
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
.form-appealing h1,
.form-appealing h2,
.form-appealing h3,
.form-appealing h4,
.form-appealing h5,
.form-appealing h6 {
  margin-left: 0;
  margin-right: 0;
}
.form-appealing i {
  margin-right: 10px;
}
.extra-padding-columns .form-appealing .col-xs-12 {
  padding: 0px 10px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group > div > label.radio-inline {
  float: left !important;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.form-group > div > label.radio-inline:first-child {
  margin-left: 0px;
}
.form-group .control-label {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .form-group .control-label {
    text-align: left;
  }
}
.form-help {
  color: #2656b4;
}
.form-help .form-help-title {
  font-size: 14px;
  border-bottom: 1px solid #e0e9f9;
  padding-bottom: 6px;
  padding-left: 4px;
}
.form-help .form-help-title i {
  margin-right: 10px;
  font-size: 16px;
}
.form-help .form-help-item {
  font-style: italic;
  font-size: 12px;
  margin: 0px;
  color: #8cabe7;
  padding-left: 4px;
}
.form-col > label.tooltip-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 1600px) {
  .hide-tooltip {
    display: none!important;
  }
}
label,
input,
textarea,
select,
.input-group-addon {
  margin: 10px 0;
}
input,
textarea,
select,
.input-group-addon,
.ie9 input[type="file"] {
  border: 1px solid #e0e0e0;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  height: 40px;
  min-height: 0;
  color: #4d4d4d;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  .input-group-addon,
  .ie9 input[type="file"] {
    font-size: 12px;
  }
}
input[disabled],
textarea[disabled],
select[disabled],
.input-group-addon[disabled],
.ie9 input[type="file"][disabled],
input.disabled,
textarea.disabled,
select.disabled,
.input-group-addon.disabled,
.ie9 input[type="file"].disabled {
  background: #f2f3f8;
}
input.date,
textarea.date,
select.date,
.input-group-addon.date,
.ie9 input[type="file"].date {
  float: left !important;
  width: auto;
}
input.search-text,
textarea.search-text,
select.search-text,
.input-group-addon.search-text,
.ie9 input[type="file"].search-text {
  float: left !important;
  margin-right: -36px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  height: 20px;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
}
textarea {
  height: 118px;
  line-height: 130%;
}
.textarea--big {
  height: 358px;
}
label {
  display: block;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  cursor: pointer;
  line-height: 130%;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 12px;
  }
}
label.radio,
label.checkbox {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  label.radio,
  label.checkbox {
    font-size: 12px;
  }
}
label.radio,
label.checkbox {
  margin-right: 20px;
}
input.date + button,
input.date + input[type="button"],
input.date + .btn,
input.date + ul + button,
input.date + ul + input[type="button"],
input.date + ul + .btn {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: 1px solid #e0e0e0;
  border-left: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
input.date + button i,
input.date + input[type="button"] i,
input.date + .btn i,
input.date + ul + button i,
input.date + ul + input[type="button"] i,
input.date + ul + .btn i {
  margin: 0;
  padding: 0;
}
.input-group-addon {
  background: #f2f3f8;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 40px;
  float: left !important;
  border-right: none;
  min-width: 45px;
  padding: 0 10px;
  width: auto;
}
.input-group-addon + input {
  float: left !important;
  margin-left: 0;
  max-width: 150px;
  min-width: 100px;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  width: auto;
}
.input-group-addon + input + .input-group-addon {
  border: 1px solid #e0e0e0;
  border-left: none;
}
.btn input[type="file"] {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  cursor: inherit;
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.timepicker input {
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 50px;
  height: 24px;
}
.error {
  display: inline-block;
}
.error .error-message {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: #E74C3C;
}
@media screen and (max-width: 767px) {
  .error .error-message {
    font-size: 12px;
  }
}
.btn-group {
  margin: 0;
  padding: 0;
  position: relative;
}
.btn-default-za {
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  height: 40px;
  min-height: 0;
  display: inline-block;
  -moz-box-shadow: 0 0 0 #e0e0e0;
  -webkit-box-shadow: 0 0 0 #e0e0e0;
  box-shadow: 0 0 0 #e0e0e0;
  overflow: hidden;
  text-shadow: none;
  color: #4d4d4d;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #1D428A;
  cursor: pointer;
  line-height: 38px;
  margin: 10px;
  outline: none;
  padding: 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn-default-za {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
.btn-default-za:hover:not([disabled]) {
  -webkit-transition: all 0.1s linear 0.3s;
  -moz-transition: all 0.1s linear 0.3s;
  -ms-transition: all 0.1s linear 0.3s;
  -o-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
  color: #fff;
  background: #1D428A;
}
.btn-default-za:before {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #1D428A;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 30%;
  z-index: -1;
}
.btn-default-za:hover:before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.btn-default-za i {
  font-size: 16px;
  margin-right: 5px;
  outline: none;
  vertical-align: middle;
}
.btn-default-za.btn-bottom-aligned {
  margin-bottom: 0;
  margin-top: 49px;
}
@media screen and (max-width: 991px) {
  .btn-default-za.btn-bottom-aligned {
    margin: 10px 0;
  }
}
.btn-default-za.disabled,
.btn-default-za.disabled i,
.btn-default-za.disabled + i,
.btn-default-za[disabled] {
  opacity: 0.3;
  cursor: no-drop;
}
.btn-default-za[disabled]:before,
.btn-default-za.disabled:before {
  content: none;
}
.btn-default-za.btn-inverted {
  background: #1D428A;
  color: #fff;
}
.btn-default-za.btn-inverted.btn-inverted:hover:not([disabled]) {
  -webkit-transition: all 0.1s linear 0.3s;
  -moz-transition: all 0.1s linear 0.3s;
  -ms-transition: all 0.1s linear 0.3s;
  -o-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
  color: #4d4d4d;
  background: transparent;
}
.btn-default-za.btn-inverted.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
.btn-side {
  color: #1D428A;
  background-color: #DADFE1;
  border-color: #1D428A;
  /* bootstrap variant */
}
.btn-side:focus,
.btn-side.focus {
  color: #1D428A;
  background-color: #bec7ca;
  border-color: #071021;
}
.btn-side:hover {
  color: #1D428A;
  background-color: #bec7ca;
  border-color: #122a57;
}
.btn-side:active,
.btn-side.active,
.open > .dropdown-toggle.btn-side {
  color: #1D428A;
  background-color: #bec7ca;
  border-color: #122a57;
}
.btn-side:active:hover,
.btn-side.active:hover,
.open > .dropdown-toggle.btn-side:hover,
.btn-side:active:focus,
.btn-side.active:focus,
.open > .dropdown-toggle.btn-side:focus,
.btn-side:active.focus,
.btn-side.active.focus,
.open > .dropdown-toggle.btn-side.focus {
  color: #1D428A;
  background-color: #aab6ba;
  border-color: #071021;
}
.btn-side:active,
.btn-side.active,
.open > .dropdown-toggle.btn-side {
  background-image: none;
}
.btn-side.disabled:hover,
.btn-side[disabled]:hover,
fieldset[disabled] .btn-side:hover,
.btn-side.disabled:focus,
.btn-side[disabled]:focus,
fieldset[disabled] .btn-side:focus,
.btn-side.disabled.focus,
.btn-side[disabled].focus,
fieldset[disabled] .btn-side.focus {
  background-color: #DADFE1;
  border-color: #1D428A;
}
.btn-side .badge {
  color: #DADFE1;
  background-color: #1D428A;
}
.ie9 button.button-upload,
.ie9 input[type="button"].button-upload,
.ie9 .btn.button-upload,
.ie9 i.fa-upload {
  display: none !important;
}
.btn-lg,
.btn-group-lg > .btn {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 0px;
  height: auto;
}
.btn-lg > i {
  font-size: 32px;
}
.action-button {
  margin-right: 10px;
}
.btn-side-toggle {
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: inline-block;
  border: none;
  margin: 0;
  height: auto;
  padding: 0 10px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .btn-side-toggle {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
.btn-side-toggle:before {
  content: none;
}
.btn-side-toggle:hover:not([disabled]),
.btn-side-toggle.active {
  text-decoration: none;
  color: #4d4d4d;
  background: transparent;
}
.btn-side-toggle:focus,
.btn-side-toggle:active,
.btn-side-toggle.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.btn-side-toggle i {
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  padding: 10px;
  height: 40px;
  min-height: 0;
  border: 2px solid transparent;
  float: none !important;
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-top: 0;
  width: 40px;
}
.btn-side-toggle:hover:not([disabled]) i,
.btn-side-toggle.active i {
  border-color: #1D428A;
}
.btn-side-toggle span {
  display: block;
  line-height: 21px;
}
.toggle-filters,
.toggle-filters i,
.toggle-filters span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toggle-filters {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-align: center;
  margin: 0;
  padding: 0;
  float: right !important;
  background: #1D428A;
  height: 40px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.toggle-filters:hover {
  width: 200px;
}
.toggle-filters:hover span {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.toggle-filters i {
  margin: 0;
  float: right !important;
  color: #fff;
}
.toggle-filters i.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-filters span {
  display: block;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  line-height: 40px;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  float: left !important;
  color: #fff;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .toggle-filters span {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .toggle-filters span {
    line-height: 31px;
  }
}
.toggle-filters-ssp {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-align: center;
  padding: 0;
  float: right !important;
  margin-top: -0.5px;
  background: #1D428A;
  height: 40px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.toggle-filters-ssp:hover span {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.toggle-filters-ssp i {
  margin: 0;
  float: right !important;
  color: #fff;
}
.toggle-filters-ssp i.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-filters-ssp span {
  display: block;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  line-height: 40px;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  float: left !important;
  color: #fff;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .toggle-filters-ssp span {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .toggle-filters-ssp span {
    line-height: 31px;
  }
}
.toggle-filters-ssp,
.toggle-filters-ssp i,
.toggle-filters-ssp span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-on,
.btn-off {
  margin: 10px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}
.btn-on i,
.btn-off i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 5px;
  vertical-align: middle;
}
.btn-off i {
  -moz-text-shadow: 0 1px 0 #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  color: #d2d8da;
}
.btn-on i,
.btn-off.btn-on i {
  color: rgba(60, 211, 158, 0.6) !important;
  *color: #3CD39E;
}
.btn.btn-timepicker {
  text-align: center;
  border: none;
  padding: 0;
  margin: 0 auto;
  height: auto;
  line-height: 100%;
}
.btn.btn-timepicker:before {
  content: none !important;
}
.btn.btn-timepicker,
.btn.btn-timepicker:hover {
  background: #fff;
  color: #4d4d4d;
}
/* COMPONENTS
-------------------------------------------------------------------- */
i + i,
i + i + i {
  margin-left: 5px;
  margin-right: 5px;
}
i.animated {
  cursor: pointer;
}
i.animated:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
i.circled {
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  text-align: center;
  color: #4d4d4d;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  border: 2px solid transparent;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  width: 40px;
}
i.circled:hover,
i.circled.active {
  border-color: #4d4d4d;
}
i.circled.alt {
  color: #fff;
}
i.circled.alt:hover,
i.circled.alt.active,
i.circled.alt.active:hover {
  border-color: #fff;
}
i.circled.mini {
  width: 25px;
  height: 25px;
  line-height: 23px;
}
i.huge {
  font-size: 48px;
}
i.big {
  font-size: 32px;
}
i.medium {
  font-size: 23px;
}
i.small {
  font-size: 14px;
}
i.fa.error {
  color: #E74C3C !important;
}
i.fa.success {
  color: #2ABB9B !important;
}
i.fa.warning {
  color: #F7CA18 !important;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
img.img-responsive {
  width: 100%;
  height: auto;
}
/* YOTUBE EMBEDDED
-------------------------------------------------------------------- */
iframe.video {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#nav {
  background: #1D428A;
  border-bottom: 2px solid #1c1d22;
  left: 0;
  right: 0;
  position: fixed !important;
  top: 0;
  z-index: 1100;
}
#nav,
#nav .logo-wrapper {
  height: 55px;
}
#nav .logo-wrapper {
  float: left !important;
  line-height: 53px;
  padding: 0 20px;
}
#nav .logo-wrapper img {
  vertical-align: middle;
}
#nav .logo-wrapper img.logo-alt {
  display: none;
}
.nav-actions {
  margin: 0;
  padding: 0;
  float: right !important;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .nav-actions {
    width: 100%;
  }
}
.nav-actions li {
  float: left !important;
}
@media screen and (max-width: 991px) {
  .nav-actions li.logout-toggle-wrapper {
    float: right !important;
  }
}
.nav-actions li > a {
  display: block;
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  float: left !important;
  color: #fff;
  text-transform: uppercase;
  line-height: 53px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .nav-actions li > a {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
.nav-actions li > a:hover,
.nav-actions li > a:active {
  background: #193875;
}
.nav-actions li .publisher-name {
  color: #5BC2E7 !important;
}
.nav-actions li .publisher-name:hover {
  text-decoration: underline;
}
.nav-actions > li {
  border-left: 1px solid #193875;
}
.nav-actions li:first-child {
  border-left: none;
}
.nav-actions li.menu-toggle-wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .nav-actions li.menu-toggle-wrapper {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .nav-actions li.menu-toggle-wrapper {
    float: left !important;
  }
}
@media screen and (max-width: 991px) {
  .message-wrapper {
    border-right: 1px solid #193875;
  }
}
/* OVERRIDE OF BOOTSTRAP TABS
-------------------------------------------------------------------- */
.nav-tabs,
.tab-content {
  border: none;
  margin: 0;
  float: left !important;
  width: 100%;
}
.nav-tabs:not(.tabs-form) {
  padding: 0;
  list-style: none;
}
.nav-tabs:not(.tabs-form) > li {
  width: 20%;
}
.nav-tabs:not(.tabs-form) > li,
.nav-tabs:not(.tabs-form) > li > a {
  display: inline-block;
  margin: 0;
}
.nav-tabs:not(.tabs-form) > li > a,
.nav-tabs:not(.tabs-form) > li:hover > a,
.nav-tabs:not(.tabs-form) > li.active > a,
.nav-tabs:not(.tabs-form) > li.active > a:hover,
.nav-tabs:not(.tabs-form) > li.active > a:focus {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-align: center;
  padding: 10px;
  border: none;
  color: #4d4d4d;
  width: 100%;
  border-top: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs:not(.tabs-form) > li > a {
  background: #ebedf4;
}
.nav-tabs:not(.tabs-form) > li.active > a,
.nav-tabs:not(.tabs-form) > li.active:hover > a,
.nav-tabs:not(.tabs-form) > li.active > a:hover {
  color: #4d4d4d;
  background: #fff !important;
  border-top-color: #1D428A !important;
}
.nav-tabs:not(.tabs-form) > li.disabled > a,
.nav-tabs:not(.tabs-form) > li.disabled:hover > a {
  color: #f2f3f8;
  cursor: default;
}
.create-publisher-menu-mod .nav-tabs:not(.tabs-form) > li {
  width: 12.5%;
}
.tabs-form.create-publisher-menu-mod .nav.nav-tabs > li > a {
  font-size: 14px;
}
.tab-content {
  background: #fff;
  margin-top: 0;
  padding: 20px;
}
.tab-content > .tab-pane {
  width: 100%;
  min-height: 300px;
}
.tab-content > .active {
  position: initial;
  left: initial;
}
.tab-content svg {
  min-height: 300px;
}
.tabs-form {
  margin: 10px;
}
.tabs-form .nav.nav-tabs {
  border-bottom: 1px solid #f2f3f8;
}
.tabs-form .nav.nav-tabs > li > a {
  background: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.tabs-form .nav.nav-tabs > li > a i {
  color: #E74C3C;
  display: block;
  margin: 0 auto;
}
.tabs-form .nav.nav-tabs > li > a,
.tabs-form .nav.nav-tabs > li:hover > a,
.tabs-form .nav.nav-tabs > li.active > a,
.tabs-form .nav.nav-tabs > li.active > a:hover,
.tabs-form .nav.nav-tabs > li.active > a:focus {
  border-bottom: 3px solid transparent;
}
.tabs-form .nav.nav-tabs > li.active > a,
.tabs-form .nav.nav-tabs > li.active:hover > a,
.tabs-form .nav.nav-tabs > li.active > a:hover {
  color: #4d4d4d;
  background: #fff !important;
  border-bottom-color: #1D428A !important;
  border-top-color: transparent !important;
}
.sidebar-wrapper {
  background: #1D428A;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  bottom: 0;
  left: 0;
  position: fixed !important;
  top: 55px;
  width: 60px;
  z-index: 2000;
}
@media screen and (max-width: 991px) {
  .sidebar-wrapper {
    width: 0;
  }
}
.sidebar-wrapper.open {
  width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .sidebar-wrapper.open {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper.open {
    width: 50%;
  }
}
.sidebar-wrapper.static,
.sidebar-wrapper.open.static {
  pointer-events: none;
}
#sidebar,
#sidebar > li > a {
  overflow: hidden;
  width: 100%;
}
#sidebar {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar > li {
  padding: 0;
  list-style: none;
}
#sidebar > li > a {
  display: table;
  text-decoration: none;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 60px;
  padding: 0 17px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sidebar > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#sidebar > li > a:hover {
  background: #193875;
}
#sidebar > li > a i,
#sidebar > li > a span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#sidebar > li > a i {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  width: 26px;
}
@media screen and (max-width: 991px) {
  #sidebar > li > a i {
    display: none !important;
  }
}
#sidebar > li > a span {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding-left: 17px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #sidebar > li > a span {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  #sidebar > li > a span {
    text-align: center;
    padding-left: 0;
    white-space: normal;
  }
}
#sidebar > li.active > a {
  background: #f2f3f8;
  color: #4d4d4d;
}
#sidebar > li > a.menu-adv {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear 0.5s;
  -moz-transition: all 0.2s linear 0.5s;
  -ms-transition: all 0.2s linear 0.5s;
  -o-transition: all 0.2s linear 0.5s;
  transition: all 0.2s linear 0.5s;
}
#sidebar > li > a.menu-adv:hover {
  background-color: #1E4163;
  height: 212px;
}
#sidebar .subnav {
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #193875;
  bottom: 0;
  left: 248px;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 991px) {
  #sidebar .subnav {
    left: 100%;
  }
}
#sidebar .subnav:hover {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
#sidebar .subnav > li {
  display: table;
  margin-bottom: 0;
}
#sidebar .subnav > li,
#sidebar .subnav > li > a {
  overflow: hidden;
  width: 100%;
}
#sidebar .subnav > li > a {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  height: 60px;
  letter-spacing: 0.25px;
  padding: 0 17px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #sidebar .subnav > li > a {
    font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  #sidebar .subnav > li > a {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sidebar .subnav > li > a {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  }
}
#sidebar .subnav > li > a:hover {
  background: #142e60;
}
@media screen and (max-width: 991px) {
  #sidebar .subnav > li > a:hover {
    width: 100%;
  }
}
.sidebar-wrapper.open #sidebar > li > a i {
  text-align: left;
}
.sidebar-wrapper.open #sidebar > li > a span {
  text-indent: 0;
}
.sidebar-wrapper.open #sidebar > li:hover {
  height: auto;
}
.sidebar-wrapper.open #sidebar > li:hover .subnav {
  width: 252px;
}
@media screen and (max-width: 991px) {
  .sidebar-wrapper.open #sidebar > li:hover .subnav {
    width: 100%;
  }
}
.sidebar-wrapper.open #sidebar > li.active .subnav > li > a:hover,
.sidebar-wrapper.open #sidebar > li.active:hover .subnav > li > a:hover {
  color: #fff;
  background: #142e60;
}
.sidebar-wrapper.open #sidebar > li.active .subnav > li > a.active {
  background: #f2f3f8;
  color: #4d4d4d;
}
#sidebar .beta {
  position: absolute;
  bottom: 0px;
  left: 5px;
}
.side {
  padding: 20px;
  -webkit-transform: translate3d(150%, 0, 0);
  -moz-transform: translate3d(150%, 0, 0);
  -ms-transform: translate3d(150%, 0, 0);
  -o-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  background: rgba(218, 223, 225, 0.95);
  bottom: 20px;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 135px;
  width: 30%;
  z-index: 101;
}
@media screen and (max-width: 991px) {
  .side {
    width: 45%;
  }
}
.side.side-detail {
  z-index: 100;
}
.side .side-title i {
  float: right !important;
  cursor: pointer;
}
.side .side-title i:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.side h4.side-title {
  padding-left: 0px;
}
.side .side-content {
  bottom: 20px;
  left: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 10px;
  top: 80px;
}
.open > .side,
.side.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.open > .side.side-detail,
.side.open.side-detail {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.close > .side,
.side.close,
.close.open > .side,
.side.close.open {
  visibility: visible;
}
.side label {
  margin-top: 2.5px;
}
.side hr {
  background: #ccd3d6;
  margin: 30px 10px;
}
.side [class*="col-xs"] > table tr td,
.side [class*="col-xs"] > table.table tr td,
.side [class*="col-xs"] > .ng-table tr td,
.side [class*="col-xs"] > table tr.odd td,
.side [class*="col-xs"] > table.table tr.odd td,
.side [class*="col-xs"] > .ng-table tr.odd td,
.side [class*="col-xs"] > table tr.even td,
.side [class*="col-xs"] > table.table tr.even td,
.side [class*="col-xs"] > .ng-table tr.even td {
  color: #4d4d4d;
}
.side [class*="col-xs"] > table tr td,
.side [class*="col-xs"] > table.table tr td,
.side [class*="col-xs"] > .ng-table tr td,
.side [class*="col-xs"] > table tr.odd td,
.side [class*="col-xs"] > table.table tr.odd td,
.side [class*="col-xs"] > .ng-table tr.odd td {
  background: rgba(204, 211, 214, 0.75);
}
.side [class*="col-xs"] > table tr.even td,
.side [class*="col-xs"] > table.table tr.even td,
.side [class*="col-xs"] > .ng-table tr.even td {
  background: rgba(190, 199, 202, 0.75);
}
.help-content {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.help-content ul li,
.help-content ol li {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 5px 0;
}
.help-content hr {
  background: #ccd3d6;
}
.help-content a,
.help-content a:hover {
  text-decoration: underline;
}
.widgetM {
  padding: 10px;
  float: left !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .widgetM {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.widgetM > h1,
.widgetM > h2,
.widgetM > h3,
.widgetM > h4,
.widgetM > h5,
.widgetM > h6 {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}
.widgetM .widget-state-picker {
  padding: 10px;
}
.widgetM .widget-body {
  min-height: 200px;
}
.widgetM .widget-divider {
  display: block;
  margin: 10px;
  float: left !important;
  width: 100%;
  background: url(../assets/stripe.png ) 0 0 repeat;
  height: 15px;
  margin-left: 0;
  margin-right: 0;
}
.widgetM .topbuyer {
  vertical-align: middle;
}
.widgetM.tabbed-widget {
  padding: 0;
  background-color: transparent;
}
.widgetM.filters {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.widgetM.no-padding {
  padding: 0;
}
.widgetM .table-widget > div[ng-table-pagination] {
  height: 50px;
}
.widgetM .table-widget .pagination {
  margin: 0;
}
/* OVERRIDE OF BOOTSTRAP DATEPICKER
-------------------------------------------------------------------- */
mkp-datepicker ul.dropdown-menu {
  padding: 20px;
}
mkp-datepicker table,
mkp-datepicker ul.dropdown-menu {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #fff;
}
mkp-datepicker table:before,
mkp-datepicker ul.dropdown-menu:before {
  content: none;
}
mkp-datepicker table > thead > tr > th,
mkp-datepicker ul.dropdown-menu > thead > tr > th,
mkp-datepicker table > thead > tr > td,
mkp-datepicker ul.dropdown-menu > thead > tr > td,
mkp-datepicker table > tbody > tr > th,
mkp-datepicker ul.dropdown-menu > tbody > tr > th,
mkp-datepicker table > tbody > tr > td,
mkp-datepicker ul.dropdown-menu > tbody > tr > td {
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  width: 40px;
}
mkp-datepicker table small,
mkp-datepicker ul.dropdown-menu small {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  mkp-datepicker table small,
  mkp-datepicker ul.dropdown-menu small {
    font-size: 12px;
  }
}
mkp-datepicker table button.btn,
mkp-datepicker ul.dropdown-menu button.btn {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-transform: capitalize;
  text-align: center;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border: none;
  margin: 0;
  background: #fff;
  max-width: 100%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  mkp-datepicker table button.btn,
  mkp-datepicker ul.dropdown-menu button.btn {
    font-size: 12px;
  }
}
mkp-datepicker table button.btn:hover,
mkp-datepicker ul.dropdown-menu button.btn:hover {
  background: transparent;
}
mkp-datepicker table button.btn.active,
mkp-datepicker ul.dropdown-menu button.btn.active {
  color: #fff;
  background: #1D428A;
}
mkp-datepicker table button.btn.disabled,
mkp-datepicker ul.dropdown-menu button.btn.disabled,
mkp-datepicker table button.btn.disabled i,
mkp-datepicker ul.dropdown-menu button.btn.disabled i,
mkp-datepicker table button.btn.disabled + i,
mkp-datepicker ul.dropdown-menu button.btn.disabled + i,
mkp-datepicker table button.btn[disabled],
mkp-datepicker ul.dropdown-menu button.btn[disabled],
mkp-datepicker table button.btn[disabled] i,
mkp-datepicker ul.dropdown-menu button.btn[disabled] i,
mkp-datepicker table button.btn[disabled] + i,
mkp-datepicker ul.dropdown-menu button.btn[disabled] + i {
  opacity: 0.3;
  cursor: no-drop;
}
mkp-datepicker table button.btn i,
mkp-datepicker ul.dropdown-menu button.btn i {
  margin: 0;
  background: transparent;
  height: auto;
  line-height: 100%;
  vertical-align: baseline;
}
mkp-datepicker table .btn-group,
mkp-datepicker ul.dropdown-menu .btn-group {
  width: 100%;
  margin: 5px 0;
}
mkp-datepicker table #datepicker-today,
mkp-datepicker ul.dropdown-menu #datepicker-today,
mkp-datepicker table #datepicker-clear,
mkp-datepicker ul.dropdown-menu #datepicker-clear,
mkp-datepicker table #datepicker-close,
mkp-datepicker ul.dropdown-menu #datepicker-close {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  mkp-datepicker table #datepicker-today,
  mkp-datepicker ul.dropdown-menu #datepicker-today,
  mkp-datepicker table #datepicker-clear,
  mkp-datepicker ul.dropdown-menu #datepicker-clear,
  mkp-datepicker table #datepicker-close,
  mkp-datepicker ul.dropdown-menu #datepicker-close {
    font-size: 12px;
  }
}
mkp-datepicker table #datepicker-today,
mkp-datepicker ul.dropdown-menu #datepicker-today,
mkp-datepicker table #datepicker-clear,
mkp-datepicker ul.dropdown-menu #datepicker-clear {
  float: left !important;
  color: #4d4d4d;
  background: transparent;
  width: 50%;
}
mkp-datepicker table #datepicker-today:hover,
mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
mkp-datepicker table #datepicker-clear:hover,
mkp-datepicker ul.dropdown-menu #datepicker-clear:hover {
  color: #fff;
}
mkp-datepicker table #datepicker-clear,
mkp-datepicker ul.dropdown-menu #datepicker-clear {
  float: right !important;
}
mkp-datepicker table #datepicker-close,
mkp-datepicker ul.dropdown-menu #datepicker-close {
  color: #4d4d4d;
  width: 100%;
  max-width: 100%;
}
mkp-datepicker table #datepicker-close:hover,
mkp-datepicker ul.dropdown-menu #datepicker-close:hover {
  color: #fff;
}
/* OVERRIDE OF BOOTSTRAP TABLE
-------------------------------------------------------------------- */
table,
table.table,
.ng-table {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  outline: none!important;
}
@media screen and (max-width: 767px) {
  table,
  table.table,
  .ng-table {
    font-size: 12px;
  }
}
table > thead > tr > th,
table.table > thead > tr > th,
.ng-table > thead > tr > th,
table > tbody > tr > th,
table.table > tbody > tr > th,
.ng-table > tbody > tr > th,
table > tfoot > tr > th,
table.table > tfoot > tr > th,
.ng-table > tfoot > tr > th,
table > tbody > tr > td,
table.table > tbody > tr > td,
.ng-table > tbody > tr > td,
table > tr > th,
table.table > tr > th,
.ng-table > tr > th,
table > tr > td,
table.table > tr > td,
.ng-table > tr > td {
  padding: 10px;
  text-align: left;
  border: none;
  margin: 0;
  text-shadow: none !important;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  table > thead > tr > th,
  table.table > thead > tr > th,
  .ng-table > thead > tr > th,
  table > tbody > tr > th,
  table.table > tbody > tr > th,
  .ng-table > tbody > tr > th,
  table > tfoot > tr > th,
  table.table > tfoot > tr > th,
  .ng-table > tfoot > tr > th,
  table > tbody > tr > td,
  table.table > tbody > tr > td,
  .ng-table > tbody > tr > td,
  table > tr > th,
  table.table > tr > th,
  .ng-table > tr > th,
  table > tr > td,
  table.table > tr > td,
  .ng-table > tr > td,
  table > thead > tr > th a,
  table.table > thead > tr > th a,
  .ng-table > thead > tr > th a,
  table > tbody > tr > th a,
  table.table > tbody > tr > th a,
  .ng-table > tbody > tr > th a,
  table > tfoot > tr > th a,
  table.table > tfoot > tr > th a,
  .ng-table > tfoot > tr > th a,
  table > tbody > tr > td a,
  table.table > tbody > tr > td a,
  .ng-table > tbody > tr > td a,
  table > tr > th a,
  table.table > tr > th a,
  .ng-table > tr > th a,
  table > tr > td a,
  table.table > tr > td a,
  .ng-table > tr > td a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  table > thead > tr > th,
  table.table > thead > tr > th,
  .ng-table > thead > tr > th,
  table > tbody > tr > th,
  table.table > tbody > tr > th,
  .ng-table > tbody > tr > th,
  table > tfoot > tr > th,
  table.table > tfoot > tr > th,
  .ng-table > tfoot > tr > th,
  table > tbody > tr > td,
  table.table > tbody > tr > td,
  .ng-table > tbody > tr > td,
  table > tr > th,
  table.table > tr > th,
  .ng-table > tr > th,
  table > tr > td,
  table.table > tr > td,
  .ng-table > tr > td {
    padding: 5px;
  }
}
table > thead > tr > th.number,
table.table > thead > tr > th.number,
.ng-table > thead > tr > th.number,
table > tbody > tr > th.number,
table.table > tbody > tr > th.number,
.ng-table > tbody > tr > th.number,
table > tfoot > tr > th.number,
table.table > tfoot > tr > th.number,
.ng-table > tfoot > tr > th.number,
table > tbody > tr > td.number,
table.table > tbody > tr > td.number,
.ng-table > tbody > tr > td.number,
table > tr > th.number,
table.table > tr > th.number,
.ng-table > tr > th.number,
table > tr > td.number,
table.table > tr > td.number,
.ng-table > tr > td.number {
  text-align: right;
}
table.table-striped > tbody > tr:nth-child(odd),
table.table.table-striped > tbody > tr:nth-child(odd),
.ng-table.table-striped > tbody > tr:nth-child(odd),
table.table-striped > tbody > tr:nth-child(odd) > td,
table.table.table-striped > tbody > tr:nth-child(odd) > td,
.ng-table.table-striped > tbody > tr:nth-child(odd) > td {
  background: #f2f3f8;
}
table .table-icon,
table.table .table-icon,
.ng-table .table-icon {
  font-size: 24px;
  vertical-align: middle;
}
table > tbody > tr > td > i,
table.table > tbody > tr > td > i,
.ng-table > tbody > tr > td > i,
table > tr > th > i,
table.table > tr > th > i,
.ng-table > tr > th > i,
table > tr > td > i,
table.table > tr > td > i,
.ng-table > tr > td > i {
  font-size: 24px;
  vertical-align: middle;
}
table > thead > tr > th,
table.table > thead > tr > th,
.ng-table > thead > tr > th {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #f2f3f8;
  position: relative;
}
@media screen and (max-width: 767px) {
  table > thead > tr > th,
  table.table > thead > tr > th,
  .ng-table > thead > tr > th {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  table > thead > tr > th,
  table.table > thead > tr > th,
  .ng-table > thead > tr > th {
    font-size: 13px;
  }
}
table > thead > tr > th.sortable div:before,
table.table > thead > tr > th.sortable div:before,
.ng-table > thead > tr > th.sortable div:before,
table > thead > tr > th.sortable div:after,
table.table > thead > tr > th.sortable div:after,
.ng-table > thead > tr > th.sortable div:after {
  right: 0;
}
table > thead > tr > th.sortable.sort-desc,
table.table > thead > tr > th.sortable.sort-desc,
.ng-table > thead > tr > th.sortable.sort-desc,
table > thead > tr > th.sortable.sort-asc,
table.table > thead > tr > th.sortable.sort-asc,
.ng-table > thead > tr > th.sortable.sort-asc {
  text-decoration: underline;
  background: #fff;
}
table > thead > tr > th.sortable.sort-desc div:before,
table.table > thead > tr > th.sortable.sort-desc div:before,
.ng-table > thead > tr > th.sortable.sort-desc div:before,
table > thead > tr > th.sortable.sort-asc div:before,
table.table > thead > tr > th.sortable.sort-asc div:before,
.ng-table > thead > tr > th.sortable.sort-asc div:before,
table > thead > tr > th.sortable.sort-desc div:after,
table.table > thead > tr > th.sortable.sort-desc div:after,
.ng-table > thead > tr > th.sortable.sort-desc div:after,
table > thead > tr > th.sortable.sort-asc div:after,
table.table > thead > tr > th.sortable.sort-asc div:after,
.ng-table > thead > tr > th.sortable.sort-asc div:after {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
table[datepicker] th,
table.table[datepicker] th,
.ng-table[datepicker] th,
table[datepicker] em,
table.table[datepicker] em,
.ng-table[datepicker] em {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  table[datepicker] th,
  table.table[datepicker] th,
  .ng-table[datepicker] th,
  table[datepicker] em,
  table.table[datepicker] em,
  .ng-table[datepicker] em {
    font-size: 12px;
  }
}
table tr.odd td,
table.table tr.odd td,
.ng-table tr.odd td {
  background: #fff;
}
table tr.even td,
table.table tr.even td,
.ng-table tr.even td {
  background: #f2f3f8;
}
table tr.no-rows td,
table.table tr.no-rows td,
.ng-table tr.no-rows td {
  text-align: center;
  margin: 10px;
  padding: 20px;
}
table td > a:not(.btn),
table.table td > a:not(.btn),
.ng-table td > a:not(.btn) {
  text-decoration: underline;
}
table .detail-header,
table.table .detail-header,
.ng-table .detail-header {
  padding-right: 32px;
  position: relative;
}
table .detail-header > i,
table.table .detail-header > i,
.ng-table .detail-header > i {
  color: #4d4d4d;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
table .details-container,
table.table .details-container,
.ng-table .details-container {
  border: 1px solid #1D428A;
  padding: 10px;
  background: #fff !important;
  border-width: 10px;
  margin: 10px;
  position: relative;
}
table .details-container:before,
table.table .details-container:before,
.ng-table .details-container:before {
  border: 1px solid #1D428A;
  border-width: 15px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7.5px;
  position: absolute;
  top: -25px;
  width: 0;
}
[ng-table-pagination] button,
[ng-table-pagination] .btn,
[ng-table-pagination] input[type="button"] {
  text-align: center;
  margin: 5px;
  padding: 10px;
  float: left !important;
  width: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.pagination {
  float: left !important;
  width: 100%;
}
.filter-highlight {
  background: #4183D7;
  padding: 3px;
  color: white;
}
table.timepicker > tbody > tr > td {
  text-align: center;
  padding: 0 5px !important;
}
.boxedTable {
  padding: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.boxedTable .grid {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.is-sent {
  color: green;
  font-weight: bold;
}
.not-sent {
  color: black;
  font-weight: bold;
}
.button-send {
  color: black;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  text-align: center;
  background-position: center;
  margin: auto;
  border-radius: 20px 20px 20px 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.order-id-pending {
  background-color: #c0c0c0;
  border: 1px solid rgba(136, 134, 134, 0.5) !important;
  opacity: 0.5;
  cursor: not-allowed !important;
}
.click-to-finalize {
  background-color: #c6dd9c;
  border: 1px solid #728155 !important;
}
.order-finalized {
  background-color: #4bbfff;
  opacity: 0.5;
  cursor: not-allowed !important;
  border: 1px solid #1972a4 !important;
}
.allow-send {
  background-color: #ffe8b2;
  border: 1px solid #ac9b73 !important;
}
.not-allow-send {
  background-color: #c0c0c0;
  cursor: not-allowed !important;
  opacity: 0.5;
  border: 1px solid rgba(136, 134, 134, 0.5) !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*! ui-grid - v3.0.0-rc.14-4f3eb26 - 2014-11-06
* Copyright (c) 2014 ; License: MIT */
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-grid-render-container {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-viewport :focus {
  outline: none;
}
.ui-grid-canvas {
  position: relative;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #f0f0f0;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #ffffff;
}
.ui-grid-row:last-child .ui-grid-cell {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
}
.ui-grid-no-row-overlay {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  overflow: hidden;
  float: left;
  background-color: inherit;
  box-sizing: border-box;
}
.ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-top-panel .ui-grid-header-cell .ui-grid-cell-contents {
  background: url("assets/resize.png") no-repeat;
  background-position: right 8px center;
}
.ui-grid-pinned-container-left .ui-grid-top-panel .ui-grid-header-cell .ui-grid-cell-contents {
  background: none;
}
.ui-grid-column-resizer {
  width: 23px;
  cursor: col-resize;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row-header-cell {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background-color: #F0F0EE !important;
}
.ui-grid-footer-panel-background {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.ui-grid-footer-panel {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-group-panel {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 30px;
}
.ui-grid-footer-group-panel .hidden {
  display: none;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell {
  border: none;
  overflow: hidden;
  float: left;
  background-color: inherit;
  box-sizing: border-box;
}
.ui-grid-footer-cell:last-child {
  border-right: none;
}
.ui-grid-footer .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
input[type="text"].ui-grid-filter-input {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 0 solid #ffffff;
}
.ui-grid-group-panel {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 30px;
}
.ui-grid-group-panel .hidden {
  display: none;
}
.ui-grid-group-panel .description {
  margin-top: 5px;
  margin-left: 5px;
}
.ui-grid-group-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ui-grid {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  box-sizing: content-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #ffffff;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #ffffff;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 0;
  background-color: #ffffff;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-top-panel-background {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.ui-grid-header {
  border: none;
  box-sizing: content-box;
  height: 45px;
  max-height: 45px;
}
.table-with-big-header .ui-grid-header {
  height: 85px;
  max-height: 85px;
}
.ui-grid-top-panel {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-group-panel {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 30px;
}
.ui-grid-header-group-panel .hidden {
  display: none;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas {
  position: relative;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  display: table-cell;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 0;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"].right {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"].right:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 0 solid #ffffff;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url('../font/ui-grid.svg?12312827#ui-grid') format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
.ui-grid-menu-button {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  z-index: 2;
  position: absolute;
  right: 0;
  background: #ffffff;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu {
  z-index: 2;
  position: fixed;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: content-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #ffffff;
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 8px;
  cursor: pointer;
}
.ui-grid-menu .ui-grid-menu-inner ul li:hover {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #1e4163;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
  border: none;
}
.ui-grid-native-scrollbar {
  position: absolute;
  overflow: scroll;
}
.ui-grid-native-scrollbar.vertical {
  top: 0;
  right: 0;
  height: 100%;
  overflow-x: hidden;
  width: 17px;
}
.ui-grid-native-scrollbar.horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  height: 17px;
}
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-scrollbar-horizontal {
  left: inherit;
  right: 0;
}
.ui-grid[dir=rtl] .ui-grid-native-scrollbar.vertical {
  left: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border: none;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child {
  border: none;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid,
.ui-grid * {
  border: none;
}
.ui-grid {
  margin: 10px;
  max-width: 100%;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #f0f0f0 !important;
}
.ui-grid-row:nth-child(even) .ui-grid-cell,
.ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #ffffff !important;
}
.ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
.ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #1D428A !important;
  border-bottom: 1px solid #193875 !important;
  color: #fff !important;
}
.ui-grid-row-selected:nth-child(odd) .ui-grid-cell a,
.ui-grid-row-selected:nth-child(even) .ui-grid-cell a {
  color: #fff !important;
}
.ui-grid-row-header-cell {
  background: transparent !important;
}
.ui-grid-cell,
.ui-grid-cell [class*="font-"] {
  line-height: 44px !important;
  padding: 0 5px;
}
.ui-grid-cell .ui-grid-cell-contents,
.ui-grid-cell [class*="font-"] .ui-grid-cell-contents {
  padding: 0;
}
.ui-grid-row img {
  margin: 0;
}
.ui-grid-detail-link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.ui-grid-cell i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.ui-grid-selection-row-header-buttons {
  font-size: 22px;
  opacity: 1;
}
.ui-grid-icon-ok:before {
  margin: 0;
  padding: 0;
  content: "\e612";
  font-family: 'icomoon' !important;
  line-height: 40px;
}
.ui-grid-row-selected .ui-grid-icon-ok:before,
.ui-grid-selection-row-header-buttons.ui-grid-all-selected.ui-grid-icon-ok:before {
  content: "\e613";
}
.ui-grid-vertical-bar {
  display: none;
}
.ui-grid-col0 {
  width: auto !important;
}
.ui-grid-header-canvas .ui-grid-header-cell,
.ui-grid-header-canvas .ui-grid-header-cell .ui-grid-selection-row-header-buttons {
  line-height: 50px !important;
}
.ui-grid-header-canvas .ui-grid-header-cell.number .ui-grid-cell-contents span {
  display: inline-block;
  text-align: right;
}
.ui-grid-cell.number .ui-grid-cell-contents {
  text-align: right;
}
.number {
  text-align: right;
}
.ui-grid-header-canvas .ui-grid-header-cell.center .ui-grid-cell-contents span {
  display: inline-block;
  text-align: center;
}
.ui-grid-cell.center .ui-grid-cell-contents {
  text-align: center;
}
.center {
  text-align: center;
}
.ui-grid-invisible {
  visibility: initial;
  display: none !important;
}
.ui-grid-wrapper {
  position: relative;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  float: none !important;
  width: auto;
}
.pagination > li {
  border: none !important;
}
.pagination > li > a,
.pagination > li > span {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: #4d4d4d;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
  }
}
.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li.active > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a:focus {
  background: #1D428A;
  color: #fff;
}
.ui-grid-header-cell .ui-grid-cell-contents {
  word-wrap: break-word;
}
.ui-grid-not-editable {
  opacity: 0.4;
}
.ui-grid-sort-priority-number {
  display: none;
}
.detail-overlay {
  background: rgba(28, 29, 34, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 400;
}
.detail {
  padding: 20px;
  background: #fff;
  bottom: 25px;
  left: 85px;
  position: fixed;
  right: 25px;
  top: 80px;
  z-index: 500;
}
@media screen and (max-width: 991px) {
  .detail {
    left: 25px;
  }
}
.detail .detail-close {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  background: #fff;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
}
.detail .detail-close:hover {
  background: #1D428A;
}
.detail .detail-close i {
  font-size: 20px;
  line-height: 40px;
}
.detail .detail-close:hover i {
  color: #fff;
}
.detail .detail-scroll {
  margin: 0;
  padding: 0;
  bottom: 20px;
  left: 20px;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  right: 20px;
  top: 20px;
}
.detail-mini {
  -moz-box-shadow: 2px 2px 20px #b3b3b3;
  -webkit-box-shadow: 2px 2px 20px #b3b3b3;
  box-shadow: 2px 2px 20px #b3b3b3;
  padding: 10px;
  bottom: auto;
  height: auto;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  right: auto;
  top: 35px;
  width: 400px;
  z-index: 1000;
}
.detail-mini:before {
  border: 10px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  bottom: 0;
  content: "";
  height: 0;
  left: 195px;
  position: absolute;
  top: -10px;
  width: 0;
}
.detail-mini.detail-mini-reverse {
  bottom: 35px;
  top: auto;
}
.detail-mini.detail-mini-reverse:before {
  bottom: -10px;
  top: auto;
  border-bottom: none;
  border-top: 10px solid #fff;
}
.detail .detail-wrapper .description {
  display: inline-block;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
}
.detail .detail-wrapper .description.block {
  display: block;
}
.detail .widgetM.actions {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.detail .widgetM.actions .page-title {
  margin-bottom: 0;
  margin-top: 0;
}
.detail hr {
  margin: 10px;
}
.detail.detail-mini p,
.detail.detail-mini span,
.detail.detail-mini strong {
  margin: 5px;
  margin-left: 0;
  margin-right: 0;
}
/* OVERRIDE OF BOOTSTRAP MODAL
-------------------------------------------------------------------- */
.modal {
  background: rgba(0, 0, 0, 0.8);
  *background: #000;
}
.modal-dialog {
  margin-top: 80px;
}
.modal-title {
  /*.default-margin();*/
  margin: 0px;
}
.modal-content,
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  padding: 20px;
  border: none;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .modal-content,
  .modal-content .modal-header,
  .modal-content .modal-body,
  .modal-content .modal-footer {
    padding: 5px;
  }
}
.modal-content p,
.modal-content .modal-header p,
.modal-content .modal-body p,
.modal-content .modal-footer p {
  margin-left: 0;
  margin-right: 0;
}
.modal-content.modal-element-nopadding,
.modal-content .modal-header.modal-element-nopadding,
.modal-content .modal-body.modal-element-nopadding,
.modal-content .modal-footer.modal-element-nopadding {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-content .modal-header {
  padding: 10px 0px 20px;
}
.modal-content .modal-body {
  background: #f2f3f8;
  padding: 20px;
}
.modal-content .modal-footer {
  padding: 10px 0 0;
}
.modal-content {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.modal-content .modal-footer button,
.modal-content .modal-footer .btn,
.modal-content .modal-footer input[type="button"] {
  float: left !important;
}
.modal-content .modal-footer button:first-child,
.modal-content .modal-footer .btn:first-child,
.modal-content .modal-footer input[type="button"]:first-child {
  margin-left: 0;
}
/* modal bidscan */
form[name="placementSSP"] .row {
  padding: 0;
}
form[name="placementSSP"] hr {
  margin: 20px 0;
}
form[name="placementSSP"] img {
  width: 90%;
  max-width: 100px;
  margin-top: 5px;
}
form[name="placementSSP"] label.checkbox {
  margin-top: 10px;
}
form[name="placementSSP"] #id-not-requested {
  margin-left: 4px;
}
#notification-container {
  bottom: 0;
  height: 0;
  right: 5px;
  top: 55px;
  position: fixed;
  width: 380px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #notification-container {
    width: 80%;
  }
}
#notification-container .notification {
  padding: 20px;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin: 0;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  #notification-container .notification {
    font-size: 12px;
  }
}
#notification-container .notification.info {
  background-color: #4183D7;
}
#notification-container .notification.success {
  background-color: #2ABB9B;
}
#notification-container .notification.warning {
  background-color: #F7CA18;
}
#notification-container .notification.error {
  background-color: #E74C3C;
}
#notification-container .notification .notification-header {
  float: left !important;
  margin: 0;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
#notification-container .notification .notification-header h5 {
  margin: 0;
  padding: 0;
  float: left !important;
  color: #fff;
  line-height: 100%;
}
#notification-container .notification .notification-header i {
  float: right !important;
  font-size: 18px;
  cursor: pointer;
}
#notification-container .notification p {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 130%;
  word-wrap: break-word;
}
/* OVERRIDE OF BOOTSTRAP ALERT
-------------------------------------------------------------------- */
.alert {
  padding: 20px;
  float: left !important;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  margin: 5px 0;
}
.alert.alert-danger,
.alert.alert-error {
  background: #E74C3C;
}
.alert.alert-danger a,
.alert.alert-error a {
  color: white;
}
.alert.alert-info {
  background: #6BB9F0;
}
.alert.alert-info a {
  color: white;
}
.alert.alert-warning {
  color: #4d4d4d;
  background: #F7CA18;
}
.alert button.close,
.alert > div {
  display: inline-block;
}
.alert button.close {
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 32px;
  height: 32px;
  line-height: 30px;
  vertical-align: top;
  width: 32px;
  margin: 11px;
}
.alert > div {
  margin: 10px;
  line-height: 130%;
}
.alert > div strong {
  display: block;
}
.alert-deleted-site {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
/* OVERRIDE OF BOOTSTRAP DROPDOWN
-------------------------------------------------------------------- */
ul.dropdown-menu {
  border: 1px solid #1D428A;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 10px;
  padding: 0;
  border-width: 3px;
  min-width: 260px!important;
}
ul.dropdown-menu:before {
  border: 1px solid #1D428A;
  border-width: 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  bottom: 0;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: -11px;
  width: 0;
}
ul.dropdown-menu > li,
ul.dropdown-menu > li > a {
  width: 100%;
}
ul.dropdown-menu > li > a {
  text-transform: capitalize;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  padding: 10px;
  float: left !important;
  color: #4d4d4d;
  background: #fff;
}
@media screen and (max-width: 767px) {
  ul.dropdown-menu > li > a {
    font-size: 12px;
  }
}
ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:focus {
  color: #4d4d4d;
  text-decoration: underline;
}
ul.dropdown-menu > li > a.disabled,
ul.dropdown-menu > li > a[disabled] {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none !important;
  cursor: no-drop;
}
ul.dropdown-menu > li > a span {
  float: left !important;
}
ul.dropdown-menu > li > a i {
  margin: 0;
  float: right !important;
  font-size: 20px;
  margin-left: 5px;
}
ul.dropdown-menu .tooltip-inner {
  width: 400px;
  color: #fff;
  background-color: #E74C3C;
}
ul.dropdown-menu .tooltip-inner:before {
  font-family: FontAwesome;
  content: '\f06a';
}
#loading-bar,
#loading-bar-spinner {
  background: #1c1d22;
}
#loading-bar,
#loading-bar-spinner .spinner-icon {
  z-index: 9999;
}
#loading-bar {
  z-index: 9999;
}
#loading-bar .bar {
  background: #fff;
  height: 10px;
}
#loading-bar .peg {
  display: none !important;
}
#loading-bar-spinner,
.loading-bar-table {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
}
#loading-bar-spinner .spinner-icon,
.loading-bar-table .spinner-icon {
  -webkit-animation: fadeOut 1.2s infinite ease-in-out;
  -moz-animation: fadeOut 1.2s infinite ease-in-out;
  -ms-animation: fadeOut 1.2s infinite ease-in-out;
  -o-animation: fadeOut 1.2s infinite ease-in-out;
  animation: fadeOut 1.2s infinite ease-in-out;
  border: none;
  background: transparent url(assets/loading-main.svg) center center no-repeat;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: fixed;
  top: 50%;
  width: 100px;
}
#loading-bar-spinner .spinner-icon.spinner-icon-orbyd,
.loading-bar-table .spinner-icon.spinner-icon-orbyd {
  -webkit-animation: rotatelogo 2.6s infinite ease-in-out;
  -moz-animation: rotatelogo 2.6s infinite ease-in-out;
  -ms-animation: rotatelogo 2.6s infinite ease-in-out;
  -o-animation: rotatelogo 2.6s infinite ease-in-out;
  animation: rotatelogo 2.6s infinite ease-in-out;
  background: transparent url(assets/orbyd/favicon2.png) center center no-repeat;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
}
.loading-bar-table {
  background: rgba(28, 29, 34, 0.9);
  position: absolute;
}
.loading-bar-table .spinner-icon {
  position: absolute;
}
.nvd3 *,
nvd3-line-chart *,
nvd3-pie-chart * {
  color: #4d4d4d !important;
  font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif !important;
  text-transform: uppercase;
}
.nvd3.nv-pie path {
  stroke-opacity: 0 !important;
}
.chart-block {
  padding: 6px 7px 5px !important;
  text-align: center;
  background-image: url(assets/arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  font: 200 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
}
.chart-block-graybg {
  background-color: #f2f3f8;
}
.chart-grayborder {
  border: 1px solid #f2f3f8;
}
.chart-data {
  padding: 6px 7px 5px !important;
  font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
.chart-data-ssp {
  padding: 6px 7px 5px 50px !important;
  font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
.chart-erpm {
  padding: 6px 7px 5px 21px !important;
  font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
.chart-data-title {
  padding: 8px 7px 12px !important;
  font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chart-erpm-title {
  padding: 8px 7px 12px 18px !important;
  font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .chart-data-title {
    padding: 28px 7px 12px !important;
    font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  }
  .chart-erpm-title {
    padding: 28px 7px 12px !important;
    font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .chart-data-title {
    padding: 8px 7px 12px !important;
    font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  }
  .chart-erpm-title {
    padding: 8px 7px 12px 18px !important;
    font: 200 13px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  }
}
.badge {
  border: 1px solid #1D428A;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
  background: #fff;
  border-width: 1px;
  height: 26.66666667px;
  line-height: 24.66666667px;
  width: 26.66666667px;
}
@media screen and (max-width: 767px) {
  .badge {
    font-size: 12px;
  }
}
.btn .badge {
  margin-top: -13.33333333px;
  position: absolute;
  right: 5px;
  top: 50%;
}
.status {
  display: inline-block;
  line-height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
.status.info {
  color: #4183D7 !important;
}
.status.info2 {
  color: #95bae9 !important;
}
.status.warning {
  color: #F7CA18 !important;
}
.status.error {
  color: #E74C3C !important;
}
.status.success {
  color: #2ABB9B !important;
}
.message > a {
  display: block;
  float: left !important;
  color: #fff;
  text-transform: uppercase;
  line-height: 53px;
  padding: 0 20px;
}
.message > a:hover,
.message > a:active {
  background: #193875;
}
.message ul.dropdown-menu {
  border-color: #fff;
  margin-top: 52px;
}
@media screen and (min-width: 992px) {
  .message ul.dropdown-menu,
  .message ul.dropdown-menu:before {
    left: auto;
    right: 5px;
  }
}
.message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
.message ul.dropdown-menu > li.divider {
  padding: 0;
}
.message ul.dropdown-menu > li.dropdown-header,
.message ul.dropdown-menu > li.dropdown-footer {
  border-bottom: none;
  padding: 10px 10px 0 10px;
}
.message ul.dropdown-menu > li.dropdown-header a,
.message ul.dropdown-menu > li.dropdown-footer a {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  padding: 0;
  text-transform: none;
  text-decoration: underline;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .message ul.dropdown-menu > li.dropdown-header a,
  .message ul.dropdown-menu > li.dropdown-footer a {
    font-size: 12px;
  }
}
.message ul.dropdown-menu > li.dropdown-header a:hover,
.message ul.dropdown-menu > li.dropdown-footer a:hover {
  color: #4d4d4d;
  background: none;
}
.message ul.dropdown-menu > li.dropdown-footer {
  padding-top: 0px;
  padding-bottom: 10px;
}
.message ul.dropdown-menu > li.dropdown-footer a {
  font-size: 11px;
}
.message ul.dropdown-menu > li > div {
  padding: 10px;
  border-bottom: 3px solid #fff;
  min-width: 400px;
}
.message ul.dropdown-menu > li > div:last-child {
  border-bottom: none;
}
.message ul.dropdown-menu > li > div a {
  display: block;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-decoration: none;
  padding: 0;
  text-transform: none;
  color: #4d4d4d;
  width: 100%;
  background: none;
}
@media screen and (max-width: 767px) {
  .message ul.dropdown-menu > li > div a {
    font-size: 12px;
  }
}
.message ul.dropdown-menu > li > div a a {
  display: none;
}
.message ul.dropdown-menu > li > div i,
.message ul.dropdown-menu > li > div i.circled {
  font-size: 28px;
  height: 48px;
  padding: 4px;
  width: 48px;
}
.message ul.dropdown-menu > li > div.message-unread {
  background: #ffffff;
}
.message ul.dropdown-menu > li > div.message-unread a {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .message ul.dropdown-menu > li > div.message-unread a {
    font-size: 12px;
  }
}
.message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
.message ul.dropdown-menu > li > div.message-not-clickable a {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .message ul.dropdown-menu > li > div.message-not-clickable a {
    font-size: 12px;
  }
}
.message ul.dropdown-menu > li > div .message-action,
.message ul.dropdown-menu > li > div.message-unread .message-action,
.message ul.dropdown-menu > li > div.message-unread:hover .message-action,
.message ul.dropdown-menu > li > div.message-broadcast .message-action,
.message ul.dropdown-menu > li > div.message-broadcast:hover .message-action {
  text-align: right;
  text-decoration: underline;
  font-size: 11px;
  line-height: 18px;
  display: none;
}
.message ul.dropdown-menu > li > div:hover .message-action {
  display: block;
}
.message ul.dropdown-menu > li > div .message-date {
  font-size: 11px;
}
.messagealert .icon i {
  float: right;
  border-color: white;
  color: white;
}
.wrapper-scroll {
  height: auto;
  overflow-x: hidden;
  padding-right: 12px;
}
.wrapper-scroll.wrapper-scroll-250 {
  max-height: 250px;
}
.progress {
  margin-bottom: 10px;
  margin-top: 10px;
}
.progress-bar-options {
  background-color: #2656b4;
}
.rating-wrapper {
  background: #1D428A;
  height: 24px;
  margin: 3px 0;
  padding: 0 5px;
  width: auto;
}
.rating-wrapper,
.rating-wrapper i,
.rating-wrapper strong {
  display: inline-block;
}
.rating-wrapper i,
.rating-wrapper strong {
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
}
.rating-wrapper i {
  margin-right: 5px;
}
.rating,
.rating * {
  outline: none;
}
.rating {
  position: relative;
}
.rating.ng-dirty:after {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-align: right;
  content: '(' attr(aria-valuenow) '/' attr(aria-valuemax) ')';
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .rating.ng-dirty:after {
    font-size: 12px;
  }
}
.rating i {
  cursor: pointer;
  font-size: 24px;
  margin: 10px 5px;
}
.rating i:first-child {
  margin-left: 0;
}
.rating.rating-mini i {
  font-size: 16px;
  margin: 0 1.66666667px;
}
.level {
  display: block;
}
.level .medium,
.level .high,
.level .maximum,
.level .banned {
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  color: #25a68a;
  font-size: 24px;
  margin-right: 10px;
  width: 24px;
}
.level .medium {
  opacity: 0.3;
}
.level .high {
  opacity: 0.5;
}
.level .maximum {
  opacity: 1;
}
.level .banned {
  color: #E74C3C;
}
.cloud {
  margin: 10px;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  display: inline-block;
  color: #4d4d4d;
  margin-top: 0;
  padding: 6.66666667px;
}
@media screen and (max-width: 767px) {
  .cloud {
    font-size: 12px;
  }
}
.cloud.alt {
  color: #fff;
  background: #193875;
}
.cloud i {
  cursor: pointer;
  margin-left: 10px;
}
*:first-child .cloud {
  margin-left: 0;
}
ul.pager > li.previous > a,
ul.pager > li.next > a,
ul.pager > li.previous > a:hover,
ul.pager > li.next > a:hover {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border: none;
  padding: 0;
  color: #fff;
  background: none;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  ul.pager > li.previous > a,
  ul.pager > li.next > a,
  ul.pager > li.previous > a:hover,
  ul.pager > li.next > a:hover {
    font-size: 12px;
  }
}
ul.pager > li.previous.disabled > a,
ul.pager > li.next.disabled > a,
ul.pager > li.previous.disabled > a:hover,
ul.pager > li.next.disabled > a:hover {
  color: #4d4d4d;
}
.box {
  border: 1px solid #e0e0e0;
  margin: 10px;
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
}
.box.focused {
  position: relative;
  z-index: 200;
}
.box.box-form {
  min-height: 550px;
}
.box.box-form.add-box,
.box.box-form.remove-box {
  text-align: center;
  display: table;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background: #fff;
  width: 100%;
}
.box.box-form.add-box:hover,
.box.box-form.remove-box:hover {
  background-color: #f2f2f2;
}
.box.box-form.add-box a,
.box.box-form.remove-box a {
  display: table-cell;
  vertical-align: middle;
}
.box.box-form.add-box a span,
.box.box-form.remove-box a span,
.box.box-form.add-box a i,
.box.box-form.remove-box a i {
  display: block;
}
.box.box-form.add-box a i,
.box.box-form.remove-box a i {
  margin: 10px 0;
}
.box.box-form.add-box a span,
.box.box-form.remove-box a span {
  font-size: 18px;
}
.countryselection {
  height: 230px;
  margin: 0;
  padding: 0;
}
.tile-list-container {
  height: 58px;
}
.tile-container {
  background-color: #ebedf4;
  border: 1px solid #ebedf4;
  margin: 5px;
}
.tile-container .tile-description {
  background-color: #fff;
  float: left;
  padding: 10px;
}
.tile-container .tile-description img {
  vertical-align: middle;
}
.tile-container .tile-description span {
  display: table-cell;
  font-size: 11px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}
.tile-container .tile-value {
  line-height: 34px;
  margin-left: 84px;
  padding: 8px 4px;
  text-align: center;
}
.tile-list-footer {
  line-height: 18px;
  padding-top: 12px;
}
.tile-list-footer i {
  font-size: 16px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin: 0;
  /*padding: 27px 0 0;*/
  padding: 5px 0 7px;
  min-width: 200px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search[type="text"] {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search[type="text"]:focus {
  outline: none;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #FFFFFF;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus,
.ui-select-bootstrap .ui-select-choices-row.active > a:hover {
  text-decoration: none;
  color: #262626 !important;
  background-color: #f5f5f5;
}
ul.dropdown-menu {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0px;
  padding: 0;
  border-width: 1px;
  min-width: 200px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 5px 0px 0;
  border: none;
  padding: 5px 25px 5px 7px;
  height: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-transform: none;
  background: #e0e0e0;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
  position: absolute;
  right: 7px;
  top: 8px;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 12px 5px 5px 10px;
  background: #FFF;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-select-choices-row {
  padding: 4px 0 2px;
}
/* Fix select won't open 
 * https://github.com/angular-ui/ui-select/issues/1731
 */
.ui-select-container.open .ui-select-choices {
  opacity: 1 !important;
}
/*
*for single
*/
.ui-select-container.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin: 0;
  /*padding: 27px 0 0;*/
  /*padding: 5px 0 7px;*/
  min-width: 200px;
}
.ui-select-container.ui-select-bootstrap input.ui-select-search[type="text"] {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ui-select-container.ui-select-bootstrap input.ui-select-search[type="text"]:focus {
  outline: none;
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block !important;
  width: 100%;
  overflow: hidden;
}
.ui-select-container.ui-select-bootstrap {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
  border: none;
  width: 100%;
  height: 40px;
  padding: 5px 5px 5px 10px;
  background: #FFF;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > .btn-default {
  background-color: transparent;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > span.btn-default {
  padding-top: 10px;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > .btn-default > .ui-select-placeholder {
  padding-top: 8px;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > .btn-default:hover {
  background-color: transparent;
}
.ui-select-container.ui-select-bootstrap > .ui-select-match > .btn-default:focus {
  background-color: transparent;
  outline: none;
}
.radial-progress {
  width: 60px;
  height: 60px;
  background-color: #F2F3F8;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 60px, 60px, 30px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 30px, 60px, 0px);
  background-color: #D8E6F3;
}
.radial-progress .circle .mask .fill-arrowup {
  background-color: #C6DD9C;
}
.radial-progress .circle .mask .fill-arrowdown {
  background-color: #E6A6A2;
}
.radial-progress .circle .mask .fill-arrowdefault {
  background-color: #FFE8B2;
}
.radial-progress .inset {
  width: 52px;
  height: 52px;
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
  background-color: #fbfbfb;
  border-radius: 50%;
}
.radial-progress .inset .percentage {
  width: 45px;
  position: absolute;
  top: 19px;
  left: 3.5px;
  line-height: 1;
  text-align: center;
  color: #97a71d;
  font-size: 14px;
}
.radial-progress .inset .text {
  width: 45px;
  position: absolute;
  text-align: center;
  color: #97a71d;
  font-size: 11px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: auto;
  display: table;
}
.radial-progress .inset .image {
  width: 45px;
  position: absolute;
  top: 11px;
  left: 3.5px;
  line-height: 1;
  text-align: center;
  color: #97a71d;
  font-size: 14px;
}
.radial-progress[data-progressperc="0"] .circle .mask.full,
.radial-progress[data-progressperc="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progressperc="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progressperc="1"] .circle .mask.full,
.radial-progress[data-progressperc="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progressperc="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progressperc="2"] .circle .mask.full,
.radial-progress[data-progressperc="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progressperc="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progressperc="3"] .circle .mask.full,
.radial-progress[data-progressperc="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progressperc="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progressperc="4"] .circle .mask.full,
.radial-progress[data-progressperc="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progressperc="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progressperc="5"] .circle .mask.full,
.radial-progress[data-progressperc="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progressperc="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progressperc="6"] .circle .mask.full,
.radial-progress[data-progressperc="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progressperc="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progressperc="7"] .circle .mask.full,
.radial-progress[data-progressperc="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progressperc="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progressperc="8"] .circle .mask.full,
.radial-progress[data-progressperc="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progressperc="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progressperc="9"] .circle .mask.full,
.radial-progress[data-progressperc="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progressperc="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progressperc="10"] .circle .mask.full,
.radial-progress[data-progressperc="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progressperc="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progressperc="11"] .circle .mask.full,
.radial-progress[data-progressperc="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progressperc="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progressperc="12"] .circle .mask.full,
.radial-progress[data-progressperc="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progressperc="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progressperc="13"] .circle .mask.full,
.radial-progress[data-progressperc="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progressperc="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progressperc="14"] .circle .mask.full,
.radial-progress[data-progressperc="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progressperc="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progressperc="15"] .circle .mask.full,
.radial-progress[data-progressperc="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progressperc="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progressperc="16"] .circle .mask.full,
.radial-progress[data-progressperc="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progressperc="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progressperc="17"] .circle .mask.full,
.radial-progress[data-progressperc="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progressperc="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progressperc="18"] .circle .mask.full,
.radial-progress[data-progressperc="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progressperc="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progressperc="19"] .circle .mask.full,
.radial-progress[data-progressperc="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progressperc="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progressperc="20"] .circle .mask.full,
.radial-progress[data-progressperc="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progressperc="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progressperc="21"] .circle .mask.full,
.radial-progress[data-progressperc="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progressperc="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progressperc="22"] .circle .mask.full,
.radial-progress[data-progressperc="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progressperc="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progressperc="23"] .circle .mask.full,
.radial-progress[data-progressperc="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progressperc="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progressperc="24"] .circle .mask.full,
.radial-progress[data-progressperc="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progressperc="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progressperc="25"] .circle .mask.full,
.radial-progress[data-progressperc="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progressperc="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progressperc="26"] .circle .mask.full,
.radial-progress[data-progressperc="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progressperc="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progressperc="27"] .circle .mask.full,
.radial-progress[data-progressperc="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progressperc="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progressperc="28"] .circle .mask.full,
.radial-progress[data-progressperc="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progressperc="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progressperc="29"] .circle .mask.full,
.radial-progress[data-progressperc="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progressperc="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progressperc="30"] .circle .mask.full,
.radial-progress[data-progressperc="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progressperc="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progressperc="31"] .circle .mask.full,
.radial-progress[data-progressperc="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progressperc="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progressperc="32"] .circle .mask.full,
.radial-progress[data-progressperc="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progressperc="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progressperc="33"] .circle .mask.full,
.radial-progress[data-progressperc="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progressperc="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progressperc="34"] .circle .mask.full,
.radial-progress[data-progressperc="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progressperc="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progressperc="35"] .circle .mask.full,
.radial-progress[data-progressperc="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progressperc="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progressperc="36"] .circle .mask.full,
.radial-progress[data-progressperc="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progressperc="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progressperc="37"] .circle .mask.full,
.radial-progress[data-progressperc="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progressperc="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progressperc="38"] .circle .mask.full,
.radial-progress[data-progressperc="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progressperc="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progressperc="39"] .circle .mask.full,
.radial-progress[data-progressperc="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progressperc="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progressperc="40"] .circle .mask.full,
.radial-progress[data-progressperc="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progressperc="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progressperc="41"] .circle .mask.full,
.radial-progress[data-progressperc="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progressperc="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progressperc="42"] .circle .mask.full,
.radial-progress[data-progressperc="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progressperc="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progressperc="43"] .circle .mask.full,
.radial-progress[data-progressperc="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progressperc="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progressperc="44"] .circle .mask.full,
.radial-progress[data-progressperc="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progressperc="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progressperc="45"] .circle .mask.full,
.radial-progress[data-progressperc="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progressperc="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progressperc="46"] .circle .mask.full,
.radial-progress[data-progressperc="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progressperc="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progressperc="47"] .circle .mask.full,
.radial-progress[data-progressperc="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progressperc="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progressperc="48"] .circle .mask.full,
.radial-progress[data-progressperc="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progressperc="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progressperc="49"] .circle .mask.full,
.radial-progress[data-progressperc="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progressperc="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progressperc="50"] .circle .mask.full,
.radial-progress[data-progressperc="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progressperc="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progressperc="51"] .circle .mask.full,
.radial-progress[data-progressperc="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progressperc="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progressperc="52"] .circle .mask.full,
.radial-progress[data-progressperc="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progressperc="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progressperc="53"] .circle .mask.full,
.radial-progress[data-progressperc="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progressperc="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progressperc="54"] .circle .mask.full,
.radial-progress[data-progressperc="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progressperc="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progressperc="55"] .circle .mask.full,
.radial-progress[data-progressperc="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progressperc="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progressperc="56"] .circle .mask.full,
.radial-progress[data-progressperc="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progressperc="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progressperc="57"] .circle .mask.full,
.radial-progress[data-progressperc="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progressperc="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progressperc="58"] .circle .mask.full,
.radial-progress[data-progressperc="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progressperc="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progressperc="59"] .circle .mask.full,
.radial-progress[data-progressperc="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progressperc="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progressperc="60"] .circle .mask.full,
.radial-progress[data-progressperc="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progressperc="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progressperc="61"] .circle .mask.full,
.radial-progress[data-progressperc="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progressperc="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progressperc="62"] .circle .mask.full,
.radial-progress[data-progressperc="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progressperc="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progressperc="63"] .circle .mask.full,
.radial-progress[data-progressperc="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progressperc="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progressperc="64"] .circle .mask.full,
.radial-progress[data-progressperc="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progressperc="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progressperc="65"] .circle .mask.full,
.radial-progress[data-progressperc="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progressperc="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progressperc="66"] .circle .mask.full,
.radial-progress[data-progressperc="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progressperc="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progressperc="67"] .circle .mask.full,
.radial-progress[data-progressperc="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progressperc="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progressperc="68"] .circle .mask.full,
.radial-progress[data-progressperc="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progressperc="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progressperc="69"] .circle .mask.full,
.radial-progress[data-progressperc="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progressperc="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progressperc="70"] .circle .mask.full,
.radial-progress[data-progressperc="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progressperc="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progressperc="71"] .circle .mask.full,
.radial-progress[data-progressperc="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progressperc="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progressperc="72"] .circle .mask.full,
.radial-progress[data-progressperc="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progressperc="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progressperc="73"] .circle .mask.full,
.radial-progress[data-progressperc="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progressperc="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progressperc="74"] .circle .mask.full,
.radial-progress[data-progressperc="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progressperc="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progressperc="75"] .circle .mask.full,
.radial-progress[data-progressperc="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progressperc="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progressperc="76"] .circle .mask.full,
.radial-progress[data-progressperc="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progressperc="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progressperc="77"] .circle .mask.full,
.radial-progress[data-progressperc="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progressperc="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progressperc="78"] .circle .mask.full,
.radial-progress[data-progressperc="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progressperc="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progressperc="79"] .circle .mask.full,
.radial-progress[data-progressperc="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progressperc="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progressperc="80"] .circle .mask.full,
.radial-progress[data-progressperc="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progressperc="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progressperc="81"] .circle .mask.full,
.radial-progress[data-progressperc="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progressperc="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progressperc="82"] .circle .mask.full,
.radial-progress[data-progressperc="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progressperc="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progressperc="83"] .circle .mask.full,
.radial-progress[data-progressperc="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progressperc="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progressperc="84"] .circle .mask.full,
.radial-progress[data-progressperc="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progressperc="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progressperc="85"] .circle .mask.full,
.radial-progress[data-progressperc="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progressperc="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progressperc="86"] .circle .mask.full,
.radial-progress[data-progressperc="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progressperc="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progressperc="87"] .circle .mask.full,
.radial-progress[data-progressperc="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progressperc="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progressperc="88"] .circle .mask.full,
.radial-progress[data-progressperc="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progressperc="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progressperc="89"] .circle .mask.full,
.radial-progress[data-progressperc="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progressperc="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progressperc="90"] .circle .mask.full,
.radial-progress[data-progressperc="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progressperc="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progressperc="91"] .circle .mask.full,
.radial-progress[data-progressperc="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progressperc="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progressperc="92"] .circle .mask.full,
.radial-progress[data-progressperc="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progressperc="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progressperc="93"] .circle .mask.full,
.radial-progress[data-progressperc="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progressperc="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progressperc="94"] .circle .mask.full,
.radial-progress[data-progressperc="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progressperc="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progressperc="95"] .circle .mask.full,
.radial-progress[data-progressperc="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progressperc="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progressperc="96"] .circle .mask.full,
.radial-progress[data-progressperc="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progressperc="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progressperc="97"] .circle .mask.full,
.radial-progress[data-progressperc="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progressperc="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progressperc="98"] .circle .mask.full,
.radial-progress[data-progressperc="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progressperc="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progressperc="99"] .circle .mask.full,
.radial-progress[data-progressperc="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progressperc="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progressperc="100"] .circle .mask.full,
.radial-progress[data-progressperc="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progressperc="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.circlebox {
  height: 60px;
}
.circlebox__progress {
  width: 65px !important;
}
.circlebox__text {
  width: auto !important;
}
.circlebox__text h4 {
  margin: 15px 0 0 0;
  font-size: 17px;
}
.circlebox__text span {
  font-size: 12px;
}
.tooltip-forecast {
  width: 300px;
}
.tooltip-forecast .tooltip-inner {
  text-align: left;
}
/* PAGES
-------------------------------------------------------------------- */
.main,
.container-fluid,
.page-content {
  height: 100%;
}
.page-content {
  float: left !important;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  width: 100%;
  padding: 65px 20px 20px 80px;
}
@media screen and (max-width: 991px) {
  .page-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-content .page-content-overlay {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background: rgba(28, 29, 34, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.page-content .page-content-overlay.show {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}
.page-content .page-title {
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-content .page-title {
    font-weight: 700;
  }
}
.box-container {
  background: #f2f3f8;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 10px 0;
}
.box-container .box-container-head {
  text-align: center;
}
.box-container .box-container-head i {
  font-size: 48px;
}
.box-container .box-container-body input[type="checkbox"],
.box-container .box-container-body input[type="radio"] {
  margin: 0;
}
.box-container .box-container-body label.radio,
.box-container .box-container-body label.checkbox {
  margin-right: 0;
}
.iframe-upload {
  border: none;
}
.iframe-upload button,
.iframe-upload input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iframe-upload button:focus,
.iframe-upload input[type="submit"]:focus,
.iframe-upload button:active:focus,
.iframe-upload input[type="submit"]:active:focus,
.iframe-upload button.active:focus,
.iframe-upload input[type="submit"].active:focus,
.iframe-upload button.focus,
.iframe-upload input[type="submit"].focus,
.iframe-upload button:active.focus,
.iframe-upload input[type="submit"]:active.focus,
.iframe-upload button.active.focus,
.iframe-upload input[type="submit"].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.iframe-upload button:hover,
.iframe-upload input[type="submit"]:hover,
.iframe-upload button:focus,
.iframe-upload input[type="submit"]:focus,
.iframe-upload button.focus,
.iframe-upload input[type="submit"].focus {
  color: #333;
  text-decoration: none;
}
.iframe-upload button:active,
.iframe-upload input[type="submit"]:active,
.iframe-upload button.active,
.iframe-upload input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.iframe-upload button.disabled,
.iframe-upload input[type="submit"].disabled,
.iframe-upload button[disabled],
.iframe-upload input[type="submit"][disabled],
fieldset[disabled] .iframe-upload button,
fieldset[disabled] .iframe-upload input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.iframe-upload button.disabled,
a.iframe-upload input[type="submit"].disabled,
fieldset[disabled] a.iframe-upload button,
fieldset[disabled] a.iframe-upload input[type="submit"] {
  pointer-events: none;
}
.login-wrapper {
  top: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.login-wrapper h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  padding-top: 90px;
}
.login-top {
  height: 90px;
  background-color: #1D428A;
}
.login-top .defaultLoginLogo {
  max-width: 300px;
  height: auto;
  max-height: 80px;
  margin: 15px 0 0 15px;
}
.login-top .login-top-menu {
  list-style: none;
  margin: 55px 30px 0 0;
}
.login-top .login-top-menu li {
  float: right;
  text-transform: capitalize;
  margin-left: 18px;
}
.login-top .login-top-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.login-content {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  top: 45%;
  transform: translateY(-55%);
}
@media screen and (max-width: 767px) {
  .login-content {
    width: 450px;
  }
}
.login-content.login-content-noleft {
  width: 450px;
}
.login-content-left {
  width: 350px;
  float: left;
  border-right: 2px solid #1c1d22;
}
.login-content-right {
  width: 450px;
  float: left;
}
.login-content-right.login-content-noleft {
  margin: 0 auto;
}
.login-left {
  height: 380px;
  background-color: #1D428A;
  opacity: 0.90;
  color: #fff;
  padding: 0 20px 0 20px;
}
.login-left article {
  padding-top: 3px;
}
.login-left-bottom {
  height: 70px;
  background-color: rgba(55, 67, 84, 0.95);
  color: #fff;
  padding: 15px;
  font-size: 12px;
}
.login-left-bottom a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.login-left-bottom i {
  font-size: 25px;
  float: left;
  margin: 5px 10px 0 0;
}
.login-right {
  height: 380px;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  color: #4d4d4d;
}
.login-right-bottom {
  height: 70px;
  background-color: rgba(236, 239, 244, 0.85);
}
.login-right-top {
  height: 220px;
  background-color: white;
}
.login-right-nobottom {
  height: 280px;
}
.login-numver {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.login-biglogo {
  height: 200px;
  margin: 10px;
}
.login-form {
  width: 250px;
  margin: 0 auto;
}
.login-form input {
  margin: 20px 0 0 0;
}
.login-form .login-form-bottom {
  margin-top: 20px;
}
.login-form .login-form-bottom button {
  width: 50%;
  float: left;
  margin: 0;
  border-radius: 0px;
  height: 40px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.login-form .login-form-bottom div {
  width: 50%;
  float: left;
  padding: 5px 0 0 15px;
}
.login-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-left ul li {
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
}
.login-left ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.login-left ul li img {
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.login-right-bottom-support {
  border-top: 1px solid #1c1d22;
  height: 70px;
  background-color: rgba(55, 67, 84, 0.95);
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-align: center;
}
.login-right-bottom-support a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.login-right-bottom > a {
  margin-top: 15px;
}
.login-right-bottom ul {
  list-style: none;
  margin: 20px 15px 0 0;
  padding: 0;
  float: right;
}
.login-right-bottom ul li {
  float: right;
  margin-left: 15px;
}
.login-right-bottom ul li img {
  opacity: 0.5;
}
.login-register {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.login-error {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 10px;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #E74C3C;
  font-size: 18px;
}
.login-error.login-error-visible {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.login-partner {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(55, 67, 84, 0.95);
  color: #fff;
  padding-right: 10px!important;
  line-height: 60px;
}
.login-partner .align-img {
  vertical-align: middle;
  line-height: normal;
}
.login-partner img {
  max-width: 100px;
  max-height: 40px;
}
.login-partner p {
  text-transform: none;
  font-size: 18px;
  padding-right: 10px;
}
.wrapper-404 {
  padding-top: 50px;
}
.wrapper-404 .intro-wrapper img {
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 400px;
  vertical-align: middle;
}
.wrapper-404 .box {
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-top-width: 3px;
  height: 150px;
}
.wrapper-404 .box:hover {
  border-top: 1px solid #1D428A;
  border-top-width: 3px;
}
.wrapper-404 .box a {
  display: block;
  cursor: pointer;
  line-height: 150px;
}
.wrapper-404 .box a:hover {
  text-decoration: underline;
}
.wrapper-404 .box a:before {
  border: 1px solid #1D428A;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-width: 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  bottom: 10px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.wrapper-404 .box a:hover:before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.page-content.dashboard {
  /****************************************
		WIDGET
	****************************************/
  /****************************************
		TABS
	****************************************/
  /****************************************
		DATAMAPS
	****************************************/
  /****************************************
		NG-TABLE
	****************************************/
}
.page-content.dashboard h1 a,
.page-content.dashboard h2 a,
.page-content.dashboard h3 a,
.page-content.dashboard h4 a,
.page-content.dashboard h5 a,
.page-content.dashboard h6 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font: inherit;
}
.page-content.dashboard h1 a.inactive,
.page-content.dashboard h2 a.inactive,
.page-content.dashboard h3 a.inactive,
.page-content.dashboard h4 a.inactive,
.page-content.dashboard h5 a.inactive,
.page-content.dashboard h6 a.inactive {
  font: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-content.dashboard h1 a.inactive,
  .page-content.dashboard h2 a.inactive,
  .page-content.dashboard h3 a.inactive,
  .page-content.dashboard h4 a.inactive,
  .page-content.dashboard h5 a.inactive,
  .page-content.dashboard h6 a.inactive {
    font-size: 12px;
  }
}
.page-content.dashboard h1 span,
.page-content.dashboard h2 span,
.page-content.dashboard h3 span,
.page-content.dashboard h4 span,
.page-content.dashboard h5 span,
.page-content.dashboard h6 span {
  font-size: 12px;
}
.page-content.dashboard h6 {
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .page-content.dashboard h6 {
    margin-bottom: 0;
    min-height: 0;
  }
}
.page-content.dashboard h6.dashboard-subvalue {
  padding-top: 5px;
  padding-bottom: 0;
}
.page-content.dashboard i.fa-caret-up {
  color: #2ABB9B;
}
.page-content.dashboard i.fa-caret-down {
  color: #E74C3C;
}
.page-content.dashboard i.green {
  color: #2ABB9B;
}
.page-content.dashboard i.red {
  color: #E74C3C;
}
.page-content.dashboard .widgetM {
  margin: 4px 0 10px 0;
}
.page-content.dashboard .widgetM .widget-body {
  margin: 0;
  margin-top: 20px;
  clear: both;
}
.page-content.dashboard .widgetM .widget-footer {
  margin: 10px;
}
.page-content.dashboard .widgetM.revenueAndImpsShare .margin-bottom {
  margin-bottom: 10px;
}
.page-content.dashboard .tab-revenue-impressions-share .widgetM,
.page-content.dashboard .tab-ssp-pub .widgetM,
.page-content.dashboard .tab-sales-region .widgetM,
.page-content.dashboard .tab-ssp .widgetM {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-content.dashboard .left-separator {
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .page-content.dashboard .left-separator {
    margin-top: 30px;
    padding-left: 0;
  }
}
.page-content.dashboard .right-separator {
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .page-content.dashboard .right-separator {
    padding-right: 0;
  }
}
.page-content.dashboard .legend-title,
.page-content.dashboard .percent {
  margin: 0;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
.page-content.dashboard .legend-title {
  text-align: left;
}
.page-content.dashboard .percent {
  margin: 5px;
  text-align: center;
  background: #1D428A;
  color: #fff;
}
.page-content.dashboard .percent h5 {
  padding: 0;
  margin: 5px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .page-content.dashboard .percent h5 {
    display: inline-block;
  }
}
.page-content.dashboard .percent .tooltip-inner {
  min-width: 300px;
}
.page-content.dashboard .widget-charttodayesterday {
  margin: 0 0 20px 0 !important;
  padding-top: 20px;
}
.page-content.dashboard .tab-revenue-impressions .nav-tabs > li,
.page-content.dashboard .tab-ssp-pub .nav-tabs > li,
.page-content.dashboard .tab-revenue-impressions-share .nav-tabs > li {
  width: 50%;
}
.page-content.dashboard .tab-sales-region .nav-tabs > li,
.page-content.dashboard .tab-ssp .nav-tabs > li {
  width: 33.333333%;
}
.page-content.dashboard .tab-revenue-impressions-share .tab-content,
.page-content.dashboard .tab-ssp-pub .tab-content,
.page-content.dashboard .tab-sales-region .tab-content,
.page-content.dashboard .tab-ssp .tab-content {
  padding: 0;
}
.page-content.dashboard .tab-revenue-impressions .tab-content {
  padding: 10px 10px 0px 10px;
}
.page-content.dashboard .tab-revenue-impressions .circlerowcontainer {
  height: 86px;
}
.page-content.dashboard .datamaps {
  background: #bcdbf8;
  height: 365px !important;
  position: relative;
  overflow: hidden;
}
.page-content.dashboard .datamaps-legend-wrapper {
  bottom: 10px;
  left: 10px;
  line-height: 20px;
  height: 20px;
  position: absolute;
}
.page-content.dashboard .datamaps-legend-min,
.page-content.dashboard .datamaps-legend-max,
.page-content.dashboard .datamaps-legend-wrapper .colorElem {
  width: 100%;
}
.page-content.dashboard .datamaps-legend-min {
  margin-right: 10px;
}
.page-content.dashboard .datamaps-legend-max {
  margin-left: 120px;
}
.page-content.dashboard .datamaps-legend-wrapper .colorElem {
  text-align: center;
  display: inline-block;
  margin: 6px 40px;
  vertical-align: top;
  width: 80px;
}
.page-content.dashboard .ng-table tr td {
  height: 55px;
}
.page-content.dashboard .ng-table tr td img {
  vertical-align: middle;
}
.page-content.dashboard .emulate-input {
  float: left !important;
  width: 100%;
  height: 40px;
}
.page-content.dashboard .emulate-input-19 {
  height: 19px !important;
}
.page-content.dashboard .emulate-input-9 {
  height: 9px !important;
}
.customUI .color-palette-wrapper,
.customUI .color-palette-wrapper .color-palette {
  display: block;
  padding: 0;
  float: left !important;
}
.customUI .color-palette-wrapper {
  -moz-box-shadow: 0 1px 2px #d3d3d3;
  -webkit-box-shadow: 0 1px 2px #d3d3d3;
  box-shadow: 0 1px 2px #d3d3d3;
  margin: 10px;
  border-width: 2px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .customUI .color-palette-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.customUI .color-palette-wrapper.selected:before,
.customUI .color-palette-wrapper:hover.selected:before {
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
  background: #fff;
  content: 'Selected';
  bottom: 4px;
  left: 4px;
  line-height: 32px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.customUI .color-palette-wrapper .color-palette {
  margin: 0;
  height: 40px;
  width: 66.66666667px;
}
.customUI img.selected,
.customUI img:hover.selected {
  border: 1px solid #1D428A;
  border-width: 3px;
  position: relative;
}
.customUI .uploadedimage {
  max-width: 180px;
  height: auto;
}
.customUI .siterow {
  text-align: center;
  height: 210px;
  padding: 5px;
  border-bottom: 2px solid #e0e0e0;
  margin-top: 40px;
}
.customUI .siterow .first {
  height: 60px;
  margin-top: 10px;
}
.customUI .siterow .first img {
  max-height: 60px;
  max-width: 190px;
  width: auto;
}
.customUI .siterow .second {
  height: 60px;
  margin-top: 10px;
  padding-top: 10px;
}
.customUI .siterow .fourth {
  height: 40px;
  margin-top: 10px;
}
.customUI .nologo {
  width: 120px;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  border: 1px dashed #939393;
  color: #939393;
  font-size: 12px;
}
.defaultsitelogo {
  max-height: 60px;
  width: auto;
}
.minisitelogo {
  max-height: 30px;
  width: auto;
  margin-top: 7px !important;
}
.currency-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .currency-box {
    border: none;
    padding: 0;
  }
}
.editrevenue {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  padding: 5px;
  position: absolute;
  top: 50%;
}
.editrevenue input {
  max-width: 80px;
}
.editrevenue a {
  margin: 10px 0;
}
.editrevenue a i {
  font-size: 16px;
}
.page-content.adquality .row [class*="col-"].first .widgetM:not(.force-margin),
.page-content.adquality .row [class*="col-"].last .widgetM:not(.force-margin) {
  margin-bottom: 0;
  margin-top: 0;
}
.page-content.adquality .widgetM.form .widgetM.actions,
.page-content.adquality .widgetM.form .widgetM.filters {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.page-content.adquality .adquality-buyers-info-icons {
  display: inline-block;
  width: 50px;
  text-align: right;
  margin-right: 10px;
}
.page-content.adquality .adquality-buyers-info-icons i {
  margin-right: 0;
}
.page-content.adquality .widgetM.filters .toggle-filters {
  display: none;
}
.page-content.adquality .widgetM.filters {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.page-content.adquality .detail h4 {
  margin: 0 20px;
  padding: 10px 0;
  background: #f2f3f8;
}
.page-content.adquality .detail p {
  margin: 0 20px;
  padding: 10px 0;
}
.page-content.adquality .detail .adquality-exception p {
  margin: 0;
  padding: 0;
}
.page-content.adquality .ui-grid-wrapper {
  margin-top: 0;
  padding-top: 0;
}
ul.dropdown-menu.adquality-rule-preview:before {
  border: 0;
}
ul.dropdown-menu.adquality-rule-preview li {
  padding: 3px;
  font-size: 12px;
}
ul.dropdown-menu.adquality-rule-preview li:nth-child(even) {
  background-color: #f3f3f3;
}
ul.dropdown-menu.adquality-rule-preview .adquality-rule-preview-icon {
  float: right;
}
ul.dropdown-menu.adquality-rule-preview .adquality-rule-preview-icon .level .medium,
ul.dropdown-menu.adquality-rule-preview .adquality-rule-preview-icon .level .high,
ul.dropdown-menu.adquality-rule-preview .adquality-rule-preview-icon .level .maximum,
ul.dropdown-menu.adquality-rule-preview .adquality-rule-preview-icon .level .banned {
  font-size: 15px;
  margin-right: 0;
}
.adquality-buyers-info-icons i {
  font-size: 13px;
}
.adquality-exception {
  margin: 0 20px;
  padding: 10px 0;
}
body.self-provisioning,
body.self-provisioning a,
body.self-provisioning h1,
body.self-provisioning h2,
body.self-provisioning h3,
body.self-provisioning h4,
body.self-provisioning h5,
body.self-provisioning h6 {
  font-weight: 400 !important;
}
body.self-provisioning h1,
body.self-provisioning h2,
body.self-provisioning h3,
body.self-provisioning h4,
body.self-provisioning h5,
body.self-provisioning h6 {
  font-family: 400 32px 'Hammersmith One', 'Helvetica', 'Arial', sans-serif;
  font-style: normal !important;
}
body.self-provisioning .wrapper-940 {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
body.self-provisioning #section-container {
  float: left;
  width: 100%;
}
body.self-provisioning .sp-header-wrapper,
body.self-provisioning .sp-header-wrapper > .sp-header-social,
body.self-provisioning .sp-header-wrapper > .sp-header {
  float: left !important;
  width: 100%;
}
body.self-provisioning .sp-header-wrapper {
  text-align: center;
  text-shadow: none;
}
body.self-provisioning .sp-header-wrapper a {
  display: block;
  font-family: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
body.self-provisioning .sp-header-wrapper .sp-header-social {
  background: #fff;
  line-height: 43px;
  min-height: 43px;
}
body.self-provisioning .sp-header-wrapper .sp-header-social .header-info {
  font-size: 14px;
  float: left;
  text-align: left;
}
body.self-provisioning .sp-header-wrapper .sp-header-social .header-info a,
body.self-provisioning .sp-header-wrapper .sp-header-social .header-info span {
  display: inline-block;
  font-family: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
}
body.self-provisioning .sp-header-wrapper .sp-header-social .header-info span.sep {
  padding: 0 6px;
  text-shadow: none;
}
body.self-provisioning .sp-header-wrapper .sp-header {
  background: #1D428A;
}
body.self-provisioning .sp-header-wrapper .sp-header .logo {
  overflow: hidden;
  float: left !important;
  margin: 31px 0;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav {
  float: right !important;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul {
  list-style: none;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li {
  float: left !important;
  position: relative;
  padding: 0 35px 0 0;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li a,
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li a:hover {
  text-decoration: none;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li a {
  color: #fff;
  height: 83px;
  line-height: 83px;
  border-top: 3px solid transparent;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li a:hover:before {
  right: 35px;
}
body.self-provisioning .sp-header-wrapper .sp-header #website-nav ul li a:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.self-provisioning .sp-footer-area {
  background: #1D428A;
  float: left;
  width: 100%;
  padding: 30px 0 16px 0;
}
body.self-provisioning .sp-footer-area h3,
body.self-provisioning .sp-footer-area a {
  color: #fff;
  text-shadow: none;
}
body.self-provisioning .sp-footer-area h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
body.self-provisioning .sp-footer-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.self-provisioning .sp-footer-area ul li a {
  display: block;
  padding: 0 5px 0 0;
  font-size: 12px;
  line-height: 24px;
}
body.self-provisioning .sp-footer-area ul li a,
body.self-provisioning .sp-footer-area ul li a:hover {
  text-decoration: none;
}
body.self-provisioning .sp-footer-area .copyright-area-content {
  width: auto;
  margin-top: 40px;
  display: block;
  font-size: 12px;
  text-shadow: none;
  font-weight: 400;
}
body.self-provisioning .sp-footer-area .copyright-area-content .copyright {
  color: #fff;
  float: left;
}
body.self-provisioning .sp-footer-area .iab {
  background: url(http://www.zodiakadvertising.com/wp-content/themes/Avada-Child-Theme/images/iab.png) center center no-repeat;
  width: 78px;
  height: 50px;
  float: right;
}
body.self-provisioning {
  background: url(assets/login/milano.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.self-provisioning * {
  letter-spacing: 0.8px;
}
body.self-provisioning label,
body.self-provisioning input,
body.self-provisioning p,
body.self-provisioning strong {
  font-family: 400 14px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
}
body.self-provisioning p {
  line-height: 130%;
}
body.self-provisioning input,
body.self-provisioning textarea,
body.self-provisioning select,
body.self-provisioning .input-group-addon {
  border: none;
}
body.self-provisioning section a.btn,
body.self-provisioning section button.btn {
  color: #fff !important;
}
body.self-provisioning section a.btn[disabled],
body.self-provisioning section button.btn[disabled] {
  opacity: 0.7;
}
body.self-provisioning strong {
  display: inline-block;
  margin-top: 10px;
}
body.self-provisioning .modal {
  color: #333;
}
body.self-provisioning .modal strong {
  display: inline;
  margin-top: auto;
}
body.self-provisioning span.error {
  text-transform: uppercase;
  color: #E74C3C !important;
  font-family: 'Hammersmith One';
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
}
body.self-provisioning hr {
  background: transparent;
}
body.self-provisioning section {
  float: left !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
body.self-provisioning section:last-child {
  padding-bottom: 60px;
}
body.self-provisioning section h1,
body.self-provisioning section h2,
body.self-provisioning section h3,
body.self-provisioning section h4,
body.self-provisioning section h5,
body.self-provisioning section h6,
body.self-provisioning section p,
body.self-provisioning section label,
body.self-provisioning section strong,
body.self-provisioning section input[type="checkbox"],
body.self-provisioning section input[type="radio"] {
  color: #fff;
  font-weight: 400;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
}
body.self-provisioning section input[type="checkbox"],
body.self-provisioning section input[type="radio"] {
  vertical-align: text-bottom;
}
body.self-provisioning section h1,
body.self-provisioning section h2,
body.self-provisioning section h3,
body.self-provisioning section h4,
body.self-provisioning section h5,
body.self-provisioning section h6 {
  position: relative;
}
body.self-provisioning section h1:before,
body.self-provisioning section h2:before,
body.self-provisioning section h3:before,
body.self-provisioning section h4:before,
body.self-provisioning section h5:before,
body.self-provisioning section h6:before {
  background: #fff;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -37.5px;
  position: absolute;
  width: 75px;
}
body.self-provisioning section p {
  line-height: 140%;
  margin: 20px 0;
}
body.self-provisioning section p a {
  color: #fff;
  text-decoration: underline;
  font-size: inherit;
}
body.self-provisioning section i {
  color: #4d4d4d;
  font-weight: 400;
}
body.self-provisioning section button,
body.self-provisioning section button:hover,
body.self-provisioning section button i {
  background: #1D428A;
  color: #fff;
}
body.self-provisioning section button,
body.self-provisioning section button:hover {
  text-align: center;
  border: 3px solid #fff;
  height: auto;
}
body.self-provisioning section button:hover {
  text-decoration: underline;
}
body.self-provisioning section button i {
  margin: 0;
  padding: 0;
  color: #fff;
}
body.self-provisioning section h1,
body.self-provisioning section h2,
body.self-provisioning section h3,
body.self-provisioning section h4,
body.self-provisioning section h5,
body.self-provisioning section h6 {
  margin: 20px 0;
}
body.self-provisioning .box-container {
  background: transparent;
  border: 2px solid #fff;
}
body.self-provisioning .box-container * {
  color: #fff;
}
body.self-provisioning .box-container:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.self-provisioning .box-container i:before {
  color: #fff;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
}
body.self-provisioning .form-col > label.checkbox:only-child,
body.self-provisioning .form-col > label.radio:only-child {
  margin-top: 10px;
}
body.self-provisioning .privacy-policy {
  margin: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}
body.self-provisioning .privacy-policy h4:before {
  content: none;
}
body.performPasswordChange {
  background: url(assets/login/milano.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.performPasswordChange .logo-wrapper {
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -moz-box-shadow: 0 0 100px rgba(98, 140, 222, 0.7);
  -webkit-box-shadow: 0 0 100px rgba(98, 140, 222, 0.7);
  box-shadow: 0 0 100px rgba(98, 140, 222, 0.7);
  text-align: center;
  background: #1D428A;
  padding: 0;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-right: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
body.performPasswordChange .logo-wrapper img {
  margin-top: 33px;
  vertical-align: middle;
}
.report .side input,
.report .side textarea,
.report .side select {
  border-color: #4d4d4d;
}
.report .side input.search-field {
  border: none;
  background: transparent;
  border-bottom: 2px solid #4d4d4d;
  margin-top: 0;
  padding-left: 0;
  padding-right: 40px;
  padding-top: 0;
  position: relative;
}
.report .side .alert {
  padding: 0;
}
.report .side .side-content,
.mastertag .side .side-content {
  top: 120px;
}
.report .side.side-detail .side-content {
  top: 70px;
}
.report .side .side-content .btn.btn-inline {
  margin-top: 0;
}
.report .side .side-content ul:not(.dropdown-menu) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.report .side .side-content ul:not(.dropdown-menu) li {
  display: block;
  margin: 5px 0;
}
.report .side .side-content ul.filters li i {
  cursor: pointer;
  margin-right: 5px;
  vertical-align: middle;
}
.report .side .side-content .side-opener,
.report .side .side-content .side-opener:hover {
  text-decoration: underline;
}
.report .side .side-content .side-opener-title {
  margin-right: 2.5px;
}
.report .side .side-content .highlight strong {
  color: #E74C3C;
}
.report .side .side-content ul.download li strong,
.report .side .side-content ul.download li span {
  line-height: 23px;
}
.report .ui-grid-cell-contents > span {
  float: left !important;
}
.report .ui-grid-cell-contents > span .inline-total {
  display: block;
  line-height: 130%;
  padding-bottom: 20px;
}
.tooltip.ssp-id .tooltip-inner {
  max-width: 100%;
}
.metaSSP-detail-box[class*="col-"] {
  padding: 0 10px 10px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #FFF;
}
.metaSSP-detail-box[class*="col-"] .metaSSP-detail-box-id {
  height: 80px;
}
.metaSSP-detail-box[class*="col-"] .metaSSP-detail-box-id span {
  padding-top: 20px;
}
.metaSSP-detail-box[class*="col-"] .metaSSP-detail-box-id-dfp {
  height: 200px;
}
.metaSSP-detail-box[class*="col-"] .metaSSP-detail-box-id-dfp span {
  padding-top: 20px;
}
.metaSSP-detail-box[class*="col-"] .padding_spacer {
  padding: 20px;
  background: #f2f3f8;
}
.metaSSP-logo {
  max-width: 109px;
  height: 25px;
}
.metaSSP-siteheader {
  margin-top: 40px;
  height: 60px;
  width: 1700px;
}
.metaSSP-siteheader img {
  transform: rotate(-45deg);
  margin-left: -8px;
}
.metaSSP-site {
  padding: 15px 0 13px 0;
  margin: 0px;
}
.metaSSP-site .ui-grid-cell {
  line-height: 20px !important;
  min-width: 70px;
}
.metaSSP-site .col-xs-3 {
  padding-left: 10px;
}
.metaSSP-placementlist {
  margin: 13px 0 -15px 0;
  border-top: 1px solid #e0e0e0;
}
.metaSSP-placementlist li {
  background-color: #f2f3f8;
  border-bottom: 2px solid white;
  height: 90px;
  list-style: none;
  padding: 14px 0 0 0;
}
.metaSSP-placementlist li .row i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.metaSSP-placementlist li .row a label {
  cursor: pointer;
}
.metaSSP-placementlist li .row label {
  font-weight: normal;
  display: initial;
  cursor: default;
}
.metaSSP-placementlist li.title-placement {
  height: 50px;
  background: #e6e7ec;
}
.metaSSP-placementlist-undercolumns {
  float: left;
  margin-right: 10%;
  font: 400 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
  text-rendering: optimizeLegibility;
  padding-top: 10px;
}
.metaSSP-placementlist-undercolumns strong {
  font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
}
.metaSSP-publisher-list {
  margin-top: 0px;
}
.metaSSP-publisher-list > div:not(:last-child) {
  padding: 25px 0 25px;
}
.metaSSP-publisher-list > div:last-child {
  padding: 25px 0 25px;
}
.metaSSP-publisher-list > div.ssp-border4 {
  border-right: none;
}
.metaSSP-publisher-list img {
  width: auto;
  height: 30px;
}
.metaSSP-publisher-status-icon {
  margin-top: 10px;
}
.metaSSP-publisher-request-button {
  margin-top: -15px;
}
@media (max-width: 767px) {
  .metaSSP-publisher-list > div.ssp-border2 {
    border-right: none;
  }
  label {
    font-size: inherit;
  }
}
.detail .detail-wrapper span {
  margin: 0;
}
.detail .detail-wrapper strong {
  margin: 0;
}
.detail .detail-wrapper .row.sspContainer {
  margin: 25px 0 0 0;
}
.scroll-ssp-sites {
  overflow-y: scroll;
  overflow-x: scroll;
  height: 700px;
  width: 1700px;
  z-index: 5;
}
.sticky-header-ssp-site {
  z-index: 10;
}
.button-placement-modal {
  margin-top: 18px;
  padding-left: 10px!important;
}
.float-mar-right {
  float: left;
  min-width: 70px;
  max-width: 70px;
}
/* BID SCAN MANAGER TABLE
-------------------------------------------------------------------- */
.bidscan {
  /* increase padding-left of ID column */
  /* header row and normal rows center alignment of IDs and icons*/
  /*    .ui-grid-top-panel .ui-grid-header-cell:not(:nth-child(1)):not(:nth-child(2)),.ui-grid-row .ui-grid-cell:not(:nth-child(1)):not(:nth-child(2)){
        text-align: center;
    }*/
  /* vertical align header row logos and text */
  /*resize logo image*/
  /**/
}
.bidscan .ui-grid-header {
  height: 110px;
  max-height: 110px;
}
.bidscan .ui-grid-header .ui-grid-header-cell {
  /*prima c'era display:inline-table*/
  padding-top: 30px;
  display: inline-flex;
}
.bidscan .ui-grid-row .ui-grid-cell:nth-child(1) {
  padding-left: 10px;
}
.bidscan .ui-grid-header-cell .ui-grid-cell-contents {
  margin-top: -10px;
}
.bidscan .ui-grid-top-panel img {
  /*width:auto; height: 25px*/
  width: auto;
  height: 25px;
  margin-left: 5px;
  transform: rotate(-45deg);
}
.bidscan .pagination-wrapper {
  margin-top: 50px;
}
.bidscan .ui-grid-cell-contents:hover {
  overflow: visible;
}
.ui-grid-cell i {
  vertical-align: sub;
}
.row.placementMargin {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px 0 0;
}
.placementName {
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
  padding: 0 15px 0 0;
  white-space: nowrap;
}
.placementName a {
  font-weight: 400;
  text-decoration: underline;
}
label.ssp-status {
  margin-top: 8px;
}
h3.metaSSP-SitesAndPlacements {
  margin-top: 30px;
}
.bidscan-settings-center {
  text-align: center;
}
.row .col-xs-1 {
  position: static;
}
/**
 *  SEVEN COLUMNS
 */
@media (max-width: 768px) {
  .seven-cols .col-xs-1 {
    width: 5.4%;
    *width: 5.4%;
  }
  .metaSSP-placementlist-undercolumns {
    float: left;
    margin-right: 10%;
    font: 400 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    text-rendering: optimizeLegibility;
    padding-top: 0px;
  }
  .metaSSP-placementlist-undercolumns strong {
    font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
  }
  .v-align-icon {
    padding-top: 20px;
  }
  .v-align-icon label {
    font-size: inherit;
  }
  a.v-align-icon {
    display: block;
  }
  a.v-align-icon label {
    font-size: inherit;
  }
  .detail .detail-wrapper span {
    margin: 0;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .seven-cols .col-xs-1 {
    width: 5.5%;
    *width: 5.5%;
  }
  .v-align-icon {
    padding-top: 20px;
  }
  .v-align-icon label {
    font-size: inherit;
  }
  a.v-align-icon {
    display: block;
  }
  a.v-align-icon label {
    font-size: inherit;
  }
}
/* media query mobile*/
@media (min-width: 769px) and (max-width: 1199px) {
  .seven-cols .col-xs-1 {
    width: 5.5%;
    *width: 5.5%;
  }
  .v-align-icon {
    padding-top: 20px;
  }
  .v-align-icon label {
    font-size: inherit;
  }
  a.v-align-icon {
    display: block;
  }
  a.v-align-icon label {
    font-size: inherit;
  }
  .metaSSP-placementlist-undercolumns {
    float: left;
    margin-right: 10%;
    font: 400 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    text-rendering: optimizeLegibility;
    padding-top: 0px;
  }
  .metaSSP-placementlist-undercolumns strong {
    font: 700 12px 'PT Sans', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
  }
}
/*sezione aggiunta per le media queries
@media (min-width: 769px) and (max-width: 1048px) {

    .bidscan {
      .ui-grid-top-panel{
        width: 100%;
    }

  }

}*/
@media (min-width: 1300px) {
  .v-align-icon {
    padding-top: 20px;
  }
  .v-align-icon label {
    font-size: inherit;
  }
  a.v-align-icon {
    display: block;
  }
  a.v-align-icon label {
    font-size: inherit;
  }
}
@media (max-width: 1330px) {
  /*width: 70%; height:70%*/
  .bidscan .ui-grid-top-panel img {
    width: 100%;
    height: 100%;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.publisher-popover.bottom > .arrow {
  left: 55% !important;
}
.site-popover.bottom > .arrow {
  left: 48% !important;
}
.placementname-popover {
  word-break: break-all !important;
}
.extrasizes-select {
  margin: 0 0 20px 0;
}
.extrasizes-x {
  margin-top: 20px;
}
#courtesy {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
#courtesy-link {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.fake-button {
  height: 200px;
  border: dashed;
  border-color: #e0e0e0;
  border-width: 2px;
  text-align: center;
}
.fake-button-tag {
  height: 600px;
  border: dashed;
  border-color: #e0e0e0;
  border-width: 2px;
  text-align: center;
  padding-top: 50px;
}
.grey-icon {
  color: #e0e0e0;
  margin-top: 30px;
}
.divider {
  margin-top: 50px;
}
/* PLUGINS
-------------------------------------------------------------------- */
.dayparts:before,
.dayparts:after {
  content: " ";
  display: table;
}
.dayparts:after {
  clear: both;
}
.dayparts:before,
.dayparts:after {
  content: " ";
  display: table;
}
.dayparts:after {
  clear: both;
}
.dayparts button[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dayparts button[type="button"]:focus,
.dayparts button[type="button"]:active:focus,
.dayparts button[type="button"].active:focus,
.dayparts button[type="button"].focus,
.dayparts button[type="button"]:active.focus,
.dayparts button[type="button"].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dayparts button[type="button"]:hover,
.dayparts button[type="button"]:focus,
.dayparts button[type="button"].focus {
  color: #333;
  text-decoration: none;
}
.dayparts button[type="button"]:active,
.dayparts button[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dayparts button[type="button"].disabled,
.dayparts button[type="button"][disabled],
fieldset[disabled] .dayparts button[type="button"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.dayparts button[type="button"].disabled,
fieldset[disabled] a.dayparts button[type="button"] {
  pointer-events: none;
}
.dayparts button[type="button"]:focus,
.dayparts button[type="button"].focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.dayparts button[type="button"]:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.dayparts button[type="button"]:active,
.dayparts button[type="button"].active,
.open > .dropdown-toggle.dayparts button[type="button"] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.dayparts button[type="button"]:active:hover,
.dayparts button[type="button"].active:hover,
.open > .dropdown-toggle.dayparts button[type="button"]:hover,
.dayparts button[type="button"]:active:focus,
.dayparts button[type="button"].active:focus,
.open > .dropdown-toggle.dayparts button[type="button"]:focus,
.dayparts button[type="button"]:active.focus,
.dayparts button[type="button"].active.focus,
.open > .dropdown-toggle.dayparts button[type="button"].focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.dayparts button[type="button"]:active,
.dayparts button[type="button"].active,
.open > .dropdown-toggle.dayparts button[type="button"] {
  background-image: none;
}
.dayparts button[type="button"].disabled:hover,
.dayparts button[type="button"][disabled]:hover,
fieldset[disabled] .dayparts button[type="button"]:hover,
.dayparts button[type="button"].disabled:focus,
.dayparts button[type="button"][disabled]:focus,
fieldset[disabled] .dayparts button[type="button"]:focus,
.dayparts button[type="button"].disabled.focus,
.dayparts button[type="button"][disabled].focus,
fieldset[disabled] .dayparts button[type="button"].focus {
  background-color: #fff;
  border-color: #ccc;
}
.dayparts button[type="button"] .badge {
  color: #fff;
  background-color: #333;
}
.dayparts button[type="button"]:before {
  font-family: FontAwesome;
  content: "\f021\00a0";
}
.default-chip {
  border: 1px solid #3CD39E;
  border-radius: 5px;
  background: #3CD39E;
  padding: 5px;
  color: white;
}
.default-chip-adstxt {
  border: 1px solid lightseagreen;
  border-radius: 5px;
  background: lightseagreen;
  padding: 5px;
  color: white;
}
chip-tmpl:focus {
  outline: none;
}
chip-tmpl:focus .default-chip {
  border: 1px solid #E74C3C;
  background: #E74C3C;
  color: white;
}
chip-tmpl:focus .default-chip-adstxt {
  border: 1px solid #E74C3C;
  background: #E74C3C;
  color: white;
}
.chip-failed .default-chip {
  color: red;
}
.chip-failed .default-chip-adstxt {
  color: red;
}
chips {
  display: block;
  padding: 5px;
}
chips > div {
  display: inline;
}
chips > div > input {
  height: 100%;
  border: none;
  font-size: 14px;
  background-color: inherit;
}
chips > div > input:focus {
  outline: none;
}
/* work for chips
chips {
    display: block;
    padding: 5px;
    > div #adstxt{
        display: inline;
        > input {
            height: 100%;
            border: none;
            font-size: 14px;
        }
        > input:focus {
            outline: none;
        }
    }
}
*/
.chip-out-focus {
  border-bottom: 1px solid #e0e0e0;
}
.chip-in-focus {
  border-bottom: 1px solid #e0e0e0;
}
/* CUSTOM UI
-------------------------------------------------------------------- */
body.ansa,
iframe.ansa body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.ansa h1,
iframe.ansa body h1,
body.ansa h2,
iframe.ansa body h2,
body.ansa h3,
iframe.ansa body h3,
body.ansa h4,
iframe.ansa body h4,
body.ansa h5,
iframe.ansa body h5,
body.ansa h6,
iframe.ansa body h6 {
  color: #4d4d4d;
}
body.ansa a,
iframe.ansa body a {
  color: #0c862a;
}
body.ansa input,
iframe.ansa body input,
body.ansa textarea,
iframe.ansa body textarea,
body.ansa select,
iframe.ansa body select,
body.ansa .input-group-addon,
iframe.ansa body .input-group-addon,
body.ansa .ie9 input[type="file"],
iframe.ansa body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.ansa .side .side-content .input-group-addon,
iframe.ansa body .side .side-content .input-group-addon,
body.ansa .side .side-content .input-group-addon + input,
iframe.ansa body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.ansa .btn-default-za,
iframe.ansa body .btn-default-za {
  border-color: #0c862a;
  color: #4d4d4d;
}
body.ansa .btn-default-za:hover:not([disabled]),
iframe.ansa body .btn-default-za:hover:not([disabled]) {
  background: #0c862a;
  color: #fff;
}
body.ansa .btn-default-za:before,
iframe.ansa body .btn-default-za:before {
  background: #0c862a;
}
body.ansa .btn.btn-inverted,
iframe.ansa body .btn.btn-inverted {
  background: #0c862a;
  color: #fff;
}
body.ansa .btn.btn-inverted:hover:not([disabled]),
iframe.ansa body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.ansa .btn.btn-inverted:hover:not([disabled]):before,
iframe.ansa body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.ansa .btn-side,
iframe.ansa body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.ansa .btn-side:focus,
iframe.ansa body .btn-side:focus,
body.ansa .btn-side.focus,
iframe.ansa body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.ansa .btn-side:hover,
iframe.ansa body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.ansa .btn-side:active,
iframe.ansa body .btn-side:active,
body.ansa .btn-side.active,
iframe.ansa body .btn-side.active,
.open > .dropdown-togglebody.ansa .btn-side,
.open > .dropdown-toggleiframe.ansa body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.ansa .btn-side:active:hover,
iframe.ansa body .btn-side:active:hover,
body.ansa .btn-side.active:hover,
iframe.ansa body .btn-side.active:hover,
.open > .dropdown-togglebody.ansa .btn-side:hover,
.open > .dropdown-toggleiframe.ansa body .btn-side:hover,
body.ansa .btn-side:active:focus,
iframe.ansa body .btn-side:active:focus,
body.ansa .btn-side.active:focus,
iframe.ansa body .btn-side.active:focus,
.open > .dropdown-togglebody.ansa .btn-side:focus,
.open > .dropdown-toggleiframe.ansa body .btn-side:focus,
body.ansa .btn-side:active.focus,
iframe.ansa body .btn-side:active.focus,
body.ansa .btn-side.active.focus,
iframe.ansa body .btn-side.active.focus,
.open > .dropdown-togglebody.ansa .btn-side.focus,
.open > .dropdown-toggleiframe.ansa body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.ansa .btn-side:active,
iframe.ansa body .btn-side:active,
body.ansa .btn-side.active,
iframe.ansa body .btn-side.active,
.open > .dropdown-togglebody.ansa .btn-side,
.open > .dropdown-toggleiframe.ansa body .btn-side {
  background-image: none;
}
body.ansa .btn-side.disabled:hover,
iframe.ansa body .btn-side.disabled:hover,
body.ansa .btn-side[disabled]:hover,
iframe.ansa body .btn-side[disabled]:hover,
fieldset[disabled] body.ansa .btn-side:hover,
fieldset[disabled] iframe.ansa body .btn-side:hover,
body.ansa .btn-side.disabled:focus,
iframe.ansa body .btn-side.disabled:focus,
body.ansa .btn-side[disabled]:focus,
iframe.ansa body .btn-side[disabled]:focus,
fieldset[disabled] body.ansa .btn-side:focus,
fieldset[disabled] iframe.ansa body .btn-side:focus,
body.ansa .btn-side.disabled.focus,
iframe.ansa body .btn-side.disabled.focus,
body.ansa .btn-side[disabled].focus,
iframe.ansa body .btn-side[disabled].focus,
fieldset[disabled] body.ansa .btn-side.focus,
fieldset[disabled] iframe.ansa body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.ansa .btn-side .badge,
iframe.ansa body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.ansa .toggle-filters,
iframe.ansa body .toggle-filters {
  background: #0c862a;
}
body.ansa .btn.btn-side-toggle:hover,
iframe.ansa body .btn.btn-side-toggle:hover,
body.ansa .btn.btn-side-toggle.active,
iframe.ansa body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.ansa .btn.btn-side-toggle:hover i,
iframe.ansa body .btn.btn-side-toggle:hover i,
body.ansa .btn.btn-side-toggle.active i,
iframe.ansa body .btn.btn-side-toggle.active i {
  border-color: #0c862a;
  color: #4d4d4d;
}
body.ansa input.date + button,
iframe.ansa body input.date + button,
body.ansa input.date + input[type="button"],
iframe.ansa body input.date + input[type="button"],
body.ansa input.date + .btn,
iframe.ansa body input.date + .btn,
body.ansa input.date + ul + button,
iframe.ansa body input.date + ul + button,
body.ansa input.date + ul + input[type="button"],
iframe.ansa body input.date + ul + input[type="button"],
body.ansa input.date + ul + .btn,
iframe.ansa body input.date + ul + .btn {
  background: transparent !important;
}
body.ansa #nav,
iframe.ansa body #nav {
  background: #0c862a;
  border-bottom-color: #0a6f23;
}
body.ansa #nav .nav-actions li,
iframe.ansa body #nav .nav-actions li {
  border-left-color: #0a6f23;
}
body.ansa #nav .nav-actions li > a,
iframe.ansa body #nav .nav-actions li > a {
  color: #fff;
}
body.ansa #nav .nav-actions li > a:hover,
iframe.ansa body #nav .nav-actions li > a:hover,
body.ansa #nav .nav-actions li > a:active,
iframe.ansa body #nav .nav-actions li > a:active {
  background: #0a6f23;
}
body.ansa #nav .logo-wrapper .logo,
iframe.ansa body #nav .logo-wrapper .logo {
  display: inline;
}
body.ansa #nav .logo-wrapper .logo-alt,
iframe.ansa body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.ansa .sidebar-wrapper,
iframe.ansa body .sidebar-wrapper {
  background-color: #0c862a;
}
body.ansa .sidebar-wrapper #sidebar .subnav,
iframe.ansa body .sidebar-wrapper #sidebar .subnav,
body.ansa .sidebar-wrapper #sidebar.open .subnav,
iframe.ansa body .sidebar-wrapper #sidebar.open .subnav,
body.ansa .sidebar-wrapper #sidebar .subnav:hover,
iframe.ansa body .sidebar-wrapper #sidebar .subnav:hover,
body.ansa .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.ansa body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #0a6f23;
}
body.ansa .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.ansa body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.ansa .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.ansa body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.ansa .sidebar-wrapper #sidebar .subnav > li > a,
iframe.ansa body .sidebar-wrapper #sidebar .subnav > li > a,
body.ansa .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.ansa body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #fff;
}
body.ansa .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.ansa body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.ansa .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.ansa body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #0a6f23;
}
body.ansa .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.ansa body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.ansa .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.ansa body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.ansa .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.ansa body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.ansa .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.ansa body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.ansa .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.ansa body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.ansa .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.ansa body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #0c862a !important;
}
body.ansa .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.ansa body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.ansa .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.ansa body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.ansa .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.ansa body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.ansa .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.ansa body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #08571b !important;
}
body.ansa .nav-tabs > li > a,
iframe.ansa body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.ansa .nav-tabs > li.active a,
iframe.ansa body .nav-tabs > li.active a,
body.ansa .nav-tabs > li.active:hover a,
iframe.ansa body .nav-tabs > li.active:hover a {
  border-top-color: #0c862a !important;
  color: #0c862a;
}
body.ansa .widgetM > h1,
iframe.ansa body .widgetM > h1,
body.ansa .widgetM > h2,
iframe.ansa body .widgetM > h2,
body.ansa .widgetM > h3,
iframe.ansa body .widgetM > h3,
body.ansa .widgetM > h4,
iframe.ansa body .widgetM > h4,
body.ansa .widgetM > h5,
iframe.ansa body .widgetM > h5,
body.ansa .widgetM > h6,
iframe.ansa body .widgetM > h6 {
  border-bottom-color: #0c862a;
}
body.ansa mkp-datepicker table button.btn.active,
iframe.ansa body mkp-datepicker table button.btn.active,
body.ansa mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.ansa body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #0c862a;
  color: #fff;
}
body.ansa mkp-datepicker table #datepicker-close,
iframe.ansa body mkp-datepicker table #datepicker-close,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.ansa mkp-datepicker table #datepicker-clear,
iframe.ansa body mkp-datepicker table #datepicker-clear,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.ansa mkp-datepicker table #datepicker-today,
iframe.ansa body mkp-datepicker table #datepicker-today,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #0c862a;
}
body.ansa mkp-datepicker table #datepicker-close:hover,
iframe.ansa body mkp-datepicker table #datepicker-close:hover,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.ansa mkp-datepicker table #datepicker-clear:hover,
iframe.ansa body mkp-datepicker table #datepicker-clear:hover,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.ansa mkp-datepicker table #datepicker-today:hover,
iframe.ansa body mkp-datepicker table #datepicker-today:hover,
body.ansa mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.ansa body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #0c862a;
  color: #fff;
}
body.ansa .details-container,
iframe.ansa body .details-container {
  border-color: #0c862a;
}
body.ansa .details-container:before,
iframe.ansa body .details-container:before {
  border-bottom-color: #0c862a;
}
body.ansa .detail-header > i,
iframe.ansa body .detail-header > i {
  color: #4d4d4d;
}
body.ansa .pagination > li > a,
iframe.ansa body .pagination > li > a,
body.ansa .pagination > li > span,
iframe.ansa body .pagination > li > span {
  color: #4d4d4d;
}
body.ansa .pagination > li.active > a,
iframe.ansa body .pagination > li.active > a,
body.ansa .pagination > li > a:hover,
iframe.ansa body .pagination > li > a:hover,
body.ansa .pagination > li.active > a:hover,
iframe.ansa body .pagination > li.active > a:hover,
body.ansa .pagination > li > a:focus,
iframe.ansa body .pagination > li > a:focus,
body.ansa .pagination > li.active > a:focus,
iframe.ansa body .pagination > li.active > a:focus {
  background: #0c862a;
  color: #fff;
}
body.ansa .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.ansa body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.ansa .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.ansa body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #C2EACC !important;
  border-bottom: 1px solid #afe3bc !important;
}
body.ansa .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.ansa body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.ansa .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.ansa body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.ansa ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.ansa body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #0c862a;
}
body.ansa ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.ansa body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #0c862a;
}
body.ansa ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.ansa body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.ansa ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.ansa body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #0c862a;
  color: #fff;
}
body.ansa .badge,
iframe.ansa body .badge {
  background: #fff;
  border-color: #0c862a;
  color: #4d4d4d;
}
body.ansa .message > a,
iframe.ansa body .message > a {
  color: #4d4d4d;
}
body.ansa .message > a:hover,
iframe.ansa body .message > a:hover {
  background: #0a6f23;
}
body.ansa .message ul.dropdown-menu,
iframe.ansa body .message ul.dropdown-menu {
  border-color: #fff;
}
body.ansa .message ul.dropdown-menu:before,
iframe.ansa body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.ansa .message ul.dropdown-menu li a:hover,
iframe.ansa body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.ansa .message ul.dropdown-menu > li > div.message-unread,
iframe.ansa body .message ul.dropdown-menu > li > div.message-unread {
  background: #C2EACC;
  color: #4d4d4d;
}
body.ansa .message ul.dropdown-menu > li > div.message-unread a,
iframe.ansa body .message ul.dropdown-menu > li > div.message-unread a,
body.ansa .message ul.dropdown-menu > li > div.message-unread span,
iframe.ansa body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.ansa .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.ansa body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.ansa .detail .detail-close:hover,
iframe.ansa body .detail .detail-close:hover {
  background: #0c862a;
  color: #fff;
}
body.ansa i.circled,
iframe.ansa body i.circled {
  color: #0c862a;
}
body.ansa i.circled:hover,
iframe.ansa body i.circled:hover,
body.ansa i.circled.active,
iframe.ansa body i.circled.active {
  border-color: #0c862a;
}
body.ansa i.circled.alt,
iframe.ansa body i.circled.alt {
  color: #fff;
}
body.ansa i.circled.alt:hover,
iframe.ansa body i.circled.alt:hover,
body.ansa i.circled.alt.active,
iframe.ansa body i.circled.alt.active,
body.ansa i.circled.alt.active:hover,
iframe.ansa body i.circled.alt.active:hover {
  border-color: #fff;
}
body.ansa .cloud,
iframe.ansa body .cloud {
  color: #4d4d4d;
}
body.ansa .cloud.alt,
iframe.ansa body .cloud.alt {
  background: #08571b;
  color: #fff;
}
body.ansa ul.pager > li.previous > a,
iframe.ansa body ul.pager > li.previous > a,
body.ansa ul.pager > li.next > a,
iframe.ansa body ul.pager > li.next > a,
body.ansa ul.pager > li.previous > a:hover,
iframe.ansa body ul.pager > li.previous > a:hover,
body.ansa ul.pager > li.next > a:hover,
iframe.ansa body ul.pager > li.next > a:hover {
  color: #fff;
}
body.ansa ul.pager > li.previous.disabled > a,
iframe.ansa body ul.pager > li.previous.disabled > a,
body.ansa ul.pager > li.next.disabled > a,
iframe.ansa body ul.pager > li.next.disabled > a,
body.ansa ul.pager > li.previous.disabled > a:hover,
iframe.ansa body ul.pager > li.previous.disabled > a:hover,
body.ansa ul.pager > li.next.disabled > a:hover,
iframe.ansa body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.ansa .login-top,
iframe.ansa body .login-top,
body.ansa .login-left,
iframe.ansa body .login-left {
  background: #0c862a;
  color: #fff;
}
body.ansa .login-top li a,
iframe.ansa body .login-top li a,
body.ansa .login-left li a,
iframe.ansa body .login-left li a {
  color: #fff;
}
body.ansa .login-top h3,
iframe.ansa body .login-top h3,
body.ansa .login-left h3,
iframe.ansa body .login-left h3 {
  color: #fff;
}
body.ansa .login-left-bottom,
iframe.ansa body .login-left-bottom,
body.ansa .login-right-bottom-support,
iframe.ansa body .login-right-bottom-support {
  color: #fff;
  background-color: #08571b;
}
body.ansa .login-left-bottom a,
iframe.ansa body .login-left-bottom a,
body.ansa .login-right-bottom-support a,
iframe.ansa body .login-right-bottom-support a {
  color: #fff;
}
body.ansa .login-wrapper .form-wrapper .form-footer,
iframe.ansa body .login-wrapper .form-wrapper .form-footer,
body.ansa form[name="login"] input[type="text"],
iframe.ansa body form[name="login"] input[type="text"],
body.ansa form[name="login"] input[type="password"],
iframe.ansa body form[name="login"] input[type="password"] {
  border-bottom-color: #0c862a;
}
body.ansa.report .side input,
iframe.ansa body.report .side input,
body.ansa.report .side textarea,
iframe.ansa body.report .side textarea,
body.ansa.report .side select,
iframe.ansa body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.ansa.report .side .search-field,
iframe.ansa body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.ansa.report .side .side-content .side-opener,
iframe.ansa body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.ansa.report .side .side-content ul.download li i,
iframe.ansa body.report .side .side-content ul.download li i,
body.ansa.report .side .side-content ul.download li a i,
iframe.ansa body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.burst-media,
iframe.burst-media body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.burst-media h1,
iframe.burst-media body h1,
body.burst-media h2,
iframe.burst-media body h2,
body.burst-media h3,
iframe.burst-media body h3,
body.burst-media h4,
iframe.burst-media body h4,
body.burst-media h5,
iframe.burst-media body h5,
body.burst-media h6,
iframe.burst-media body h6 {
  color: #4d4d4d;
}
body.burst-media a,
iframe.burst-media body a {
  color: #4d4d4d;
}
body.burst-media input,
iframe.burst-media body input,
body.burst-media textarea,
iframe.burst-media body textarea,
body.burst-media select,
iframe.burst-media body select,
body.burst-media .input-group-addon,
iframe.burst-media body .input-group-addon,
body.burst-media .ie9 input[type="file"],
iframe.burst-media body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.burst-media .side .side-content .input-group-addon,
iframe.burst-media body .side .side-content .input-group-addon,
body.burst-media .side .side-content .input-group-addon + input,
iframe.burst-media body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.burst-media .btn-default-za,
iframe.burst-media body .btn-default-za {
  border-color: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .btn-default-za:hover:not([disabled]),
iframe.burst-media body .btn-default-za:hover:not([disabled]) {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .btn-default-za:before,
iframe.burst-media body .btn-default-za:before {
  background: #f8e70d;
}
body.burst-media .btn.btn-inverted,
iframe.burst-media body .btn.btn-inverted {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .btn.btn-inverted:hover:not([disabled]),
iframe.burst-media body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.burst-media .btn.btn-inverted:hover:not([disabled]):before,
iframe.burst-media body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.burst-media .btn-side,
iframe.burst-media body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.burst-media .btn-side:focus,
iframe.burst-media body .btn-side:focus,
body.burst-media .btn-side.focus,
iframe.burst-media body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.burst-media .btn-side:hover,
iframe.burst-media body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.burst-media .btn-side:active,
iframe.burst-media body .btn-side:active,
body.burst-media .btn-side.active,
iframe.burst-media body .btn-side.active,
.open > .dropdown-togglebody.burst-media .btn-side,
.open > .dropdown-toggleiframe.burst-media body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.burst-media .btn-side:active:hover,
iframe.burst-media body .btn-side:active:hover,
body.burst-media .btn-side.active:hover,
iframe.burst-media body .btn-side.active:hover,
.open > .dropdown-togglebody.burst-media .btn-side:hover,
.open > .dropdown-toggleiframe.burst-media body .btn-side:hover,
body.burst-media .btn-side:active:focus,
iframe.burst-media body .btn-side:active:focus,
body.burst-media .btn-side.active:focus,
iframe.burst-media body .btn-side.active:focus,
.open > .dropdown-togglebody.burst-media .btn-side:focus,
.open > .dropdown-toggleiframe.burst-media body .btn-side:focus,
body.burst-media .btn-side:active.focus,
iframe.burst-media body .btn-side:active.focus,
body.burst-media .btn-side.active.focus,
iframe.burst-media body .btn-side.active.focus,
.open > .dropdown-togglebody.burst-media .btn-side.focus,
.open > .dropdown-toggleiframe.burst-media body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.burst-media .btn-side:active,
iframe.burst-media body .btn-side:active,
body.burst-media .btn-side.active,
iframe.burst-media body .btn-side.active,
.open > .dropdown-togglebody.burst-media .btn-side,
.open > .dropdown-toggleiframe.burst-media body .btn-side {
  background-image: none;
}
body.burst-media .btn-side.disabled:hover,
iframe.burst-media body .btn-side.disabled:hover,
body.burst-media .btn-side[disabled]:hover,
iframe.burst-media body .btn-side[disabled]:hover,
fieldset[disabled] body.burst-media .btn-side:hover,
fieldset[disabled] iframe.burst-media body .btn-side:hover,
body.burst-media .btn-side.disabled:focus,
iframe.burst-media body .btn-side.disabled:focus,
body.burst-media .btn-side[disabled]:focus,
iframe.burst-media body .btn-side[disabled]:focus,
fieldset[disabled] body.burst-media .btn-side:focus,
fieldset[disabled] iframe.burst-media body .btn-side:focus,
body.burst-media .btn-side.disabled.focus,
iframe.burst-media body .btn-side.disabled.focus,
body.burst-media .btn-side[disabled].focus,
iframe.burst-media body .btn-side[disabled].focus,
fieldset[disabled] body.burst-media .btn-side.focus,
fieldset[disabled] iframe.burst-media body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.burst-media .btn-side .badge,
iframe.burst-media body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.burst-media .toggle-filters,
iframe.burst-media body .toggle-filters {
  background: #f8e70d;
}
body.burst-media .btn.btn-side-toggle:hover,
iframe.burst-media body .btn.btn-side-toggle:hover,
body.burst-media .btn.btn-side-toggle.active,
iframe.burst-media body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.burst-media .btn.btn-side-toggle:hover i,
iframe.burst-media body .btn.btn-side-toggle:hover i,
body.burst-media .btn.btn-side-toggle.active i,
iframe.burst-media body .btn.btn-side-toggle.active i {
  border-color: #f8e70d;
  color: #4d4d4d;
}
body.burst-media input.date + button,
iframe.burst-media body input.date + button,
body.burst-media input.date + input[type="button"],
iframe.burst-media body input.date + input[type="button"],
body.burst-media input.date + .btn,
iframe.burst-media body input.date + .btn,
body.burst-media input.date + ul + button,
iframe.burst-media body input.date + ul + button,
body.burst-media input.date + ul + input[type="button"],
iframe.burst-media body input.date + ul + input[type="button"],
body.burst-media input.date + ul + .btn,
iframe.burst-media body input.date + ul + .btn {
  background: transparent !important;
}
body.burst-media #nav,
iframe.burst-media body #nav {
  background: #f8e70d;
  border-bottom-color: #e5d507;
}
body.burst-media #nav .nav-actions li,
iframe.burst-media body #nav .nav-actions li {
  border-left-color: #e5d507;
}
body.burst-media #nav .nav-actions li > a,
iframe.burst-media body #nav .nav-actions li > a {
  color: #4d4d4d;
}
body.burst-media #nav .nav-actions li > a:hover,
iframe.burst-media body #nav .nav-actions li > a:hover,
body.burst-media #nav .nav-actions li > a:active,
iframe.burst-media body #nav .nav-actions li > a:active {
  background: #e5d507;
}
body.burst-media #nav .logo-wrapper .logo,
iframe.burst-media body #nav .logo-wrapper .logo {
  display: none;
}
body.burst-media #nav .logo-wrapper .logo-alt,
iframe.burst-media body #nav .logo-wrapper .logo-alt {
  display: inline;
}
body.burst-media .sidebar-wrapper,
iframe.burst-media body .sidebar-wrapper {
  background-color: #f8e70d;
}
body.burst-media .sidebar-wrapper #sidebar .subnav,
iframe.burst-media body .sidebar-wrapper #sidebar .subnav,
body.burst-media .sidebar-wrapper #sidebar.open .subnav,
iframe.burst-media body .sidebar-wrapper #sidebar.open .subnav,
body.burst-media .sidebar-wrapper #sidebar .subnav:hover,
iframe.burst-media body .sidebar-wrapper #sidebar .subnav:hover,
body.burst-media .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.burst-media body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #e5d507;
}
body.burst-media .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.burst-media body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.burst-media .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.burst-media body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.burst-media .sidebar-wrapper #sidebar .subnav > li > a,
iframe.burst-media body .sidebar-wrapper #sidebar .subnav > li > a,
body.burst-media .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.burst-media body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #4d4d4d;
}
body.burst-media .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.burst-media body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.burst-media .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.burst-media body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #e5d507;
}
body.burst-media .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.burst-media body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.burst-media .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.burst-media body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.burst-media .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.burst-media body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.burst-media .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.burst-media body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.burst-media .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.burst-media body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.burst-media .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.burst-media body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #4d4d4d !important;
}
body.burst-media .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.burst-media body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.burst-media .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.burst-media body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.burst-media .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.burst-media body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.burst-media .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.burst-media body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #ccbe06 !important;
}
body.burst-media .nav-tabs > li > a,
iframe.burst-media body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.burst-media .nav-tabs > li.active a,
iframe.burst-media body .nav-tabs > li.active a,
body.burst-media .nav-tabs > li.active:hover a,
iframe.burst-media body .nav-tabs > li.active:hover a {
  border-top-color: #f8e70d !important;
  color: #4d4d4d;
}
body.burst-media .widgetM > h1,
iframe.burst-media body .widgetM > h1,
body.burst-media .widgetM > h2,
iframe.burst-media body .widgetM > h2,
body.burst-media .widgetM > h3,
iframe.burst-media body .widgetM > h3,
body.burst-media .widgetM > h4,
iframe.burst-media body .widgetM > h4,
body.burst-media .widgetM > h5,
iframe.burst-media body .widgetM > h5,
body.burst-media .widgetM > h6,
iframe.burst-media body .widgetM > h6 {
  border-bottom-color: #f8e70d;
}
body.burst-media mkp-datepicker table button.btn.active,
iframe.burst-media body mkp-datepicker table button.btn.active,
body.burst-media mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.burst-media body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media mkp-datepicker table #datepicker-close,
iframe.burst-media body mkp-datepicker table #datepicker-close,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.burst-media mkp-datepicker table #datepicker-clear,
iframe.burst-media body mkp-datepicker table #datepicker-clear,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.burst-media mkp-datepicker table #datepicker-today,
iframe.burst-media body mkp-datepicker table #datepicker-today,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #4d4d4d;
  color: #f8e70d;
}
body.burst-media mkp-datepicker table #datepicker-close:hover,
iframe.burst-media body mkp-datepicker table #datepicker-close:hover,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.burst-media mkp-datepicker table #datepicker-clear:hover,
iframe.burst-media body mkp-datepicker table #datepicker-clear:hover,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.burst-media mkp-datepicker table #datepicker-today:hover,
iframe.burst-media body mkp-datepicker table #datepicker-today:hover,
body.burst-media mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.burst-media body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .details-container,
iframe.burst-media body .details-container {
  border-color: #f8e70d;
}
body.burst-media .details-container:before,
iframe.burst-media body .details-container:before {
  border-bottom-color: #f8e70d;
}
body.burst-media .detail-header > i,
iframe.burst-media body .detail-header > i {
  color: #4d4d4d;
}
body.burst-media .pagination > li > a,
iframe.burst-media body .pagination > li > a,
body.burst-media .pagination > li > span,
iframe.burst-media body .pagination > li > span {
  color: #4d4d4d;
}
body.burst-media .pagination > li.active > a,
iframe.burst-media body .pagination > li.active > a,
body.burst-media .pagination > li > a:hover,
iframe.burst-media body .pagination > li > a:hover,
body.burst-media .pagination > li.active > a:hover,
iframe.burst-media body .pagination > li.active > a:hover,
body.burst-media .pagination > li > a:focus,
iframe.burst-media body .pagination > li > a:focus,
body.burst-media .pagination > li.active > a:focus,
iframe.burst-media body .pagination > li.active > a:focus {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.burst-media body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.burst-media .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.burst-media body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #FAF5B8 !important;
  border-bottom: 1px solid #f8f2a0 !important;
}
body.burst-media .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.burst-media body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.burst-media .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.burst-media body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.burst-media ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.burst-media body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #f8e70d;
}
body.burst-media ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.burst-media body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #f8e70d;
}
body.burst-media ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.burst-media body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.burst-media ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.burst-media body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .badge,
iframe.burst-media body .badge {
  background: #fff;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.burst-media .message > a,
iframe.burst-media body .message > a {
  color: #4d4d4d;
}
body.burst-media .message > a:hover,
iframe.burst-media body .message > a:hover {
  background: #e5d507;
}
body.burst-media .message ul.dropdown-menu,
iframe.burst-media body .message ul.dropdown-menu {
  border-color: #fff;
}
body.burst-media .message ul.dropdown-menu:before,
iframe.burst-media body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.burst-media .message ul.dropdown-menu li a:hover,
iframe.burst-media body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.burst-media .message ul.dropdown-menu > li > div.message-unread,
iframe.burst-media body .message ul.dropdown-menu > li > div.message-unread {
  background: #FAF5B8;
  color: #4d4d4d;
}
body.burst-media .message ul.dropdown-menu > li > div.message-unread a,
iframe.burst-media body .message ul.dropdown-menu > li > div.message-unread a,
body.burst-media .message ul.dropdown-menu > li > div.message-unread span,
iframe.burst-media body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.burst-media .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.burst-media body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.burst-media .detail .detail-close:hover,
iframe.burst-media body .detail .detail-close:hover {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media i.circled,
iframe.burst-media body i.circled {
  color: #4d4d4d;
}
body.burst-media i.circled:hover,
iframe.burst-media body i.circled:hover,
body.burst-media i.circled.active,
iframe.burst-media body i.circled.active {
  border-color: #4d4d4d;
}
body.burst-media i.circled.alt,
iframe.burst-media body i.circled.alt {
  color: #4d4d4d;
}
body.burst-media i.circled.alt:hover,
iframe.burst-media body i.circled.alt:hover,
body.burst-media i.circled.alt.active,
iframe.burst-media body i.circled.alt.active,
body.burst-media i.circled.alt.active:hover,
iframe.burst-media body i.circled.alt.active:hover {
  border-color: #4d4d4d;
}
body.burst-media .cloud,
iframe.burst-media body .cloud {
  color: #4d4d4d;
}
body.burst-media .cloud.alt,
iframe.burst-media body .cloud.alt {
  background: #ccbe06;
  color: #4d4d4d;
}
body.burst-media ul.pager > li.previous > a,
iframe.burst-media body ul.pager > li.previous > a,
body.burst-media ul.pager > li.next > a,
iframe.burst-media body ul.pager > li.next > a,
body.burst-media ul.pager > li.previous > a:hover,
iframe.burst-media body ul.pager > li.previous > a:hover,
body.burst-media ul.pager > li.next > a:hover,
iframe.burst-media body ul.pager > li.next > a:hover {
  color: #4d4d4d;
}
body.burst-media ul.pager > li.previous.disabled > a,
iframe.burst-media body ul.pager > li.previous.disabled > a,
body.burst-media ul.pager > li.next.disabled > a,
iframe.burst-media body ul.pager > li.next.disabled > a,
body.burst-media ul.pager > li.previous.disabled > a:hover,
iframe.burst-media body ul.pager > li.previous.disabled > a:hover,
body.burst-media ul.pager > li.next.disabled > a:hover,
iframe.burst-media body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.burst-media .login-top,
iframe.burst-media body .login-top,
body.burst-media .login-left,
iframe.burst-media body .login-left {
  background: #f8e70d;
  color: #4d4d4d;
}
body.burst-media .login-top li a,
iframe.burst-media body .login-top li a,
body.burst-media .login-left li a,
iframe.burst-media body .login-left li a {
  color: #4d4d4d;
}
body.burst-media .login-top h3,
iframe.burst-media body .login-top h3,
body.burst-media .login-left h3,
iframe.burst-media body .login-left h3 {
  color: #4d4d4d;
}
body.burst-media .login-left-bottom,
iframe.burst-media body .login-left-bottom,
body.burst-media .login-right-bottom-support,
iframe.burst-media body .login-right-bottom-support {
  color: #4d4d4d;
  background-color: #ccbe06;
}
body.burst-media .login-left-bottom a,
iframe.burst-media body .login-left-bottom a,
body.burst-media .login-right-bottom-support a,
iframe.burst-media body .login-right-bottom-support a {
  color: #4d4d4d;
}
body.burst-media .login-wrapper .form-wrapper .form-footer,
iframe.burst-media body .login-wrapper .form-wrapper .form-footer,
body.burst-media form[name="login"] input[type="text"],
iframe.burst-media body form[name="login"] input[type="text"],
body.burst-media form[name="login"] input[type="password"],
iframe.burst-media body form[name="login"] input[type="password"] {
  border-bottom-color: #f8e70d;
}
body.burst-media.report .side input,
iframe.burst-media body.report .side input,
body.burst-media.report .side textarea,
iframe.burst-media body.report .side textarea,
body.burst-media.report .side select,
iframe.burst-media body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.burst-media.report .side .search-field,
iframe.burst-media body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.burst-media.report .side .side-content .side-opener,
iframe.burst-media body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.burst-media.report .side .side-content ul.download li i,
iframe.burst-media body.report .side .side-content ul.download li i,
body.burst-media.report .side .side-content ul.download li a i,
iframe.burst-media body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.corriere-della-sera,
iframe.corriere-della-sera body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #5d5d5d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.corriere-della-sera h1,
iframe.corriere-della-sera body h1,
body.corriere-della-sera h2,
iframe.corriere-della-sera body h2,
body.corriere-della-sera h3,
iframe.corriere-della-sera body h3,
body.corriere-della-sera h4,
iframe.corriere-della-sera body h4,
body.corriere-della-sera h5,
iframe.corriere-della-sera body h5,
body.corriere-della-sera h6,
iframe.corriere-della-sera body h6 {
  color: #5d5d5d;
}
body.corriere-della-sera a,
iframe.corriere-della-sera body a {
  color: #29abef;
}
body.corriere-della-sera input,
iframe.corriere-della-sera body input,
body.corriere-della-sera textarea,
iframe.corriere-della-sera body textarea,
body.corriere-della-sera select,
iframe.corriere-della-sera body select,
body.corriere-della-sera .input-group-addon,
iframe.corriere-della-sera body .input-group-addon,
body.corriere-della-sera .ie9 input[type="file"],
iframe.corriere-della-sera body .ie9 input[type="file"] {
  color: #5d5d5d;
}
body.corriere-della-sera .side .side-content .input-group-addon,
iframe.corriere-della-sera body .side .side-content .input-group-addon,
body.corriere-della-sera .side .side-content .input-group-addon + input,
iframe.corriere-della-sera body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.corriere-della-sera .btn-default-za,
iframe.corriere-della-sera body .btn-default-za {
  border-color: #29abef;
  color: #5d5d5d;
}
body.corriere-della-sera .btn-default-za:hover:not([disabled]),
iframe.corriere-della-sera body .btn-default-za:hover:not([disabled]) {
  background: #29abef;
  color: #fff;
}
body.corriere-della-sera .btn-default-za:before,
iframe.corriere-della-sera body .btn-default-za:before {
  background: #29abef;
}
body.corriere-della-sera .btn.btn-inverted,
iframe.corriere-della-sera body .btn.btn-inverted {
  background: #29abef;
  color: #fff;
}
body.corriere-della-sera .btn.btn-inverted:hover:not([disabled]),
iframe.corriere-della-sera body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #5d5d5d;
}
body.corriere-della-sera .btn.btn-inverted:hover:not([disabled]):before,
iframe.corriere-della-sera body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.corriere-della-sera .btn-side,
iframe.corriere-della-sera body .btn-side {
  color: #5d5d5d;
  background-color: #DADFE1;
  border-color: #5d5d5d;
  /* bootstrap variant */
}
body.corriere-della-sera .btn-side:focus,
iframe.corriere-della-sera body .btn-side:focus,
body.corriere-della-sera .btn-side.focus,
iframe.corriere-della-sera body .btn-side.focus {
  color: #5d5d5d;
  background-color: #bec7ca;
  border-color: #1d1d1d;
}
body.corriere-della-sera .btn-side:hover,
iframe.corriere-della-sera body .btn-side:hover {
  color: #5d5d5d;
  background-color: #bec7ca;
  border-color: #3e3e3e;
}
body.corriere-della-sera .btn-side:active,
iframe.corriere-della-sera body .btn-side:active,
body.corriere-della-sera .btn-side.active,
iframe.corriere-della-sera body .btn-side.active,
.open > .dropdown-togglebody.corriere-della-sera .btn-side,
.open > .dropdown-toggleiframe.corriere-della-sera body .btn-side {
  color: #5d5d5d;
  background-color: #bec7ca;
  border-color: #3e3e3e;
}
body.corriere-della-sera .btn-side:active:hover,
iframe.corriere-della-sera body .btn-side:active:hover,
body.corriere-della-sera .btn-side.active:hover,
iframe.corriere-della-sera body .btn-side.active:hover,
.open > .dropdown-togglebody.corriere-della-sera .btn-side:hover,
.open > .dropdown-toggleiframe.corriere-della-sera body .btn-side:hover,
body.corriere-della-sera .btn-side:active:focus,
iframe.corriere-della-sera body .btn-side:active:focus,
body.corriere-della-sera .btn-side.active:focus,
iframe.corriere-della-sera body .btn-side.active:focus,
.open > .dropdown-togglebody.corriere-della-sera .btn-side:focus,
.open > .dropdown-toggleiframe.corriere-della-sera body .btn-side:focus,
body.corriere-della-sera .btn-side:active.focus,
iframe.corriere-della-sera body .btn-side:active.focus,
body.corriere-della-sera .btn-side.active.focus,
iframe.corriere-della-sera body .btn-side.active.focus,
.open > .dropdown-togglebody.corriere-della-sera .btn-side.focus,
.open > .dropdown-toggleiframe.corriere-della-sera body .btn-side.focus {
  color: #5d5d5d;
  background-color: #aab6ba;
  border-color: #1d1d1d;
}
body.corriere-della-sera .btn-side:active,
iframe.corriere-della-sera body .btn-side:active,
body.corriere-della-sera .btn-side.active,
iframe.corriere-della-sera body .btn-side.active,
.open > .dropdown-togglebody.corriere-della-sera .btn-side,
.open > .dropdown-toggleiframe.corriere-della-sera body .btn-side {
  background-image: none;
}
body.corriere-della-sera .btn-side.disabled:hover,
iframe.corriere-della-sera body .btn-side.disabled:hover,
body.corriere-della-sera .btn-side[disabled]:hover,
iframe.corriere-della-sera body .btn-side[disabled]:hover,
fieldset[disabled] body.corriere-della-sera .btn-side:hover,
fieldset[disabled] iframe.corriere-della-sera body .btn-side:hover,
body.corriere-della-sera .btn-side.disabled:focus,
iframe.corriere-della-sera body .btn-side.disabled:focus,
body.corriere-della-sera .btn-side[disabled]:focus,
iframe.corriere-della-sera body .btn-side[disabled]:focus,
fieldset[disabled] body.corriere-della-sera .btn-side:focus,
fieldset[disabled] iframe.corriere-della-sera body .btn-side:focus,
body.corriere-della-sera .btn-side.disabled.focus,
iframe.corriere-della-sera body .btn-side.disabled.focus,
body.corriere-della-sera .btn-side[disabled].focus,
iframe.corriere-della-sera body .btn-side[disabled].focus,
fieldset[disabled] body.corriere-della-sera .btn-side.focus,
fieldset[disabled] iframe.corriere-della-sera body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #5d5d5d;
}
body.corriere-della-sera .btn-side .badge,
iframe.corriere-della-sera body .btn-side .badge {
  color: #DADFE1;
  background-color: #5d5d5d;
}
body.corriere-della-sera .toggle-filters,
iframe.corriere-della-sera body .toggle-filters {
  background: #29abef;
}
body.corriere-della-sera .btn.btn-side-toggle:hover,
iframe.corriere-della-sera body .btn.btn-side-toggle:hover,
body.corriere-della-sera .btn.btn-side-toggle.active,
iframe.corriere-della-sera body .btn.btn-side-toggle.active {
  background: transparent;
  color: #5d5d5d;
}
body.corriere-della-sera .btn.btn-side-toggle:hover i,
iframe.corriere-della-sera body .btn.btn-side-toggle:hover i,
body.corriere-della-sera .btn.btn-side-toggle.active i,
iframe.corriere-della-sera body .btn.btn-side-toggle.active i {
  border-color: #29abef;
  color: #5d5d5d;
}
body.corriere-della-sera input.date + button,
iframe.corriere-della-sera body input.date + button,
body.corriere-della-sera input.date + input[type="button"],
iframe.corriere-della-sera body input.date + input[type="button"],
body.corriere-della-sera input.date + .btn,
iframe.corriere-della-sera body input.date + .btn,
body.corriere-della-sera input.date + ul + button,
iframe.corriere-della-sera body input.date + ul + button,
body.corriere-della-sera input.date + ul + input[type="button"],
iframe.corriere-della-sera body input.date + ul + input[type="button"],
body.corriere-della-sera input.date + ul + .btn,
iframe.corriere-della-sera body input.date + ul + .btn {
  background: transparent !important;
}
body.corriere-della-sera #nav,
iframe.corriere-della-sera body #nav {
  background: #fff;
  border-bottom-color: #f2f2f2;
}
body.corriere-della-sera #nav .nav-actions li,
iframe.corriere-della-sera body #nav .nav-actions li {
  border-left-color: #f2f2f2;
}
body.corriere-della-sera #nav .nav-actions li > a,
iframe.corriere-della-sera body #nav .nav-actions li > a {
  color: #29abef;
}
body.corriere-della-sera #nav .nav-actions li > a:hover,
iframe.corriere-della-sera body #nav .nav-actions li > a:hover,
body.corriere-della-sera #nav .nav-actions li > a:active,
iframe.corriere-della-sera body #nav .nav-actions li > a:active {
  background: #f2f2f2;
}
body.corriere-della-sera #nav .logo-wrapper .logo,
iframe.corriere-della-sera body #nav .logo-wrapper .logo {
  display: none;
}
body.corriere-della-sera #nav .logo-wrapper .logo-alt,
iframe.corriere-della-sera body #nav .logo-wrapper .logo-alt {
  display: inline;
}
body.corriere-della-sera .sidebar-wrapper,
iframe.corriere-della-sera body .sidebar-wrapper {
  background-color: #fff;
}
body.corriere-della-sera .sidebar-wrapper #sidebar .subnav,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar .subnav,
body.corriere-della-sera .sidebar-wrapper #sidebar.open .subnav,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open .subnav,
body.corriere-della-sera .sidebar-wrapper #sidebar .subnav:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar .subnav:hover,
body.corriere-della-sera .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #f2f2f2;
}
body.corriere-della-sera .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.corriere-della-sera .sidebar-wrapper #sidebar .subnav > li > a,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar .subnav > li > a,
body.corriere-della-sera .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #5d5d5d;
}
body.corriere-della-sera .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #f2f2f2;
}
body.corriere-della-sera .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.corriere-della-sera .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.corriere-della-sera .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #29abef !important;
}
body.corriere-della-sera .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.corriere-della-sera .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.corriere-della-sera .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.corriere-della-sera body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #e6e6e6 !important;
}
body.corriere-della-sera .nav-tabs > li > a,
iframe.corriere-della-sera body .nav-tabs > li > a {
  color: #5d5d5d;
}
body.corriere-della-sera .nav-tabs > li.active a,
iframe.corriere-della-sera body .nav-tabs > li.active a,
body.corriere-della-sera .nav-tabs > li.active:hover a,
iframe.corriere-della-sera body .nav-tabs > li.active:hover a {
  border-top-color: #fff !important;
  color: #29abef;
}
body.corriere-della-sera .widgetM > h1,
iframe.corriere-della-sera body .widgetM > h1,
body.corriere-della-sera .widgetM > h2,
iframe.corriere-della-sera body .widgetM > h2,
body.corriere-della-sera .widgetM > h3,
iframe.corriere-della-sera body .widgetM > h3,
body.corriere-della-sera .widgetM > h4,
iframe.corriere-della-sera body .widgetM > h4,
body.corriere-della-sera .widgetM > h5,
iframe.corriere-della-sera body .widgetM > h5,
body.corriere-della-sera .widgetM > h6,
iframe.corriere-della-sera body .widgetM > h6 {
  border-bottom-color: #29abef;
}
body.corriere-della-sera mkp-datepicker table button.btn.active,
iframe.corriere-della-sera body mkp-datepicker table button.btn.active,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #29abef;
  color: #fff;
}
body.corriere-della-sera mkp-datepicker table #datepicker-close,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-close,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.corriere-della-sera mkp-datepicker table #datepicker-clear,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-clear,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.corriere-della-sera mkp-datepicker table #datepicker-today,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-today,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #29abef;
}
body.corriere-della-sera mkp-datepicker table #datepicker-close:hover,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-close:hover,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.corriere-della-sera mkp-datepicker table #datepicker-clear:hover,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-clear:hover,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.corriere-della-sera mkp-datepicker table #datepicker-today:hover,
iframe.corriere-della-sera body mkp-datepicker table #datepicker-today:hover,
body.corriere-della-sera mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.corriere-della-sera body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #29abef;
  color: #fff;
}
body.corriere-della-sera .details-container,
iframe.corriere-della-sera body .details-container {
  border-color: #fff;
}
body.corriere-della-sera .details-container:before,
iframe.corriere-della-sera body .details-container:before {
  border-bottom-color: #fff;
}
body.corriere-della-sera .detail-header > i,
iframe.corriere-della-sera body .detail-header > i {
  color: #5d5d5d;
}
body.corriere-della-sera .pagination > li > a,
iframe.corriere-della-sera body .pagination > li > a,
body.corriere-della-sera .pagination > li > span,
iframe.corriere-della-sera body .pagination > li > span {
  color: #5d5d5d;
}
body.corriere-della-sera .pagination > li.active > a,
iframe.corriere-della-sera body .pagination > li.active > a,
body.corriere-della-sera .pagination > li > a:hover,
iframe.corriere-della-sera body .pagination > li > a:hover,
body.corriere-della-sera .pagination > li.active > a:hover,
iframe.corriere-della-sera body .pagination > li.active > a:hover,
body.corriere-della-sera .pagination > li > a:focus,
iframe.corriere-della-sera body .pagination > li > a:focus,
body.corriere-della-sera .pagination > li.active > a:focus,
iframe.corriere-della-sera body .pagination > li.active > a:focus {
  background: #fff;
  color: #d0d0d0;
}
body.corriere-della-sera .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.corriere-della-sera body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.corriere-della-sera .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.corriere-della-sera body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #E7F0F5 !important;
  border-bottom: 1px solid #d5e5ee !important;
}
body.corriere-della-sera .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.corriere-della-sera body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.corriere-della-sera .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.corriere-della-sera body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #5d5d5d !important;
}
body.corriere-della-sera ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.corriere-della-sera body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #fff;
}
body.corriere-della-sera ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.corriere-della-sera body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #fff;
}
body.corriere-della-sera ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.corriere-della-sera body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #5d5d5d;
}
body.corriere-della-sera ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.corriere-della-sera body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #fff;
  color: #fff;
}
body.corriere-della-sera .badge,
iframe.corriere-della-sera body .badge {
  background: #29abef;
  border-color: #29abef;
  color: #fff;
}
body.corriere-della-sera .message > a,
iframe.corriere-della-sera body .message > a {
  color: #5d5d5d;
}
body.corriere-della-sera .message > a:hover,
iframe.corriere-della-sera body .message > a:hover {
  background: #f2f2f2;
}
body.corriere-della-sera .message ul.dropdown-menu,
iframe.corriere-della-sera body .message ul.dropdown-menu {
  border-color: #fff;
}
body.corriere-della-sera .message ul.dropdown-menu:before,
iframe.corriere-della-sera body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.corriere-della-sera .message ul.dropdown-menu li a:hover,
iframe.corriere-della-sera body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #5d5d5d;
}
body.corriere-della-sera .message ul.dropdown-menu > li > div.message-unread,
iframe.corriere-della-sera body .message ul.dropdown-menu > li > div.message-unread {
  background: #E7F0F5;
  color: #5d5d5d;
}
body.corriere-della-sera .message ul.dropdown-menu > li > div.message-unread a,
iframe.corriere-della-sera body .message ul.dropdown-menu > li > div.message-unread a,
body.corriere-della-sera .message ul.dropdown-menu > li > div.message-unread span,
iframe.corriere-della-sera body .message ul.dropdown-menu > li > div.message-unread span {
  color: #5d5d5d;
}
body.corriere-della-sera .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.corriere-della-sera body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #fff;
}
body.corriere-della-sera .detail .detail-close:hover,
iframe.corriere-della-sera body .detail .detail-close:hover {
  background: #29abef;
  color: #fff;
}
body.corriere-della-sera i.circled,
iframe.corriere-della-sera body i.circled {
  color: #29abef;
}
body.corriere-della-sera i.circled:hover,
iframe.corriere-della-sera body i.circled:hover,
body.corriere-della-sera i.circled.active,
iframe.corriere-della-sera body i.circled.active {
  border-color: #29abef;
}
body.corriere-della-sera i.circled.alt,
iframe.corriere-della-sera body i.circled.alt {
  color: #fff;
}
body.corriere-della-sera i.circled.alt:hover,
iframe.corriere-della-sera body i.circled.alt:hover,
body.corriere-della-sera i.circled.alt.active,
iframe.corriere-della-sera body i.circled.alt.active,
body.corriere-della-sera i.circled.alt.active:hover,
iframe.corriere-della-sera body i.circled.alt.active:hover {
  border-color: #fff;
}
body.corriere-della-sera .cloud,
iframe.corriere-della-sera body .cloud {
  color: #5d5d5d;
}
body.corriere-della-sera .cloud.alt,
iframe.corriere-della-sera body .cloud.alt {
  background: #e6e6e6;
  color: #fff;
}
body.corriere-della-sera ul.pager > li.previous > a,
iframe.corriere-della-sera body ul.pager > li.previous > a,
body.corriere-della-sera ul.pager > li.next > a,
iframe.corriere-della-sera body ul.pager > li.next > a,
body.corriere-della-sera ul.pager > li.previous > a:hover,
iframe.corriere-della-sera body ul.pager > li.previous > a:hover,
body.corriere-della-sera ul.pager > li.next > a:hover,
iframe.corriere-della-sera body ul.pager > li.next > a:hover {
  color: #fff;
}
body.corriere-della-sera ul.pager > li.previous.disabled > a,
iframe.corriere-della-sera body ul.pager > li.previous.disabled > a,
body.corriere-della-sera ul.pager > li.next.disabled > a,
iframe.corriere-della-sera body ul.pager > li.next.disabled > a,
body.corriere-della-sera ul.pager > li.previous.disabled > a:hover,
iframe.corriere-della-sera body ul.pager > li.previous.disabled > a:hover,
body.corriere-della-sera ul.pager > li.next.disabled > a:hover,
iframe.corriere-della-sera body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.corriere-della-sera .login-top,
iframe.corriere-della-sera body .login-top,
body.corriere-della-sera .login-left,
iframe.corriere-della-sera body .login-left {
  background: #fff;
  color: #5d5d5d;
}
body.corriere-della-sera .login-top li a,
iframe.corriere-della-sera body .login-top li a,
body.corriere-della-sera .login-left li a,
iframe.corriere-della-sera body .login-left li a {
  color: #5d5d5d;
}
body.corriere-della-sera .login-top h3,
iframe.corriere-della-sera body .login-top h3,
body.corriere-della-sera .login-left h3,
iframe.corriere-della-sera body .login-left h3 {
  color: #5d5d5d;
}
body.corriere-della-sera .login-left-bottom,
iframe.corriere-della-sera body .login-left-bottom,
body.corriere-della-sera .login-right-bottom-support,
iframe.corriere-della-sera body .login-right-bottom-support {
  color: #5d5d5d;
  background-color: #e6e6e6;
}
body.corriere-della-sera .login-left-bottom a,
iframe.corriere-della-sera body .login-left-bottom a,
body.corriere-della-sera .login-right-bottom-support a,
iframe.corriere-della-sera body .login-right-bottom-support a {
  color: #5d5d5d;
}
body.corriere-della-sera .login-wrapper .form-wrapper .form-footer,
iframe.corriere-della-sera body .login-wrapper .form-wrapper .form-footer,
body.corriere-della-sera form[name="login"] input[type="text"],
iframe.corriere-della-sera body form[name="login"] input[type="text"],
body.corriere-della-sera form[name="login"] input[type="password"],
iframe.corriere-della-sera body form[name="login"] input[type="password"] {
  border-bottom-color: #fff;
}
body.corriere-della-sera.report .side input,
iframe.corriere-della-sera body.report .side input,
body.corriere-della-sera.report .side textarea,
iframe.corriere-della-sera body.report .side textarea,
body.corriere-della-sera.report .side select,
iframe.corriere-della-sera body.report .side select {
  border-color: #5d5d5d;
  color: #5d5d5d;
}
body.corriere-della-sera.report .side .search-field,
iframe.corriere-della-sera body.report .side .search-field {
  border-bottom-color: #5d5d5d;
  color: #5d5d5d;
}
body.corriere-della-sera.report .side .side-content .side-opener,
iframe.corriere-della-sera body.report .side .side-content .side-opener {
  color: #5d5d5d;
}
body.corriere-della-sera.report .side .side-content ul.download li i,
iframe.corriere-della-sera body.report .side .side-content ul.download li i,
body.corriere-della-sera.report .side .side-content ul.download li a i,
iframe.corriere-della-sera body.report .side .side-content ul.download li a i {
  color: #5d5d5d;
}
body.dark,
iframe.dark body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #1c1d22;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.dark .publisher-name,
iframe.dark body .publisher-name {
  color: #fff !important;
}
body.dark .publisher-name:hover,
iframe.dark body .publisher-name:hover {
  text-decoration: underline;
}
body.dark h1,
iframe.dark body h1,
body.dark h2,
iframe.dark body h2,
body.dark h3,
iframe.dark body h3,
body.dark h4,
iframe.dark body h4,
body.dark h5,
iframe.dark body h5,
body.dark h6,
iframe.dark body h6 {
  color: #1c1d22;
}
body.dark a,
iframe.dark body a {
  color: #1c1d22;
}
body.dark input,
iframe.dark body input,
body.dark textarea,
iframe.dark body textarea,
body.dark select,
iframe.dark body select,
body.dark .input-group-addon,
iframe.dark body .input-group-addon,
body.dark .ie9 input[type="file"],
iframe.dark body .ie9 input[type="file"] {
  color: #1c1d22;
}
body.dark .side .side-content .input-group-addon,
iframe.dark body .side .side-content .input-group-addon,
body.dark .side .side-content .input-group-addon + input,
iframe.dark body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
body.dark .btn-default-za,
iframe.dark body .btn-default-za {
  border-color: #1c1d22;
  color: #1c1d22;
}
body.dark .btn-default-za:hover:not([disabled]),
iframe.dark body .btn-default-za:hover:not([disabled]) {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark .btn-default-za:before,
iframe.dark body .btn-default-za:before {
  background: #1c1d22;
}
body.dark .btn.btn-inverted,
iframe.dark body .btn.btn-inverted {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark .btn.btn-inverted:hover:not([disabled]),
iframe.dark body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #1c1d22;
}
body.dark .btn.btn-inverted:hover:not([disabled]):before,
iframe.dark body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.dark .btn-side,
iframe.dark body .btn-side {
  color: #1c1d22;
  background-color: #DADFE1;
  border-color: #1c1d22;
  /* bootstrap variant */
}
body.dark .btn-side:focus,
iframe.dark body .btn-side:focus,
body.dark .btn-side.focus,
iframe.dark body .btn-side.focus {
  color: #1c1d22;
  background-color: #bec7ca;
  border-color: #000000;
}
body.dark .btn-side:hover,
iframe.dark body .btn-side:hover {
  color: #1c1d22;
  background-color: #bec7ca;
  border-color: #000000;
}
body.dark .btn-side:active,
iframe.dark body .btn-side:active,
body.dark .btn-side.active,
iframe.dark body .btn-side.active,
.open > .dropdown-togglebody.dark .btn-side,
.open > .dropdown-toggleiframe.dark body .btn-side {
  color: #1c1d22;
  background-color: #bec7ca;
  border-color: #000000;
}
body.dark .btn-side:active:hover,
iframe.dark body .btn-side:active:hover,
body.dark .btn-side.active:hover,
iframe.dark body .btn-side.active:hover,
.open > .dropdown-togglebody.dark .btn-side:hover,
.open > .dropdown-toggleiframe.dark body .btn-side:hover,
body.dark .btn-side:active:focus,
iframe.dark body .btn-side:active:focus,
body.dark .btn-side.active:focus,
iframe.dark body .btn-side.active:focus,
.open > .dropdown-togglebody.dark .btn-side:focus,
.open > .dropdown-toggleiframe.dark body .btn-side:focus,
body.dark .btn-side:active.focus,
iframe.dark body .btn-side:active.focus,
body.dark .btn-side.active.focus,
iframe.dark body .btn-side.active.focus,
.open > .dropdown-togglebody.dark .btn-side.focus,
.open > .dropdown-toggleiframe.dark body .btn-side.focus {
  color: #1c1d22;
  background-color: #aab6ba;
  border-color: #000000;
}
body.dark .btn-side:active,
iframe.dark body .btn-side:active,
body.dark .btn-side.active,
iframe.dark body .btn-side.active,
.open > .dropdown-togglebody.dark .btn-side,
.open > .dropdown-toggleiframe.dark body .btn-side {
  background-image: none;
}
body.dark .btn-side.disabled:hover,
iframe.dark body .btn-side.disabled:hover,
body.dark .btn-side[disabled]:hover,
iframe.dark body .btn-side[disabled]:hover,
fieldset[disabled] body.dark .btn-side:hover,
fieldset[disabled] iframe.dark body .btn-side:hover,
body.dark .btn-side.disabled:focus,
iframe.dark body .btn-side.disabled:focus,
body.dark .btn-side[disabled]:focus,
iframe.dark body .btn-side[disabled]:focus,
fieldset[disabled] body.dark .btn-side:focus,
fieldset[disabled] iframe.dark body .btn-side:focus,
body.dark .btn-side.disabled.focus,
iframe.dark body .btn-side.disabled.focus,
body.dark .btn-side[disabled].focus,
iframe.dark body .btn-side[disabled].focus,
fieldset[disabled] body.dark .btn-side.focus,
fieldset[disabled] iframe.dark body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #1c1d22;
}
body.dark .btn-side .badge,
iframe.dark body .btn-side .badge {
  color: #DADFE1;
  background-color: #1c1d22;
}
body.dark .toggle-filters,
iframe.dark body .toggle-filters {
  background: #1c1d22;
}
body.dark .btn.btn-side-toggle:hover,
iframe.dark body .btn.btn-side-toggle:hover,
body.dark .btn.btn-side-toggle.active,
iframe.dark body .btn.btn-side-toggle.active {
  background: transparent;
  color: #1c1d22;
}
body.dark .btn.btn-side-toggle:hover i,
iframe.dark body .btn.btn-side-toggle:hover i,
body.dark .btn.btn-side-toggle.active i,
iframe.dark body .btn.btn-side-toggle.active i {
  border-color: #1c1d22;
  color: #1c1d22;
}
body.dark input.date + button,
iframe.dark body input.date + button,
body.dark input.date + input[type="button"],
iframe.dark body input.date + input[type="button"],
body.dark input.date + .btn,
iframe.dark body input.date + .btn,
body.dark input.date + ul + button,
iframe.dark body input.date + ul + button,
body.dark input.date + ul + input[type="button"],
iframe.dark body input.date + ul + input[type="button"],
body.dark input.date + ul + .btn,
iframe.dark body input.date + ul + .btn {
  background: transparent !important;
}
body.dark #nav,
iframe.dark body #nav {
  background: #1c1d22;
  border-bottom-color: #101114;
}
body.dark #nav .nav-actions li,
iframe.dark body #nav .nav-actions li {
  border-left-color: #101114;
}
body.dark #nav .nav-actions li > a,
iframe.dark body #nav .nav-actions li > a {
  color: #f5f5f5;
}
body.dark #nav .nav-actions li > a:hover,
iframe.dark body #nav .nav-actions li > a:hover,
body.dark #nav .nav-actions li > a:active,
iframe.dark body #nav .nav-actions li > a:active {
  background: #101114;
}
body.dark #nav .logo-wrapper .logo,
iframe.dark body #nav .logo-wrapper .logo {
  display: inline;
}
body.dark #nav .logo-wrapper .logo-alt,
iframe.dark body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.dark .sidebar-wrapper,
iframe.dark body .sidebar-wrapper {
  background-color: #1c1d22;
}
body.dark .sidebar-wrapper #sidebar .subnav,
iframe.dark body .sidebar-wrapper #sidebar .subnav,
body.dark .sidebar-wrapper #sidebar.open .subnav,
iframe.dark body .sidebar-wrapper #sidebar.open .subnav,
body.dark .sidebar-wrapper #sidebar .subnav:hover,
iframe.dark body .sidebar-wrapper #sidebar .subnav:hover,
body.dark .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.dark body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #101114;
}
body.dark .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.dark body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.dark .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.dark body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.dark .sidebar-wrapper #sidebar .subnav > li > a,
iframe.dark body .sidebar-wrapper #sidebar .subnav > li > a,
body.dark .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.dark body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #f5f5f5;
}
body.dark .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.dark body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.dark .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.dark body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #101114;
}
body.dark .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.dark body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.dark .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.dark body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.dark .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.dark body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.dark .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.dark body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.dark .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.dark body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.dark .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.dark body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #1c1d22 !important;
}
body.dark .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.dark body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.dark .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.dark body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.dark .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.dark body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.dark .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.dark body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #050506 !important;
}
body.dark .nav-tabs > li > a,
iframe.dark body .nav-tabs > li > a {
  color: #1c1d22;
}
body.dark .nav-tabs > li.active a,
iframe.dark body .nav-tabs > li.active a,
body.dark .nav-tabs > li.active:hover a,
iframe.dark body .nav-tabs > li.active:hover a {
  border-top-color: #1c1d22 !important;
  color: #1c1d22;
}
body.dark .widgetM > h1,
iframe.dark body .widgetM > h1,
body.dark .widgetM > h2,
iframe.dark body .widgetM > h2,
body.dark .widgetM > h3,
iframe.dark body .widgetM > h3,
body.dark .widgetM > h4,
iframe.dark body .widgetM > h4,
body.dark .widgetM > h5,
iframe.dark body .widgetM > h5,
body.dark .widgetM > h6,
iframe.dark body .widgetM > h6 {
  border-bottom-color: #1c1d22;
}
body.dark mkp-datepicker table button.btn.active,
iframe.dark body mkp-datepicker table button.btn.active,
body.dark mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.dark body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark mkp-datepicker table #datepicker-close,
iframe.dark body mkp-datepicker table #datepicker-close,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.dark mkp-datepicker table #datepicker-clear,
iframe.dark body mkp-datepicker table #datepicker-clear,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.dark mkp-datepicker table #datepicker-today,
iframe.dark body mkp-datepicker table #datepicker-today,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #f5f5f5;
  color: #1c1d22;
}
body.dark mkp-datepicker table #datepicker-close:hover,
iframe.dark body mkp-datepicker table #datepicker-close:hover,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.dark mkp-datepicker table #datepicker-clear:hover,
iframe.dark body mkp-datepicker table #datepicker-clear:hover,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.dark mkp-datepicker table #datepicker-today:hover,
iframe.dark body mkp-datepicker table #datepicker-today:hover,
body.dark mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.dark body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark .details-container,
iframe.dark body .details-container {
  border-color: #1c1d22;
}
body.dark .details-container:before,
iframe.dark body .details-container:before {
  border-bottom-color: #1c1d22;
}
body.dark .detail-header > i,
iframe.dark body .detail-header > i {
  color: #1c1d22;
}
body.dark .pagination > li > a,
iframe.dark body .pagination > li > a,
body.dark .pagination > li > span,
iframe.dark body .pagination > li > span {
  color: #1c1d22;
}
body.dark .pagination > li.active > a,
iframe.dark body .pagination > li.active > a,
body.dark .pagination > li > a:hover,
iframe.dark body .pagination > li > a:hover,
body.dark .pagination > li.active > a:hover,
iframe.dark body .pagination > li.active > a:hover,
body.dark .pagination > li > a:focus,
iframe.dark body .pagination > li > a:focus,
body.dark .pagination > li.active > a:focus,
iframe.dark body .pagination > li.active > a:focus {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.dark body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.dark .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.dark body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
body.dark .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.dark body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.dark .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.dark body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #1c1d22 !important;
}
body.dark ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.dark body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #1c1d22;
}
body.dark ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.dark body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #1c1d22;
}
body.dark ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.dark body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #1c1d22;
}
body.dark ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.dark body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark .badge,
iframe.dark body .badge {
  background: #f5f5f5;
  border-color: #1c1d22;
  color: #1c1d22;
}
body.dark .message > a,
iframe.dark body .message > a {
  color: #1c1d22;
}
body.dark .message > a:hover,
iframe.dark body .message > a:hover {
  background: #101114;
}
body.dark .message ul.dropdown-menu,
iframe.dark body .message ul.dropdown-menu {
  border-color: #fff;
}
body.dark .message ul.dropdown-menu:before,
iframe.dark body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.dark .message ul.dropdown-menu li a:hover,
iframe.dark body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #1c1d22;
}
body.dark .message ul.dropdown-menu > li > div.message-unread,
iframe.dark body .message ul.dropdown-menu > li > div.message-unread {
  background: #f5f5f5;
  color: #1c1d22;
}
body.dark .message ul.dropdown-menu > li > div.message-unread a,
iframe.dark body .message ul.dropdown-menu > li > div.message-unread a,
body.dark .message ul.dropdown-menu > li > div.message-unread span,
iframe.dark body .message ul.dropdown-menu > li > div.message-unread span {
  color: #1c1d22;
}
body.dark .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.dark body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.dark .detail .detail-close:hover,
iframe.dark body .detail .detail-close:hover {
  background: #1c1d22;
  color: #f5f5f5;
}
body.dark i.circled,
iframe.dark body i.circled {
  color: #1c1d22;
}
body.dark i.circled:hover,
iframe.dark body i.circled:hover,
body.dark i.circled.active,
iframe.dark body i.circled.active {
  border-color: #1c1d22;
}
body.dark i.circled.alt,
iframe.dark body i.circled.alt {
  color: #f5f5f5;
}
body.dark i.circled.alt:hover,
iframe.dark body i.circled.alt:hover,
body.dark i.circled.alt.active,
iframe.dark body i.circled.alt.active,
body.dark i.circled.alt.active:hover,
iframe.dark body i.circled.alt.active:hover {
  border-color: #f5f5f5;
}
body.dark .cloud,
iframe.dark body .cloud {
  color: #1c1d22;
}
body.dark .cloud.alt,
iframe.dark body .cloud.alt {
  background: #050506;
  color: #f5f5f5;
}
body.dark ul.pager > li.previous > a,
iframe.dark body ul.pager > li.previous > a,
body.dark ul.pager > li.next > a,
iframe.dark body ul.pager > li.next > a,
body.dark ul.pager > li.previous > a:hover,
iframe.dark body ul.pager > li.previous > a:hover,
body.dark ul.pager > li.next > a:hover,
iframe.dark body ul.pager > li.next > a:hover {
  color: #f5f5f5;
}
body.dark ul.pager > li.previous.disabled > a,
iframe.dark body ul.pager > li.previous.disabled > a,
body.dark ul.pager > li.next.disabled > a,
iframe.dark body ul.pager > li.next.disabled > a,
body.dark ul.pager > li.previous.disabled > a:hover,
iframe.dark body ul.pager > li.previous.disabled > a:hover,
body.dark ul.pager > li.next.disabled > a:hover,
iframe.dark body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.dark .login-top,
iframe.dark body .login-top,
body.dark .login-left,
iframe.dark body .login-left {
  background: #1c1d22;
  color: #1c1d22;
}
body.dark .login-top li a,
iframe.dark body .login-top li a,
body.dark .login-left li a,
iframe.dark body .login-left li a {
  color: #1c1d22;
}
body.dark .login-top h3,
iframe.dark body .login-top h3,
body.dark .login-left h3,
iframe.dark body .login-left h3 {
  color: #1c1d22;
}
body.dark .login-left-bottom,
iframe.dark body .login-left-bottom,
body.dark .login-right-bottom-support,
iframe.dark body .login-right-bottom-support {
  color: #1c1d22;
  background-color: #050506;
}
body.dark .login-left-bottom a,
iframe.dark body .login-left-bottom a,
body.dark .login-right-bottom-support a,
iframe.dark body .login-right-bottom-support a {
  color: #1c1d22;
}
body.dark .login-wrapper .form-wrapper .form-footer,
iframe.dark body .login-wrapper .form-wrapper .form-footer,
body.dark form[name="login"] input[type="text"],
iframe.dark body form[name="login"] input[type="text"],
body.dark form[name="login"] input[type="password"],
iframe.dark body form[name="login"] input[type="password"] {
  border-bottom-color: #1c1d22;
}
body.dark.report .side input,
iframe.dark body.report .side input,
body.dark.report .side textarea,
iframe.dark body.report .side textarea,
body.dark.report .side select,
iframe.dark body.report .side select {
  border-color: #1c1d22;
  color: #1c1d22;
}
body.dark.report .side .search-field,
iframe.dark body.report .side .search-field {
  border-bottom-color: #1c1d22;
  color: #1c1d22;
}
body.dark.report .side .side-content .side-opener,
iframe.dark body.report .side .side-content .side-opener {
  color: #1c1d22;
}
body.dark.report .side .side-content ul.download li i,
iframe.dark body.report .side .side-content ul.download li i,
body.dark.report .side .side-content ul.download li a i,
iframe.dark body.report .side .side-content ul.download li a i {
  color: #1c1d22;
}
body.il-fatto-quotidiano,
iframe.il-fatto-quotidiano body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.il-fatto-quotidiano h1,
iframe.il-fatto-quotidiano body h1,
body.il-fatto-quotidiano h2,
iframe.il-fatto-quotidiano body h2,
body.il-fatto-quotidiano h3,
iframe.il-fatto-quotidiano body h3,
body.il-fatto-quotidiano h4,
iframe.il-fatto-quotidiano body h4,
body.il-fatto-quotidiano h5,
iframe.il-fatto-quotidiano body h5,
body.il-fatto-quotidiano h6,
iframe.il-fatto-quotidiano body h6 {
  color: #4d4d4d;
}
body.il-fatto-quotidiano a,
iframe.il-fatto-quotidiano body a {
  color: #cf231e;
}
body.il-fatto-quotidiano input,
iframe.il-fatto-quotidiano body input,
body.il-fatto-quotidiano textarea,
iframe.il-fatto-quotidiano body textarea,
body.il-fatto-quotidiano select,
iframe.il-fatto-quotidiano body select,
body.il-fatto-quotidiano .input-group-addon,
iframe.il-fatto-quotidiano body .input-group-addon,
body.il-fatto-quotidiano .ie9 input[type="file"],
iframe.il-fatto-quotidiano body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .side .side-content .input-group-addon,
iframe.il-fatto-quotidiano body .side .side-content .input-group-addon,
body.il-fatto-quotidiano .side .side-content .input-group-addon + input,
iframe.il-fatto-quotidiano body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.il-fatto-quotidiano .btn-default-za,
iframe.il-fatto-quotidiano body .btn-default-za {
  border-color: #cf231e;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .btn-default-za:hover:not([disabled]),
iframe.il-fatto-quotidiano body .btn-default-za:hover:not([disabled]) {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .btn-default-za:before,
iframe.il-fatto-quotidiano body .btn-default-za:before {
  background: #cf231e;
}
body.il-fatto-quotidiano .btn.btn-inverted,
iframe.il-fatto-quotidiano body .btn.btn-inverted {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .btn.btn-inverted:hover:not([disabled]),
iframe.il-fatto-quotidiano body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .btn.btn-inverted:hover:not([disabled]):before,
iframe.il-fatto-quotidiano body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.il-fatto-quotidiano .btn-side,
iframe.il-fatto-quotidiano body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.il-fatto-quotidiano .btn-side:focus,
iframe.il-fatto-quotidiano body .btn-side:focus,
body.il-fatto-quotidiano .btn-side.focus,
iframe.il-fatto-quotidiano body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.il-fatto-quotidiano .btn-side:hover,
iframe.il-fatto-quotidiano body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-fatto-quotidiano .btn-side:active,
iframe.il-fatto-quotidiano body .btn-side:active,
body.il-fatto-quotidiano .btn-side.active,
iframe.il-fatto-quotidiano body .btn-side.active,
.open > .dropdown-togglebody.il-fatto-quotidiano .btn-side,
.open > .dropdown-toggleiframe.il-fatto-quotidiano body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-fatto-quotidiano .btn-side:active:hover,
iframe.il-fatto-quotidiano body .btn-side:active:hover,
body.il-fatto-quotidiano .btn-side.active:hover,
iframe.il-fatto-quotidiano body .btn-side.active:hover,
.open > .dropdown-togglebody.il-fatto-quotidiano .btn-side:hover,
.open > .dropdown-toggleiframe.il-fatto-quotidiano body .btn-side:hover,
body.il-fatto-quotidiano .btn-side:active:focus,
iframe.il-fatto-quotidiano body .btn-side:active:focus,
body.il-fatto-quotidiano .btn-side.active:focus,
iframe.il-fatto-quotidiano body .btn-side.active:focus,
.open > .dropdown-togglebody.il-fatto-quotidiano .btn-side:focus,
.open > .dropdown-toggleiframe.il-fatto-quotidiano body .btn-side:focus,
body.il-fatto-quotidiano .btn-side:active.focus,
iframe.il-fatto-quotidiano body .btn-side:active.focus,
body.il-fatto-quotidiano .btn-side.active.focus,
iframe.il-fatto-quotidiano body .btn-side.active.focus,
.open > .dropdown-togglebody.il-fatto-quotidiano .btn-side.focus,
.open > .dropdown-toggleiframe.il-fatto-quotidiano body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.il-fatto-quotidiano .btn-side:active,
iframe.il-fatto-quotidiano body .btn-side:active,
body.il-fatto-quotidiano .btn-side.active,
iframe.il-fatto-quotidiano body .btn-side.active,
.open > .dropdown-togglebody.il-fatto-quotidiano .btn-side,
.open > .dropdown-toggleiframe.il-fatto-quotidiano body .btn-side {
  background-image: none;
}
body.il-fatto-quotidiano .btn-side.disabled:hover,
iframe.il-fatto-quotidiano body .btn-side.disabled:hover,
body.il-fatto-quotidiano .btn-side[disabled]:hover,
iframe.il-fatto-quotidiano body .btn-side[disabled]:hover,
fieldset[disabled] body.il-fatto-quotidiano .btn-side:hover,
fieldset[disabled] iframe.il-fatto-quotidiano body .btn-side:hover,
body.il-fatto-quotidiano .btn-side.disabled:focus,
iframe.il-fatto-quotidiano body .btn-side.disabled:focus,
body.il-fatto-quotidiano .btn-side[disabled]:focus,
iframe.il-fatto-quotidiano body .btn-side[disabled]:focus,
fieldset[disabled] body.il-fatto-quotidiano .btn-side:focus,
fieldset[disabled] iframe.il-fatto-quotidiano body .btn-side:focus,
body.il-fatto-quotidiano .btn-side.disabled.focus,
iframe.il-fatto-quotidiano body .btn-side.disabled.focus,
body.il-fatto-quotidiano .btn-side[disabled].focus,
iframe.il-fatto-quotidiano body .btn-side[disabled].focus,
fieldset[disabled] body.il-fatto-quotidiano .btn-side.focus,
fieldset[disabled] iframe.il-fatto-quotidiano body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.il-fatto-quotidiano .btn-side .badge,
iframe.il-fatto-quotidiano body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.il-fatto-quotidiano .toggle-filters,
iframe.il-fatto-quotidiano body .toggle-filters {
  background: #cf231e;
}
body.il-fatto-quotidiano .btn.btn-side-toggle:hover,
iframe.il-fatto-quotidiano body .btn.btn-side-toggle:hover,
body.il-fatto-quotidiano .btn.btn-side-toggle.active,
iframe.il-fatto-quotidiano body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .btn.btn-side-toggle:hover i,
iframe.il-fatto-quotidiano body .btn.btn-side-toggle:hover i,
body.il-fatto-quotidiano .btn.btn-side-toggle.active i,
iframe.il-fatto-quotidiano body .btn.btn-side-toggle.active i {
  border-color: #cf231e;
  color: #4d4d4d;
}
body.il-fatto-quotidiano input.date + button,
iframe.il-fatto-quotidiano body input.date + button,
body.il-fatto-quotidiano input.date + input[type="button"],
iframe.il-fatto-quotidiano body input.date + input[type="button"],
body.il-fatto-quotidiano input.date + .btn,
iframe.il-fatto-quotidiano body input.date + .btn,
body.il-fatto-quotidiano input.date + ul + button,
iframe.il-fatto-quotidiano body input.date + ul + button,
body.il-fatto-quotidiano input.date + ul + input[type="button"],
iframe.il-fatto-quotidiano body input.date + ul + input[type="button"],
body.il-fatto-quotidiano input.date + ul + .btn,
iframe.il-fatto-quotidiano body input.date + ul + .btn {
  background: transparent !important;
}
body.il-fatto-quotidiano #nav,
iframe.il-fatto-quotidiano body #nav {
  background: #cf231e;
  border-bottom-color: #b91f1b;
}
body.il-fatto-quotidiano #nav .nav-actions li,
iframe.il-fatto-quotidiano body #nav .nav-actions li {
  border-left-color: #b91f1b;
}
body.il-fatto-quotidiano #nav .nav-actions li > a,
iframe.il-fatto-quotidiano body #nav .nav-actions li > a {
  color: #fff;
}
body.il-fatto-quotidiano #nav .nav-actions li > a:hover,
iframe.il-fatto-quotidiano body #nav .nav-actions li > a:hover,
body.il-fatto-quotidiano #nav .nav-actions li > a:active,
iframe.il-fatto-quotidiano body #nav .nav-actions li > a:active {
  background: #b91f1b;
}
body.il-fatto-quotidiano #nav .logo-wrapper .logo,
iframe.il-fatto-quotidiano body #nav .logo-wrapper .logo {
  display: inline;
}
body.il-fatto-quotidiano #nav .logo-wrapper .logo-alt,
iframe.il-fatto-quotidiano body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.il-fatto-quotidiano .sidebar-wrapper,
iframe.il-fatto-quotidiano body .sidebar-wrapper {
  background-color: #cf231e;
}
body.il-fatto-quotidiano .sidebar-wrapper #sidebar .subnav,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar .subnav,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open .subnav,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open .subnav,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar .subnav:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar .subnav:hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #b91f1b;
}
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.il-fatto-quotidiano .sidebar-wrapper #sidebar .subnav > li > a,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar .subnav > li > a,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #fff;
}
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #b91f1b;
}
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #cf231e !important;
}
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.il-fatto-quotidiano .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.il-fatto-quotidiano body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #a21b18 !important;
}
body.il-fatto-quotidiano .nav-tabs > li > a,
iframe.il-fatto-quotidiano body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .nav-tabs > li.active a,
iframe.il-fatto-quotidiano body .nav-tabs > li.active a,
body.il-fatto-quotidiano .nav-tabs > li.active:hover a,
iframe.il-fatto-quotidiano body .nav-tabs > li.active:hover a {
  border-top-color: #cf231e !important;
  color: #cf231e;
}
body.il-fatto-quotidiano .widgetM > h1,
iframe.il-fatto-quotidiano body .widgetM > h1,
body.il-fatto-quotidiano .widgetM > h2,
iframe.il-fatto-quotidiano body .widgetM > h2,
body.il-fatto-quotidiano .widgetM > h3,
iframe.il-fatto-quotidiano body .widgetM > h3,
body.il-fatto-quotidiano .widgetM > h4,
iframe.il-fatto-quotidiano body .widgetM > h4,
body.il-fatto-quotidiano .widgetM > h5,
iframe.il-fatto-quotidiano body .widgetM > h5,
body.il-fatto-quotidiano .widgetM > h6,
iframe.il-fatto-quotidiano body .widgetM > h6 {
  border-bottom-color: #cf231e;
}
body.il-fatto-quotidiano mkp-datepicker table button.btn.active,
iframe.il-fatto-quotidiano body mkp-datepicker table button.btn.active,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano mkp-datepicker table #datepicker-close,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-close,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.il-fatto-quotidiano mkp-datepicker table #datepicker-clear,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-clear,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.il-fatto-quotidiano mkp-datepicker table #datepicker-today,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-today,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #cf231e;
}
body.il-fatto-quotidiano mkp-datepicker table #datepicker-close:hover,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-close:hover,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.il-fatto-quotidiano mkp-datepicker table #datepicker-clear:hover,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-clear:hover,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.il-fatto-quotidiano mkp-datepicker table #datepicker-today:hover,
iframe.il-fatto-quotidiano body mkp-datepicker table #datepicker-today:hover,
body.il-fatto-quotidiano mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.il-fatto-quotidiano body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .details-container,
iframe.il-fatto-quotidiano body .details-container {
  border-color: #cf231e;
}
body.il-fatto-quotidiano .details-container:before,
iframe.il-fatto-quotidiano body .details-container:before {
  border-bottom-color: #cf231e;
}
body.il-fatto-quotidiano .detail-header > i,
iframe.il-fatto-quotidiano body .detail-header > i {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .pagination > li > a,
iframe.il-fatto-quotidiano body .pagination > li > a,
body.il-fatto-quotidiano .pagination > li > span,
iframe.il-fatto-quotidiano body .pagination > li > span {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .pagination > li.active > a,
iframe.il-fatto-quotidiano body .pagination > li.active > a,
body.il-fatto-quotidiano .pagination > li > a:hover,
iframe.il-fatto-quotidiano body .pagination > li > a:hover,
body.il-fatto-quotidiano .pagination > li.active > a:hover,
iframe.il-fatto-quotidiano body .pagination > li.active > a:hover,
body.il-fatto-quotidiano .pagination > li > a:focus,
iframe.il-fatto-quotidiano body .pagination > li > a:focus,
body.il-fatto-quotidiano .pagination > li.active > a:focus,
iframe.il-fatto-quotidiano body .pagination > li.active > a:focus {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.il-fatto-quotidiano body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.il-fatto-quotidiano .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.il-fatto-quotidiano body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #EFC4C3 !important;
  border-bottom: 1px solid #eab0af !important;
}
body.il-fatto-quotidiano .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.il-fatto-quotidiano body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.il-fatto-quotidiano .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.il-fatto-quotidiano body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.il-fatto-quotidiano ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.il-fatto-quotidiano body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #cf231e;
}
body.il-fatto-quotidiano ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.il-fatto-quotidiano body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #cf231e;
}
body.il-fatto-quotidiano ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.il-fatto-quotidiano body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.il-fatto-quotidiano ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.il-fatto-quotidiano body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .badge,
iframe.il-fatto-quotidiano body .badge {
  background: #fff;
  border-color: #cf231e;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .message > a,
iframe.il-fatto-quotidiano body .message > a {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .message > a:hover,
iframe.il-fatto-quotidiano body .message > a:hover {
  background: #b91f1b;
}
body.il-fatto-quotidiano .message ul.dropdown-menu,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu {
  border-color: #fff;
}
body.il-fatto-quotidiano .message ul.dropdown-menu:before,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.il-fatto-quotidiano .message ul.dropdown-menu li a:hover,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .message ul.dropdown-menu > li > div.message-unread,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu > li > div.message-unread {
  background: #EFC4C3;
  color: #4d4d4d;
}
body.il-fatto-quotidiano .message ul.dropdown-menu > li > div.message-unread a,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu > li > div.message-unread a,
body.il-fatto-quotidiano .message ul.dropdown-menu > li > div.message-unread span,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.il-fatto-quotidiano body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #fff;
}
body.il-fatto-quotidiano .detail .detail-close:hover,
iframe.il-fatto-quotidiano body .detail .detail-close:hover {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano i.circled,
iframe.il-fatto-quotidiano body i.circled {
  color: #cf231e;
}
body.il-fatto-quotidiano i.circled:hover,
iframe.il-fatto-quotidiano body i.circled:hover,
body.il-fatto-quotidiano i.circled.active,
iframe.il-fatto-quotidiano body i.circled.active {
  border-color: #cf231e;
}
body.il-fatto-quotidiano i.circled.alt,
iframe.il-fatto-quotidiano body i.circled.alt {
  color: #fff;
}
body.il-fatto-quotidiano i.circled.alt:hover,
iframe.il-fatto-quotidiano body i.circled.alt:hover,
body.il-fatto-quotidiano i.circled.alt.active,
iframe.il-fatto-quotidiano body i.circled.alt.active,
body.il-fatto-quotidiano i.circled.alt.active:hover,
iframe.il-fatto-quotidiano body i.circled.alt.active:hover {
  border-color: #fff;
}
body.il-fatto-quotidiano .cloud,
iframe.il-fatto-quotidiano body .cloud {
  color: #4d4d4d;
}
body.il-fatto-quotidiano .cloud.alt,
iframe.il-fatto-quotidiano body .cloud.alt {
  background: #a21b18;
  color: #fff;
}
body.il-fatto-quotidiano ul.pager > li.previous > a,
iframe.il-fatto-quotidiano body ul.pager > li.previous > a,
body.il-fatto-quotidiano ul.pager > li.next > a,
iframe.il-fatto-quotidiano body ul.pager > li.next > a,
body.il-fatto-quotidiano ul.pager > li.previous > a:hover,
iframe.il-fatto-quotidiano body ul.pager > li.previous > a:hover,
body.il-fatto-quotidiano ul.pager > li.next > a:hover,
iframe.il-fatto-quotidiano body ul.pager > li.next > a:hover {
  color: #fff;
}
body.il-fatto-quotidiano ul.pager > li.previous.disabled > a,
iframe.il-fatto-quotidiano body ul.pager > li.previous.disabled > a,
body.il-fatto-quotidiano ul.pager > li.next.disabled > a,
iframe.il-fatto-quotidiano body ul.pager > li.next.disabled > a,
body.il-fatto-quotidiano ul.pager > li.previous.disabled > a:hover,
iframe.il-fatto-quotidiano body ul.pager > li.previous.disabled > a:hover,
body.il-fatto-quotidiano ul.pager > li.next.disabled > a:hover,
iframe.il-fatto-quotidiano body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.il-fatto-quotidiano .login-top,
iframe.il-fatto-quotidiano body .login-top,
body.il-fatto-quotidiano .login-left,
iframe.il-fatto-quotidiano body .login-left {
  background: #cf231e;
  color: #fff;
}
body.il-fatto-quotidiano .login-top li a,
iframe.il-fatto-quotidiano body .login-top li a,
body.il-fatto-quotidiano .login-left li a,
iframe.il-fatto-quotidiano body .login-left li a {
  color: #fff;
}
body.il-fatto-quotidiano .login-top h3,
iframe.il-fatto-quotidiano body .login-top h3,
body.il-fatto-quotidiano .login-left h3,
iframe.il-fatto-quotidiano body .login-left h3 {
  color: #fff;
}
body.il-fatto-quotidiano .login-left-bottom,
iframe.il-fatto-quotidiano body .login-left-bottom,
body.il-fatto-quotidiano .login-right-bottom-support,
iframe.il-fatto-quotidiano body .login-right-bottom-support {
  color: #fff;
  background-color: #a21b18;
}
body.il-fatto-quotidiano .login-left-bottom a,
iframe.il-fatto-quotidiano body .login-left-bottom a,
body.il-fatto-quotidiano .login-right-bottom-support a,
iframe.il-fatto-quotidiano body .login-right-bottom-support a {
  color: #fff;
}
body.il-fatto-quotidiano .login-wrapper .form-wrapper .form-footer,
iframe.il-fatto-quotidiano body .login-wrapper .form-wrapper .form-footer,
body.il-fatto-quotidiano form[name="login"] input[type="text"],
iframe.il-fatto-quotidiano body form[name="login"] input[type="text"],
body.il-fatto-quotidiano form[name="login"] input[type="password"],
iframe.il-fatto-quotidiano body form[name="login"] input[type="password"] {
  border-bottom-color: #cf231e;
}
body.il-fatto-quotidiano.report .side input,
iframe.il-fatto-quotidiano body.report .side input,
body.il-fatto-quotidiano.report .side textarea,
iframe.il-fatto-quotidiano body.report .side textarea,
body.il-fatto-quotidiano.report .side select,
iframe.il-fatto-quotidiano body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-fatto-quotidiano.report .side .search-field,
iframe.il-fatto-quotidiano body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-fatto-quotidiano.report .side .side-content .side-opener,
iframe.il-fatto-quotidiano body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.il-fatto-quotidiano.report .side .side-content ul.download li i,
iframe.il-fatto-quotidiano body.report .side .side-content ul.download li i,
body.il-fatto-quotidiano.report .side .side-content ul.download li a i,
iframe.il-fatto-quotidiano body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.il-meteo,
iframe.il-meteo body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.il-meteo h1,
iframe.il-meteo body h1,
body.il-meteo h2,
iframe.il-meteo body h2,
body.il-meteo h3,
iframe.il-meteo body h3,
body.il-meteo h4,
iframe.il-meteo body h4,
body.il-meteo h5,
iframe.il-meteo body h5,
body.il-meteo h6,
iframe.il-meteo body h6 {
  color: #4d4d4d;
}
body.il-meteo a,
iframe.il-meteo body a {
  color: #4d4d4d;
}
body.il-meteo input,
iframe.il-meteo body input,
body.il-meteo textarea,
iframe.il-meteo body textarea,
body.il-meteo select,
iframe.il-meteo body select,
body.il-meteo .input-group-addon,
iframe.il-meteo body .input-group-addon,
body.il-meteo .ie9 input[type="file"],
iframe.il-meteo body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.il-meteo .side .side-content .input-group-addon,
iframe.il-meteo body .side .side-content .input-group-addon,
body.il-meteo .side .side-content .input-group-addon + input,
iframe.il-meteo body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-meteo .btn-default-za,
iframe.il-meteo body .btn-default-za {
  border-color: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .btn-default-za:hover:not([disabled]),
iframe.il-meteo body .btn-default-za:hover:not([disabled]) {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .btn-default-za:before,
iframe.il-meteo body .btn-default-za:before {
  background: #fcc610;
}
body.il-meteo .btn.btn-inverted,
iframe.il-meteo body .btn.btn-inverted {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .btn.btn-inverted:hover:not([disabled]),
iframe.il-meteo body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.il-meteo .btn.btn-inverted:hover:not([disabled]):before,
iframe.il-meteo body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.il-meteo .btn-side,
iframe.il-meteo body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.il-meteo .btn-side:focus,
iframe.il-meteo body .btn-side:focus,
body.il-meteo .btn-side.focus,
iframe.il-meteo body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.il-meteo .btn-side:hover,
iframe.il-meteo body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-meteo .btn-side:active,
iframe.il-meteo body .btn-side:active,
body.il-meteo .btn-side.active,
iframe.il-meteo body .btn-side.active,
.open > .dropdown-togglebody.il-meteo .btn-side,
.open > .dropdown-toggleiframe.il-meteo body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-meteo .btn-side:active:hover,
iframe.il-meteo body .btn-side:active:hover,
body.il-meteo .btn-side.active:hover,
iframe.il-meteo body .btn-side.active:hover,
.open > .dropdown-togglebody.il-meteo .btn-side:hover,
.open > .dropdown-toggleiframe.il-meteo body .btn-side:hover,
body.il-meteo .btn-side:active:focus,
iframe.il-meteo body .btn-side:active:focus,
body.il-meteo .btn-side.active:focus,
iframe.il-meteo body .btn-side.active:focus,
.open > .dropdown-togglebody.il-meteo .btn-side:focus,
.open > .dropdown-toggleiframe.il-meteo body .btn-side:focus,
body.il-meteo .btn-side:active.focus,
iframe.il-meteo body .btn-side:active.focus,
body.il-meteo .btn-side.active.focus,
iframe.il-meteo body .btn-side.active.focus,
.open > .dropdown-togglebody.il-meteo .btn-side.focus,
.open > .dropdown-toggleiframe.il-meteo body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.il-meteo .btn-side:active,
iframe.il-meteo body .btn-side:active,
body.il-meteo .btn-side.active,
iframe.il-meteo body .btn-side.active,
.open > .dropdown-togglebody.il-meteo .btn-side,
.open > .dropdown-toggleiframe.il-meteo body .btn-side {
  background-image: none;
}
body.il-meteo .btn-side.disabled:hover,
iframe.il-meteo body .btn-side.disabled:hover,
body.il-meteo .btn-side[disabled]:hover,
iframe.il-meteo body .btn-side[disabled]:hover,
fieldset[disabled] body.il-meteo .btn-side:hover,
fieldset[disabled] iframe.il-meteo body .btn-side:hover,
body.il-meteo .btn-side.disabled:focus,
iframe.il-meteo body .btn-side.disabled:focus,
body.il-meteo .btn-side[disabled]:focus,
iframe.il-meteo body .btn-side[disabled]:focus,
fieldset[disabled] body.il-meteo .btn-side:focus,
fieldset[disabled] iframe.il-meteo body .btn-side:focus,
body.il-meteo .btn-side.disabled.focus,
iframe.il-meteo body .btn-side.disabled.focus,
body.il-meteo .btn-side[disabled].focus,
iframe.il-meteo body .btn-side[disabled].focus,
fieldset[disabled] body.il-meteo .btn-side.focus,
fieldset[disabled] iframe.il-meteo body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.il-meteo .btn-side .badge,
iframe.il-meteo body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.il-meteo .toggle-filters,
iframe.il-meteo body .toggle-filters {
  background: #fcc610;
}
body.il-meteo .btn.btn-side-toggle:hover,
iframe.il-meteo body .btn.btn-side-toggle:hover,
body.il-meteo .btn.btn-side-toggle.active,
iframe.il-meteo body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.il-meteo .btn.btn-side-toggle:hover i,
iframe.il-meteo body .btn.btn-side-toggle:hover i,
body.il-meteo .btn.btn-side-toggle.active i,
iframe.il-meteo body .btn.btn-side-toggle.active i {
  border-color: #fcc610;
  color: #4d4d4d;
}
body.il-meteo input.date + button,
iframe.il-meteo body input.date + button,
body.il-meteo input.date + input[type="button"],
iframe.il-meteo body input.date + input[type="button"],
body.il-meteo input.date + .btn,
iframe.il-meteo body input.date + .btn,
body.il-meteo input.date + ul + button,
iframe.il-meteo body input.date + ul + button,
body.il-meteo input.date + ul + input[type="button"],
iframe.il-meteo body input.date + ul + input[type="button"],
body.il-meteo input.date + ul + .btn,
iframe.il-meteo body input.date + ul + .btn {
  background: transparent !important;
}
body.il-meteo #nav,
iframe.il-meteo body #nav {
  background: #fcc610;
  border-bottom-color: #efb903;
}
body.il-meteo #nav .nav-actions li,
iframe.il-meteo body #nav .nav-actions li {
  border-left-color: #efb903;
}
body.il-meteo #nav .nav-actions li > a,
iframe.il-meteo body #nav .nav-actions li > a {
  color: #4d4d4d;
}
body.il-meteo #nav .nav-actions li > a:hover,
iframe.il-meteo body #nav .nav-actions li > a:hover,
body.il-meteo #nav .nav-actions li > a:active,
iframe.il-meteo body #nav .nav-actions li > a:active {
  background: #efb903;
}
body.il-meteo #nav .logo-wrapper .logo,
iframe.il-meteo body #nav .logo-wrapper .logo {
  display: none;
}
body.il-meteo #nav .logo-wrapper .logo-alt,
iframe.il-meteo body #nav .logo-wrapper .logo-alt {
  display: inline;
}
body.il-meteo .sidebar-wrapper,
iframe.il-meteo body .sidebar-wrapper {
  background-color: #fcc610;
}
body.il-meteo .sidebar-wrapper #sidebar .subnav,
iframe.il-meteo body .sidebar-wrapper #sidebar .subnav,
body.il-meteo .sidebar-wrapper #sidebar.open .subnav,
iframe.il-meteo body .sidebar-wrapper #sidebar.open .subnav,
body.il-meteo .sidebar-wrapper #sidebar .subnav:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar .subnav:hover,
body.il-meteo .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #efb903;
}
body.il-meteo .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.il-meteo body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.il-meteo .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.il-meteo .sidebar-wrapper #sidebar .subnav > li > a,
iframe.il-meteo body .sidebar-wrapper #sidebar .subnav > li > a,
body.il-meteo .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.il-meteo body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #4d4d4d;
}
body.il-meteo .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-meteo body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.il-meteo .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #efb903;
}
body.il-meteo .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.il-meteo body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.il-meteo .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.il-meteo .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.il-meteo body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.il-meteo .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.il-meteo .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.il-meteo .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #4d4d4d !important;
}
body.il-meteo .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.il-meteo .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.il-meteo .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.il-meteo .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.il-meteo body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #d6a603 !important;
}
body.il-meteo .nav-tabs > li > a,
iframe.il-meteo body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.il-meteo .nav-tabs > li.active a,
iframe.il-meteo body .nav-tabs > li.active a,
body.il-meteo .nav-tabs > li.active:hover a,
iframe.il-meteo body .nav-tabs > li.active:hover a {
  border-top-color: #fcc610 !important;
  color: #4d4d4d;
}
body.il-meteo .widgetM > h1,
iframe.il-meteo body .widgetM > h1,
body.il-meteo .widgetM > h2,
iframe.il-meteo body .widgetM > h2,
body.il-meteo .widgetM > h3,
iframe.il-meteo body .widgetM > h3,
body.il-meteo .widgetM > h4,
iframe.il-meteo body .widgetM > h4,
body.il-meteo .widgetM > h5,
iframe.il-meteo body .widgetM > h5,
body.il-meteo .widgetM > h6,
iframe.il-meteo body .widgetM > h6 {
  border-bottom-color: #fcc610;
}
body.il-meteo mkp-datepicker table button.btn.active,
iframe.il-meteo body mkp-datepicker table button.btn.active,
body.il-meteo mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo mkp-datepicker table #datepicker-close,
iframe.il-meteo body mkp-datepicker table #datepicker-close,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.il-meteo mkp-datepicker table #datepicker-clear,
iframe.il-meteo body mkp-datepicker table #datepicker-clear,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.il-meteo mkp-datepicker table #datepicker-today,
iframe.il-meteo body mkp-datepicker table #datepicker-today,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #4d4d4d;
  color: #fcc610;
}
body.il-meteo mkp-datepicker table #datepicker-close:hover,
iframe.il-meteo body mkp-datepicker table #datepicker-close:hover,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.il-meteo mkp-datepicker table #datepicker-clear:hover,
iframe.il-meteo body mkp-datepicker table #datepicker-clear:hover,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.il-meteo mkp-datepicker table #datepicker-today:hover,
iframe.il-meteo body mkp-datepicker table #datepicker-today:hover,
body.il-meteo mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.il-meteo body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .details-container,
iframe.il-meteo body .details-container {
  border-color: #fcc610;
}
body.il-meteo .details-container:before,
iframe.il-meteo body .details-container:before {
  border-bottom-color: #fcc610;
}
body.il-meteo .detail-header > i,
iframe.il-meteo body .detail-header > i {
  color: #4d4d4d;
}
body.il-meteo .pagination > li > a,
iframe.il-meteo body .pagination > li > a,
body.il-meteo .pagination > li > span,
iframe.il-meteo body .pagination > li > span {
  color: #4d4d4d;
}
body.il-meteo .pagination > li.active > a,
iframe.il-meteo body .pagination > li.active > a,
body.il-meteo .pagination > li > a:hover,
iframe.il-meteo body .pagination > li > a:hover,
body.il-meteo .pagination > li.active > a:hover,
iframe.il-meteo body .pagination > li.active > a:hover,
body.il-meteo .pagination > li > a:focus,
iframe.il-meteo body .pagination > li > a:focus,
body.il-meteo .pagination > li.active > a:focus,
iframe.il-meteo body .pagination > li.active > a:focus {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.il-meteo body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.il-meteo .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.il-meteo body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #FCEEBF !important;
  border-bottom: 1px solid #fbe8a7 !important;
}
body.il-meteo .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.il-meteo body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.il-meteo .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.il-meteo body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.il-meteo ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.il-meteo body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #fcc610;
}
body.il-meteo ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.il-meteo body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #fcc610;
}
body.il-meteo ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.il-meteo body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.il-meteo ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.il-meteo body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .badge,
iframe.il-meteo body .badge {
  background: #fff;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-meteo .message > a,
iframe.il-meteo body .message > a {
  color: #4d4d4d;
}
body.il-meteo .message > a:hover,
iframe.il-meteo body .message > a:hover {
  background: #efb903;
}
body.il-meteo .message ul.dropdown-menu,
iframe.il-meteo body .message ul.dropdown-menu {
  border-color: #fff;
}
body.il-meteo .message ul.dropdown-menu:before,
iframe.il-meteo body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.il-meteo .message ul.dropdown-menu li a:hover,
iframe.il-meteo body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.il-meteo .message ul.dropdown-menu > li > div.message-unread,
iframe.il-meteo body .message ul.dropdown-menu > li > div.message-unread {
  background: #FCEEBF;
  color: #4d4d4d;
}
body.il-meteo .message ul.dropdown-menu > li > div.message-unread a,
iframe.il-meteo body .message ul.dropdown-menu > li > div.message-unread a,
body.il-meteo .message ul.dropdown-menu > li > div.message-unread span,
iframe.il-meteo body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.il-meteo .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.il-meteo body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.il-meteo .detail .detail-close:hover,
iframe.il-meteo body .detail .detail-close:hover {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo i.circled,
iframe.il-meteo body i.circled {
  color: #4d4d4d;
}
body.il-meteo i.circled:hover,
iframe.il-meteo body i.circled:hover,
body.il-meteo i.circled.active,
iframe.il-meteo body i.circled.active {
  border-color: #4d4d4d;
}
body.il-meteo i.circled.alt,
iframe.il-meteo body i.circled.alt {
  color: #4d4d4d;
}
body.il-meteo i.circled.alt:hover,
iframe.il-meteo body i.circled.alt:hover,
body.il-meteo i.circled.alt.active,
iframe.il-meteo body i.circled.alt.active,
body.il-meteo i.circled.alt.active:hover,
iframe.il-meteo body i.circled.alt.active:hover {
  border-color: #4d4d4d;
}
body.il-meteo .cloud,
iframe.il-meteo body .cloud {
  color: #4d4d4d;
}
body.il-meteo .cloud.alt,
iframe.il-meteo body .cloud.alt {
  background: #d6a603;
  color: #4d4d4d;
}
body.il-meteo ul.pager > li.previous > a,
iframe.il-meteo body ul.pager > li.previous > a,
body.il-meteo ul.pager > li.next > a,
iframe.il-meteo body ul.pager > li.next > a,
body.il-meteo ul.pager > li.previous > a:hover,
iframe.il-meteo body ul.pager > li.previous > a:hover,
body.il-meteo ul.pager > li.next > a:hover,
iframe.il-meteo body ul.pager > li.next > a:hover {
  color: #4d4d4d;
}
body.il-meteo ul.pager > li.previous.disabled > a,
iframe.il-meteo body ul.pager > li.previous.disabled > a,
body.il-meteo ul.pager > li.next.disabled > a,
iframe.il-meteo body ul.pager > li.next.disabled > a,
body.il-meteo ul.pager > li.previous.disabled > a:hover,
iframe.il-meteo body ul.pager > li.previous.disabled > a:hover,
body.il-meteo ul.pager > li.next.disabled > a:hover,
iframe.il-meteo body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.il-meteo .login-top,
iframe.il-meteo body .login-top,
body.il-meteo .login-left,
iframe.il-meteo body .login-left {
  background: #fcc610;
  color: #4d4d4d;
}
body.il-meteo .login-top li a,
iframe.il-meteo body .login-top li a,
body.il-meteo .login-left li a,
iframe.il-meteo body .login-left li a {
  color: #4d4d4d;
}
body.il-meteo .login-top h3,
iframe.il-meteo body .login-top h3,
body.il-meteo .login-left h3,
iframe.il-meteo body .login-left h3 {
  color: #4d4d4d;
}
body.il-meteo .login-left-bottom,
iframe.il-meteo body .login-left-bottom,
body.il-meteo .login-right-bottom-support,
iframe.il-meteo body .login-right-bottom-support {
  color: #4d4d4d;
  background-color: #d6a603;
}
body.il-meteo .login-left-bottom a,
iframe.il-meteo body .login-left-bottom a,
body.il-meteo .login-right-bottom-support a,
iframe.il-meteo body .login-right-bottom-support a {
  color: #4d4d4d;
}
body.il-meteo .login-wrapper .form-wrapper .form-footer,
iframe.il-meteo body .login-wrapper .form-wrapper .form-footer,
body.il-meteo form[name="login"] input[type="text"],
iframe.il-meteo body form[name="login"] input[type="text"],
body.il-meteo form[name="login"] input[type="password"],
iframe.il-meteo body form[name="login"] input[type="password"] {
  border-bottom-color: #fcc610;
}
body.il-meteo.report .side input,
iframe.il-meteo body.report .side input,
body.il-meteo.report .side textarea,
iframe.il-meteo body.report .side textarea,
body.il-meteo.report .side select,
iframe.il-meteo body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-meteo.report .side .search-field,
iframe.il-meteo body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-meteo.report .side .side-content .side-opener,
iframe.il-meteo body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.il-meteo.report .side .side-content ul.download li i,
iframe.il-meteo body.report .side .side-content ul.download li i,
body.il-meteo.report .side .side-content ul.download li a i,
iframe.il-meteo body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.il-sole-24-ore,
iframe.il-sole-24-ore body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.il-sole-24-ore h1,
iframe.il-sole-24-ore body h1,
body.il-sole-24-ore h2,
iframe.il-sole-24-ore body h2,
body.il-sole-24-ore h3,
iframe.il-sole-24-ore body h3,
body.il-sole-24-ore h4,
iframe.il-sole-24-ore body h4,
body.il-sole-24-ore h5,
iframe.il-sole-24-ore body h5,
body.il-sole-24-ore h6,
iframe.il-sole-24-ore body h6 {
  color: #4d4d4d;
}
body.il-sole-24-ore a,
iframe.il-sole-24-ore body a {
  color: #4d4d4d;
}
body.il-sole-24-ore input,
iframe.il-sole-24-ore body input,
body.il-sole-24-ore textarea,
iframe.il-sole-24-ore body textarea,
body.il-sole-24-ore select,
iframe.il-sole-24-ore body select,
body.il-sole-24-ore .input-group-addon,
iframe.il-sole-24-ore body .input-group-addon,
body.il-sole-24-ore .ie9 input[type="file"],
iframe.il-sole-24-ore body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.il-sole-24-ore .side .side-content .input-group-addon,
iframe.il-sole-24-ore body .side .side-content .input-group-addon,
body.il-sole-24-ore .side .side-content .input-group-addon + input,
iframe.il-sole-24-ore body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn-default-za,
iframe.il-sole-24-ore body .btn-default-za {
  border-color: #f0d8c0;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn-default-za:hover:not([disabled]),
iframe.il-sole-24-ore body .btn-default-za:hover:not([disabled]) {
  background: #f0d8c0;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn-default-za:before,
iframe.il-sole-24-ore body .btn-default-za:before {
  background: #f0d8c0;
}
body.il-sole-24-ore .btn.btn-inverted,
iframe.il-sole-24-ore body .btn.btn-inverted {
  background: #f0d8c0;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn.btn-inverted:hover:not([disabled]),
iframe.il-sole-24-ore body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn.btn-inverted:hover:not([disabled]):before,
iframe.il-sole-24-ore body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.il-sole-24-ore .btn-side,
iframe.il-sole-24-ore body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.il-sole-24-ore .btn-side:focus,
iframe.il-sole-24-ore body .btn-side:focus,
body.il-sole-24-ore .btn-side.focus,
iframe.il-sole-24-ore body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.il-sole-24-ore .btn-side:hover,
iframe.il-sole-24-ore body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-sole-24-ore .btn-side:active,
iframe.il-sole-24-ore body .btn-side:active,
body.il-sole-24-ore .btn-side.active,
iframe.il-sole-24-ore body .btn-side.active,
.open > .dropdown-togglebody.il-sole-24-ore .btn-side,
.open > .dropdown-toggleiframe.il-sole-24-ore body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.il-sole-24-ore .btn-side:active:hover,
iframe.il-sole-24-ore body .btn-side:active:hover,
body.il-sole-24-ore .btn-side.active:hover,
iframe.il-sole-24-ore body .btn-side.active:hover,
.open > .dropdown-togglebody.il-sole-24-ore .btn-side:hover,
.open > .dropdown-toggleiframe.il-sole-24-ore body .btn-side:hover,
body.il-sole-24-ore .btn-side:active:focus,
iframe.il-sole-24-ore body .btn-side:active:focus,
body.il-sole-24-ore .btn-side.active:focus,
iframe.il-sole-24-ore body .btn-side.active:focus,
.open > .dropdown-togglebody.il-sole-24-ore .btn-side:focus,
.open > .dropdown-toggleiframe.il-sole-24-ore body .btn-side:focus,
body.il-sole-24-ore .btn-side:active.focus,
iframe.il-sole-24-ore body .btn-side:active.focus,
body.il-sole-24-ore .btn-side.active.focus,
iframe.il-sole-24-ore body .btn-side.active.focus,
.open > .dropdown-togglebody.il-sole-24-ore .btn-side.focus,
.open > .dropdown-toggleiframe.il-sole-24-ore body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.il-sole-24-ore .btn-side:active,
iframe.il-sole-24-ore body .btn-side:active,
body.il-sole-24-ore .btn-side.active,
iframe.il-sole-24-ore body .btn-side.active,
.open > .dropdown-togglebody.il-sole-24-ore .btn-side,
.open > .dropdown-toggleiframe.il-sole-24-ore body .btn-side {
  background-image: none;
}
body.il-sole-24-ore .btn-side.disabled:hover,
iframe.il-sole-24-ore body .btn-side.disabled:hover,
body.il-sole-24-ore .btn-side[disabled]:hover,
iframe.il-sole-24-ore body .btn-side[disabled]:hover,
fieldset[disabled] body.il-sole-24-ore .btn-side:hover,
fieldset[disabled] iframe.il-sole-24-ore body .btn-side:hover,
body.il-sole-24-ore .btn-side.disabled:focus,
iframe.il-sole-24-ore body .btn-side.disabled:focus,
body.il-sole-24-ore .btn-side[disabled]:focus,
iframe.il-sole-24-ore body .btn-side[disabled]:focus,
fieldset[disabled] body.il-sole-24-ore .btn-side:focus,
fieldset[disabled] iframe.il-sole-24-ore body .btn-side:focus,
body.il-sole-24-ore .btn-side.disabled.focus,
iframe.il-sole-24-ore body .btn-side.disabled.focus,
body.il-sole-24-ore .btn-side[disabled].focus,
iframe.il-sole-24-ore body .btn-side[disabled].focus,
fieldset[disabled] body.il-sole-24-ore .btn-side.focus,
fieldset[disabled] iframe.il-sole-24-ore body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.il-sole-24-ore .btn-side .badge,
iframe.il-sole-24-ore body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.il-sole-24-ore .toggle-filters,
iframe.il-sole-24-ore body .toggle-filters {
  background: #f0d8c0;
}
body.il-sole-24-ore .btn.btn-side-toggle:hover,
iframe.il-sole-24-ore body .btn.btn-side-toggle:hover,
body.il-sole-24-ore .btn.btn-side-toggle.active,
iframe.il-sole-24-ore body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.il-sole-24-ore .btn.btn-side-toggle:hover i,
iframe.il-sole-24-ore body .btn.btn-side-toggle:hover i,
body.il-sole-24-ore .btn.btn-side-toggle.active i,
iframe.il-sole-24-ore body .btn.btn-side-toggle.active i {
  border-color: #f0d8c0;
  color: #4d4d4d;
}
body.il-sole-24-ore input.date + button,
iframe.il-sole-24-ore body input.date + button,
body.il-sole-24-ore input.date + input[type="button"],
iframe.il-sole-24-ore body input.date + input[type="button"],
body.il-sole-24-ore input.date + .btn,
iframe.il-sole-24-ore body input.date + .btn,
body.il-sole-24-ore input.date + ul + button,
iframe.il-sole-24-ore body input.date + ul + button,
body.il-sole-24-ore input.date + ul + input[type="button"],
iframe.il-sole-24-ore body input.date + ul + input[type="button"],
body.il-sole-24-ore input.date + ul + .btn,
iframe.il-sole-24-ore body input.date + ul + .btn {
  background: transparent !important;
}
body.il-sole-24-ore #nav,
iframe.il-sole-24-ore body #nav {
  background: #f5e5d5;
  border-bottom-color: #f0d8c0;
}
body.il-sole-24-ore #nav .nav-actions li,
iframe.il-sole-24-ore body #nav .nav-actions li {
  border-left-color: #f0d8c0;
}
body.il-sole-24-ore #nav .nav-actions li > a,
iframe.il-sole-24-ore body #nav .nav-actions li > a {
  color: #4d4d4d;
}
body.il-sole-24-ore #nav .nav-actions li > a:hover,
iframe.il-sole-24-ore body #nav .nav-actions li > a:hover,
body.il-sole-24-ore #nav .nav-actions li > a:active,
iframe.il-sole-24-ore body #nav .nav-actions li > a:active {
  background: #f0d8c0;
}
body.il-sole-24-ore #nav .logo-wrapper .logo,
iframe.il-sole-24-ore body #nav .logo-wrapper .logo {
  display: none;
}
body.il-sole-24-ore #nav .logo-wrapper .logo-alt,
iframe.il-sole-24-ore body #nav .logo-wrapper .logo-alt {
  display: inline;
}
body.il-sole-24-ore .sidebar-wrapper,
iframe.il-sole-24-ore body .sidebar-wrapper {
  background-color: #f5e5d5;
}
body.il-sole-24-ore .sidebar-wrapper #sidebar .subnav,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar .subnav,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open .subnav,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open .subnav,
body.il-sole-24-ore .sidebar-wrapper #sidebar .subnav:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar .subnav:hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #f0d8c0;
}
body.il-sole-24-ore .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.il-sole-24-ore .sidebar-wrapper #sidebar .subnav > li > a,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar .subnav > li > a,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #4d4d4d;
}
body.il-sole-24-ore .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #f0d8c0;
}
body.il-sole-24-ore .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.il-sole-24-ore .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.il-sole-24-ore .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #4d4d4d !important;
}
body.il-sole-24-ore .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.il-sole-24-ore .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.il-sole-24-ore body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #ebccac !important;
}
body.il-sole-24-ore .nav-tabs > li > a,
iframe.il-sole-24-ore body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.il-sole-24-ore .nav-tabs > li.active a,
iframe.il-sole-24-ore body .nav-tabs > li.active a,
body.il-sole-24-ore .nav-tabs > li.active:hover a,
iframe.il-sole-24-ore body .nav-tabs > li.active:hover a {
  border-top-color: #f5e5d5 !important;
  color: #4d4d4d;
}
body.il-sole-24-ore .widgetM > h1,
iframe.il-sole-24-ore body .widgetM > h1,
body.il-sole-24-ore .widgetM > h2,
iframe.il-sole-24-ore body .widgetM > h2,
body.il-sole-24-ore .widgetM > h3,
iframe.il-sole-24-ore body .widgetM > h3,
body.il-sole-24-ore .widgetM > h4,
iframe.il-sole-24-ore body .widgetM > h4,
body.il-sole-24-ore .widgetM > h5,
iframe.il-sole-24-ore body .widgetM > h5,
body.il-sole-24-ore .widgetM > h6,
iframe.il-sole-24-ore body .widgetM > h6 {
  border-bottom-color: #f0d8c0;
}
body.il-sole-24-ore mkp-datepicker table button.btn.active,
iframe.il-sole-24-ore body mkp-datepicker table button.btn.active,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #f0d8c0;
  color: #fff;
}
body.il-sole-24-ore mkp-datepicker table #datepicker-close,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-close,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.il-sole-24-ore mkp-datepicker table #datepicker-clear,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-clear,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.il-sole-24-ore mkp-datepicker table #datepicker-today,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-today,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #f0d8c0;
}
body.il-sole-24-ore mkp-datepicker table #datepicker-close:hover,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-close:hover,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.il-sole-24-ore mkp-datepicker table #datepicker-clear:hover,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-clear:hover,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.il-sole-24-ore mkp-datepicker table #datepicker-today:hover,
iframe.il-sole-24-ore body mkp-datepicker table #datepicker-today:hover,
body.il-sole-24-ore mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.il-sole-24-ore body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #f0d8c0;
  color: #fff;
}
body.il-sole-24-ore .details-container,
iframe.il-sole-24-ore body .details-container {
  border-color: #f5e5d5;
}
body.il-sole-24-ore .details-container:before,
iframe.il-sole-24-ore body .details-container:before {
  border-bottom-color: #f5e5d5;
}
body.il-sole-24-ore .detail-header > i,
iframe.il-sole-24-ore body .detail-header > i {
  color: #4d4d4d;
}
body.il-sole-24-ore .pagination > li > a,
iframe.il-sole-24-ore body .pagination > li > a,
body.il-sole-24-ore .pagination > li > span,
iframe.il-sole-24-ore body .pagination > li > span {
  color: #4d4d4d;
}
body.il-sole-24-ore .pagination > li.active > a,
iframe.il-sole-24-ore body .pagination > li.active > a,
body.il-sole-24-ore .pagination > li > a:hover,
iframe.il-sole-24-ore body .pagination > li > a:hover,
body.il-sole-24-ore .pagination > li.active > a:hover,
iframe.il-sole-24-ore body .pagination > li.active > a:hover,
body.il-sole-24-ore .pagination > li > a:focus,
iframe.il-sole-24-ore body .pagination > li > a:focus,
body.il-sole-24-ore .pagination > li.active > a:focus,
iframe.il-sole-24-ore body .pagination > li.active > a:focus {
  background: #f5e5d5;
  color: #4d4d4d;
}
body.il-sole-24-ore .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.il-sole-24-ore body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.il-sole-24-ore .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.il-sole-24-ore body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #f5e5d5 !important;
  border-bottom: 1px solid #f0d8c0 !important;
}
body.il-sole-24-ore .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.il-sole-24-ore body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.il-sole-24-ore .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.il-sole-24-ore body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.il-sole-24-ore ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.il-sole-24-ore body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #f5e5d5;
}
body.il-sole-24-ore ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.il-sole-24-ore body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #f5e5d5;
}
body.il-sole-24-ore ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.il-sole-24-ore body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.il-sole-24-ore ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.il-sole-24-ore body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #f5e5d5;
  color: #fff;
}
body.il-sole-24-ore .badge,
iframe.il-sole-24-ore body .badge {
  background: #fff;
  border-color: #f5e5d5;
  color: #4d4d4d;
}
body.il-sole-24-ore .message > a,
iframe.il-sole-24-ore body .message > a {
  color: #4d4d4d;
}
body.il-sole-24-ore .message > a:hover,
iframe.il-sole-24-ore body .message > a:hover {
  background: #f0d8c0;
}
body.il-sole-24-ore .message ul.dropdown-menu,
iframe.il-sole-24-ore body .message ul.dropdown-menu {
  border-color: #fff;
}
body.il-sole-24-ore .message ul.dropdown-menu:before,
iframe.il-sole-24-ore body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.il-sole-24-ore .message ul.dropdown-menu li a:hover,
iframe.il-sole-24-ore body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.il-sole-24-ore .message ul.dropdown-menu > li > div.message-unread,
iframe.il-sole-24-ore body .message ul.dropdown-menu > li > div.message-unread {
  background: #f5e5d5;
  color: #4d4d4d;
}
body.il-sole-24-ore .message ul.dropdown-menu > li > div.message-unread a,
iframe.il-sole-24-ore body .message ul.dropdown-menu > li > div.message-unread a,
body.il-sole-24-ore .message ul.dropdown-menu > li > div.message-unread span,
iframe.il-sole-24-ore body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.il-sole-24-ore .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.il-sole-24-ore body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.il-sole-24-ore .detail .detail-close:hover,
iframe.il-sole-24-ore body .detail .detail-close:hover {
  background: #f0d8c0;
  color: #fff;
}
body.il-sole-24-ore i.circled,
iframe.il-sole-24-ore body i.circled {
  color: #4d4d4d;
}
body.il-sole-24-ore i.circled:hover,
iframe.il-sole-24-ore body i.circled:hover,
body.il-sole-24-ore i.circled.active,
iframe.il-sole-24-ore body i.circled.active {
  border-color: #4d4d4d;
}
body.il-sole-24-ore i.circled.alt,
iframe.il-sole-24-ore body i.circled.alt {
  color: #fff;
}
body.il-sole-24-ore i.circled.alt:hover,
iframe.il-sole-24-ore body i.circled.alt:hover,
body.il-sole-24-ore i.circled.alt.active,
iframe.il-sole-24-ore body i.circled.alt.active,
body.il-sole-24-ore i.circled.alt.active:hover,
iframe.il-sole-24-ore body i.circled.alt.active:hover {
  border-color: #fff;
}
body.il-sole-24-ore .cloud,
iframe.il-sole-24-ore body .cloud {
  color: #4d4d4d;
}
body.il-sole-24-ore .cloud.alt,
iframe.il-sole-24-ore body .cloud.alt {
  background: #ebccac;
  color: #fff;
}
body.il-sole-24-ore ul.pager > li.previous > a,
iframe.il-sole-24-ore body ul.pager > li.previous > a,
body.il-sole-24-ore ul.pager > li.next > a,
iframe.il-sole-24-ore body ul.pager > li.next > a,
body.il-sole-24-ore ul.pager > li.previous > a:hover,
iframe.il-sole-24-ore body ul.pager > li.previous > a:hover,
body.il-sole-24-ore ul.pager > li.next > a:hover,
iframe.il-sole-24-ore body ul.pager > li.next > a:hover {
  color: #fff;
}
body.il-sole-24-ore ul.pager > li.previous.disabled > a,
iframe.il-sole-24-ore body ul.pager > li.previous.disabled > a,
body.il-sole-24-ore ul.pager > li.next.disabled > a,
iframe.il-sole-24-ore body ul.pager > li.next.disabled > a,
body.il-sole-24-ore ul.pager > li.previous.disabled > a:hover,
iframe.il-sole-24-ore body ul.pager > li.previous.disabled > a:hover,
body.il-sole-24-ore ul.pager > li.next.disabled > a:hover,
iframe.il-sole-24-ore body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.il-sole-24-ore .login-top,
iframe.il-sole-24-ore body .login-top,
body.il-sole-24-ore .login-left,
iframe.il-sole-24-ore body .login-left {
  background: #f5e5d5;
  color: #4d4d4d;
}
body.il-sole-24-ore .login-top li a,
iframe.il-sole-24-ore body .login-top li a,
body.il-sole-24-ore .login-left li a,
iframe.il-sole-24-ore body .login-left li a {
  color: #4d4d4d;
}
body.il-sole-24-ore .login-top h3,
iframe.il-sole-24-ore body .login-top h3,
body.il-sole-24-ore .login-left h3,
iframe.il-sole-24-ore body .login-left h3 {
  color: #4d4d4d;
}
body.il-sole-24-ore .login-left-bottom,
iframe.il-sole-24-ore body .login-left-bottom,
body.il-sole-24-ore .login-right-bottom-support,
iframe.il-sole-24-ore body .login-right-bottom-support {
  color: #4d4d4d;
  background-color: #ebccac;
}
body.il-sole-24-ore .login-left-bottom a,
iframe.il-sole-24-ore body .login-left-bottom a,
body.il-sole-24-ore .login-right-bottom-support a,
iframe.il-sole-24-ore body .login-right-bottom-support a {
  color: #4d4d4d;
}
body.il-sole-24-ore .login-wrapper .form-wrapper .form-footer,
iframe.il-sole-24-ore body .login-wrapper .form-wrapper .form-footer,
body.il-sole-24-ore form[name="login"] input[type="text"],
iframe.il-sole-24-ore body form[name="login"] input[type="text"],
body.il-sole-24-ore form[name="login"] input[type="password"],
iframe.il-sole-24-ore body form[name="login"] input[type="password"] {
  border-bottom-color: #f5e5d5;
}
body.il-sole-24-ore.report .side input,
iframe.il-sole-24-ore body.report .side input,
body.il-sole-24-ore.report .side textarea,
iframe.il-sole-24-ore body.report .side textarea,
body.il-sole-24-ore.report .side select,
iframe.il-sole-24-ore body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-sole-24-ore.report .side .search-field,
iframe.il-sole-24-ore body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.il-sole-24-ore.report .side .side-content .side-opener,
iframe.il-sole-24-ore body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.il-sole-24-ore.report .side .side-content ul.download li i,
iframe.il-sole-24-ore body.report .side .side-content ul.download li i,
body.il-sole-24-ore.report .side .side-content ul.download li a i,
iframe.il-sole-24-ore body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.tiscali,
iframe.tiscali body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.tiscali h1,
iframe.tiscali body h1,
body.tiscali h2,
iframe.tiscali body h2,
body.tiscali h3,
iframe.tiscali body h3,
body.tiscali h4,
iframe.tiscali body h4,
body.tiscali h5,
iframe.tiscali body h5,
body.tiscali h6,
iframe.tiscali body h6 {
  color: #4d4d4d;
}
body.tiscali a,
iframe.tiscali body a {
  color: #8c5ca6;
}
body.tiscali input,
iframe.tiscali body input,
body.tiscali textarea,
iframe.tiscali body textarea,
body.tiscali select,
iframe.tiscali body select,
body.tiscali .input-group-addon,
iframe.tiscali body .input-group-addon,
body.tiscali .ie9 input[type="file"],
iframe.tiscali body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.tiscali .side .side-content .input-group-addon,
iframe.tiscali body .side .side-content .input-group-addon,
body.tiscali .side .side-content .input-group-addon + input,
iframe.tiscali body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.tiscali .btn-default-za,
iframe.tiscali body .btn-default-za {
  border-color: #8c5ca6;
  color: #4d4d4d;
}
body.tiscali .btn-default-za:hover:not([disabled]),
iframe.tiscali body .btn-default-za:hover:not([disabled]) {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .btn-default-za:before,
iframe.tiscali body .btn-default-za:before {
  background: #8c5ca6;
}
body.tiscali .btn.btn-inverted,
iframe.tiscali body .btn.btn-inverted {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .btn.btn-inverted:hover:not([disabled]),
iframe.tiscali body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.tiscali .btn.btn-inverted:hover:not([disabled]):before,
iframe.tiscali body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.tiscali .btn-side,
iframe.tiscali body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.tiscali .btn-side:focus,
iframe.tiscali body .btn-side:focus,
body.tiscali .btn-side.focus,
iframe.tiscali body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.tiscali .btn-side:hover,
iframe.tiscali body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.tiscali .btn-side:active,
iframe.tiscali body .btn-side:active,
body.tiscali .btn-side.active,
iframe.tiscali body .btn-side.active,
.open > .dropdown-togglebody.tiscali .btn-side,
.open > .dropdown-toggleiframe.tiscali body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.tiscali .btn-side:active:hover,
iframe.tiscali body .btn-side:active:hover,
body.tiscali .btn-side.active:hover,
iframe.tiscali body .btn-side.active:hover,
.open > .dropdown-togglebody.tiscali .btn-side:hover,
.open > .dropdown-toggleiframe.tiscali body .btn-side:hover,
body.tiscali .btn-side:active:focus,
iframe.tiscali body .btn-side:active:focus,
body.tiscali .btn-side.active:focus,
iframe.tiscali body .btn-side.active:focus,
.open > .dropdown-togglebody.tiscali .btn-side:focus,
.open > .dropdown-toggleiframe.tiscali body .btn-side:focus,
body.tiscali .btn-side:active.focus,
iframe.tiscali body .btn-side:active.focus,
body.tiscali .btn-side.active.focus,
iframe.tiscali body .btn-side.active.focus,
.open > .dropdown-togglebody.tiscali .btn-side.focus,
.open > .dropdown-toggleiframe.tiscali body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.tiscali .btn-side:active,
iframe.tiscali body .btn-side:active,
body.tiscali .btn-side.active,
iframe.tiscali body .btn-side.active,
.open > .dropdown-togglebody.tiscali .btn-side,
.open > .dropdown-toggleiframe.tiscali body .btn-side {
  background-image: none;
}
body.tiscali .btn-side.disabled:hover,
iframe.tiscali body .btn-side.disabled:hover,
body.tiscali .btn-side[disabled]:hover,
iframe.tiscali body .btn-side[disabled]:hover,
fieldset[disabled] body.tiscali .btn-side:hover,
fieldset[disabled] iframe.tiscali body .btn-side:hover,
body.tiscali .btn-side.disabled:focus,
iframe.tiscali body .btn-side.disabled:focus,
body.tiscali .btn-side[disabled]:focus,
iframe.tiscali body .btn-side[disabled]:focus,
fieldset[disabled] body.tiscali .btn-side:focus,
fieldset[disabled] iframe.tiscali body .btn-side:focus,
body.tiscali .btn-side.disabled.focus,
iframe.tiscali body .btn-side.disabled.focus,
body.tiscali .btn-side[disabled].focus,
iframe.tiscali body .btn-side[disabled].focus,
fieldset[disabled] body.tiscali .btn-side.focus,
fieldset[disabled] iframe.tiscali body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.tiscali .btn-side .badge,
iframe.tiscali body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.tiscali .toggle-filters,
iframe.tiscali body .toggle-filters {
  background: #8c5ca6;
}
body.tiscali .btn.btn-side-toggle:hover,
iframe.tiscali body .btn.btn-side-toggle:hover,
body.tiscali .btn.btn-side-toggle.active,
iframe.tiscali body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.tiscali .btn.btn-side-toggle:hover i,
iframe.tiscali body .btn.btn-side-toggle:hover i,
body.tiscali .btn.btn-side-toggle.active i,
iframe.tiscali body .btn.btn-side-toggle.active i {
  border-color: #8c5ca6;
  color: #4d4d4d;
}
body.tiscali input.date + button,
iframe.tiscali body input.date + button,
body.tiscali input.date + input[type="button"],
iframe.tiscali body input.date + input[type="button"],
body.tiscali input.date + .btn,
iframe.tiscali body input.date + .btn,
body.tiscali input.date + ul + button,
iframe.tiscali body input.date + ul + button,
body.tiscali input.date + ul + input[type="button"],
iframe.tiscali body input.date + ul + input[type="button"],
body.tiscali input.date + ul + .btn,
iframe.tiscali body input.date + ul + .btn {
  background: transparent !important;
}
body.tiscali #nav,
iframe.tiscali body #nav {
  background: #8c5ca6;
  border-bottom-color: #7e5296;
}
body.tiscali #nav .nav-actions li,
iframe.tiscali body #nav .nav-actions li {
  border-left-color: #7e5296;
}
body.tiscali #nav .nav-actions li > a,
iframe.tiscali body #nav .nav-actions li > a {
  color: #fff;
}
body.tiscali #nav .nav-actions li > a:hover,
iframe.tiscali body #nav .nav-actions li > a:hover,
body.tiscali #nav .nav-actions li > a:active,
iframe.tiscali body #nav .nav-actions li > a:active {
  background: #7e5296;
}
body.tiscali #nav .logo-wrapper .logo,
iframe.tiscali body #nav .logo-wrapper .logo {
  display: inline;
}
body.tiscali #nav .logo-wrapper .logo-alt,
iframe.tiscali body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.tiscali .sidebar-wrapper,
iframe.tiscali body .sidebar-wrapper {
  background-color: #8c5ca6;
}
body.tiscali .sidebar-wrapper #sidebar .subnav,
iframe.tiscali body .sidebar-wrapper #sidebar .subnav,
body.tiscali .sidebar-wrapper #sidebar.open .subnav,
iframe.tiscali body .sidebar-wrapper #sidebar.open .subnav,
body.tiscali .sidebar-wrapper #sidebar .subnav:hover,
iframe.tiscali body .sidebar-wrapper #sidebar .subnav:hover,
body.tiscali .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.tiscali body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #7e5296;
}
body.tiscali .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.tiscali body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.tiscali .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.tiscali body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.tiscali .sidebar-wrapper #sidebar .subnav > li > a,
iframe.tiscali body .sidebar-wrapper #sidebar .subnav > li > a,
body.tiscali .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.tiscali body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #fff;
}
body.tiscali .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.tiscali body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.tiscali .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.tiscali body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #7e5296;
}
body.tiscali .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.tiscali body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.tiscali .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.tiscali body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.tiscali .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.tiscali body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.tiscali .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.tiscali body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.tiscali .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.tiscali body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.tiscali .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.tiscali body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #8c5ca6 !important;
}
body.tiscali .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.tiscali body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.tiscali .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.tiscali body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.tiscali .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.tiscali body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.tiscali .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.tiscali body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #714986 !important;
}
body.tiscali .nav-tabs > li > a,
iframe.tiscali body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.tiscali .nav-tabs > li.active a,
iframe.tiscali body .nav-tabs > li.active a,
body.tiscali .nav-tabs > li.active:hover a,
iframe.tiscali body .nav-tabs > li.active:hover a {
  border-top-color: #8c5ca6 !important;
  color: #8c5ca6;
}
body.tiscali .widgetM > h1,
iframe.tiscali body .widgetM > h1,
body.tiscali .widgetM > h2,
iframe.tiscali body .widgetM > h2,
body.tiscali .widgetM > h3,
iframe.tiscali body .widgetM > h3,
body.tiscali .widgetM > h4,
iframe.tiscali body .widgetM > h4,
body.tiscali .widgetM > h5,
iframe.tiscali body .widgetM > h5,
body.tiscali .widgetM > h6,
iframe.tiscali body .widgetM > h6 {
  border-bottom-color: #8c5ca6;
}
body.tiscali mkp-datepicker table button.btn.active,
iframe.tiscali body mkp-datepicker table button.btn.active,
body.tiscali mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.tiscali body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali mkp-datepicker table #datepicker-close,
iframe.tiscali body mkp-datepicker table #datepicker-close,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.tiscali mkp-datepicker table #datepicker-clear,
iframe.tiscali body mkp-datepicker table #datepicker-clear,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.tiscali mkp-datepicker table #datepicker-today,
iframe.tiscali body mkp-datepicker table #datepicker-today,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #8c5ca6;
}
body.tiscali mkp-datepicker table #datepicker-close:hover,
iframe.tiscali body mkp-datepicker table #datepicker-close:hover,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.tiscali mkp-datepicker table #datepicker-clear:hover,
iframe.tiscali body mkp-datepicker table #datepicker-clear:hover,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.tiscali mkp-datepicker table #datepicker-today:hover,
iframe.tiscali body mkp-datepicker table #datepicker-today:hover,
body.tiscali mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.tiscali body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .details-container,
iframe.tiscali body .details-container {
  border-color: #8c5ca6;
}
body.tiscali .details-container:before,
iframe.tiscali body .details-container:before {
  border-bottom-color: #8c5ca6;
}
body.tiscali .detail-header > i,
iframe.tiscali body .detail-header > i {
  color: #4d4d4d;
}
body.tiscali .pagination > li > a,
iframe.tiscali body .pagination > li > a,
body.tiscali .pagination > li > span,
iframe.tiscali body .pagination > li > span {
  color: #4d4d4d;
}
body.tiscali .pagination > li.active > a,
iframe.tiscali body .pagination > li.active > a,
body.tiscali .pagination > li > a:hover,
iframe.tiscali body .pagination > li > a:hover,
body.tiscali .pagination > li.active > a:hover,
iframe.tiscali body .pagination > li.active > a:hover,
body.tiscali .pagination > li > a:focus,
iframe.tiscali body .pagination > li > a:focus,
body.tiscali .pagination > li.active > a:focus,
iframe.tiscali body .pagination > li.active > a:focus {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.tiscali body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.tiscali .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.tiscali body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #F2E4FA !important;
  border-bottom: 1px solid #e8cef6 !important;
}
body.tiscali .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.tiscali body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.tiscali .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.tiscali body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.tiscali ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.tiscali body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #8c5ca6;
}
body.tiscali ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.tiscali body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #8c5ca6;
}
body.tiscali ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.tiscali body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.tiscali ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.tiscali body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .badge,
iframe.tiscali body .badge {
  background: #fff;
  border-color: #8c5ca6;
  color: #4d4d4d;
}
body.tiscali .message > a,
iframe.tiscali body .message > a {
  color: #4d4d4d;
}
body.tiscali .message > a:hover,
iframe.tiscali body .message > a:hover {
  background: #7e5296;
}
body.tiscali .message ul.dropdown-menu,
iframe.tiscali body .message ul.dropdown-menu {
  border-color: #fff;
}
body.tiscali .message ul.dropdown-menu:before,
iframe.tiscali body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.tiscali .message ul.dropdown-menu li a:hover,
iframe.tiscali body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.tiscali .message ul.dropdown-menu > li > div.message-unread,
iframe.tiscali body .message ul.dropdown-menu > li > div.message-unread {
  background: #F2E4FA;
  color: #4d4d4d;
}
body.tiscali .message ul.dropdown-menu > li > div.message-unread a,
iframe.tiscali body .message ul.dropdown-menu > li > div.message-unread a,
body.tiscali .message ul.dropdown-menu > li > div.message-unread span,
iframe.tiscali body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.tiscali .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.tiscali body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.tiscali .cloud,
iframe.tiscali body .cloud {
  color: #4d4d4d;
}
body.tiscali .cloud.alt,
iframe.tiscali body .cloud.alt {
  background: #714986;
  color: #fff;
}
body.tiscali ul.pager > li.previous > a,
iframe.tiscali body ul.pager > li.previous > a,
body.tiscali ul.pager > li.next > a,
iframe.tiscali body ul.pager > li.next > a,
body.tiscali ul.pager > li.previous > a:hover,
iframe.tiscali body ul.pager > li.previous > a:hover,
body.tiscali ul.pager > li.next > a:hover,
iframe.tiscali body ul.pager > li.next > a:hover {
  color: #fff;
}
body.tiscali ul.pager > li.previous.disabled > a,
iframe.tiscali body ul.pager > li.previous.disabled > a,
body.tiscali ul.pager > li.next.disabled > a,
iframe.tiscali body ul.pager > li.next.disabled > a,
body.tiscali ul.pager > li.previous.disabled > a:hover,
iframe.tiscali body ul.pager > li.previous.disabled > a:hover,
body.tiscali ul.pager > li.next.disabled > a:hover,
iframe.tiscali body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.tiscali .login-top,
iframe.tiscali body .login-top,
body.tiscali .login-left,
iframe.tiscali body .login-left {
  background: #8c5ca6;
  color: #fff;
}
body.tiscali .login-top li a,
iframe.tiscali body .login-top li a,
body.tiscali .login-left li a,
iframe.tiscali body .login-left li a {
  color: #fff;
}
body.tiscali .login-top h3,
iframe.tiscali body .login-top h3,
body.tiscali .login-left h3,
iframe.tiscali body .login-left h3 {
  color: #fff;
}
body.tiscali .login-left-bottom,
iframe.tiscali body .login-left-bottom,
body.tiscali .login-right-bottom-support,
iframe.tiscali body .login-right-bottom-support {
  color: #fff;
  background-color: #714986;
}
body.tiscali .login-left-bottom a,
iframe.tiscali body .login-left-bottom a,
body.tiscali .login-right-bottom-support a,
iframe.tiscali body .login-right-bottom-support a {
  color: #fff;
}
body.tiscali .login-wrapper .form-wrapper .form-footer,
iframe.tiscali body .login-wrapper .form-wrapper .form-footer,
body.tiscali form[name="login"] input[type="text"],
iframe.tiscali body form[name="login"] input[type="text"],
body.tiscali form[name="login"] input[type="password"],
iframe.tiscali body form[name="login"] input[type="password"] {
  border-bottom-color: #8c5ca6;
}
body.tiscali.report .side input,
iframe.tiscali body.report .side input,
body.tiscali.report .side textarea,
iframe.tiscali body.report .side textarea,
body.tiscali.report .side select,
iframe.tiscali body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.tiscali.report .side .search-field,
iframe.tiscali body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.tiscali.report .side .side-content .side-opener,
iframe.tiscali body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.tiscali.report .side .side-content ul.download li i,
iframe.tiscali body.report .side .side-content ul.download li i,
body.tiscali.report .side .side-content ul.download li a i,
iframe.tiscali body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.primedia,
iframe.primedia body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.primedia h1,
iframe.primedia body h1,
body.primedia h2,
iframe.primedia body h2,
body.primedia h3,
iframe.primedia body h3,
body.primedia h4,
iframe.primedia body h4,
body.primedia h5,
iframe.primedia body h5,
body.primedia h6,
iframe.primedia body h6 {
  color: #4d4d4d;
}
body.primedia a,
iframe.primedia body a {
  color: #86161f;
}
body.primedia input,
iframe.primedia body input,
body.primedia textarea,
iframe.primedia body textarea,
body.primedia select,
iframe.primedia body select,
body.primedia .input-group-addon,
iframe.primedia body .input-group-addon,
body.primedia .ie9 input[type="file"],
iframe.primedia body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.primedia .side .side-content .input-group-addon,
iframe.primedia body .side .side-content .input-group-addon,
body.primedia .side .side-content .input-group-addon + input,
iframe.primedia body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.primedia .btn-default-za,
iframe.primedia body .btn-default-za {
  border-color: #F28A2D;
  color: #4d4d4d;
}
body.primedia .btn-default-za:hover:not([disabled]),
iframe.primedia body .btn-default-za:hover:not([disabled]) {
  background: #F28A2D;
  color: #fff;
}
body.primedia .btn-default-za:before,
iframe.primedia body .btn-default-za:before {
  background: #F28A2D;
}
body.primedia .btn.btn-inverted,
iframe.primedia body .btn.btn-inverted {
  background: #F28A2D;
  color: #fff;
}
body.primedia .btn.btn-inverted:hover:not([disabled]),
iframe.primedia body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.primedia .btn.btn-inverted:hover:not([disabled]):before,
iframe.primedia body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.primedia .btn-side,
iframe.primedia body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.primedia .btn-side:focus,
iframe.primedia body .btn-side:focus,
body.primedia .btn-side.focus,
iframe.primedia body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.primedia .btn-side:hover,
iframe.primedia body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.primedia .btn-side:active,
iframe.primedia body .btn-side:active,
body.primedia .btn-side.active,
iframe.primedia body .btn-side.active,
.open > .dropdown-togglebody.primedia .btn-side,
.open > .dropdown-toggleiframe.primedia body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.primedia .btn-side:active:hover,
iframe.primedia body .btn-side:active:hover,
body.primedia .btn-side.active:hover,
iframe.primedia body .btn-side.active:hover,
.open > .dropdown-togglebody.primedia .btn-side:hover,
.open > .dropdown-toggleiframe.primedia body .btn-side:hover,
body.primedia .btn-side:active:focus,
iframe.primedia body .btn-side:active:focus,
body.primedia .btn-side.active:focus,
iframe.primedia body .btn-side.active:focus,
.open > .dropdown-togglebody.primedia .btn-side:focus,
.open > .dropdown-toggleiframe.primedia body .btn-side:focus,
body.primedia .btn-side:active.focus,
iframe.primedia body .btn-side:active.focus,
body.primedia .btn-side.active.focus,
iframe.primedia body .btn-side.active.focus,
.open > .dropdown-togglebody.primedia .btn-side.focus,
.open > .dropdown-toggleiframe.primedia body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.primedia .btn-side:active,
iframe.primedia body .btn-side:active,
body.primedia .btn-side.active,
iframe.primedia body .btn-side.active,
.open > .dropdown-togglebody.primedia .btn-side,
.open > .dropdown-toggleiframe.primedia body .btn-side {
  background-image: none;
}
body.primedia .btn-side.disabled:hover,
iframe.primedia body .btn-side.disabled:hover,
body.primedia .btn-side[disabled]:hover,
iframe.primedia body .btn-side[disabled]:hover,
fieldset[disabled] body.primedia .btn-side:hover,
fieldset[disabled] iframe.primedia body .btn-side:hover,
body.primedia .btn-side.disabled:focus,
iframe.primedia body .btn-side.disabled:focus,
body.primedia .btn-side[disabled]:focus,
iframe.primedia body .btn-side[disabled]:focus,
fieldset[disabled] body.primedia .btn-side:focus,
fieldset[disabled] iframe.primedia body .btn-side:focus,
body.primedia .btn-side.disabled.focus,
iframe.primedia body .btn-side.disabled.focus,
body.primedia .btn-side[disabled].focus,
iframe.primedia body .btn-side[disabled].focus,
fieldset[disabled] body.primedia .btn-side.focus,
fieldset[disabled] iframe.primedia body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.primedia .btn-side .badge,
iframe.primedia body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.primedia .toggle-filters,
iframe.primedia body .toggle-filters {
  background: #F28A2D;
}
body.primedia .btn.btn-side-toggle:hover,
iframe.primedia body .btn.btn-side-toggle:hover,
body.primedia .btn.btn-side-toggle.active,
iframe.primedia body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.primedia .btn.btn-side-toggle:hover i,
iframe.primedia body .btn.btn-side-toggle:hover i,
body.primedia .btn.btn-side-toggle.active i,
iframe.primedia body .btn.btn-side-toggle.active i {
  border-color: #F28A2D;
  color: #4d4d4d;
}
body.primedia input.date + button,
iframe.primedia body input.date + button,
body.primedia input.date + input[type="button"],
iframe.primedia body input.date + input[type="button"],
body.primedia input.date + .btn,
iframe.primedia body input.date + .btn,
body.primedia input.date + ul + button,
iframe.primedia body input.date + ul + button,
body.primedia input.date + ul + input[type="button"],
iframe.primedia body input.date + ul + input[type="button"],
body.primedia input.date + ul + .btn,
iframe.primedia body input.date + ul + .btn {
  background: transparent !important;
}
body.primedia #nav,
iframe.primedia body #nav {
  background: #86161f;
  border-bottom-color: #70131a;
}
body.primedia #nav .nav-actions li,
iframe.primedia body #nav .nav-actions li {
  border-left-color: #70131a;
}
body.primedia #nav .nav-actions li > a,
iframe.primedia body #nav .nav-actions li > a {
  color: #fff;
}
body.primedia #nav .nav-actions li > a:hover,
iframe.primedia body #nav .nav-actions li > a:hover,
body.primedia #nav .nav-actions li > a:active,
iframe.primedia body #nav .nav-actions li > a:active {
  background: #70131a;
}
body.primedia #nav .logo-wrapper .logo,
iframe.primedia body #nav .logo-wrapper .logo {
  display: inline;
}
body.primedia #nav .logo-wrapper .logo-alt,
iframe.primedia body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.primedia .sidebar-wrapper,
iframe.primedia body .sidebar-wrapper {
  background-color: #86161f;
}
body.primedia .sidebar-wrapper #sidebar .subnav,
iframe.primedia body .sidebar-wrapper #sidebar .subnav,
body.primedia .sidebar-wrapper #sidebar.open .subnav,
iframe.primedia body .sidebar-wrapper #sidebar.open .subnav,
body.primedia .sidebar-wrapper #sidebar .subnav:hover,
iframe.primedia body .sidebar-wrapper #sidebar .subnav:hover,
body.primedia .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.primedia body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #70131a;
}
body.primedia .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.primedia body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.primedia .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.primedia body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.primedia .sidebar-wrapper #sidebar .subnav > li > a,
iframe.primedia body .sidebar-wrapper #sidebar .subnav > li > a,
body.primedia .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.primedia body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #fff;
}
body.primedia .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.primedia body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.primedia .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.primedia body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #70131a;
}
body.primedia .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.primedia body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.primedia .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.primedia body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.primedia .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.primedia body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.primedia .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.primedia body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.primedia .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.primedia body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.primedia .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.primedia body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #86161f !important;
}
body.primedia .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.primedia body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.primedia .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.primedia body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.primedia .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.primedia body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.primedia .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.primedia body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #5a0f15 !important;
}
body.primedia .nav-tabs > li > a,
iframe.primedia body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.primedia .nav-tabs > li.active a,
iframe.primedia body .nav-tabs > li.active a,
body.primedia .nav-tabs > li.active:hover a,
iframe.primedia body .nav-tabs > li.active:hover a {
  border-top-color: #F28A2D !important;
  color: #86161f;
}
body.primedia .widgetM > h1,
iframe.primedia body .widgetM > h1,
body.primedia .widgetM > h2,
iframe.primedia body .widgetM > h2,
body.primedia .widgetM > h3,
iframe.primedia body .widgetM > h3,
body.primedia .widgetM > h4,
iframe.primedia body .widgetM > h4,
body.primedia .widgetM > h5,
iframe.primedia body .widgetM > h5,
body.primedia .widgetM > h6,
iframe.primedia body .widgetM > h6 {
  border-bottom-color: #F28A2D;
}
body.primedia mkp-datepicker table button.btn.active,
iframe.primedia body mkp-datepicker table button.btn.active,
body.primedia mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.primedia body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #F28A2D;
  color: #fff;
}
body.primedia mkp-datepicker table #datepicker-close,
iframe.primedia body mkp-datepicker table #datepicker-close,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.primedia mkp-datepicker table #datepicker-clear,
iframe.primedia body mkp-datepicker table #datepicker-clear,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.primedia mkp-datepicker table #datepicker-today,
iframe.primedia body mkp-datepicker table #datepicker-today,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #F28A2D;
}
body.primedia mkp-datepicker table #datepicker-close:hover,
iframe.primedia body mkp-datepicker table #datepicker-close:hover,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.primedia mkp-datepicker table #datepicker-clear:hover,
iframe.primedia body mkp-datepicker table #datepicker-clear:hover,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.primedia mkp-datepicker table #datepicker-today:hover,
iframe.primedia body mkp-datepicker table #datepicker-today:hover,
body.primedia mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.primedia body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #F28A2D;
  color: #fff;
}
body.primedia .details-container,
iframe.primedia body .details-container {
  border-color: #86161f;
}
body.primedia .details-container:before,
iframe.primedia body .details-container:before {
  border-bottom-color: #86161f;
}
body.primedia .detail-header > i,
iframe.primedia body .detail-header > i {
  color: #4d4d4d;
}
body.primedia .pagination > li > a,
iframe.primedia body .pagination > li > a,
body.primedia .pagination > li > span,
iframe.primedia body .pagination > li > span {
  color: #4d4d4d;
}
body.primedia .pagination > li.active > a,
iframe.primedia body .pagination > li.active > a,
body.primedia .pagination > li > a:hover,
iframe.primedia body .pagination > li > a:hover,
body.primedia .pagination > li.active > a:hover,
iframe.primedia body .pagination > li.active > a:hover,
body.primedia .pagination > li > a:focus,
iframe.primedia body .pagination > li > a:focus,
body.primedia .pagination > li.active > a:focus,
iframe.primedia body .pagination > li.active > a:focus {
  background: #86161f;
  color: #fff;
}
body.primedia .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.primedia body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.primedia .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.primedia body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #F2E4FA !important;
  border-bottom: 1px solid #e8cef6 !important;
}
body.primedia .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.primedia body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.primedia .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.primedia body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.primedia ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.primedia body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #86161f;
}
body.primedia ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.primedia body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #86161f;
}
body.primedia ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.primedia body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.primedia ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.primedia body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #86161f;
  color: #fff;
}
body.primedia .badge,
iframe.primedia body .badge {
  background: #fff;
  border-color: #86161f;
  color: #4d4d4d;
}
body.primedia .message > a,
iframe.primedia body .message > a {
  color: #4d4d4d;
}
body.primedia .message > a:hover,
iframe.primedia body .message > a:hover {
  background: #70131a;
}
body.primedia .message ul.dropdown-menu,
iframe.primedia body .message ul.dropdown-menu {
  border-color: #fff;
}
body.primedia .message ul.dropdown-menu:before,
iframe.primedia body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.primedia .message ul.dropdown-menu li a:hover,
iframe.primedia body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.primedia .message ul.dropdown-menu > li > div.message-unread,
iframe.primedia body .message ul.dropdown-menu > li > div.message-unread {
  background: #F2E4FA;
  color: #4d4d4d;
}
body.primedia .message ul.dropdown-menu > li > div.message-unread a,
iframe.primedia body .message ul.dropdown-menu > li > div.message-unread a,
body.primedia .message ul.dropdown-menu > li > div.message-unread span,
iframe.primedia body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.primedia .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.primedia body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.primedia .cloud,
iframe.primedia body .cloud {
  color: #4d4d4d;
}
body.primedia .cloud.alt,
iframe.primedia body .cloud.alt {
  background: #5a0f15;
  color: #fff;
}
body.primedia ul.pager > li.previous > a,
iframe.primedia body ul.pager > li.previous > a,
body.primedia ul.pager > li.next > a,
iframe.primedia body ul.pager > li.next > a,
body.primedia ul.pager > li.previous > a:hover,
iframe.primedia body ul.pager > li.previous > a:hover,
body.primedia ul.pager > li.next > a:hover,
iframe.primedia body ul.pager > li.next > a:hover {
  color: #fff;
}
body.primedia ul.pager > li.previous.disabled > a,
iframe.primedia body ul.pager > li.previous.disabled > a,
body.primedia ul.pager > li.next.disabled > a,
iframe.primedia body ul.pager > li.next.disabled > a,
body.primedia ul.pager > li.previous.disabled > a:hover,
iframe.primedia body ul.pager > li.previous.disabled > a:hover,
body.primedia ul.pager > li.next.disabled > a:hover,
iframe.primedia body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.primedia .login-top,
iframe.primedia body .login-top,
body.primedia .login-left,
iframe.primedia body .login-left {
  background: #86161f;
  color: #fff;
}
body.primedia .login-top li a,
iframe.primedia body .login-top li a,
body.primedia .login-left li a,
iframe.primedia body .login-left li a {
  color: #fff;
}
body.primedia .login-top h3,
iframe.primedia body .login-top h3,
body.primedia .login-left h3,
iframe.primedia body .login-left h3 {
  color: #fff;
}
body.primedia .login-left-bottom,
iframe.primedia body .login-left-bottom,
body.primedia .login-right-bottom-support,
iframe.primedia body .login-right-bottom-support {
  color: #fff;
  background-color: #5a0f15;
}
body.primedia .login-left-bottom a,
iframe.primedia body .login-left-bottom a,
body.primedia .login-right-bottom-support a,
iframe.primedia body .login-right-bottom-support a {
  color: #fff;
}
body.primedia .login-wrapper .form-wrapper .form-footer,
iframe.primedia body .login-wrapper .form-wrapper .form-footer,
body.primedia form[name="login"] input[type="text"],
iframe.primedia body form[name="login"] input[type="text"],
body.primedia form[name="login"] input[type="password"],
iframe.primedia body form[name="login"] input[type="password"] {
  border-bottom-color: #86161f;
}
body.primedia.report .side input,
iframe.primedia body.report .side input,
body.primedia.report .side textarea,
iframe.primedia body.report .side textarea,
body.primedia.report .side select,
iframe.primedia body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.primedia.report .side .search-field,
iframe.primedia body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.primedia.report .side .side-content .side-opener,
iframe.primedia body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.primedia.report .side .side-content ul.download li i,
iframe.primedia body.report .side .side-content ul.download li i,
body.primedia.report .side .side-content ul.download li a i,
iframe.primedia body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
body.primedia_grey,
iframe.primedia_grey body {
  /* BRAND COLORS
	-------------------------------------------------------------------- */
  /* BACKGROUND COLORS
	-------------------------------------------------------------------- */
  /* TEXT COLORS */
  /* COMPONENT'S SPECIFIC */
  /* PAGE'S SPECIFIC */
  /* MIXIN'S CALLING ORDER REFLECT MAIN.LESS REQUIREMENTS */
  /* GLOBALS
	-------------------------------------------------------------------- */
  background-color: #f2f3f8;
  color: #4d4d4d;
  /*
	.btn-on, .btn-off {
		color: @label-color;
	}

	.btn-on i {

		.TextShadow( 0, 0, 10px, @on-color );
		color: @on-color !important;
	}

	.btn-off i {
		color: @off-color;
	}
	*/
  /* COMPONENTS
	-------------------------------------------------------------------- */
  /* PAGES
	-------------------------------------------------------------------- */
}
body.primedia_grey h1,
iframe.primedia_grey body h1,
body.primedia_grey h2,
iframe.primedia_grey body h2,
body.primedia_grey h3,
iframe.primedia_grey body h3,
body.primedia_grey h4,
iframe.primedia_grey body h4,
body.primedia_grey h5,
iframe.primedia_grey body h5,
body.primedia_grey h6,
iframe.primedia_grey body h6 {
  color: #4d4d4d;
}
body.primedia_grey a,
iframe.primedia_grey body a {
  color: #4d4d4d;
}
body.primedia_grey input,
iframe.primedia_grey body input,
body.primedia_grey textarea,
iframe.primedia_grey body textarea,
body.primedia_grey select,
iframe.primedia_grey body select,
body.primedia_grey .input-group-addon,
iframe.primedia_grey body .input-group-addon,
body.primedia_grey .ie9 input[type="file"],
iframe.primedia_grey body .ie9 input[type="file"] {
  color: #4d4d4d;
}
body.primedia_grey .side .side-content .input-group-addon,
iframe.primedia_grey body .side .side-content .input-group-addon,
body.primedia_grey .side .side-content .input-group-addon + input,
iframe.primedia_grey body .side .side-content .input-group-addon + input {
  background: none;
  border-color: #fff;
  color: #fff;
}
body.primedia_grey .btn-default-za,
iframe.primedia_grey body .btn-default-za {
  border-color: #A91C27;
  color: #4d4d4d;
}
body.primedia_grey .btn-default-za:hover:not([disabled]),
iframe.primedia_grey body .btn-default-za:hover:not([disabled]) {
  background: #A91C27;
  color: #fff;
}
body.primedia_grey .btn-default-za:before,
iframe.primedia_grey body .btn-default-za:before {
  background: #A91C27;
}
body.primedia_grey .btn.btn-inverted,
iframe.primedia_grey body .btn.btn-inverted {
  background: #A91C27;
  color: #fff;
}
body.primedia_grey .btn.btn-inverted:hover:not([disabled]),
iframe.primedia_grey body .btn.btn-inverted:hover:not([disabled]) {
  background: transparent;
  color: #4d4d4d;
}
body.primedia_grey .btn.btn-inverted:hover:not([disabled]):before,
iframe.primedia_grey body .btn.btn-inverted:hover:not([disabled]):before {
  background: transparent;
}
body.primedia_grey .btn-side,
iframe.primedia_grey body .btn-side {
  color: #4d4d4d;
  background-color: #DADFE1;
  border-color: #4d4d4d;
  /* bootstrap variant */
}
body.primedia_grey .btn-side:focus,
iframe.primedia_grey body .btn-side:focus,
body.primedia_grey .btn-side.focus,
iframe.primedia_grey body .btn-side.focus {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #0d0d0d;
}
body.primedia_grey .btn-side:hover,
iframe.primedia_grey body .btn-side:hover {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.primedia_grey .btn-side:active,
iframe.primedia_grey body .btn-side:active,
body.primedia_grey .btn-side.active,
iframe.primedia_grey body .btn-side.active,
.open > .dropdown-togglebody.primedia_grey .btn-side,
.open > .dropdown-toggleiframe.primedia_grey body .btn-side {
  color: #4d4d4d;
  background-color: #bec7ca;
  border-color: #2e2e2e;
}
body.primedia_grey .btn-side:active:hover,
iframe.primedia_grey body .btn-side:active:hover,
body.primedia_grey .btn-side.active:hover,
iframe.primedia_grey body .btn-side.active:hover,
.open > .dropdown-togglebody.primedia_grey .btn-side:hover,
.open > .dropdown-toggleiframe.primedia_grey body .btn-side:hover,
body.primedia_grey .btn-side:active:focus,
iframe.primedia_grey body .btn-side:active:focus,
body.primedia_grey .btn-side.active:focus,
iframe.primedia_grey body .btn-side.active:focus,
.open > .dropdown-togglebody.primedia_grey .btn-side:focus,
.open > .dropdown-toggleiframe.primedia_grey body .btn-side:focus,
body.primedia_grey .btn-side:active.focus,
iframe.primedia_grey body .btn-side:active.focus,
body.primedia_grey .btn-side.active.focus,
iframe.primedia_grey body .btn-side.active.focus,
.open > .dropdown-togglebody.primedia_grey .btn-side.focus,
.open > .dropdown-toggleiframe.primedia_grey body .btn-side.focus {
  color: #4d4d4d;
  background-color: #aab6ba;
  border-color: #0d0d0d;
}
body.primedia_grey .btn-side:active,
iframe.primedia_grey body .btn-side:active,
body.primedia_grey .btn-side.active,
iframe.primedia_grey body .btn-side.active,
.open > .dropdown-togglebody.primedia_grey .btn-side,
.open > .dropdown-toggleiframe.primedia_grey body .btn-side {
  background-image: none;
}
body.primedia_grey .btn-side.disabled:hover,
iframe.primedia_grey body .btn-side.disabled:hover,
body.primedia_grey .btn-side[disabled]:hover,
iframe.primedia_grey body .btn-side[disabled]:hover,
fieldset[disabled] body.primedia_grey .btn-side:hover,
fieldset[disabled] iframe.primedia_grey body .btn-side:hover,
body.primedia_grey .btn-side.disabled:focus,
iframe.primedia_grey body .btn-side.disabled:focus,
body.primedia_grey .btn-side[disabled]:focus,
iframe.primedia_grey body .btn-side[disabled]:focus,
fieldset[disabled] body.primedia_grey .btn-side:focus,
fieldset[disabled] iframe.primedia_grey body .btn-side:focus,
body.primedia_grey .btn-side.disabled.focus,
iframe.primedia_grey body .btn-side.disabled.focus,
body.primedia_grey .btn-side[disabled].focus,
iframe.primedia_grey body .btn-side[disabled].focus,
fieldset[disabled] body.primedia_grey .btn-side.focus,
fieldset[disabled] iframe.primedia_grey body .btn-side.focus {
  background-color: #DADFE1;
  border-color: #4d4d4d;
}
body.primedia_grey .btn-side .badge,
iframe.primedia_grey body .btn-side .badge {
  color: #DADFE1;
  background-color: #4d4d4d;
}
body.primedia_grey .toggle-filters,
iframe.primedia_grey body .toggle-filters {
  background: #A91C27;
}
body.primedia_grey .btn.btn-side-toggle:hover,
iframe.primedia_grey body .btn.btn-side-toggle:hover,
body.primedia_grey .btn.btn-side-toggle.active,
iframe.primedia_grey body .btn.btn-side-toggle.active {
  background: transparent;
  color: #4d4d4d;
}
body.primedia_grey .btn.btn-side-toggle:hover i,
iframe.primedia_grey body .btn.btn-side-toggle:hover i,
body.primedia_grey .btn.btn-side-toggle.active i,
iframe.primedia_grey body .btn.btn-side-toggle.active i {
  border-color: #A91C27;
  color: #4d4d4d;
}
body.primedia_grey input.date + button,
iframe.primedia_grey body input.date + button,
body.primedia_grey input.date + input[type="button"],
iframe.primedia_grey body input.date + input[type="button"],
body.primedia_grey input.date + .btn,
iframe.primedia_grey body input.date + .btn,
body.primedia_grey input.date + ul + button,
iframe.primedia_grey body input.date + ul + button,
body.primedia_grey input.date + ul + input[type="button"],
iframe.primedia_grey body input.date + ul + input[type="button"],
body.primedia_grey input.date + ul + .btn,
iframe.primedia_grey body input.date + ul + .btn {
  background: transparent !important;
}
body.primedia_grey #nav,
iframe.primedia_grey body #nav {
  background: #f2f3f8;
  border-bottom-color: #e1e4ef;
}
body.primedia_grey #nav .nav-actions li,
iframe.primedia_grey body #nav .nav-actions li {
  border-left-color: #e1e4ef;
}
body.primedia_grey #nav .nav-actions li > a,
iframe.primedia_grey body #nav .nav-actions li > a {
  color: #4d4d4d;
}
body.primedia_grey #nav .nav-actions li > a:hover,
iframe.primedia_grey body #nav .nav-actions li > a:hover,
body.primedia_grey #nav .nav-actions li > a:active,
iframe.primedia_grey body #nav .nav-actions li > a:active {
  background: #e1e4ef;
}
body.primedia_grey #nav .logo-wrapper .logo,
iframe.primedia_grey body #nav .logo-wrapper .logo {
  display: inline;
}
body.primedia_grey #nav .logo-wrapper .logo-alt,
iframe.primedia_grey body #nav .logo-wrapper .logo-alt {
  display: none;
}
body.primedia_grey .sidebar-wrapper,
iframe.primedia_grey body .sidebar-wrapper {
  background-color: #A91C27;
}
body.primedia_grey .sidebar-wrapper #sidebar .subnav,
iframe.primedia_grey body .sidebar-wrapper #sidebar .subnav,
body.primedia_grey .sidebar-wrapper #sidebar.open .subnav,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open .subnav,
body.primedia_grey .sidebar-wrapper #sidebar .subnav:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar .subnav:hover,
body.primedia_grey .sidebar-wrapper #sidebar.open .subnav:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open .subnav:hover {
  background-color: #931822;
}
body.primedia_grey .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
iframe.primedia_grey body .sidebar-wrapper #sidebar > li > a:not(.menu-adv),
body.primedia_grey .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li > a:not(.menu-adv),
body.primedia_grey .sidebar-wrapper #sidebar .subnav > li > a,
iframe.primedia_grey body .sidebar-wrapper #sidebar .subnav > li > a,
body.primedia_grey .sidebar-wrapper #sidebar.open .subnav > li > a,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open .subnav > li > a {
  color: #fff;
}
body.primedia_grey .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar > li:not(.active) > a:not(.menu-adv):hover,
body.primedia_grey .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li:not(.active) > a:not(.menu-adv):hover {
  background-color: #931822;
}
body.primedia_grey .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
iframe.primedia_grey body .sidebar-wrapper #sidebar > li.active > a:not(.menu-adv),
body.primedia_grey .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li.active > a:not(.menu-adv),
body.primedia_grey .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
iframe.primedia_grey body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active,
body.primedia_grey .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active,
body.primedia_grey .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar > li.active .subnav > li > a.active:hover,
body.primedia_grey .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a.active:hover {
  background-color: #f2f3f8 !important;
  color: #A91C27 !important;
}
body.primedia_grey .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar > li .subnav > li > a:hover,
body.primedia_grey .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li .subnav > li > a:hover,
body.primedia_grey .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar > li.active .subnav > li > a:hover,
body.primedia_grey .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover,
iframe.primedia_grey body .sidebar-wrapper #sidebar.open > li.active .subnav > li > a:hover {
  background-color: #7d151d !important;
}
body.primedia_grey .nav-tabs > li > a,
iframe.primedia_grey body .nav-tabs > li > a {
  color: #4d4d4d;
}
body.primedia_grey .nav-tabs > li.active a,
iframe.primedia_grey body .nav-tabs > li.active a,
body.primedia_grey .nav-tabs > li.active:hover a,
iframe.primedia_grey body .nav-tabs > li.active:hover a {
  border-top-color: #A91C27 !important;
  color: #4d4d4d;
}
body.primedia_grey .widgetM > h1,
iframe.primedia_grey body .widgetM > h1,
body.primedia_grey .widgetM > h2,
iframe.primedia_grey body .widgetM > h2,
body.primedia_grey .widgetM > h3,
iframe.primedia_grey body .widgetM > h3,
body.primedia_grey .widgetM > h4,
iframe.primedia_grey body .widgetM > h4,
body.primedia_grey .widgetM > h5,
iframe.primedia_grey body .widgetM > h5,
body.primedia_grey .widgetM > h6,
iframe.primedia_grey body .widgetM > h6 {
  border-bottom-color: #A91C27;
}
body.primedia_grey mkp-datepicker table button.btn.active,
iframe.primedia_grey body mkp-datepicker table button.btn.active,
body.primedia_grey mkp-datepicker ul.dropdown-menu button.btn.active,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu button.btn.active {
  background: #A91C27;
  color: #fff;
}
body.primedia_grey mkp-datepicker table #datepicker-close,
iframe.primedia_grey body mkp-datepicker table #datepicker-close,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-close,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-close,
body.primedia_grey mkp-datepicker table #datepicker-clear,
iframe.primedia_grey body mkp-datepicker table #datepicker-clear,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-clear,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-clear,
body.primedia_grey mkp-datepicker table #datepicker-today,
iframe.primedia_grey body mkp-datepicker table #datepicker-today,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-today,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-today {
  background: #fff;
  color: #A91C27;
}
body.primedia_grey mkp-datepicker table #datepicker-close:hover,
iframe.primedia_grey body mkp-datepicker table #datepicker-close:hover,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-close:hover,
body.primedia_grey mkp-datepicker table #datepicker-clear:hover,
iframe.primedia_grey body mkp-datepicker table #datepicker-clear:hover,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-clear:hover,
body.primedia_grey mkp-datepicker table #datepicker-today:hover,
iframe.primedia_grey body mkp-datepicker table #datepicker-today:hover,
body.primedia_grey mkp-datepicker ul.dropdown-menu #datepicker-today:hover,
iframe.primedia_grey body mkp-datepicker ul.dropdown-menu #datepicker-today:hover {
  background: #A91C27;
  color: #fff;
}
body.primedia_grey .details-container,
iframe.primedia_grey body .details-container {
  border-color: #f2f3f8;
}
body.primedia_grey .details-container:before,
iframe.primedia_grey body .details-container:before {
  border-bottom-color: #f2f3f8;
}
body.primedia_grey .detail-header > i,
iframe.primedia_grey body .detail-header > i {
  color: #4d4d4d;
}
body.primedia_grey .pagination > li > a,
iframe.primedia_grey body .pagination > li > a,
body.primedia_grey .pagination > li > span,
iframe.primedia_grey body .pagination > li > span {
  color: #4d4d4d;
}
body.primedia_grey .pagination > li.active > a,
iframe.primedia_grey body .pagination > li.active > a,
body.primedia_grey .pagination > li > a:hover,
iframe.primedia_grey body .pagination > li > a:hover,
body.primedia_grey .pagination > li.active > a:hover,
iframe.primedia_grey body .pagination > li.active > a:hover,
body.primedia_grey .pagination > li > a:focus,
iframe.primedia_grey body .pagination > li > a:focus,
body.primedia_grey .pagination > li.active > a:focus,
iframe.primedia_grey body .pagination > li.active > a:focus {
  background: #A91C27;
  color: #fff;
}
body.primedia_grey .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
iframe.primedia_grey body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell,
body.primedia_grey .ui-grid-row-selected:nth-child(even) .ui-grid-cell,
iframe.primedia_grey body .ui-grid-row-selected:nth-child(even) .ui-grid-cell {
  background-color: #F2E4FA !important;
  border-bottom: 1px solid #e8cef6 !important;
}
body.primedia_grey .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
iframe.primedia_grey body .ui-grid-row-selected:nth-child(odd) .ui-grid-cell *,
body.primedia_grey .ui-grid-row-selected:nth-child(even) .ui-grid-cell *,
iframe.primedia_grey body .ui-grid-row-selected:nth-child(even) .ui-grid-cell * {
  color: #4d4d4d !important;
}
body.primedia_grey ul.dropdown-menu:not([datepicker-popup-wrap]),
iframe.primedia_grey body ul.dropdown-menu:not([datepicker-popup-wrap]) {
  border-color: #f2f3f8;
}
body.primedia_grey ul.dropdown-menu:not([datepicker-popup-wrap]):before,
iframe.primedia_grey body ul.dropdown-menu:not([datepicker-popup-wrap]):before {
  border-bottom-color: #f2f3f8;
}
body.primedia_grey ul.dropdown-menu:not([datepicker-popup-wrap]) li a,
iframe.primedia_grey body ul.dropdown-menu:not([datepicker-popup-wrap]) li a {
  color: #4d4d4d;
}
body.primedia_grey ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover,
iframe.primedia_grey body ul.dropdown-menu:not([datepicker-popup-wrap]) li a:hover {
  background: #f2f3f8;
  color: #fff;
}
body.primedia_grey .badge,
iframe.primedia_grey body .badge {
  background: #fff;
  border-color: #f2f3f8;
  color: #4d4d4d;
}
body.primedia_grey .message > a,
iframe.primedia_grey body .message > a {
  color: #4d4d4d;
}
body.primedia_grey .message > a:hover,
iframe.primedia_grey body .message > a:hover {
  background: #e1e4ef;
}
body.primedia_grey .message ul.dropdown-menu,
iframe.primedia_grey body .message ul.dropdown-menu {
  border-color: #fff;
}
body.primedia_grey .message ul.dropdown-menu:before,
iframe.primedia_grey body .message ul.dropdown-menu:before {
  border-bottom-color: #fff;
}
body.primedia_grey .message ul.dropdown-menu li a:hover,
iframe.primedia_grey body .message ul.dropdown-menu li a:hover {
  background: none;
  color: #4d4d4d;
}
body.primedia_grey .message ul.dropdown-menu > li > div.message-unread,
iframe.primedia_grey body .message ul.dropdown-menu > li > div.message-unread {
  background: #F2E4FA;
  color: #4d4d4d;
}
body.primedia_grey .message ul.dropdown-menu > li > div.message-unread a,
iframe.primedia_grey body .message ul.dropdown-menu > li > div.message-unread a,
body.primedia_grey .message ul.dropdown-menu > li > div.message-unread span,
iframe.primedia_grey body .message ul.dropdown-menu > li > div.message-unread span {
  color: #4d4d4d;
}
body.primedia_grey .message ul.dropdown-menu > li > div.message-broadcast i,
iframe.primedia_grey body .message ul.dropdown-menu > li > div.message-broadcast i {
  border-color: #E74C3C;
}
body.primedia_grey .cloud,
iframe.primedia_grey body .cloud {
  color: #4d4d4d;
}
body.primedia_grey .cloud.alt,
iframe.primedia_grey body .cloud.alt {
  background: #7d151d;
  color: #fff;
}
body.primedia_grey ul.pager > li.previous > a,
iframe.primedia_grey body ul.pager > li.previous > a,
body.primedia_grey ul.pager > li.next > a,
iframe.primedia_grey body ul.pager > li.next > a,
body.primedia_grey ul.pager > li.previous > a:hover,
iframe.primedia_grey body ul.pager > li.previous > a:hover,
body.primedia_grey ul.pager > li.next > a:hover,
iframe.primedia_grey body ul.pager > li.next > a:hover {
  color: #fff;
}
body.primedia_grey ul.pager > li.previous.disabled > a,
iframe.primedia_grey body ul.pager > li.previous.disabled > a,
body.primedia_grey ul.pager > li.next.disabled > a,
iframe.primedia_grey body ul.pager > li.next.disabled > a,
body.primedia_grey ul.pager > li.previous.disabled > a:hover,
iframe.primedia_grey body ul.pager > li.previous.disabled > a:hover,
body.primedia_grey ul.pager > li.next.disabled > a:hover,
iframe.primedia_grey body ul.pager > li.next.disabled > a:hover {
  display: none;
}
body.primedia_grey .login-top,
iframe.primedia_grey body .login-top,
body.primedia_grey .login-left,
iframe.primedia_grey body .login-left {
  background: #f2f3f8;
  color: #4d4d4d;
}
body.primedia_grey .login-top li a,
iframe.primedia_grey body .login-top li a,
body.primedia_grey .login-left li a,
iframe.primedia_grey body .login-left li a {
  color: #4d4d4d;
}
body.primedia_grey .login-top h3,
iframe.primedia_grey body .login-top h3,
body.primedia_grey .login-left h3,
iframe.primedia_grey body .login-left h3 {
  color: #4d4d4d;
}
body.primedia_grey .login-left-bottom,
iframe.primedia_grey body .login-left-bottom,
body.primedia_grey .login-right-bottom-support,
iframe.primedia_grey body .login-right-bottom-support {
  color: #4d4d4d;
  background-color: #d1d4e6;
}
body.primedia_grey .login-left-bottom a,
iframe.primedia_grey body .login-left-bottom a,
body.primedia_grey .login-right-bottom-support a,
iframe.primedia_grey body .login-right-bottom-support a {
  color: #4d4d4d;
}
body.primedia_grey .login-wrapper .form-wrapper .form-footer,
iframe.primedia_grey body .login-wrapper .form-wrapper .form-footer,
body.primedia_grey form[name="login"] input[type="text"],
iframe.primedia_grey body form[name="login"] input[type="text"],
body.primedia_grey form[name="login"] input[type="password"],
iframe.primedia_grey body form[name="login"] input[type="password"] {
  border-bottom-color: #f2f3f8;
}
body.primedia_grey.report .side input,
iframe.primedia_grey body.report .side input,
body.primedia_grey.report .side textarea,
iframe.primedia_grey body.report .side textarea,
body.primedia_grey.report .side select,
iframe.primedia_grey body.report .side select {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
body.primedia_grey.report .side .search-field,
iframe.primedia_grey body.report .side .search-field {
  border-bottom-color: #4d4d4d;
  color: #4d4d4d;
}
body.primedia_grey.report .side .side-content .side-opener,
iframe.primedia_grey body.report .side .side-content .side-opener {
  color: #4d4d4d;
}
body.primedia_grey.report .side .side-content ul.download li i,
iframe.primedia_grey body.report .side .side-content ul.download li i,
body.primedia_grey.report .side .side-content ul.download li a i,
iframe.primedia_grey body.report .side .side-content ul.download li a i {
  color: #4d4d4d;
}
