/**
 * Forms Stylesheet
 * 
 * @package    Forms
 * @category   CSS
 * @copyright  Copyright (c) Nuwave Software Ltd
 */

/*!
 * Based off - Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.clearfix:before,
.clearfix:after,
.form:before,
.form:after,
.form .ctrl-body:before,
.form .ctrl-body:after {
	content: " ";
	display: table;
}
.clearfix:after,
.form:after,
.form .ctrl-body:after {
	clear: both;
}
.form {
	margin-bottom: 20px;
	min-width: 0;
	max-width: 100%;
}
.form.frmAdmin {
	float: left;
	margin-bottom: 0;
	min-width: 600px;
}
.form form {
}
.form ul,
.form ol,
.form li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form .ctrl {
	margin: 0 0 5px 0;
	min-height: 28px;
}
.form .ctrl:last-child {
	margin-bottom: 0;
}
.form .ctrl-heading {
	margin: 0;
}
.form .ctrl-label {
	float: left;
	/*padding-top: 5px;*/
	padding-right: 10px;
	text-align: left;
	width: 250px;
}
.form .ctrl-field {
	float: left;
	max-width: 100%;
	position: relative;
	width: 300px;
}
.form.position-top .ctrl-label {
	clear: both;
	text-align: left;
}
.form.position-top .ctrl-field {
	clear: both;
}
.form.position-right .ctrl-label {
	clear: none;
	text-align: right;
}
.form.position-right .ctrl-field {
	clear: none;
}
.form .ctrl.position-top .ctrl-label {
	clear: both;
	text-align: left;
}
.form .ctrl.position-top .ctrl-field {
	clear: both;
}
.form .ctrl.position-right .ctrl-label {
	clear: none;
	text-align: right;
}
.form .ctrl.position-right .ctrl-field {
	clear: none;
}
.form .ctrl.position-left .ctrl-label {
	clear: none;
	text-align: left;
}
.form .ctrl.position-left .ctrl-field {
	clear: none;
}
.form .ctrl-error {
	font-size: 0.9em;
	font-style: italic;
}
.form .ctrl-footnote {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
}
.form .ctrl .ctrl-option-label {
	display: block;
	margin: 0;
	width: 100%;
}
.form .ctrl .ctrl-option-label input {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.form .ctrl .ctrl-option-list .ctrl-option-label {
	background: #FFFFFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	min-height: 28px;
    padding: 6px;
}
.form .ctrl.is-readonly .ctrl-option-list .ctrl-option-label,
.form .ctrl.is-disabled .ctrl-option-list .ctrl-option-label {
	background: #F5F5F5;
	cursor: not-allowed;
}
.form .ctrl .ctrl-option-list .ctrl-option-label:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.form .ctrl .ctrl-option-list .ctrl-option-label:last-child {
    border-bottom: 1px solid #CCC;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form .ctrl.ctrl-float-left .ctrl-option-list .ctrl-option-label {
	/*background: #FFFFFF;*/
    /*padding: 6px;*/
	border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	float: left;
    line-height: 1.42857143;
	width: 50%;
}
.form .ctrl.ctrl-float-left .ctrl-option-list .ctrl-option-label:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
}
.form .ctrl.ctrl-float-left .ctrl-option-list .ctrl-option-label:last-child {
    border-right: 1px solid #CCC;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 4px;
}

.form .error_ctrl .error-msg {
    background: #a94442;
    border-radius: 3px;
	color: #FFF;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px;
}
.form .error_ctrl .error-msg:last-child {
	margin-bottom: 0;
}
.form .error_ctrl .ctrl-error {
	font-size: 1em;
	font-style: normal;
}
.form .error_ctrl .title {
	font-weight: bold;
}
.form .error_ctrl ul,
.form .error_ctrl li {
	list-style: disc;
}

