#page {
	background-color: #fff;
}
.textAreaClass {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px resize: none;
	border: 1px solid #d2d2d2;        
    width: 100%;
	max-width:100%!important;        
    resize: none;
    margin-top: 3px;
    min-height: 70px;

}
.column1 {
	float: left;
	width: 30%;
}
.column1 span.form-error-input {
	padding-left:16px
}
.column2 span.form-error-input {
	padding-left:16px
}
.column2 {
	float: left;
	width: 50%;
}

div#thankyouPopUp ul {
    width: 92%;
    float: left;
    padding: 15px 4%;
}
div#thankyouPopUp ul li{
    width: 100%;
    float: left;
    padding: 3px 0%;
}

#pmecoregroup .twocolumns .column1 {
	float: left;
	width: 50%;
	/*width: 100%;*/
}
#pmecoregroup .twocolumns .gdprON .column1 {
    width: 100%;
}
#pmecoregroup .twocolumns .column2 {
	float: left;
	width: 50%;
}
section.footer .menu a {
	font-size:12px;
}

.radioValues.optionsvertical .radioOptionValue {
    width: 90%;
}
.radioValues.optionsvertical {
    width: 100%;
}
.optionsvertical span.radioOptions {
    width: 100%;
    float: left;
    padding-top: 8px;
}

.positionClass {
    /*padding: 50px 0px;*/
}

.LinkBtn {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0px 0;
	display: block;
}
.loginContainer input, .loginContainer textarea, .loginContainer select {
	font: 14px BentonSansRegular, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #444;
}
.loginContainer {
	padding: 40px 0px;
	width: 100%;
	float: left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
}
.loginContainer h2 {
	margin: 0 0 3px;
	font-size: 22px;
	line-height: 24px;
	color: #222;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.loginContainer h3 {
	margin: 5px 0 10px;
	font-size: 18px;
	line-height: 20px;
	color: #222;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.loginBlock {
	width:50%;
	margin:auto;
	float:none;
}
.access-form {
	width: 94%;
	float: left;
	overflow: visible;
	padding: 20px 3%;
	background: #fcfcfc;
	border: solid 1px #f4f4f4;
	margin: 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom:55px;
}
.access-form .access-form {
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top:25px;
}
.access-form input[type="password"], .access-form input[type="text"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d2d2d2;
	display: block;
	/*height: 20px;*/
    line-height: 20px;
	padding: 6px 1%;
	width: 97.4%;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
 .access-form input[type="text"]::-webkit-input-placeholder {
color: #545454;
}
 .access-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: #545454;
}
 .access-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
