﻿
/* Ocultar  Scroll Campo Numérico */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}
/* FIM Ocultar  Scroll Campo Numérico */

.espacamentoSuperior {
    width: 100%;
    height: auto;
    top: 30px;
    position: absolute
}

.espacamentoInferior {
    width: 100%;
    height: auto;
    bottom: 30px;    
    position: absolute
}

#container-bg {
    background-image: url('/images/backgrounds/mesh.jpg');
    width: 100vw;
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

/* Container Loader */
#preloader {   
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
}

.imgpreloader {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    /*margin-top: -50px;
    margin-left: -50px;*/
}
/* FIM Container Loader */

.tb {
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid gray;
    margin-top: 10px;
    padding-left: 35px;
    font-size: 20px;   
    border-radius: 5px;
    background-color: white;
}

.tb2 {
    background-repeat: no-repeat;
    background-position: 6px;
    /*border: 1px solid #DADADA;*/
    border: 1px solid gray;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    /*box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px;*/ /* For I.E */
    /*-moz-box-shadow: 0 0 10px;*/ /* For Mozilla Web Browser*/
    border-radius: 5px;
    background-color: white;
}

.btnSubmit {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #023061;
    color: white;
    border: none;
    font-size: 20px;
    text-align: center;
    width: 200px;
    height: 40px;
    /*line-height: 40px;
            vertical-align: middle;
            text-decoration: none;*/
}

    .btnSubmit:hover {
        background-color: #024B9A;
        cursor: pointer;
    }


/* Ajustes de Screen */
@media screen and (min-width: 300px) {
    #imgSGI {
        width: 90%;
    }

    #imgUnipinhal {
        width: 150px;
    }

    .espacamentoSuperior {
        top: 20px;
    }

    .espacamentoInferior {
        bottom: 10px;
    }    
}

@media screen and (min-width: 600px) {
    #imgSGI {
        width: 70%;
    }

    #imgUnipinhal {
        width: 150px;
    }    
}

@media screen and (min-width: 900px) {
    #imgSGI {
        width: 400px;
    }

    #imgUnipinhal {
        width: 200px;
    }
}

@media screen and (min-width: 1200px) {
    #imgSGI {
        width: 450px;
    }

    #imgUnipinhal {
        width: 200px;
    }
}

@media screen and (min-width: 1400px) {
    #imgSGI {
        width: 600px;
    }

    #imgUnipinhal {
        width: 200px;
    }

    .espacamentoSuperior {
        top: 30px;
    }

    .espacamentoInferior {
        bottom: 30px;
    }
}
/* FIM Ajustes de Screen */
