.login-buttons button {
  width: 100%;
  margin-bottom: 5px;
}
.adminHeader {
  background-color: #fff;
  padding: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  border-bottom: 2px solid #8eb191;
}
.adminHeader .nameLeft {
  padding: 0px;
    text-align: center;
    margin-left: 30px;
    margin-top: 8px;
}
.nameLeftHome {
  margin-left: 0px;
  margin-top: 0px;
}
.adminHeader .nameLeft a {
  display: block;
  text-align: center;
}
.adminHeader .nameLeft img {
  text-align: center;
  margin: 0 auto;
}
.adminHeader .nameRight {
  line-height: 100px;
  color: #8eb191;
}
.requestSucc {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}
.requestSucc i {
  color: #8eb191;
  font-style: normal;
}
.discardButton {
  text-align: center;
}


.navbar {
  background-color: #fff;
  border-bottom: 2px solid #8eb191;
}
body {
  background-color: #fff;
  /*background-image: url('images/bg.png');
  background-size: cover;
  background-position: 0px -200px*/
}
.errormessage,input.error,label.error
{
	display: inline-block;
	padding: 5px;
	padding-right: 15px;
	color:#B23229 !important;
	font-style: italic !important;
	font-weight: bold !important;
}
label.success
{
	display: block;
	padding: 5px;
	padding-right: 15px;
	color:#62ae64 !important;
	/*font-style: italic !important;*/
	font-weight: bold !important;
}
input.error
{
	border:1px solid red;
}
input.error:focus
{
	border-color: #B23229;
}
.fileuploader
{
	position:relative;
}
.fileuploader .fakefileupload,.fileuploader .realfileupload
{
	text-align:center;
	cursor: pointer;
	width:73px;
	margin-right:25px;
	height:24px;
	background-color:#e43636;
	border-radius: 6px;
	font-family:arial;
	font-weight:lighter;
	font-size:12pt;
	color:#ffffff;
	border:none;
}
.fileuploader .realfileupload
{
	display:block;
	position:absolute;
	top:-4000px;
}

.sidebar-nav {
  background-color: #B23229;
}
.sidebar-nav a {
  color: #B23229;
  background-color: #fff;
}
.sidebar-nav a.active, .sidebar-nav a:hover {
  background-color: #fff !important;
  color: #B23229; 
}
#page-wrapper {
  border-right: none;
  background-color: #fff;
  background-image: url('images/bg.png');
  /*background-size: cover;*/
  background-position: top center;
  background-repeat: no-repeat;
}


@media (min-width: 768px) {
  .sidebar {
    margin-top: 66px !important;
  }
}

.adminHeaderInner {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.navbar-brand {
    color: #B23229 !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    min-width: 250px;
}

.navbar-top-links li a {
    padding: 23px;
    min-height: 66px;
    background: #dedede;
}
.navbar-top-links .dropdown-toggle i {
    color: #B23229;
}
.page-header {
    color: #777d78;
}

.sidebar-nav a em {
  background-color: #7eff5d;
  font-style: normal;
  font-size: 12px;
  min-width: 15px;
  min-height: 15px;
  padding: 5px;

}
.requestsButtons button {
  width: 100%;
}

.requesterName {
  font-size: 22px;
  margin-bottom: 30px;
}
.requesterName i {
  font-style: normal;
}

.sidebar-search {
  background: #b3b3b3;
}

.required-icon {
  position: absolute;
  left: 5px;
  top: 35px;
  color: red;
  font-size: 14px;
  font-weight: bold;
}
.user_image
{
	display: block;
	height: 150px;
	width: 150px;
	
}
.navigation_select
{
	display: inline-block;
	font-size: 95%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}