/* body {
  padding-top: 70px;
  padding-bottom: 30px;
} */

/* .theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
} */
html {
  position: relative;
  min-height: 100%;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
  color: #33b6cd;
}

.form-horizontal .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  }
  
  .form-horizontal .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }
  
  .form-horizontal .form-group .help-block {
  margin-bottom: 0;
  }
  
  /*form validation*/
  
  .form-validate .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #00a0df;
  font-weight: 300;
  }
  
  input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .form-validate .form-group input.error , .form-validate .form-group textarea.error, .form-validate .form-group select.error{
  border-color: #00a0df !important;
  }
  
  #nominee_form label.error {
  display: inline;
  margin:5px 0px;
  width: auto;
  color: #00a0df;
  }
  
  .form .required{
  font-size: 16px;
  color: #d9534f;
  }

  .round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
  }
 
  .img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
    margin:0 auto;
  }

  .fontstyle{
    font-size:16px;
    font-family: "FontAwesome";
    font-weight: 400;
    color: #000;
    text-align: justify;
  }
  .fontstyle h4{
    font-size:18px;
    font-family: "FontAwesome";
    font-weight: 600;
    color: #000;
  }

  .centered{
    display: block;        
    text-align: center;    
    font-weight: 300;
  }
  .font-guidline{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; 
    font-size:18px;   
    font-weight: 600;
    color:#1c629e;
  }
  .bg-4 { 
    background-color: #2f2f2f;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* .content-fill{
    height: 760px;   
    position:relative; 
  } */
  .mainHeader {
    height: 30px;
    width: 100px;
    
  }
  /* .footer{
    position:relative;
    height:100%;
    width:100%; 
    bottom:0px;
    margin-top:345px; 
  } */
    .home a img{
    width: auto;
    height: 18px;
  }
  
 
  .paragraphs{
    background-color: #f2e2c9;
    padding: 20px 10px;
    text-align:justify
  }
  .font4{
    font-size:18px; 
    font-weight: 600;
  }
  .clearfix::after {
    
    clear: both;   
    overflow: auto; 
  }
  .textdecoration{
    text-decoration: none;
    color: #d9534f;
  }
  
  .font-guidln{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; 
    font-size:18px;   
    font-weight: 600;
    color:#8a0d0b;
  }
  .last_date{
    font-size:18px;   
    font-weight: 600;
    color:#d9534f;
  } 
  .hvr:hover{
    background-color:#fff;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.19), 0 6px 6px rgba(0,0,0, 0.23);  
  }
  .marquee {
    /* width: 300px; */
    overflow: hidden;
    /* border: 1px solid #ccc; */
    font-size:18px;
    color:#d9534f;
    font-weight: 800;
    /* background: #ccc; */
  }

  /* .info-box

=================================================================== */

.info-box {

  min-height: 140px;

  margin-bottom: 30px;

  padding: 20px;

  color: white;

  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

}

.info-box i {

  display: block;

  height: 100px;

  font-size: 60px;

  line-height: 100px;

  width: 100px;

  float: left;

  text-align: center;

  margin-right: 20px;

  padding-right: 20px;

  color: rgba(255, 255, 255, 0.75);

}

.info-box .count {

  margin-top: 20px;

  font-size: 34px;

  font-weight: 700;

}

.info-box .title {

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 600;

}

.info-box .desc {

  margin-top: 10px;

  font-size: 12px;

}

.info-box.danger {

  background: #ff5454;

  border: 1px solid #ff2121;

}

.info-box.warning {

  background: #fabb3d;

  border: 1px solid #f9aa0b;

}

.info-box.primary {

  background: #20a8d8;

  border: 1px solid #1985ac;

}

.info-box.info {

  background: #67c2ef;

  border: 1px solid #39afea;

}

.info-box.success {

  background: #79c447;

  border: 1px solid #61a434;

}

/*----------------	color------------------------*/

.dark-heading-bg {

  background: #4c4f53;

  border: 1px solid #4c4f53;

}

.main-bg {

  background: #e6e8ea;

}

.white-bg {

  color : #768399;

  background : #fff;

  background-color : #fff;

}

.red-bg {

  color : #fff;

  background : #d95043;

  background-color : #d95043;

}

.blue-bg {

  color : #fff;

  background : #57889c;

  background-color : #57889c;

}

.green-bg {

  color : #fff;

  background : #26c281;

  background-color : #26c281;

}

.greenLight-bg {

  color: #71843f;

  background: #71843f;

  background-color: #71843f;

}

.yellow-bg {

  color : #fff;

  background : #fc6;

  background-color : #fc6;

}

.orange-bg {

  color : #fff;

  background : #f4b162;

  background-color : #f4b162;

}

.purple-bg {

  color : #fff;

  background : #af91e1;

  background-color : #af91e1;

}

.pink-bg {

  color : #fff;

  background : #f78db8;

  background-color : #f78db8;

}

.lime-bg {

  color : #fff;

  background : #a8db43;

  background-color : #a8db43;

}

.magenta-bg {

  color : #fff;

  background : #e65097;

  background-color : #e65097;

}

.teal-bg {

  color : #fff;

  background : #3e6f64;

  background-color : #3e6f64;

}

.brown-bg {

  color : #fff;

  background : #d1b993;

  background-color : #d1b993;

}

.gray-bg {

  color : #ffffff;

  background : #844141;

  background-color : #844141;

}

.dark-bg {

  color : #fff;

  background : #1a2732;

  background-color : #1a2732;

}

.facebook-bg {

  color: #fff;

  background: #3b5998;

  background-color : #3b5998;

}

.twitter-bg {

  color: #fff;

  background: #00aced;

  background-color : #00aced;

}

.linkedin-bg {
  color: #fff;
  background: #4875b4;
  background-color : #4875b4;
}

.green-bg {
  color: #fff;
  background: #009688;
  background-color : #009688;
}

/*----------------------	panel-----------------*/

.panels .panels-heading {
  line-height: 34px;
  padding: 0 15px;
  min-height: 34px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.panels-heading, .modal-header {
  background: #F7F7F7;
  color: #688a7e;
}
/* .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
} */
