html{
    height: 100%;
    max-height: 100%
}

body{
    height: 100%;
    background:#086caa;
    margin: 0px;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
}

p{
    margin: 0px;
    padding: 0px;
}

a{
    color: #000;
    text-decoration: none;
}

#table-div{
    flex-grow: 1;
    margin: 0; 
    overflow: auto;
}

#table-div > table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

th{
    text-align: left;
    padding: 5px 10px;
}

#table-div th{
    background: #00A;
    color: #FFF;
}

.center{
    text-align: center;
}

table u{
    cursor: pointer;
}

table b{
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

table a{
    cursor: pointer;
    text-decoration: underline;
}
table img{
    width: 100px;
}

tbody{
    width: 100%;
}

tr{
    width: 100%;
}

td{
    padding: 4px 10px;
}

#table-div tr:nth-child(odd){
    background: #8AF;
}
#table-div tr:nth-child(even){
    background: #FFF;
}
.sell-row{
    background:#FAA;
    font-size: 13px;
}

#content > select{
    margin-bottom: 20px;
    width: 100%;
}

#content{
    display: flex;
    flex-direction: column;
    margin: 30px;
    flex-grow: 1;
    overflow: hidden;
}

#header{
    background:#FFF;
    height: 60px;
    width: 100%;
}

#footer{
    padding: 10px 0px;
    background:#FFF;
    width: 100%;
    text-align: center;
}

#header img{
    margin: 5px;
    height: 50px;
}

#header a{
    cursor: pointer;
}

#floating-div {
    display: None;
    position: absolute;
    height: 85%;
    margin: 5% 0;
    width:100%;
    overflow: hidden;
}

#prompt-div{
    margin : auto;
    display: flex;
    width: 50%;
    background: #DDD;
    padding:20px;
    overflow-y: hidden;
    flex-direction: row;
}

#products-div{
    width: 50%;
    margin: 0 25%;
    background: #DDD;
    padding:20px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.bigImg{
    transform: scale(2);
    margin: auto;
    background: #DDD;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

#products-div  div {
    overflow-y:auto;
    flex-grow: 1;
}

#floating-div .bar{
    margin-bottom: 10px;
    color: #000;
}

#buttons-bar{
    margin-top: 30px;
    justify-content: space-around;
}

#min-right{
    float: right;
    font-size: 16px;
}

@media screen and (min-width: 700px) {
    body{
        font-size: 19px;
    }

    select{
        font-size: 19px;
    }

    #footer{
        font-size: 16px;
    }

    #console-link{
        font-size:32px;
    }

    #header-menu{
        display: flex;
        height: 100%;
        width: 70%;
        float:right;
        align-items: center;
    }

    #header-menu div{
        font-size: 24px;
        text-align: center;
        font-weight:bold;
        flex-grow: 1;
    }

    #vertical-menu{
        display: none;
    }

    #login-div{
        padding: 30px;
        background: #FFF;
        margin:auto;
        width: 500px;
        text-align: left;
    }
    #cellphone-only{
        display: none;
    }
    .card .box{
        width: 600px;
    }
}

@media screen and (max-width: 700px) {
    body{
        font-size: 13px;
    }

    select{
        font-size: 13px;
    }

    #footer{
        font-size: 11px;
    }

    #console-link{
        font-size:19px;
    }

    #header-menu{
        display: none;
        position: absolute;
        width: 100%;
        top: 60px;
        background: #FFF;
        margin: 0px;
        padding: 0px;
        z-index: 2;
    }
    
    #header-menu div{
        padding: 20px 15px;
        font-size: 19px;
        font-weight:bold;
    }

    #vertical-menu{
        position: fixed;
        top: 15px;
        right: 10px;
        height: 30px;
    }
    #login-div{
        padding: 5vw;
        background: #FFF;
        margin:auto;
        text-align: left;
    }
    .cellphone-only{
        display: inline;
    }
    .card .box{
        width: 90%;
    }
}

#hire{
    display: flex;
    flex-grow: 1;
}

#hire p{
    font-weight: bold;
    font-size: 21px;
    text-decoration: underline;
    text-align: center;
    margin: auto;
}

#hire a{
    color: #FFF;
}

.bar select{
    flex-grow: 1;
}

#users-bar{
    margin-bottom: 20px;
    display: flex;
    direction: row;
}
#users-bar .search-bar{
    flex-grow: 1;
}
#points-bar .search-bar{
    flex-grow: 1;
}
#user-count{
    margin-right: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 10px 0 10px;
    border-radius: 10px;
    background: #8AF;
}
#user-count img{
    float: right;
    height: 22px;
    margin-left: 8px;
}

#log-bar div{
    text-align: center;
    font-weight: bold;
    padding: 4px 10px 0 10px;
    border-radius: 10px;
    background: #8AF;
}

#log-bar input{
    width: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 0 1%;
}
#log-search{
    line-height: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    color:#FFF;
    margin-bottom: 20px;
}
#log-search .search-bar{
    line-height: 22px;
    margin-left: 10px;
    flex-grow: 1;
}
#log-bar div img{
    float: right;
    height: 22px;
    margin: 0 10px;
}
#last-sync{
    margin-bottom: 20px;
    padding: 4px 10px 0 10px;
    border-radius: 10px;
    background: #8AF;
    cursor: pointer;
}
.small-img{
    width:50px;
}
.span-bar-button{
    line-height: 30px;
    padding: 0 10px;
    color: #000;
    text-decoration: underline; 
    margin-left: 20px;
    border-radius: 10px;
    background: #8AF;
    cursor: pointer;
}

