html {
  overflow-x: hidden; }

hr {
  color: grey;
  background-color: grey;
  height: 1px;
  width: 100%;
  border: 0px;
  padding: 0;
  clear: both;
  z-index: 99; }

.hr-light {
  opacity: 0.24; }

.left {
  float: left; }

.centered {
  margin: 0 auto; }

.right {
  float: right; }

.fullWidth {
  width: 100%; }

.halfWidth {
  width: 50%; }

.firstHalf {
  width: 48%; }

.oneThird {
  width: 33%; }

.twoThird {
  width: 66%; }

.oneFourth {
  width: 25%; }

.twoFourth {
  width: 50%; }

.threeFourth {
  width: 75%; }

.secondHalf {
  width: 48%; }

.posRelative {
  position: relative;
  top: 0;
  left: 0; }

.inlineBlock {
  display: inline-block; }

.textCentered {
  text-align: center; }

.white {
  color: white; }

.visible {
  visibility: visible !important;
  display: block !important; }

.clear {
  clear: both;
  display: block; }

/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.45s linear;
  -moz-animation: ripple 0.45s linear;
  -ms-animation: ripple 0.45s linear;
  -o-animation: ripple 0.45s linear;
  animation: ripple 0.45s linear; }

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }
@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5); } }
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5); } }
@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 12.5px 0; }
  50% {
    background-position: 12.5px 12.5px; }
  75% {
    background-position: 0px 12.5px; } }
@keyframes move {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 12.5px 0; }
  50% {
    background-position: 12.5px 12.5px; }
  75% {
    background-position: 0px 12.5px; } }
.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }

.blur:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

textarea {
  font-family: arial;
  font-size: 12px; }

.validation-summary-errors {
  padding: 10px;
  background-color: #fbe3e4;
  border: 1px solid red !important;
  margin-top: 15px;
  margin-bottom: 15px; }
  .validation-summary-errors span {
    font-weight: bold; }
  .validation-summary-errors ul {
    list-style: disc;
    list-style-position: inside !important; }

.chosen-container-single .chosen-single {
  background-color: inherit !important; }

.yellow-box {
  margin-top: 20px;
  padding: 20px;
  background-color: #FFFFCB;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  margin-bottom: 20px; }

.ui-pnotify-title {
  display: inline-block !important;
  color: #555;
  text-transform: uppercase; }

.label-new {
  font-size: 0.9em;
  background-color: #ff7e00 !important;
  color: white;
  padding: 3px;
  border-radius: 4px; }

table.std tr {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding: 10px 0p 18px 12px;
  height: 20px; }
table.std th {
  text-align: left;
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px; }
table.std td {
  padding-right: 20px;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px; }

.rowStyle {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding: 10px 0p 18px 12px;
  margin: 5px; }

.paging .pagination {
  clear: both;
  float: right; }
  .paging .pagination ul li {
    float: left;
    padding-right: 13px;
    font-weight: normal;
    font-size: 13px;
    color: #e9e9e9; }

.arrow_box {
  background: #FFFFFF;
  position: relative; }
  .arrow_box:before {
    position: absolute;
    border: solid transparent;
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: -10px;
    border: 5px solid white;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white; }

.option-panel {
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-collapse: separate;
  z-index: 3;
  position: absolute;
  right: 65px;
  width: 325px;
  background-color: white;
  transform: translate(0, -51%);
  top: 51%;
  display: none; }
  .option-panel .option {
    width: 100%; }
    .option-panel .option.disabled {
      color: lightgray; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  border: 1px solid #d9d9d9;
  color: #919191; }
  .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-widget-content, .ui-datepicker .ui-widget-header {
    color: inherit; }

.invalid-field {
  background-color: #FBE3E4;
  border-radius: 7px; }

body.customer .pageNavigation ul {
  background: white; }
  body.customer .pageNavigation ul li a {
    color: #808080; }
body.customer .tabs-container .tab.active .content {
  background-color: whitesmoke; }
body.customer .tabs-container .tabs li.active {
  background-color: whitesmoke; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input::-moz-focus-inner {
  border: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

i {
  font-style: italic; }

@font-face {
  font-family: HelveticaNeueLTCom45Light;
  font-style: normal;
  font-weight: normal;
  src: url("/stylesheets/fonts/helveticaneueltcom-lt-webfont.eot");
  src: url("/stylesheets/fonts/helveticaneueltcom-lt-webfont.eot?#iefix") format("embedded-opentype"), url("/stylesheets/fonts/helveticaneueltcom-lt-webfont.ttf") format("truetype"); }
html {
  font-size: 12px; }

body, p {
  font: normal 12px Arial, sans-serif;
  line-height: 24px;
  color: #808080; }

a {
  color: #abb926;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #C6D52A; }

h1 {
  font: bold 32px "Open Sans", Arial, sans-serif;
  line-height: 1.4;
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0px;
  position: relative;
  left: 0px; }

h2 {
  font: bold 16px "Open Sans", Arial, sans-serif;
  line-height: 1.2; }

h3 {
  font: normal 12px Arial, sans-serif;
  line-height: 1.2; }

h4 {
  font: normal 14px Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 9px;
  color: gray; }

h5 {
  font: bold 12px Arial, sans-serif;
  color: #808080;
  margin-top: 6px; }

.pageNavigation a {
  font-family: HelveticaNeueLTCom45Light, sans-serif;
  font-size: 17px;
  font-weight: normal;
  height: 20px;
  letter-spacing: 1px;
  padding-right: 12px;
  text-decoration: none;
  text-transform: lowercase; }

.webstoreContainer h3 {
  font: bold 12px "Open Sans", Arial, sans-serif;
  line-height: 1.4;
  color: #666;
  text-transform: uppercase; }
.webstoreContainer p {
  font: bold 10px "Open Sans", Arial, sans-serif;
  line-height: 1.4;
  color: #d7d7d7; }

/*For now, only LabelOverview, but has to be compatible with webstore in general*/
.labelOVerview .title {
  text-transform: uppercase;
  line-height: 37px;
  float: left;
  font-size: 15px;
  font-family: 'Karla','Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #666666; }
.labelOVerview h2 {
  line-height: 41px;
  font-family: 'Karla','Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #4d4e50; }
.labelOVerview h3, .labelOVerview p {
  font-family: 'Karla','Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }

footer.labelOVerview {
  font-family: 'Karla', 'Open Sans', 'Verdana', 'Geneva', sans-serif;
  font-size: 9px;
  color: #828284;
  text-transform: uppercase; }

/* CLIENT SITE HEADINGS*/
.clientMaster h1 {
  border-bottom: 1px solid #808080;
  width: 100%;
  height: 33px;
  line-height: 40px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #808080;
  font: normal 22px HelveticaNeueLTCom45Light, Arial, sans-serif; }
.clientMaster h2 {
  border-bottom-width: 0px !important;
  font: normal 18px HelveticaNeueLTCom45Light, Arial, sans-serif;
  position: relative;
  color: #808080;
  text-transform: uppercase; }
.clientMaster h3 {
  font: normal 14px HelveticaNeueLTCom45Light, Arial, sans-serif;
  color: #808080;
  text-transform: uppercase; }
.clientMaster h4 {
  font: normal 14px Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
  color: gray; }
.clientMaster h5 {
  font: bold 12px Arial, sans-serif;
  color: #808080;
  margin-bottom: 6px;
  font-size: 115%; }
.clientMaster td, .clientMaster p {
  font: normal 12px Arial, sans-serif;
  color: gray;
  line-height: 24px; }

strong {
  font-weight: bold; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

u {
  text-decoration: underline; }

.ui-datepicker {
  font-family: Arial, sans-serif; }

.accordion {
  width: 100%;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  /*.inkContainer {
              height:45px;
              width:100%;
              display:block;
              overflow:hidden;
          }*/
  /*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/ }
  .accordion .accordion-open {
    background: #F5F5F5;
    position: relative; }
  .accordion .ink {
    display: block;
    position: absolute;
    background: #e5e5e5;
    border-radius: 100%;
    transform: scale(0); }
  .accordion .tableHeader {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    padding: 10px 0px 14px 12px;
    height: 20px;
    background: transparent linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.03) 100%) repeat scroll 0px 0px !important; }
    .accordion .tableHeader:hover {
      background: #F5F5F5;
      cursor: pointer; }
    .accordion .tableHeader a {
      display: block;
      color: black;
      font-weight: bold; }
    .accordion .tableHeader h4 {
      z-index: 2;
      position: relative;
      width: 55%;
      float: left;
      padding-left: 10px; }
    .accordion .tableHeader .tableCaptionContent {
      height: 40px;
      position: absolute;
      top: 0;
      right: 0; }
    .accordion .tableHeader .lblCmnToggle {
      z-index: 5; }
  .accordion .tableContent {
    border-top: 0;
    font-size: 12px;
    width: 100%; }
    .accordion .tableContent:last-of-type {
      position: relative;
      top: -1px; }
    .accordion .tableContent .disabled-product {
      background: #e7e6e6; }

.btnGrey, .btnLightGrey, .btnLightGreySmall, .btnLightGreyWithIconLeft, .btnRed, .btnRedSmall, .btnGreySmall, .btnGreyWithIconLeft, .btnSave, .btnGreyDisabled {
  padding: 4px 20px 4px 20px;
  box-shadow: 0 4px #5C5C5C;
  border-radius: 5px;
  background: #808080;
  color: white !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  font: bold 11px Arial, sans-serif;
  z-index: 99;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 27px;
  border-collapse: separate; }
  .btnGrey:hover, .btnLightGrey:hover, .btnLightGreySmall:hover, .btnLightGreyWithIconLeft:hover, .btnRed:hover, .btnRedSmall:hover, .btnGreySmall:hover, .btnGreyWithIconLeft:hover, .btnSave:hover, .btnGreyDisabled:hover {
    box-shadow: 0 2px #5C5C5C; }
  .btnGrey.disabled, .disabled.btnLightGrey, .disabled.btnLightGreySmall, .disabled.btnLightGreyWithIconLeft, .disabled.btnRed, .disabled.btnRedSmall, .disabled.btnGreySmall, .disabled.btnGreyWithIconLeft, .disabled.btnSave, .disabled.btnGreyDisabled, .btnGrey[disabled], [disabled].btnLightGrey, [disabled].btnLightGreySmall, [disabled].btnLightGreyWithIconLeft, [disabled].btnRed, [disabled].btnRedSmall, [disabled].btnGreySmall, [disabled].btnGreyWithIconLeft, [disabled].btnSave, [disabled].btnGreyDisabled {
    opacity: .35; }

/* */
.btnLightGrey, .btnLightGreySmall, .btnLightGreyWithIconLeft {
  background: #e3e3e3;
  color: #898989 !important;
  box-shadow: 0px 4px #bdb7b3;
  text-shadow: none; }
  .btnLightGrey:hover, .btnLightGreySmall:hover, .btnLightGreyWithIconLeft:hover {
    box-shadow: 0px 2px #bdb7b3; }
  .btnLightGrey.disabled, .disabled.btnLightGreySmall, .disabled.btnLightGreyWithIconLeft, .btnLightGrey[disabled], [disabled].btnLightGreySmall, [disabled].btnLightGreyWithIconLeft {
    opacity: 1;
    color: #C1C1C1; }

.btnLightGreySmall {
  height: 27px;
  line-height: 27px !important; }

.btnRed, .btnRedSmall {
  background: #d9534f;
  box-shadow: 0 4px #D80300; }
  .btnRed:hover, .btnRedSmall:hover {
    box-shadow: 0 2px #D80300; }

.btnRedSmall {
  height: 27px;
  line-height: 27px !important; }

.disabled {
  color: lightgrey !important; }

.disabled:hover {
  top: 0px !important; }

.btnGreySmall {
  height: 27px;
  line-height: 27px !important; }

.btnGreyWithIconLeft, .btnSave {
  padding-left: 18px;
  line-height: 27px !important; }
  .btnGreyWithIconLeft i, .btnSave i {
    padding-right: 8px;
    position: relative;
    font-size: 17px;
    top: 2px; }

.btnLightGreyWithIconLeft {
  padding-left: 18px;
  line-height: 27px !important; }
  .btnLightGreyWithIconLeft i {
    padding-right: 8px;
    position: relative;
    font-size: 17px;
    top: 2px; }

.btnSave .textBtnSave {
  position: relative;
  top: 0px; }

.btnGreyDisabled {
  background: #d3d3d3;
  color: #dddddd;
  box-shadow: 0 4px #c6c6c6; }

/*Green button style*/
.btnGreen, .btnGreenWithIconRight, .btnGreenWithIconLeft, .btnGreenDisabled {
  padding: 4px 20px 4px 20px;
  box-shadow: 0 4px #8e991f;
  border-radius: 5px;
  background: #becd29;
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  font: bold 11px Arial, sans-serif;
  z-index: 99;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 27px;
  border-collapse: separate; }
  .btnGreen:hover, .btnGreenWithIconRight:hover, .btnGreenWithIconLeft:hover, .btnGreenDisabled:hover {
    box-shadow: 0 2px #8e991f;
    color: white !important; }

.btnGreenWithIconLeft {
  padding-left: 18px;
  line-height: 27px !important; }
  .btnGreenWithIconLeft i {
    padding-right: 8px;
    position: relative;
    font-size: 17px;
    top: 2px; }

.btnGreenDisabled {
  background: #e8eeb4;
  color: #fdfefb;
  box-shadow: 0 4px #d7dbb0; }

/*Start custom file upload button*/
.fileUpload {
  position: relative; }
  .fileUpload .upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    width: 200px;
    filter: alpha(opacity=0);
    z-index: 800; }
    .fileUpload .upload:hover {
      cursor: pointer; }
  .fileUpload .btnSmall {
    float: left; }
    .fileUpload .btnSmall:hover {
      position: relative;
      top: 0px;
      left: 0px; }
  .fileUpload .lblUploadBtn {
    float: left;
    margin-top: 2px;
    padding-left: 4px;
    color: #808080;
    font-size: 9px;
    cursor: pointer;
    text-transform: lowercase; }
  .fileUpload:hover {
    top: 2px;
    cursor: pointer; }
    .fileUpload:hover .btnSmall, .fileUpload:hover .lblUploadBtn {
      color: #becd29; }

/*End custom file upload button*/
.btn_small,
.btnSmall {
  display: inline-block !important;
  width: 13px;
  height: 13px;
  background: white;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden;
  white-space: nowrap;
  margin: 2px;
  font-family: FontAwesome;
  font-size: 14px !important;
  padding: 6px 6px 6px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #808080;
  border-collapse: separate;
  vertical-align: middle !important; }
  .btn_small:hover,
  .btnSmall:hover {
    position: relative;
    top: 1px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28); }

/*Toggle buttons used in for example PriceProfile page*/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.cmn-toggle-options {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }
  .cmn-toggle-options + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

input.cmn-toggle-round.input-validation-error + label:before {
  right: 1px;
  border: 1px solid #FBE3E4; }
input.cmn-toggle-round.input-validation-error + label:after {
  background-color: #FBE3E4; }

.disabledForAccountUpgrade input.cmn-toggle-round:checked + label:before {
  background-color: rgba(190, 205, 41, 0.15); }
.disabledForAccountUpgrade input.cmn-toggle-round + label:before {
  background-color: rgba(217, 217, 217, 0.15); }

input.cmn-toggle-round + label {
  padding: 2px;
  width: 36px;
  margin-top: 2px;
  height: 17px;
  background-color: #F5F5F5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 4px; }
  input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s; }
  input.cmn-toggle-round + label:after {
    width: 18px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s; }
  input.cmn-toggle-round + label .notAllCheckedState {
    z-index: 999;
    position: absolute;
    color: #808080;
    font-size: 28px;
    right: 9%;
    bottom: 0%;
    visibility: hidden; }
input.cmn-toggle-round:checked + label:before {
  background-color: #becd29; }
input.cmn-toggle-round:checked + label:after {
  margin-left: 20px; }

/* RADIO BUTTON STYLE NEEDS SPECIFIC CLASS*/
input[type=radio].styledRadioButton {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

input[type=radio].styledRadioButton + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em; }

input[type=radio].styledRadioButton + label > span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 1px;
  margin-left: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #d9d9d9;
  background-image: -moz-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -ms-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
  vertical-align: bottom; }

input[type=radio].styledRadioButton:checked + label > span {
  background-image: -moz-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -ms-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#d9d9d9, #d9d9d9); }

input[type=radio].styledRadioButton:checked + label > span > span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 2px;
  border-radius: 4px;
  background: #99cc66;
  background-image: -moz-linear-gradient(#becd29, #becd29);
  background-image: -ms-linear-gradient(#becd29, #becd29);
  background-image: -o-linear-gradient(#becd29, #becd29);
  background-image: -webkit-linear-gradient(#becd29, #becd29);
  background-image: linear-gradient(#becd29, #becd29); }

/*EINDE RADIO BUTTON STIJL*/
.dropDown {
  width: 200px;
  height: 36px;
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 1px;
  cursor: pointer;
  float: left;
  background: white;
  overflow: hidden;
  /* IE hack to hide default dropdown arrow*/ }
  .dropDown .inputForDropDownList {
    display: block;
    width: 200px;
    margin-left: -2px;
    margin-top: -2px;
    height: 36px !important;
    padding-left: 15px !important; }
  .dropDown .dropdownArrow {
    font-size: 10px;
    color: #7c8389;
    position: absolute;
    right: 10px;
    top: 43%; }
  .dropDown select {
    cursor: pointer;
    color: #919191;
    border: 0px !important;
    height: 36px;
    padding-left: 6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 220px;
    z-index: 999;
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/ }
  .dropDown select::-ms-expand {
    display: none; }

.pageNavigation {
  position: relative;
  left: 0;
  top: 0;
  height: 26px; }
  .pageNavigation ul {
    height: 26px;
    background: grey;
    width: 100%;
    float: left; }
    .pageNavigation ul li {
      float: left;
      list-style: none;
      height: 27px; }
      .pageNavigation ul li:first-child {
        margin-left: 55px; }
      .pageNavigation ul li:hover, .pageNavigation ul li .ie_does_hover ul {
        background-position: 0 0;
        left: auto; }
      .pageNavigation ul li a {
        color: #FCFCFC;
        display: block;
        font-family: HelveticaNeueLTCom45Light, sans-serif;
        font-size: 17px;
        letter-spacing: 1px;
        margin: 0 20px 0 0;
        text-decoration: none;
        cursor: pointer; }
        .pageNavigation ul li a:hover, .pageNavigation ul li a:active {
          color: #b6c527; }
        .pageNavigation ul li a span {
          padding-right: 12px; }
      .pageNavigation ul li ul {
        background-color: #EBEBEB;
        margin: 0;
        padding: 0;
        z-index: 999;
        width: 165px;
        left: -1000px;
        position: absolute;
        margin-top: 6px; }
        .pageNavigation ul li ul li {
          float: none !important; }
          .pageNavigation ul li ul li:first-child {
            margin-left: 0; }
          .pageNavigation ul li ul li a {
            width: 100%; }
            .pageNavigation ul li ul li a span {
              background-color: #EBEBEB;
              color: gray;
              font-size: 12px;
              font-weight: normal;
              padding: 4px 0 4px 5px;
              display: block; }
              .pageNavigation ul li ul li a span:hover {
                color: #B7B7B7; }

#pageSubNavigation {
  margin-top: 20px; }
  #pageSubNavigation a {
    display: inline-block;
    height: auto;
    margin: 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer; }
    #pageSubNavigation a h3 {
      display: inline-block;
      margin: 0;
      padding: 15px 30px 12px 30px;
      line-height: normal;
      height: auto;
      font: normal 15px HelveticaNeueLTCom45Light, Arial, sans-serif;
      color: #c5c5c5;
      text-transform: uppercase;
      -webkit-user-select: none;
      user-select: none; }
    #pageSubNavigation a.current {
      cursor: default;
      background: whitesmoke; }
      #pageSubNavigation a.current h3 {
        font-weight: bold;
        color: gray; }

.showLabelInfoLink {
  color: #becd29;
  float: none;
  text-decoration: none;
  font-weight: normal;
  height: 26px;
  margin-top: 5px;
  line-height: 26px; }

.explanationPopUp {
  background-color: #FFFFFF;
  border: solid 1px #c4c4c4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  padding: 15px 25px;
  float: left;
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  left: 275px;
  z-index: 9999; }

.explanationPopUpRight .arrow_boxRight {
  background: #ffffff;
  position: absolute;
  left: -11px; }
.explanationPopUpRight .arrow_boxRight:after, .explanationPopUpRight .arrow_boxRight:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 0%;
  position: absolute;
  width: 0; }
.explanationPopUpRight .arrow_boxRight:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 1px;
  border-color: transparent #ffffff transparent transparent;
  top: 50%; }
.explanationPopUpRight .arrow_boxRight:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  border-color: transparent #c4c4c4 transparent transparent; }

.explanationPopUpLeft .arrow_boxRight {
  background: #ffffff;
  position: absolute;
  right: -21px; }
.explanationPopUpLeft .arrow_boxRight:after, .explanationPopUpLeft .arrow_boxRight:before {
  border: solid transparent;
  content: " ";
  height: 0;
  right: 0%;
  position: absolute;
  width: 0; }
.explanationPopUpLeft .arrow_boxRight:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  border-color: transparent  transparent transparent #ffffff;
  top: 50%; }
.explanationPopUpLeft .arrow_boxRight:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 10px;
  border-color: transparent transparent transparent #c4c4c4; }

.overlayLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999; }
  .overlayLoader .square {
    width: 40px;
    height: 30px;
    background-image: linear-gradient(0deg, #becd29, #becd29);
    background-size: 15px 15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    -webkit-animation: move 1s steps(1, start) infinite;
    animation: move 1s steps(1, start) infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    z-index: 999;
    margin-top: -20px; }

.overlayModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 990; }
  .overlayModal .modalContent {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 990;
    background: white;
    border-radius: 2px;
    padding: 24px;
    min-width: 400px; }
    .overlayModal .modalContent #content {
      min-height: 100px; }
    .overlayModal .modalContent .closeModal {
      position: absolute;
      top: 0px;
      color: #808080;
      right: 8px; }
    .overlayModal .modalContent .buttonsContainer {
      margin-top: 45px;
      position: relative; }
    .overlayModal .modalContent .buttons {
      bottom: 0;
      position: absolute;
      right: 0px;
      width: 100%; }
    .overlayModal .modalContent h4 {
      margin-top: 0px; }
    .overlayModal .modalContent .btnSubmit {
      width: 80px;
      text-align: center;
      padding: 0px 16px;
      height: 35px;
      margin: 0 auto;
      line-height: 35px;
      display: block;
      margin-top: 16px; }
      .overlayModal .modalContent .btnSubmit:hover {
        color: white; }

/*Upload stuff
     <div id="uploader">
                <p>Place error message when there is no support for HTML5, Flash or Silverlight</p>
            </div>
 */
#uploader {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  height: 328px;
  width: 100%; }
  #uploader .plupload_wrapper {
    margin-top: 44px;
    border: 1px solid whitesmoke;
    height: 271px; }
  #uploader .fa-upload {
    margin-top: 52px;
    font-size: 52px;
    width: 100%;
    MARGIN-BOTTOM: 6px; }
  #uploader span, #uploader .plupload_file_size, #uploader .plupload_file_name, #uploader .plupload_file_status {
    color: #919191; }
  #uploader .plupload_view_switch {
    right: -8px;
    top: -37px; }
    #uploader .plupload_view_switch .ui-button {
      margin-right: 2px; }
  #uploader .ui-state-error, #uploader .ui-widget-content .ui-state-error, #uploader .ui-widget-header .ui-state-error {
    z-index: 999;
    background: rgba(254, 241, 236, 0.9);
    width: 100%; }
  #uploader .plupload_upload_status {
    padding: 0;
    position: relative;
    top: -3px;
    left: -50px;
    float: right; }
  #uploader .plupload_filelist_footer {
    height: 44px;
    bottom: -72px; }
    #uploader .plupload_filelist_footer .plupload_file_status, #uploader .plupload_filelist_footer .plupload_file_size {
      position: relative;
      top: -15px;
      right: 0; }
    #uploader .plupload_filelist_footer .plupload_file_status {
      right: 119px !important; }
    #uploader .plupload_filelist_footer .plupload_buttons {
      width: 100%;
      position: absolute;
      left: 0;
      float: left;
      text-align: left;
      top: 0; }
  #uploader .plupload_file_name {
    overflow: visible; }
    #uploader .plupload_file_name .plupload_button.plupload_add {
      position: absolute;
      left: 381px;
      top: -140px; }
      #uploader .plupload_file_name .plupload_button.plupload_add:hover {
        top: -138px;
        text-decoration: none !important; }
    #uploader .plupload_file_name .plupload_button.plupload_start {
      position: absolute;
      left: 0px;
      top: 0px; }
      #uploader .plupload_file_name .plupload_button.plupload_start.ui-button-disabled:hover {
        text-decoration: none !important;
        box-shadow: 0 4px #5C5C5C; }
      #uploader .plupload_file_name .plupload_button.plupload_start:hover {
        text-decoration: none !important;
        top: 2px; }
    #uploader .plupload_file_name .plupload_button.plupload_stop {
      position: absolute;
      left: 115px; }
      #uploader .plupload_file_name .plupload_button.plupload_stop:hover {
        top: 2px; }
    #uploader .plupload_file_name .plupload_button span.ui-button-icon-primary.ui-icon.ui-icon-circle-arrow-e, #uploader .plupload_file_name .plupload_button span.ui-button-icon-primary.ui-icon.ui-icon-circle-plus, #uploader .plupload_file_name .plupload_button .ui-icon-circle-close {
      display: none; }
    #uploader .plupload_file_name .plupload_button span.ui-button-text {
      border: none;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 11px;
      border-radius: 5px;
      padding: 4px 12px 4px 12px !important;
      color: white;
      position: absolute;
      top: 0px; }
      #uploader .plupload_file_name .plupload_button span.ui-button-text:hover {
        top: 1x; }
    #uploader .plupload_file_name .plupload_started.plupload_hidden {
      position: absolute;
      right: 220px;
      top: -7px; }
  #uploader .plupload_filelist_header {
    border-top: none;
    position: relative;
    top: -50px;
    left: 8px;
    width: 100%; }
    #uploader .plupload_filelist_header .plupload_file_name {
      width: 250px; }
    #uploader .plupload_filelist_header .plupload_file_status {
      position: relative;
      left: 95px; }
    #uploader .plupload_filelist_header .plupload_file_status {
      position: relative;
      left: 23px; }
  #uploader .plupload_view_thumbs .plupload_content {
    top: 0;
    height: 256px; }
  #uploader .plupload_view_thumbs .plupload_file {
    margin: 9px; }
  #uploader .plupload_view_list {
    text-align: left; }
    #uploader .plupload_view_list .plupload_filelist_header .plupload_file_name {
      float: left; }
    #uploader .plupload_view_list .plupload_filelist_header .plupload_file_status {
      float: left;
      margin-left: 350px;
      display: none; }
    #uploader .plupload_view_list .plupload_filelist_header .plupload_file_size {
      float: right;
      margin-right: 46px; }
    #uploader .plupload_view_list .plupload_header_title, #uploader .plupload_view_list .plupload_header_text {
      text-align: center; }
    #uploader .plupload_view_list .plupload_content {
      top: 50px;
      height: 220px;
      padding: 0 6px 0 12px;
      width: 924px; }
    #uploader .plupload_view_list .plupload_file_size {
      right: 4%;
      top: 0px;
      text-transform: uppercase; }
    #uploader .plupload_view_list .plupload_file_status {
      right: 152px;
      top: 0px; }

