.config-msg-green {
	padding: 100px 40px 100px 40px; 
	background-color: #BE7; 
	border: 2px solid #8B4; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #582; 
	font-size: 24px;
	font-weight: bold;
}

.small-config-msg-green {
	padding: 10px;  
	background-color: #BE7; 
	border: 2px solid #8B4; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #582; 
	font-size: 24px;
}

.config-msg-red {
	padding: 100px 40px 100px 40px; 
	background-color: #E87; 
	border: 2px solid #C45; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #C24; 
	font-size: 24px;
	font-weight: bold;
}

.small-config-msg-red {
	padding: 10px;  
	background-color: #E87; 
	border: 2px solid #C45; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #C24; 
	font-size: 24px;
}

.config-msg-yellow {
	padding: 100px 40px 100px 40px; 
	background-color: #FD6; 
	border: 2px solid #DB0; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #980;
	font-size: 24px;
	font-weight: bold;
}

.small-config-msg-yellow {
	padding: 10px;  
	background-color: #FD6; 
	border: 2px solid #DB0; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	text-align: center;
	color: #980;
	font-size: 24px;
}

.deactivated{
	background-color: #FFD;
	border: 2px solid #FE9;
}

.deactivated-info{
	background-color: #FE9;
	color: #974;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 5px;
}


.searchBusyEnabled {
	position: absolute; 
	z-index:5000;
	width:100%; 
	height:100%;
	background: url(../assets/img/loadingBigImage.gif) no-repeat 420px 200px;	
}


.searchBusyDisabled {
	display: none;	
}



.gwt-SuggestBoxPopup {
    background: white;
    width: 265px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 999;
}

.gwt-SuggestBoxPopup table {
    margin: 0;
}

.gwt-SuggestBoxPopup .suggestPopupMiddleCenter {
    padding: 0;
    border: 0;
}

.gwt-SuggestBoxPopup .item {
    color: #193F84;
    line-height: 2.5;
    padding: 0 14px;
    border: 0;
}

.gwt-SuggestBoxPopup .item-selected {
    cursor: pointer;
    text-decoration: underline;
    background: #EDEFEC;
}

.gwt-SuggestBoxPopup tr:first-child {
    display: none;
}

.gwt-SuggestBoxPopup .item:hover {
    cursor: pointer;
    text-decoration: underline;
    background: #EDEFEC;
}

.gwt-SuggestBoxPopup .suggestPopupTop,
.gwt-SuggestBoxPopup .suggestPopupBottom,
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft,
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
    display: none;
}

/* overrides for the mediaworx styles */
/* navigation promo news block */
@media (min-width: 1200px) {
  .navbar-nav > li .megabox .pullquote2 {
    width: 30.9%;
  }

  .navbar-nav > li .megabox .pullquote2 p {
    color: #000;
  }
  
  .navbar-nav > li .megabox .pullquote2 {
    padding-top: 50px;
  }
}

.highlight-text a {
	display: inline;
	font-size: 18px ! important;
	padding: 0px ! important;
	color: #203d80 ! important;
}

.row.select-domicile  span.hiddenNoDomicil{
	margin-right: 28px;
}

.row.select-domicile  span.hiddenPub{
	margin-right: 28px;
}

/* document center tab image */
@media (min-width: 992px) {
  .doccenter-image{
	padding-top: 42px;
  }
}

/* forms: label fields as required. Solution for missing labels */
fieldset.custRequired > legend:after{
	content: " *";
	color: #b49d5a;
    font-family: "FrutigerBold", Arial, sans-serif;
}

/* Overrides for smaller version of stage slider */
@media (min-width: 1200px) {
  .stage-fullsize.small  .owl-buttons > div {
    top: -200px;
  }
  .stage-fullsize.small  .intro-outer .intro-pic {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .stage-fullsize.small  .owl-buttons > div {
    top: -200px;
  }
  .stage-fullsize.small  .intro-outer .intro-pic {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .stage-fullsize.small  .owl-buttons > div {
    top: -200px;
  }
  .stage-fullsize.small  .intro-outer .intro-pic {
    height: 350px;
  }
}

@media (min-width: 480px) {
  .stage-fullsize.small  .owl-buttons > div {
    top: -200px;
  }
  .stage-fullsize.small .intro-outer .intro-pic {
    height: 350px;
  }
}

.stage-fullsize.small .intro-outer .intro-pic {
  height: 350px;
}

span.top-entry-label {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: grey;
  border-radius: 10px;
}

.top-entry-edit:after {
    content: "Top";
    color: white;
    padding: 3px 7px;
    border-radius: 10px;
    background-color: grey;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
	line-height: 1.4;
	display: inline-block;
}

.keyvisual .keyvisual-text .text-invert h1 {
	color: white;
}

.keyvisual .keyvisual-text .text-invert h3 {
	color: white;
}


.chinesebold {
	font-weight:800;
}