
@import url('fonts.css');



/* ScotsCare Typekit. FF Basic Gothic Web Pro. 200: Light font. 400: Book font. 700: Bold font. */

/* ScotsCare colour references

ScotsCare Blue: #0080C7
Dark Blue: #243D62
Yellow: #FFFA93
Red: #CB3232


Shades of ScotsCare Blue
1: #3399D2
2: #66B3DD
3: #99CCE9
4: #CCE6F4
5: #D6EBF6
6: #E0F0F8 

Shades of Dark Blue
1: #506481
2: #73839A
3: #96A2B3
4: #B9C1CD
5: #C7CDD7
6: #D5DAE1
7: #E3E6EB
8: #F1F3F5

*/



/*	 ----- Override syles and special css styles for Gravity Forms. Done by Richard.. Who should know better than to fiddle in these things. 
	------	*/
	
	
	/*	 --- had to set an !important on things -- */

	
.gform_wrapper {

	max-width: 100% !important; /*	 --- made wrapper full width -- */
/*	border: solid blue;*/
	padding: 10px;
	background-color: white;
}
	
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {

	font-size: 14px !important;  
}


.gform_wrapper textarea {

	/*font-size: 14px !important; */


}

.gform_wrapper select {
 /*	font-size: 14px !important;  */  /*	 --- not sute what this is for!-- */

}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
/*		font-size: 14px !important;   */  /*	 --- not sute what this is for!-- */
	}


.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
/*		font-size: 14px !important;
	line-height: 18px !important;
	font-family: "myriad-pro", sans-serif !important;
	color: #29ABE2; */  /*	 --- set it blue.. why not-- */
}



/*Attempt at custom styles */


.public {  /*	 --- Yellow background colour for form fields-- */
	background-color: #FFFCC8;
	margin-bottom: 6px !important;
	padding: 6px 6px 11px 6px !important;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.numbernote {  /*	 --- Blue background on note fields-- */
	background-color: #a6e2fc;
	margin-bottom: 6px !important;
	padding: 6px 6px 11px 6px !important;
	-moz-border-radius: 10px;
	border-radius: 10px;

}



.gf_list_2col { /* -- Yellow background hack for gf_list_2col ..used in Loc Authorities..  -- */
	

}

/* multi-page progress bar hacks  ------------------------------------------------------*/


.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 100% !important; /*--- made 1% wider  -- */
	margin: 0 0 8px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px dotted #CCC;
}



.gform_wrapper .gf_progressbar {
	background-image: none !important; /*-- removes images from progress bar  -- */
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important; /*-- bit more rounded  -- */
	border-radius: 8px !important;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.0) !important; /*-- removes shadow from progress bar  -- */
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0) !important;
	border: 1px solid #29ABE2 !important; /*--- colour change  -- */
}


.gform_wrapper .percentbar_blue {
	background-image: none !important; /*--- removes images from progress bar  -- */
	background-color: #29ABE2 !important; /*--- colour change  -- */

}


.gform_wrapper .button {
	cursor: pointer;
	font-size: 18px;
    padding: 15px;
    background: #29ABE2;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.gform_wrapper .button:hover { background: #0071BC; }
.gform_wrapper .button:active { background: #2E5481; }
.gform_wrapper .gform_next_button { float: right; }

.gform_wrapper #gform_submit_button_3 { background: #243D62;}
.gform_wrapper #gform_submit_button_3:hover {  background: #1f2f47; }
.gform_wrapper #gform_submit_button_3:active {  background: #1f2f47; }



