.form-control input , .btn {
	border-radius: 0px;  
}

.g-text-centered {
	text-align: center; 
}

.g-text-left {
	text-align: left; 
}
.g-text-right {
	text-align: right; 
}
.g-border-top-none {
	border-top:0px ;
}
.g-bordered {
	border: 1px solid; 
}

.sweet-alert button {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}  
.ibox-tools {
	top: 0px;
}  
.g-pt-5px {
	top: 5px;
}  
.g-pt-6px {
	padding-top: 6px;
}  
.g-pt-10px {
	padding-top: 10px;
}  
.g-pt-20px {
	padding-top: 20px;
}
.g-pt-25px {
	padding-top: 25px;
}   
.h7 {
  font-size: 8px;
}
.buttontoFooter{
    position: relative;
   bottom: 0;
}
.rounded-circle-client {
	width: 200px;
    height: 200px;
}
.border-bottom-none {
	border-bottom: 0px;
}
.border-top-none {
	border-top: 0px;
}
.g-py-20px {
	padding-top: 20px; 
	padding-bottom: 20px;
}
.g-mb-20px {
	margin-bottom: 20px;
}
.g-mt-10px {
	margin-top: 10px;
} 
.g-mt-20px {
	margin-top: 20px;
} 
.g-mb-20px {
	margin-bottom: 20px;
} 
.tr-click {
   cursor: pointer;
}

.box-content > .sk-spinner {
  display: none;
}
.box-content.sk-loading {
  position: relative;
}
.box-content.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.cursor-default{
   cursor: default;
}
label.form-label {
	font-weight: bold;
}
 
.page-heading {
 padding: 0 10px 10px 10px;
}
 
 ol.breadcrumb {
    font-size: 15px;
 }
 .g-border-radius-0 {
 	border-radius: 0px;
 }
 .g-color-black {
  color: black;
 }