body {
    padding-top: 35px;
}

table td {
    font-size: 14px;
}

.popup_content {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.popup_close {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 2px;
    background: none;
    border: 0;
    font-size: 20px;
    padding: 0 10px;
    margin-top: -5px;
    margin-right: -5px
}

.m-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 20px;
}

    .m-text:before, .m-text:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: .5s;
    }

    .m-text:after {
        z-index: 1;
        height: 4px;
        width: 80px;
        background: #0062cc;
        border-radius: 2px;
        margin-left: 0px;
    }

    .m-text:before {
        height: 1px;
        width: 200px;
        background: #d0d0d0;
    }

.secondary {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .secondary i {
        margin-right: 5px;
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0 0 2px #888;
        padding: 0.5em 0.6em;
    }

.modalDiv {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.inner-header {
    background: #ff9a2a;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0;
    left: 0;
    height: 50px;
}

    .inner-header h5 {
        color: #fff;
        font-weight: 500;
        padding: 12px 0;
        font-size: 18px;
        margin-top: 3px;
    }

    .inner-header a {
        display: inline-block;
        padding: 10px 0;
        color: #fff;
        width: 25px;
        text-align: center;
        margin-top: 5px;
    }

        .inner-header a i {
        }

h5.lable-5 {
    font-size: 1rem;
    font-weight: 400;
}