/*End upload stuff*/
/*start progress stuff*/
.pageProgress {
  width: 100%;
  height: 66px;
  overflow: hidden; }
  .pageProgress .progressStages {
    display: none; }
  .pageProgress span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 3px;
    text-align: center;
    background: white; }
  .pageProgress span:after {
    content: "";
    /*if CSS is disabled span elements are not displayed*/ }
  .pageProgress .radioBtnType {
    position: absolute;
    right: 0;
    margin: 0;
    width: 31px;
    height: 31px;
    /*hide the radio button*/
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer; }
  .pageProgress input[type="radio"] + span {
    /*the span element that immediately follow the radio button */
    visibility: hidden;
    /*temporarily hide the "YES" label*/
    background: #becd29; }
  .pageProgress input[type="radio"] + span:after {
    content: ""; }
  .pageProgress input[type="radio"]:checked + span {
    visibility: visible;
    /*show the "YES" label only if the radio button is checked*/ }
  .pageProgress .progressTitle {
    font: normal 12px Arial, sans-serif;
    text-transform: none;
    position: relative;
    top: 0px;
    margin-right: 168px;
    height: 30px;
    float: left;
    line-height: 30px;
    margin-left: 24px; }
    .pageProgress .progressTitle .number {
      font: bold 20px arial, verdana;
      float: left;
      left: -34px; }
  .pageProgress .progress {
    position: relative;
    top: 37px;
    left: 0; }

/*End progress stuff*/
.grid thead {
  text-align: left;
  font-weight: bold; }
.grid th, .grid td {
  padding-right: 20px; }

.pagination {
  font-weight: bold;
  margin-top: 20px; }
  .pagination .paginationRight {
    display: block; }

.progress-pie-chart {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative; }
  .progress-pie-chart.gt-50 {
    background-color: #666666; }

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50.5px);
  top: calc(50% - 50.5px);
  width: 101px;
  height: 101px;
  clip: rect(0, 101px, 101px, 50.5px); }
  .ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50.5px);
    top: calc(50% - 50.5px);
    width: 101px;
    height: 101px;
    clip: rect(0, 50.5px, 101px, 0);
    background: #666666;
    transform: rotate(60deg); }
  .gt-50 .ppc-progress {
    clip: rect(0, 50.5px, 101px, 0); }
    .gt-50 .ppc-progress .ppc-progress-fill {
      clip: rect(0, 101px, 101px, 50.5px);
      background: #E5E5E5; }

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 87.8260869565px/2);
  top: calc(50% - 87.8260869565px/2);
  width: 87.8260869565px;
  height: 87.8260869565px;
  background: #fff;
  text-align: center;
  display: table; }
  .ppc-percents span {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #666666; }

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle; }

