/*
http://designmodo.github.io/Flat-UI/
*/


@font-face {
	 font-family: "Lato-Light";
	 src: url('../fonts/lato/Lato-Light.ttf');
	 }

@font-face {
	 font-family: "SEGOEUI";
	 src: url('../fonts/SEGOEUI.TTF');
	 }

.all{
	min-width:100%;
	min-height:100%;
	position:relative;
	padding-bottom:160px;
}
.h-top{
	width:100%;
	margin:auto;
	background:#034F84;
	/* background:#003366; */
	overflow:hidden;
}
/* .h-top-top{
	width:100%;
	margin:auto;
	background:url('../img_icon_icon/bg-header.PNG') no-repeat;
	background:#003366;
	overflow:hidden;
} */
.h-top-in{
	width:100%;
	margin:auto;
	padding:0px 12px;
	background-color:none;
	color:#fff;
	overflow:hidden;
}
	.h-top-in-left{
		float:left;
		width:50%;
		height:100px;
		vertical-align:bottom;
		/* border:solid 1px #fff; */
		padding-top:25px;
	}
		.profile{
			font-size:13px;
			line-height:16px;
			margin-left:50px;
			margin-top:6px;
		}
	.h-top-in-right{
		width:50%;
		height:100px;
		float:right;
		vertical-align:bottom;
		text-align:right;
		/* border:solid 1px #fff; */
	}
	.f-top-in-left{
		/* width:3; */
		/* height:100px; */
		float:left;
		/* vertical-align:bottom; */
		/* text-align:right; */
		/* border:solid 1px #fff; */
	}

.h-nav{
	width:100%;
	margin:auto;
	background-color:#63c3e4;
	/* overflow:hidden; */
	min-width:1024px;
}
.h-nav-in{
	/*width:1024px;*/
	height:36px;
	margin:auto;
	padding:8px 2px;
	/* background-color:none; */
	/* color:#fff; */
	/* overflow:hidden; */
}
	.h-nav-in-left{
		float:left;
		width:50%;
	}
		
	.h-nav-in-right{
		width:50%;
		float:right;
		text-align:right;
	}
		.menu-nav-right a{
			display:inline;
			font-size:14px;
			color:#fff;
			padding:10px 18px;
			text-decoration:none;
			margin-right:-2px;
		}
		.menu-nav-right a:hover{
			text-decoration:none;
			color:#fff;
			/* background:#1a4876; */
			background:#3bafda;
			box-shadow: inset 0px 1px 2px #616161;
		}		
	.panel-top{
		width:100%;
		margin:auto;
		padding:5px 14px;
		background-color:#4C6A92;
		color:#fff;
		overflow:hidden;
		border-radius:0px 0px 15px 15px ;
		text-align:right;
		margin-top:-20px;
		z-index:99999;
		}
.panel-bottom{
	width:100%;
	/* height:100px; */
	margin:auto;
	margin-top:	100px !important;
	padding:10px 14px;
	background-color:#e74c3c;
	color:#fff;
	overflow:hidden;
	border-radius:15px 15px 0px 0px ;
}
.footer_{
	width:100%;
	margin:auto;
	background-color:#034F84;
	overflow:hidden;
}/*
.footer_in_box{
	width:1024px;
	height: 35px;
	margin:auto;
	float:right;
	padding:8px 12px;
	background-color:none;
	color:#fff;
	overflow:hidden;
	text-align:center;
	font-size: 12px;
	line-height:18px;
}
*/
.footer_in{
	/* width:1024px; */
	/* height: 35px; */
	/*margin:auto; */
	/* padding:8px 12px; */
	background-color:none;
	color:#fff;
	overflow:hidden;
	text-align:center;
	font-size: 12px;
	padding: 8px;
	line-height: 14px;
}

