﻿/* 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;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/


/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  
  height: 60px;
  line-height: 60px;
}*/


.bg-comprovante {
    background-color: #FFF8DB !important;
}

.btn-employer-escuro {
    color: #fff;
    background-color: #042B54 !important;
    border-color: #042B54 !important;
}

    .btn-employer-escuro:hover {
        color: #c9d9e9 !important;
        background-color: #1d4b7d !important;
        border-color: #1d4b7d !important;
    }

.text-employer-escuro {
    color: #042B54 !important;
}

.img-loading-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.link-Politica-Privacidade {
    color: #fff
}

    a.link-Politica-Privacidade:active {
        color: #fff
    }

    a.link-Politica-Privacidade:link {
        color: #fff
    }

    a.link-Politica-Privacidade:visited {
        color: #fff
    }

* {
    font-family: 'Montserrat', sans-serif;
}

.bg-app-escuro {
    background-color: #042B54 !important;
}

.btn-app-verde {
    color: #fff;
    background-color: #4AA847;
    border-color: #4AA847;
}


.nav-pills .nav-link {
    border-radius: 0rem;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #BEBEBE;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #042B54;
        background-color: #fff;
    }

.label-datahora-foto {
    font-size: xx-large;
    color: #042B54;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-dados-func {
    text-align: center;
    color: #848484;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-space-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.horaSemFoto {
    font-size: 60px;
    font-weight: bold;
}

.dataSemFoto {
    font-size: 40px;
}

@media (min-width: 0px) and (max-width: 320px) {
    .imgLogout {
        margin-top: 18%;
        max-height: 40px;
    }

    .label-datahora-foto {
        font-size: x-large;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .imgLogout {
        margin-top: 18%;
        max-height: 46px;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .imgLogout {
        margin-top: 18%;
        max-height: 46px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .imgLogout {
        margin-top: 18%;
    }
}


@media (min-width: 1200px) and (max-width: 1365px) {
    .imgLogout {
        margin-top: 24%;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .imgLogout {
        margin-top: 32%;
    }
}

@media (min-width: 1441px) {
    .imgLogout {
        margin-top: 10%;
        max-height: 56px;
    }
}


.icone-button {
    vertical-align: middle;
    width: 26px;
    margin-right: 5px;
    margin-top: -3px;
}


.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: max-content;
    overflow: auto;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
}

    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #00A4BD;
    }

.button-menu-mobile {
    border: none;
    color: white;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 16px;
}

#message {
    position: initial;
    font-size: 10px;
}

    #message p {
        font-size: 10px;
    }

.valid {
    color: green;
    font-size: 10px;
}

    .valid:before {
        position: relative;
        left: -35px;
    }

.invalid {
    color: red;
    font-size: 10px;
}


    .invalid:before {
        position: relative;
        left: -35px;
    }

.standard {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left !important;
    gap: 2px;
    margin-top: -20px;
}