.tabs-container {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px; }
  .tabs-container .tabs {
    list-style-type: none;
    float: left;
    width: 100%; }
    .tabs-container .tabs li {
      color: #c5c5c5;
      padding: 15px 30px 12px 30px;
      float: left;
      cursor: pointer; }
      .tabs-container .tabs li.active {
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        color: gray;
        background-color: #f6f6f6;
        cursor: default; }
  .tabs-container .tab {
    float: left;
    width: 100%; }
    .tabs-container .tab .content {
      padding: 20px;
      display: none;
      width: 100%; }
    .tabs-container .tab.active .content {
      display: block;
      background-color: #f6f6f6; }

.mHeader {
  background-size: cover !important;
  /*Hard defined in CustomLayout.cs, maybe overwrite there?*/
  position: relative;
  clip: rect(8px, 2000px, 350px, 8px);
  left: -1%;
  width: 102% !important;
  top: -10px;
  z-index: -1;
  height: 350px !important;
  background-position: center; }
  .mHeader svg {
    height: 0; }

.coverageHeader {
  max-width: 864px;
  height: 340px;
  border: 5px solid white;
  background: url(../../images/frontend/logo-PicturePresent.png);
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 5px; }

.overlayImage {
  width: 100%;
  height: 340px;
  background: transparent linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px; }

hr.coverageLine {
  color: white;
  background-color: white;
  height: 3px;
  width: 30%;
  border: 0px;
  padding: 0;
  clear: both;
  z-index: 99; }

.coverageLogo {
  width: 100%;
  max-width: 102px;
  height: 102px;
  max-height: 102px;
  border: 5px solid white;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  left: 0;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28); }

.ie8 #cl_header {
  background-image: none !important; }

.mstrContainer {
  text-align: left; }
  .mstrContainer .mstrBody {
    background-color: transparent !important;
    padding: 0px !important;
    border-radius: 0px !important;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 864px;
    z-index: 0;
    line-height: normal; }
  .mstrContainer .containerWrapper {
    position: absolute;
    top: -350px; }

.footerWrapper {
  max-width: 856px;
  padding: 4px;
  height: 82px;
  padding-top: 10px; }
  .footerWrapper .imgCustomerLogo {
    max-height: 40px;
    margin-top: 5px; }
  .footerWrapper .companyNameAndPlace {
    margin-top: 7px;
    width: 100%;
    display: block; }

.footerContent .companyNameAndPlace {
  font-size: 0.8em; }

.footerContent .companyNameAndPlace:hover {
  color: inherit !important; }

.mstrFooter {
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28); }

body {
  background-image: none !important;
  background-color: white !important; }

/*# sourceMappingURL=publicMaster.css.map */
