/*defects control*/


 .button-align-center {
 
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: linear-gradient(to bottom, #ffffff, #e3e3e3);
    padding: 4px 8px 4px 8px;
    border: solid #adb1b3 1px;
    text-decoration: none;
}

#box-mel-reference    {
 float:none;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #bababa;
  text-align: left;
}

.form-control label {
    width: 125px;
    display: inline-block;
}
#box-techlog,
#box-atachapter,
#box-electrical-parts, 
#box-time-of-occurance,
#box-readyness,
#box-flight-reference,
#box-category,
#box-desc-of-defect {
    margin: 1em;
    padding: 1em;
    border: 1px solid #bababa;
    text-align: left;
}
#box-electrical-parts  input{
width:50px;
    margin-right:5px;
}

div#content label{
 font-weight:bold;
 width:100%;
 margin-bottom:5px;
    margin-right:5px;
}

.align-left {
    float: left;
    width: 50%;
}

.align-right {
    float: left;
    width: 50%;
}
.align-center { text-align: center; }

.align-bottom,
.align-center {
     /* float:left; */
     width: 100%;
     clear: initial;
     display: inline-block;
}

#box-mel-reference textarea,
#box-desc-of-defect textarea {
   width:396px;
}
