/**
 * NovoSGA - Main Style
 * @author Rogerio Lino <rogeriolino@gmail.com>
 */
#welcome-message {
    position: relative;
}

#ajax-loading {
    top: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 99999;
}

.mini-loading {
    width: 40px;
    height: 20px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
}

body>footer {
    clear: both;
    padding: 40px;
}

body>footer p {
    color: #ccc;
    text-align: right;
}

body>footer .novosga-version {
    color: var(--bs-secondary-color);
    line-height: 1.5;
    opacity: .65;
    overflow-wrap: anywhere;
}

body>footer .novosga-version a {
    color: inherit !important;
}

body>footer .novosga-version a:hover,
body>footer .novosga-version a:focus {
    color: inherit !important;
    opacity: 1;
}

body>footer .novosga-version .fa {
    margin: 0 .25rem;
}

body>footer .novosga-version .novosga-base-reference {
    opacity: .55;
}

/* internal clock */
.clock {
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;    
    position: fixed;
    background: #333;
    border-radius: 5px;
}

.clock span {
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.clock span.sep { width: 15px; }

.clock .time span {
    color: #fff;
    font-size: 20px;
}

.clock .date { padding-top: 2px; }

.clock .weekday,
.clock .date span {
    color: #ccc;
    font-size: 14px;
}

.clock .weekday {
    padding-top: 2px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

body>.container-fluid>h1 {
    padding: 0 0 20px 10px;
    margin: 0;
}

[v-cloak] {
  display: none;
}

/* Long-text layout for ticket detail dialogs. */
.modal-detalhes-senha .modal-content,
.modal-detalhes-senha .modal-body,
.modal-detalhes-senha fieldset,
.modal-detalhes-senha table {
    min-width: 0;
}

.modal-detalhes-senha table {
    width: 100%;
    table-layout: fixed;
}

.modal-detalhes-senha th,
.modal-detalhes-senha td {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    vertical-align: top;
}

.modal-detalhes-senha th {
    width: 30%;
}

.modal-detalhes-senha .processo-botao {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: left;
}

input[type=color] {
    height: 40px;
    max-width: 80px;
}
