
/* @form header 
-----------------------------------*/
.smart-forms .header-yellow {	
	background-color:#967614;
	border-top:1px solid #5a460c;  
	border-bottom:5px solid #5a460c;
}

.smart-forms .header-lite{ border-top-color:#5a460c; }
.smart-forms .header-lite:before{ background-color:#967614;   }
.smart-forms .header-yellow h4{ color:#fff; }

/* @form tagline */
.smart-forms .theme-yellow .tagline span{ color:#967614; }
.smart-forms .theme-yellow .smart-link{ color:#967614; }

/* @hover | focus  
--------------------------------------------------- */
.smart-forms .theme-yellow .gui-input:hover,
.smart-forms .theme-yellow .gui-textarea:hover,
.smart-forms .theme-yellow .select > select:hover,
.smart-forms .theme-yellow .select-multiple select:hover, 
.smart-forms .theme-yellow .gui-input:hover ~ .input-hint,
.smart-forms .theme-yellow .file .gui-file:hover + .gui-input,
.smart-forms .theme-yellow .gui-textarea:hover ~ .input-hint{ border-color: #f0ad4e; }

.smart-forms .theme-yellow .gui-input:focus,
.smart-forms .theme-yellow .gui-textarea:focus,
.smart-forms .theme-yellow .select > select:focus,
.smart-forms .theme-yellow .select-multiple select:focus{ 
	border-color: #967614; 
	-webkit-box-shadow:0px 0px 3px #967614 inset;  
	-moz-box-shadow:0px 0px 3px #967614 inset;   
	-o-box-shadow:0px 0px 3px #967614 inset; 	
	box-shadow:0px 0px 3px #967614 inset; 
	color: #3C3C3C; 
}

.smart-forms .theme-yellow .gui-textarea:focus{  height: 120px; }
.smart-forms .theme-yellow .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-yellow .gui-input:focus ~ .field-icon i,
.smart-forms .theme-yellow .gui-textarea:focus ~ .field-icon i{ color:#967614; }
.smart-forms .theme-yellow .select-multiple select:focus, 
.smart-forms .theme-yellow .gui-input:focus ~ .input-hint,
.smart-forms .theme-yellow .gui-textarea:focus ~ .input-hint, 
.smart-forms .theme-yellow .file .gui-file:focus + .gui-input{ border-color: #967614; }
.smart-forms .theme-yellow .select > select:focus + .arrow{ color:#967614; }

/* @star rating widget 
----------------------------------------------------------------- */
.smart-forms .theme-yellow .rating:hover .rating-star:hover,
.smart-forms .theme-yellow .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-yellow .rating-input:checked ~ .rating-star { color: #FFB400;	}
.smart-forms .theme-yellow .rating-star, 
.smart-forms .theme-yellow .rating:hover .rating-star {	color: #A2A6A8;	 }

/* @check + radio yellow 
--------------------------------------------------- */
.smart-forms .option-yellow input:hover + .checkbox,  
.smart-forms .option-yellow input:hover + .radio{ border-color: #f0ad4e; }
.smart-forms .option-yellow input:checked + .checkbox, 
.smart-forms .option-yellow input:focus + .checkbox, 
.smart-forms .option-yellow input:checked + .radio, 
.smart-forms .option-yellow input:focus + .radio{ border-color: #967614; }
.smart-forms .option-yellow input:checked + .radio:before, 
.smart-forms .option-yellow input:focus + .radio:before{  background: #967614; }
.smart-forms .option-yellow input:checked + .checkbox:before, 
.smart-forms .option-yellow input:focus + .checkbox:before{ border-color: #967614; }

/* @toggle-switch yellow 
------------------------------------------------------ */
.smart-forms .switch-yellow > input:checked + .switch-label { background: #967614; border-color: #967614; }
.smart-forms .switch-yellow > input:checked + .switch-label:after { color:#967614; }
.smart-forms .switch-yellow > input:checked:focus + .switch-label { background: #5a460c; border-color: #5a460c; }

/* @button yellow 
---------------------------------------------------- */
.smart-forms .btn-yellow { background-color:#967614;}
.smart-forms .btn-yellow:hover, 
.smart-forms .btn-yellow:focus{ background-color:#f0ad4e;  }
.smart-forms .btn-yellow:active{ background-color:#5a460c; }
.smart-forms .btn-yellow,
.smart-forms .btn-yellow:hover, 
.smart-forms .btn-yellow:focus,
.smart-forms .btn-yellow:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }

/* @datepicker overides 
-------------------------------------------------- */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-title { color:#967614; }
.ui-datepicker-today a, 
.ui-datepicker-today a:hover, 
.ui-datepicker .ui-state-highlight { background:#967614!important; }

/* @price-box 
----------------------------------------------- */
.smart-forms .theme-yellow .selected-box h4{ color:#967614; }
.smart-forms .ribbon-inner{ background: #967614; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#5a460c; }