.lt {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 25px;
}

.b-radius {
    border-radius: 10px;
}

.logo {
    font-size: 2.1rem;
    font-weight: 300;
    /*margin: 10px;*/
    text-align: center;
    text-decoration: none;
}

.logo img {
    height: 60px;
}

body {
    background-color: #000000;
}

.card {
    padding: 0px;
    margin: 0;
}

.required {
    color: #ff0000;
    padding-left: 2px;
}

.error {
    color: #ff0000;
}

.field-validation-error {
    color: #ff0000;
}

.box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}

select.form-control {
    appearance: auto !important;
}

select.custom-select {
    appearance: none !important;
}

label {
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
}

    label:not(.form-check-label):not(.custom-file-label) {
        font-weight: 500;
    }

.dataTables_filter {
    display: none !important;
}

.tableFilter .dataTables_filter {
    display: block !important;
}

.Status_0 {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.Status_1, .DocStatus_0 {
    color: #fff;
    background-color: #5794c9;
    border-color: #5794c9;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.Status_2, .DocStatus_1 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.Status_3, .DocStatus_2 {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.Status_4 {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.bgStatus_0 {
    background-color: #dc3545 !important;
    padding: 0.3rem 0.7rem;
}

.bgStatus_1 {
    background-color: #dc3545 !important;
    padding: 0.3rem 0.7rem;
}

.bgStatus_2 {
    background-color: #28a745 !important;
    padding: 0.3rem 0.7rem;
}

.bgStatus_3 {
    background-color: #ffc107 !important;
    padding: 0.3rem 0.7rem;
}

.bgStatus_4 {
    background-color: #ff0000 !important;
    padding: 0.3rem 0.7rem;
}

.SealType_1 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.SealType_2 {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.Active, .Unused, .NotSale, .SealStatus_7 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.InActive, .Used, .Sale, .SealStatus_0, .SealStatus_1, .SealStatus_2, .SealStatus_3, .SealStatus_4, .SealStatus_6, .SealStatus_8, .SealStatus_9, .CFSSealStatus_0 {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

.SealStatus_5, .CFSSealStatus_1, .Cancel {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
}

@media (max-width: 768px) {
    .body-img {
        background-size: auto !important;
        align-items: center !important;
    }

    .register-box {
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 769px) {
    .body-img {
        background-size: auto !important;
        margin-right: 10px;
    }
}

.body-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-image: url(/Images/ship.png);
}

.uppercase {
    text-transform: uppercase;
}

.watermark {
    background-image: url(/Images/watermark.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tablePreview {
    overflow: auto;
    width: 100%;
    min-height: 440px;
    margin-top: -5px;
}

    .tablePreview td, .tablePreview th {
        padding: 0.3rem;
    }
