/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 12 Column Grid 0px - 1023px
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .col {
    margin-left: 0%;
    padding: 0 2%;
  }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1,
  .col-1,
  .col-md-1 {
    width: 8.33333333%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_2,
  .col-2,
  .col-md-2 {
    width: 16.66666667%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_3,
  .col-3,
  .col-md-3 {
    width: 25%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_4,
  .col-4,
  .col-md-4 {
    width: 33.33333333%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_5,
  .col-5,
  .col-md-5 {
    width: 41.66666667%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_6,
  .col-6,
  .col-md-6 {
    width: 50%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_7,
  .col-7,
  .col-md-7 {
    width: 58.33333333%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_8,
  .col-8,
  .col-md-8 {
    width: 66.66666667%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_9,
  .col-9,
  .col-md-9 {
    width: 75%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_10,
  .col-10,
  .col-md-10 {
    width: 83.33333333%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_11,
  .col-11,
  .col-md-11 {
    width: 91.66666667%;
    border-left-width: 0;
    padding: 0 2%;
    margin-left: 0%;
  }
  .span_12,
  .col-12,
  .col-md-12 {
    margin-left: 0;
    width: 100%;
  }
  .col-md-0 {
    display: none;
  }
}
/* 2. 12 Column Grid 1024px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .col {
    margin-left: 0%;
    padding: 0 1%;
  }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }
  .span_1,
  .col-1,
  .col-lg-1 {
    width: 8.33333333%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_2,
  .col-2,
  .col-lg-2 {
    width: 16.66666667%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_3,
  .col-3,
  .col-lg-3 {
    width: 25%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_4,
  .col-4,
  .col-lg-4 {
    width: 33.33333333%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_5,
  .col-5,
  .col-lg-5 {
    width: 41.66666667%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_6,
  .col-6,
  .col-lg-6 {
    width: 50%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_7,
  .col-7,
  .col-lg-7 {
    width: 58.33333333%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_8,
  .col-8,
  .col-lg-8 {
    width: 66.66666667%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_9,
  .col-9,
  .col-lg-9 {
    width: 75%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_10,
  .col-10,
  .col-lg-10 {
    width: 83.33333333%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_11,
  .col-11,
  .col-lg-12 {
    width: 91.66666667%;
    border-left-width: 0;
    padding: 0 1%;
    margin-left: 0%;
  }
  .span_12,
  .col-12,
  .col-lg-12 {
    margin-left: 0;
    width: 100%;
  }
  .col-lg-0 {
    display: none;
  }
}
@font-face {
  font-family: 'TheSansBold';
  src: url('../../font/TheSansCYR-Bold.woff2') format('woff2'), url('../../font/TheSansCYR-Bold.woff') format('woff'), url('../../font/TheSansCYR-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   General
   ========================================================================== */
html {
  font-family: Arial;
}
.rel {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Navigation
   ========================================================================== */
body {
  font-size: 15px;
}
#blue-stripe {
  height: 40px;
  width: 100%;
  background-color: #0A2864;
}
#blue-stripe .row {
  max-width: 940px;
  margin: 0 auto;
}
#blue-stripe ul {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  display: table-row;
}
#blue-stripe ul li {
  display: table-cell;
  vertical-align: middle;
}
#blue-stripe ul li.inactive {
  color: #ccc;
}
#blue-stripe ul a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
}
#blue-stripe ul a.inactive {
  pointer-events: none;
  opacity: 0.4;
}
#blue-stripe ul li:first-child a {
  padding-left: 0;
}
#blue-stripe .content {
  height: 40px;
  max-width: 940px;
  margin: 0 auto;
  line-height: 40px;
}
#product-switch {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
#product-switch ul,
#product-switch li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#product-switch li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #0A2864;
  line-height: 50px;
  margin: 0 15px -1px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#product-switch li.active {
  color: #84B400;
  border-bottom: 1px solid #84B400;
}
#product-switch ul {
  border-bottom: 1px solid #E6E9EF;
}
#product-sidebar {
  position: absolute;
  top: 230px;
  left: 25px;
  font-size: 12px;
}
#product-sidebar.scrolled {
  position: fixed;
  top: 100px;
}
#product-sidebar ul,
#product-sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#product-sidebar li {
  color: #0A2864;
  position: relative;
  padding-left: 26px;
  margin-left: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 125px;
  cursor: pointer;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#product-sidebar li.active {
  color: #84B400;
  border-left: 1px solid #84B400;
}
#product-sidebar ul {
  border-left: 1px solid #E6E9EF;
}
#container.portal #product-sidebar {
  display: none;
}
@media only screen and (max-width: 1299px) {
  #product-sidebar {
    display: none;
  }
}
#content {
  max-width: 940px;
  margin: 50px auto 0;
}
#header {
  height: 60px;
  max-width: 940px;
  margin: 0 auto;
}
#header ul {
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0;
  display: table-row;
}
#header ul li {
  display: table-cell;
  vertical-align: middle;
  border-right: 2px solid #0a2864;
}
#header ul li:last-child {
  border-right: 0;
}
#header ul li a {
  padding: 0 20px;
  line-height: 60px;
  text-decoration: none;
  font-size: 14px;
}
#header ul li a img {
  width: 11px;
}
#header .logo {
  width: 52px;
  height: 60px;
  position: relative;
  float: left;
  margin-left: 20px;
}
#header .logo img {
  width: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}
