/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 22, 2015, 1:49:58 PM
    Author     : jihad
*/

form#contact-us-form label {
    padding-right: .7em;
    padding-bottom: .2em;
    /*width: 30%;*/
}

form#contact-us-form .help-block {
    color: #CB1E52;
}


.checkbox label {
    padding-right: 20px;
    padding-left: 0;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    margin-right: -20px;
}

#contact_captcha {
    margin-top: 16px;
}

.control-label {
    font-weight: normal;
}

#email-confirm{
    display: none;
}


.label-danger {
    background-color: #d9534f;
}

.label-success {
    background-color: #5cb85c;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
}

.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.table-header a {
    color: white;
}