.t-list{
	width:100%;
	min-width:1024px;
}
.t-list th{
	padding : 10px;
	font-size: 14px;
	font-weight:thin;
	background-color:#4fc1e9;
	color:#ffffff;
	text-align:center;
}
.t-list td{
	padding : 12px;
	font-size: 13px;
	font-weight:thin;
	background:#fff;
	border-collapse: collapse;
	border: solid 1px #f0f2f5;
	color:#989fa9;
}
.t-l-b{
	border-left: solid 2px #ffffff;
}
.t-top{
	width:100%;
	margin:auto;
	background-color:none;
	overflow:hidden;
	margin-bottom:10px;
}
	.t-kiri{
		float:left;
		width:75%;
	}
	.t-kanan{
		float:right;
		width:25%;
		/* border:solid 1px #000; */
		text-align:right;
		padding-top:10px;
	}
		.record{
			float:right;
			width:60px;
			height:30px;
			padding:5px;
			background:#fff;
			border-radius:2px;
			outline:none;
			border: solid 2px #d7d8dd;
			font-family:arial;
			font-size:14px;
			text-decoration:none;
		}
	.form-search{
		float:left;
		width:280px;
		height:33px;
		padding:5px 15px;
		background:#fff;
		border-radius:25px;
		outline:none;
		border: solid 2px #d7d8dd;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: inset 0px 1px 2px #616161;
	}
	.btn-search{
		height:30px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:25px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		margin-left:3px;
		color:#fff;
		font-weight:700;
	}
	.btn-search:hover{
		background:#003366;
		border: solid 2px #003366;
		box-shadow: 0px 2px 1px #003366;
	}
	.btn-save{
		height:30px;
		width:100px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:25px 0px 0px 25px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		margin-left:3px;
		color:#fff;
		font-weight:300;
	}
	.btn-save:hover{
		font-weight:700;
		background:#003366;
		border: solid 2px #003366;
		box-shadow: 0px 2px 1px #003366;
	}
	.btn-save-b{
		float:left;
		height:30px;
		width:120px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:25px 0px 0px 25px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		margin-left:3px;
		color:#fff;
		font-weight:300;
	}
	.btn-save-b:hover{
		font-weight:700;
		background:#003366;
		border: solid 2px #003366;
		box-shadow: 0px 2px 1px #003366;
	}
	.btn-center{
		height:30px;
		width:100px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:0px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		margin-left:3px;
		color:#fff;
		font-weight:300;
		margin-left:-2px;
	}
	.btn-center:hover{
		font-weight:700;
		background:#003366;
		border: solid 2px #003366;
		box-shadow: 0px 2px 1px #003366;
	}
	.btn-clear{
		height:30px;
		width:100px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:0px 25px 25px 0px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		margin-left:3px;
		color:#fff;
		font-weight:300;
		margin-left:-2px;
		transition:0.2s;
	}
	.btn-clear:hover{
		font-weight:700;
		background:#003366;
		border: solid 2px #003366;
		box-shadow: 0px 2px 1px #003366;
	}
	.btn-clear-b{
		height:30px;
		width:100px;
		padding:5px 15px;
		background:#4fc1e9;
		border-radius:0px 25px 25px 0px;
		outline:none;
		border: solid 2px #4fc1e9;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #41a1c2;
		color:#fff;
		font-weight:300;
		transition:0.2s;
		margin-left:3px;
	}
	.btn-clear-b:hover{
		height:30px;
		width:100px;
		padding:5px 15px;
		background:#003366;
		border-radius:0px 25px 25px 0px;
		outline:none;
		border: solid 2px #003366;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		box-shadow: 0px 2px 1px #003366;
		color:#fff;
		font-weight:300;
		transition:0.2s;
	}
	
	#kuter {
	   background:none;
	   position:absolute;
	   width:100%;
	   text-align:center;
	   color:#808080;
	}
	.bread-atas{
	float:left;
	}
	.bread-bawah{
	margin-left:34px;
	float:left;
	margin-top:-5px;
	}
	.kemudi{
		float:left;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		color:#fff;
		margin-top: 1px;
	}
	.kemudi a{
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		color:#fff;
	}
	.kemudi2{
		float:right;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		color:#fff;
		margin-right:10px;
		margin-top: 3px;
	}
	.kemudi2 a{
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		color:#fff;
	}
	.kemudi2 a:hover{
		font-weight:bold;
	}
	
