.light-container {
    background: #f4f4f4;
    padding: 0px;
    margin-bottom: 45px;
}

.light-container thead {
    background: #e0e0e0;
}

.light-container th {
    border: 0px;
}
.light-container th a {
    color: black;
}

.light-container td {
    color: #707070;
}
.light-container td a {
    color: #707070;
    font-weight: 600;
}

.light-container tbody tr:hover * {
    color: black !important;
    background: #e8e8e8;
    transition: 0.3s;
}

.light-container li {
    list-style-type: none;
}
.light-container .span-label, .light-container .div-label {
    color: black;
    font-weight: 600;
}
.light-container .div-label .span-tip {
    font-weight: 500;
    font-size: 13px;
}

.light-container .alert {
	margin-bottom: 0px;
}


.btn-default {
    min-width: fit-content;
    padding: 5px 15px;
    margin-top: 1px;
}

.fancytree-expander, .fancytree-icon, span.fancytree-title {
	vertical-align: middle!important;
}

.container img {
	max-width: 100% !important;
}