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