﻿.notification-cntr marquee {
    background-color: #cfcfcf;
    color: #000;
    padding: 8px 0;
    font-size: 14px;
    margin: 0
}

.default-table tr th {
    vertical-align: middle;
    background: #647987;
    color: #fff;
    font-weight: 500;
    line-height: 1.25;
    border: 1px solid #ddd;
}

.default-table tr td {
    vertical-align: middle;
    background-color: #fff;
    line-height: 1.2;
    border: 1px solid #ddd;
}

table td .btn.dropdown-toggle {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
}

table td .btn-action.dropdown-toggle {
    border: solid 1px #0088dd;
    color: #0088dd;
    border-radius: 2px;
    font-size: 16px;
}

    table td .btn-action.dropdown-toggle:after {
        display: none;
    }

    table td .btn-action.dropdown-toggle:hover {
        background-color: #0088dd;
        color: #fff;
    }

table td .icon-btn {
    font-size: 16px;
    line-height: 1;
}

table td ul.action-dd-menu {
    padding: 0;
    min-width: 100px;
    border-radius: 0;
}

    table td ul.action-dd-menu li + li {
        border-top: solid 1px #3d8ba5;
    }

    table td ul.action-dd-menu li .dropdown-item {
        font-size: 13px;
        color: #000;
        background-color: #b8d5ff
    }

        table td ul.action-dd-menu li .dropdown-item:hover {
            background-color: #0d6efd;
            color: #fff;
        }

table td .icon-btn + .icon-btn {
    margin-left: 5px;
}

table td .btn-number {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background-color: #0088dd;
    color: #fff;
    text-decoration: none;
}
.loadingPanel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    cursor: progress;
}

    .loadingPanel .background {
        /*background: rgba(0,0,0, 0.5);*/
        background: transparent !important;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .loadingPanel .content {
        background: rgba(255,255,255, 0.5);
        /*border: 1px solid #ccc;*/
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        height: 100%;
        text-align: center;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .loadingPanel .content img {
            width: 200px;
            height: 200px;
        }

.cmsPDFlink {
    list-style: none;
    padding: 0px;
    margin: 0px
}

    .cmsPDFlink li {
        margin-bottom: 8px
    }

        .cmsPDFlink li a {
            text-decoration: none
        }

        .cmsPDFlink li .btn {
            font-size: 10px;
            margin-left: 5px;
            padding: 2px 10px
        }
.new-request-form label.inputlabels {
    text-wrap: none;
    background-color: #F2F2F2;
    color: #333;
    font-weight: 500 !important;
    font-size: 12px;
    min-height: 30px;
    height: auto;
}

.bluetext {
    color: blue;
}

.greentext {
    color: blue;
}
.redtext{
    color:red;
}

#pdfiframe {
    /*opacity: 0;
        transition: opacity 1.5s linear;*/
}

#trig1:hover + iframe {
    opacity: 1;
    transition: opacity 1.5s linear;
}
ul.horizontal-list {
    list-style: none;
}
ul.horizontal-list li {
    display: inline-block;
}
.hidetable {
   display:none
}
.modelassignDRF .achieve-card {
    background: var(--status-aging-bg);
    color: var(--body-color);
}
.modelassignDRF .achieve-card .achieve-card-details .details-inner {
    padding: 10px;
}

    .modelassignDRF .achieve-card .achieve-card-details .details-inner + .details-inner {
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        flex: 1;
    }

.modelassignDRF .achieve-card .card-title .assign-icon {
    cursor: pointer;
    display: block;
    padding-top: 5px;
    color: var(--text-darkblue);
    font-size: 16px;
}

.border-left {
    border-left: 1px dashed #979494
}

.btn-red {
    color: #fff;
    background-color: #c71d1d;
    border-color: #c71d1d;
}

    .btn-red:hover {
        color: #fff;
        background-color: #f70000;
        border-color: #f70000;
    }

.table td .status-tag.Rejected {
    background-color: #dc3545;
    color:#fff;
}
.total-row td {
    border-top: 1px solid #ddd;
    background: #F9FBFC;
}
.candidate-timeline .timeline-step .timeline-text-Status {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    color: #00008B;
}
.candidate-timeline .timeline-step .timeline-text {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

.d-noneDeviationApproval {
    display: none !important;
}
