
.snapNav-color {
    color: #E10E4A;
}

.progress {
    margin-top: 3px;
    width: 100px;
}

label {
    margin-bottom: 2px !important;
    font-weight: 500 !important;
}

.radio-inline {
    padding-top: 0px !important;
}

.alert-danger {
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    width: 70%;
}

.modal-div {
    text-align: center;
    margin-top: 50px;
    padding: 47px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.margin-top-10 {
    margin-top: 10px;
}

.font-11 {
    font-size: 11px;
}

.disable-ele {
    cursor: not-allowed;
    background-color: #e2e2e2;
}

.header {
    background-color: #e40046 !important;
    color: #f7f5f5;
}

.rfloat {
    float: right;
}

.mandatory {
    color : red;
}

.bslogo {
    margin-top: 1%;
    margin-bottom: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
}

.bsbanner {
    margin-top: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.greybg {
    background-color:#E6E7E8;
}

pre {
    display: block;
    font-family: inherit;
    white-space: pre;
    margin: auto;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    word-break: inherit;
    word-wrap: inherit;
    background: inherit;
    border: none;
}

.removeBoxShadow {
    box-shadow: none;
}

.marginBottom1 {
    margin-bottom:1px;
}

.sd-submit {
    background-color: #e40046 !important;
    border-color: #e40046 !important;
    padding: 2px 20px;
    border-radius: 0px;
}