/*############## STICKY #################*/

/*.sticky										{width:100%; position:fixed; left:0; top:0; z-index:999;}
.sticky .logo a img							{width:220px; height:auto;-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.sticky	.wrapper		{padding:100px 0 0 0;}*/

/*.sticky .logo { width:146px; height: 47px; padding: 11px; transform-origin:left top;}
.sticky .logo #logo_big { width: 124px;}
.sticky .logo #claim { 
  opacity: 0;
  display:none;
  transition: opacity 0.1s ease-out 0.1s;
  -moz-transition: opacity 0.1s ease-out 0.1s;
  -webkit-transition: opacity 0.1s ease-out 0.1s;
}*/

.affix.stayTop
{
    width:100%; left:0; top:0; z-index:888;
}

.pseudoSticky .logo a img	
{
    width:220px; height:auto;
    
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;    
}
.pseudoSticky .wrapper
{
    padding:100px 0 0 0;
}
.pseudoSticky .logo { width:146px; height: 47px; padding: 11px; transform-origin:left top;}
.pseudoSticky .logo #logo_big { width: 124px;}

.navigationContainer {
    z-index:100;
}
.navigationContainer .navigation{
    z-index:100;
}

.navigation_cnt{
    position:absolute;
    z-index:99;
    padding-top:92px;
    width:1500px;
}

.affix.navigationContainer {
	top: 47px;  
	width:1500px;
	/*width: calc(100% - 85px);*/
}

.affix.navigationContainer.countrybar_affix {
	top: 107px;
}
  .affix + .maincontent {
      padding-top:47px;  	 
  }

.stickyNav .identifier {
    display: none;
}

.navigation_cnt.closed {
    padding:0px;
    margin:0px;
    height:0px;
}

.navigation_cnt.closed .navigation_cnt_in {
    display:none;
}

.navigation_cnt:after {content:'';border-top:6px solid #ffa500;width:100%;position:absolute;bottom:-10px;left:0; }
.navigation_cnt_in figure img	{display:block;margin:0 auto; width: 102px; height: 51px;}
.navigation_cnt_in figure img:hover {cursor:pointer;}

.EditingFormTable {width: 100%;}
.FieldLabel {width: 30%;  vertical-align: top;}
.EditingFormValueCell {width:70%;}
.EditingFormLabel {
	color: #000000;
	display: inline-block;
	float: left;
	font-family: "ContinentalStagSans-Book";
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 15px 0 0;
}

.form-control {
    border: 1px solid #cecece !important;
    border-radius: 20px;
    color: #000000;
    float: right;
    font-family: "ContinentalStagSans-Book";
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 12px 10px 12px 22px;
    margin: 10px 0;
    height: 40px;
}

.ddTitleText  {
	color: #000000;
	font-family: "Conv_Continental Stag Sans-Book";
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	outline: medium none;
	padding: 12px 0 12px 22px;

	background-color: #fff;
	border-radius: 20px;
}

.FormButton, .btn-primary {
	background: #ffa500 url("/App_Themes/com-online/ContiTech/images/btn_arrow.png") no-repeat scroll 120px center;
	border: medium none;
	border-radius: 30px;
	color: #000000;
	display: block;
	float: right;
	font-family: "ContinentalStagSans-Medium";
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin: 41px auto 0;
	outline: medium none;
	padding: 11px 20px 8px 0px;
	width: 140px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.FormButton:hover,
.FormButton:focus,
.FormButton:active, 
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary.focus:active, .btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus {
    background: #febb40 url("/App_Themes/com-online/ContiTech/images/btn_arrow.png") no-repeat scroll 120px center;
    color: #000000;
}
.DropDownField { width:100% !important;}
/*
#contentblock.FormBottom {
	margin: 0;
	padding: 4% 0 0.8% 0;
	border-bottom: 1px solid #cecece;
	font-size:11px;
}
*/

.InfoLabel {
    font-family: continentalstagsans-light;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}