/*
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 : 27-May-2016, 10:26:16 AM
    Author     : jb
*/

.dropbtn {
    background-color: #001F4C;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 5px;
    
    
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

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

.dropdown:hover .dropbtn {
    background-color: #001F4C;
}

.headerwidget2 {
    font-size: medium;
    margin-bottom: 2px;
    float: right;
    line-height: 25px;
    background: #001F4C;
    color: #BDDBFF;
    
}
.headerwidget2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.headerwidget2 a:hover {background-color: #f1f1f1}