/* links */
.links-bawah{
	width:100%;
	overflow:hidden;
}
.lablab{
	float:left;
	width:140px;
	overflow:hidden;
	line-height:21px;
	text-align:left;
}
.t{
	font-size:12px;
	font-weight:700;
}
.af li{
	display:block;
	list-style:none;
	line-height:19px;
	margin-left:-35px;
}
.af li a
{	
	font-family: arial;
	font-size: 11px;
	font-weight: thin;
	color: #f0f2f5;
	text-decoration:none;
}
.af li a:hover{
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	/* text-decoration:underline; */
}
.hors{
	width:1009px;
	height:1px;
	background:#0e6db6;
	float:left;
}


#menux li{
	float : left;
	display : block;
	position : relative ;
	margin-left : -62px;
	z-index : 9999999;
	margin-top : -10px;
	padding : 10px 20px;
	
}
#menux li a{
	font-family : arial;
	font-size : 14px;
	font-weight : thin;
	color : #fff;
	text-decoration : none;
	padding : 10px 20px;
}
#menux li:hover a{
	text-decoration:none;
	background:#3bafda;
	box-shadow: inset 0px 1px 2px #616161;
}
.dropdown{
	width : 200px;
	position : absolute;
	background : #fff;
	padding : 10px;
	left : 20px;
	margin-top : 10px;
	/* opacity:0; */
	/* display:none; */
	transition: 0.2s;
	border-radius:0px 0px 5px 5px;
	left:-999999999em;
	overflow:hidden;
}
#menux li:hover .dropdown{
	left : 20px;
	margin-top : 10px;
	/* opacity:1;  */
	/* display:block; */
	/* transition: 0.2s; */
}
	.subsub a{
		font-family : arial;
		font-size : 14px;
		font-weight : thin;
		color : #fff;
		text-decoration : none;
		background:none;
	}
	.subsub a:hover{
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
nav {
	float:left;
	text-align: left;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	background: none; 
	padding: 0;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	float: left;
	display: inline-table;
	margin-top:-8px;
}
	/* nav ul:after {
		content: ""; clear: both; display: block;
	} */
	nav ul li {
		float: left;
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
	}
		nav ul li:hover {
			background:#3bafda;
			box-shadow: inset 0px 1px 2px #616161;
		}
			nav ul li:hover a {
				color: #fff;
				text-decoration:none;
			}
		nav ul li a {
			display: block; 
			padding: 8px 15px 7px 15px;
			color: #fff; 
			text-decoration: none;
			border:none;
		}
	nav ul ul {
		background: #63c3e4; 
		border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		margin-top:0px;
				color: #333;
	}
		nav ul ul li {
			text-align:center;
			width:200px;
			float: none; 
			position: relative;
				color: #333;
			/* color:red; */
		}
			nav ul ul li a {
				padding: 10px;
				color: #333;
			}	
				nav ul ul li a:hover {
					/* background: #003366; */
					background:#3bafda;
					box-shadow: inset 0px 1px 2px #616161;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
		
		
		
		
		
		
		
		
		
		
#cssmenu {
  position: relative;
	margin-top:-8px;
	margin-left:-3px;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  /* height: 32px; */
  /* width: 100%; */
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  border-left: solid 1px #fff;
  /* border-right: solid 1px #fff; */
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: thin;
  padding: 11px 20px;
  color: #7a8189;
  /* text-transform: uppercase; */
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color:#fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > .statis  {
  padding-right: 10px;
  padding-top:3px;
  float: left;
  margin-left: 12px;
}
/* main menu */
#cssmenu > ul > li:hover > a {
  /* color: #ffffff;
  background:red; */
  color:#fff;
/* background:#1a4876; */
background:#3bafda;
box-shadow: inset 0px 1px 2px #616161;
border-bottom:2px solid #fff;
 /*   -moz-box-shadow: inset 0 -10px 10px -10px #fff;
    -webkit-box-shadow: inset 0 -10px 10px -10px #fff;
    box-shadow: inset 0 -10px 10px -10px #fff;*/
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 16px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
/* jarak menu dan sub menu */
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 37px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 160px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 170px;
  border-bottom: 1px solid #bebebe;
  padding: 8px 20px;
  font-size: 12px;
  /* color: #9ea2a5; */
  /* color: #9ea2a5; */
  color: #0e6db6;
  background: #fff;
  /* color:#fff;
  background:#3bafda;
box-shadow: inset 0px 1px 2px #616161; */
  /* background sub menu */
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  /* background: #f6f6f6;
  color: #8c9195; */
	color:#fff;
  background:#3bafda;
box-shadow: inset 0px 1px 2px #616161;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* sekita sini */
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  
  /* sekitar sini */
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

.cursor{
	cursor: pointer;
	text-decoration: none;
}
.acc-news{
	background:#3498db;
	height: 200px;
}

.acc-p{
	height: 100%;
	max-height: 200px;
}

#accordion h4{
	padding: 10px;
	border-radius: 5px;
	color: #fff;
}

.mbox{
	border-radius: 0px;
	border-left: 4px solid #C0392B;
	overflow: hidden;
	padding: 10px;
}


.show-small-triangel, .show-footer, .hide-footer{
	bottom:40px !important;
	transition:0.2s all ease-in-out; /* fallback ketika semua browser sudah mendukungnya */
	-webkit-transition: 0.2s all ease-in-out; /* untuk Chrome dan Safari */
	-moz-transition: 0.2s all ease-in-out; /* untuk firefox */
	-ms-transition: 0.2s all ease-in-out; /* untuk ie9 ke atas */
	-o-transition: 0.2s all ease-in-out; /* untuk opera */
}

.show-footer
{
	bottom:0px !important;
}

.hide-footer{
	bottom:-60px !important;
}

/* bagian Footer */
#footer {
	background: #7f8c8d;
	padding:10px;
    position: fixed;
	max-width:40px;
    width: 100%;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	color:#fff;
	bottom:-40px;
	margin:auto;
	right: 20;
	font-family: "Raleway-Regular";
}

/* inject Bootstrap */

.navbar-default {
    border-color: #e74c3c;
    border: 0px;
}

.navbar {
    border-radius: 0px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: #EEE;
    border-color: #fff;
}

.panel-default > .panel-heading {
    background-color: #D35400;
    border-color: #FFF;
    color: #FFF;
}


/*
.nav > li > a:focus, .nav > li > a:hover{
	text-decoration: none;
	text-decoration-color: red;
	background-repeat: repeat-x;
	border-left-width: 0px;
	padding-top: 5px;
	padding-left: 14px;
	border-top: 5px solid;
	background:#fff;
	border-color: green #fff #fff;
}

*/

.nav-tabs > li
{
    text-decoration-color: red;
	background-color: #ecf0f1;
    color:e74c3c;
	
}

.highcharts-container
{
    padding-top : 8px;
    margin: 5px -39px;
}

.btn-extra
 {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px 0px 17px 0px;

}

.panel-default > .panel-heading {
    background-color: #C0392B;
    border-color: #FFF;
    color: #FFF;
    height: 40px;
}

.panel-title
{
    margin:-10px;
}

.table > tbody > tr > td {
	padding : 2px;
}

@kuning
{
	background-color:yellow;
}

.putih
{
	background-color:white;
}


li > a
{
    color:#000;
}

