﻿/*@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";*/

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*dialog {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/


body, html, input, textarea, select {
    margin: 0;

    font-family: "Roboto";

    /*font-family:monospace;*/

    
    /*font-family: "Raleway";*/
    /*font-family: 'Bahnschrift';*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    background: white;
    font-size: 14px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/

input[type="number"] {
    -moz-appearance: textfield;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(146,157,175,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(146,157,175,1);
    box-shadow: 0px 0px 5px 0px rgba(146,157,175,1);*/
}

.modal {
    min-width: 300px;
    padding: 20px;
    text-align: center;
    /*height: auto;*/
}

.modal2 {
    padding: 20px;
    text-align: center;
    /*height: auto;*/
}

.modal3 {
    /*padding: 0 20px;*/
    text-align: center;
    height: 90vh;
}

.modal4 {
    text-align: center;
}

.scrollToTop {
    position: sticky;
    display: none;
    left: calc(100% - 50px);
    bottom: 0px;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: 0.7;
    background-image: url(https://arquivos.unipinhal.edu.br/areas/imagens/icons/icon-top.png)
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #6B819B;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #6B819B;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: white;
    border: 2px solid #6B819B;
}

/* Ajustes de Screen */
@media screen and (min-width: 300px) {
    .modal {       
       max-width: 320px;
    }

    .modal2 {        
        max-width: 320px;
    }

    .modal3 {
        /*max-width: 1080px;*/
    }

    .modal4 {
        /*max-width: 1080px;*/
    }

}

@media screen and (min-width: 600px) {

    .modal {
        max-width: 450px;
    }

    .modal2 {
        max-width: 600px;
    }

    .modal3 {
        max-width: 90%;
    }

    .modal4 {
        max-width: 90%;
    }

}
