.ajax-loading {
    opacity: .5;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) 50% 50% no-repeat rgb(249,249,249);
	background-size: 200px;
}
.referral-link span{
	font-weight: bold;
}
.referral-link a.ref_link{
	color: #007bff;
	font-weight: bold;
}
.referral-link a.btn{
	color: #fff;
	font-weight: bold;
}
.support-side-menu{
	width: 100%;
}
.support-side-menu a.active{
	background-color: #e9ecef;
	color: #2b2b2b;
}
.product-widget .card-footer{
	padding: .75rem 1.25rem;
}
.dropdown-menu-lg{
	max-width: 500px;
    min-width: 480px;
}

.align-center{
	text-align:center;
}
.genealogy-border{
	width: 100%;
    text-align: center;
    margin: 5px 0px;
}
.genealogy-border div:before{
	border-right:1px solid #000;
}
.genealogy-border .g-up{
	height: 15px;
    background-color: #858688;
    margin: 0px auto;
    width: 3px;
}
.genealogy-border .g-center{
	height: 15px;
    background-color: #858688;
    margin: 0px auto;
    width: 3px;
}
.genealogy-border .g-down-3x{
	width: 67%;
    height: 18px;
    border-top: 3px solid #858688;
    margin: 0px auto;
    border-right: 3px solid #858688;
    border-left: 3px solid #858688;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.genealogy-border .g-down{
	width: 50%;
    height: 18px;
    border-top: 3px solid #858688;
    margin: 0px auto;
    border-right: 3px solid #858688;
    border-left: 3px solid #858688;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
img.blue{
	border:3px solid #5565d8;
	padding: 2px;
}
img.green{
	border:3px solid #5eab45;
	padding: 2px;
}
img.black{
	border:3px solid #000;
	padding: 2px;
}
img.red{
	border:3px solid #ff2323;
	padding: 2px;
}
.hide{
	display:none;
}
ul.tranxs-list{
	list-style: none;
	padding: 0px;
    margin: 0px;
}
ul.tranxs-list li{
	border-bottom: 1px solid #ddd;
    padding: 0px 10px 5px 10px;
}
li.tranx-list-item:last-child{
	border: none;
}
p.tranx-details{
	
}
p.tranx-date{
	
}
p.tranx-type{
	
}
.check-confirmed{
	font-size: 125px;
    color: #43c360;
    margin-bottom: 25px;
}
.check-warning{
	font-size: 125px;
    color: #ffd75d;
    margin-bottom: 25px;
}
span.template-parameters{
	background-color: #f7f1f1;
    margin-right: 10px;
}
.role-permissions ul {
    list-style: decimal;
}

.dropdown-select-list a.list-selected{
	background-color:#ddd;
}
.dropdown-select-list a.list-selected:after{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 14px;
    font-weight: normal;
    float: right;
}
.flot-x-axis .flot-tick-label {
   
}