#to_top{
border-radius:50%; 
width:40px; 
height:40px;  
opacity:.6;
bottom: 20px;
right: 20px;
margin: 0;
position: fixed;
z-index: 100;
text-decoration: none; 
color: #ffffff;
background-color: red;
 
}
#to_top.affix-top{
	position: absolute; /* allows it to "slide" up into view */
    top: -82px;
    right: 10px;
}
#to_top.affix {
    bottom:60px;
	right:20px;
    z-index: 9999 !important;
}


/*Untuk hover pointer sorter table*/
.js-sorter-desc, .glyphicon glyphicon-chevron-down pull-right:hover {  
    cursor:pointer;
}

.js-sorter-asc, .glyphicon glyphicon-chevron-up pull-right:hover {
    cursor:pointer;
}

.connect-grid {
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
}

.disable > a {

}

.connect-grid > .a-refresh,
.connect-grid > .a-check-square-o,
.connect-grid > .a-file,
.connect-grid > .a-filter {
    display: inline-block;
    color: #fff;
    margin: 0px 2px;
    line-height: 20px;
    background-color: #034f84;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
	padding:6px;
}

.connect-grid > a:hover{
	background-color: #4c6a92;
	border:2px solid #34495e;
	padding:4px;
	cursor:pointer;
}

.disable {
    background-color: #bdc3c7;
}

.ts-row-section, .ts-row-fixed {
    font-size:13px;
}

.nav-tabs > li.active > .hov, .nav-tabs > li.active > .hov:focus, .nav-tabs > li.active > .hov:hover {
    text-decoration-color: red;
	color: #333;
    cursor: default;
    background-color: #ecf0f1;
    border-width: 0px;
    border-style: solid;
    border-top: 5px solid;
    border-color: #034f84 #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 6px 0px 0px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.nav > li > .hov:hover, .nav > li > .hov:focus, .nav:hover > .hov, .nav:focus > .hov {
    color:#2c3e50 !important;
    text-decoration: none;
    background: none repeat-x scroll 0% 0% ;
    border-left-width: 0px;
    border-right-width: 0px;
    padding-bottom: 11px;
    padding-left: 16px;
    border-top: 5px solid #7f8c8d;
    border-left: 1px solid #fff;
}

 .nav-tabs > li > .hov {
    margin-right: 0px;
    line-height: 1.42857;
    border-top: 5px solid #bdc3c7;
    border-radius: 0px 0px 0px 0px;
    border-left: 1px solid #fff;
    color:#2c3e50 !important;
    //padding-left: 14px;
}

.nav-tabs > li > a:hover{
    border:0px;
}

.to-per{
    position: relative;
    left: 18px;
    top: 6px;
}


/*Untuk jarak bawah ON/OFF*/
.col-md-3 > .checkbox-slider-info{
    margin-bottom:3px;
    margin-top:3px;
}


#modal_main_check_lister_container > #modal_main_check_lister {
    padding:10px;
}

.activated > .checkbox-slider--b-flat input + span:after{
	top:7px;
}

.modal_main_legend_isopen .table tr th{
    font-size:13px;
    text-align:center;
}

/*fixed field table*/
.mst-dealer{
    margin: auto;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1264px;
}

#modal_main_check_lister_container{
    /*font-size:10px;*/
}


/* untuk penjualan barang */
.hga{
	background:#fff;
	width:100%;
	max-width:300px;
	position:relative;
	margin:auto;
	top:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:4px;
	-webkit-box-shadow: 0 0 20px #666666;
	-moz-box-shadow: 0 0 20px #666666;
	box-shadow: 0 0 20px #666666;
	z-index:0;
	overflow:hidden;
	transition: 0.5s all ease-in-out;
}

