﻿:root {
    --color-primary-bg: #E4E4E4;
    --color-blue: #000033;
}

body, /*a, a:hover,*/ button {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    font-family: Nunito, sans-serif;
    letter-spacing: 0px;
    text-align: center;
    color: #3b3d42;
    background-color: #FFF;
    /*background-color: #F5F5F5;*/
}

a {
    text-decoration: none;
}

label, input {
    text-transform: uppercase;
}

label {
    font-size: 0.9rem;
    color: #3b3d42;
}

strong {
    font-weight: 700;
}

table > thead > tr > th {
    background-color: #3B3D42 !important;
    color: white !important;
}

.titulo {
    background-color: #3b3d42;
    color: white;
}

.btn-login,
.btn-style,
.card-header {
    background-color: #3b3d42;
    color: #fff;
}

.btn-login {
    width: 100%;
    font-weight: bold;
}

.btn-style {
    width: 100%;
}

.btn-logout {
    background-color: #f4f4f4;
    color: #000;
    border: 1px solid #ddd;
}

    .btn-logout:hover,
    .btn-logout:focus {
        background-color: #3b3d42;
        color: #fff;
    }

.btn-login:hover,
.btn-style:hover,
.btn-login:focus,
.btn-style:focus,
.btn-login:disabled {
    background-color: #808080;
    color: #fff;
}

/*.btn-logout, 
.btn-logout:hover,
.btn-logout:focus {
    background-color: #F5F5F5;
    color: #000;
}*/

.filtro-periodo,
.resposta-marcacao {
    background-color: white;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 0.95rem;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

#btnGif {
    display: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 8px;
}

/*----------- Validação -------------*/
.validation-summary-errors {
    border: 2px solid red;
    color: red;
    font-weight: bold;
    margin: 6px;
    width: 30%;
}

.field-validation-error,
.input-validation-error {
    color: red;
    font-weight: bold;
    font-size: 0.9rem;
}


/*----------- Card -------------*/



.titulo-funcionario {
    text-align: right;
    white-space: nowrap;
}

.linha-inferior {
    text-align: left;
}

    .linha-inferior th {
        border-bottom: none;
    }

.resposta-marcacao > :not(caption) > * > * {
    padding: 0.1rem 0.5rem;
}

.grid-horario {
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: #d4d4d4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(214, 214, 214, 0.25)
}
