@charset "utf-8";
/* CSS Document */

*, *:after, *:before {	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
	font-family: 'Roboto Slab', sans-serif;
    padding-top: 40px;
	background-color: #F1F8E9;
}

.printdotmatrik {
	font-family: sans-serif, Verdana, Geneva !important;
}

.unselect-text {
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 	
	-o-user-select:none;
	user-select:none;
}

.logo {
	width: 90px !important; 
	height: 90px !important; 
	
	float: left !important; 
	margin-right: 10px !important;
	-webkit-print-color-adjust: exact;
}

#mnuBottom .navbar-nav li a:hover {
	text-decoration: underline;    
}

.content-page {min-height: 100%;}
.content-page-inside0 {padding-bottom: 70px;}
.content-page-inside {padding-bottom: 33px;}

.loader {
	z-index: 9999;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid blue;
	border-right: 16px solid green;
	border-bottom: 16px solid red;
	width: 50px; height: 50px;
	position: absolute;
	top: 5px; left: 46%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.listimage {	
	list-style-position: inside;
	list-style-image: url("../img/icon-check1.png");
}

.iconcheck {
	margin-top: 1px;
	background-image:url(../img/icon-check1.png);
	width: 20px;
	height: 20px;
}

.line-left-blue {border-left: solid 3px #1C00DB;}
.line-left-green {border-left: solid 3px #09AF00;}
.line-left-pink {border-left: solid 3px #EF0078;}
.line-left-orange {border-left: solid 3px #F47100;}
.line-left-red {border-left: solid 3px #B71C1C;}

.line-bottom-blue {border-bottom: solid 3px #1C00DB;}
.line-bottom-green {border-bottom: solid 3px #09AF00;}
.line-bottom-pink {border-bottom: solid 3px #EF0078;}
.line-bottom-orange {border-bottom: solid 3px #F47100;}
.line-bottom-red {border-bottom: solid 3px #B71C1C;}

.line-top-blue {border-top: solid 3px #1C00DB;}
.line-top-green {border-top: solid 3px #09AF00;}
.line-top-pink {border-top: solid 3px #EF0078;}
.line-top-orange {border-top: solid 3px #F47100;}
.line-top-red {border-top: solid 3px #B71C1C;}

.line-bottom-menu {border-bottom: solid 1px #2F2F2F;}

.bg-orange {background-color: #fd7e14;}
.bg-indigo {background-color: #4B0082;}
.bg-teal {background-color: #008080;}
.bg-darkslategrey {background-color: #2F4F4F;}

.btnDashboard {
    height: 80px;
    line-height: 80px;
}

.btnDashboard:hover {
    box-shadow: 0px 0px 9px 5px #adb5bd;
    border: solid 2px white;
    background-color: darkgrey;
}

/*------ Utilities ------- */

.text-size8 {font-size: 8px;}
.text-size9 {font-size: 9px;}
.text-size10 {font-size: 10px;}
.text-size11 {font-size: 11px;}
.text-size12 {font-size: 12px;}
.text-size13 {font-size: 13px;}
.text-size14 {font-size: 14px;}
.text-size15 {font-size: 15px;}
.text-size16 {font-size: 16px;}
.text-size17 {font-size: 17px;}
.text-size18 {font-size: 18px;}
.text-size19 {font-size: 19px;}
.text-size20 {font-size: 20px;}

._bg-verydark {background-color: rgba(0,0,0,.85);}
._bg-light {background-color: #D1D1D1;}
.bg-verydark {background-color: #0F0F0F;}

.text-black {color: black;}

.mr1 {margin-right: 1px;}
.mr2 {margin-right: 2px;}
.mr3 {margin-right: 3px;}
.mr4 {margin-right: 4px;}
.mr5 {margin-right: 5px;}

/* home */
.nav-item.active a {
    color: #FF9800 !important;
    font-weight: 600;
}

.blur {
	padding: 60px 0;
	background-color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 576px) {
    h1 {font-size: 20px;}
    h2 {font-size: 19px;}
    h3 {font-size: 17px;}
    h4 {font-size: 15px;}
    h5 {font-size: 14px;}
    
	.h1 {font-size: 20px;}
	.h2 {font-size: 19px;}
	.h3 {font-size: 17px;}
	.h4 {font-size: 15px;}
	.h5 {font-size: 14px;}
	.lead {font-size: 14px;}
	.navbar-brand {font-size: 17px;}
	li {font-size: 12px;}
	p {font-size: 12px;}
    
	.iconcheck {display: none;}
	.colhide {display: none;}
	.list-unstyled {list-style: circle; margin-left: 20px;}	
}


/* ------- Navigasi Application : Toggle Menu ---------  */

.navbar-menu-toggle {
	width: 35px; height: 35px;
	border-radius: 50%;	
	background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);	
	padding: 6px; color: #A3A3A3;
    cursor: pointer;
    display: none;
}

.navbar-menu-toggle:hover {box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.6);}

.akuntansi-toggle,.koperasi-toggle,
.user-toggle {
	width: 34px; height: 34px;	 
	border-radius: 5px;
    border: solid 1px gray;
	background-repeat: no-repeat; 
	background-position: center;
    background-size: cover;
	cursor: pointer;
	float: right;	
	margin-left: 5px;
	margin-bottom: 2px;
}

.akuntansi-toggle:hover,.koperasi-toggle:hover,
.user-toggle:hover {
    box-shadow: 0px 0px 9px 5px #EEFF41;
    border: solid 2px white;
    background-color: darkgrey;
}

.akuntansi-toggle {background-image: url(../img/apps/akuntansi.png);}
.koperasi-toggle {background-image: url(../img/apps/simpanpinjam.png);}
.user-toggle {background-image: url(../img/apps/users.png);margin-left: 15px;}

@media screen and (max-width: 750px) {
    .navbar-menu-toggle {display: block;} 
    
	.navbar-toggle {
		position: absolute; 
		right: 23px; top: 55px;
		width: 186px; height: auto;
		background-color: #D3D3D3;
		padding: 10px;		
		border-radius: 0 0 10px 10px;
		display: none;
	}
	
	.user-toggle {margin-left: 4px;}
    
    .menu-area-akuntansi,.menu-area-akuntansi-bg,
    .menu-area-koperasi,.menu-area-koperasi-bg,
	.menu-area-user,.menu-area-user-bg {
        top: 39px;
        right: 197px;
    }
    
    .menu-area-akuntansi,.menu-area-akuntansi-bg,
    .menu-area-koperasi,.menu-area-koperasi-bg {
        width: 240px;
        height: 450px;
    }
    
}

/* ------- Navigasi Application Menu --------- */

.menu-aplikasi {position: relative;}

.menu-area a:hover {text-decoration: none;}
.menu-area li {		
	padding-right: 10px;	
	color: #D1D1D1; font-size: 12px;	
	background-color: transparent;	
	border-radius: 30px;
	margin-bottom: 1px;
}

.menu-area li:hover {
	background-color: rgba(200,200,200,0.26);
	color: #FF8C00;
	padding-left: 5px;
}

.menu-area-akuntansi,.menu-area-akuntansi-bg,
.menu-area-koperasi,.menu-area-koperasi-bg,
.menu-area-user, .menu-area-user-bg {
	border-radius: 0 0 5px 5px;
    display: none;
	top: 45px; right: 0px;
}

.menu-area-akuntansi,.menu-area-akuntansi-bg,
.menu-area-koperasi,.menu-area-koperasi-bg {
	width: 1200px;
}

.menu-area-user, .menu-area-user-bg {
	width: 200px;
}

.menu-area-akuntansi-bg, .menu-area-koperasi-bg,
.menu-area-user-bg {
	position: absolute;
	background-image: url(../img/div-bg.png);
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.menu-area-akuntansi, .menu-area-koperasi,
.menu-area-user {	
	background-color: rgba(0,0,0,0.95);	
	padding: 20px 20px 10px;	
	overflow-y: auto;
}


/* scrollbar menu */
.menu-area-akuntansi::-webkit-scrollbar-track,
.menu-area-koperasi::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.menu-area-akuntansi::-webkit-scrollbar,
.menu-area-koperasi::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.menu-area-akuntansi::-webkit-scrollbar-thumb,
.menu-area-koperasi::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

@media screen and (max-width: 750px) {
    .navbar-menu-toggle {display: block;} 
    
	.navbar-toggle {
		position: absolute; 
		right: 23px; top: 55px;
		width: 186px; height: auto;
		background-color: #D3D3D3;
		padding: 10px;
		border-radius: 10px;
		display: none;
	}
	
	.user-toggle {margin-left: 4px;}
    
    .menu-area-akuntansi,.menu-area-akuntansi-bg,
    .menu-area-koperasi,.menu-area-koperasi-bg
    .menu-area-user, .menu-area-user-bg {
        top: 13px;
        right: 197px;
    }
    
    .menu-area-akuntansi,.menu-area-akuntansi-bg,
    .menu-area-koperasi,.menu-area-koperasi-bg {
        width: 240px;
        height: 450px;
    }
    
}

.pembilang {border-bottom: 1px solid black; padding-bottom: 1px;}
.penyebut {padding-top: 1px;}
