/*Navigasi menu*/
.nav li.dropdown ul.dropdown-menu li:HOVER ul {
	display:block;
	position:absolute;
	left:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav li.dropdown ul.dropdown-menu ul {
	display: none;
	float:right;
	position: relative;
	top: auto;
	margin-top: -30px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.control-label
{
	text-align: left !important;
}

.panel-heading
{
	font-weight: bold;
}
/*default formatting for table*/
table thead th
{
	text-align: center;
	vertical-align: middle !important;
}
.table-white
{
	background-color: white;
}

/*Update Tab Bootstrap*/
.nav-tabs > li > a {
	font-size: 8pt;
	padding: 5px 5px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

textarea
{
	resize:none;
}

.asterik
{
	color:red;
	font-size:16px;
}


@media (min-width: 768px) {
	.ac-form{
		width:370px;
		margin:100px auto; 
	}
}
.ac-form .search-input, .ac-form .search-submit {
	padding:15px;
	display: inline-block;
	border:0;
	font-size: 15px;
	font-family: 'cambria', serif;
}
.ac-form .search-input:focus, .ac-form .search-submit:focus {
	outline: none;
}
.ac-form .search-input {
	width: 80%;
}
.ac-form .search-submit {
	width: 20%;
	background-color: #FF3337;
	cursor: pointer;
	color:#fff;
}

/*  Styling Data sugesti */

ul.ui-autocomplete {
	width: auto;
	border:none;
}
ul.ui-autocomplete li.ui-menu-item {
	font-weight: 100 !important;
	font-size: 17px;
	padding:10px;
}
ul.ui-autocomplete li.ui-menu-item:hover {
	background-color: #333;
	color:#fff;
	border:0;
	font-weight: 100 !important;
}

.akordion {
	background: #70b39a !important;
}

.akordion1 a {
	text-decoration: none !important;
	font-weight: bold
}

.akordionHome a {
	text-decoration: none !important;
	
}

.heightHome {
	height: 300px; overflow: auto;
}

.heightHome1 {
	height: 297px; overflow: auto;
}

.tanggal {
	text-align: center;
	font-weight: bold;
}

.akor, tr{
	padding: 0px !important;
	margin: 0px !important
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}
/*.modal-message .modal-dialog {
    width: 300px;
}*/
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 10px;
    padding: 0 20px;
    /*text-align: center!important;*/
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}
.modal-message .modal-header .fa, 
.modal-message .modal-header 
.glyphicon, .modal-message 
.modal-header .typcn, .modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-message.modal-success .modal-header {
    color: #737373;
    border-bottom: 3px solid #A60121;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

/*.global_atas{margin-bottom: 20px;}*/
.global_check{width:20px;padding-bottom: 10px;}
.global_label{width:150px;padding-bottom: 10px;}
.global_text{padding-bottom: 10px; padding-right: 20px}

.cek_lock{
	width:50px;
}

#dvLoading
{
   position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/preloader.gif') 50% 50% no-repeat #ffffff;
}

.tabel_keterangan tr td{
	border: none !important;
}

/*.hilang_scroll2 {
    margin-right: -10px;
    margin-left: -10px;
}*/

.hilang_scroll {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
