﻿


#mdlHighriseVoucherView .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlHighriseVoucherView .close {
    font-size: 28px;
    padding: 10px;
}

#mdlHighriseVoucherView .modal-dialog {
    width: 75%;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: auto;
}

.HighriseVoucherViewBox {
    background: #eff2fb;
    border: solid 2px #15a4c6;
    border-radius: 6px;
    margin-bottom: 5px;
}

.HighriseVoucher {
    background: #e5f6ff;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherBoxHeader {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid thin #e3e3e3;
}

.HighriseVoucherBoxBody {
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 5px;
    border-radius: 6px;
}

    .HighriseVoucherBoxBody [class^="col-md"] {
        border-right: 1px solid #ccc;
    }

    .HighriseVoucherBoxBody h5 {
        margin-bottom: -1px;
        font-size: 14px;
        color: #787878;
        margin-top: 10px;
    }

    .HighriseVoucherBoxBody p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #333;
    }




.HighriseVoucher .HighriseVoucherBoxHeader .HighriseVoucherNo {
    color: #957d32;
    background-color: #fef6dd !important;
    border: dashed thin #957d32;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -7px;
    border-radius: 6px;
}

.HighriseVoucherDetails {
    background: #e5f8e7;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherPANValidation {
    font-weight: normal !important;
    float: right;
    background: rgba(0,133,120,0.75);
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-top: -4px;
}

.btnHighriseVoucherView {
    cursor: pointer !important;
}

#mdlHighriseVoucherView .modal-dialog {
    min-width: 75%;
}

#mdlHighriseVoucherView .close {
    outline: none;
    border: none;
    background: none;
    top: 20px !important;
}


.box-header {
    border-bottom: solid thin #f0f0f0;
    /*background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    padding-bottom: 3px;
    display: flex;
    align-items: self-end;
}

    .box-header h4 {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        transform: translateY(-7px);
        margin-left: 8px;
    }

    .box-header a.btnAccording svg {
        /* float: right; */
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.mr10 {
    margin: 10px;
}

.HighriseVoucher .HighriseVoucherBoxHeader .VoucherStatus {
    color: green;
    background-color: #d8e7d4 !important;
    border: dashed thin green;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: bold;
    /* margin-left: 8px; */
    margin-top: 0px;
    border-radius: 6px;
}

.HighriseVoucher .HighriseVoucherBoxHeader .VoucherStatusUnapproved {
    color: #ff3d3d;
    background-color: #ffe7e7 !important;
    border: dashed thin #ff9c9c;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    border-radius: 6px;
}
