html, body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #209777;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    flex-direction: column;

}

.modal-titulo {
    color: #187058;
    text-align: center;
    font-weight: bold;
}

.modal-pagraph {
    color: #187058;
    text-align: left;
}

.result-container {
    overflow-x: auto;
}

.modal-content {
    background-color: #3cffc3;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../resources/img/Preloader_21.gif) center no-repeat #fff;
}


.btn-alterstart{
    background-color: #209777;
}

.btn-alterstart:hover{
    background-color: #187058
}


.app-title{
    font-size: 3rem;
}


.header{
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.article{
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{
    height: 35em;
    width: 35em;
    display: flex;
    flex-direction: column;
}

.image-container{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-container{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.input{
    height: 100%;
    width: 40%;
    color: #187058;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
}

.sendbtn{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.span-container{
    height: 100%;
    width: 100%;
}

.back-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem 1rem;
}

.back-btn:hover{
    cursor: pointer;
}

.unmarged{
    margin: 0;
}

.unpadded{
    padding: 0;
}

.resultado{
    display: none;
}

.positivo{
    display: none;
}

.negativo{
    display: none;
}

.option{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.binfo{
    margin-right: 5%;
}

.table-custom {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #187058;
    color: #187058;
}

.modal-content > div {
    border-color: #187058;
}

.row-custom {
    border: none;
    text-align: center;
    padding: 8px;
}


th{
    text-align: center;
}

.success-icon{
    color: #187058;
}

.failed-icon{
    color: #9c0000;
}

@media (max-width: 600px) {

    .app-title{
        font-size: 2rem;
    }

    tbody{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .tab-ele{
        display: flex;
        flex-direction: column;
    }

    .option{
        flex-direction: column;
        justify-content: center;
    }

    .option > div {
        width: 100%;
        margin-bottom: 1rem;
    }

    .resultado{
        padding: .5rem;
    }

    tr{
        display: flex;
        flex-direction: column;
    }
}
