﻿.status-menu-item,
.permission-menu-item,
.medical-group-menu-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

    .status-menu-item:hover,
    .permission-menu-item:hover,
    .medical-group-menu-item:hover {
        background-color: #428bca;
        color: white;
    }

.menu-items-list .active,
.menu-items-list .active:hover {
    background-color: #428bca;
    color: white;
}


.hasDatepicker {
    background-color: white !important;
}

.deviceLinkToPatient{
    color: black;
    font-size: 14px;
}
.deviceLinkToPatient:hover{
    background-color: #1abc9c;
}