/* SCREENS */
/* COLORS */
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-fr {
  background-image: url(./flag/svg/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(./flag/svg/1x1/fr.svg);
}
.flag-icon-nl {
  background-image: url(./flag/svg/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(./flag/svg/1x1/nl.svg);
}
.flag-icon-en-US {
  background-image: url(./flag/svg/4x3/en-US.svg);
}
.flag-icon-en-US.flag-icon-squared {
  background-image: url(./flag/svg/1x1/en-US.svg);
}
.flag-icon-en {
  background-image: url(./flag/svg/4x3/en.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(./flag/svg/1x1/en.svg);
}
.flag-icon-de {
  background-image: url(./flag/svg/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(./flag/svg/1x1/de.svg);
}
.flag-icon-it {
  background-image: url(./flag/svg/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(./flag/svg/1x1/it.svg);
}
.flag-icon-eu {
  background-image: url(./flag/svg/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(./flag/svg/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(./flag/svg/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(./flag/svg/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(./flag/svg/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(./flag/svg/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(./flag/svg/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(./flag/svg/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(./flag/svg/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(./flag/svg/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(./flag/svg/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(./flag/svg/1x1/un.svg);
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Bold.eot');
  src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Regular.eot');
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Light.eot');
  src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Thin.eot');
  src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Thin.woff2') format('woff2'), url('fonts/Roboto-Thin.woff') format('woff'), url('fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'sb-icon';
  src: url('fonts/sb-icon.eot?4qbe38');
  src: url('fonts/sb-icon.eot?4qbe38#iefix') format('embedded-opentype'), url('fonts/sb-icon.ttf?4qbe38') format('truetype'), url('fonts/sb-icon.woff?4qbe38') format('woff'), url('fonts/sb-icon.svg?4qbe38#sb-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'barlow';
  src: url('fonts/BarlowCondensed-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.btn {
  font-size: 14px;
  padding: 12px;
  outline: none;
  border: none;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  color: #2b323a;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-clear {
  background-color: transparent;
}
.btn.btn-round {
  border-radius: 50%;
}
.btn.btn-icon {
  min-height: 30px;
  min-width: 30px;
  font-size: 16px;
  position: relative;
}
.btn.btn-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn.btn-blue {
  background: linear-gradient(to right, #00c9cf, #92fe9d);
  background-color: linear-gradient(to right, #00c9cf, #92fe9d);
  color: white;
  color: contrast(linear-gradient(to right, #00c9cf, #92fe9d), black, white, 50%);
  font-family: 'barlow', 'roboto';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 400px) {
  .btn.btn-blue {
    letter-spacing: 0.6em;
  }
}
.btn.btn-blue:disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  filter: alpha(opacity = (30));
  cursor: not-allowed;
}
.btn.btn-submit {
  font-size: 16px;
  padding: 1em 2em;
  font-weight: 600;
}
.btn.btn-submit .sb-icon {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 0.5em;
}
.btn.btn-save {
  background: #2b323a;
  background-color: #2b323a;
  color: white;
  font-family: 'barlow', 'roboto';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 16px;
  padding: 1em 2em;
  font-weight: 600;
}
@media (min-width: 400px) {
  .btn.btn-save {
    letter-spacing: 0.6em;
  }
}
.btn.btn-save:disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  filter: alpha(opacity = (30));
  cursor: not-allowed;
}
.btn.btn-save .sb-icon {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 0.5em;
}
.btn.btn-save:before {
  background-image: url(./svg/SAVE.svg);
}
.btn.btn-validate {
  background: linear-gradient(to right, #00c9cf, #92fe9d);
  background-color: linear-gradient(to right, #00c9cf, #92fe9d);
  color: white;
  color: contrast(linear-gradient(to right, #00c9cf, #92fe9d), black, white, 50%);
  font-family: 'barlow', 'roboto';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 16px;
  padding: 1em 2em;
  font-weight: 600;
}
@media (min-width: 400px) {
  .btn.btn-validate {
    letter-spacing: 0.6em;
  }
}
.btn.btn-validate:disabled {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  filter: alpha(opacity = (30));
  cursor: not-allowed;
}
.btn.btn-validate .sb-icon {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 0.5em;
}
.btn.btn-catalog {
  padding: 11px;
  text-align: center;
}
.buttons-group-wrapper .btn {
  text-align: center;
}
.buttons-group-wrapper .save-button {
  text-align: right;
}
.buttons-group-wrapper .validate-button {
  text-align: left;
}
.sb-icon[class^="sb-"],
.sb-icon[class*=" sb-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sb-icon' !important;
  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;
}
.sb-save:before {
  content: "\e900";
}
.sb-minus:before {
  content: "\e910";
}
.sb-plus:before {
  content: "\e911";
}
.sb-config:before {
  content: "\e901";
}
.sb-deadline:before {
  content: "\e902";
}
.sb-design:before {
  content: "\e903";
}
.sb-draft:before {
  content: "\e904";
}
.sb-edit:before {
  content: "\e905";
}
.sb-home:before {
  content: "\e906";
}
.sb-logistic:before {
  content: "\e907";
}
.sb-not_ok:before {
  content: "\e908";
}
.sb-ok:before {
  content: "\e909";
}
.sb-save-o:before {
  content: "\e90a";
}
.sb-send:before {
  content: "\e90b";
}
.sb-bars:before {
  content: "\e90c";
}
.sb-flag:before {
  content: "\e90d";
}
.sb-send_status:before {
  content: "\e90e";
}
.sb-box_setUp:before {
  content: "\e90f";
}
.sb-remove:before {
  content: "\ea0f";
}
.info-popover {
  display: inline-block;
  color: white;
  background-color: #1a1a1a;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 13px;
  margin-left: 0.5em;
  text-align: center;
  position: relative;
}
.info-popover:hover .popover {
  display: block;
}
.info-popover .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: 'Helvetica', sans-serif;
  left: -88px;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
  line-height: 1.5em;
  text-transform: none;
}
.info-popover .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
* {
  box-sizing: border-box;
}
.body {
  font-family: 'lato', 'roboto';
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #e4e4e4;
}
.body h1,
.body h2,
.body h3 {
  font-family: 'barlow', 'roboto';
  letter-spacing: 0.1em;
}
.body .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  -webkit-box-shadow: 0 0 3px #989898;
  -moz-box-shadow: 0 0 3px #989898;
  box-shadow: 0 0 3px #989898;
  min-width: 300px;
}
.body .side-menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  background-color: #1a1a1a;
  width: 220px;
  z-index: 2;
  transition: transform 0.3s ease;
}
.body .side-menu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.body .content-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 220px;
  min-height: 400px;
  min-width: 300px;
  overflow: auto;
}
.body .content-wrapper .content-container {
  position: relative;
  padding: 25px 10px 10px 10px;
  height: 100%;
}
.body .content-wrapper .content-container .content {
  position: relative;
  min-height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px #cbcbcb;
  -moz-box-shadow: 0 0 10px #cbcbcb;
  box-shadow: 0 0 10px #cbcbcb;
}
.body .content-wrapper .content-container .content .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#overlay.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#overlay .modal {
  position: relative;
  width: 100%;
  height: 100%;
}
#overlay .modal .modal-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -webkit-box-shadow: 0 0 3px white;
  -moz-box-shadow: 0 0 3px white;
  box-shadow: 0 0 3px white;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.toggle-side-menu {
  display: none;
}
section {
  margin-bottom: 2em;
}
.flash-message {
  font-family: 'lato', 'roboto';
  position: fixed;
  background: #00c9cf;
  opacity: 0.9;
  bottom: 10px;
  left: 50%;
  padding: 1em;
  color: white;
  border-radius: 5px;
  -webkit-transform: translateX(-50%) translateX(110px);
  -moz-transform: translateX(-50%) translateX(110px);
  -ms-transform: translateX(-50%) translateX(110px);
  -o-transform: translateX(-50%) translateX(110px);
  transform: translateX(-50%) translateX(110px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.flash-message.error {
  background: #e75043;
}
.flash-message.notification {
  background: #fcc648;
  top: 10px;
  bottom: inherit;
  z-index: 3;
}
.flash-message.hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .flash-message {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .body .toggle-side-menu {
    display: block;
  }
  .body .side-menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .body .content-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .body .content-wrapper .content-container .content .footer {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .body .content-wrapper {
    min-height: 600px;
  }
  .body .content-wrapper .content-container {
    padding: 0;
  }
  .body .content-wrapper .content-container .content .footer {
    position: static;
  }
}
.main-header {
  background-color: white;
  line-height: 60px;
  clear: both;
}
.main-header .item {
  margin-left: 25px;
  float: left;
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
  padding: 0;
}
.main-header .item.logo img {
  vertical-align: middle;
}
.main-header .dropdown-list {
  position: absolute;
  right: 10px;
}
.main-header .dropdown-list .lang-name {
  vertical-align: super;
  text-transform: uppercase;
  font-size: 14px;
}
.main-header .dropdown-list .btn-lang {
  padding: 0;
  line-height: 1;
  /* FOR IE9 */
  font-size: 22pt;
  min-width: 40px;
  min-height: 40px;
  margin-top: 10px;
}
.main-header .dropdown-list .btn-lang.active {
  border: 1px solid #1a1a1a;
  background-color: #e4e4e4;
}
.main-header .dropdown-list .list-lang {
  line-height: 1;
  position: absolute;
  top: 66px;
  right: -5px;
  padding-left: 0;
  background-color: white;
  border: 1px solid #bebebe;
  min-width: 180px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.main-header .dropdown-list .list-lang.active {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.main-header .dropdown-list .list-lang .dropdown-item {
  width: 100%;
  padding: 10px 0;
  line-height: 15px;
  height: 15px;
  position: relative;
}
.main-header .dropdown-list .list-lang .dropdown-item:hover {
  background-color: #cbcbcb;
}
.main-header .dropdown-list .list-lang .dropdown-item:hover .label {
  color: white;
}
.main-header .dropdown-list .list-lang .dropdown-item.active .label {
  font-weight: bold;
  color: #1a1a1a;
}
.main-header .dropdown-list .list-lang .dropdown-item .label {
  font-size: 12px;
  padding: 0 20px;
  min-width: 150px;
  float: left;
  font-weight: 300;
  color: #2b323a;
}
.main-header .dropdown-list .list-lang .dropdown-item .flag {
  width: 15px;
}
@media screen and (max-width: 400px) {
  .main-header .dropdown-list .list-lang {
    position: fixed;
    left: 0;
    right: 0;
    min-width: 300px;
  }
  .main-header .dropdown-list .list-lang .dropdown-item .label {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .main-header .dropdown-list .list-lang .dropdown-item .flag {
    position: absolute;
    width: 24px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.side-menu {
  padding-top: 35px;
  position: relative;
}
.side-menu .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu .list .link {
  position: relative;
  display: block;
  color: white;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}
.side-menu .list .link.active {
  background-color: #333333;
  font-weight: bold;
}
.side-menu .list .link .status {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.side-menu .list .info {
  position: relative;
  display: block;
  color: white;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}
.side-menu .list .info.first {
  margin-top: 150px;
}
.side-menu .list .info.name {
  font-weight: bold;
}
.side-menu .copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  color: #8997a8;
}
.content {
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 1em;
  }
}
.content h1 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin: 0 0 14px;
  border-bottom: 1px solid #e4e4e4;
}
.content h2 {
  margin: 25px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
}
.content .subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.content .subtitle .deadline {
  position: relative;
  padding-bottom: 7px;
  padding-left: 28px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 1em;
}
.content .subtitle .deadline .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #1a1a1a;
}
.content .subtitle .deadline .label {
  font-weight: 600;
}
.content .subtitle .description {
  font-size: 14px;
  color: #8997a8;
  white-space: pre-line;
  margin: 5px 0;
}
.content .welcome-message {
  text-align: center;
  padding: 60px 0 40px 0;
}
.content .welcome-message .welcome-message-title {
  white-space: pre-line;
  font-size: 16px;
}
.content .welcome-message .welcome-message-content {
  white-space: pre-line;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .content .welcome-message {
    padding: 30px 0;
  }
}
.content .paragraph {
  margin: 15px 0;
  font-size: 14px;
}
.content .validated-alert {
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #e75043;
  font-weight: bold;
}
.content .indicators-button-wrapper {
  text-align: center;
}
.content .indicators-button-wrapper .indicators-button {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.content .indicators-button-wrapper .indicators-button .item {
  float: left;
  min-width: 200px;
  margin-right: 20px;
  position: relative;
}
.content .indicators-button-wrapper .indicators-button .item .btn {
  display: block;
}
.content .indicators-button-wrapper .indicators-button .item:last-child {
  margin-right: 0;
}
.content .indicators-button-wrapper .indicators-button .item .icons {
  position: relative;
  display: inline-block;
}
.content .indicators-button-wrapper .indicators-button .item .icons .icon {
  display: inline-block;
  font-size: 60px;
  padding: 4px;
  color: #1a1a1a;
}
.content .indicators-button-wrapper .indicators-button .item .icons .status {
  position: absolute;
  bottom: 5px;
  right: -10px;
  font-size: 24px;
  z-index: 1;
}
.content .indicators-button-wrapper .indicators-button .item .icons .status.offset {
  right: -20px;
}
.content .indicators-button-wrapper .indicators-button .item .btn {
  min-width: 200px;
}
.content .indicators-button-wrapper .indicators-button .item .deadline-container {
  text-align: left;
  position: relative;
  color: #1a1a1a;
  padding-left: 28px;
  height: 26px;
  line-height: 26px;
}
.content .indicators-button-wrapper .indicators-button .item .deadline-container .sb-deadline {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
}
.content .indicators-button-wrapper .indicators-button .item .deadline-container .deadline-title {
  font-size: 12px;
}
.content .indicators-button-wrapper .indicators-button .item .deadline-container .deadline-date {
  font-size: 13px;
  color: #2b323a;
}
@media screen and (max-width: 730px) {
  .content .indicators-button-wrapper .indicators-button .item {
    float: none;
    margin: 20px 0 0 0;
  }
}
.content .legend-list {
  display: inline-block;
  padding: 10px;
}
.content .legend-list .item {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  .content .legend-list .item {
    float: none;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 26px;
  }
}
.content .legend-list .item i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
}
.content .legend-list .item:last-child {
  margin-right: 0;
}
.content #tabs::after {
  display: block;
  content: "";
  clear: both;
}
.content #tabs .tab-switch {
  position: fixed;
}
.content #tabs .tab-switch:target + .tab {
  background: #1a1a1a;
  color: white;
}
.content #tabs .tab-switch:target + .tab.error {
  background: #ff6666;
}
.content #tabs .tab-switch:target + .tab:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.content #tabs .tab-switch:target + .tab + .tab-content-container {
  opacity: 1;
}
.content #tabs .tab-switch:target + .tab + .tab-content-container .tab-content {
  display: block;
}
.content #tabs .tab {
  padding: 0.5em 2em;
  border: 1px solid #1a1a1a;
  border-bottom: none;
  color: #1a1a1a;
  font-weight: 300;
  background: white;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: -4px;
}
.content #tabs .tab .sb-form-tab-type {
  font-weight: bold;
}
.content #tabs .tab.error {
  color: #ff6666;
}
.content #tabs .tab:last-child {
  margin-right: 0;
}
.content #tabs .tab-content-container {
  box-sizing: border-box;
  float: right;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.content #tabs .tab-content-container .tab-content {
  display: none;
}
h1 #save-buttons {
  float: right;
}
h1 #save-buttons .sb-icon {
  cursor: pointer;
  border-radius: 20px;
  color: white;
  padding: 5px;
}
h1 #save-buttons .sb-icon.disabled {
  cursor: not-allowed;
}
h1 #save-buttons .sb-icon#save {
  background-color: #2b323a;
}
h1 #save-buttons .sb-icon#save.disabled {
  background-color: #c4cbd3;
}
h1 #save-buttons .sb-icon#send {
  background: linear-gradient(to right, #00c9cf, #92fe9d);
}
h1 #save-buttons .sb-icon#send.disabled {
  background-color: #ccc;
  background-blend-mode: lighten;
}
.toggle-container .toggle-off {
  display: none;
}
.sb-form-container .sb-form-body {
  padding: 1em 2em 1em 0;
}
.sb-form-container .sb-form-body.tab-content {
  border: 1px solid #1a1a1a;
  padding-left: 1em;
}
.sb-form-container .sb-form-body .sb-form-section h2 {
  padding: 6px;
  border-radius: 0px;
  background: #1a1a1a;
  color: white;
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.sb-form-container .sb-form-body .sb-form-section h2:before {
  content: '\25BC';
  font-size: smaller;
  margin-right: 2px;
}
.sb-form-container .sb-form-body .sb-form-section.closed {
  padding-bottom: 2px;
}
.sb-form-container .sb-form-body .sb-form-section.closed h2:before {
  content: '\25B6';
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-section-container {
  padding-left: 1em;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-section-content {
  padding-top: 0.5em;
  padding-left: 1em;
  padding-bottom: 1em;
  border-left: 1px solid #1a1a1a;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-section-content .form-info,
.sb-form-container .sb-form-body .sb-form-section .sb-form-section-content .form-main-info {
  padding-top: 1em;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-section-content .row {
  padding-top: 0;
  padding-bottom: 10px;
}
.sb-form-container .sb-form-body .sb-form-section .with-small-bullet {
  margin-top: 0.5em;
}
.sb-form-container .sb-form-body .sb-form-section .with-small-bullet .row:first-child {
  margin-top: -2em;
}
.sb-form-container .sb-form-body .sb-form-section .with-small-bullet:before {
  content: " ";
  background: #1a1a1a;
  border-radius: 8px;
  margin-left: -23px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-subsection h3 {
  margin: 0;
  color: black;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-subsection h3:before {
  content: " ";
  background: black;
  border-radius: 8px;
  margin-left: -25px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 13px;
  vertical-align: middle;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-subsection .sb-form-section-content {
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 0;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-subsection .sb-form-subsection h3:before {
  content: none;
}
.sb-form-container .sb-form-body .sb-form-section .sb-form-subsection .sb-form-subsection .sb-form-section-content {
  margin-left: 0;
  padding-bottom: 0;
  border: none;
}
.sb-form-container .sb-form-body .add-remove-buttons {
  padding-top: 22px;
}
@media (max-width: 991px) {
  .sb-form-container .sb-form-body .add-remove-buttons {
    text-align: center;
  }
}
.sb-form-container .sb-form-body .add-remove-buttons a {
  cursor: pointer;
  font-size: 20pt;
  vertical-align: bottom;
  line-height: 35px;
}
.sb-form-container .sb-form-body .add-remove-buttons a.remove-staffing-schedule {
  color: #2b323a;
}
.sb-form-container .sb-form-body .add-remove-buttons a.add-staffing-schedule {
  color: #1a1a1a;
}
form .form-element-hidden {
  display: none!important;
}
form .error {
  color: #e75043;
}
form .error label {
  color: #e75043;
}
form .errordd {
  font-size: 10px;
}
form .error dd .form-element {
  border-color: #e75043;
}
form label,
form .form-sub-title {
  color: #1a1a1a;
  font-weight: normal;
}
form .form-main-info {
  color: #2b323a;
  font-weight: 600;
}
form .form-label {
  color: #2b323a;
  font-weight: normal;
}
form .form-warning {
  color: #e75043;
  font-weight: normal;
}
form .has-title dt,
form .form-sub-title + * dt,
form .has-title label,
form .form-sub-title + * label {
  color: #2b323a;
  font-weight: normal;
}
form .form-info,
form .subtitle {
  color: #8997a8;
  font-size: 14px;
}
form .form-info.warning,
form .subtitle.warning {
  display: table;
}
form .form-info.warning .warning-icon,
form .subtitle.warning .warning-icon {
  color: #fcc648;
  border: 4px solid #fcc648;
  width: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 30px;
  line-height: 24px;
  border-radius: 15px;
  float: left;
  margin-right: 20px;
}
form .form-info.warning .warning-content,
form .subtitle.warning .warning-content {
  display: table-cell;
  vertical-align: middle;
}
form .form-info.warning .warning-content.with-icon,
form .subtitle.warning .warning-content.with-icon {
  width: 50px;
}
form .form-info.space-top,
form .subtitle.space-top {
  padding-top: 5px;
}
form .form-info .pre-line,
form .subtitle .pre-line {
  white-space: pre-line;
}
form .form-info .important,
form .subtitle .important {
  color: #2b323a;
  font-weight: 600;
}
form .form-sub-title {
  font-size: 16px;
}
form dl {
  margin: 0;
}
form .form-sub-group {
  padding-bottom: 15px;
}
form .form-sub-group .form-sub-title {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 10px;
  color: #2b323a;
  font-size: 15px;
}
form .row {
  padding: 0;
  font-size: 15px;
}
form .row .blue-label label {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: normal;
}
form .row .grey-label {
  color: #8997a8;
}
form .row label {
  color: #2b323a;
}
form .row .has-form-label dl {
  padding: 0;
}
form .row {
  padding: 15px 0;
}
form dl.multi-line dd .buttonset label:after {
  content: "\a";
  white-space: pre;
}
form dl.yes-no dd .buttonset label {
  text-transform: capitalize;
}
form dd {
  margin: 0;
  padding-top: 5px;
}
form dd.error {
  font-size: 11px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
form dd.error.hide {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
form dd.info {
  display: none;
}
form dd .buttonset label,
form dd.multi-checkbox label {
  font-weight: 300;
  margin-right: 1em;
}
form dd .form-element {
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  outline: none;
  min-width: 100%;
  max-width: 100%;
  padding: 9px 7px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'roboto';
  /* FOR IE9 */
}
form dd .form-element.inline[type='checkbox'] {
  margin-top: 1em;
}
@media (min-width: 992px) {
  form dd .form-element.inline[type='checkbox'] {
    margin-top: 2em;
  }
}
form dd .form-element[type='checkbox'] {
  min-width: auto;
}
form dd .form-element[type='radio'] + label {
  font-size: 13px;
}
form dd .form-element[readonly="true"],
form dd .form-element[disabled] {
  border-color: #8997a8;
  background-color: #F4F4F4;
}
form dd .form-element.with-before {
  display: table-cell;
  width: auto;
}
form dd .form-element::-webkit-input-placeholder,
form dd input::-webkit-input-placeholder {
  font-weight: 100 !important;
  font-size: 14px !important;
}
form dd .form-element:-moz-placeholder,
form dd input:-moz-placeholder {
  font-weight: 100 !important;
  font-size: 14px !important;
}
form dd .form-element::-moz-placeholder,
form dd input::-moz-placeholder {
  font-weight: 100 !important;
  font-size: 14px !important;
}
form dd .form-element:-ms-input-placeholder,
form dd input:-ms-input-placeholder {
  font-weight: 100 !important;
  font-size: 14px !important;
}
form dd select {
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: transparent;
  background: #ffffff url("svg/dropdown.svg") no-repeat 100% 50%;
  background-size: 24px;
}
form dd select::-ms-expand {
  display: none;
}
form dd .select2.select2-container--focus .select2-selection--multiple {
  border: 1px solid #1a1a1a;
  border-radius: 0px;
}
form dd .select2.select2-container--default {
  width: 100% !important;
}
form dd .select2 .select2-selection--multiple {
  border: 1px solid #1a1a1a;
  border-radius: 0px;
}
form dd .select2 .select2-selection--multiple .select2-search__field {
  font-weight: 300;
  font-size: 14px;
  padding: 7px 5px;
  margin: 0;
}
form dd .select2 .select2-selection--multiple .select2-selection__rendered {
  padding: 0 5px;
}
form dd .select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  color: white;
  border-radius: 0;
  padding: 0 10px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  position: relative;
  padding-left: 26px;
}
form dd .select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: white;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  margin-right: 0;
}
form dd .select2 .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  width: 100%;
}
form dd .select2 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  width: 100% !important;
}
form dd .before-input-text-wrapper {
  display: table;
  width: 100%;
}
form dd .before-input-text-wrapper .before-input-text {
  display: table-cell;
  width: 1px;
}
form .translation dt,
form .translation label {
  color: #2b323a;
  font-weight: normal;
}
form .translation label {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  form .translation label {
    line-height: 3em;
  }
}
.select2-container .select2-dropdown {
  border: 1px solid #e4e4e4;
  border-radius: 0;
}
.select2-container .select2-results .select2-results__option {
  font-size: 13px;
}
.select2-container .select2-results .select2-results__option.select2-results__option[aria-selected=true] {
  display: none;
}
.select2-container .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #1a1a1a;
  color: white;
}
.aligned-checkbox {
  min-height: 73px;
  line-height: 58px;
}
@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.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, .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, .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, .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, .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, .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%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#overlay .modal-container {
  text-align: left;
  padding: 20px 20px 10px 20px;
}
#overlay .modal-container .modal-title {
  color: #1a1a1a;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 14px;
  border-bottom: 1px solid #8997a8;
}
#overlay .modal-container .modal-footer {
  margin-top: 2em;
  text-align: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
.font-yellow {
  color: #fcc648;
}
.font-green {
  color: #71be52;
}
.font-red {
  color: #e75043;
}
.font-blue {
  color: #00c9cf;
}
.status:after {
  content: "\e908";
  color: #e75043;
  font-family: 'sb-icon';
}
.status.Editing:after,
.status.Correction:after {
  content: "\e904";
  color: #fcc648;
}
.status.Validated:after {
  content: "\e909";
  color: #71be52;
}
.status.PendingValidation:after {
  content: "\e90e";
  color: #00c9cf;
}
.gdprOptInsDisplayedName {
  color: #2b323a;
}
