.text-align-center{
	text-align: center!important;
}
.arki-yellow{
	color: #E3E208!important; /* TITANIUM YELLOW */
}

.arki-green{
	color: #07804B!important; /*SEA GREEN*/
}

.arki-tawny{
	color: #D35D0E!important; /** TENNE TAWNY**/
}

.arki-vermilion{
	color: #E90000!important; /** VERMILION**/
}

.arki-black{
	color: #000001!important;
}

.arki-bg-yellow{
	background-color: #E3E208!important; /* TITANIUM YELLOW */
}

.arki-bg-green{
	background: #07804B!important; /*SEA GREEN*/
}

.arki-bg-tawny{
	background-color: #D35D0E!important; /** TENNE TAWNY**/
}

.arki-bg-vermilion{
	background-color: #E90000!important; /** VERMILION**/
}

.arki-bg-black{
	background-color: #000001!important;
}

.section-header{
	height: 155px;
	position: relative;
}

.section-header .title{
	bottom: 10px;
	position: absolute;
}

.section-content{
	padding: 35px 0px;
}
.navbar_arki_list li a{
	color: #07804B!important;
}
/*
.nav-item{
	text-decoration: none;
    outline: none;
}

.nav-item:hover{
    transition: all 0.3s ease;

}*/

.arki-btn-green{
	text-align: center;
	color: white!important;
	font-size: 20px;
	background: #07804B!important; /*SEA GREEN*/
}
.arki-btn-green:hover{
	background: #E3E208!important; /* TITANIUM YELLOW */
	color: black!important;
}

.arki-link-green{
	color: #07804B!important; /*SEA GREEN*/
}
.arki-link-green:hover{
	color: black!important;
}

/** CHANGE OLD THEME **/
.menu-sidebar .outer-logo{
	height: 180px!important;
}
.menu-sidebar .logo{
	height: auto;
    padding: 10px 35px;
}

.menu-sidebar .logo img{
	max-width: 50%;
}

.menu-sidebar{
	min-height: 100vh!important;
}

.menu-sidebar__content{
	height: calc(100vh - 180px)!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
    border-right: 1px solid #e5e5e5;
    position: relative;
    z-index: 3;
}

.main-content{
	padding: 25px 40px;
}

.statistic__item{
	margin-bottom: 0px!important;
	min-height: 155px!important;
}
.statistic__item .icon{    
	bottom: 10px;
    height: 155px;
}

.login-logo img{
    max-width: 50%!important;
}

@media (max-width: 991px){
   .section-header{
     height:80px!important;
   } 

   .logo{
   	max-height: 120px;
   	margin:auto;
   }

   .logo img{
	   max-width: 100%;
	   height: 90px;
   }
   .page-container{
   		top:100px!important;
   }
   .page-container .main-content{
   		margin-top:0px!important;
   }
   .header-mobile{
	   	height: 100px!important;
	   	z-index: 100;
   }

   .header-mobile .navbar-mobile {
	    position: absolute;
	    width: 100%;
	    top: 100px;
	    z-index: 100;
	    /*background: white;*/
	}
}