﻿#NavigationButton {
    border-radius: 5px;
    padding: 5%;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #024638;
    border-color: #024638;
    color: #FFFFFF;
    height: auto;
    width: auto;
}

    #NavigationButton:disabled {
        /*   border-radius: 5px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;*/
        background-color: #808080;
        border-color: #808080;
        color: #000000;
    }

#FinalStepButton {
    border-radius: 5px;
    padding: 5%;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #3db952;
    border-color: #3db952;
    color: #000000;
}

    #FinalStepButton:disabled {
        /*      border-radius: 5px;
        margin: 5px;
        margin-top: 10px;
        margin-bottom: 10px;*/
        background-color: #808080;
        border-color: #808080;
        color: #000000;
    }

#ReturnButton {
    border-radius: 5px;
    padding: 5%;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #833737;
    border-color: #833737;
    color: #FFFFFF;
}

#videoFeed {
    /*        position:  absolute;
    top: 250%;
    left: 50%;*/
    /*-webkit-transform: translateX(-45%) translateY(-22%);*/
    /*   transform: translateY(7%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;*/
    min-width: 100%;
    width: 100%;
    height: 80%;
    aspect-ratio: 0.5;
}

#frameUri {
    width: 60%;
    height: 60%;
}

#SucessPicture {
    width: 150px;
    height: 150px;
}

#savePicButton {
    background-color: indianred;
    border-color: darkred;
    color: #FFFFFF;
    border-radius: 50%;
    height: 61px;
    line-height: 1;
    padding: 0;
    width: 61px;
}

#CenterContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#MiddleContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#BottomContent {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#BottomRightContent {
    position: absolute;
    bottom: 5%;
    left: 80%;
}

#Signature {
    background-color: gray !important;
    border: 1px solid;
    border-color: #dee2e6;
}

    #Signature:disabled {
        background-color: #FFF;
        border: 1px solid;
        border-color: #dee2e6;
    }

#ScrollableList {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
    white-space: nowrap;
    padding: 15px;
    text-overflow: ellipsis;
}

#e-card {
    -webkit-tap-highlight-color: #fff;
    background-color: #fff;
    border: 0px solid #fff;
    box-shadow: none;
    color: #212529;
    outline: none;
}

/*@media screen and (orientation: landscape) {
    html {*/
/* Rotate the content container */
/*transform: rotate(-90deg);
        transform-origin: left top;*/
/* Set content width to viewport height */
/*width: 100vh;*/
/* Set content height to viewport width */
/*height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/