/* GLOBAL STYLES */
/* -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    height: 100%;
    width: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#topHeader{
}

#navBar{
    background-color: #aaa;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#allBody{
}

.main-body{

    font-size: 16px;
    background-image: linear-gradient(#fff,#fffa), url('../data/MANGROVE3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: josefin;
    color: black;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 15px;
}

.vl {
    display: flex;
    align-items: center;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    height: 25px;
}

.em-dropdown::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.em-dropdown {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.panalLink:hover,
.panalLink:active {
    cursor: pointer;
    /* font-size: 110%; 
    font-weight: bolder;*/
    background-color: #0d6efd;
    color: #fff !important;
    text-decoration: underline;
    text-shadow: 1px 1px 10px #000000;
}

.em-dropdown {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 15px;
    border: 3px solid grey;
    text-align: center;
}

.container_image {
    align-items: center;
    float: center;
}

.image {
    float: left;
    padding: 5px;
}

#center_div {
    text-align: center;
    color: black;
    height: 100%;
    width: 100%;
    font-size: 18px;
}

.bg-danger {
    --bs-bg-opacity: 0.7 !important;
}

.bg-info , .bg-success, .bg-warning{
    --bs-bg-opacity: 0.5;
}


.tableBorder, .tableBorder>tbody>tr>td{
    border: 2px solid #000;
    padding: 2px;
    font-weight: normal;
}

.tableBorder>tbody>tr>th{
    background-color: #87b7ff;
}
