﻿.left_align_text {
    text-align: left
}

.userInfo {
    margin-top: 25px;
}

    .userInfo label {
        font-weight: bold;
    }

.control-label {
    font-weight: bold !important;
}

.pt-3-half {
    padding-top: 1.4rem;
}

.page-section {
    padding-bottom: 1px !important;
}


.approvalProcessImg .row {
    margin: 0 !important;
}

.approvalProcessImg {
    margin-right: -100px !important;
}

.linkStyle {
    color: #1abc9c !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    .linkStyle:hover {
        text-decoration: underline !important;
    }

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.borderedTable td {
    border: 1px solid
}
.borderedTable tr {
    line-height: 0.05;
    border: 1px solid
}

.boldLabel label {
    font-weight: bold;
}