.checking-header { display: block; }
.checking-filter-btn { margin: 0 2px; }
.checking-filter-btn a {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    background-color: white;
}
.checking-filter-btn a:hover { 
    border-color: #e7e7e7;
    transition: background-color 200ms;
}

#input-ref-date {
    width: 90px;
    font-size: 12px;
    border-radius: 16px;
    border: 2px solid #3c8dbc;
    padding: 6px 10px;
    line-height: 18px;
    outline: none;
}
#ui-datepicker-div { 
    top: 146.016px!important;
    z-index: 9999!important; 
}
.ui-datepicker .ui-datepicker-header { background-color: #3c8dbc; }
.ui-datepicker .ui-datepicker-calendar { display: none; }
.ui-datepicker button.ui-datepicker-current { display: none; }
.ui-datepicker .ui-datepicker-buttonpane { text-align: center; }
.ui-datepicker .ui-datepicker-buttonpane button { float: none !important; }

.warning-msg {
    background: lightgreen;
    padding: 10px;
    border-radius: 6px;
}

.checking-list { 
    height: 44px;
    padding: 4px; 
}

.checking-list p {
    padding-top: 8px;
}

.list-scroll {
    height: 420px;
    overflow-y: auto;
}

ul li.list-group-item:hover { transform: none; }

.checking-list a {
    right: 5px;
    top: 9px;
    border: 1.5px solid lightblue;
    float: right;
    padding: 4px 5px;
    border-radius: 16px;
}

.checking-list a img { width: 22px; }

.checking-list p { 
    width: 80%;
    min-height: 40px;
    color: #3c8dbc; 
}

.checking-list .checking-status {
    width: 33px;
    margin-left: 4px;
    padding: 5px;
    border: 2px solid lightblue;
    border-radius: 16px;
    text-align: center;
    user-select: none;
}

.checking-green {
    border: 2px solid #27ae60!important;
    background-color: #27ae60;
    color: #fff;
    font-family: 'Source Sans Semi-bold';
}

.checking-blue {
    border: 2px solid deepskyblue!important;
    background-color: deepskyblue;
    color: #fff;
    font-family: 'Source Sans Semi-bold';
}

.checking-yellow {
    border: 2px solid #fbf386!important;
    background-color: #fbf386;
    color: #000;
    font-family: 'Source Sans Semi-bold';
}

.checking-red {
    border: 2px solid #ec534c!important;
    background-color: #ec534c;
    color: #fff;
    font-family: 'Source Sans Semi-bold';
}

.checking-checked-default {
    width: 33px;
    margin-left: 20px;
    padding: 5px !important;
    border-radius: 16px;
    text-align: center;
    outline: none;
    user-select: none;
    
}

.checking-checked {
    border-color: yellowgreen !important;
    background-color: yellowgreen;
    color: #fff;
}

.checked-false {
    border: 2px solid #ddd !important;
    color: #aaa;
    outline: none;
    user-select: none;
}

.checked-true {
    background-color: greenyellow;
    color: #000!important;
    border: 2px solid #ccc !important;
    outline: none;
    user-select: none;
}

a.checking-checked-default.checked-true:hover {
    color: #000 !important;
}

a.checking-checked-default.checked-true:visited {
    color: #000 !important;
}

/* FOOTER */
.checking-footer {
    position: absolute;
    display: inline-block;
    width: 95%;
    right: 10px;
    bottom: 10px;
    padding-left: 12px;
}

.checking-footer-btn a {
    font-family: 'Source Sans Semi-bold';
}

#btn-faturar {
    background-color: #27ae60;
    color: #fff;
    border-color: none!important;
}

#btn-xml { 
    background-color: #367fa9;
}

#btn-xml:hover { color: #fff; }
