/*====form=====*/
#queries {
    padding-top: 3rem;
}

#order .label {
    display: block;
    clear: left;
    float: left;
    width: 175px;
    text-align: right;
    padding: 7px 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

#order div{
    padding-bottom: 10px;
}

#order .label {
    width: 200px;
}

#order select {
    display: inline-block;
    margin-top: 8px;
    color: #904157;
}

#order select option {
    color: #904157;
}

#order input[type="radio"], #order input[type="checkbox"] {
    display: inline-block;
    margin-top: 10px;
}

#order .indent label.error {
    margin-left: 0;
}
#order label.error {
    font-size: 0.8em;
    color: #904157;
    font-weight: bold;
    display: block;
    margin-left: 215px;
}
#order  input.error, #signup select.error  {
    background: #904157;
    border: 1px solid #904157;
}

.content-section{
    width:100%;
    height:100%;
    font-family: 'Roboto Condensed', sans-serif;
}

textarea.form-control{
    height:100px;
}

#appointment label.error {
    font-size: 0.8em;
    color: #904157;
    font-weight: bold;
    display: block;
    margin-left: 215px;
}
#appointment  input.error, #signup select.error  {
    background: #904157;
    border: 1px solid #904157;
}

#appointment #submit {
    float: right;
}

/*------------- Checkbox-----------*/

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #000000; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #18bb9c;
    border-color: #18bb9c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }