body {
	font-size: 11pt;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: 'Calibri';
	font-weight: lighter;
}
.hide-me {
	opacity: 0;
	transition: opacity 1s;
}
.show-me {
	opacity: 1;
	transition: opacity 1s;
}
a, a:hover {
	text-decoration: none;
	
}
.inline {
	float: left;
}
.bordered {
	border: 1px solid #eee;
}
.hidden {
	display: none;
}
.hiddenshow {
	display: inline-block;
}
.text-sm {
	font-size: 8pt;
}

label {
	margin-top:8px;
	margin-bottom:2px;
	font-weight: bold;
}
/*.bg-color1 {background: #614126;}
.bg-color2 {background: #7a5230;}
.bg-color3 {background: #926239;}
.bg-color4 {background: #aa7243;}
.bg-color-list {background: #999;}*/
.bg-color1, .bg-color-list {background: #76b4db;}
.bg-color2 {background: #37b9c9;}
.bg-color3 {background: #959b00;}
.bg-color4 {background: #516d20;}
.bg-color5 {background: #ff493d; color: #fff;}
.deleted1 {background: rgba(250,250,250,.5); color: #aaa;}
.bg-color6 {background: #222423;}
.bg-color7 {background: #ada99e;}
.bg-color8 {background: #f7e7d8;}
.bg-biru1 {background: #001f3f;}
.bg-biru2 {background: #0074d9;}
.bg-biru3 {background: #7fdbff;}
.bg-biru4 {background: #39cccc;}
.bg-hijau1 {background: #2ecc40;}
.bg-hijau2 {background: #01ff70;}
.bg-kuning {background: #ffdc00;}
.bg-oren {background: #ff851b;}
.bg-merah {background: #ff4136;}
.bg-maroon {background: #85144b;}
.bg-pink {background: #f012be;}
.bg-ungu {background: #b10dc9;}
.bg-hitam {background: #111111;}
.bg-abu {background: #aaaaaa;}
.bg-silver {background: #dddddd;}

.th {background: #ddd; text-align: center; font-weight: bold; font-size: 10pt;}
.color-white, .white {
	color: #fff;
}
.black, .text-black {
	color: #000;
}
.pointer {cursor: pointer;}
.nogap {margin:0;}
.gap5 {margin-top: 5px;}
.gap10 {margin-top: 10px;}
.gap20 {margin-top: 20px;}
.gap50 {margin-top: 50px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.pad50 {padding: 50px;}
.right5 {
	margin-right: 5px;
}
.right25 {
	margin-right: 25px;
}
.hidden {height:1px; visibility: hidden; opacity: .5}
.error {
	color: #f55;
	font-style: italic;
	text-align: right;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.loading {
	height: 14px;
	width: 14px;
}
.pageform {
	margin-right: 5px;
	width: 50px;
	margin-top: 5px;
	vertical-align: bottom;
        display: inline-block;
}
.table-button {margin: -30px 3px 3px 30px; float:right;}
.table-sm {
	font-size: 11pt;
}
.header-top {
	height: 50px;
	padding: 10px 20px;
	z-index: 99;
}
.header-account {
	margin-top: -8px;
	float: right;
	font-size: 20pt;
	cursor: pointer;
}
.header-account:hover {
	color: #eee;
	transition: color .5s;
}
#profil {
	position: absolute;
	right: 10px;
	top: 50px;
	padding: 10px;
	text-align: right;
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 0px 2px #555;
}
#profil-image {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	float: right;
	text-align: left;
}
#profil-image img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#profil-data {
	height: 80px;
	float: left;
	margin-right: 20px;
	text-align: left;
}
#leftmenu {
	width:240px;
	padding: 10px 0;
	overflow: hidden;
	float:left;
}
.leftmenuhide {
	margin-left: -190px;
}
@media (max-width: 600px) {
	#leftmenu {
		width: 100%;
	}
	.leftmenuhide {
		margin-left: -1px;
		height:50px;
	}
}
#leftmenu ul i {
	margin-right: 10px;
}
#leftmenu ul, #leftmenu li {
	padding: 0;
	margin: 0;
}
#leftmenu li {
	list-style:none;
}
.menu-text {
	padding: 10px;
	font-size: 18pt;
	color: #fff;
	font-family: monotype corsiva, calibri;
}
.menu-item:hover, .menu-child-item:hover {
	color: #fff;
	background: rgba(255,255,255,.2);
}
.menu-item, .menu-child-item {
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.menu-child-item {
	padding-left: 30px;
}
.menu-toggle {
	margin-right: 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 14pt;
	padding: 5px;
}
.menu-toggle:hover {
	cursor: pointer;
	background: #fff;
	color: #777;
	margin-top: -2px;
	margin-bottom: 2px;
	transition: margin .2s;
	box-shadow: 2px 2px 2px #555;
}
.over-x {overflow-x: auto;}
#isi {
	overflow: hidden;
	min-height: 700px;
	background: #fff;
	padding: 20px;
	min-width: 300px;
}
#load-page {
	min-height: 700px;
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
	background: #fff;
	z-index: 5;
	font-size: 26pt;
	padding: 10px;
}
#load-page .rotating {
	height: 40px;
	width: 40px;
}
.kotak {
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}
.kotak i {
	font-size: 48pt;
	display: inline-block;
	float: left;
}
.kotak a {
	display: block;
	margin-top: 10px;
	background: rgba(0,0,0,.1);
	text-align: left;
	padding: 5px;
	font-size: 10pt;
	color: #fff;
}
.kotak a:hover {
	background: rgba(255,255,255,.2);
	transition: background .5s;
}
.kotak a i {
	float: right;
	font-size: 10pt;
	padding-top: 2px;
}
.forms {
	font-size: 10pt;
	padding-top: 10px;
}
.autocomplete {
	border: 1px solid #ddd;
	height: 120px;
	border-radius: 0 0 5px 5px;
	overflow-y: scroll;
}
.status {
	font-style: italic;
	padding: 2px 5px;
	border-radius: 2px;
	color: #fff;
	font-size: 8pt;
	display: inline-block;
}
.area {
	background: #aaa;
	margin-top: 10px;
	padding: 10px;
}
.login {
	background:#aa7243;
}
.title {
	max-width: 35%;
	width: 140px;
	display: inline-table;
}
.image-form {
	 width: 100px;
	 height: 140px;
	 background: #eee;
	 float: right;
	 box-shadow: 2px 2px 5px #aaa;
}
.image-form img {
	 width: 100%; 
	 height: 100%;
}
.image-form-size {
	margin-top: 20px;
	background: #ddd;
	text-align: center;
}
.image-form-a {
	height: 100px;
}
.footer {
	padding: 10px 20px;
}
.progress-icon {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid green;
 	border-bottom: 5px solid green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: auto;
}
.progress-icon2 {
    border: 15px solid #f3f3f3; /* Light grey */
    border-top: 15px solid green;
 	border-bottom: 15px solid green;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    bottom: 20px;
    right: 10px;
    position: fixed;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#progress-page {
	top:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
	position: absolute;
	cursor: wait;
}
.title1 {
	font-weight: lighter;
	font-size: 14pt;
}
.title2 {
	font-size: 9pt;
	color: #777;
}
.boxed {
	padding: 0px 40px 10px 40px;
}
.boxed .row {
	box-shadow: 0px 1px 2px #555;
	min-height: 100px;
}
.boxed .row .col-4 {
	font-size: 36pt;
	text-align: center;
}
.boxed .row .col-8 {
	padding: 5px 15px;
	text-align: right;
}
.loader2 {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.text-black {
	color: #000;
}
.bigger {
	font-size: 10pt;
}
.notifikasi {
    margin-right: 10px;
    font-size: 14pt;
    cursor: pointer;
}
.notifikasi:hover {
    transition: background .2s ease-in;
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}
.notifikasi .baloon {
    border-radius: 50px; 
    height: 15px; 
    min-width: 15px; 
    background: red;
    font-size: 8pt; 
    padding: 2px;
    text-align: center;
}
.lang {
    font-size: 10pt;
    margin-right: 10px;
    margin-left: 5px;
}
.ngHide {opacity: 0; margin-top: 10px;}
.ngShow {
    margin-top: 0px;
    opacity: 1;
    transition: opacity .5s ease-in, margin-top .3s linear;
}
.notif-box {
    height: 0px;
    background: rgba(100,100,100,.5);
    margin-top:40px;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    right: 75px;
    opacity:0;
    transition: height .3s ease-in, opacity .2s ease-in;
}
.notif-box-show {
    transition: height .2s ease-in, opacity .5s ease-in;
    height: 75px;
    opacity:1;
    visibility: visible;
}