/* Master CSS */
#page-main-content{
	opacity:100;
	/* font-family: "SST-Medium", Helvetica, Arial, sans-serif; */
}

select::-ms-expand {
    display: none;
}

.custom_section{
	max-width:1400px; 
	margin:0 auto; 	
}

.custom_section_fluid{
	max-width:100%; 
	margin:0 auto; 	
}

.custom_sub_section{
	max-width:1250px; 
	margin:0 auto; 	
}

.section_break{
	clear: both;
	width: 100%;
	height: 60px;
}


.custom_header_section{
	padding: 50px 20px 50px 20px;	
    text-align: center;
	
}
.custom_header{
	font-size: 37px;
	line-height: 40px;
	margin: 0 0 20px 0;
	font-weight: 400;
	color: #2f353d;
    margin: 10px 0 20px;
	text-align:center;
	
}
.custom_sub_header{
	font-size: 22px;
	line-height: 25px;
	color: #504d56;
	
}


#other_sony_contacts_section{
	padding-bottom: 100px;
}
#other_sony_contacts_section .custom_header_section{
	padding-bottom: 0px;
}

#other_sony_contacts_section .custom_sub_header{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f353d;
    margin: 10px 0;	
	text-rendering: optimizelegibility;
}	

#other_sony_contacts_section  .custom_product_title{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f353d;
    margin: 10px 0;
}

/* violation  fixed*/
#other_sony_contacts_section  .custom_product_link{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #054cf3;
}
/* violation  fixed*/

#other_sony_contacts_section  .custom_product_link:hover{
	color: #4f6b85;
    outline: none;
}

#other_sony_contacts_section .custom_product_section{
	text-align: center;
	margin: 0 auto;
	margin-left: 200px;
}

#other_sony_contacts_section .custom_product_detail{
	padding: 20px;
}


/* Contact Us Section */
.custom_support_sections{
	padding:0;
	margin: 0;
	overflow:hidden;
}

.custom_support_section{
	padding: 0;
	margin: 0;
	background-color: #eff3f7;
	/* background-color: #efe3f7; */
	border: solid 20px #ffffff;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.custom_support_section_wrapper{		
	padding: 50px 40px;
	
	/* background-color: #efe3f7; */
	
}

.custom_support_header{
	font-style: normal;
    font-weight: 400;
    font-size: 22px;    
    line-height: 25px;
    margin-bottom: 1em;
	color: #2f353d;
    margin: 10px 0;
}

.custom_support_paragraph{
	font-size: 14px;    
    line-height: 22px;
	/*color: #83838f;*/
	margin: 0 0 10px 0;
}

/* violation  fixed*/
.custom_support_paragraph  a{
	color: #054cf3;
	text-decoration: underline;
}
/* violation  fixed*/

.custom_support_paragraph  a:hover{
	color: #4f6b85;
	text-decoration: none;
}

/* violation  fixed*/
.custom_support_disclaimer{
	font-size: 12px;    
    line-height: 14px;
	/*color: #83838f;*/
	margin: 0 0 10px 0;
}
/* violation  fixed*/
.custom_support_button{
	margin-top: 20px;
	width: 300px;
}

/* violation  fixed*/
.custom_support_button a{
	font-style: normal;
    font-weight: 400;
    font-size: 13px;
	height: auto;
    line-height: 21px;
    padding: 12px 30px;
	background-color: #2B67F3;
    color: #fff;
}
/* violation  fixed*/

/* violation  fixed*/
.custom_support_button_disabled a{
	background-color: #e4e7eb;
    color: #454548;
    cursor: not-allowed;
}
/* violation  fixed*/
.custom_support_telephone{
	margin: 20px 0;
	font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
	color: #5787f4;
}

.contact-form-btn {
    display: block;
    border: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    color: #000;
    font-weight: 600;	
}


.contact-form-btn:after {
    background: url(/arrow-down.png) #5988f6 no-repeat center;
    height: 50px;
    width: 60px;
    float: right;
    content: " ";
	cursor:pointer;
}
 
.contact-form .contact_form_active:after {
    background-image: url(/arrow-up.png);
}

.content_form_section{
    clear:both;
	background: #f0f5f9;    
	display: none;
	color: #000;
}

.tscontent {
	padding: 60px 18px;	
}

.tscontent p{
    font-size: 14px;	
	color: #000;
	margin-bottom:20px;
}

.custom_form_group{
	padding:10px 0;
}

.custom_label_panel{
	padding: 15px 15px 10px 15px;
}
.custom_form_label{
    width: 100%;    
    font-weight: 600;
	font-size: 13px;	
	line-height: 16px;	
	color: #000;
	text-align: right;
}

/* violation  fixed*/
.custom_form_label_required:before{
    font-size: 13px;	
	color: #af0805;
	content: "* ";
}
/* violation  fixed*/

