.new-order-page{
  margin-bottom: 50px;
}
.new-order-page h3{
  font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}
.new-order-page tr td{
  vertical-align:middle;
}
.new-order-page .select-course{
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  margin-bottom: 0;
  vertical-align: middle;
  min-width: 100px;
  margin-right: 10px;
  background-color: #f3f3f3;
}
.new-order-page .select-course .close{
  opacity: 1;
  font-size: 13px;
  text-shadow: none;
  margin-left: 5px;
}
.new-order-page input,
.new-order-page select,
.new-order-page ul.new-order-dropdown{
  margin-bottom: 0;
  border-radius: 0;
  outline:none;
  background: transparent;
}
.new-order-page .relative{
  position:relative;
  width:250px;
  font-size: 13px;
  color:#555;
  font-weight: normal;
  display:inline-block;
  margin:0 3px 0 10px;
}
.new-order-page ul.new-order-dropdown{
  width:220px;
  border:1px solid #cccccc;
  background-color:#f1f1f1;
  padding:4px 12px;
  display:inline-block;
  list-style:none;
  position: relative;
  cursor:pointer;
  font-weight: 700;
  margin: 0;
}
.new-order-page ul.new-order-dropdown .caret{
  float: right;
    margin-top: 9px;
}
.new-order-page ul.new-order-dropdown + ul.dropdown-menu{
    min-width: 220px;
    border: 1px solid #ccc;
    padding: 4px 12px;
    left: 0;
    margin: -5px 0 0 0;
    border-top: 0;
}
.new-order-page ul.new-order-dropdown + ul.dropdown-menu li{
  padding: 3px 0;
  cursor:pointer;
}
.new-order-page ul.new-order-dropdown + ul.dropdown-menu li input{
  margin:0;
}
.new-order-page .btn{
  display:block;
  text-decoration:none;
  border:none;
}
.new-order-page .btn-grey,
.new-order-page .btn-grey:hover {
    background: #676464;
}
.new-order-page .btn-success,
.new-order-page .btn-success:hover{
  background:#065c54;
}
.new-order-page .btn.btn-green,
.new-order-page .btn.btn-green:hover{
  background: #14c1b1;
}
.new-order-page .normal-price{
  font-size: 12px;
    display: block;
}
.new-order-page .normal-price em{
  font-style:normal;
}
.new-order-page .up-50:before{
  background-image: url(../img/deal.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    background-size: 8px;
    margin-right: 3px;
}
@media(max-width:1199px){
  .order-menu-scroll {
      overflow-x: auto;
      margin-bottom: 10px;
  }
  .order-menu-scroll .tabs{
    width: 1000px;
  }
}
@media(max-width: 550px){
  .new-order-page .relative{
    margin-left: 0;
  }
}
.table-bordered thead:first-child tr:nth-child(2) > th {
    border-top: 0;
    padding-top: 0;
}
.table-bordered thead:first-child tr:nth-child(2) > th input, .table-bordered thead:first-child tr:nth-child(2) > th select {
    background: #fff !important;
}

/*student online/offline css*/
.bottom-status-wrapper{
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  margin-top: 10px;
  font-size: 14px;
  background: white;
  padding: 0px 9px;    float: right;
  margin-right: 5px;
  margin-top: 5px;
  
}
.bottom-status-wrapper .online{background:green;height: 12px;
  width: 12px;
  border-radius: 50%;

}
.bottom-status-wrapper .offline{ background: #e6e6e6;height: 12px;
  width: 12px;
  border-radius: 50%;}.bottom-status-wrapper .status-text{font-weight: bold;font-size:14px;
}
.status-wrapper{
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;margin-top:5px;
} 
.status-wrapper .online{
  background: green;
  height: 12px;
  width: 12px;
  border-radius: 50%; 
} 
.status-wrapper .offline{
  background: #e6e6e6;
  height: 12px;
  width: 12px;
  border-radius: 50%; 
} 
.status-wrapper .status-text{
  font-weight: bold;font-size:14px;
}