/* CSS Document */

fieldset {
	border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #efefef;
	margin-bottom: 10px;
}
legend {
    font-weight: bold;
    color: #333;
    letter-spacing: .1em;
    font-size: 120%;
}
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: auto;
}
textarea.form-control {
  height: auto;
  width: 100%;
  display: block;
  line-height: 1.428;
  border-radius: 4px;
  overflow: auto;
  word-wrap: normal;
  white-space: pre-wrap;
  -webkit-appearance: textarea;
  resize: auto;
}
.form-group {
    width: 100%;
    margin-left: 20px;
    padding-top:  10px;
}  
.form-group input select button {
    float:left;
    display:block;
}
.form-group label {
    font-size: 12px;
}
.form-group label.error {
	color:red;
	font-size: 10px;
}
.form-group input.error, 
.form-group textarea.error {
	border:1px solid red;
}
#successmsg {
	color:green;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
#errormsg {
	color:red;
	font-size:12px;
}
h2 { font-size: 100%; }

span.label { float: left; width: 30%; }

span.input-control { 
	float: left; 
	width: 60%;
}
span.label.colspan-12,
span.input-control.colspan-12 { 
	width: 90%;
	display: block;
}
.input-field { width: 100%; border-radius: 4px; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
