body {
    padding: 0px;
    margin: 0px;
}

#gbmainbg {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100vh;
    background: url(../bg-lib/default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    overflow: auto;
}


#location-info {
    display: none;
    padding: 10px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 15px;
    color: lightgray;
    font: 500 16px Segoe UI;
    border: 1px solid lightgray;
}

.location {
    position: absolute;
    right: 00px;
    bottom: 00px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
}

    .location .option {
        width: 35px;
        padding: 05px;
    }

    .location:hover + #location-info {
        cursor: pointer;
        display: block;
    }

.bingbg {
    position: absolute;
    top: calc(100% - 60px);
    right: 10px;
    width: 35px;
}

.menu {
    position: absolute;
    top: 00px;
    right: 00px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}

    .menu .option {
        width: 35px;
        padding: 05px;
        cursor: pointer;
    }


.the-progress {
    background: white;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    animation: moveInRight 3s ease-in 1s;
    padding: 0px;
}

    .the-progress progress {
        width: 100%;
        display: inline-block;
        height: 10px;
        margin: 0px;
    }

        .the-progress progress[value] {
            vertical-align: middle;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
        }

            .the-progress progress[value]::-webkit-progress-bar {
                background-color: lightgray;
            }

@keyframes moveInRight {
    0% {
        text-indent: -100%;
    }

    100% {
        text-indent: 0;
    }
}


.form {
    background-color: white;
    color: black;
    display: inline-block;
    margin: 30px 30px 30px 30px;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    text-align: left;
    border: 3px solid darkgray;
    font: 600 24px Segoe UI;
}


.form .required {
    color: darkred;
}

.form .submit {
    color: white;
    background: green;
    border-radius: 15px;
    padding: 5px;
    margin-left: 5px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    font: 600 20px Segoe UI;
    text-transform: uppercase;
}

.form table {
    margin: 20px 0px 20px 0px;
}

.form .info {
    font: 400 18px Segoe UI;
    color: darkblue;
}

.form .back {
    color: white;
    background: purple;
    border-radius: 15px;
    padding: 5px;
    margin-left: 5px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    font: 400 20px Segoe UI;
    text-transform: uppercase;
}

.form .error {
    margin: 10px 0 10px 0;
    color: red;
    font-style: italic;
    font: 500 16px Segoe UI;
}

.form select {
    padding: 7px 7px 6px 7px;
    margin-left: 5px;
    border-radius: 7px;
    text-align: left;
    border: 2px solid black;
    background-color: whitesmoke;
}

.form .text-danger {
    color: darkred;
    font-style: italic;
    font: 500 16px Segoe UI;
}

.form .form-control-text {
    padding: 7px 7px 7px 7px;
    margin: 0px;
    border-radius: 7px;
    text-align: left;
    font: 600 24px Segoe UI;
    border: 2px solid black;
    background-color: whitesmoke;
}


.bglist {
    text-align: left;
    border: 2px solid darkgreen;
    width: 100px;
    background-color: white;
}

    .bglist td {
        border: 2px solid darkgreen;
    }

.bglist-title {
    background-color: darkgreen;
    color: white;
    font: 600 20px Segoe UI;
}

.bglist-record {
    font: 400 14px Segoe UI;
    color: darkslategrey;
    background-color: white;
}

.bglist-upload {
    font: 400 16px Segoe UI;
}


.control-label-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.project-name {
    padding:5px;
    justify-content: center;
    font: 400 18px Segoe UI;
    color: white;
}
