/*!
 * 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:15px;
	padding-right:15px
}
.navbar-toggle{
	margin-top:22px!important;
	margin-left:4px!important;
	margin-right:0px!important;
}
.container {
	max-width: 1200px !important;
}


.form-control {
	border-color: #d2dae6;
	border-radius: 2px;
}
.form-group label {
	color:#2a3f54;
	font-weight:inherit;
	font-size:15px;
	font:'open_sansregular';
}

.table {
	margin-bottom:0px;
}
a {
	text-decoration:none;
}



/* Small devices (480px and up) */
@media (min-width:200px) and (max-width:479px) {
.container-fluid {
padding-left:12px;
padding-right:12px
}
}
@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) {
}
