.navbar-custom {
    /*background-color:#305ca3;*/
	background: linear-gradient(#cfdfee,#ffffff);
    color:#000000;
}

.navbar-custom .navbar-nav > li > a {
    color:#000000;
	text-decoration: none;
	padding-left:7px;
	padding-right:7px;
}

.navbar-custom .navbar-nav > .active > a {
    color: #000000;
    background-color:#1c3763;
	text-decoration: none;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    
	background: linear-gradient(#ffffff,#cfdfee);
}

.navbar-custom .navbar-brand
{
    color:#eeeeee;
}

.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#7e9ccc;
}

/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  { 
  background-color: #7e9ccc;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  { 
  color: #000000;
  text-decoration: none;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
  color: #7e9ccc;
}


.well-sm-footer {
	background-color: #cfdfee;
	color: #004252;
	text-align: center;
	font-size: 75%;
	margin: 0;
	white-space: nowrap; 
	width: auto;
}

.well-sm-white {
    background:#ffffff;
}

.well-sm-subheader {
    
	background-color: #cfdfee;
	color: #004252;
	
	margin: 0;
	padding-top: 0px;
	padding-right: 1ex;
	margin-bottom: 5px;
	white-space: nowrap; 
	width: auto;
	font-weight: bold;
}

.well-sm-title {
    
	background-color: #ffffff;
	color: #004252;
	font-size: 150%;
	text-align: left;
	margin: 0;
	padding: 1ex;
	white-space: nowrap; 
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 2px 2px 4px #eeeeee;
}

.well-sm-subtitle {
    	
	color: #004252;
	font-size: 140%;
	text-align: left;
	margin: 0;
	padding: 1ex;
	white-space: nowrap; 
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 2px 2px 4px #eeeeee;
}

.page-title {
    
	background-color: #cfdfee;
	color: #004252;
	padding-top: 20px;
	font-size: 150%;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 2px 2px 4px #ffffff;
}

.button-role {
    padding:0px 20px;
	background-color: #cfdfee;
	color: #004252;
}
