body {
    padding-bottom: 20px;
    background-color: #ececec;
}

.backg-silver {
    background-color:#ececec;
}

.table thead th, .table th {
    border-bottom: 1px solid #dee2e6;
    border-top:0px;
}

th, td {
    font-size:14px;
}

label {
    font-weight: bold;
}

.container {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    padding-bottom:50px;
    max-width:1024px;
}

footer {
    background: transparent !important;
}

h3, h4, .text-red {
    color:#e41b13;
}

.tlpxx-top-success-message, .tlpxx-top-error-message {
    position: fixed;
    top: 0px;
    z-index: 2000;
    background: red;
    width: 100%;
    height: 50px;
    padding: 0px;
    text-align: center;
    display:none;
    opacity: .8;
}

.tlpxx-top-error-message .alert-success,
.tlpxx-top-error-message .alert-error {
    border-radius: 0px;
}

::-webkit-datetime-edit { padding: 0px; }
::-webkit-inner-spin-button, ::-webkit-calendar-picker-indicator { display: none; }
