.departmentaclist{
float:right;
width:250px;
margin-right:10px;

}
.departmentaclist span{
padding-top:16px;
}
.departmentaclist select{
width:150px;
padding:5px;
}

#backtolist {
    border-radius: 25px;
    background: #be614b;
    width: 100px;
    height: 25px; 
    text-align: center;
    font-size: 15px;
    float: right;   
}
#backtolist a{
  color: #fff;
  text-decoration: none;

}
#acselectlist{
float:right;
}
.button {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center; 
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #be614b;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px #999;
}

.button:hover {background-color: #be614e;}

.button:active {
  background-color: #be614e;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

input[type=text], input[type=file], select {
    width: 50%;
    padding: 12px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    float:right;

}
.f1{
float:left;

width:100%
}


.f2 {
    float: left;
   
}

.f1 input[type="text"], input[type=file], select {
    width: 50%;
    padding: 12px 10px;
    margin: 10px 0;
    box-sizing: border-box;
    float:right;
}
.f3 {
    float: left;
    width: 29%;
}
.f3 input[type="text"] {
    box-sizing: border-box;
   
    margin: 5px 0;
    padding: 12px 10px;
    width: 200px;
}
.f2 span {
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
}
.f2 input[type=file]{
    width: 50%;
    padding: 5px 5px;
    margin: 10px 0;
    box-sizing: border-box;
    float:right;
    border: 1px solid #bbb;
}
.viewdec{
  background-color: #eee;
    height: 500px;
    overflow: scroll;
    clear: both;
}

.table_display{
  background-color: #CE7966;
  border: 2px solid #fff;
  text-align: center;
  font-style: normal;

  
}

.row_display{
  color: #666;
  padding: 15px;
  font-size: 12px;
}


.row_items{
  color: #666;
  padding: 15px;
}
/*.main-div{
width:1000px;
background-color: #bbb;
height: 500px;

}*/
.status_details{
  margin-top: 10px;
    width: 100%;
  border: 1px solid #aaa;
  background-color: #eee;
 float:left;
}


.status_details span{
  padding:10px;
  font-size: 14px;
  font-family: fantasy;
  clear:both;
 }
