﻿.readbtn {
    padding: 2px 4px;
    min-width: auto;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 100%;
    margin: 0 auto;
}

.jobtable {
    width: 100%;
}

    .jobtable i.fa.fa-info-circle {
        font-size: 25px;
    }

    .jobtable tr th {
        color: #fff
    }

    .jobtable tr th {
        padding: 5px;
        text-align: center;
    }

    .jobtable tr td {
        padding: 5px;
        text-align: center;
    }

    .jobtable tbody tr:nth-child(even) {
        background: #efefef;
    }

.modal-header {
    background: #f7931d;
    color: #fff;
}

.modal-header {
    padding: 8px;
}

.jobtable tbody tr:hover {
    background: #d1d1d1;
}

#tendertableOpening tr th {
    width: 150px;
}

.table_body tr th, td {
    border-bottom: 1px solid #f7931d;
    padding: 8px;
}

.modal-body {
    height: 500px;
    overflow: auto;
}

.applybtn {
    background-color: #f7931d;
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    float: right;
    border-radius: 10px;
}

.ms-dlgTitle {
    text-align: center !important;
    background-color: #f7931d;
    color: #fff;
    padding: 0px 15px 5px !important;
}

.s4-clust {
    margin-top: 20px;
}

.ms-dlg-heading {
    color: #fff !important;
}

a.applybtn:focus, a.applybtn:hover, a.applybtn:visited {
    color: white;
    text-decoration: none;
}

.closemodelbtn {
    text-align: right;
    color: #fff;
    opacity: 1;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
    border-color: #f7931d;
    background-color: #e6f2fa;
    background-color: #f7931d;
}

h4#modalTitle {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
