form {
	padding:0;
    margin: 0;
}

fieldset,
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
select,
textarea {
    background: #FAFFBD
    /*
    padding: 0 10px;
    margin: 0;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 15px;
    max-width: 100%;
    height: 5px;
    color: #333333;
 */
 
    /*background: #FAFFBD;*/   /* #ffffff;*/
/*    
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
*/
}
input[type=checkbox]{
    padding: 0;
    height: auto;
}
input[type=text].small,
input[type=number].small,
input[type=date].small{
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    max-width: 100%;
    /*background: #faffbd;*/
    border: 1px solid #dddddd;
}
fieldset {
  padding: 10px;
  margin: 0;
   font-family: 'Source Sans Pro';
  height: 60px;
}
fieldset legend {
    padding: 2px 5px;
    margin: 0;
    margin-left: 0;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    background: #dddddd;
}
fieldset input[type=file]{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 11px;
	border: 1px solid transparent;
}
textarea {

    padding: 5px;
    resize: none;
    
    /*
    height: 100px;
    resize: none;
    padding: 10px;
    width: 100%;
    */
}
input[type=text]::-webkit-input-placeholder {
    color: #999;
    /*font-size: 90%;*/
}
input[type=text]:-moz-placeholder {
    color: #999;
    opacity: 1;
    /*font-size: 90%;*/
}
input[type=text]::-moz-placeholder {
    color: #999;
    opacity: 1;
    /*font-size: 90%;*/
}
input[type=text]::-ms-input-placeholder {
    color: #999;
    /*font-size: 90%;*/
}
input[type=password]::-webkit-input-placeholder {
    color: #999;
    /*font-size: 90%;*/
}
input[type=password]:-moz-placeholder {
    color: #555;
    opacity: 1;
    /*font-size: 90%;*/
}
input[type=password]::-moz-placeholder {
    color: #999;
    opacity: 1;
    /*font-size: 90%;*/
}
input[type=password]::-ms-input-placeholder {
    color: #999;
    /*font-size: 90%;*/
}
textarea::-webkit-input-placeholder {
    color: #555;
    /*font-size: 90%;*/
}
textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
    /*font-size: 90%;*/
}
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    /*font-size: 90%;*/
}
textarea:-ms-input-placeholder {
    color: #999;
    /*font-size: 90%;*/
}
input[type=number]:focus,
input[type=number]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=checkbox]:focus,
input[type=checkbox]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=week]:focus,
input[type=week]:hover,
input[type=email]:focus,
input[type=email]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    color: #333333;
    /*background: #faffbd;*/
    box-shadow: none;
    border: 1px solid #aaa;
}

.b1-error,
fieldset.b1-error,
select.b1-error,
input[type="text"].b1-error,
input[type="password"].b1-error,
input[type="date"].b1-error,
input[type="datetime"].b1-error,
input[type="datetime-local"].b1-error,
input[type="month"].b1-error,
input[type="week"].b1-error,
input[type="email"].b1-error,
input[type="number"].b1-error,
input[type="search"].b1-error,
input[type="tel"].b1-error,
input[type="time"].b1-error,
input[type="url"].b1-error,
input[type="checkbox"].b1-error,
textarea.b1-error{
	border: 1px solid #ffa384;
}

.bg-error,
fieldset.bg-error,
select.bg-error,
input[type="text"].bg-error,
input[type="password"].bg-error,
input[type="date"].bg-error,
input[type="datetime"].bg-error,
input[type="datetime-local"].bg-error,
input[type="month"].bg-error,
input[type="week"].bg-error,
input[type="email"].bg-error,
input[type="number"].bg-error,
input[type="search"].bg-error,
input[type="tel"].bg-error,
input[type="time"].bg-error,
input[type="url"].bg-error,
input[type="checkbox"].bg-error,
textarea.bg-error{
	background: #ffddd1;
}

input[type=text]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled,
button.button:disabled,
a.button.disabled{
	color: #777;
	background: #ddd;
	border: 1px solid #ccc;
	opacity: 1.0;
}
/** SELECT **/
textarea.small {
    height: 40px;
    padding: 5px;
    font-size: 14px;
    line-height: 13px;
}
select.small{
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
}
/** SWITCH **/
div.switch label {
	margin-bottom: 5px;
	text-indent: 100%;
	width: 4rem;
	height: 2rem;
}
div.switch input + label,
div.switch input:disabled + label,
div.switch input:disabled:hover + label {
	background: #ddd;
	border: 1px solid #ccc;
}
div.switch input:hover + label {
	border: 1px solid #ec1c40;
	background: #ec1c40;
}
div.switch input:checked + label {
	border: 1px solid #ec1c40;
	background: #ec1c40;
}
div.switch input:checked:hover + label{
	background: #ec1c40;
	border: 1px solid #ec1c40;
}
div.switch input:checked:disabled + label {
	background: #bbb;
	border: 1px solid #aaa;
}
div.switch input.bg-error + label {
	background: #fc7878;
	border: 1px solid #fc7878;
}
div.switch.tiny label {
	width: 40px;
	height: 25px;
}
div.switch.tiny label:after {
	width: 15px;
	height: 15px;
}
div.switch.tiny input:checked + label:after {
	left: 20px;
}
div.switch.vtiny label {
	width: 30px;
	height: 20px;
}
div.switch.vtiny label:after {
	width: 10px;
	height: 10px;
}
div.switch.vtiny input:checked + label:after {
	left: 15px;
}
/** RANGE SLIDER **/
.range-slider {
	height: 10px;
	margin: 0;
}
.range-slider-active-segment {
	height: 10px;
}
.range-slider-handle {
	height: 20px;
}
.range-slider.radius .range-slider-handle {
	background: #01acfe;
	border: 1px solid #0196de;

	background: #4b8cf7;/*#01acfe;*/
	border: 1px solid #2574f5;
}
.range-slider.radius .range-slider-handle:hover {
	background: #aaa;
	border: 1px solid #aaa;
}
.range-slider.round .range-slider-handle {
	background: #01acfe;
	border: 1px solid #0196de;

	background: #4b8cf7;/*#01acfe;*/
	border: 1px solid #2574f5;
}
.range-slider.round .range-slider-handle:hover {
	background: #0196de;
	border: 1px solid #0181be;

	background: #2574f5;/*#01acfe;*/
	border: 1px solid #0b5ee8;
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
	background: #ddd;
	border: 1px solid #ddd;
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
	background: #ddd;
	border: 1px solid #ddd;
}


@media only screen and (max-width:640px) {

}