/* MODIFIED BOOTSTRAP */

body {
  padding-top: 3.5rem;
}

/* MODIFIED CSS */

.logo {
    text-align: center;
}

.errors {
    color:#df2227;
    font-size:12px;
}

.panel-footer{
    font-size: 11px;
    text-align: right;
    background-color: #fff;
}

.form-loading{
    margin-top: 250px;
}

.versi {
    float: right;
}

.versi p {
    margin-right: 5px;
}

.logo{
    float: left;
}

.logo p{
    margin-left: 5px;
}

.footversion {
    height: 30px; text-align: right; margin-right: 10px;
}

div.flash-error, div.flash-notice, div.flash-success, div.flash-warning
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
    text-align: center;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-warning
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-warning a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

.widthgrid{
    width:1000px;height:auto;
}

.combowidth {
    width: auto;
}

.datagrid-filter{
    background-color: #FAFAFA;
}

.input-text {
    width: 400px;
}

.input {
    background-color:transparent;
    border: 0px solid;
    height:30px;
    width:400px;
}
.input:focus {
    outline:none;
}   

.footergrid{
    float: left;
}

#sortby {
    height:25px;
    width: auto;
}

span.required{content: "*"; color: red;}

#toolbar #search{
    float:right;
}

.leftbar{
    margin-left: 30px;
}

.huruf {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	width:100%;
}

.biru {
	background-color:#ADC4FA;
	text-align:center;
	font-size:20px;
}

.merah {
	background-color:#FFB09F;
	text-align:center;
	font-size:20px;
}

.kuning {
	background-color:#FBFB8E;
	text-align:center;
	font-size:20px;
}

.hijau {
	background-color:#B3FB8F;
	text-align:center;
	font-size:20px;
}

.angka{
	font-size:40px;
}