﻿* {
    box-sizing: border-box;
}

body {
    background-color: #f3f6f4;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
}

.boxatendimento {
    margin: 0;
    padding: 0;
    font-size: 90px;
    font-weight: 600;
    clear: both;
}

.titleAtendimento {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.titleContainer {
    height: 60px;
}

.alignimage {
    vertical-align: middle;
    padding-right: 30px;
}

.font-agger {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
}

#descricaopainel {
    font-size: 2em;
    vertical-align: central;
    margin: 9px 0 0 0;
    padding: 0;
}

#nav {
    line-height: 50px;
    height: 50px;
}

.navigation {
    line-height: 50px;
    height: 50px;
}

#footer {
    line-height: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid gray;
    width: 99%;
    margin: 50px auto;
    border-radius: .25rem;
    background-color: white;
}

thead tr:first-child {
    background: SteelBlue;
    color: #fff;
    border: none;
}

th:first-child, td:first-child {
}

th {
    font-weight: 500;
    font-size: 12px;
}

thead tr:last-child th {
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

tbody tr:hover {
    background-color: #f2f2f2;
    cursor: default;
    color: black;
}

tbody tr:last-child td {
    border: none;
}

tbody td {
    font-size: 12px;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

td:last-child {
    padding-right: 5px;
}

.whiteRow {
    background-color: white;
    color: black;
}

.blueRow {
    background-color: lightsteelblue;
    color: black;
}

.purpleRow {
    background-color: mediumpurple;
    color: black;
}

.greenRow {
    background-color: darkgreen;
    color: white;
}

.grayRow {
    background-color: lightgray;
    color: black;
}

.orangeRow {
    background-color: orange;
    color: black;
}

.yellowRow {
    background-color: yellow;
    color: black;
}

.redRow {
    background-color: indianred;
    color: white;
}

.darkblueRow {
    background-color: darkslategrey;
    color: white;
}

.darkredRow {
    background-color: darkred;
    color: white;
}

.icongrid {
    height: 20px;
    margin: 0 5px 0 5px;
    vertical-align: bottom;
    color: dimgray;
}

.datastyle {
    margin: 0 5px 0 5px;
    display: flex;
}

.form table, .form caption, .form tbody, .form tfoot, .form thead, .form tr, .form th, .form td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

    .form table:hover, .form caption:hover, .form tbody:hover, .form tfoot:hover, .form thead:hover, .form tr:hover, .form th:hover, .form td:hover {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

.LoginAtendimento {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    width: 100%;
    height: auto; 
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 360px;
    overflow: hidden;
}

.card-header {
    background-color: #003050;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding: 16px;
    text-transform: uppercase;
    text-align: center;
}

.card-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label, .form-group div > label {
        display: block;
        font-size: 14px;
        color: #555;
        margin-bottom: 6px;
    }

.form-control input[type="text"], .form-control input[type="password"], input[type="text"], input[type="password"] {
    width: 100%;
    padding: 8px 4px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out;
    height: auto;
}

.form-control input:focus, input:focus {
    border-bottom: 2px solid #FFC107 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.field-validation-error {
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px;
}

.buttonAtendimento {
    text-align: center;
}

    .buttonAtendimento .btn-primary {
        width: 100%;
        padding: 12px 0;
        background-color: #003050;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        font-size: 15px;
        color: #fff; 
        cursor: pointer;
        text-transform: none; 
        text-align: center;
        line-height: normal;
        display: block;
        margin-top: 20px;
        transition: background-color 0.2s;
    }

.card-body {
    vertical-align: central;
    padding: 40px;
}

.alert-box, .error-box {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.alert-box {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.error-box {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6bc;
}

.card-panel {
    border-radius: 15px;
}

.senha-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .senha-wrapper input {
        flex: 1;
        background-color: transparent;
    }

.toggle-senha {
    position: absolute;
    right: 10px;
    top: 8px; 
    cursor: pointer;
}

    .toggle-senha img {
        width: 20px;
        height: 20px;
        opacity: 0.6;
        transition: opacity 0.2s ease-in-out;
    }

        .toggle-senha img:hover {
            opacity: 1;
        }
#loader-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
}


    #loader-menu .spinner-layer.spinner-blue-only {
        border-color: #003050 !important;
    }

    #loader-menu .circle-clipper .circle,
    #loader-menu .gap-patch .circle {
        border-width: 6px !important;
    }

.buttonAtendimento .btn-primary {
    position: relative;
}

.buttonAtendimento .loader-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 3px solid rgba(0,48,80,.2);
    border-top-color: #003050;
    animation: spinBtn .7s linear infinite;
    pointer-events: none;
    z-index: 2;
}

.buttonAtendimento.loading .loader-btn {
    display: block;
}

@keyframes spinBtn {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.buttonAtendimento button {
    position: relative;
}