/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
 
/* ==========================================================================
   Bootstrap Overwrite
   ========================================================================== */
.container-fluid{padding-left:25px;padding-right:25px} 
.container { max-width: 1200px !important; }

.navbar-brand { padding-left: 0; margin-top: 0; margin-left: 0; float: none; display: block; height:auto; padding-top:10px; padding-bottom:0px;  }


.form-control { border-color: #d2dae6; border-radius: 2px; }
.btn { border-radius: 2px; padding: 6px 20px; }

.table{
	margin-bottom:0px;
}
a{
	text-decoration:none;
}
.btn:hover, .btn:focus{
	color:#FFF;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
	outline:none;
}
/* Small devices (480px and up) */
@media (min-width:200px) and (max-width:479px) {
.container-fluid{padding-left:5px;padding-right:5px} 
	
}
@media (min-width: 480px) {

}

/* Small devices (600px and up) */
@media (min-width: 600px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

.container { width: 95%; }
.navbar-brand { padding-top:10px; padding-bottom:10px;  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

.container-fluid{padding-left:25px;padding-right:25px} 

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}