/* Write your custom CSS here */
.logo-img img
{
    height: 30px;
}

.logo-img-lg img
{
    filter: invert(100%);
    height: 40px;
}

.datepicker-dropdown
{
    visibility: visible !important;
    opacity: 100;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: rgba(66,66,66,0.1);
}


/* darktheme */

.dark-theme .list-group-item-action:focus,
.dark-theme .list-group-item-action:hover {
    background-color: rgba(255,255,255,0.1);
    color: #AAAAAA;
}

.bg-Linode
{
    background-color: rgba(89, 204, 113, 0.86);
}

.bg-AWS
{
    background-color: rgba(252, 160, 52, 0.86);
}
