body{
	background: url('../img/bg.png') repeat-x;
	/*font-family: 'Noto Sans', sans-serif;*/
    /*font-family: "Trebuchet MS", Helvetica, sans-serif !important;*/
	/*font-family:Tahoma, Geneva, sans-serif;*/
	background-color: #f8f8f8;
	/*font: 13px/20px normal Helvetica, Arial, sans-serif;*/
}
/* Begin New */
.new{
	color: #f7c800;
	font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/* End Of New */
.widget-no-scroll{
	position: fixed;
	top: 35%;
	z-index: 4001;
	right: 0px;
}
.widget{
	width: 75px;
	height: auto;
	background-color: #f7c800;
	color: #FFF;
	list-style: none;
	padding: 0px 5px 10px 5px;
	border-radius: 2px 0px 0px 2px;
}
.widget .icon {
	padding-top: 12px;
}
.widget li {
	padding-top: 0px;
	text-align: center;
	line-height: 18px;
}
.widget li a {
	color: #333;
	font-size: 11px;
	font-weight: bold !important;
}
.row{
	margin-left: 0px;
	margin-right: 0px;	
}
.bar{
	background: #04609f;
	float: left;
	padding: 0px 30px;
}
.container, .container-fluid { 
	width: 1000px !important; 
	padding-left: 0px;
	padding-right:  0px;
	box-shadow: 0px 0px 2px #CCC;
}
.wrapper{
	width: 1000px !important;
}
.main-content{
	padding: 10px 0px !important;
	background-color: #FFF;
	min-height: 550px;
	margin-top: -40px;
	border-bottom: solid #0191f2 5px !important;		
}
/* Begin Bar */
.bar .logo{
	padding: 0px;
}
.bar .menu{
	text-transform: uppercase;
	font-size: 11px;
}
.bar .menu ul{
	list-style: none;
}
.bar .menu ul li{
	display: inline;
	text-align: center;
	padding: 0px;
	line-height: 55px;	
}
.bar .menu ul li .separator{
	float: right;
	color: #ededed;	
	margin-top: -2px;
}
.bar .menu ul li a{
	color: #ededed;	
}
.bar .menu ul li.active a{
	color: #f7c800;
}

.bar .social{
	padding: 0px;
	height: 10px;
}
.bar .social ul{
	list-style: none;
	padding: 0px 5px;
}
.bar .social ul li{
	line-height: 45px;	
}
.bar .social ul li a{
	padding: 0px;
	margin: 0px 6px;
}
/* End of Bar */
/* Begin Header */
.header{
	background: url('../img/bg-header-blue.png') repeat-x;
	min-height: 220px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 10px #04619f;
	margin-bottom: 5px;
}
.header .description{
	margin: 10px 0px;
	padding-left: 10px;	
}
.header .description h4{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 5px 0px;
}
.header .description h2{
	font-size: 26px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 5px 0px;
}
.header .description .description-text{
	margin: 20px 0px;	
	font-size: 18px;
	/*line-height: 20px;*/
	color: #FFF;
}
.carousel-inner>.item{
	text-align: center;	
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: inline;
}
.header .button-area{
	
}
.header .button-area a{
	background: #f7c800;
	padding: 10px 25px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	float: left;
}
.header .button-area .separator{
	border-right:1px #333 solid;
	float: left;
	height: 40px;
	margin: 0px 25px;
}
/* End of Header */
/* Begin Header 2 */
.header-2{
	background: url('../img/bg-header-2.png') repeat-x;
	margin: -45px 0px -35px 0px;
	padding: 0px;
	text-align: center;
	background: #ededed;
	height: 300px;
}
/* End of Header */
.content{
	padding: 0px 5px;
}

/* Begin Form Transaksi */
.content .form-transaksi{
	padding: 0px;
}
.content .form-transaksi .nav-tabs>li{
	margin-bottom: 0px;
	text-align: center;
}
.content .form-transaksi .nav-tabs>li>a .caption{
	float: left;
	line-height: 25px;	
	width: 100%;
}
.content .form-transaksi .nav-tabs>li>a img{
	float: left;
	
}
.content .form-transaksi .nav-tabs>li>a{
	border-radius: 0px;
	border-left: solid 1px #38b0ff;
	border-right: solid 1px #0091f1;
	border-top: solid 1px #0091f1;
	border-bottom: solid 1px #0091f1;
	background-color: #0091f1;
	margin-right: -1px;
	text-transform: uppercase;
	float: left;
	color: #FFF;
}
.content .form-transaksi .nav-tabs{
	border-bottom: 10px	solid #f7c800;
}
.content .form-transaksi .nav-tabs>li.active>a, 
.content .form-transaksi .nav-tabs>li.active>a:hover, 
.content .form-transaksi .nav-tabs>li.active>a:focus {
	background-color: #f7c800;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	border: solid 1px #f7c800;
	margin-top: 0px;
}
.content .form-transaksi .tab-content{
	border: solid 1px #f7c800;
	background-color: #FFF;	
}
.content .form-transaksi .tab-content .tab-pane{
	/*min-height: 500px;*/
}
.content .form-transaksi .tab-content .tab-pane .caption{
	color: #38b0ff;
}
.content .form-transaksi .tab-content .tab-pane .caption h2{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 60px;
}
.content .form-transaksi .tab-content .tab-pane .content, .content .form-transaksi .tab-content .tab-pane .info{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.content .form-transaksi .tab-content .tab-pane .content p.form-control-static {
	color: #00395e;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;	
}
.content .form-transaksi .tab-content .tab-pane .content label.control-label{
	color: #00395e;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;
}
.content .form-transaksi .tab-content .tab-pane .info div{
	padding: 0px !important;
}
.content .form-transaksi .tab-content .tab-pane .info div img{
	text-align: center;
}
/* End Of Transaksi */

/* Begin Of Promo */
.content .promo{
	padding-right: 0px;
	color: #FFFFFF;
}
.content .promo .bar{
	background-color: #0191f2;	
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding: 7px 0px;

/*
	background-color: transparent !important;
	color: #0191f2;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: solid 2px #0191f2;
	padding: 7px 0px;
	text-align: right;
*/
}
/* End Of Promo */

/* Begin Log Transaksi */
.content .log-transaksi{
	padding: 0px 20px 0px 0px;
	
}
.content .log-transaksi .bar i{
	color: #333333;
}
.content .log-transaksi .bar{
/*
	background-color: transparent !important;	
	color: #0191f2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 10px #0191f2;
	padding: 7px 10px;
*/
	background-color: transparent !important;
	color: #0191f2;
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: solid 2px #0191f2;
	padding: 0px 0px;
	text-align: right;

}
.content .log-transaksi .area{
	background-color: #FFFFFF;	
	border: solid 1px #f7c800;
	margin-top: 5px;
	padding: 2px;
	min-height: 325px;
}
/* End Of Log Transaksi */

.cek-transaksi{
	padding: 20px 0px;
}
.cek-transaksi a img{
	border: 0px;
}
/* Begin Log Testimony */
.content .log-testimony{
	padding: 0px 0px 0px 20px;
	
}
.content .log-testimony .bar i{
	color: #333333;
}
.content .log-testimony .bar{
/*
	background-color: transparent !important;	
	color: #0191f2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 10px #0191f2;
	padding: 7px 10px;
*/
	background-color: transparent !important;
	color: #0191f2;
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: solid 2px #0191f2;
	padding: 0px 0px;
	text-align: right;	
}
.content .log-testimony .area{
	background-color: #FFFFFF;	
	border: solid 1px #f7c800;
	margin-top: 5px;
	padding: 2px;
}
.content .log-testimony .area #result_testi_ok{
	height: 298px;
	/*height: 320px;*/
	float: left;
	overflow-y: scroll;
	width: 100%;
}
.content .log-testimony .area .testi{
	margin: 1px 0px;
	/*border-bottom: dotted 1px #f7c800;*/
	border-bottom: dotted 1px #CCC;
	float: left;
	padding-left: 50px;
	background: url('../img/gravatar.jpg') no-repeat;
	font-size: 12px;
	width:99%;
}
.content .log-testimony .area .testi p{
	line-height: 20px;
}

/* End Of Log Transaksi */

/* Footer */
.footer{
	/*border-top: solid #0191f2 10px !important;*/
	padding: 0px 5px !important;
	background-color: #ededed !important;
	/*background-color: #FFF !important;*/
}
.footer .alamat{
	padding: 20px 0px;	
}
.footer .alamat i{
	color: #333;
	float: left;
	margin-right: 10px;
}
.footer .alamat h5{
	font-weight: bold;
	margin: 5px 0px !important;
	font-size: 14px;
}
.footer .alamat h6{
	margin: 5px 0px !important;
	font-size: 11px;
}

.footer .visitor{
	padding: 20px 0px;	
}
.footer .visitor i{
	color: #333;
	float: left;
	margin-right: 10px;
}
.footer .visitor h6{
	font-weight: bold;
	margin: 5px 0px !important;
	font-size: 11px;
}
.footer .visitor h3{
	font-weight: bold;
	margin: 5px 0px !important;
}

.footer .customer{
	padding: 20px 0px;	
}
.footer .customer i{
	color: #333;
	float: left;
	margin-right: 10px;
}
.footer .customer h4{
	font-weight: bold;
	border-right: solid 5px #0191f2;
	text-align: right;
	padding-left: 0px;
}
.footer .customer .item{
	padding: 2px 0px;	
	font-weight: bold;
	margin: 5px -1px !important;
}
.footer .customer .item i{
	float:left;
}
.footer .customer .item h6{
	font-weight: bold;
	font-size: 12px;
}
/* End Of Footer */


/* Form Style */
.date-picker{
	border: 1px solid #aaa !important;	
}
input, select, textarea{
	border-radius: 0px !important;
	/*border: solid 1px #333 !important;*/
	border: solid 1px #CCC !important;
}
label.control-label{
	text-align: left !important;
}
.info-label{
	color: #333;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;	
}
button, a{
	border-radius: 0px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	text-shadow: none !important;
}
.btn-warning{
	background-image: none;
	background-color: #f7c800 !important;
	border: solid 1px #f7c800;
	color: #00395e;
}
.btn-success{
	background-image: none;
	background-color: #5cb85c !important;
	/*border: solid px #5cb85c;*/
	color: #333;
}
.btn-default{
	background-image: none;
	background-color: #e0e0e0  !important;
	border: solid 1px #e0e0e0 ;
	color: #333;
}
.btn-lg{
	font-size: 25px;
}
.center{
	text-align: center;
}
.no-margin{
	margin: 0px;
}
p, li{
	line-height: 30px;
}
.alert, .input-group-addon, .panel-heading, .panel{
	border-radius: 0px !important;
}
/* End of form style */