/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.customer-type {
    margin-bottom: 25px;

}
.customer-type .customertitle {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;

}

.customer-type .customertitle input {
    margin-right: 10px;

}

.customer-type .customerdesc {
    display: block;
    padding: 0 0 0 28px;
    color: #777777;
    line-height: 14px;
    font-weight: normal;
}

form .modal-header, form .modal-body, form .modal-footer{
    text-align: center !important;
}

form .modal-title i {

    display: block;
    padding-top: 25px;

}

.flright {
    float: right;
}

.item {
    margin-bottom: 10px !important;
}