/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 31, 2016, 5:11:52 PM
    Author     : Ronald
*/
.ct-era-admin-approve{
  background-color: yellow;
}

.ct-era-principal-approve{
  background-color: green;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.remove-margin{ margin:0; padding:0; box-sizing:border-box; }

.little-column{
  width: 5%;
}

.input-text-number{
  text-align: right;
}

.font-bold{
  font-weight: bold;
  font-size: large;
}

.dropdown{
  position: static;
}

.color-primary-approve{
  background-color: #99e699;
}

.color-primary-realisasi{
  background-color: #ffd280;
}

.loader-image{
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) 
              url('../image/pIkfp.gif') 
              50% 50% 
              no-repeat;
}