.custom_form_panel{

} 
.custom_select_box{
	width: 100%;
	background: url(/select_box_bg.png) #fff no-repeat center right;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;    
    padding-left: 18px;
    padding-right: 18px;
	height:50px;
	margin: 0;
	color: #2f353d !important;
	font-size: 14px !important;
}
.custom_select_box_calendar{
	width: 100px;
	margin-right:10px;
}
.custom_text_box{
	width: 100%;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    padding: 0 18px !important;    
	height:50px !important;
	margin: 0 !important;
	border: 1px solid #cccccc !important;
    background-color: #fff !important;
    color: #2f353d !important;
}
.custom_textarea{
	width: 100%;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    padding: 0 18px !important;    
	height:100px;
	margin: 0 !important;
	border: 1px solid #cccccc !important;
    background-color: #fff !important;
    color: #2f353d !important;
	font-size: 14px !important;
}
.custom_form_radio_button{
	width: 22px !important;
	height: 22px !important;
	padding: 2px 10px !important;
	background: #fff !important;
	float:left;
}
.custom_form_radio_label{
	font-size: 13px;	
	line-height: 16px;	
	color: #000;
	font-weight: 600;
	text-align: left;
	padding: 8px 10px 0 5px;
	float:left;
}

.custom_form_checkbox{
	width: 20px !important;
	height: 20px !important;
	background: #fff !important;
	float:left;
}
.custom_form_checkbox_label{
	font-size: 13px;
    line-height: 19px;
    color: #000;
    text-align: left;
    padding: 5px 10px 0 30px;
}

.helper_text{
	color:#5786f3;
	font-size:12px;
	line-height:14px;
	text-align:right;
	margin: 0;
	padding: 0;
}
.TinyText{
	text-align:right;
}

/* violation  fixed*/
.custom_error_message{
	background: url(/error.png) no-repeat center left;
	text-align: left;	
	font-size: 12px;
	color: #af0805;
	padding: 3px 15px 0 15px;
	display:none;
}
/* violation  fixed*/

.required_field_info{
	font-size: 12px;
}
.multi_button_group{
	text-align: right;
}

/* violation  fixed*/
.custom_button{
	background-color: #2B67F3;
	font-size: 14px;
	padding: 7px 10px;
	color: #fff;
	border: 0;
	margin: 0;
	width: auto;
}
/* violation  fixed*/

/* violation  fixed*/
.custom_button2{
	background-color: #2B67F3;
	font-size: 14px;
	padding: 7px 40px;
	color: #fff;
	border: 0;
	margin: 0;
	width: auto;
}
/* violation  fixed*/

/* Important part */
.custom_modal-dialog{
    overflow-y: initial !important
}

.custom_modal-body {
	height: calc(100vh - 200px);

}
.custom_modal_page {
	height: calc(100vh - 316px);
    overflow-y: auto;
}


.custom_modal {
	margin-top: 0px !important;
	top: 5% !important;
}
/*
.custom_modal-body {
	height: calc(100vh - 10%);

}
.custom_modal_page {
	height: calc(100vh - 15%);
    overflow-y: auto;
}
*/

.custom_modal-dialog .custom_pagination {
	float: left;
	margin-top: 0px;
}

.custom_pagination > li > a {
	font-size: .8125em;
}

.custom_pagination > .active > a {
	background-color: #5887f5 !important;
}

#form_section_2{
	display:none;
}
/* .custom_error_message:before{
	background: url(/error.png) no-repeat center left;
	content: "xx ";
} */

#suggest_me_answer .close{
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 20px;
	cursor: pointer;
}
.modal-content .close{
	z-index: 9999;
}


.modal-open .modal {
    overflow-x: unset !important;
    overflow-y: unset !important;
}

#suggest_me_answer .modal-content{
	border:none;
}
#suggest_me_answer .modal-body{
	padding: 30px 20px 10px 20px;
	overflow:auto;
}

#suggest_me_answer .modal-footer{
	background:none;
	border:none;
}


#suggest_me_answer .custom_modal_title{
	font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: #2f353d;
	margin-bottom: 20px;
}


#suggest_me_answer .custom_modal_faq_section{
	margin:15px 0;
	position:relative;
}

#suggest_me_answer .custom_modal_faq_question{
	font-size: 14px;
    color: #000;
    margin-bottom: 10px;
	text-indent:23px;
	font-weight: 600;
}
#suggest_me_answer .custom_modal_faq_question:before{
	content: "Q:";
	position: absolute;
    top:0px;
	left:-22px;
	font-weight: normal;
}



#suggest_me_answer .custom_modal_faq_answer_section{
	position:relative;
	font-size: 14px;
    color: #000;
	margin-bottom: 10px;	
}
#suggest_me_answer .custom_modal_faq_answer_section:before{
	content:"A:";
	position: absolute;
    top:0px;
	left:-22px;
}	

#suggest_me_answer .custom_modal_answer{
	/* margin-left: 5px; */
}

#suggest_me_answer .custom_modal_disclaimer{
	font-size:12px;
}



@media (max-width: 767px) {
	.custom_form_label{
		text-align: left;
	}
	.custom_button{
		margin-top: 20px;
	}
	.custom_form_checkbox_label{
		margin-top: 0px;
	
	}
	.required_field_info{
		margin-top: 100px;
	}
}