.outer {
	height: 450px;
	max-height: 450px;
    overflow-y: scroll;
}

.inner {
	padding: 0 10px;
}

.cat-table-header {
	width: 440px;
	height: 45px;
	
	z-index: 99999;
	background: #fff;
}

.cat-table-body {

}

.navigation-links {
	width: 165px;
	height: auto;
	margin: 60px auto;
	padding: 0;
}

.vendor-list-item {
	min-height: 140px;
}

.vendor-btn-group {
	margin-right: 15px;
	margin-top: 10px;
}

.client-list-item {
	min-height: 140px;
}

.client-btn-group {
	margin-right: 15px;
	margin-top: 10px;
}

.copyright h6 {
	text-align: center;
	line-height: 60px;
	width: 100%;
	height: 45px;
	margin-top: 0;
	border-top: 1px solid #d7d7d7;
}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.navbar-default {
	margin: 0 auto;
}

.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #2d2d2d;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}


.form-control {
    color: #000;
}


.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.logout {
    float: left;
}

.divider {
    margin: 10px auto;
    border-bottom: 1px dashed #fff;
}

.filter-date {
    height: 41px;
}

.filter-btn {
    width: 205px;
    height: 45px;
    margin: 21px 0 0 0;
    padding: 0 0;
}

.statement-filter-title {
    text-align: center;
    padding: 5px 0;
}

.landing img {
    width: 100%;
}