﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    font: 100% Verdana, Helvetica, Arial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div > h3 {
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    background-color: #2f6c98;
    color: #fff;
}

div > p {
    padding-left:  10px;
}

/*Icons*/
.glyphicon-th-list, .glyphicon-list {
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
}
    
.glyphicon-question-sign, .glyphicon-asterisk, .glyphicon-info-sign, .glyphicon-eye-open {
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.25), inset 0 0 0px #fff;
    border-radius: 15px;
}

/*navigation*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav {
    font-size: 14px;
}

.navbar-toggle {        
    float: left;
    right: 15px; 
    top: 0px;
    position: absolute;
    margin-top: 0px;
}

.navbar-collapse.in {
    top: 50px;
    right: 15px; 
    position: absolute;
}

.caret {
    border-top:4px solid #fff;
}

.navbar-nav {
    background-image: none;
}

.navcolor {
	color: #fff;	
    background-color:  #2f6c98;
    max-height:25px;
}	

.navcolorbottom {
    min-height: 200px;
	color: #fff;	
    background-color:  #2f6c98;
    z-index: 0;
    padding: 0px 0px 20px 0px;
}	
    .navcolorbottom a, .navcolorbottom a:hover {
        color: #fff;
    }

    .navcolorbottom h4 {
        font-weight: 300;
        text-decoration: underline;
        background-color:  #2f6c98;
        padding: 8px 5px;
    }

    .navcolorbottom ul li {
        font-size:11px;
    }
    
.navcolor ul:first-child a {
    color: #fff;
    font-size: 14px;
    /*background-color: red;*/
}

.navcolor ul:first-child a:hover {
    background-color: #2f6c98;
    color: #eeeeee;
}

.navcolor ul:first-child a:active {
    color: #2f6c98;
    background-color: #eeeeee;
}

.navcolor ul:first-child ul li a:focus {
    color: #fff;
}

.navcolor ul:first-child ul li a {
    color: #2f6c98;
    /*background-color: red;*/
}

.navcolor ul:first-child ul li a:hover,
.navcolor ul:first-child ul li a:focus {
    color: #fff;
    background-color: teal;
    /*background-color: #2f6c98;*/
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus{
  background-color: teal;
  color: #fff;
}
/*---------------------------------*/