.loading{
	width:100%;
	height:100%;
	background-color:#FFF;
	position:fixed;
	z-index:9999;
	opacity:0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader {
    border: 6px solid #CCC; /* Light grey */
    border-top: 6px solid #005a00; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.top-bar-area{
    border-bottom: 1px solid rgb(0, 143, 62);
}
.bg-kejati-dark{
    background-color: rgb(0, 107, 46);
}
.bg-kejati{
    background-color: rgb(0, 186, 81);
}
.header-custom{
    height: 120px;
    border-top: 1px solid rgb(0, 223, 96);
}

.logo-kejati{
    margin-top: 8px;
}

.logo-kejati-mini{
    margin-top: 15px;
}

.bg-header {
    background-image: url("/front/img/logo_rb.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: right center;
}
