.fixed-header-on .header .logo {
  margin: 0px 0 0px 0 !important;
}
.fixed-header-on .header .logo > a > img {
	min-height: 50px !important;	
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
  content: "\f054" !important;
}
.control-label {
	font-size: 13px;	
}

.table.table-emandate-request {
  border-bottom-color: #80B546;
}
.table-emandate-request > thead > tr > th {
  border-color: #FFF;
  background-color: #80B546;
  color: #fff;
}
.table.table-emandate-change {
  border-bottom-color: #f1e21a;
}
.table-emandate-change > thead > tr > th {
  border-color: #FFF;
  background-color: #f1e21a;
  color: #fff;
}
.table.table-emandate-info {
  border-bottom-color: #2e2e59;
}
.table-emandate-info > thead > tr > th {
  border-color: #FFF;
  background-color: #2e2e59;
  color: #fff;
}

.input-group-addon {
	padding: 5px;
	width: 30px;
}