﻿.header{
   height:auto;
   background:white;
   border-top:4px solid gray;
   border-bottom:1px solid gray;
}

.header .navbar .nav > li > a{
   color:gray !important;
}

.header .navbar-nav .caret{
   border-top-color:gray !important;
   border-bottom-color:gray !important;
}

.form-control-checkbox
{
    border:none;
    box-shadow:none;
    
}

.control-label-data
{
    padding-top:7px;
}

.form-horizontal .pull-left
{
    text-align:left;
}

.make-link-white
{
    color:White;
}

.make-link-white:hover
{
    color:white;
    text-decoration:underline;
    
}

.button-spacer
{   
    margin:5px 5px 5px 5px;
    padding:5px 5px 5px 5px;
}

.pad-right{
    margin-right:10px;
}

.highlight
{   
    color:green !important;
}

.late {
    background-color: red !important;
    color: white !important;
}

.late a {
    color: white !important;
}

.late:hover, .late:hover a {    
    color: black !important;
}