body {
  min-height: 1000px;
  padding-top: 70px;
}

.container { 
	width: auto;
}

	
@media (min-width: 1399px) {
	.container { 
		width: 1400px;
	}
}

.container.content-area {
	padding-bottom: 55px;
	background-color: #EEEEEE;
}
.container .text-muted {
  margin: 10px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0px;
}
.container .jumbotron {
	min-height: 360px;
}

.container .subtitle {
	font-size: 16px;
	color: #757575;
	padding-top: 15px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.form-signin input[type="input"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn,
.btn-lg, .btn-group-lg > .btn { 
	border-radius: 0px !important;
}
.form-control { 
	border-radius: 0px !important;
}
.login-form input.mb10 {
	margin-bottom: 10px;	
}
.login .form-control {
	padding: 14px;	
	height: auto;
}

.panel { 
	border-radius: 0px;
}
.panel-heading { 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.btn-default {
	text-shadow: none;
}
.error {
	font-weight: bold;
	color: #900;
}
#overlay {
	color: #fff;	
}

.table-additional-styles {
	font-size: 15px;
	line-height: 15px;
}
.table-additional-styles th {
	font-size: 18px;
	line-height: 18px;
}
.table-additional-styles td {
	vertical-align: middle !important;
}
.font-big {
	font-size: 19px;
}
#chartdiv {
	width: 100%;
	height: 400px;
}
					
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { 
	padding-left: 0px;
}

.nav-tabs > li.active > a { 
	border-radius: 0;
}
.autorank {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 30px;	
}
.small-alert {
	padding: 3px;
	margin-bottom: 0px;
    max-width: 100px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
}
.copyright {
  text-align: right;	
}