html {
	overflow-y:scroll;
}

body {
	padding-top:50px;
}

.clearfix {
	clear: both;
}

.clear-shadow {
  box-shadow: none;
 }

.dashhead-titles {
	width: 100% !important;
}

.middle td {
	vertical-align: middle !important;
}

.center {
	text-align: center;
}

.center-align {
	margin: auto;
}

.left-align {
	text-align: left !important;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-r-25 {
	margin-right: 25px;
}

.no-border {
    border: 0px !important;
}

.modal-center {
  position: initial !important;
}