body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 50px;
    /*min-height: 768px;*/
    background-color: #fff;
}

.container{
    position: relative;
    /*max-width: 960px;*/

}

.login-container{
    position: relative;
}

.login-panel {
    margin-top: 25%;
    margin-bottom: 25%;
}

.div-margin{
  margin-top : 20px;
}

.photo-preview {
    width: 150px;
    height: 150px;
    border: 3px solid green;
}

.blue{
  color: blue;
}

.result-p3{
  color: green;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding {
  padding-right: 1px;
  /*margin: 1;*/

}
/* Bootstrap col width 0 px */
.width{
  width: 5%;
}

.divpadding{
  padding : 10px 0;
}

#main_header2 {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    /*background-color: #007814;*/
    background-color : #5cb85c;	
    padding-top: 10px;
    padding-bottom: 10px;
    
    text-align: center;

    
    -webkit-border-radius: 10px;
}

#dev_info {
    background: #DCDCDC;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#inst_info {
    background: #DCDCDC;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: auto;
    /*height: 20px; */
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;;
    color: red;
}



#dev_info p {
    text-align: right;
    line-height: 1.3;
    font-size: 11px;
}

#loading {
  display: none;
}

#loading-error {
  display: none;
}

.addr-legend {
  border-style: none;
  border-width: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.addr-fieldset {
  border: 2px groove threedface #444;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
}

@media print {
  #info{ display: none; }
  .inst_info{ display: block; }
  html, body {
    /*changing width to 100% causes huge overflow and wrap*/
    height:auto; 
    font-size: 12px;
  }
  #printbtn {
     display :  none;
  }
  .btn{
    display: none;
  }
}


/** for recommendition letter **/

.col-centered{
  float: none;
  margin: 0 auto;
} 

.head{
  float: none;
  margin: auto;
  padding: 10px 0;
}


/** recommendation letter end **/
