.label-navi {
    background-color: #001A35;
}

.label-navi[href]:hover,
.label-navi[href]:focus {
    background-color: #001F3F;
}

.text-navi {
    color: #001A35;
}

.label-purple {
    background-color: #555299;
}

.label-purple[href]:hover,
.label-purple[href]:focus {
    background-color: #605CA8;
}

.text-purple {
    color: #555299;
}

.label-maroon {
    background-color: #CA195A;
}

.label-maroon[href]:hover,
.label-maroon[href]:focus {
    background-color: #D81B60;
}

.text-maroon {
    color: #CA195A;
}

.label-teal {
    background-color: #30BBBB;
}

.label-teal[href]:hover,
.label-teal[href]:focus {
    background-color: #39CCCC;
}

.text-teal {
    color: #30BBBB;
}

.preview-img {
    width: 100%;
    max-height: 300px;
}

.content-header b {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    flex: 1;
}

.demo {
    width: 100%;
    margin: 20px auto;
}

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
    height: 300px !important;
}

.lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
    height: 300px;
}

.demo li {
    display: block;
    float: left;
    cursor: pointer;
}

.demo img {
    display: block;
    height: auto;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.lSSlideOuter {
    display: flex;
}

.lSSlideWrapper {
    width: 70%;
}

.lSGallery {
    width: calc(30%-10px);
    margin-left: 10px;
    float: inline-end;
}

.lSSlideOuter .lSPager.lSGallery {
    margin-top: 0px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid #cccc;
    margin-top: 3px;
    opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 3px;
}

lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100px !important;
    max-width: 100%;
}

#checked_machine .modal-dialog {
    max-width: 60% !important;
}

@media only screen and (max-width: 768px) {
    #checked_machine .modal-dialog {
        max-width: 100% !important;
    }
}

.card-dasboard {
    min-height: 150px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-dasboard .title {
    font-size: 25px;
}

.loadding-page {
    position: fixed;
    background-color: #ffffffdb;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-image: url('../images/loadding.gif');
    background-repeat: no-repeat;
    background-position: center;
}