.btn-file {
        position: relative;
        overflow: hidden;
}
.btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
}

.footer-table{
	padding-top:5px !important;
	padding-bottom:15px !important;
	margin-top:0px !important;
	background:none !important;
}






			.versi{
				font-size:12px !important;
			}
			body{ margin-top:50px; background:#F5F8FA; }
			.nav-arrow{
				margin-right:0px !important;
			}
			
			.row{
				margin-left:-5px !important;
				margin-right:-5px !important;
				margin-bottom:15px !important;
			}
			
			.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
				padding-left:5px !important;
				padding-right:5px !important;
			}
			
			.container{
				padding-left:5px !important;
				
			}
			.navbar-right{
				margin-right:-5px !important;
			}
			
			a.link{
				color:#3570AB !important;
			}
			a.link:hover{
				color:#3570AB !important;
				text-decoration:underline !important;
			}
			
			a.global-action{
				border-bottom: 4px solid transparent;
				transition: all 0.15s ease-in-out 0s;
				color:#9E9B9B;
			}
			
			a.global-action:hover,a.global-action.active{
				border-bottom: 4px solid #EA1A42;
				color:#343232;
			}
			
			.row-line{
				border-bottom:1px solid #DDD;
			}
			
			.breadcrumb {
				padding: 12px 15px !important;
				margin-bottom: 0px !important;
				background-color:transparent;
			}
			
			li.global-action-child a{
				border-left: 4px solid transparent;
				transition: all 0.15s ease-in-out 0.0s;
				font-size:24px;
				color:#9E9B9B;
			}
			
			li.global-action-child a:hover,li.global-action-child.active a{
				border-left: 4px solid #EA1A42;
				font-size:24px;
				color:#343232;
			}
			
			.transbox {
				background-color: #ffffff;
				opacity: 0.6;
				filter: alpha(opacity=60); /* For IE8 and earlier */
			}
			
			.link-intro{
				color:#FFFCFC;
			}
			.link-intro:hover{
				color:#FFFCFC;
				text-decoration:underline;
			}
			
