a {
    text-decoration: none; 
    color: #292b2c;
    font-weight: 500;
}

a:hover {
    text-decoration: none; 
    color: #d63384;
    font-weight: 500;
}

.table td, .table th {
    padding: .08rem 0.2rem;
    vertical-align: middle;
}
.table>:not(:last-child)>:last-child>* {
    border-color: #eceeef;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .05rem .15rem;
    font-size: .65rem;
    border-radius: .1rem;
    margin: .05rem;
}

.highlighted {
    color: #d63384;
    font-weight:bold;
}

.checkOrd {
    margin: 2px 3px;
}

.hidden {
    display: none!important;
    visibility: hidden!important;    
}

.table {
    margin-bottom: 0px;
}

.toggle .unvisible {
    display: none;
}

.icon-expand {
    color: green;
}

.icon-contract {
    color: #d63384;
}
.icon-inactive {
    color: #ccc;
}
.icon-add-big {
    color: green;
    width: 25px;
    height: 25px;
    margin: 10px 0px 0px 0px;
}

.icon-add-big:hover {
    color: #0b4eb3;
}

.icon-remove-big {
    color: #d63384;
    width: 25px;
    height: 25px;
    margin: 3px 0px 0px 0px;
}
.icon-remove-big:hover {
    color: #d63384;
}

.details {
    background-color:lightcyan;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    margin: 0px;

}
.details, .details tr, .details td {
    border: none;
}

.sItem ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.desc_types, .sItem li {
    text-align: center;
    padding: 0px;
    margin: 1px;
    border: 1px solid #999;
    border-collapse: collapse;
}

.sItem li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.sItem li a:hover {
    background-color: #ccc;
    color: white;
}

.bolded {
    font-weight: bold;
}

.ktable{
    font-size: 11px;
}

.ktable_header_small {
    min-height: 52px;
    padding: 2px;
    margin: 1px;
    background-color: #ccc;
    //border: 1px solid #999;
    border-collapse: collapse; 
    text-align: center;   
}

.form-check-label {
    font-size: 1.0rem;
}

.small-hidden {
    display: none;
}

@media (min-width: 576px) {
    .small-hidden {
        display: inline-flex;
    }
  }