@media print {
	i.fa-plus-circle,
	i.fa-chevron-down,
	i.fa-chevron-right,
	#left-column,
	#right-column {
		display: none !important;
	}
}
.levels-hover {
  background-color: #e6e6e6;
}

.fix-header-inncash {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	margin-top: 48px !important;
	background-color: white;
	z-index: 98;
	margin-right: 0;
	margin-left: -30px;
}

.ui-draggable-handle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.dash-box {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 10px 40px 20px 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.dash-box:hover {
  cursor: pointer;
  background-color: #f9f9f9;
  border-color: #ccc;
}

.dash-box:link {
  color: inherit;
  text-decoration: inherit;
}

.dash-box:visited {
  color: inherit;
  text-decoration: inherit;
}

.dash-box:active {
  color: inherit;
  text-decoration: inherit;
}

.dash-icon {
  font-size: 100px;
  vertical-align: middle;
  color: black;
}

.dash-text {
  display: block;
  font-size: 13px;
  color: black;
}

.data_payment,
.data_bank,
.display-print {
	display: none;
}
/* .mainInfos{ */
/* 	overflow-y: hidden; */
/* } */
.mainInfos {
	/* 	overflow: hidden; */
}
.dates {
	text-align: center !important;
}

.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
}
.select2-search--inline,
.select2-search__field {
	width: 100% !important;
}
