/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-mar-2017, 12:41:03
    Author     : Alex


#menulist {
    a.active
    {
        background-color: white;
        color: black;
        text-decoration: none;        
    }
    a.hover
    {
        background-color: turquoise;
        color: white;
        text-decoration: none;        
    }
}
*/
/* Additions from 11-07-2018 */

tbody tr:hover{
    background-color: rgb(240,240,250) !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a:onclick {
    display: none;
}

.modal-header {
    color: white; 
    background-image: linear-gradient(rgb(45,45,45),rgb(90,90,90),rgb(45,45,45));
cursor: move;
}

thead {
    color: white; 
    background-image: linear-gradient(rgb(45,45,45),rgb(90,90,90),rgb(45,45,45));
}

.close {
    height: 30px;
    width: 30px;
    background-color: red !important;
    color: white !important
}

.modal-body {
    max-height: 750px;
    overflow-y: auto
}

/*#menubar {
    display: block;
    color: red;
}

.dropdown-content a:hover {
    background-color: lavender;
}


@media only screen and (max-width : 1200px) {
       .navbar-collapse li a { color: black; }
}*/