	.header-navbar .navbar-header .navbar-brand .brand-logo {
		width: unset;
		height: 45px;
		margin-top: -3px;
	}
	
	.hideTextBG {
		background: transparent;
		color: transparent;
	}
	
	.card-content-allRadiusFix {
		border-radius: .45rem;
	}
	
	/* card body */
	.card-body-allRadiusFix {
		border-bottom-right-radius: .45rem;
		border-bottom-left-radius: .45rem;
		border-top-right-radius: .45rem;
		border-top-left-radius: .45rem;
	}
	
	/* card content or table */
	.bottomRadiusFix {
		border-radius: 0 0 .45rem .45rem;
	}
	
	.no-border-right {
			border-right: 0px !important;
	}
	
	html body.bg-full-screen-image {
		background: url(/bg2.gif);
		background-size: unset;
	}
	
	h2.error-code {
		font-weight: 500;
		line-height: 0.5;
	}
	h5.error-code {
		font-size: 5rem;
	}
	
	.error-text {
		color: #969696;
	}
	
	fieldset.error input {
		background: #ffc7c7;
	}
	
	.help-block li {
		color: red;
	}

	
        
        .status-circle-blue {
            background: rgb(122,187,255);
            background: radial-gradient(
                circle,
                    rgba(122,187,255,0.15) 0%,
                    rgba(122,187,255,0.15) 63%,
                    rgba(122,187,255,.55) 65%,
                    rgba(122,187,255,0.15) 67%,
                    rgba(122,187,255,0) 75%
            );
        }
        
        .status-circle-red {
            background: rgb(244,67,54);
            background: radial-gradient(
                circle,
                    rgba(244,67,54,0.15) 0%,
                    rgba(244,67,54,0.15) 63%,
                    rgba(244,67,54,.40) 65%,
                    rgba(244,67,54,0.15) 67%,
                    rgba(244,67,54,0) 75%
            );
        }
        
        .status-circle-green {
            background: rgb(139,195,74);
            background: radial-gradient(
                circle,
                    rgba(139,195,74,0.15) 0%,
                    rgba(139,195,74,0.15) 63%,
                    rgba(139,195,74,.55) 65%,
                    rgba(139,195,74,0.15) 67%,
                    rgba(139,195,74,0) 75%
            );
        }
        
        .status-circle-yellow {
            background: rgb(255,235,59);
            background: radial-gradient(
                circle,
                    rgba(255,235,59,0.15) 0%,
                    rgba(255,235,59,0.15) 63%,
                    rgba(255,235,59,.85) 65%,
                    rgba(255,235,59,0.15) 67%,
                    rgba(255,235,59,0) 75%
            );
        }
        
        .bg-unset {
            background: unset;
        }
        
        .card-header-all-round {
            border-radius: .45rem !important;
        }
        
        .card-header-border-bottom {
            border-bottom: 1px solid rgba(0,0,0,.06);
        }
        
        .card-content-border-top {
            border-top: 1px solid rgba(0,0,0,.06);
        }
        
        .twofactor-method {
            display: none;
        }
        
        .hide-div {
            display: none;
        }
        
	@media (min-width: 576px) {
            h5.error-code {
                    font-size: 7rem;
            }
	}
        
        
        /* added for the + / - symbol at the top right side of cards */
        @media screen and (max-width: 540px) {
            .card .card-header .heading-elements.do-not-hide-actions {
                margin-top: 0;
            }
        }
        
        
        @media (max-width: 991.98px) {
            .heading-elements.do-not-hide-actions .list-inline {
                display: block;
            }
        }
        
        @media (min-width: 992px) {
            .collapse.dont-collapse-lg {
                display: block;
                height: auto !important;
                visibility: visible;
            }
	}