﻿a {
    cursor: pointer;
}

.dashboard_slider {
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .dashboard_slider .item img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .dashboard_slider .item {
        position: relative;
        border-radius: 7px;
        overflow: hidden;
    }

        .dashboard_slider .item .cover .hero-content {
            position: relative;
            overflow: hidden;
        }

        .dashboard_slider .item .cover {
            padding: 70px;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
        }

.divalert {
    width: 400px;
    position: fixed;
    z-index: 99999;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    overflow: hidden;
}

    .divalert .card-body #alerttext {
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
    }

.divalert-close {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: -7px;
    font-size: 34px;
    color: #ffffff;
}

.divalert-container {
    display: flex;
    vertical-align: middle;
    align-content: center;
    min-height: 80px;
}

.divalert-text {
    clear: both;
    color: #000000;
    text-align: center;
}

.divalert-bottom {
    width: 100%;
    text-align: center;
}

.divalert-btnclose {
    width: 80px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #808080;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.divalert-ok {
    width: 80px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #127bbe;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.divpopup {
    width: 400px;
    position: absolute;
    z-index: 1002;
    max-width: 95%;
    display: block;
}

.divpopup-inner {
    margin: 15px;
}

.divpopup .modal-header {
    background-color: #c6f4ff;
    border-radius: 5px 5px 0 0;
    padding: .5rem 1rem;
    color: #005a80;
}

.divpopup .modal-title {
    color: #005a80;
    font-size: 18px;
}

    .divpopup .modal-title img {
        max-width: 20px;
    }



.plus {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.divpopup .subbtn {
    margin-right: 1px;
    min-width: 100px;
    text-transform: none;
    border-radius: 4px;
}

.divpopup .close {
    cursor: pointer;
    color: #005a80;
    font-size: 20px;
}

.divpopup .subbtn-close {
    margin-right: 14px;
}

.divpopup .subbtn-delete {
    background: #c4262a;
    border-color: #c4262a;
    background: -webkit-linear-gradient(#c4262a, #c4262a);
    background: -o-linear-gradient(#c4262a, #c4262a);
    background: -moz-linear-gradient(#c4262a, #c4262a);
    background: linear-gradient(#c4262a, #c4262a);
    color: #fff;
    margin-right: 1px;
    text-transform: none;
}

.subbtn:hover {
    background: #1F52A5;
    border: solid 1px #1F52A5;
}

.otherdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: 0.7;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    display: none;
}


.progressdiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(0 0 0 / 0.75);
    background-repeat: no-repeat;
    background-position: center center;
}

    .progressdiv span {
        position: relative;
        top: 41%;
        display: block;
        text-align: center;
        width: 200px;
        height: 95px;
        margin: 0px auto;
        background: #000000;
        border-radius: 10px;
        padding-top: 5px;
    }

        .progressdiv span label {
            display: block;
            margin-top: -10px;
            text-align: center;
            color: #ccc;
            font-size: 13px;
        }


    .progressdiv:before {
        position: fixed;
        padding: 3px;
    }

.tblnormal {
    width: 100%;
}

.header-right .pvc-address p.copylink, .header-right .pvc-address p.copylink a {
    color: #005a80;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

    .header-right .pvc-address p.copylink i, .header-right .pvc-address p.copylink a i {
        font-size: 20px;
    }


a.refedit {
    color: #127bbe !important;
    z-index: 9;
    margin-left: -42px !important;
    cursor: pointer;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
}

.custom_pagination a {
    cursor: pointer;
}

.custom_pagination a {
    cursor: pointer;
}

    .custom_pagination a.disabled {
        cursor: default;
        color: #cccccc;
    }

.divdaterange {
    display: none;
}

.hasDatepicker {
    background-image: url(/images/date_icon.png);
    background-position: right center;
    background-repeat: no-repeat;
}
