
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #868585;
	background: #fdfcfb;

}
img {
	max-width: 100%;
	height: auto;
}

.col-md-1{
	max-width: 400px;
}

.menu {
	
	background: #fefefe;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.19);
}

.navbar-fixed-top {
    min-height: 200px;
}
.navbar-left > li > a{
	padding-left: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.navbar-right > li > a{
	font-size: 16px;
	text-transform: uppercase;
}

.line-table {
   line-height: 60px;
   min-height: 60px;
   height: 60px;
}
.nav-tabs > li > a {
	text-transform: uppercase;

}
td {
  vertical-align: middle;
  text-align: center;
}
tr {
  vertical-align: middle;
  text-align: center;
}

.badge-table {
    background-color: lightgrey;
}






.login-body {
  background: #eee !important;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 992px){
	
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 480px){
	
}