@import "nav.css"; 
@import "bg.css"; 
body{
	/*font-size: 13px;*/
	margin: 0px;
	/*background-color: #EEE;*/
}

footer{
	background-color:#333333;
	color: #fff;
}

.kotak {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

table{
	font-size: 12px;
}

.panel, .panel-body {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*===LOADING PAGE ===*/

#hidden {
    display:none
}
#progress-bar {
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    width:0;
    height:5px;
    background-color:#4aa6e7
}
#loading {
    position:fixed;
    z-index:1500;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #262626 url('../img/loading2.gif') no-repeat center;
}