
.right-nav{
	float:right;}
.left-nav{
	float:left;	}
	
/* form */
.form-input .widget-content{margin-top: 20px;}
.form-input .alert{margin: 10px;}
.input{line-height:normal;}
.input2{line-height:normal;margin-bottom:10px;}
.input2 label,
.input2 .input-container{float:left;height: 30px;line-height: 30px;}
.input2 label{width:130px;margin:0;}
.input-container{
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.input-container input,
.input-container select,
.input-container textarea,
.input-container p{float:left;}
.input-container .icon{float:left;}
.input-container .icon{
	border-right: 1px solid #CCCCCC;
	display: block;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 35px;
}

.input-container i[class^="icon-"], 
.input-container i[class*="icon-"]{}

.input-container p,
.input-container input,
.input-container select,
.input-container textarea,
.input-container input:focus,
.input-container select:focus,
.input-container textarea:focus{
	background: #FFFFFF;
	border: medium none;
	height: 100%;
	padding: 0 5px;
	width: 350px;
}

.input-container input:after,
.input-container select:after,
.input-container textarea:after,
.input-container p:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.widget-container .form-input-bottom{
	background: none repeat scroll 0 0 #DDDDDD;
	border-top: 1px solid #CDCDCD;
	padding: 10px 12px;
	box-shadow: 0 50px 50px -20px rgba(255, 255, 255, 0.9) inset;
}
.form-input-bottom .button{ margin-right:5px; }
.form-input-bottom input[type=submit]{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	
	box-shadow: 0 0 0 transparent;
}

p.inputCheckbox{margin-bottom:10px;}
p.inputCheckbox label,
p.inputCheckbox input{display: inline;}


/* widget */
.widget-small{width:280px;}
.widget-small,
.widget-def{float:left;}

.widget-left .widget-container{margin-right:10px;}
.widget-right .widget-container{margin-left:10px;}


.widget-container{
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #CDCDCD;
	clear: both;
	margin-bottom: 16px;
	position: relative;
}
.widget-title{
	position: relative;
	border-bottom: 1px solid #CDCDCD;
	height: 36px;

	background: none repeat scroll 0 0 #EFEFEF; /* Old browsers */
	background: linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
	background: -o-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
	background: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
	background: -webkit-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
	background: -ms-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);

	background: -webkit-gradient(
		linear,
		left center,
		left top,
		color-stop(0, #FDFDFD),
		color-stop(1, #EAEAEA)
	);
}
.widget-title span[class^="icon-"],
.widget-title h5{
	height: 36px;
}
.widget-title i[class^="icon-"]{
	border-right: 1px solid #CDCDCD;
	color: #666666;
	float: left;
	font-size: 14px;
	line-height: 36px;
	padding: 0 13px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.widget-title h5 {
    color: #666666;
	text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 12px;
    margin: 0;
	line-height: 38px;
	text-transform: capitalize;
}
.button {
	background: #E6E6E6;	
	border: 1px solid rgba(0, 0, 0, 0.15);
	float: right;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	margin: 6px 6px 6px 0;
	box-shadow: 0 20px 20px -10px #FFF inset;
}
.button.active, 
.button:hover {
	box-shadow: 0 0 0 0 transparent;
}
.button a{
	padding: 0 10px;
	color: #666;
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	text-transform: capitalize;
}
.button.active a,
.button.active i[class^="fa fa-"]{
	color: #444;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
}
.button i[class^="fa fa-"]{
	border-right: medium none;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	padding: 0;
	float: none;
	color: #666;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
.widget-content{padding: 12px;}
.widget-content .image-holder{width: 200px;}
.widget-content .image-holder:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.m-button{}
.m-button ul{list-style:none;float:right;}
.m-button li{
	background: #EFEFEF;
	border: 1px solid #CDCDCD;
	border-right: none;
	float: left;
	box-shadow: 0 20px 20px -20px #FDFDFD inset;
}
.m-button li:first-child{border-radius: 5px 0 0 5px;}
.m-button li:last-child{border-radius: 0 5px 5px 0;border-right:1px solid #CDCDCD;}
.m-button span{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: block;	
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	cursor: pointer;
}
.m-button .active{
	background: #eaeaea;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.m-button .active span{
	color: #666;
}
.m-button i[class^="icon-"]{font-size: 14px;margin-right:5px;}


/* ---- Tree ---- */
.menu-tree{
	margin: 0;
}
.menu-tree ul{
	list-style-type:none;
	margin-left: 0px;
	
	
}
.menu-tree ul.parent{
	margin:0 0 0 5px;
	padding-left:0px;
}
.menu-tree ul li{
	padding:1px 0 1px 5px;
	
}
.menu-tree ul li.parent{
	padding:0;
}
.menu-tree ul li  a{	
	color:#000;
	border:none;
	display:inline;
}
.menu-tree img{
	margin:0 7px 0 0;
}
a.main-parent{
	display:inline-block;
	padding:5px;
	color:#000;
}
span.main-parent{
}

.inner-tabs .tabs-title{
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	box-shadow: 0 25px 25px -25px #FFFFFF inset;
	margin: 0 -8px -2px;
	padding:0;
}
.inner-tabs .tabs-title li{float:left;border-right: 1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;float: left;list-style-type:none;}
.inner-tabs .tabs-title li:hover{background:#eee;}
.inner-tabs .tabs-title li.current{background:#F9F9F9;border-bottom:1px solid #fff;}
.inner-tabs .tabs-title a{
	color: #666;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.inner-tabs .tabs-title .current a{color: #333;}
.inner-tabs .tabs-content{
	background:#F9F9F9;
	border: 1px solid #DDDDDD;
	margin: 0 -8px -5px;
	padding: 10px;
}
.none{
	display:none;}

.first{
	color:#000;margin-right:3px;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4f4f4 0px, #eaeaea 100%) repeat-x scroll 0 0 #f4f4f4;
    border-color: #ddd #ddd #cecece;
	-moz-user-select: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	}
.last{
	color:#000;margin-left:3px;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4f4f4 0px, #eaeaea 100%) repeat-x scroll 0 0 #f4f4f4;
    border-color: #ddd #ddd #cecece;
	-moz-user-select: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
.prev{
	color:#000;margin-right:3px;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4f4f4 0px, #eaeaea 100%) repeat-x scroll 0 0 #f4f4f4;
    border-color: #ddd #ddd #cecece;
	-moz-user-select: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	}
.next{
	color:#000;margin-left:3px;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4f4f4 0px, #eaeaea 100%) repeat-x scroll 0 0 #f4f4f4;
    border-color: #ddd #ddd #cecece;
	-moz-user-select: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
.current{
	padding-right:10px;font-weight:bold;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4b254 0px, #f3a537 100%) repeat-x scroll 0 0 #f4b04f;
    border-color: #f19a1f #f19a1f #e38b0e;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color:#fff;
	}
.current-next{
	margin: 0 3px;
	font-weight: 400;
    line-height: 15px;
    outline: 0 none !important;
    padding: 7px 12px;
    text-shadow: none;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f4f4f4 0px, #eaeaea 100%) repeat-x scroll 0 0 #f4f4f4;
    border-color: #ddd #ddd #cecece;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	}
.next-last,.last-last,.first-last,.prev-last{
	color:#fff	}
	
.sortable{margin-top: 12px;}
.sortable ul{margin:3px;padding:0}
.sortable li{
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	cursor: move;
	
	margin-bottom: 3px;
	box-shadow: 0 30px 30px -10px rgba(255, 255, 255, 0.7) inset;
	list-style-type:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.sortable h4{margin:0;display:inline-block;font-weight:bold;font-size:12px;text-transform:capitalize;line-height: 30px;margin-right: 10px;}
.sortable li i[class^="fa-"],
.sortable li i[class*=" fa-"]{
	border-right: 1px solid #DDDDDD;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
	display: inline-block;
}

/* file upload */

.upload-file{
	background: url(../../img/cloud-upload.png) no-repeat scroll center center #F2F2F2;
	border: 1px solid #CCCCCC;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.upload-file .preview{
	display: block;
	height: 100%;
	overflow: hidden;
}
.upload-file .preview div{
	height: 100%;
	text-align: center;
}
.upload-file img{
	height: 100%;
	border: none;
}
.upload-file span.bg-transparent{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.upload-file-input{
	position: absolute;
	top: -25px;
	right: 2px;
	z-index: 100;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.upload-file:hover .upload-file-input{
	top: 2px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.upload-file:hover  span.bg-transparent{background: rgba(255, 255, 255, 0.5);}
.upload-file-input a,
.upload-file-input .button{
	border: 1px solid rgba(0,0,0,0.15);
	float: right;
	height: 22px;
	line-height: 22px;
	width: 22px;
	color: #fff;
	margin-left: 2px;
}
.upload-file-input a.delFile{background: #B22222;}
.upload-file-input a.restoreFile{background: #6B8E23;}
.upload-file-input .button{
	background: #4682B4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	box-shadow: 0 0 0 transparent;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.upload-file-input a.delFile:hover{background: #a31f1f;}
.upload-file-input a.restoreFile:hover{background: #638320;}
.upload-file-input .button:hover{background: #4077a4;}
.upload-file-input button{
	border: 1px solid transparent;
	height: 20px;
	width: 100%;
	color: #fff;
}
.upload-file-input button{
	background: none;
	padding: 0;
	margin: 0;
}
.upload-file-input input[type=file]{ cursor: pointer; }
.upload-file-input [class^="icon-"], [class*=" icon-"]{}

.successUpload, .errorUpload{
	padding:4px;
	margin:0 0 5px 0;
}
.successUpload{color:#666600;}
.errorUpload{
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	font-size: 12px;
	margin: 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.putih{
	color:#fff;}
	
.lap_table{
	border:1px solid #000;	}
.lap_table th{
	text-align:center;padding:5px;border-right:1px solid #000;border-bottom:1px solid #000;	}	
.lap_table td{
	padding:5px;border-right:1px solid #000;border-bottom:1px solid #000;}
	
	
	
td,th{
	 font-size: 16px;	}
.btn{
	font-size: 14px;	}
.text-xs{
	font-size: 14px;}
label{
	font-size: 14px;}
.panel-title{
	font-size: 16px;}
.form-control{
	font-size: 14px;	}
		
		
#main-navbar li a {
    font-size: 15px;
    
}	

.modal-content {
   
    font-size: 15px;
}

.judulbesar{
	padding-top:40px;color:#000;display:block;font-size:16px;}
	
.mm-text{
	text-transform: uppercase;
font-size: 11px;
font-weight: 600;}
	
@media (max-width: 600px) {
	.tekstom{
		display:none}
	.judulbesar{
		padding-top:10px;}
}	

@media (min-width: 600px) {
	.spesial{
		margin:0 0 0 150px;top:-5px}
}		