﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.form--login .form-group:nth-child(3) {
    margin-bottom: 7.5px;
}

.modal--alterar-senha {
    top: 41%;
    transform: translateY(-50%);
    display: block;
    overflow: visible;
    transition: display 150ms linear;
}

.modal--alterar-senha.fade {
    opacity: 1;
}

.modal--alterar-senha.hidden.fade {
    opacity: 0;
}

.lista-erros {
    width: 100%;
    padding: 1rem .75rem;
    border-radius: 0.5rem;
    list-style: none;
}

.btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
}

.btn-cancelar {
    background: none !important;
    color: #818181 !important;
    border: 0 !important;
    box-shadow: none !important;
    /* text-decoration: underline; */
    padding: 0.5rem;
}

.btn-cancelar:focus,
.btn-cancelar:hover {
    text-decoration: underline;
}

.btn-alterar-senha {
    background: none;
    padding: 0;
    border: 0;  
    color: #069;
    cursor: pointer;
}

.btn-alterar-senha:hover {
    text-decoration: underline;
}

.warning {
    color: rgba(197,48,48,1) !important;
    border: 1px solid rgb(252,129,129);
    background-color: rgb(255,245,245);
}

.success {
    color: rgb(35,78,82);
    border: 1px solid rgb(56,178,172);
    background-color: rgb(230,255,250);
}

.lista-erros li + li {
    margin-top: 0.75rem;
}

.modal--alterar-senha .panel-pages {
    margin: 0;
}

textarea.form-control {
    resize: none !important;
}

.form-control:not(textarea) {
    text-transform: uppercase;
}

.form-control[readonly] {
    background-color: #ddd;
}

.swal2-popup {
    font-size: 1.4rem !important;
    width: 52em !important;
}


.table-hover tbody tr:hover td {
    background: #b0d8fe;
}



#modalJustificativa td {
    padding: 2px;
    border: 3px solid #fff;
}

    #modalJustificativa td:nth-child(1) {
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        background-color: #3197e1;
        color: #fff;
        width: 180px !important;
    }

    #modalJustificativa td:nth-child(2) {
        text-align: left;
        padding-left: 10px;
        background-color: #bbe8ff;
    }


#carteirinha td {
    padding: 5px;
}

    #carteirinha td:nth-child(1) {
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
    }

thead.bg-primary th {
    color: #fff;
}

.label-guia{
    font-weight: bold; 
    font-size: medium !important;
}


.just-msg {
    max-width: 90%;
    /*margin: 15px 10px 0 10px;*/
    padding: 10px;
}

.just-msg-left {
    background: #fff0c6;
    float: left;
}

.just-msg-right {
    background: #cff2ff;
    float: right;
}

.just-msg-head {
    font-size: xx-small;
    color: #808080;
}

.just-msg-body {
    font-size: small;
}

#txtLeitor {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;

    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: moz-disc;

    color: #fff;
}

input[type=text],
input[type=password] {
    border-color: #bbb !important;
}

input[type=text]:focus,
input[type=password]:focus {
    border-color: #bbb !important;
}