﻿/*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;
}*/

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;
}



.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-user-select: none;*/
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: 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;
}