/*
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;
}

.input-group-pin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append {
  margin-left: -1px;
}
.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-pin>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-text {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 0.25rem;
}

.fa-eye:before {
  width: 100%;
}

.fa-sm {
  font-size: 1.1em;
}

.info-materai {
  font-size: large;
  margin-right: 5px;
}

.label-approval {
  border-radius: 3px;
  padding: 3px;
  letter-spacing: .9px;
  text-transform: uppercase;
	color: #fff!important;
}

.pincode-input-container {
  width: 50%;
}

.pincode-input-container input.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pincode-input-container input.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pincode-input-text, .form-control.pincode-input-text {
  text-align: center;
  flex-grow: 1;
}

.pincode-input-text-masked {
  font-family: pincode-input-mask;
}