color: #545454;
}
 .access-form input[type="text"]:-ms-input-placeholder {
color: #545454;
}
 textarea::-webkit-input-placeholder {
color: #545454;
}
 textarea:-moz-placeholder { /* Firefox 18- */
color: #545454;
}
 textarea::-moz-placeholder {  /* Firefox 19+ */
color:#545454;
}
 textarea:-ms-input-placeholder {
color: #545454;
}
.access-form .twocolumns .countrydropdown, .access-form .twocolumns .firstname, .access-form .twocolumns .lastname, .access-form .twocolumns .emailcomp, .access-form .twocolumns .companyname, .access-form .twocolumns .phone, .access-form .twocolumns .saprelation, .access-form .twocolumns .salutation {
	float: left;
	width:100%;
}
.access-form select {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d2d2d2;
	display: block;
	height: 34px;
	line-height: 28px;
	padding: 6px 4px;
	width: 100%;
	font-size:13px;
	color:#444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.access-form label {
	display:block;
	margin:0 0 2px;
	font-size: 14px;
}
.access-form a {
	/*font-size: 14px;*/
}
.access-form .alt label {
	margin-bottom:7px;
}
.access-form .row {
	float: left;
	margin:15px 0 10px 0;
	width:100%;
	position:relative;
	overflow:visible;
}
.loginContainer .access-form .twocolumns {
	width: 100%;
	float: left;
	overflow: visible;
	padding: 0px;
	border:0px;
	margin:0px;
}
.loginContainer .access-form .twocolumns .column {
	float: right;
	padding: 0;
	width: 45%;
}
.loginContainer .access-form .twocolumns .column:first-child {
	float:left
}
.access-form .twocolumns textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
 border-radius: 3px resize: none;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d2d2d2;
	width: 95.5%;
	height: 81px;
	resize:none;
	padding: 5px 2%;
}
.privacyCheckBox p {
	margin-left:15px;
}
.gmcPart1CheckBox p {
	margin-left:15px;
}
.sharingDataCheckBox p {
	margin-left:15px;
}
span.required {
	color: #FF0000;
	float: left;
}
span.form-error-input {
	color: #FF0000;
	font-style: italic;
	font-size: 12px;
	float: left;
	font-family: arial;
	clear: both;
 *clear: none;
	position:relative;
	height:0px;
	top:2px;
}
span.con-form-error-input {
	color: #FF0000;
	font-style: italic;
	font-size: 11px;
	float: left;
	clear: both;
 *clear: none;
}
span.form-input-serverside {
	color: #FF0000;
	font-style: italic;
	font-size: 12px;
	float: left;
	clear: both;
}
.secondcoregroup a.help.input-row {
	float: right;
	position: absolute;
	right: -18px;
	top: 23px;
}
.submitButton span.form-error-input#spanvemail{
	display: block;
    height: auto;
    margin-bottom: 5px;
}
.submitButton span.form-error-input#rfvbottomButton{
    height: auto;
    width: 100%;
}
.submitButton .regSubmitButton {
	marigin-top: 25px;
}
.textOnlyView span.form-error-input, .textOnlyView span.form-input-serverside, .textOnlyView span.mandatory {
    color: #FF0000 !important; 
}
.intl-tel-input.textOnlyView .country-list {
	background-color: #fff !important;
}
.login-form .title {
	display:block;
	color:#2b2b2b;
	font-weight:normal;
}
.loginButton {
	float: left;
}
.btnSAPLogin {
	float : right;
}
.login-form .row {
	padding:0 0 5px;
	overflow:hidden;
	position:relative;
}
.login-form label {
	display:block;
	font-size:10px;
	line-height:13px;
	color:#646464;
	margin:0 0 2px;
}
.login-form input[type="password"], .login-form input[type="text"] {
	display:block;
	width:100%;
	border:1px solid #959595;
	height:20px;
	line-height:14px;
	background:#fff;
	padding:2px 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.login-form a {
	font-size:10px;
	color:#3285bf;
	line-height:18px;
}
.loginButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FDB913;
	border:0px;
	color:#fff;
	font-size:17px;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:7px 20px;
	float:left;
	margin: 10px 0px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.loginButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.loginButton input {
	background: none;
	border: 0px;
	color: #fff;
	padding: 0px!important;
	cursor: pointer;
	font-size: 16px;
}
.calenderOuter {
	width: 70%;
	margin: auto;
}
.calander_outer {
	width: 23%;
	padding: 20px 1%;
	float: left;
	text-align: center;
	line-height: 22px;
}
/*.thankyoubutton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FDB913;
	border:0px;
	color:#fff;
	font-size:17px;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:7px 20px;
	margin: 10px 0px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.thankyoubutton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.thankyoubutton a:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.thankyoubutton a {
	color: #fff;
	font-size:17px;
	line-height:23px;
}*/
.submitButton span.form-error-input{
	top:-5px;
}
.regSubmitButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FDB913;
	border:0px;
	color:#fff;
	font-size:17px;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;	
	float:left;
	margin:15px 0px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.regSubmitButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.regSubmitButton input {
	background: none;
	border: 0px;
	color: #fff;
	/*padding: 0px!important;*/
    padding:7px 20px;
	cursor: pointer;
	font-size: 16px;
	margin-top: -2px;
}
.CancelButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FDB913;
	border:0px;
	color:#fff;
	font-size:17px;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:7px 20px;
	margin:15px 0px 0px 15px;
	display:inline-table;
	cursor: pointer;
}
.CancelButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.CancelButton input {
	background: none;
	border: 0px;
	color: #fff;
	padding: 0px!important;
	cursor: pointer;
	font-size: 16px;
	margin-top: -2px;
}
.astric {
	color:#ff0000;
}
.access-form .note {
	float:right;
	width:14px;
	height:14px;
	background:url(/content/dam/regbuilder/images/sprite.png) no-repeat 0 -60px;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0;
}
.check-holder {
	float: left;
	width: 100%;
}
.customFields div.label label {
	padding-bottom: 10px;
}
.access-form input[type="checkbox"] {
	float:left;
	width:15px;
	height:15px;
	padding:0;
	margin:3px 8px 0 0;
}
.access-form .check-holder label {
	overflow:hidden;
	float: left;
    min-width: 70px;
}
.access-form .holder {
	overflow:hidden;
}
.close {
	position:absolute;
	width:23px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	top:11px;
	right:-24px;
	background:url(/content/dam/regbuilder/images/sprite.png) no-repeat 0 -174px;
}
.bottomButton {
	float: left;
	clear : both;
}
div#countryPrivcyMsgExplicit {
	float: right;
	position: relative;
	right: -20px;
	top: -19px;
	width: 98%;
	padding-right: 2%;
	clear: both;
}
div#countryPrivcyMsgGMC {
	float: right;
	position: relative;
	right: 0px;
	top: -5px;
	width: 98%;
	padding-right: 2%;
	clear: both;
}
div#countryPrivcyMsgImplicit {
	float: right;
	position: relative;
	right: -20px;
	top: -19px;
	width: 98%;
	padding-right: 2%;
	clear: both;
}
#corepmetelephone, #corepmeemail, #coregmcpart2 {
	margin-top: 3px;
	margin-right: 3px;
	float: left;
	margin-left: 15px;
}
.customFields .radioValues input, .customFields .checkboxValues input[type="checkbox"] {
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	margin-right: 5px;
}
.customFields .selectionValues {
	float: left;
	width:100%;
}
.customFields .checkboxValues, .customFields .checkOptionValue {
	float: left;
}
.customFields .checkOptionValue {
 *float: none;
}
.customFields .checkboxValues {
	margin-left: 6px;
}
.customFields div.radio, .customFields div.checkbox {
	clear: both;
 *clear: none;
 *float: none;
	width: 100%;
}
.radioOptionValue {
	float: left;
 	*float: none;
}
.pmetext p span, .footerText {
	/*font-weight: bold;*/
	line-height:20px;
}
#pmecoregroup {
	float:left;
    width: 100%;
}
div.text, div.textWithTooltip {
	clear: both;
}
a.help {
	background: url("/content/dam/regbuilder/images/btn-help.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	position: relative;
	text-decoration: none;
	width: 15px;
	z-index: 100;
	float: right;
	margin-top: 7px;
	right: -20px;
	margin-top: -25px;
}
.row .radioValues a.help {
    position: absolute;
    margin-top: 5px;
}
.tool-tip {
	background: url("/content/dam/digitalhub/images/tooltip-arrow.png") no-repeat bottom right;
	bottom: 18px;
	display: none;
	left: -275px;
	padding:0 0 6px 0;
	position: absolute;
	z-index: 105;
	width: 290px;
	float: left;
}
.tool-tip .tool-tip-top {
	background: #f0ab00;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal !important;
	padding:10px;
	line-height: 14px;
	right: 2px;
	position: relative;
}
a.help:hover .tool-tip {
	display: block;
}
#pmecoregroup .twocolumns {
	margin: 0px;
}
#pmecoregroup .twocolumns .pmetext {
	margin-bottom: 0px;
}
#pmecoregroup .twocolumns .pmetext p {
	line-height: 14px;
	margin: 0px;
	margin-bottom: 12px;
}
#privacyInfo .privacyCheckBox span.form-error-input {
	margin-top: 10px;
}
.popup_agenda .requiredOption {
	clear: both;
	color: #FF0000;
	float: left;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: -10px;
}
.clear {
	clear:both;
}
.mob-footer {
	display:none!important;
}
.desk-footer {
	display:block!important;
}
.banner-outer-main {
	max-width:950px;
	height:auto;
	margin:0px auto;
}
.banner-outer-main .banner-border {
	border-top:8px solid #f0ab00;
}
.normal-content {
	background-color:#999;
}
.banner-image {
	margin:0px;
	padding:0px;
	position:relative;
}
.banner-image img {
	width:100%;
	margin-bottom:25px;
}
.banner-content {
	position:absolute;
	width:60%;
	height:auto;
	background:url(/content/dam/RDSapforums/images/bkg-overlay.png) repeat;
	margin-left: 10px;
	padding: 10px;
	margin-top:10px;
	font-size:14px;
}
.textOnlyView .banner-content {
	position:relative;
	width:100%;
	height:auto;
	margin-left:0px;
	padding:0px;
	margin-top:0px;
	font-size:14px;
}
.banner-content h1 {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.banner-content h4 {
	color:#fff;
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 20px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.banner-content p {
	color:#fff;
	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 14px!important;
	line-height: 18px!important;
}
.no-border {
	border:0 none!important;
}
.dmheader {
	display:block;
}
.dmobheader {
	display:none;
}
.mobheaderLinksicon {
	display:none;
	float:right;
	padding-top:0px
}
.reg-menu-main {
	display:none;
}
.headrRightLinks {
	display:none;
}
.ContactByPhone, .pmeradiogroup, .countryprivacyInfo {
	width: 100%;
	float: left;
}
.loginContainer .loginbox {
	width: 94%;
	float: left;
	overflow: visible;
	padding: 25px 3%;
	background: #fcfcfc;
	border: solid 1px #f4f4f4;
	margin: 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#loginbox .loginTitle {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 25px 0 0;
	width: 100%;
	float: left;
}
#dvNewUser.loginTitle {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 25px 0 0;
	width: 100%;
	float: left;
}
.loginContainer .loginbox .loginColumn {
	float: right;
	padding: 0;
	width: 45%;
}
.loginContainer .loginbox .loginColumn:first-child {
	float:left
}
.loginbox label {
	display: block;
	margin: 0 0 3px;
	font-size: 14px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.loginbox input[type="password"], .loginbox input[type="text"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d2d2d2;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 6px 1%;
	width: 97.4%;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.loginbox .linkButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FDB913;
	border:0px;
	color:#fff;
	font-size: 16px!important;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding: 5px 18px;
	/*float:left;*/
	margin: 20px 10px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.captchaDiv {
	width: 60%;
	float: left;
	position: relative;
	margin: 10px 0;
}
.dvpassword {
	float: left;
	padding: 10px 0 0;
	width: 100%;
}
.captchaDiv img {
	max-height: 44px;
	width: 155px;
	border: 1px solid #d2d2d2;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: -3px;
}
span.placeholdertext {
    position: absolute;
    line-height: 34px;
    left: 7px;
}

span.mandatory {
    position: absolute;
    line-height: 36px;
    left: -12px;
    color: red;
}

.widthfix{
	width:100%!important;
}

.pmecoregroup  .twocolumns .gmcPart1CheckBox input[type="checkbox"]{
                margin-right:0px;
}
.pmecoregroup  .twocolumns .gmcPart1CheckBox p{
   margin-left:20px;
}
.pmecoregroup  .gmcShowHide{
	margin-left:20px;
    margin-bottom:10px;
}

.pmecoregroup #coregmcpart2 {
	margin-left: 0px;
}
.pmecoregroup #countryPrivcyMsgGMC {
   margin-bottom: 20px;
 }
.pmecoregroup .gmcpart2 .radioValues {
    margin-top: 10px;
    margin-bottom: 10px;
}
.privacyInfoGMC {
  margin-bottom: 20px;
 }

.pmecoregroup .twocolumns .gdprON .column1 span.form-error-input{
    padding-left: 16px;
    height:auto;
}

.gmcpart2 .gmcpart2Radio{
	float:left; padding-left:0px; padding-right:40px;
}
.gmcpart2 .gmcpart2Radio:last-child{
    padding-right:0px;
        }

.eventProfileCheckBox  #eventprofileconsent p{
   margin-left:20px;
}


