.tbUpdate .set-people {
    background-color: #e6e6e6!important;
    padding: 5px 15px!important;
    line-height: 30px!important;
    margin-bottom: 10px!important;
    border-radius: 15px;
    border-radius: 15px;
}
.tbUpdate .set-people input {
    width: 5rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 0;
}
.tbUpdate .set-people span,.tbUpdate .set-people label {
    margin-bottom: 0px!important;
}

.rclass.tbUpdate th,.rclass.tbUpdate td {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    border-top: none!important;
}

.rclass.tbUpdate td>table tr:last-child td,.rclass.tbUpdate td>table tr:last-child th {
    border-bottom: none!important;
}

.rclass.tbUpdate>tbody>tr {
    border-bottom: solid 30px #fff;
}

.rclass.tbUpdate td table>tbody>tr>th {
    text-align: center;
    background: #f1f1f1;
    min-width: 80px;
}

.rself.tbUpdate th,.r_night.tbUpdate th,.rsett.tbUpdate th ,.rconfig.tbUpdate th ,.rfacility.tbUpdate th {
    background-color: #d9edf7;
    padding: 10px 10px;
}

.tbUpdate td {
    padding: 10px 10px;
}

.tbUpdate .cke_chrome {
    display: block;
    border: none;
    border-radius: 10px;
    padding: 0;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    overflow: hidden;
    margin: 10px;
}

input#save {
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 15px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#tabs .tbList th, #tabs .tbList td {
    border:none;
}

#tabs a.edit {
    font-size: 16px!important;
    padding: 5px 20px!important;
    border-radius: 15px!important;
    display: table!important;
    margin-left: auto;
    margin-right: auto;
    min-width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-top: 5px;
    background: #2e6da4;
}

#tabs tr {
    border-bottom: solid 1px #eee;
}
#tabs table#data thead tr td {
    background-color: #d9edf7;
    padding: 10px;
}

.r_equip.tbUpdate thead tr td {
    white-space: nowrap;
}

.r_equip.tbUpdate .eeitem {
    padding-left: 5em;
    margin-bottom: 10px;
    position: relative;
}

.r_equip.tbUpdate .eeitem input{
   max-width: 180px;
}
.r_equip.tbUpdate .eeitem span {
    position: absolute;
    left: 0;
    line-height: 30px;
    width: 4em;
    text-align: right;
}
.r_equip.tbUpdate .goditem{
    max-width: 211px;
    }
.r_equip.tbUpdate .goditem input{
margin-bottom: 10px;
}

.r_equip.tbUpdate input#filename1 {
    background: transparent;
    border: none;
    outline: none;
    max-width: 200px;
}

.r_equip.tbUpdate  thead tr td {
    background-color: #d9edf7;
    padding: 10px;
}

.r_equip.tbUpdate  td.chose {
    background: #eee!important;
}

.r_equip.tbUpdate buttom.btn.btn-primary.add {
    width: 100%;
    border-radius: 15px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.r_equip.tbUpdate .e_type{
    position: relative;
}
.r_equip.tbUpdate .e_type input[type="text"] {
    /* width: calc(100% - 50px); */
    width: calc(100% - 80px);
    min-width:120px;
}
.r_equip.tbUpdate .e_type input[type="button"] {
    background-image: url(../../images/close.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    background-color: white;
    border: solid 1px #efdbdb;
    outline: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    transform: translatey(-5px);
    border-radius: 15px;
    /* position: absolute; */
    right: 0px;
    top: 6px;
}
.r_equip.tbUpdate tbody>tr {
    border-bottom: 15px solid #fff;
}

.r_equip.tbUpdate td.sizetd {
    background-color: #eee;
    min-width: 180px;
}
.r_equip.tbUpdate td {
    padding: 10px 15px;
}

.r_equip.tbUpdate td.ename {
    min-width: 7em;
    text-align: center;
}
input:focus, textarea:focus {
    border: 1px solid #bdbdbd;
    background-color: #fff;
    outline: none;
}

div#orderbox {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
div#orderbox >div {
    padding-bottom: 120px;
}
div#orderbox  textarea {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 15px;
}
div#orderbox .area img {
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    height: auto;
}
div#orderbox  .area{
      float: unset;
        height: 340px;
        display: flex;
        align-items: center;

}
@media screen and (max-width: 1300px){
    div#orderbox  .area{
        float: unset;
          height: 280px;
          display: flex;
          align-items: center;
  
  }
}

.time-picker + input[type="button"] {
    background-image: url(../../images/close.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    background-color: white;
    border: solid 1px #efdbdb;
    outline: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    transform: translatey(-5px);
    border-radius: 15px;
    /* position: absolute; */
    right: 0px;
    top: 6px;
}
