﻿a{
    /*color: #0088cc;*/
     /*color: #002f5f;*/
     color: #044f9b
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #dddddd;/*Log in, Contact, About link hover colour*/ 
}
 
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse  {    
    /*background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);*/    
    /*background-image: linear-gradient(#6d94bf, #002f5f 15%);*/
    background-image: linear-gradient(#002f5f,#002f5f);
}

.navbar-inverse .navbar-brand { 
  color: #ffffff;
  font-family:'Segoe UI Light';
  font-size:24px;
}
.brandHeader .navbar-nav > li > a {
  color: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.2);  
  /*background-color:  #0088cc;*//*Left Nav Hover colour*/     
  background-color:  #002f5f;/*Left Nav Hover colour*/     
  /*background-image: linear-gradient(#6d94bf, #002f5f 15%,#3e648d 98%);*/
  color: #ffffff; 
}

.dropdown-menu > li > a { 
     color: #002f5f  /* User drop down menu */   
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {  
  background-color: #002f5f; /* User drop down menu */   
}

/*Prevent a double border*/
.panel-info {  
  border-color: transparent;   
}

.nav-pills > li > a {
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;    
  border-left: 1px solid #e5e5e5;    
  border-right: 1px solid #e5e5e5;    
}

/*top nav to have rounded borders*/
.nav-pills > li:first-child > a {
  border-radius: 4px 4px 0 0;   
  border-top: 1px solid #e5e5e5;    
}

/*bottom nav to have rounded borders*/
.nav-pills > li:last-child > a {
  border-radius: 0 0 4px 4px;   
}

/*Removed the double border in the left nav pane*/
.nav-stacked > li + li {
  margin-top: 0px;
  margin-left: 0;
}

/*give the input boxes more vertical space*/
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
   margin-top: 5px; 
  }

 /*Set the curvature for the border for the menu bar*/
 .navbar-inverse {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;    
}

 .label-primary {
     background-color: #002f5f;
     font-weight: normal; /*because Chrome doesn't render 'i' properly when bold*/
 }

@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 10px !important;
  }
  #page-wrapper {
      padding:0px 15px 0px 20px;
  }
}
/*<span class="field-validation-error col-md-offset-4" data-valmsg-replace="true" data-valmsg-for="FerCaseNumber">At least one of Case Number or Infringement Number must be provided</span>*/

@media (min-width: 992px) and (max-width: 1199px) {
    .field-validation-error {
        display:inline-block;
    } 
}
