﻿.divnotify {
    position: absolute;
    top: 2px;
    right: 10px;
    background: #fff;
    color: #000;
    font-size: 11px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    font-weight: bold;
    border: solid 3px #ccc;
}

.blinkcolor {
    background: #ed1111;
    color: #fff;
}

#divbg {
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.tdnotify {
    margin: 0px;
}

#divNotifications {
    display:none;
    /*width: 100%;*/
    height: 400px;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    font-size: 9pt;
    background: #fff;
    position: absolute;
    z-index: 10001;
    min-width:600px;
}

.nofitications-heading {
    padding: 5px 5px 1px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #e9e9e9;
    font-weight: normal;
    /*float:left;*/
    display:inline-block;
    width:100%;
}


.divtab {
    float: left;
    background: #f6f6f6;
    padding: 10px 15px;
    margin-right: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #454545;
    cursor: pointer;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
}

.divtabactive {
    background: navy !important;
    color: #fff !important;
    cursor: text !important;
}

.divtab span {
    position: absolute;
    background: #ed1111;
    border: solid 3px #e1e1e1;
    border-radius: 50%;
    color: #fff !important;
    top: -6px;
    right: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 19px;
}


.divtabspanhide {
    display: none !important;
}

#btn-close {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #666;
    float: right;
    margin-left:50px;
}

.divres {
    display: none;
}

.divresshow {
    display: block !important;
}

.divrestable {
    overflow-y: auto;
    height: 310px;
}
/*.bubble {
         font-size: 30px;
         float: left;
         margin-top: -4px;
         display: block;
     }*/


.div-procflag {
    padding: 5px 10px;
    background: #ccc;
    font-weight: bold;
    color: #333;
}

.tbl-notification {
    border: solid 1px #ccc;
    border-collapse: collapse;
    width: 100%;
    font-size: 9pt;
    margin-top: 5px;
}

    .tbl-notification td {
        border: solid 1px #ccc;
        padding: 5px;
    }

    .tbl-notification thead tr {
        background: navy;
        color: #fff;
    }

        .tbl-notification thead tr th {
            border: solid 1px #ccc;
            padding: 5px;
        }
        

    .tbl-notification tbody tr:hover {
        background: #f6f6f6;
    }


#btn-close:hover {
    color: red;
}

.div-norecords {
    font-size: 20px;
    color: red;
    text-align: center;
    padding: 20px;
}

.div-remove {
    padding: 10px;
    /*background:#efefef;*/
}

.span-link {
    color: #21215E;
    cursor: pointer;
    text-decoration: underline;
}

.btnRemoveNotification {
    padding: 5px 10px;
    height: auto;
}
.resaccnumber, .resaccnumber:hover, .resaccnumber:active, .resaccnumber:visited {
    text-decoration:underline;
    color:#3b3bc7;
    cursor:pointer;
}