/* Start of CMSMS style sheet 'style-bootstrap-custom' */
/* == FORM DEFAULT == */

#form-default {
  font-size: 11pt;
  text-align:left !important;
  margin:30px auto 30px auto;
}
#form-default .small {
  font-size: 9pt;
}
#form-default .btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
#form-default label {
  font-style:normal;
  font-weight:normal;
}
#form-default .form-label {
  width:25%;
  float:left;
}
#form-default .form-input {
  width:75%;
  float:left;
  margin-bottom: 10px;
}
#form-default button {
  width:100%;
}
#form-default label.radio-inline,
#form-default label.radio-inline-text {
  display: inline-block;
  padding-left: 0;
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#form-default label.radio-inline {
  vertical-align: middle;
}
#form-default label.radio-inline-text {
  vertical-align: top; 
  padding-top: 3px;
  margin-right: 15px;
}

/* == BUTTONS == */

.btn-danger { /* button color - RED */
  color: #fff;
  background: #c2272d;
  border-color: #c2272d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #d82b32;
  border-color: #c2272d;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  
}

/* == FEEDBACK == */

.feedback p {
	text-align:left;
}
.feedback {
	height:auto;
	margin: -20px 0 20px 0;
	border-radius: 6px;
	clear:both;
}
.feedback p {
	padding:16px;
	margin: 2%;
	line-height:1.3;
	text-align:center;
	font-size:11pt;
}
.feedback span {
	margin: 0 5px 0 0;
}
.feedback-success {
	margin: 0 0 10px 0;
	border-radius: 6px;
}
.feedback-success p {
	padding-bottom:20px;
	text-align:center;
	font-size:18px !important;
}
.feedback-success h2 {
	text-align:center;
	font-size:40px !important;
}
.feedback-success h2 span {
	margin: 20px 0 0 0;
}
.has-warning {
  /*border-color: #f7b32f;*/
  border-color: #f7b32f;
  /*background:#fefcf4;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bg-success {
  background: #dff0d8;
}
.bg-warning {
  background: #fcf8e3;
}
.text-success {
  color: #3c763d;
}
.text-warning {
  color: #8a6d3b;
}

/* End of 'style-bootstrap-custom' */