.bar{
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    color:#FFF;
}

.bar input{
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 20px;
}

.bar select{
    margin-left: 10px;
    margin-right: 20px;
}

.bar .button{
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 4px 10px 0 10px;
    border-radius: 10px;
    background: #8AF;
    line-height: 30px;
    padding: 0px 30px;
    cursor: pointer;
}

#search-img{
    padding: 4px 0;
    height: 22px;
}

.space{
    width: 20px;
}
#login-div input{
    width: 96%;
    padding: 1%;
}
#login-div select{
    width: 100%;
}
#login-div .a-paragraph{
    text-align: right;
    margin-bottom: 20px;
}
#login-div a{
    font-size: 14px;
}
.big-button{
    cursor: pointer;
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
}
.big-button span{
    flex-grow: 1;
    text-align: center;
    line-height: 30px;
}
.big-button img{
    width: 30px;
    height: 30px;
}
.fake-link{
    color: #00F;
    text-decoration: underline;
    cursor: pointer;
}
.login-or{
    font-weight: bold;
    margin: 40px;
    text-align: center;
}
.button-p{
    cursor: pointer;
    margin: 10px;
    justify-content: space-evenly;
    display: flex;
}
.button-p span{
    background: #008;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
}
.search-bar{
    display: flex;
    height: 30px;
    padding: 0 10px;
    background: #FFF;
    border-radius: 10px;
}
.search-bar input{
    height: 22px;
    margin: 0px;
    padding: 4px;
    outline: none;
    border: none;
    flex-grow: 1;
    flex-shrink: 1;
    width: 30px;
}
.search-bar input:focus{
    border: none;
}
.search-bar img {
    float: right;
    height: 22px;
    margin: 4px;
}
.scrollable{
    overflow-y: auto;
    overflow-x: hidden;
}

#landing{
    display: flex;
    flex-direction:row;
}


#landing h1{
    margin: 0px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
}
#landing h2{
    text-align: left;
    margin: 50px 0;
    color: #FFF;
    text-width: bold;
}

#landing p{
    color: #FFF;
    text-align: justify;
}

#landing .half{
    flex-grow: 1;
    text-align: center;
    float: left;
    padding: 25px;
}

#landing video{
    margin: auto;
    height: 80vh;
}
#landing .p-button{
    margin: 30px;
    text-align: center;
}

#landing .p-button span{
    font-weight: bold;
    background: #AAA;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    border-radius: 15px;
}

#console-link{
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    display: flex;
    padding: 5px 30px 5px 200px;
    text-align: center;
    font-weight:bold;
    height: 50px;
}

#loading-gif{
    height: 33%;
    margin: auto;
}

#error-div{
    text-align: center;
    padding: 50px;
    margin: auto;
    background: #FFF;
}

#audit-area{
    flex-grow: 1;
    padding: 20px 0px;
    background: #AAA;
}

#timeline{
    background:#FFF;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}

#canvas-div{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
#img-canvas{
    position: absolute;
    width: 100%;
    height: 100%;
}
#audit-table{
    position: absolute;
    width:33.3%;
    height:100%;
    margin: 0 33.3% 0 33.3%;
    overflow: auto;
}
#images{
    display: none;
}
#titles{
    display: flex;
}
#titles span{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 33%;
    flex-grow: 1;
}
#buttons{
    padding: 0 31%;
    display: flex;
    margin-bottom: 20px;
}
.audit-button{
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.audit-span{
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    line-height: 32px;
    color: #FFF;
    display: inline-block;
    flex-grow: 1;
}

#zoom-canvas{
    overflow: auto;
    background:#FFF;
}

.card{
    background:#FFF;
    padding: 10px;
    border-radius: 10px;
    overflow: auto;
}

.card p{
    margin: 10px 0px;
}

.card .box{
    margin: auto;
    border-radius: 10px;
    padding: 0px 10px;
    border: solid 1px black;
}

.card .box p{
    display: flex;
}
.card .box div{
    display: flex;
}

.card .box input{
    flex-grow: 1;
    margin-left: 10px;
}

.card .box table{
    flex-grow: 1;
    margin: 10px 0px;
    border: solid 1px black;
}

.card .box .button {
    cursor: pointer;
    margin: auto;
    background:#086caa;
    border-radius: 10px;
    padding: 5px 10px;
    color: #FFF;
}

.red{
    color: #C00;
}
.yellow{
    color: #CC0;
}
.green{
    color: #0A0;
}

#actions-menu a{
    text-decoration: underline;
    cursor: pointer;
    margin:5px;
}

#actions-menu{
    padding: 10px;
    width: 300px;
    background: #CCC;
    color: #000;
    position: absolute;
}

::-webkit-scrollbar {
    width: 6px; /* Largura da barra de rolagem */
    height: 6px; /* Altura para rolagem horizontal */
}

::-webkit-scrollbar-track {
    background: transparent; /* Fundo da trilha da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Cor da barra com transparência */
    border-radius: 10px; /* Cantos arredondados para um visual minimalista */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); /* Cor mais escura ao passar o mouse */
}