#header .title {
  height: 60px;
  line-height: 60px;
  text-align: right;
  color: #0A2864;
}
#actions-sidebar {
  font-size: 12px;
}
#actions-sidebar .heading {
  display: none;
}
#actions-sidebar ul {
  padding: 10px;
}
#actions-sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#actions-sidebar a {
  line-height: 20px;
}
a {
  color: #333;
  line-height: 42px;
}
.product-list.service-modules .translation-wrapper p {
  margin: 5px 0;
}
.product-list.service-modules .translation-wrapper a {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-decoration: none;
  padding-right: 25px;
  color: #3E3E3E;
}
.product-list.service-modules .translation-wrapper a:after {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, calc(-50% + 0.5px));
  -moz-transform: translate(0, calc(-50% + 0.5px));
  -o-transform: translate(0, calc(-50% + 0.5px));
  -ms-transform: translate(0, calc(-50% + 0.5px));
  transform: translate(0, calc(-50% + 0.5px));
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url('../img/icon_link.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product-list.service-modules .translation-wrapper .content {
  color: #3E3E3E;
}
#products .product {
  margin-bottom: 50px;
}
#products .product.inactive {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#products .content {
  background-color: transparent;
  border: none;
  padding: 10px;
}
#products .product-content {
  background-color: #E6E9EF;
}
#products .product-name {
  font-size: 18px;
}
#products .lang-wrap {
  width: 100%;
  height: 27px;
}
#products img {
  max-width: 100%;
}
#products .product-info {
  background-color: #84b400;
  color: #fff;
  position: relative;
  font-size: 15px;
}
#products .updates {
  background-color: #F9F9F9;
  color: #3E3E3E;
  font-size: 12px;
  padding: 20px;
}
#products .updates .update-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  color: #0A2864;
}
#products .updates .main-title {
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #767676;
}
#products .date-headline {
  color: #3E3E3E;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 12px;
  margin-bottom: 4px;
}
#products .product-name-manager-wrap {
  margin-bottom: 18px;
}
#products .product-name-manager-wrap .product-name {
  font-size: 24px;
  font-weight: bold;
  color: #0A2864;
}
#products .translation-wrapper {
  background-color: #EFF1F7;
  color: #767676;
}
#products .manager-wrap {
  margin-top: 10px;
}
#products .manager-wrap .project-manager,
#products .manager-wrap .programme-manager {
  float: left;
  font-size: 12px;
}
#products .manager-wrap .project-manager .title,
#products .manager-wrap .programme-manager .title {
  font-weight: bold;
  margin-bottom: 2px;
}
#products .manager-wrap .programme-manager {
  margin-left: 15px;
}
#products .manager-wrap .product-country {
  float: left;
  margin-left: 20px;
  position: relative;
}
#products .manager-wrap .product-country .flag {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid #D8D8D8;
}
#products .manager-wrap .product-country .flag.de {
  background-image: url('../img/products/countries/de.png');
}
#products .manager-wrap .product-country .flag.es {
  background-image: url('../img/products/countries/es.png');
}
#products .manager-wrap .product-country .flag.ie {
  background-image: url('../img/products/countries/ie.png');
}
#products .manager-wrap .product-country .flag.it {
  background-image: url('../img/products/countries/it.png');
}
#products .manager-wrap .product-country .flag.uk {
  background-image: url('../img/products/countries/uk.png');
}
#products .manager-wrap .product-country .flag.fr {
  background-image: url('../img/products/countries/fr.png');
}
#products .btn {
  background-color: #0A2864;
  padding: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#products .btn:hover {
  background-color: #84b400;
}
#products a.btn {
  color: #fff;
  text-decoration: none;
}
#products .update:not(:last-of-type) {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9DDEC;
}
#products .update-text p:first-of-type {
  margin-top: 0;
}
#products .update-text p {
  margin-bottom: 5px;
}
#products .update-text ul {
  padding-left: 16px;
  margin-top: 0;
}
#products .update-text ul:last-of-type {
  margin-bottom: 0;
}
#products .update-wrapper:not(:first-of-type):last-of-type,
#products .update-wrapper:not(:first-of-type):not(:last-of-type) {
  margin-top: 20px;
}
#products .user-title-wrap {
  margin-bottom: 4px;
}
#products .user-title-wrap .user {
  float: left;
  border: 0.5px solid #d2cece;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 12px;
}
#products .user-title-wrap .user .name {
  text-align: center;
  line-height: 25px;
}
#products .user-title-wrap .user::after {
  content: '';
  height: 10.5px;
  width: 5.6px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('../img/icon_triangle.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#products .user-title-wrap .title {
  float: left;
  padding-left: 20px;
  border-top: 0.5px solid transparent;
}
#products .user-title-wrap .title a {
  line-height: 25px;
  color: #0A2963;
  text-decoration: none;
}
#products .update-outer-wrapper {
  margin-bottom: 40px;
}
#products .show-all-wrap {
  border-top: 1px solid #D9DDEC;
  padding-top: 16px;
  text-align: center;
}
#products .show-all-wrap a {
  color: #3E3E3E;
  line-height: 16px;
  text-decoration: none;
}
#products .bg-demo {
  max-width: 49px;
}
#products .bg-prototype {
  max-width: 119px;
}
#products .bg-translations {
  max-width: 58px;
}
#products .view-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}
#products .view-wrap a {
  display: inline-block;
  position: relative;
  color: transparent;
  width: 52px;
  height: 52px;
  background-color: #76A002;
  margin: 0 5px;
  font-size: 0px;
  line-height: 52px;
  border-radius: 3px;
}
#products .view-wrap a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#products .view-wrap a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#products .view-wrap a.no-bg {
  background-color: transparent;
}
#products .view-wrap .billing {
  width: 30px;
}
#products .view-wrap .building {
  width: 31px;
}
#products .view-wrap .chart {
  width: 27px;
}
#products .view-wrap .powerpoint {
  width: 28px;
}
#products .product-image-button-wrapper,
#products .translation-wrapper {
  padding: 20px 20px 10px;
}
#products .product-image-button-wrapper .type,
#products .translation-wrapper .type {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#products .product-image-button-wrapper .percentage,
#products .translation-wrapper .percentage {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  color: #84858A;
}
#products .product-image-button-wrapper:not(.invision):hover img,
#products .translation-wrapper:not(.invision):hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#products .product-image-button-wrapper .product-inner,
#products .translation-wrapper .product-inner {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
#products .product-image-button-wrapper .product-inner a.page-link,
#products .translation-wrapper .product-inner a.page-link {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -10px;
  z-index: 4;
}
#products .product-image-button-wrapper .product-inner .pw-button,
#products .translation-wrapper .product-inner .pw-button {
  color: #3E3E3E;
  background-color: #FFFFFF;
  font-size: 14px;
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 5px 10px;
}
#products .product-image-button-wrapper .image,
#products .translation-wrapper .image {
  margin: 20px 0;
}
#products .product-image-button-wrapper .image img,
#products .translation-wrapper .image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#products .product-image-button-wrapper .button,
#products .translation-wrapper .button {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #products .manager-wrap .programme-manager {
    margin-left: 60px;
  }
  #products .manager-wrap .product-country {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #products .manager-wrap .product-country {
    float: right;
  }
}
.product-list {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#container.service-modules .product-list.portal {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#container.service-modules .product-list.service-modules {
  opacity: 1;
  height: auto;
}
#container.portal .product-list.service-modules {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#container.portal .product-list.portal {
  opacity: 1;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #container.portal #products .product-list.editor .product-image-button-wrapper {
    padding: 0;
  }
}
h2 {
  font-size: 32px;
  line-height: 38px;
  color: #0A2864;
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #products .flag {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #container .form-wrapper .col.col-6:first-child {
    padding-right: 50px;
  }
  #container .form-wrapper .col.col-6:nth-child(2) {
    padding-left: 50px;
  }
  #products .product {
    margin-bottom: 100px;
  }
  #products .updates {
    padding: 20px;
  }
  #products .update-outer-wrapper {
    margin-bottom: 60px;
    display: flex;
  }
  #products .update-outer-wrapper .update-wrapper {
    width: calc(50% - 10px);
  }
  #products .update-outer-wrapper .update-wrapper:not(:first-of-type):last-of-type,
  #products .update-outer-wrapper .update-wrapper:not(:first-of-type):not(:last-of-type) {
    margin-top: 0;
  }
  #products .update-outer-wrapper .update-wrapper:first-of-type:last-of-type {
    width: 100%;
  }
  #products .update-outer-wrapper .update-wrapper:first-of-type:not(:last-of-type) {
    padding-right: 20px;
  }
  #products .update-outer-wrapper .update-wrapper:last-of-type:not(:first-of-type) {
    padding-left: 20px;
  }
  #products .update-outer-wrapper .update-wrapper:not(:first-of-type):not(:last-of-type) {
    padding-left: 20px;
    padding-right: 20px;
  }
  #products .product-name-manager-wrap {
    margin-bottom: 30px;
  }
  #products .product-name-manager-wrap .product-name {
    float: left;
  }
  #products .product-name-manager-wrap .manager-wrap {
    float: right;
    margin-top: 0;
  }
  #products .product-list.editor .product-content {
    display: flex;
    align-items: stretch;
  }
  #products .product-list.editor .product-content .product-info {
    width: 70%;
  }
  #products .product-list.editor .product-content .product-info.no-spec {
    width: 100%;
  }
  #products .product-list.editor .product-content .translation-wrapper {
    width: 30%;
  }
  #products .product-list.editor.portal .product-content .product-info {
    width: 50%;
    padding: 20px 20px 10px;
  }
  #products .product-list.editor.portal .product-content .translation-wrapper {
    width: 50%;
  }
  #products .product-info {
    display: flex;
    align-items: stretch;
  }
  #products .product-info .product-image-button-wrapper {
    width: 50%;
  }
  #products .product-info .product-image-button-wrapper:first-of-type:last-of-type {
    width: 100%;
  }
}
.message {
  color: #fff;
  padding: 10px;
}
.message.error {
  background-color: #E63F0C;
}
.message.success {
  background-color: #84B400;
}
.language-save-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F2AF00;
  color: #fff;
  padding: 15px;
  line-height: 30px;
  height: 60px;
  box-sizing: border-box;
  z-index: 99;
}
.language-save-overlay .container {
  max-width: 900px;
  margin: 0 auto;
}
.language-save-overlay .container button,
.language-save-overlay .container input[type="submit"],
.language-save-overlay .container a.blue-btn {
  width: auto;
  color: #fff;
  font-size: 15px;
  background-color: #0A2864;
  padding: 0 25px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  border: none;
}
.language-save-overlay .container button:hover,
.language-save-overlay .container input[type="submit"]:hover,
.language-save-overlay .container a.blue-btn:hover {
  background-color: #84b400;
}
.ista-container {
  color: #0a2864;
  margin-bottom: 50px;
}
.ista-container h1 {
  color: #0a2864;
}
.ista-container input[type="checkbox"] {
  width: 24px;
  height: 15px;
}
.ista-container input,
.ista-container textarea {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 0 10px;
  border: 1px solid #ced4e0;
  outline: 0 none;
  line-height: 28px;
  font-size: 15px;
}
.ista-container input:focus,
.ista-container textarea:focus,
.ista-container input:hover,
.ista-container textarea:hover {
  border-color: #84b400;
}
.ista-container input[disabled],
.ista-container textarea[disabled] {
  pointer-events: none;
  border: 1px solid #ced4e0;
}
.ista-container select {
  width: 100%;
  margin: 0;
  border: 1px solid #9DA9C4;
  border-radius: 1px;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/icon_arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  outline: none;
  line-height: 18px;
}
.ista-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ista-container select:focus,
.ista-container select:hover {
  border-color: #84b400;
}
.ista-container button,
.ista-container input[type="submit"],
.ista-container a.blue-btn {
  width: auto;
  color: #fff;
  font-size: 15px;
  background-color: #0A2864;
  padding: 0 25px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  border: none;
}
.ista-container button:hover,
.ista-container input[type="submit"]:hover,
.ista-container a.blue-btn:hover {
  background-color: #84b400;
}
.ista-container div.submit {
  display: inline-block;
}
.ista-container .search .left {
  margin-right: 10px;
}
.ista-container .search-wrap {
  margin-bottom: 10px;
}
.ista-container .search-buttons {
  font-size: 0;
}
.ista-container .search-buttons .submit {
  margin-right: 10px;
}
.ista-container .title-button-wrapper {
  margin: 0.67em 0;
}
.ista-container .title-button-wrapper .title {
  float: left;
}
.ista-container .title-button-wrapper .title h1 {
  margin: 0;
}
.ista-container .title-button-wrapper .button {
  float: right;
  line-height: 42px;
}
.ista-container h1.switch {
  display: inline-block;
  margin-left: 15px;
}
.ista-container h1.switch:first-of-type {
  margin-left: 0;
}
.ista-container h1.switch.inactive {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ista-container h1.switch.inactive:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ista-container h1.switch.inactive a {
  text-decoration: none;
  color: inherit;
}
.ista-container .ista-content {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.ista-container .ista-content .table-del {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}
.ista-container .ista-content .head {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 11px 18px;
}
.ista-container .ista-content ul.pagination {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.ista-container .ista-content ul.pagination li {
  display: inline-block;
}
.ista-container .ista-content ul.pagination a {
  color: #0a2864!important;
  text-decoration: none;
  padding: 0 10px;
}
.ista-container .ista-content .prev a,
.ista-container .ista-content .next a {
  overflow: hidden;
}
.ista-container .ista-content .prev a,
.ista-container .ista-content .next a,
.ista-container .ista-content .first a,
.ista-container .ista-content .last a {
  position: relative;
  width: 0;
  height: 0;
  border-bottom: .43333333em solid transparent;
  border-top: .43333333em solid transparent;
  display: block;
  margin-top: 1px;
}
.ista-container .ista-content .prev.disabled a,
.ista-container .ista-content .next.disabled a,
.ista-container .ista-content .first.disabled a,
.ista-container .ista-content .last.disabled a {
  pointer-events: none;
  color: #b4b4b4!important;
}
.ista-container .ista-content .prev a,
.ista-container .ista-content .first a {
  margin-right: 10px;
  border-right: .46666667em solid;
}
.ista-container .ista-content .next a,
.ista-container .ista-content .last a {
  margin-left: 10px;
  border-left: .46666667em solid;
}
.ista-container .ista-content .last a::before,
.ista-container .ista-content .first a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: -0.65em;
  width: .2em;
  height: 1.26666667em;
  background-color: #0a2864;
  cursor: pointer;
}
.ista-container .ista-content .first a::before {
  left: 15px;
}
.ista-container .ista-content input.datetime-picker {
  cursor: pointer;
}
.ista-container .ista-content .body {
  padding: 18px;
}
.ista-container .ista-content .body .ck-sticky-panel .ck-button__label,
.ista-container .ista-content .body .ck-sticky-panel svg {
  color: black;
}
.ista-container .ista-content .body .ck-editor__editable {
  min-height: 150px;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget::before,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget::after {
  display: none;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget ul {
  list-style: none;
  padding: 0;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget ul li {
  height: 340px;
  display: inline-block;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget ul li:not(:first-of-type) {
  margin-left: 20px;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget a {
  outline: none;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table {
  box-shadow: 0.06666667rem 0.2rem 0.66666667rem 0 rgba(0, 0, 0, 0.35);
  background-color: #f0f2f5;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table td span {
  border-radius: 50%;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table td span.active {
  background: #84b400;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectHour"],
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectMinute"],
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectSecond"] {
  padding: 5px;
  border-radius: 50%;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectHour"]:hover,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectMinute"]:hover,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table tr td[data-action="selectSecond"]:hover {
  background: #84b400;
  color: #fff;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
  display: none;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table tbody tr td {
  border-left: none;
  border-right: none;
  text-align: center;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table tbody tr:nth-of-type(2n) td {
  background-color: transparent;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table thead tr {
  color: #0a2864;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table thead tr th {
  border-bottom: none;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table tr:hover {
  box-shadow: none;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table th.prev span,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table th.next span {
  position: relative;
  width: 0;
  height: 0;
  border-bottom: .43333333em solid transparent;
  border-top: .43333333em solid transparent;
  display: block;
  margin-top: 1px;
  color: #0a2864;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table th.prev span {
  margin-right: 10px;
  border-right: .46666667em solid;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table th.next span {
  margin-left: 10px;
  border-left: .46666667em solid;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table th.picker-switch {
  text-align: center;
  color: #0a2864;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table td.day {
  border-radius: 50%;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table td.day.active,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget table td.day:hover {
  background: #84b400;
  color: #fff;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table {
  text-align: center;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="incrementHours"] span,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="incrementMinutes"] span,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="incrementSeconds"] span {
  border-bottom: .46666667em solid;
  position: relative;
  width: 0;
  height: 0;
  border-left: .43333333em solid transparent;
  border-right: .43333333em solid transparent;
  display: inline-block;
  margin-top: 1px;
  color: #0a2864;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="decrementHours"] span,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="decrementMinutes"] span,
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table a.btn[data-action="decrementSeconds"] span {
  border-top: .46666667em solid;
  position: relative;
  width: 0;
  height: 0;
  border-left: .43333333em solid transparent;
  border-right: .43333333em solid transparent;
  display: inline-block;
  margin-top: 1px;
  color: #0a2864;
}
.ista-container .ista-content .body .bootstrap-datetimepicker-widget .timepicker table td {
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.ista-container .ista-content .body .search {
  padding: 0 11px;
}
.ista-container .ista-content .body .search .left,
.ista-container .ista-content .body .search .right {
  width: 250px;
}
.ista-container .ista-content .body .search .left.auto,
.ista-container .ista-content .body .search .right.auto {
  width: auto;
}
.ista-container .ista-content .body .search .left {
  margin-right: 10px;
}
.ista-container .ista-content .body .search .right {
  margin-left: 10px;
}
.ista-container .ista-content .body .search .input {
  margin-bottom: 0;
}
.ista-container .ista-content .body table .input {
  margin-bottom: 0;
}
.ista-container .ista-content .body textarea::placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.ista-container .ista-content .body .changed textarea {
  background-color: #F2F7E5;
}
.ista-container .ista-content .body .changed.empty textarea {
  background-color: #fff;
}
.ista-container .ista-content .body .existing.changed.empty textarea {
  background-color: #F5B29E;
  border: solid 1px #E63F0C;
}
.ista-container .ista-content .body .existing.changed.empty textarea::placeholder {
  color: rgba(230, 63, 12, 0.5);
}
.ista-container .ista-content .body span.deep {
  padding-left: 10px;
  display: block;
}
.ista-container .ista-content .body span.deep + .deep {
  padding-left: 20px;
}
.ista-container .ista-content .body .char {
  background-color: #FADF99;
  font-weight: bold;
}
.ista-container .ista-content .body .input {
  margin-bottom: 30px;
}
.ista-container .ista-content .body .input label {
  margin-bottom: 7px;
  display: block;
}
.ista-container .ista-content .body table {
  width: 100%;
  color: #3e3e3e;
}
.ista-container .ista-content .body table a {
  line-height: inherit;
}
.ista-container .ista-content .body table.large {
  font-size: 12px;
}
.ista-container .ista-content .body table tbody tr td {
  border-left: solid 7px #fff;
  border-right: solid 7px #fff;
}
.ista-container .ista-content .body table tbody tr td:first-child {
  border-left: 0 none;
}
.ista-container .ista-content .body table tbody tr td:last-child {
  border-right: 0 none;
}
.ista-container .ista-content .body table tbody tr:hover {
  box-shadow: 0.06666667rem 0.2rem 0.66666667rem 0 rgba(0, 0, 0, 0.2);
}
.ista-container .ista-content .body table tbody tr:hover td {
  border-color: transparent;
}
.ista-container .ista-content .body table tbody tr:nth-of-type(2n) td {
  background-color: rgba(230, 233, 239, 0.6);
}
.ista-container .ista-content .body table tbody tr:nth-of-type(2n+1) td {
  border-top-style: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.ista-container .ista-content .body table th,
.ista-container .ista-content .body table td {
  text-align: left;
  padding: 11px;
}
.ista-container .ista-content .body table th {
  border-bottom: 2px solid #e6e9ef;
}
.ista-container .ista-content .body table td.existing.found {
  background-color: #FADF99;
  background-clip: padding-box;
}
/*# sourceMappingURL=manage.css.map */