.print-btn-container {
  text-align: right;
  margin: 1px 0
}
.add-new-btn-container {
  margin: 1px 0
}
.report-heading-container {
  text-align: center;
  margin: 10px 0;
}
.paging-container {
  margin: 0;
  white-space: nowrap;
}
.paging-container ul li {
  display: inline;
  margin: 0 10px 0 0;
}
.paging-container ul {
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.alert-top-margin {
  margin-bottom: 0;
  margin-top: 15px;
}
#page-number {
  width: 50px;
  text-align:center;
}
.disabled-link {
	pointer-events: none;
	color: #ccc;
}

.ul-tree {
	padding-top: 30px;
}

.ul-tree ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
	margin-bottom: 20px;
}
.ul-tree ul li{
    padding: 0 0 0 25px;
    list-style: none;
    position: relative;
    margin: 0;
}
.ul-tree ul li.drop-d:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 34px;
    height: calc(100% - 20px);
    width: 1px;
    background: #ddd;
}
.ul-tree > ul > li{
    padding: 0;
}
.ul-tree > ul > li.drop-d:before{
    opacity: 0;
}

.ul-tree ul li span {
    display: block;
    padding: 5px 0;
}

h1.page-header {
	font-size: 28px;
}

div#customer-details-container div span:first-child {
	font-weight: bold;
}

div#customer-details-container div {
	padding-bottom: 3px;
}

div#customer-details-container div span:nth-child(2) {
	//float: right;
	//margin-left: 20px;
}

.toggle-los {
	//color: #1db812;
}
.toggle-los:visited, .toggle-los:hover {
	//color: #1db812;
}

.gallery-widget .col-md-3 {
    height: 100%;
}

.bar {
    height: 100%;
    display: flex;
    align-items: center;
}

.m-0 {
	margin-bottom: 0px;
}

.p-0 {
	padding: 0px !important;
}