﻿.header { width: 100%; background-color: #a1d5d3; color: #005f5b; }
.nav-item.dropdown.dropdown-mega { position: static; }
.nav-bg { background-color: #6da9a7; }
.reseacher-info-bg { background-color: #ddede9; color: #6da9a7; }
.mega-menu { height: calc(100vh - 190px); top: 48px; left: 0; right: 0; width: 100%; margin-top: 0; padding-bottom: 0; border-radius: 0 0 10px 10px; border: 1px solid #b9b9b9; border-top: none; z-index: 1000000; }
    .mega-menu .container-fluid { height: calc(100% - 30px); overflow-y: scroll; }
.menu-disabled { color: #b9b9b9 !important; }
/*.menu-mouse-over { background-color: #5f9593 !important; }*/
.menu-mouse-over { background-color: #f8f9fa !important; color: #000 !important; }
.dropdown-menu.show { top: 48px; margin: 0; }
.menu-close-box { 
    display: none; cursor: pointer; height: 30px; background-color: #b9b9b9; color: #fff; border-radius: 0 0 9px 9px; 
    position: absolute; z-index: 1000001; bottom: 0px; width: 100%; text-align: center; padding-top: 5px; box-sizing: border-box; 
}
    .menu-close-box i { color: #ff0000; }

/*.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}*/
    .hand { cursor: pointer; }
.form-select:hover {
    cursor: pointer;
}

.Panel4 {
    white-space: nowrap;
    min-width: 280px;
    background-color: #ece9d8;
    border-radius: 10px;
}
.modalPopUpBackGround 
{
        background-color:Gray; 
        filter:alpha(opacity=50); 
        opacity:0.7; 
}
.tableHeader {
    background-color: aliceblue !important;
    font-size: 0.8em;
    text-align:center;
    vertical-align:middle;
}
.GridviewItem1{
    vertical-align:middle;
}

label[for*="RadioButtonList"]{
    margin-left:5px;
}

.list-group-item:hover { color: #000; background-color: antiquewhite; }

.list-group-item-selected { color: #fff; background-color: #1f97ee; }

.Notdisplay{
    display:none;
}

.bgprimary:hover{
    background-color:#0D6EFD;
    color: white;
}


.triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 100px solid #555;
    border-bottom: 25px solid transparent;
    /*background-image: url("image/KU_Logo_PNG.png");*/
}

.spinner {
    position: fixed;
    z-index: 2147483647 !important;
    filter: alpha(opacity=50);
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../Image/loading.GIF') 50% 50% no-repeat #000;
}

.hide_ {
    display: none !important;
}

.bluecircle{
    background-color: #2f11f3;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.whitecircle {
    background-color: white;
    color: #2f11f3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 auto;
}

.whiteblackcircle {
    background-color: #ece9d8;
    color: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.blackcircle {
    background-color: #b9b9b9;
    color: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 auto;
}


.c-g-g {
    width: 15px;
    height: 15px;
    background: linear-gradient( -90deg, #66FF66, #66FF66 49%, #66FF66 51% );
    border-radius: 50%;
    margin-left: 5px;
    display: inline-block;
}

.bgcolor{
    background-color: #b9b9b9;
    color: white;
}

.verticaltext {
    position: relative;
    min-height: 120px;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
}

.mymenu:hover {
    background-color:white !important;
    color:black !important;
}