.customRegTwocolumns{
    width:100%;
    }
.customRegTwocolumns .customRegLeftColumn{
    width:58%;
    float:left;
}
.customRegTwocolumns .customRegRightColumn{
        width:40%;
        float:right;
 }
.customRegTwocolumns .customRegRightColumn .access-form{
        margin-top:0px;
        width:88%;
		padding: 20px 6%;
}
.loginContainer .customRegTwocolumns .customRegRightColumn .access-form .twocolumns .column{
        width: 100%;
}
.loginContainer .customRegTwocolumns .hidecustomfield2 {
 display:none;

}
.loginContainer .customRegTwocolumns .radioValues.optionsvertical .radioOptionValue {
    /*width: 90%;*/
    width: calc(100% - 40px);
}

.customRegTwocolumns .customRegRightColumn .access-form .submitButton span.form-error-input{
    top: -32px;
}

/*220119*/
.customRegTwocolumns .customRegRightColumn .access-form .column .EmailAddress, .customRegTwocolumns .customRegRightColumn .access-form .column .CompanyName, 
.customRegTwocolumns .customRegRightColumn .access-form .column .Phone, .customRegTwocolumns .customRegRightColumn .access-form .column .SAPRelation    {
    float: left;
    width: 100%;
}
/*220119*/

