﻿/* THe following are a list of overrides that apply on top of bootstrap.css to make the site look exacty the same, discard this file once global styling is used*/
/* Boot strap menu override styles */
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav > li, .dropdown-menu > .divider, .nav-entry {
    padding: 0;
}

.navbar-nav > li > a, .navbar-nav > li > a:hover {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
}

.dropdown > a {
    font-size: 120%;
}

.nav a {
    float: none;
}

thead {
    background-color: #B6C5EE;
}

table.dataTable tr.odd,
table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even,
table.dataTable tr.even td.sorting_1 {
    background-color: transparent;
}

input[type=checkbox], input[type=radio]{
    margin: 3px 3px 3px 4px;
}

label{
    display:inline;
}

hr{
    border-color:gray;
    border-style:solid;
    height:2px;
}