/** Project: humanhorse
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.4.0
 *  @framework     YAML v4.02
 *  @file          form-theme.css
 */

@media screen {

	.ym-form input,
	.ym-form input,
	.ym-form textarea,
	.ym-form select {
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 60%;
	}

	.ym-columnar label {
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ym-columnar .ym-fbox-select select,
	.ym-columnar .ym-fbox-text input,
	.ym-columnar .ym-fbox-text textarea {
		width: 70%;
	}

	.ym-full .ym-fbox-select select,
	.ym-full .ym-fbox-text input,
	.ym-full .ym-fbox-text textarea {
		width: 100%;
	}

	.ym-form {
		-moz-box-shadow: 0 0 4px #ddd;
		-webkit-box-shadow: 0 0 4px #ddd;
		background: #f4f4f4;
		border: 2px #fff solid;
		box-shadow: 0 0 4px #ddd;
		margin: 1.5em 0 0 0;
		padding: 0;
	}

	.ym-form fieldset {
		background: transparent;
		margin: 0.75em 0 0.75em 0;
		padding: 0 0.5em;
		position: static;
	}

	.ym-form legend {
		background: transparent;
		color: #000;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.25em;
		padding: 0 0.5em;
	}

	.ym-form label {
		color: #666;
		line-height: 1.5em;
	}

	.ym-label {
		color: #666;
		padding-top: 0.25em;
	}

	.ym-form .ym-form div.ym-fbox-check:focus + label {
		color: #000;
	}

	.ym-form div.ym-fbox-text,
	.ym-form div.ym-fbox-select,
	.ym-form div.ym-fbox-check,
	.ym-form div.ym-fbox-button {
		margin-bottom: 0.5em;
		padding: 0.3em 1em;
	}

	.ym-form div.ym-fbox-button {
		background: #ececec;
		border-top: 1px #e0e0e0 solid;
		margin: 0;
		padding: 0 1em 1.5em 1em;
	}

	.ym-form .ym-gbox {
		margin-right: 0;
		padding: 0 0.5em;
	}

	.ym-form h6 {
		color: #000;
		margin: 1em 0 0 1em;
	}

	.ym-form .ym-fbox-text input,
	.ym-form .ym-fbox-text textarea {
		line-height: 1em;
		margin-top: -2px;
		padding: 0.25em 0.3em;
	}

	.ym-form .ym-fbox-select select {
		line-height: 1em;
		margin-top: -2px;
		padding: 0.25em 2px 0.25em 1px;
	}

	.ym-form input,
	.ym-form textarea,
	.ym-form select,
	.ym-form optgroup {
		-moz-box-shadow: inset 0 0 4px #eee;
		-webkit-box-shadow: inset 0 0 4px #eee;
		box-shadow: inset 0 0 4px #eee;
		font-family: Arial, Helvetica, sans-serif;
	}

	.ym-form optgroup {
		font-style: normal;
		font-weight: bold;
	}

	.ym-form .ym-fbox-text input,
	.ym-form .ym-fbox-text textarea,
	.ym-form .ym-fbox-select select {
		border: 1px solid #ddd;
	}

	.ym-form .ym-message {
		color: #666;
		margin-bottom: 0.5em;
	}

	.ym-form .ym-required {
		color: #800;
		font-weight: bold;
	}

	.ym-form input:valid,
	.ym-form textarea:valid {
		background-color: #fff;
	}

	.ym-form input:invalid,
	.ym-form textarea:invalid {
		background-color: #fdd;
	}

	.ym-form .ym-error label {
		color: #800;
		font-weight: normal;
	}

	.ym-form .ym-error input,
	.ym-form .ym-error select,
	.ym-form .ym-error textarea {
		border: 1px #800 solid;
	}

	.ym-form .ym-error input:hover,
	.ym-form .ym-error input:focus,
	.ym-form .ym-error select:hover,
	.ym-form .ym-error select:focus,
	.ym-form .ym-error textarea:hover,
	.ym-form .ym-error textarea:focus {
		border: 1px #800 solid !important;
	}

	.ym-form .ym-error .ym-message {
		color: #800;
		font-weight: bold;
		margin-top: 0;
	}

	.ym-form div.ym-fbox-text input:focus,
	.ym-form div select:focus,
	.ym-form div textarea:focus,
	.ym-form div.ym-fbox-text input:hover,
	.ym-form div select:hover,
	.ym-form div textarea:hover,
	.ym-form div.ym-fbox-text input:active,
	.ym-form div select:active,
	.ym-form div textarea:active {
		background: #fff;
		border: 1px #888 solid;
	}

	.ym-button,
	.ym-form button,
	.ym-form input[type="button"],
	.ym-form input[type="reset"],
	.ym-form input[type="submit"] {
		-moz-border-radius: .2em;
		-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
		-webkit-border-radius: .2em;
		-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
		background-color: #ccc;
		background-image: -webkit-linear-gradient(top, #eee, #ccc);
		background-image: -moz-linear-gradient(top, #eee, #ccc);
		background-image: -ms-linear-gradient(top, #eee, #ccc);
		background-image: -o-linear-gradient(top, #eee, #ccc);
		background-image: linear-gradient(top, #eee, #ccc);
		border: 1px solid #777;
		border-radius: .2em;
		box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
		color: #333 !important;
		cursor: pointer;
		display: inline-block;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
		font: normal 1em/2em Arial, Helvetica;
		margin: 1.5em 0.75em 0 0;
		overflow: visible;
		padding: 0 1.5em;
		text-decoration: none !important;
		text-shadow: 0 1px 0 rgba(255,255,255,.8);
		white-space: nowrap;
	}

	.ym-form button:hover,
	.ym-form input[type="button"]:hover,
	.ym-form input[type="reset"]:hover,
	.ym-form input[type="submit"]:hover,
	.ym-button:hover {
		background-color: #ddd;
		background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
		background-image: -moz-linear-gradient(top, #fafafa, #ddd);
		background-image: -ms-linear-gradient(top, #fafafa, #ddd);
		background-image: -o-linear-gradient(top, #fafafa, #ddd);
		background-image: linear-gradient(top, #fafafa, #ddd);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
	}

	.ym-form button:active,
	.ym-form input[type="button"]:active,
	.ym-form input[type="reset"]:active,
	.ym-form input[type="submit"]:active,
	.ym-button:active {
		background-color: #bbb;
		background-image: -webkit-linear-gradient(top, #ccc, #bbb);
		background-image: -moz-linear-gradient(top, #ccc, #bbb);
		background-image: -ms-linear-gradient(top, #ccc, #bbb);
		background-image: -o-linear-gradient(top, #ccc, #bbb);
		background-image: linear-gradient(top, #ccc, #bbb);
		box-shadow: 2px 2px 3px rgba(0,0,0,.2) inset;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
		position: relative;
		top: 1px;
	}

	.ym-form button:focus,
	.ym-form input[type="button"]:focus,
	.ym-form input[type="reset"]:focus,
	.ym-form input[type="submit"]:focus,
	.ym-button:focus {
		background: #fafafa;
		outline: 0;
	}

	.ym-form button:before,
	.ym-button:before {
		-moz-border-radius: .15em 0 0 .15em;
		-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
		-webkit-border-radius: .15em 0 0 .15em;
		-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
		background: rgba(0,0,0,.1);
		border-radius: .15em 0 0 .15em;
		box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
		float: left;
		font-size: 1.5em;
		margin: 0 1em 0 -1em;
		padding: 0 .2em;
		pointer-events: none;
		text-align: center;
		width: 1em;
	}

	.ym-add:before {
		content: "\271A";
	}

	.ym-delete:before {
		content: "\2718";
	}

	.ym-edit:before {
		content: "\270E";
	}

	.ym-email:before {
		content: "\2709";
	}

	.ym-like:before {
		content: "\2764";
	}

	.ym-next:before {
		content: "\279C";
	}

	.ym-play:before {
		content: "\25B6";
	}

	.ym-save:before {
		content: "\2714";
	}

	.ym-spark:before {
		content: "\2737";
	}

	.ym-star:before {
		content: "\2605";
	}

	.ym-form button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.ym-form input[type=button]::-moz-focus-inner,
	.ym-form input[type=reset]::-moz-focus-inner,
	.ym-form input[type=submit]::-moz-focus-inner {
		padding: .4em;
	}

	.ym-form button[disabled],
	.ym-form button[disabled]:hover,
	.ym-form input[type=button][disabled],
	.ym-form input[type=button][disabled]:hover,
	.ym-form input[type=reset][disabled],
	.ym-form input[type=reset][disabled]:hover,
	.ym-form input[type=submit][disabled],
	.ym-form input[type=submit][disabled]:hover,
	.ym-button.ym-disabled,
	.ym-button.ym-disabled:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: #eee;
		border-color: #aaa;
		box-shadow: none;
		color: #aaa !important;
		cursor: default;
		position: static;
		text-shadow: none;
	}

	* html .ym-button,
	* html .ym-form button {
		background-color: #ccc;
		border: 1px solid #777;
		color: #333 !important;
		cursor: pointer;
		display: inline-block;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
		font: normal 1em/2em Arial, Helvetica;
		margin: 1.5em 0.75em 0 0;
		overflow: visible;
		padding: 0 1.5em;
		text-decoration: none !important;
		white-space: nowrap;
	}

	* html .ym-form button:focus,
	* html .ym-button:focus {
		background: #fafafa;
		outline: 0;
	}

	* html .ym-form button:hover,
	* html .ym-button:hover {
		background-color: #ddd;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
	}

	* html .ym-form button:active,
	* html .ym-button:active {
		background-color: #bbb;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
		position: relative;
		top: 1px;
	}

	* html .ym-button.ym-disabled,
	* html .ym-button.ym-disabled:hover {
		background: #eee;
		border-color: #aaa;
		color: #aaa !important;
		cursor: default;
		position: static;
		text-shadow: none;
	}

}

