

.image_class {
  border: 1px solid blue;
  background: #aaaaaa;
  color: #0000ff;
  font-weight: bold;
  width: 300px;
  height: 30px;
  padding: 10px;
  float: left;
  margin: 2px;
}

.ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}

.draggable {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
  width: 130px;
  height: 180px;
  padding: 0.5em;
  float: left;
  margin: 3px 3px 3px 0;
}

.top-title{
    display: flex;
    justify-content: center;

}


.pos{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  color: #999999;
}

.nav{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.btn{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}



.img-list {
  display: flex;
}

.layui-form-checkbox[lay-skin="primary"] {
  height: 200px !important;
  padding: 0;
  margin-left: 5px;
}

.layui-form-checkbox[lay-skin="primary"] i {
  height: 200px;
  line-height: 187px;
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: #5fb878 !important;
  background-color: #1e9fff;
  color: #fff;
}

.img-lay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

#data {
  width: 318px;
}

[fid] {
  margin: 10px 5px;
}

.title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}

#div_Page{
    margin-bottom: 70px;
}

#data {
  width: auto;
}








form.layui-form.search_form {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.layui-input:hover, .layui-textarea:hover {
  border-color: #399884!important;
}

.layui-input, .layui-textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #a8a8a8;
}



#title {
  background-color: #f9f5e8;
  padding: 6px 0;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 10px;
  color: #707070;
}

.add_box{
  width:320px;
  margin: auto;
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}

span.curr {
  color: #626262;
      font-size: 12.5px;
}



.nav_group{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#nav a.layui-btn.layui-btn-primary.layui-btn {
  border: none;
  font-size: 13px;
  margin-bottom: 5px;
}

#add_class{
  text-decoration: none;
}

a#add_class {
  color: white;
  margin-right: 15px;
}

.layui-input-inline {
  display: flex;
  align-items: center;
}

a{
  text-decoration: none;
}

thead {
  height: 35px;
}

.data thead th {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #f6f6f6;
  color: #373737;
  border-right: 2px white solid;
  font-weight: 600;
}
tbody th:hover {
background-color: #626262;
}

a.layui-btn.layui-btn-warm.layui-btn-sm {
  color: #6e3500;
  text-decoration: none;
}

div#table_layout {
  width: 80%;
  margin: auto;
}

tbody a:link {
  color: #232323;
  TEXT-DECORATION: none;
}

tbody a:visited {
  color: #232323;
  TEXT-DECORATION: none;
}

.layui-table[lay-skin=line] td:hover {
  background-color: rgb(246, 246, 246);
}
tbody a:link:hover {
  color: #4a85ff;
  TEXT-DECORATION: none;
}
tbody a:visited:hover {
  color: #4a85ff;
  TEXT-DECORATION: none;
}

.layui-table {

  color: #9e9e9e;
}


.btn_list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.btn_list a {
  border: none;
  font-size: 13px;
  margin-bottom: 5px;
  text-decoration: none;
  color: rgb(88, 87, 87);
}

.btn_list a:hover {
  color: rgb(155, 155, 155);
}


.layui-table[lay-skin=line] td, .layui-table[lay-skin=line] th {
  text-align: center;
}


body {
  padding: 35px 0 ;
}

#title {
  background-color: #f9f5e8;
  padding: 6px 0;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 10px;
  color: #707070;
}

span.curr {
  color: #626262;
      font-size: 12.5px;
}