/* Validation fail */

.input_text_validation_fail {
	border: 1px solid #f00d4d !important;
}

#um_surf_box {
	width:300px;
}

#signinBox {
	display: none;
	background: black;
	position: absolute;
	width: 150px;
	right: 200px;
	top: 76px;
}

/* ----------- */

.um_wrapper {
	/* border: 1px solid red; */
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}

/* =======================
	Left Side  
	=======================
*/

.um_left_side {
	/* border: 1px solid green; */
	width:350px;
	height: 1000px;        	
	padding-right: 60px;
	float: left;
	vertical-align: top;
	font-family: 'Gotham Narrow SSm 4r', 'Arial';
	font-size: 18px;
	color: #2077B6;

}

.um_left_side > .um_tab {
	border-bottom: 1px solid #ccd6db;
	padding-bottom: 10px;            
}

/*  =======================
	Middle Side  
	=======================
*/

.um_middle_side {
	/* border: 1px solid green; */
	width:160px;
	height: 1000px;        	
	float: left;
	vertical-align: top;  
	font-size: 16px;
	font-family: 'Gotham Narrow SSm 5r';
	color: #424858;
}

.um_middle_side div:nth-child(1) {
	padding-top: 26px;
	padding-bottom: 95px;
}

.um_middle_side div:nth-child(2) {
	padding-bottom: 240px;
}

.um_middle_side div:nth-child(3) {
	padding-bottom: 220px;
}        

.um_middle_side div:nth-child(4) {
	padding-bottom: 37px;
}        

.um_middle_side .hline, .um_right_side .hline {
	border-top: 1px solid silver;
}

/* --== user details ==-- */

#um_user_details {
	padding-top: 10px;
}

.um_wrapper ul li {
	padding-left: 22px;
	margin-bottom: 20px;
}

/* =======================
	Right Side  
	=======================
*/    

.um_right_side .hline_top {
	border-bottom: 1px solid #ccd6db;
	position: relative;
	width: 535px;
	left: -150px;
	top: 595px;
}

.um_right_side {
	/* border: 1px solid green; */
	/* display: inline-block;    */
	float: left;        	
	width: 430px; 
	height: 1000px;
	vertical-align: top;        	
}



/* password change */

#um_password_change {
	padding-top: 30px;
}




.input_container {
	display: inline-block;          
}

.input_container input, .input_container select  {
	width: 360px;
	max-width: 360px;            
	font-family:'Gotham Narrow SSm 4r', 'Arial';
	font-size: 14pt;
	color: #424858;
	padding: 0px;
	margin:0px;
	height: 35px;
	border: 1px solid #cccccc;
	padding-left: 5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;   
}      

.input_container .radio_buttons input {
	width:auto;
	height: auto;
	margin-right: 5px;
}

.input_container .radio_buttons span {
	padding-right: 20px;
}        

.input_container ol, .input_container ul {
	list-style: none;  
}

button {
	background: #b1b9be;
	min-height: 34px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	border: 0;
	margin-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

button_active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* Cover Div */

.cover_div {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 999;
	top: 0;
	left: 0;
}

.Absolute-Center {
	bottom: 0;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}        


.Absolute-Center .msg {
	color: red;
}

.msg_text {
	padding: 10px;
	font-family: 'Gotham Narrow SSm 5r';
	font-size: 16px;
}

.msg {
	border: 2px solid white;
	width: 300px;
	height: 80px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;               
}

.notice {
margin: -20px 0 3px 0;
visibility: hidden;
}
.notice p.error {

font-family: 'Gotham Narrow SSm 4r', 'Arial';
font-size: 12px;
color: #ff4d4d;
text-align: left;
background-color: #FFF;
margin: 0;
padding: 0;
padding-left: 5px;
}

.visible-active {
	visibility: visible;
}

.surf-alert-success {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	width: 293px;
	margin-left: -4px;
}

.surf-message {
	display: none;
	margin: 0;
	padding: 0;
}

.surf-col-xs {
	padding-top: 12px;
	padding-bottom: 15px;
}

.long_btn{
	width: 340px;
	margin-top: 15px;
}
.log_in_btn {
	background: #3da5ed;
}

.up_btn:hover {
	background: #35a5ed;
	box-shadow: 0 3px 5px rgba(0, 0, 127, 0.125) outset;
}

.down_btn:hover {
	background: #e54545;
	box-shadow: 0 3px 5px rgba(0, 0, 127, 0.125) outset;
}


.down_btn {
	background: #ff4c4c;
}

.surf-col-xs .title {
	font-family: 'Gotham Narrow SSm 4r', 'Arial';
	font-size: 18px;
	color: #424858;
	text-align: center;
	padding: 15px 0 0 25px;
}

.surf-col-xs .spacer {
padding-top: 40px;
}

#pro-area {
	text-align: center;
	padding-top: 6px;
}

#detailsContainer {
	margin-top: 30px;
}

.surf-right-rail {
	font-family: 'Gotham Narrow SSm 4r', 'Arial' !important;
}

.btn-default, .btn-danger, .btn {font-family: 'Gotham Narrow SSm 4r', 'Arial';}

.cnbc-contents ul {
	list-style-type: none;
}

.cnbc-contents ul li {
	margin-bottom: 5px;
}

.btn {border-radius:3px;}

a:focus {
	outline-style: none;
	text-decoration: none;
}

.form-control, .btn-group, .radio-btn-grp {
    margin-bottom: 20px;
}

.form-control:focus {
      transition-duration: 400ms;
}

/*This is a Fix for FF to hide custom arrow*/
@-moz-document url-prefix() {
  select.form-control {
     background-image: none;
      background: none;
  }
}
@-moz-document url-prefix() {
  select.form-control {
     background-image: none;
      background: none;
  }
}

.input_text_validation_fail:focus{
	box-shadow: none!important;
}

#btnSaveDetails.btn-active, #btnChangePassword.btn-active {
	background-color: #3da5ed;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

#firstname, #lastname {
	width: 48%;
}

#lastname {
	float: right;
}
#cnbc-new-header * {
	box-sizing:initial !important;
	-webkit-box-sizing:initial !important;
	-moz-box-sizing: initial !important;
}

.cnbc-new-footer .sec-footer-wrapper .sec-footer-content .view-mobile {
	display: none!important;
}
#cnbc-new-header .btn_header{
	height: auto;
}

#cnbc-new-header label{
	font-weight: normal;
}

/*recalculating component styles for new profile center*/
#detailsContainer {
	width: 1220px !important;
}

.surf-left-rail {
	padding-left: 150px;
}

div#profile-area {
	width: 50% !important;
}

#newsletter-area {
	width: 66%;
}

#tp-my-newsletter iframe {
	visibility: hidden;
	width: 100%;
}
/*recalculating component styles for new profile center*/