
/* @form header
-------------------------------- */
.smart-forms .header-green {	
	background-color:#007aff;
	border-top:1px solid #065fbf;  
	border-bottom:5px solid #065fbf;
}

.smart-forms .header-lite{ border-top-color:#007aff; }
.smart-forms .header-lite:before{ background-color:#007aff; }
.smart-forms .header-green h4{ color:#fff; }

/* @form tagline 
------------------------------------- */
.smart-forms .theme-green .tagline span{ color:#007aff; }
.smart-forms .theme-green .smart-link{ color:#007aff; }

/* @hover | focus  
----------------------------------- */
.smart-forms .theme-green .gui-input:hover,
.smart-forms .theme-green .gui-textarea:hover,
.smart-forms .theme-green .select > select:hover,
.smart-forms .theme-green .select-multiple select:hover, 
.smart-forms .theme-green .gui-input:hover ~ .input-hint,
.smart-forms .theme-green .file .gui-file:hover + .gui-input,
.smart-forms .theme-green .gui-textarea:hover ~ .input-hint{ border-color: #007aff; }

.smart-forms .theme-green .gui-input:focus,
.smart-forms .theme-green .gui-textarea:focus,
.smart-forms .theme-green .select > select:focus,
.smart-forms .theme-green .select-multiple select:focus{ 
	border-color: #007aff;
	-webkit-box-shadow:0px 0px 3px #007aff inset;  
	-moz-box-shadow:0px 0px 3px #007aff inset;  
	-o-box-shadow:0px 0px 3px #007aff inset;  	
	box-shadow:0px 0px 3px #007aff inset;  
	color: #3C3C3C; 
}

.smart-forms .theme-green .gui-textarea:focus{  height: 120px; }
.smart-forms .theme-green .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-green .gui-input:focus ~ .field-icon i,
.smart-forms .theme-green .gui-textarea:focus ~ .field-icon i{ color:#007aff; }
.smart-forms .theme-green .select-multiple select:focus, 
.smart-forms .theme-green .gui-input:focus ~ .input-hint,
.smart-forms .theme-green .gui-textarea:focus ~ .input-hint, 
.smart-forms .theme-green .file .gui-file:focus + .gui-input{ border-color: #007aff; }
.smart-forms .theme-green .select > select:focus + .arrow{ color:#007aff; }

/* @star rating 
-------------------------------------------- */
.smart-forms .theme-green .rating:hover .rating-star:hover,
.smart-forms .theme-green .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-green .rating-input:checked ~ .rating-star { color: #007aff;	}
.smart-forms .theme-green .rating-star, 
.smart-forms .theme-green .rating:hover .rating-star {	color: #A2A6A8;	 }

/* @check + radio green 
--------------------------------------------- */
.smart-forms .option-green input:hover + .checkbox,  
.smart-forms .option-green input:hover + .radio{ border-color: #007aff; }
.smart-forms .option-green input:checked + .checkbox, 
.smart-forms .option-green input:focus + .checkbox, 
.smart-forms .option-green input:checked + .radio, 
.smart-forms .option-green input:focus + .radio{ border-color: #007aff; }
.smart-forms .option-green input:checked + .radio:before, 
.smart-forms .option-green input:focus + .radio:before{  background: #007aff; }
.smart-forms .option-green input:checked + .checkbox:before, 
.smart-forms .option-green input:focus + .checkbox:before{ border-color: #007aff; }

/* @toggle-switch green 
------------------------------------------------- */
.smart-forms .switch-green > input:checked + .switch-label { background: #007aff; border-color: #007aff; }
.smart-forms .switch-green > input:checked + .switch-label:after { color:#007aff; }
.smart-forms .switch-green > input:checked:focus + .switch-label { background: #065fbf; border-color: #065fbf; }

/* Smart Options 
-------------------------------------------------------------- */
.smart-forms .option > input:checked + .smart-option { background:#007aff; }
.smart-forms .option > input:checked + .smart-option,
.smart-forms input:checked + .smart-checkbox .iconc:before,
.smart-forms .option > input:checked + .smart-option .iconc { border-color:#065fbf; }
.smart-forms input:checked + .smart-radio .iconc:before { background:#065fbf; }

/* Modern switch  
-------------------------------------------------------------- */
.smart-forms .modern-switch input:checked + .switch-toggle { background:#007aff; }
.smart-forms .modern-switch input:checked + .switch-toggle::before { background:#095923; }
.smart-forms .modern-ios input:checked + .switch-toggle::before { background: #fff; }
.smart-forms .modern-switch:active input:checked + .switch-toggle::before,
.smart-forms .modern-switch input:checked + .switch-toggle:active::before { 
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2); 
	-o-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2); 
	box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(14,153,60,0.2);  
}

/* @button green 
----------------------------------------------- */
.smart-forms .btn-green { background-color: #007aff; }
.smart-forms .btn-green:hover,
.smart-forms .btn-green:focus{ background-color: #065fbf; }
.smart-forms .btn-green:active{ background-color: #065fbf; }
.smart-forms .btn-green,
.smart-forms .btn-green:hover,
.smart-forms .btn-green:focus,
.smart-forms .btn-green: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:#007aff; }
.ui-monthpicker .ui-datepicker-today a, 
.ui-monthpicker .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-current-day a{
	background:#007aff!important;
}

/* @price-box 
------------------------------------------------- */
.smart-forms .theme-green .selected-box h4{ color:#007aff; }
.smart-forms .ribbon-inner{ background:#007aff; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#065fbf; }