/*310119*/

.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1,
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column2{
    width:100%;
}
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1 .row .radioValues div,
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column2 .row .radioValues div
{
   padding-right: 20px!important;

}

.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1 .row .radioValues #corepmetelephone,
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1 .row .radioValues #corepmeemail,
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1 .row .radioValues #coregmcpart2,
.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column2 .row .radioValues #corepmetelephone{

    margin-left: 7px;

}

.customRegTwocolumns .customRegRightColumn .countryprivacyInfo  span.form-error-input{
       top: -10px;
    margin-top: 0px!important;
}

.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column1 span.form-error-input {
    padding-left: 5px;
}

.customRegTwocolumns .customRegRightColumn .access-form .regbottom #pmecoregroup .twocolumns .column2 span.form-error-input {
    padding-left: 5px;
}

/*310119*/
/************************************************************************************************/

@media screen and (max-width: 800px) {
                    
.customRegTwocolumns .customRegRightColumn .access-form .gmcpart2 .gmcpart2Radio {
    padding-right: 20px;
}
} 
 @media screen and (max-width: 767px) {

.textAreaClass{
   	width: 95%!important;
    resize: none;
    margin-top: 5px;
	margin-left: 5px;
    min-height:70px;
}    
 .access-form .captchaDiv img {
 margin-left: -3px;
 position: absolute;
 right: 0;
}
 .access-form .captchaDiv input[type="text"] {
 width: 97%;
}
 .access-form .captchaDiv a {
 float: left;
 margin-left: 0;
 margin-top: 10px;
}
 .loginContainer .loginbox .loginColumn {
 float: left;
 padding: 0;
 width: 100%;
 padding: 10px 0;
}
 .loginContainer .access-form .twocolumns {
 width: 88% !important;
 padding: 20px 6% !important;
}
 .loginBlock {
 width: 100%;
 margin: auto;
 float: none;
}
#pmecoregroup .twocolumns .column1{
 float: left;
 width: 100%;
}
#pmecoregroup .twocolumns .column2{
 float: left;
 width: 100%;
}
 .calenderOuter {
 width:100%;
 margin: auto;
}
 .calander_outer {
 width: 94%;
 padding: 20px 3%;
 float: left;
 text-align: center;
 line-height: 22px;
}
 .banner-content h1 {
 margin: 0;
 font-size: 20px;
 line-height: 24px;
 color: #fff;
 font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
 font-weight: normal;
}
 .headrRightLinks ul li {
 float: left;
 padding: 0 2% 0 3%;
 position: relative;
 width: 95%;
}
 .access-form .twocolumns {
 padding:0px!important;
 width:100%;
}
.check-holder {
 width: 100%!important;
}
.access-form .twocolumns .column {
 width: 100%!important;
}
 .div-container input[type="text"] {
 width: 98% !important;
 border: 1px solid #CCCCCC;
 border-radius: 4px;
}
.div-container input[type="password"] {
 width: 98% !important;
 border: 1px solid #CCCCCC;
 border-radius: 4px;
}
.div-container textarea {
 background:#fff !important;
 width:99% !important;
 border: 1px solid #CCCCCC !important;
 border-radius: 4px;
}
.div-container select {
 width: 100% !important;
 border: 1px solid #CCCCCC;
 border-radius: 4px;
}
 .access-form .twocolumns .column:first-child {
 float: left;
 padding: 0 0 0 0%!important;
}
 .check-holder {
 width: auto!important;
 margin: auto;
 padding: 30px 0px 20px!important;
 border-top: 1px solid #ccc;
 float: none;
}
.popup_agenda .calander_outer {
 width: 65px;
 text-align: center;
 margin: 15px auto!important;
 float: none!important;
}
 .info_res .tool-tip .tool-tip-top {
 width:90px!important;
}
 .access-form .check-holder .row {
 margin-bottom:12px;
}
.footer_main {
 height: auto !important;
 margin: 15px auto 0 !important;
}
.footer_main .add-nav li, .footer_main .sub-nav li {
 float: left;
 margin:0px!important;
 width: 100%;
 clear:both;
}
.footer_main .social-networks {
 clear:both;
}
.footer_desktop {
 display:none!important;
}
.footer_mobile {
 display:block!important;
}
.footer_main .follow {
 display: none;
}
.social-networks {
 margin: 2px 0 0!important;
 padding: 4px 0px 5px 4px!important;
}
.footer.footer_social_mobile {
 padding: 3px 10px;
}
.footer_main .sub-nav a {
 color: #fff!important;
}
.footer_main .sub-nav li {
 padding-bottom:3px!important;
}
.mob-footer {
 display:block!important;
}
.desk-footer {
 display:none!important;
}
 .banner-content p {
 display:none;
}
.banner-content h4 {
 display:none;
}
 #wrapper {
 padding:0 10px;
}
.close {
 width:18px;
 height:18px;
 background-position:-68px -207px;
 right:8px;
 top:16px;
}
.lightbox {
 background:#fff;
}
.top-area {
 border-top-width:7px;
 border-bottom-color:#696969;
 margin-bottom:15px;
}
.text-holder {
 float: left;
 clear: both;
 width: 100%;
 height:auto !important;
 padding:23px 9px 12px;
 border-bottom:2px solid #737373;
}
.text-holder h2 {
 font-size:15px;
 line-height:18px;
 margin-bottom:7px;
}
.login-form {
 float:none;
 clear: both;
 width:auto;
 height:auto !important;
 padding:12px 9px;
}
.login-form .title {
 font-size:13px;
 color:#2b2b2b;
}
.login-form label {
 margin-bottom:3px;
}
.login-form input[type="password"], .login-form input[type="text"] {
 height:26px;
 line-height:20px;
 border-color:#c4c4c4;
}
.login-form .row {
 padding-bottom:10px;
}
.login-form a {
 display:inline-block;
 vertical-align:top;
 margin:4px 0 0;
}
 .access-form .twocolumns.alt {
 margin-bottom:17px;
 border-bottom:1px solid #ccc;
 padding-bottom:7px !important;
}
.access-form .twocolumns .column, .access-form .twocolumns .column:first-child {
 padding: 0 0 0 0%!important;
 float:none;
 width:auto;
}
div.textfield, div.password, div.dropdown {
 float : none;
 clear : both;
}
.access-form label {
 font-size:13px;
 color:#333;
 margin-bottom:5px;
}
.access-form .alt label {
 margin-bottom:5px;
}
 .access-form select {
 width:100%;
}
 .access-form .note {
 background-position:-115px -206px;
 width:18px;
 height:18px;
 margin:4px 2px 2px 8px;
}
.check-holder {
 margin:0;
 width: auto;
 padding:0 8px 11px;
}
 .dmheader {
 display:none;
}
.headrRightLinks {
 float: right;
 min-height: 40px;
 min-width:50px;
 width: 50px;
}
.mobheaderLinksicon {
 display:block;
}
.reg-menu-main ul {
 margin: 0px;
 padding: 0px;
 list-style: none outside none;
 margin-top: 7px;
 border-top: 9px solid #F0AB00;
}
.reg-menu-main ul li {
 list-style: none;
 font-size: 16px;
 background-color: #FFFFFF;
 background:url("/content/dam/sapmobileEvents/images/nav-bg-main.png") repeat-x scroll left top rgba(0, 0, 0, 0) !important
}
.reg-menu-main ul li span {
 padding: 10px 5px 10px 10px;
 height: 19px;
 display: block;
 color: #494949;
 background: url(/content/dam/sapmobileEvents/images/nav-bg.png) no-repeat top left!important;
}
.reg-menu-main ul li span a {
 color: #494949;
 font-size: 14px;
 cursor: pointer;
}
.reg-menu-main {
 position: absolute;
 left: 0px;
 width: 100%;
 float: left;
 padding: 0px;
 margin: 0px;
 top: 40px;
 z-index:1;
}
.reg-header-btn-close {
 display: block;
 width: 96%;
    /* padding: 4px 0px; */
    line-height: 23px;
 text-align: center;
 background: url(/content/dam/RDSapforums/images/mobile/btn-gradient.png) repeat-x top left;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 behavior: url(/images/mobile/ie-css3.htc);
 color: #fff;
 margin-left: 2%;
 cursor: pointer;
}
.captchaDiv {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
}
#corepmetelephone, #corepmeemail {
    margin-top: 3px;
    margin-right: 2px;
    float: left;
    margin-left: 7px;
}

.gmcpart2 .gmcpart2Radio {
    padding-right: 22px;
}

.customRegTwocolumns .customRegLeftColumn{
    width:100%;
    float:left;
}
.customRegTwocolumns .customRegRightColumn{
        width:100%;
        float:right;
 }
.customRegTwocolumns .customRegRightColumn .check-holder{
       border-top: 0px solid #ccc;
 }
.loginContainer .customRegTwocolumns .customRegRightColumn .access-form .twocolumns {
    width: 100% !important;
    padding: 0px 0% !important;
}

}
@media screen and (max-width: 400px) {
.customRegTwocolumns .customRegRightColumn .access-form .check-holder label {

    width: 100%;
}
}
.partnerDatamsgCheckBox .privacyinfoscrolldf p{
            margin-left:20px;
}