@media screen and (min-width:630px){
	.hga{
		float:left;
		margin-left:20px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:640px){
	.hga{
		float:left;
		margin-left:25px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:650px){
	.hga{
		float:left;
		margin-left:30px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:660px){
	.hga{
		float:left;
		margin-left:30px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:670px){
	.hga{
		float:left;
		margin-left:35px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:680px){
	.hga{
		float:left;
		margin-left:40px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:690px){
	.hga{
		float:left;
		margin-left:45px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:700px){
	.hga{
		margin-left:15px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:710px){
	.hga{
		margin-left:20px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:720px){
	.hga{
		margin-left:25px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:730px){
	.hga{
		margin-left:30px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:740px){
	.hga{
		margin-left:35px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:750px){
	.hga{
		margin-left:40px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:760px){
	.hga{
		margin-left:45px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:800px){
	.hga{
		margin-left:70px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:900px){
	.hga{
		margin-left:17px;
		max-width:200px;
		transition: 0.5s all ease-in-out;
	}
}


/* untuk penjualan barang */
.sales-package{
	background:#fff;
	width:100%;
	max-width:300px;
	position:relative;
	margin:auto;
	top:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:4px;
	-webkit-box-shadow: 0 0 20px #666666;
	-moz-box-shadow: 0 0 20px #666666;
	box-shadow: 0 0 20px #666666;
	z-index:0;
	overflow:hidden;
	transition: 0.5s all ease-in-out;
    height:320px;
}

@media screen and (min-width:630px){
	.sales-package{
		float:left;
		margin-left:20px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:640px){
	.sales-package{
		float:left;
		margin-left:25px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:650px){
	.sales-package{
		float:left;
		margin-left:30px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:660px){
	.sales-package{
		float:left;
		margin-left:30px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:670px){
	.sales-package{
		float:left;
		margin-left:35px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:680px){
	.sales-package{
		float:left;
		margin-left:40px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:690px){
	.sales-package{
		float:left;
		margin-left:45px;
		max-width:260px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:700px){
	.sales-package{
		margin-left:15px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:710px){
	.sales-package{
		margin-left:20px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:720px){
	.sales-package{
		margin-left:25px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:730px){
	.sales-package{
		margin-left:30px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:740px){
	.sales-package{
		margin-left:35px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:750px){
	.sales-package{
		margin-left:40px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:760px){
	.sales-package{
		margin-left:45px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:800px){
	.sales-package{
		margin-left:70px;
		max-width:300px;
		transition: 0.5s all ease-in-out;
	}
}

@media screen and (min-width:900px){
	.sales-package{
		margin-left:17px;
		max-width:308px;
		transition: 0.5s all ease-in-out;
	}
}

/* untuk garis tepi form add new dan form search pada report */
.panel-addnew-search{
    border:1px solid #034f84;
}

/* untuk background form add new dan form search pada report */
.background-addnew-search{
    background:#f5f5f5;
}

.thumbnail {
    margin-bottom:0px;
    height:320px;
}

/* untuk tombol show pada checklister */
.show-hide-1-row, .show-hide-2-row, .show-hide-3-row, .show-hide-4-row, .show-hide-5-row, .show-hide-6-row,
.show-hide-picker-2-row, .show-hide-picker-3-row {
    position:relative;
}

.show-hide-1-row {
    top:2px;
}

.show-hide-2-row {
    top:16px;
}

.show-hide-3-row {
    top:30px;
}

.show-hide-4-row {
    top:45px;
}

.show-hide-5-row {
    top:55px;
}

.show-hide-6-row {
    top:70px;
}

.show-hide-picker-2-row {
    top:25px;
}

.show-hide-picker-3-row {
    top:30px;
}

.panel-modal-scm {
    border-color: #C0392B;
}

.panel-modal-scm > .panel-heading {
    color: #FFF;
    background-color: #C0392B;
    border-color: #C0392B;
}

/*color background flat*/

.emerald {
    background:#2ecc71;
}

.alizarin {
    background:#e74c3c;
}

.sun-flower {
    background:#f1c40f;
}

.carrot {
    background:#e67e22;
}

.panel-popup {
    border: 1px solid #C0392B;
}


.panel-popup > .panel-heading {
    color: #FFF;
    background-color: #C0392B;
    border-color: #C0392B;
}

.label-popup {
    background-color: #e74c3c;
}


.btn-addnew-search {
    margin: 10px 10px -20px 0px;
}

.alert-ket {
    padding:0px !important;
}

.search-plus{
    cursor:pointer;
    color:#E74C3C;
    float: right;
    position: relative;
    right: 7px;
    top: 10px;
}

/* lebar input type in grid */
/* lebar input type in grid */
.width-sm {
    width:70px;
}
.width-md {
    width:140px;
}
.width-lg {
    width:200px;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}

.checkboxx {
    padding-top:0px;
}


.checkboxx label {
    margin-bottom: 5px;
    margin-left: 19px;
    padding-left: 0px;
    /*
    position: relative;
    bottom: 4px;
    left: 3px;
    */
}

.panel-warning > .panel-heading {
    background:#034f84;
    opacity: 0.7;
    color: #fff;
    border-color:#034f84;
}

.panel-warning{
    border-color: #034f84;
}

.panel-body{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.background-map > .panel-body{
    background : #4e83a9;
}

.alert-warning {
    color: #000;
    background-color: #ff9d11;
    border-color: #FAEBCC;
    opacity: 0.7 !important;
}


.background-header-menu{
	background:#91A8D0;
}

.nav > li > a:hover, .nav > li > a:focus, .nav:hover > a, .nav:focus > a {
    background-image: linear-gradient(to bottom, #034F84, #034F84);
}

/*ICON ANIMATION*/
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.back-to-top, .back-to-bottom, .back-to-center {
    position:fixed;
    bottom:20px;
    right:-4px;;
    height:40px;
    width:40px;
    background:#91A8D0;
    opacity:0.6;
    cursor:pointer;
    color:#fff;
    text-align:center;
    vertical-align:middle;
}

.back-to-top {
    bottom:350px;
    border-top-left-radius: 10px;
}
.back-to-bottom {
    bottom:270px;
    border-bottom-left-radius: 10px;
}
.back-to-center {
    bottom:310px;
    /*border-bottom-left-radius: 10px;*/
}

.col-md-8 > .no-border {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 0px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.upload-image-create-po-hotline {
    height: 182px;
    width: 100%;
    background: none repeat scroll 0% 0% #BDC3C7;
    position: relative;
}

.upload-image-create-po-hotline-btn {
    position:relative;
}

.label-stnk {
    position: relative;
}

.upload-image-create-po-hotline-ktp {
    height: 182px;
    width: 100%;
    background: none repeat scroll 0% 0% #BDC3C7;
    position: relative;
}

.upload-image-create-po-hotline-btn-ktp {
    position:relative;
}

.label-ktp {
    position: relative;
}

.upload-image-news {
    height:182px;
    width:182px;
    background:#bdc3c7;
    position:absolute;
    bottom:120px;
    right:100px;
}

.upload-image-news-btn {
    position:absolute;
    bottom:305px;
    right:100px;
}

.upload-image-newsdetail {
    height:182px;
    width:182px;
    background:#bdc3c7;
    position:absolute;
    bottom:126px;
    right:8px;
}

.upload-image-newsdetail-btn {
    position:absolute;
    bottom:310px;
    right:9px;
}

sup > .label-warning {
    color:#000;
}

table{
	font-size:13px;
}

.control-label{
	font-size: 13px;
}

.panel-heading{
	font-size: 14px;
}


@media screen and (max-width:767px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
}
/*@media screen and (max-width:600px) {
    .upload-image-create-po-hotline {
        height:182px;
        width:182px;
        background:#bdc3c7;
        position:relative;
        bottom:86px;
        right:-2px;
    }

    .upload-image-create-po-hotline-btn {
        position:relative;
        bottom:270px;
        right:-2px;
    }
}
    */
    
    
    