/* Holiday demo: Used on the demo site in a modal popup window 800 x 370 pixels (NOT RESPONSIVE) */
/* Version 10.02 */

.fcp_wrapper 
	{font-family:Arial, sans-serif; font-size:13px; font-weight:bold; color:white; 
         background:#78A1D5 url('css_images/palm_tree.jpg') no-repeat left top;
         padding-left:205px; min-height:350px;}

/* single-line layout */

div.fcp_line	    {clear:left; padding-top:0.5em;}
div.fcp_line label  {display:inline-block; vertical-align:top; text-align:right; width:12em; margin-right:1em; font-weight:bold;}
	
/* mandatory and errors */

.fcp_mandatory:after {content:"*"; margin-left:0.25em; font-size:larger;}
.fcp_error_msg       {display:inline-block; margin-left:5px; background: url('css_images/val_err2.png') no-repeat left center; }
.fcp_error_msg span  {display:inline-block; height:16px; width:16px; }
span.fcp_err         {display:none; }
.fcp_error_field     {border:1px solid #F57777 !important; box-shadow:0 0 5px #f00 !important;}

/* secure-image captcha */

div.fcp_captcha input   {vertical-align:top;}
div.fcp_captcha_inner   {display:inline-block; padding:2px; background:#F3F4F5 url('css_images/securimage.png') no-repeat 4% 90%;
                         border:1px solid #6B6B6B; border-radius:5px;}
img.fcp_captcha_img     {vertical-align:middle; margin:0 5px 0 5px; 
                         border:1px solid #6B6B6B; border-radius:5px;}
span.fcp_captcha_reload {display:inline-block; height:24px; width:24px; vertical-align:middle;
                         background:#F3F4F5 url('css_images/reload_blue.png') no-repeat center center; cursor:pointer;}
#fcp_err_captcha        {margin-top:20px;}                
                         
/* image captcha */

.fcp_image_inner        {display:inline-block; }
.fcp_image_inner img 	{cursor:pointer; transition:border 0.7s;}
.fcp_inactive           {border:2px solid transparent;}
.fcp_active             {border:2px solid white; border-radius:4px;}
#fcp_err_image          {margin-top:20px;}

/* recaptcha */

#recaptcha_widget_div	{display:inline-block; }
#fcp_err_recap		{margin-top:10px;}

/* fieldsets */

fieldset.fcp_fieldset         
	{display:inline-block; margin:5px; padding:5px; border:1px solid white; width:95%;
         border-radius:5px; vertical-align:top;}
fieldset.fcp_fieldset legend  
	{color:white; padding:3px 10px 3px 10px; width:auto; font-size:100%; line-height:1em; margin:0 0 0 10px;}

/* input fields */

div.fcp_line input, div.fcp_line textarea, div.fcp_line select
	{width:auto !important; border:1px solid #78A1D5; padding:1px 2px 1px 3px;
         border-radius:3px; transition:border-color 0.3s, box-shadow 0.3s; }
div.fcp_line textarea {height:auto; font-family:Arial, sans-serif;}
div.fcp_line input:hover, div.fcp_line textarea:hover, div.fcp_line select:hover
	{border-color:#B9B9B9; box-shadow:0 0 5px #16151F;}
div.fcp_line input:focus, div.fcp_line textarea:focus, div.fcp_line select:focus
	{outline:none; border-color:#4D90FE; }
div.fcp_radio input, div.fcp_checkbox input             {border:none;}
div.fcp_radio input:hover, div.fcp_checkbox input:hover {border:none;}
div.fcp_line input[type="checkbox"] {margin-top:0; vertical-align:middle;}	

/* radio button and multiple checkbox layout */

div.fcp_radio_h_inner     {display:inline-block; max-width:70%;}
span.fcp_radio_h          {display:inline-block;}
span.fcp_radio_h label    {width:auto; padding-left:5px;}

div.fcp_radio_v_inner     {display:inline-block; max-width:70%;}
span.fcp_radio_v          {display:block;}
span.fcp_radio_v label    {width:auto; padding-left:5px;}
span.fcp_radio_v input    {clear:left; }

div.fcp_checkbox_l input.fcp_lcb {margin-left:11em; margin-right:1em;}
div.fcp_checkbox_l label.fcp_lcb {float:none; width:auto; max-width:70%;}

div.fcp_checkbox_inner    {display:inline-block; max-width:60%;}
span.fcp_checkbox_m       {display:inline-block;}
span.fcp_checkbox_m label {width:auto; padding-left:5px;}

/* fixed texts */

div.fcp_fixed_text 
	{border:1px solid #6B6B6B; border-radius:5px;
         height:24px; margin:5px; background:linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); color:#36465f; }
	
/* the send button */

.fcp_sendrow {margin-left:10em;}
.fcp_form input.button 
	{background:linear-gradient(to bottom, #FEB948 100%,#FEB948 100%,#ededed 100%);
         border:1px solid #6B6B6B; border-radius:5px;
         min-width:65px; margin:2px 2px 2px 5px; padding:5px;
         font-size:1.2em; font-weight:bold; color:#36465f; cursor:pointer;}
.fcp_form input.button:hover    {border-color:#4D90FE;}
.fcp_form input.button:disabled {opacity:0.5; border:none; cursor:default;}
#fcp_spinner {margin-top:8px;}
.fcp_spinner {background:url('css_images/spinner.gif') no-repeat left center !important; height:16px; width:16px;}

/* info buttons */

.fcp_info {display:inline-block; vertical-align:text-bottom; 
	background:url('css_images/info-16.png') no-repeat left center !important; height:16px; width:16px;}

/* Tooltips */

.tooltip {padding:4px; position:absolute; z-index:9999; max-width:400px; box-shadow:0 0 5px #AAA;
             border-radius:4px !important;
             font-size:1em !important; background:black !important; color:white !important;}