#recForm_table{
  width: 80%;
  min-width: 450px;
  table-layout: fixed;
  overflow: auto;
}

.recForm_table_cell{
  padding : 10px;
  vertical-align: middle;
}

.recForm_label{
  width: 30%;
  min-width: 200px;
  font-size:16px;
  color:#5b608c;
}

.recForm_input{

}

#recForm_table p{
  margin:0px;
}

.recForm_mselect
{
  background-color: #4c8da6;
  color:white;
  font-size:14px;
  border:solid;
  border-width: 1px;
  border-color: #cccccc ;
}
.bs-back2
{
  background-color: white;
  border:solid;
  border-width: 1px;
  border-color: #cccccc ;

}

@media screen and (min-width: 1430px) {
  .recForm_table_cell{
    max-width: 650px;
  }
}

@media screen and (min-width: 1329px) and (max-width: 1429px) {
  .recForm_table_cell{
    max-width: 600px;
  }
}


@media screen and (min-width: 1230px) and (max-width: 1328px) {
  .recForm_table_cell{
    max-width: 500px;
  }
}

@media screen and (min-width: 1128px) and (max-width: 1229px) {
  .recForm_table_cell{
    max-width: 400px;
  }

  #recForm_table{
    width: 80%;
  }
}

@media screen and (min-width: 1031px) and (max-width: 1127px) {
  .recForm_table_cell{
    max-width: 300px;
  }

  #recForm_table{
    width: 90%;
  }

}

@media screen and  (max-width: 1030px) {
  .recForm_table_cell{
    max-width: 200px;
  }

  #recForm_table{
    width: 90%;
  }

}

.angucomplete-rec-image-holder {
  padding-top: 2px;
  float: left;
  width: 40px;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-rec-image {
  height: 40px;
  max-width: 40px;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}


.angucomplete-dropdown {
  max-height: 200px;
  overflow: auto;
}


.item_container {

    cursor: default;
    border-radius: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 8px 8px 0 0;
    padding: 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;

}

.test_button {
    text-align: center;
    width: 32px;
    height: 32px;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    position: relative;
    cursor: pointer;
}

#input_book_container {
    position:relative;
    padding:0;
    margin:0;
    background:#ddd;
}
#input_book {
    height:20px;
    margin:0;
    padding-left: 30px;
}
#input_api_img {
    position: absolute;
    /* bottom: 8px; */
    right: 45px;
    top: 3px;
   /* width: 50px;*/
    height: 30px;
    z-index: 100;
}