﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */


/* Sticky footer styles
-------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#ValidationBackgraund {
    height: 100vh;

}

#sisvalSide {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #sisvalSide h2 {
        width: 200px;
        text-align: center;
        color: gray;
    }

        #sisvalSide h2 b {
            font-size: 2.5rem;
        }

#sisvalService {
    color: white;
    height: 100vh;
    display: flex;
    background-image: url(../img/validacao-doc.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right .5s ease-in; /* ANIMAÇÃO */
    position: fixed; /* POSITION ALTERADO */
    top: 0;
    right: 0;
    z-index: 1;
}

#inputService input {
    max-width: 300px;
    min-width: 300px;
}


.sisvalButton input {
    min-width: 50px !important;
    border: none;
    min-width: 40px;
    height: 38px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    background-color: forestgreen;
    color: white;
}
.sisvalButton {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inputService label {
    margin-top: 1rem;
}

#sisvalService .inputService .sisvalButton {
    display: flex;
    justify-content: center;
}

#sisvalService h3 {
    color: white;
    width: 300px;
    text-align: center;
}

.sisvalButton {
    margin-top: 2rem;
}
.sisvalButton button{
    margin: 1rem 1.5rem;
}

.sai {
    right: -55vw !important;
}

.newConsultAba {
    right: 0vw !important;
}

.sisvalConsult {
    padding: 1rem 14rem 1rem 1rem;
    width: 50vw;
    border: 1px solid gray;
    background-color: #f7f7f7;
    display: flex !important;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: right .5s ease-in;
    position: fixed;
    top: 0;
    right: 0;
}

.resultConsult {
    transition: 0.5s ease-in;
    /* position: relative; */
    top: 50%;
    z-index: 999;
    right: 90%;
    height: 2rem;
}

.rightButton button {
    border: none;
    position: absolute;
    left: -15px;
    top: 50%;
    cursor: pointer;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    transition-delay: 9s;
}

.rightButton i {
    font-size: 2rem;
    color: #28a745;
}

.resultConsult button {
    border: transparent;
    background-color: rgb(33 187 80);
    border-radius: 0.5rem;
    padding: 5px;
    cursor: pointer;
    color:white;
    display:none;
}

@media all and (min-width: 320px) and (max-width: 780px) {
    #sisvalService {
        padding-top: 3rem;
    }



    #sisvalService {
        background-image: url(../img/validacao-doc-mobile.png);
        width: 100%;
    }
    .rightButton {
        position: absolute;
        right: 30px;
        margin-right: 50px;
    }
   

    .sai {
        right: -100vw !important;
    }

    .sisvalConsult {
        width: 100vw;
        padding: 1rem;
    }

    .inputService input {
        min-width: 300px;
    }

    #imgPME1 {
        display: none;
    }

    #imgPME2 {
        position: absolute;
        top: 0;
        z-index: 999;
        margin-top: 2rem;
    }

    #imgPME3 {
        display: none;
    }
}

@media all and (min-width: 781px) and (max-width: 991px) {
    .sisvalConsult {
        padding: 1rem 3rem 1rem 1rem;
    }

    .sai {
        right: -95vw !important;
    }

    #imgPME1 {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .sai {
        right: -62vw !important;
    }


    #imgPME1 {
        display: none;
    }

    #imgPME3 {
        display: none;
    }

    .sisvalConsult {
        padding: 1rem 6rem 1rem 1rem;
    }
}

