.formfieldheader {
    color: orange;
    font-size: 1.1rem;
}


.orange {
    background-color: orange;
   
}


#bottommenu {
    margin-bottom: 20px;
}

.default {
    background: white;
}

.longword {
    word-wrap: break-word;
}

a {
    color: #333;
}

.tablerow:hover {
    cursor: pointer;
    background: #eee;
}

.footer {
    background: #333;
    height: 40px;
    color: white;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border: 1px solid Blue;
    display: inline-flex;
}

.red {
    color: red;
}

.green {
    color: green;
}

.thumbnail {
    width: 150px;
}

.galleryMain {
    width: 400px;
}

.nav-link {
    color: white;
    font-weight: 500;
 
}

.clickable-row {
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.clickable-row .row {
    background-color: #ffffff;
}

.clickable-row:hover .row {
    background-color: #e2e6ea;
}

.div-table-header {
    background-color: #f8f9fa;
    font-weight: bold;
}


.searchgroup 
{
    margin-top:10px;
    margin-bottom:10px;
    
border-bottom:1px solid #ccc;

}

.searchgroup:hover
{

    border:1px solid #666;   
}

.searchtitle
{
color:red;
text-align:left;
} 


td:hover
{
    cursor: pointer;
}



.chosen td 
{

    font-weight:bold;
    font-size:0.9rem;
}

.tooltip
{
    background:white; 
}


.tooltip-inner
{
background:white; }