body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    /*min-height: 768px;*/
    background-color: #fff;
}

.container{
    position: relative;
    /*max-width: 960px;*/

}

.login-container{
    position: relative;
}

.login-panel {
    margin-top: 25%;
    margin-bottom: 25%;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.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;
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #fff;
}
.card [class*=card-header-] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #5cb85c;
    padding: 3px 58px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}
.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#26c6da,#00acc1);
}
.card .card-header {
    border-bottom: none;
    background: transparent;
    z-index: 3!important;
}
.card .card-body {
    padding: 1.9375rem 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}


#dev_info {
    overflow: hidden;
    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;
  }
}

.margin-bottom-0{
  margin-bottom: 0px !important;
}
.margin-left-20{
  margin-left: 20px !important;
}
.sub-title{
  font-size:10px;
  color:gray;
}
/** for recommendition letter **/

.col-centered{
  float: none;
  margin: 0 auto;
} 

.head{
  float: none;
  margin: auto;
  padding: 10px 0;
}


/** recommendation letter end **/
.nav li {
  margin-right: 8px !important;
  background: #337ab7;
  padding: 8px !important;
  border-radius: 5px !important;
}
.nav li a {
  color: white !important;
}
.nav li a:hover, .nav li a:focus {
  text-decoration: none !important;
}
.nav li.active {
  background: red !important;
}
