body {
   background:#EEF1F4;
}
/*============================================================================*/
.eqmnt_title {
  background: linear-gradient(#0080FF,#00BFFF);
  color:#000;
  padding : 0px;
  height:35px;
  border : 1px solid #eeeeee;
  text-align:center;
}
.eqmnt_info {
  background: linear-gradient(#46883E,#BEF5BE);
  padding:5px;
}

fieldset.eqmnt-border {
  border :1px groove #add !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin 0 0 1.5em 0 !important;
  -webkit-box-show : 0px 0px 0px 0px #000; 
          box-show : 0px 0px 0px 0px #000; 
}
legend.eqmnt-border{
  width:auto !important;
  border-bottom:none !important;
  font-weight:bold;
}
div#eqSearch {

    font-size:100%;
    font-weight:bold;
    text-align:center;
    /*margin-top:18px;
    margin-bottom:18px;*/
    height:50px;
    width:auto;
    background-color:#84DEE7;
    border: 1px solid #808080;
}


div.container {

    height:50px;
    width:100%;
    border:none;
    padding-top:5px;

}

div.div-right {
    
    float:right;
    border: 1px solid #000;
    height:60px;
    width:auto;

}

div.div-left {
    
    float:left;
    border: 1px solid #000;
    height:60px;
    width:70%;
}

.wrap-it {
  word-wrap:break-word;
}
.field_name_ge {
  /*color:#337ab7;*/
  color:#808080;
  padding:1px;
  font-style:italic
}
.selected {
  font-style:italic;
  font-weight:bold;
}