.form .error_ctrl .error-list {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 30px;
}
.form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form *:before,
.form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form input,
.form button,
.form select,
.form textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.form fieldset,
.form fieldset.ctrl {
	padding: 0;
	margin: 10px 0 20px 0;
	border: 0;
	min-width: 0;
}
.form legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 5px 0;
}
.form label {
	display: inline-block;
	max-width: 100%;
	/*margin-bottom: 5px;*/
}
.form input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form input[type="radio"],
.form input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
.form input[type="file"] {
	display: block;
}
.form input[type="range"] {
	display: block;
	width: 100%;
}
.form select[multiple],
.form select[size] {
	height: auto;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/*.form output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}*/
.form .ctrl-input {
	display: block;
	width: 100%;
	height: 28px;
	padding: 6px 6px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #3C3C3C;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form .ctrl-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form .ctrl-input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form .ctrl-input:-ms-input-placeholder {
	color: #999999;
}
.form .ctrl-input::-webkit-input-placeholder {
	color: #999999;
}
.form .ctrl-input[disabled],
.form .ctrl-input[readonly],
.form fieldset[disabled] .ctrl-input {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
.form textarea.ctrl-input {
	height: auto;
}
.form input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.form input[type="date"],
	.form input[type="time"],
	.form input[type="datetime-local"],
	.form input[type="month"] {
		line-height: 34px;
	}
	.form input[type="date"].input-sm,
	.form input[type="time"].input-sm,
	.form input[type="datetime-local"].input-sm,
	.form input[type="month"].input-sm {
		line-height: 30px;
	}
	.form input[type="date"].input-lg,
	.form input[type="time"].input-lg,
	.form input[type="datetime-local"].input-lg,
	.form input[type="month"].input-lg {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
/*.form .radio,
.form .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form .radio label,
.form .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.form .radio input[type="radio"],
.form .radio-inline input[type="radio"],
.form .checkbox input[type="checkbox"],
.form .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.form .radio + .radio,
.form .checkbox + .checkbox {
  margin-top: -5px;
}
.form .radio-inline,
.form .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.form .radio-inline + .radio-inline,
.form .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}*/
.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"].disabled,
.form input[type="checkbox"].disabled,
.form fieldset[disabled] input[type="radio"],
.form fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.form .radio-inline.disabled,
.form .checkbox-inline.disabled,
.form fieldset[disabled] .radio-inline,
.form fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.form .radio.disabled label,
.form .checkbox.disabled label,
.form fieldset[disabled] .radio label,
.form fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form .ctrl-input-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form .ctrl-input-static.input-lg,
.form .ctrl-input-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.form .input-sm,
.form .form-group-sm .ctrl {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form select.input-sm,
.form select.form-group-sm .ctrl-input {
	height: 30px;
	line-height: 30px;
}
.form textarea.input-sm,
.form textarea.form-group-sm .ctrl-input,
.form select[multiple].input-sm,
.form select[multiple].form-group-sm .ctrl-input {
	height: auto;
}
.form .input-lg,
.form .form-group-lg .ctrl-input {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.form select.input-lg,
.form select.form-group-lg .ctrl-input {
	height: 46px;
	line-height: 46px;
}
.form textarea.input-lg,
.form textarea.form-group-lg .ctrl-input,
.form select[multiple].input-lg,
.form select[multiple].form-group-lg .ctrl-input {
	height: auto;
}




/*
.form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.form .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.form .input-group .form-control:focus {
  z-index: 3;
}
.form .input-group-lg > .form-control,
.form .input-group-lg > .input-group-addon,
.form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form select.input-group-lg > .form-control,
.form select.input-group-lg > .input-group-addon,
.form select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.form textarea.input-group-lg > .form-control,
.form textarea.input-group-lg > .input-group-addon,
.form textarea.input-group-lg > .input-group-btn > .btn,
.form select[multiple].input-group-lg > .form-control,
.form select[multiple].input-group-lg > .input-group-addon,
.form select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.form .input-group-sm > .form-control,
.form .input-group-sm > .input-group-addon,
.form .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form select.input-group-sm > .form-control,
.form select.input-group-sm > .input-group-addon,
.form select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.form textarea.input-group-sm > .form-control,
.form textarea.input-group-sm > .input-group-addon,
.form textarea.input-group-sm > .input-group-btn > .btn,
.form select[multiple].input-group-sm > .form-control,
.form select[multiple].input-group-sm > .input-group-addon,
.form select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.form .input-group-addon,
.form .input-group-btn,
.form .input-group .form-control {
  display: table-cell;
}
.form .input-group-addon:not(:first-child):not(:last-child),
.form .input-group-btn:not(:first-child):not(:last-child),
.form .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.form .input-group-addon,
.form .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.form .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.form .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.form .input-group-addon input[type="radio"],
.form .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.form .input-group .form-control:first-child,
.form .input-group-addon:first-child,
.form .input-group-btn:first-child > .btn,
.form .input-group-btn:first-child > .btn-group > .btn,
.form .input-group-btn:first-child > .dropdown-toggle,
.form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.form .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form .input-group-addon:first-child {
  border-right: 0;
}
.form .input-group .form-control:last-child,
.form .input-group-addon:last-child,
.form .input-group-btn:last-child > .btn,
.form .input-group-btn:last-child > .btn-group > .btn,
.form .input-group-btn:last-child > .dropdown-toggle,
.form .input-group-btn:first-child > .btn:not(:first-child),
.form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form .input-group-addon:last-child {
  border-left: 0;
}
.form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.form .input-group-btn > .btn {
  position: relative;
}
.form .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.form .input-group-btn > .btn:hover,
.form .input-group-btn > .btn:focus,
.form .input-group-btn > .btn:active {
  z-index: 2;
}
.form .input-group-btn:first-child > .btn,
.form .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.form .input-group-btn:last-child > .btn,
.form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}*/













/*.form .has-feedback {
  position: relative;
}
.has-feedback .ctrl-input {
  padding-right: 42.5px;
}
.ctrl-input-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .ctrl-input-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .ctrl-input-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}*/
.form .has-success .help-block,
.form .has-success .ctrl-label,
.form .has-success .radio,
.form .has-success .checkbox,
.form .has-success .radio-inline,
.form .has-success .checkbox-inline,
.form .has-success.radio label,
.form .has-success.checkbox label,
.form .has-success.radio-inline label,
.form .has-success.checkbox-inline label {
	color: #3c763d;
}
.form .has-success .ctrl-input {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .has-success .ctrl-input:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.form .has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.form .has-success .ctrl-input-feedback {
	color: #3c763d;
}
.form .has-warning .help-block,
.form .has-warning .ctrl-label,
.form .has-warning .radio,
.form .has-warning .checkbox,
.form .has-warning .radio-inline,
.form .has-warning .checkbox-inline,
.form .has-warning.radio label,
.form .has-warning.checkbox label,
.form .has-warning.radio-inline label,
.form .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.form .has-warning .ctrl-input {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .has-warning .ctrl-input:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.form .has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.form .has-warning .ctrl-input-feedback {
	color: #8a6d3b;
}
.form .has-error .help-block,
.form .has-error .ctrl-label,
.form .has-error .radio,
.form .has-error .checkbox,
.form .has-error .radio-inline,
.form .has-error .checkbox-inline,
.form .has-error.radio label,
.form .has-error.checkbox label,
.form .has-error.radio-inline label,
.form .has-error.checkbox-inline label,
.form .error-msg {
	color: #a94442;
}
.form .has-error .ctrl-input {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .has-error .ctrl-input:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form .has-error .input-group-addon {
	color: #a94442;
/*	border-color: #a94442;
	background-color: #f2dede;*/
}
/*.has-error .ctrl-input-feedback {
  color: #a94442;
}*/
/*.has-feedback label ~ .ctrl-input-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .ctrl-input-feedback {
  top: 0;
}*/
.form .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
/*@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .ctrl-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .ctrl-input-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .ctrl-input {
    width: auto;
  }
  .form-inline .input-group > .ctrl-input {
    width: 100%;
  }
  .form-inline .ctrl-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .ctrl-input-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .ctrl-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .ctrl-input-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .ctrl-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .ctrl-label {
    padding-top: 6px;
  }
}*/
/*
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after {
  clear: both;
}*/
.form .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form .pull-right {
	float: right !important;
}
.form .pull-left {
	float: left !important;
}
.form .hide {
	display: none !important;
}
.form .show {
	display: block !important;
}
.form .invisible {
	visibility: hidden;
}
.form .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.form .hidden {
	display: none !important;
	visibility: hidden !important;
}
.form .affix {
	position: fixed;
}
.form .required {
	color: #eea236;
	padding: 0 0 0 3px;
}

.form .submit_ctrl {
	float: left;
	margin-right: 10px;
}
.form .code_editor_ctrl {
	border: 1px solid #CCC;
}
.form .code_editor_ctrl .ctrl-field {
	width: 100%;
}
.form .html_editor_ctrl .ctrl-field {
	width: 100%;
}
.form .captcha_ctrl .captcha {
	margin-top: 5px;
}
.form .date_ctrl .ctrl-field {
	position: relative;
}
.form .date_ctrl .ctrl-input {
	padding-right: 25px;
}
.form .date_ctrl .ui-datepicker-trigger {
	position: absolute;
	right: 5px;
	top: 6px;
	cursor: pointer;
}
.form .scale_ctrl .scale-table {
	border: 1px solid #ccc;
	border-radius: 4px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
.form .scale_ctrl .scale-table thead tr {
	background: #F5F5F5;
}
.form .scale_ctrl .scale-table tbody tr {
	background: #FFFFFF;
}
.form .scale_ctrl .scale-table td, 
.form .scale_ctrl .scale-table th {
	border: 1px solid #CCC;
	padding: 2px;
	text-align: center;
}


.form .multifield_ctrl > .ctrl-body {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.form .multifield_ctrl > .ctrl-body > .ctrl-heading {
	background: #CCCCCC;
	padding: 10px;
}
.form .multifield_ctrl .ctrl {
	border-right: 1px solid #CCCCCC;
	float: left;
	margin: 0;
	height: 100px;
}
.form .multifield_ctrl .ctrl-field {
	width: 100%;
}
.form .multifield_ctrl .ctrl:last-child {
	border-right: none;
}
.form .multifield_ctrl .ctrl .ctrl-input {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 100px;
}
.form .multifield_ctrl .ctrl .ctrl-option-list .ctrl-option-label {
	/*background: #FFFFFF;*/
    padding: 6px;
    border-top: none;
    border-left: none;
    border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form .multifield_ctrl .ctrl .ctrl-option-list .ctrl-option-label:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form .multifield_ctrl .ctrl .ctrl-option-list .ctrl-option-label:last-child {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form .color_ctrl .minicolors {
	width: 100%;
}
.form .color_ctrl .ctrl-input {
	height: 28px;
	padding-left: 26px;
	width: 100%;
}
.form .color_ctrl .minicolors-swatch {
	top: 8px;
}
.form .ctrl.hidden_ctrl {
	min-height: 0;
	margin: 0;
} 


.form .ctrl.file_picker_ctrl .ctrl-file-icon {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 120px;
	width: auto;
}
.form .ctrl.file_picker_ctrl .ctrl-file-name {
	display: block;
	font-weight: bold;
}

/*.form .checkbox_ctrl .ctrl-field label {
	text-align: center;
}*/


/*.form .search_ctrl .tt-query,
.form .search_ctrl .tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}*/
/*.form .search_ctrl .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}*/
.form .typeahead-ctrl .tt-hint {
  color: #999
}
.form .typeahead-ctrl .twitter-typeahead {
	width: 100%;
}
.form .typeahead-ctrl .tt-menu {
	width: 100%;
	margin: 1px 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	/*border: 1px solid rgba(0, 0, 0, 0.2);*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.form .typeahead-ctrl .tt-suggestion {
	padding: 6px 12px;
	font-size: 12px;
	line-height: 24px;
}
.form .typeahead-ctrl .tt-suggestion:hover {
	cursor: pointer;
	/*color: #fff;*/
	background-color: #DDD;
}
/*.form .search_ctrl .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}*/
.form .typeahead-ctrl .tt-suggestion p {
	margin: 0;
}
.form .typeahead-ctrl .tt-footer {
	padding: 6px 12px;
}
.form .inputbox-ctrl .ctrl-input {
	padding-right: 20px;
}
.form .ctrl-clear {
	bottom: 1px;
	color: #CCC;
	cursor: pointer;
	display: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	padding: 0 6px;
	right: 1px;
	top: 1px;
}
.form .ctrl-clear:hover{
    color: #AAA;
}