﻿/* DEFAULTS
----------------------------------------------------------*/
.dropdown a{color:white !important;}

.dropdown-submenu {
    position: relative;
    margin-left:150px;
    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left:100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    
}

ul.dropdown-menu.dropdown-menu-right 
{
  right: auto;
  left: auto;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
       
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px; 
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;    
}

.dropdown-submenu.pull-left {
    float: none;    
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    
}


/*
.dropdown a{
    color: white;
    background-position:0 0;    
    font-size:10pt;
    border:0px;        
   color:white !important;
    }


    
.dropdown-menu a
{    
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size:13pt;
    color:white;
    background: url('/img/btn.png') repeat-x;
*/
.dropdown-menu a:hover
{
    border-style:solid;
    border-color: inherit;
    border-width: 1px;
    border-color:darkgray;    
    /*font-size:11pt; 
    margin-left:-15px;*/
    background-color: gray !important;
    /*background: url('/img/btn2.png') repeat-x;*/
   color:white !important;   
    }    

.jumbotron {        
    height:195px;
    width:100%;
    margin:  0 0 0 0;
    padding:0 0 0 0;
    background-image: url(/img/head_bg_bh.png);  
    background-repeat: no-repeat;    
    background-position: 0  0;
    background-size: cover;
    /*background-color:lightgray;*/
    color: black;                   
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 55px;
}


.divider{
    position:absolute;
    left:50%;
    top:10%;
    bottom:10%;
    border-left:1px solid white;
}


#rcorners1 {
    border-radius: 10px;
    background: green;
    padding-left: 10px; 
    width: auto;
    height: 20px;;    
    color: white; font-size:15px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;    
    margin:0 0 0 0;
    
}

#rcorners2 {
    border-radius: 0px;
    border: 0px solid green;
    padding: 10px; 
    margin-top:0px;
    width: 200px;
    height:auto;        
    color: green; font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    
}
/*.navbar navbar-inverse {margin-left:15px;}*/
.navbar-inverse .navbar-nav>li>a{color: white; font-size:15px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}

.navbar {    
    background-position:0 0;
    background-color:Green;    
    font-size:11pt;
    border:0p;    
    margin-left:0;    
    margin-bottom: 0;
    height:auto;
    border:0; 
    }
  

.nav navbar-nav
{
    color: white; 
    margin:15px;
    
    }
.active {
    color: white;
    background-color:Green;
    font-size:15pt;
    border:0px;       
     
    }


.navbar-brand {
    color: white;    
    font-size:15pt;
    }

  .navbar ul li:hover > ul {
		display: block;	    
		background:green;        
		
	}

body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
    /*padding: 25px;*/
    color: #696969;
    font-size:12pt;
   /* margin-left:30px;
    margin-right:30px ;
    margin-top:0px ;
    min-width:500px;*/     
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

li:hover
{
    color: #1d60ff;
    text-decoration: none;
    /*background: url(/img/btn2.png);*/
    background-color:Gray;
	background-repeat: repeat-x;
	padding-left:0px;    
	margin-left:0;	
	
}

ul
{
    color: #1d60ff;
    text-decoration: none;
    /*background: url(/img/btn.png);   */
	background-repeat: repeat-x;
		padding-left:0;    
	margin:0; 
	
}
ul li
{border-right: 1px solid #006837;
    }
a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;     
}

/*body p{color:darkgray;}*/

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;    
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
input.txtSearch 
{
    width: 320px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

* {
margin: 0;
}
html, body {
height: 100%;
margin-left: 2%;
margin-right:2%;
/*background-color:#CCD6D2;*/

}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
position:relative

}
.footer, .push {
height: 4em;
}


.Mydiv
{
    margin-top:5px;
    padding:5px;
    background-color: #EDF6F1;
    border: 2px solid;
    border-radius: 25px;
    border-color:#80B280;
    }
    
.ImageButton
{
    height:225px;
    width:229px;
    }
    
    .panel-primary {
  border-color: green;
}
.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-primary>.panel-heading {
  color: #FFF;
  background-color: green;
  border-color: #337AB7;
   border: 1px solid rgba(0, 0, 0, 0);
}

.pBottom
{
  margin: 0 0 10px;
  font-size: 8pt; 
  color:Green;
    }
    
.pNormalText
{
  margin: 0 0 10px;
  font-size: 11pt; 
  text-align:justify;
    }
    
/****************************************************************/    
    
/* Adjust Menu colors - Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color:          white;
text-shadow:    none;
}

/* Adjust Menu colors - Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
color:          white;                      
text-shadow:    none;

}
/* Adjust Menu colors - Active */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter, 
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color:          blue;
text-shadow:    none;

}
 
/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu > li > a {
color:          blue;

}
 
/* Remove the Hover/Focus Colors  */
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, 
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
color:          white;
}