#bs-navbar-collapse li a {
	color: #2c3e50;
}

#bs-navbar-collapse li a:hover {
	color: #85c226;
}

#bs-navbar-collapse li a:focus {
	color: #85c226;
}

.navbar-default .navbar-brand {
    color: #2c3e50; 
}

.navbar-default .navbar-brand:hover {
    color: #85c226; 
}

.navbar-default .navbar-brand:focus {
    color: #85c226; 
}

a {
    color: #2c3e50;
}

.success {
	margin-bottom: -20px;
}

.hide {
	display: none;
}

.button-form {
	color: #ffffff;
	height: 35px;
	width: 70px;
    margin-bottom: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #2c3e50;
    border: 1px;
    border-color: #2c3e50;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.button-form:hover, .button-form:focus {
    color: #ffffff;
    background-color: black;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border-color: #1a242f;
    background-color: #1a242f;
}

header section {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

header .form-inline {
    text-align: right !important;
    padding-top: 0px;
}

#logon > div > label {
    position: relative;
    top: 3px;
}

header .form-control {
    height: 35px;
}

header .btn {
    height: 35px;
    padding: 20px; 
	margin: 5px; 
    border: none !important;
	display: inline-flex;
	align-items: center;
}

@media (max-width:1199px) {
    .nav-footer {
        display: none;
    }
}

@media (max-width:992px) {
    
    .menu-button {
        float: none !important;
    }
}





