body {
    background: #F1F8E9;
}

.nav-tabs>li >a:hover {
    color: white;
    background: green;
}

a:hover {
text-decoration: underline;
font-size:105%;
}

.suggestionsList {
background-color: rgba(162, 230, 184, 0.836);
font-weight:bold;
/* color:white; */
}

input[readonly].form-control{
    background-color:lightcyan;
    font-size: 1em;
}

.dataTables_filter input {
    
    background-color: white !important;
}

[contenteditable="true"]:focus {
    background-color: lightpink;
}

ul {
    width: 100%;
    margin: auto;
    white-space: nowrap;
}

.modal-lg {
    max-width: 60% !important;
}