/* put your own styles to customize and override the theme */

/*@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}*/
.border-highlight:hover {
    border-left: 4px solid !important;
    border-color: #17a2b8 !important;
    background-color: #e9ecef !important;
}
thead > tr > th {
    font-size: 14px !important;
}
table > tbody > tr {
    font-size: 13px !important;
}
table > tbody > tr > td > span {
    display: none;
}
td > a.btn-xs,
td > .btn-group > .btn,
td > button.btn-xs{
    font-size: 0.75rem !important;
    border:none !important;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-style: none !important;
}

.popover {
    max-width: 100% !important;
}
.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}

.ln_solid_min {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0
}

.ln_black {
    border-top: 1px solid #e5e5e5;
    color: black;
    background-color: black;
    height: 2px;
    margin: 0
}

.cursor_pointer{
    cursor: pointer !important;
}

.table-xs th,
.table-xs td {
    padding: 0.1rem;
}

span.dynatree-title:hover {
    border: 1px solid #99DEFD;
    background-color: #D8F0FA;
}

.page-title{
    font-size: 1.30rem;
}