body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px !important;
    font-size: 1.5em;
    color: #FFF
}

table {
    table-layout: auto !important;
}

tbody tr:nth-child(odd) {
    border-top: 1px solid #dedede;
    background-color: #eee;
    border-bottom: 1px solid #dedede;
}

#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.toolbar{
    width: 100%;
    background-color: #8e119c;
    color: white;
    height: 10%;
    min-height: 100px;
}

.toolbar .button{
    color:white;
    border:1px solid white;
}


@media (min-width: 1280px){
    .MuiContainer-maxWidthLg {
        max-width: 1280px;
    }
}


@media (min-width: 1920px){
    .MuiContainer-fixed {
        max-width: 1920px;
    }
}

@media (min-width: 1280px){
    .MuiContainer-fixed {
        max-width: 1280px;
    }
}


@media (min-width: 960px){
    .MuiContainer-fixed {
         max-width: unset !important;
    }
}

@media (min-width: 600px){
    .MuiContainer-fixed {
        max-width: unset !important;
    }
}

.containerScene{
    width: 96vw;
    padding: 2vw;
    background: rgb(53, 53, 53);
    display: flex;
    justify-content: center;
}
.buttonScene{
    width: 30vw;
    height: 30vw;
    max-width: 200px;
    max-height: 200px;
    position: relative !important;
    border: 1px solid rgb(238, 238, 238) !important;
}

.listBox{
    overflow-y: auto;
    background:#FAFAFA;
    padding-top:20px;
}

.list{
    max-width: 1200px;
    margin: auto;
    border: 1px solid #eee;
}

.buttonList{
    padding: 10px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    color: rgb(85, 85, 85) !important;
    justify-content: center !important;
    align-items: center !important;
    border-bottom: 1px solid rgb(238, 238, 238) !important;
    text-align: left !important;
    background: #FFF !important;
}
.whiteTextField{
    background: #FFF;
    border-radius: 5px;
}

.boxAction{
    overflow: hidden;
    border: 1px solid #fff; 
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ff9100e6;
    font-size: 1em; 
    color: #fff;
    padding: 5px 0px
}


.cameraFeedback:active{
    background-color:#5384e46b;
}


.cameraImage{
    width: 100%;
    height:100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: relative;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}
