.sidebar-header-custom {
  height: 100px;
}

.logo-text-custom {
  padding-top: 5px;
}

.logo-img-custom {
  width: 200px;
}

.logo-img-size {
  height: 100px;
}

.logo-img-collapsed-custom {
  display: none;
  width: 20px;
  height: 20px;
}

.logo-img-collapsed-size {
  height: 30px;
}

.sidebar-text {
  color: white;
  position: fixed;
  bottom: 0;
  width: 250px;
}

.poweredbyryalize {
  height: 35px;
}

.reportSystemTicket {
  margin-top: 8px;
  background-color: #0093C9
}

.dropdown>.user {
  margin-top: 0px;
  padding-top: 0px;
}

.dropdown>.user>.text-muted {
  margin-top: -15px;
}

.cursor-pointer {
  cursor: pointer
}

.padding-top-5px {
  padding-top: 5px;
}

.w-45 {
  width: 45%;
}

.w-10 {
  width: 10%;
}

.vertical-align-middle {
  vertical-align: middle
}

.dt-length, .dt-info, .dt-paging {
	margin-top: 20px !important;
}

.dt-paging > .pagination {
	float: right;
}

.dt-search {
	margin-bottom: 20px !important;
}

.margin-top-15 {
  margin-top: -15px;
}

.width-25px {
  width:25px;
}

.width-200px {
  width:200px;
}

.background-color-EAF0F9 {
  background-color: #EAF0F9;
}