.error {color:#F00;}
input.error, textarea.error {color:#000;border-color:#F00;background:#FFEAEA;}
span.required {color:#F00;font-weight:bold;}
select.error {padding:0;}

.switch {
  display: table-cell !important;
}

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative
}

.steps li {
    display: table-cell;
    text-align: center;
    width: 1%
}

.steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1
}

.steps li.last-child:before {
    max-width: 50%;
    width: 50%
}

.steps li:last-child:before {
    max-width: 50%;
    width: 50%
}

.steps li:first-child:before {
    max-width: 51%;
    left: 50%
}

.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
    border-color: #5293c4
}

.steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s
}

.steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87ba21
}

.steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4
}

.steps li.complete:hover:before {
    border-color: #80afd4
}

.steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word
}

.steps li.complete .title,
.steps li.active .title {
    color: #2b3d53
}

.step-content {
    position: relative
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px
}

.step-content .step-pane.active {
    display: block
}

.wizard-actions {
    text-align: right
}

.form-group.has-success .input-group .input-group-addon {
    border-color: #9cc573
}

.form-group.has-error .input-group .input-group-addon {
    border-color: #f2a696
}

.form-group.has-warning .input-group .input-group-addon {
    border-color: #e3c94c
}

.form-group.has-info .input-group .input-group-addon {
    border-color: #72aec2
}

.form-group select,
.form-group textarea,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=datetime],
.form-group input[type=datetime-local],
.form-group input[type=date],
.form-group input[type=month],
.form-group input[type=time],
.form-group input[type=week],
.form-group input[type=number],
.form-group input[type=email],
.form-group input[type=url],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=color] {
    background: #FFF
}

.form-group.has-success input,
.form-group.has-success select,
.form-group.has-success textarea {
    border-color: #9cc573;
    color: #8bad4c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-success input:focus,
.form-group.has-success select:focus,
.form-group.has-success textarea:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(130, 188, 58, .3);
    box-shadow: 0 0 0 2px rgba(130, 188, 58, .3);
    color: #6f8a3c;
    border-color: #779c52;
    background-color: #f4f9f0
}

.form-group.has-success input:focus+.ace-icon,
.form-group.has-success select:focus+.ace-icon,
.form-group.has-success textarea:focus+.ace-icon {
    color: #8bad4c
}

.form-group.has-success .ace-icon {
    color: #8bad4c
}

.form-group.has-success .btn .ace-icon {
    color: inherit
}

.form-group.has-success .control-label,
.form-group.has-success .help-block,
.form-group.has-success .help-inline {
    color: #7ba065
}

.form-group.has-info input,
.form-group.has-info select,
.form-group.has-info textarea {
    border-color: #72aec2;
    color: #4b89aa;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-info input:focus,
.form-group.has-info select:focus,
.form-group.has-info textarea:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(58, 120, 188, .3);
    box-shadow: 0 0 0 2px rgba(58, 120, 188, .3);
    color: #3b6c87;
    border-color: #488ea5;
    background-color: #f1f7f9
}

.form-group.has-info input:focus+.ace-icon,
.form-group.has-info select:focus+.ace-icon,
.form-group.has-info textarea:focus+.ace-icon {
    color: #4b89aa
}

.form-group.has-info .ace-icon {
    color: #4b89aa
}

.form-group.has-info .btn .ace-icon {
    color: inherit
}

.form-group.has-info .control-label,
.form-group.has-info .help-block,
.form-group.has-info .help-inline {
    color: #657ba0
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #f2a696;
    color: #d68273;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-error input:focus,
.form-group.has-error select:focus,
.form-group.has-error textarea:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(219, 137, 120, .3);
    box-shadow: 0 0 0 2px rgba(219, 137, 120, .3);
    color: #ca5f4c;
    border-color: #d77b68;
    background-color: #fef9f8
}

.form-group.has-error input:focus+.ace-icon,
.form-group.has-error select:focus+.ace-icon,
.form-group.has-error textarea:focus+.ace-icon {
    color: #d68273
}

.form-group.has-error .ace-icon {
    color: #d68273
}

.form-group.has-error .btn .ace-icon {
    color: inherit
}

.form-group.has-error .control-label,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
    color: #d16e6c
}

.form-group.has-warning input,
.form-group.has-warning select,
.form-group.has-warning textarea {
    border-color: #e3c94c;
    color: #d3bd50;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-warning input:focus,
.form-group.has-warning select:focus,
.form-group.has-warning textarea:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(216, 188, 65, .3);
    box-shadow: 0 0 0 2px rgba(216, 188, 65, .3);
    color: #c0a830;
    border-color: #d5b630;
    background-color: #fdfbf3
}

.form-group.has-warning input:focus+.ace-icon,
.form-group.has-warning select:focus+.ace-icon,
.form-group.has-warning textarea:focus+.ace-icon {
    color: #d3bd50
}

.form-group.has-warning .ace-icon {
    color: #d3bd50
}

.form-group.has-warning .btn .ace-icon {
    color: inherit
}

.form-group.has-warning .control-label,
.form-group.has-warning .help-block,
.form-group.has-warning .help-inline {
    color: #d19d59
}

.form-group input[disabled],
.form-group input:disabled {
    color: #848484!important;
    background-color: #eee!important
}

.dataField {
  margin: 5px;
}
.control-label {
  margin-top: 5px;
}
.bootstrap-switch-wrapper {
/*  margin: 8px 0px 0px 5px; */
}

.dl-horizontal dt {
  float: left;
  overflow: hidden;
  width: 320px;
  clear: left;
  text-align: left;
  white-space: nowrap;
}
.dl-horizontal dd { float: right; margin-left: 0px; }
dl { margin-bottom: 0px; }

#confirmDetails
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin-right: 10px;
}

.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

.center {
  text-align: center !important;
}

.switch { width: 92px; }
.switch-input:checked ~ .switch-handle { left: 75px; }