@brand-primary: lighten(@gray-base, 33.5%);

#closeBtn {
	display:none;
	z-index: 15;
	position: absolute;
	top: 10px;
	right:10px;
	font-size: 1.25em;
	padding:0;
	margin:0;
	cursor:pointer;
}
#collapse_form {
	/*display:none;*/
	
	margin-top:20px;
}

#collapse_form input {

	border-color: none;
}
.button_official, .btn-primary{
	background-color: #99cc66;
	color: #FFF;
	border: 1px solid black;

	font-size:14px;
	font-weight:700;
	
}
.button_official:hover {
	background-color:grey;
	color: white;
}
.btn-primary:hover {
	background-color:grey !important;
	color: white;
}

.container{
	width: 70%;
}

@media only screen and (min-width: 500px)
{
	#closeBtn {
		top:-10px;
		right:10px;
		font-size: 1.25em;
		padding:0;
		margin:0;
		
	}
	#collapse_form {
		margin-top:0;
		
	}
}

.page-container
{
    width: 100%;
    margin-bottom:5%;
    padding-top:50px;
    padding-bottom:80px;
    padding-left: 10px;
    padding-right: 10px;
}

html
{
    height: 100% !important;
}

body
{
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0;
}

.content
{
    flex: 1 !important;;
}

* {
    box-sizing: border-box !important;
}


.pagination>.active>span
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #99cc66 !important;
    border-color: black;
}


.navbar-default .nav li a {
    font-size: 0.8em !important;
}