/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body
	{
		background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	}

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 2px solid #828282;
	width: 120px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* start navigation */
.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a {
  line-height: 28px;
}
.navbar-default .navbar-brand  {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 12px;
  letter-spacing: 1px;
}


/* main section */
#main {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f0f0f0;
  min-height: calc(100vh - 110px);
}
#main {
  text-align: center;
}
#main h3 {
  font-size: 18px;
  line-height: 4px;
}
#main h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#main .col-md-4 {
 padding-top: 42px;
}

#main {
  padding-top: 80px;
  padding-bottom: 100px;
}
#main .col-md-8 {
  margin-bottom: 32px;
}
#main .form-control {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #188206;
  transition: all 0.4s ease-in-out;
}
#main .form-control:focus {
  border-color: #faffbb !important;
}
#main .table-control, #main .row-data .unit_label {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
}
#main .row-data .unit_label{
  padding-top: 10px;
}
#main .row-data{
  padding: 0 !important;
}
#main .table_command{
  width: 50px;
  margin-left: 0;  
}
#main .info{
  border-color: #faffbb;
  background: #faffbb;
  border-radius: 10px;
}
#main .help-block, #main .checkstatus, #striped-table {
  text-align: left !important;
}
.has-error input, .has-error textarea {
  border-color: #a94442 !important;
}
#main input, #main select {
  height: 40px;
}
#main .checkstatus input[type="checkbox"]{
  height: 35px;
  width: 35px;
  color: #188206;
}
#main .checkstatus label{
  height: 40px;
  font-size: 18px;
  line-height: 4px;
  color: #188206;
  vertical-align: text-top;
  padding: 20px 20px 20px 0;
}
.unit_label{
  color: #188206;
  margin: 20px 100% 20px 0;
}
#total_fund{
   color: #188206;
  font-weight: bold;
}
#main input[type="submit"], .button-link {
  background: #00340a;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
  color: #ffffff;
}
#main input[type="submit"]:hover, .button-link:hover {
  background: #999;
  color: #ffffff;
}
.button-link {
  color: #fff;
  padding: 12px;
  font: inherit;
  font-size: 14px;
  width: 80%;
  transition: all 0.4s ease-in-out;
}


/* copyright section */
#copyright {
  background: #343434;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  height: 110px;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #9e2406;
}