﻿@charset "UTF-8";
/* Responsive version of the Austin Theme for iMIS */
@import url("//fonts.googleapis.com/css?family=Raleway:200");

/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */
.navbar-collapse 
{
  background-color: rgb(85, 107, 47); /* #d5d5d5 */
  color:White;
}
@media (min-width: 768px) {
  .navbar-collapse {
    background-color: rgb(85, 107, 47); /* transparent */    
  }
}
.no-mqs .navbar-collapse {
  background-color: rgb(85, 107, 47); /* transparent */  
}
.RadMenu.rmResponsive .rmLink,
.RadMenu.rmResponsive .rsmLink {
  color: white;
}

@media (min-width: 768px) {
  .nav-primary {
    float: left;
  }
}
.no-mqs .nav-primary {
  float: left;
}

.nav-auxiliary a {
  color: white;
  background-color: black;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration:none;
}
 
.nav-auxiliary a:hover, a:focus, a:active {
  background-color: rgb(85, 107, 47); /* green */
}
 
.collapsed.navbar-toggle, 
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
  background-color: rgb(85, 107, 47); /* green */
}
 
.RadMenu.rmResponsive .rmRootLink:hover,
.RadMenu.rmResponsive .rmRootLink:focus,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink {
  background-color: #424242;
  color: white;
}
 
td a {
  color: #2883b2; /* #23749d */
  text-decoration: underline;
  background-color: white;
}

td a:hover, td a:focus, td a:active {
  color: #2883b2; /* #1a5573 */
  background-color: white;  
}

td a:visited {
  color: #2883b2; /* #2883b2 */
}

td a:link { /* unvisited link */
  color: #2883b2;
}


strong a {
  color: #2883b2; /* #23749d */
  text-decoration: underline;
  background-color: Transparent;
}
