﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');
body {
    font-family: Roboto;
    font-size: 15px;
    /*background-image: url("../image/login.jpeg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.legendGroup{
    width:20px;
    height:20px;
    border-radius:50%;
}
/*.loginbg {
    background-image: url("~/image/login.gif");
}*/

.menuPanel {
    margin: 5px;
    padding: 0px;
    background-color: yellow;
    width: 100%;
    height: 800px;
    overflow: auto;
    /*text-align: justify;*/
}

.msgBox {
    float: right;
    position: fixed;
    top: 20%;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    opacity: 0.8;
    width: 90%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 10px 10px 10px;
    z-index: 910000;
    color:azure;
    font-size:xx-large;
    font-weight:700;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*color: #f1f1f1;*/
    width: 100%;
   
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #myBtn:hover {
        background: #ddd;
        color: black;
    }