/*----------------------------------------------------------
	Page:		help_contact_faq.css
	Description:    FAQ non loggue
	Products        Meetic V6
	Summary:		FAQ
----------------------------------------------------------*/
/**
 * @page : section defining properties of a page.
 * @bloc : section defining properties of a block to a specific page.
 */

/* Fix for new styleguide changes */
.i-color-wrapper { background-color: #fff; }
.i-akio-breaker .i-text, .i-akio-breaker a { color: #666; }

/**************************************************************************************************/
/*			- @column 1 -							 			  		  */
/**************************************************************************************************/


/* FAQ Layout */
.i-layout-4-col-1 a { text-decoration:none; }
	.i-layout-4-col-1 a:hover { text-decoration:underline; }
	.i-layout-4-col-1 a span:hover { text-decoration:underline; }

/* FAQ Header */
.container.i-layout-4-col-1 h2 { background:#fff url(/img/themes/abyss/common/bg_dotted.gif) repeat-x 15px bottom; color:#000; }

/* FAQ Sub Header */
.i-sub-header-1 { background:#fff url(/img/themes/abyss/visuals/subheader_11.jpg) no-repeat 0 0; }
.i-faq-subtitle { color:#000; background:#fff url(/img/themes/abyss/common/gradients.png) repeat-x 0 25px; }

/* FAQ Content */
.i-faq-intro, .i-faq-title, .i-faq-answer { background:#fff url(/img/themes/abyss/common/bg_dotted.gif) repeat-x 0 bottom; }
.i-faq-answer { display:none; }
	.i-faq-title a { color:#666; }
	.i-faq-answer .i-faq-question-sub-link { background:#fff url(/img/themes/abyss/common/arrows.png) no-repeat 0 -10px; color:#0055A3; }
	.i-faq-answer .i-faq-answer-sub { color:#000; }
.i-form-contact { color:#2569ad; background:#fff6d7; }

/**************************************************************************************************/
/*			- @CONTACT FORM-							 			  		  */
/**************************************************************************************************/
 .ui-widget-overlay { background: url(/img/themes/aurora/layers/backgroud_modal.png?v=); }

.contact-us-button {
    background-color: #666;
    background: transparent;
    background-color: rgba(40, 40, 30, 0.5);
    border: 2px solid white;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#7F28281E, endColorstr=#7F28281E)";
    color: #ffffff;
}
.contact-us-button:hover {
    background-color: #555;
    background: transparent;
    background-color: rgba(40, 40, 30, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B228281E, endColorstr=#B228281E)";
}

 .color-label, label{
     color: #507ea6;
 }
 #contact-form .error-label{
     color:#FF0000;
 }
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    outline:none;
    border: 1px solid red;
}
.parsley-error:focus { outline:none; }
 .submit-butt{
     background: #76bd43;
     color: #FFFFFF;
 }
#contact-form .add-photo-btn.button-new-layout, .button-new-layout{
   background: #597ab7;
}
 .header1{
     color: #507ea6;
 }
 .info-div{
     background: #717171;
     color: #FFFFFF;
     font-size: 14px;
 }
.info-div.i-info-div-v2 {
    background: none;
    color: #597ab7;
}
  .info-div.error-general{
     background:#FF0000;
 }
.i-info-div-v2.error-general {
    background: none;
    color:red;
}
.mod-wrapper .ui-icon-closethick { background: url(/img/themes/aurora/layers/modal-sprite.png?v=) -10px 0px; }
 .catpcha-demo{
      background: url(/img/core/common/catpcha.png) no-repeat;
      width: 283px;
      height: 112px;
 }
 .del-upload-file{
     background: url(/img/themes/aurora/layers/modal-sprite.png?v=)  -2px -72px;
 }
 #contact-form .form input[type="file"]{
  opacity: 0;
  filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
  }

  #contact-form .form input[type="text"]{
   float:left;
 }
 .upload-field{
     width: 210px;
 }

#contact-form .recaptchatable { border: 1px solid #717171 !important; }
#contact-form .form input[type="file"] { filter: alpha(opacity = 0); -ms-filter: "alpha(opacity=0)"; opacity: 0; }
#contact-form .error-label, #contact-form .error-pop-label { color:#FF0000; }
#content-modal-wrap .i-button-1 {background-color: #597ab7} 
#content-modal-wrap {background: #FFFFFF }
.container_12 .grid_4.errors-div { color:#FF0000; }