/* CSS Document */
.menu_item {
  border-radius: 5px;
}
.menu_item a:link,
.menu_item a:visited,
.titlewrap {
  text-decoration: none;
  text-align: left;
  margin: 0px 0px;
  float: left;
  color: #333;
  text-indent: 20px;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.dropdown-menu .menu_item {
  width: calc(98% - 0.2rem);
}
.dropdown-menu {
  box-shadow: 0px 0px 1px #eee;
}
.menu_item:hover a {
  color: #fff !important;
}
.menu_item:hover {
  /*border-bottom: 1px solid #ffd300;
	box-shadow: 0px 0px 3px #ffd300;*/
  background-color: var(--secondary) !important;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  border-radius: 0px;
}
.men_tab2 {
  font-size: 11px;
  text-transform: uppercase;
}
.aButton,
.aButtond {
  padding: 10px 20px;
  color: #fff;
  border-radius: 2px;
  float: left;
  cursor: pointer;
  margin: 5px 1px;
}
.aButton {
  background: #4e7846;
}
.aButtond {
  background: #646161;
  margin-left: 10px;
}
.cluster {
  width: 200px;
  foat: left;
  margin-left: 0px;
  margin-top: 25px;
  overflow: hidden;
  background: #eee !important;
  position: absolute;
  display: none;
  z-index: 110;
  box-shadow: 0px 2px 2px #bbb;
}
/*.titlewrap{
	margin:1px 4%;
    width:84%;
	float:right;
	text-transform: uppercase;
	text-indent: 20px;
	font-size:14px;
}*/
.menu_item,
.titlewrap {
  /*width:90%;*/
  float: left;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 5px;
  font-size: 14px;
  color: #333;
  z-index: 100;
  border-radius: 5px;
}
.cluster .menu_item {
  width: 100%;
}
.pageN {
  padding: 5px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: right;
}
.plabel {
  padding: 0px 5px;
  float: left;
}
.nums {
  padding: 0px 3px;
  float: left;
  cursor: pointer;
}
.bTitle {
  background: #145075 !important;
  color: #fff;
}
.titlewrap {
  font-size: 12px;
  text-indent: 30px;
}
.iTitle {
  width: 100%;
  float: left;
}
.dropdown {
  padding: 1px 5px;
  margin-top: 5px;
}
.dropdown .btn {
  padding-top: 0px;
  padding-bottom: 3px;
}
.dropdown:hover > div {
  color: #fff !important;
}
#iTexp {
  padding-left: 20px;
}
#iTconst {
  background: url(images/ic_colapse.png) center right no-repeat;
  padding-right: 10px;
}
.titlewrap:hover {
  border-bottom: 1px solid #ffd300;
  /*box-shadow: 0px 0px 3px #ffd300;*/
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  border-radius: 0px;
}
.asg {
  padding: 3px 15px;
  background: #15617c;
  color: #fff;
  float: left;
  cursor: pointer;
}
.reqMen {
  background: url(images/ic_requisition.png) center left no-repeat #efefef;
}
.eqMenu {
  background: url(images/ic_assets.png) center left no-repeat #efefef;
}
.matReq {
  background: url(images/ico_asset.png) center left no-repeat #efefef;
}
.taxMen {
  background: url(images/taxg_ico.png) center left no-repeat #efefef;
}
