<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* @form header 
----------------------------------- */
.smart-forms .header-black {	
	background-color:#bbac62;
	border-top:1px solid #7E8689;  
	border-bottom:5px solid #bbac62;
}

.smart-forms .header-lite{ border-top-color:#7E8689; }
.smart-forms .header-lite:before{ background-color:#505558;   }
.smart-forms .header-black h4{ color:#fff; }

/* @form tagline 
--------------------------------- */
.smart-forms .theme-black .tagline span{ color:#505558; }
.smart-forms .theme-black .smart-link{ color:#505558; }

/* @hover | focus  
--------------------------------- */
.smart-forms .theme-black .gui-input:hover,
.smart-forms .theme-black .gui-textarea:hover,
.smart-forms .theme-black .select &gt; select:hover,
.smart-forms .theme-black .select-multiple select:hover, 
.smart-forms .theme-black .gui-input:hover ~ .input-hint,
.smart-forms .theme-black .file .gui-file:hover + .gui-input,
.smart-forms .theme-black .gui-textarea:hover ~ .input-hint{ border-color: #6B7376; }

.smart-forms .theme-black .gui-input:focus,
.smart-forms .theme-black .gui-textarea:focus,
.smart-forms .theme-black .select &gt; select:focus,
.smart-forms .theme-black .select-multiple select:focus{ 
	border-color: #505558;
	-webkit-box-shadow:0px 0px 3px #888888 inset;  
	-moz-box-shadow:0px 0px 3px #888888 inset;   
	-o-box-shadow:0px 0px 3px #888888 inset;  	
	box-shadow:0px 0px 3px  #888888 inset;  
	color: #3C3C3C; 
}

.smart-forms .theme-black .gui-textarea:focus{  height: 120px; }
.smart-forms .theme-black .select &gt; select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-black .gui-input:focus ~ .field-icon i,
.smart-forms .theme-black .gui-textarea:focus ~ .field-icon i{ color:#505558; }
.smart-forms .theme-black .select-multiple select:focus, 
.smart-forms .theme-black .gui-input:focus ~ .input-hint,
.smart-forms .theme-black .gui-textarea:focus ~ .input-hint, 
.smart-forms .theme-black .file .gui-file:focus + .gui-input{ border-color: #505558; }
.smart-forms .theme-black .select &gt; select:focus + .arrow{ color:#505558; }

/* @star rating 
--------------------------------------------------------------- */
.smart-forms .theme-black .rating:hover .rating-star:hover,
.smart-forms .theme-black .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-black .rating-input:checked ~ .rating-star { color: #333333;	}
.smart-forms .theme-black .rating-star, 
.smart-forms .theme-black .rating:hover .rating-star {	color: #A2A6A8;		 }

/* @check + radio black 
---------------------------------------------------------------- */
.smart-forms .option-black input:hover + .checkbox,  
.smart-forms .option-black input:hover + .radio{ border-color: #6B7376; }
.smart-forms .option-black input:checked + .checkbox, 
.smart-forms .option-black input:focus + .checkbox, 
.smart-forms .option-black input:checked + .radio, 
.smart-forms .option-black input:focus + .radio{ border-color: #505558; }
.smart-forms .option-black input:checked + .radio:before, 
.smart-forms .option-black input:focus + .radio:before{  background: #505558; }
.smart-forms .option-black input:checked + .checkbox:before, 
.smart-forms .option-black input:focus + .checkbox:before{ border-color: #505558; }

/* @toggle-switch black 
------------------------------------------------------------ */
.smart-forms .switch-black &gt; input:checked + .switch-label { background: #505558; border-color: #505558; }
.smart-forms .switch-black &gt; input:checked + .switch-label:after { color:#505558; }
.smart-forms .switch-black &gt; input:checked:focus + .switch-label { background: #333333; border-color: #333333; }

/* Smart Options 
-------------------------------------------------------------- */
.smart-forms .option &gt; input:checked + .smart-option { background: #505558; }
.smart-forms .option &gt; input:checked + .smart-option,
.smart-forms input:checked + .smart-checkbox .iconc:before,
.smart-forms .option &gt; input:checked + .smart-option .iconc { border-color: #333333; }
.smart-forms input:checked + .smart-radio .iconc:before { background:#333333; }

/* Modern switch  
-------------------------------------------------------------- */
.smart-forms .modern-switch input:checked + .switch-toggle { background:#505558; }
.smart-forms .modern-switch input:checked + .switch-toggle::before { background:#111111; }
.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(80,85,88,0.2);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(80,85,88,0.2); 
	-o-box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(80,85,88,0.2); 
	box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(80,85,88,0.2);  
}

/* @button black 
------------------------------------------------------------- */
.smart-forms .btn-black { background-color: #505558; }
.smart-forms .btn-black:hover,
.smart-forms .btn-black:focus{ background-color: #6B7376; }
.smart-forms .btn-black:active{ background-color: #333333; }
.smart-forms .btn-black,
.smart-forms .btn-black:hover,
.smart-forms .btn-black:focus,
.smart-forms .btn-black: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:#505558; }
.ui-monthpicker .ui-datepicker-today a, 
.ui-monthpicker .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-current-day a{
	background:#505558!important;
}

/* @price-box 
------------------------------------------------------------- */
.smart-forms .theme-black .selected-box h4{ color:#505558; }
.smart-forms .ribbon-inner{ background:#505558; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#333333; }
.smart-forms .button {
    border: 0;
	height: 42px;
	color: #243140;
	line-height: 1;
	font-size:15px; 
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: #bbac62;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
     border-radius: .50rem;
}</pre></body></html>