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

}
.programsaclist span{
padding-top:16px;
}
.programsaclist 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;
   
}
.newdeptadd1{
float:left;

width:70%
}


.f1 input[type="text"], input[type=file], select, textarea{
    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_pdisplay{
  color: #666;
  padding: 15px;
  font-size: 12px;
}


.row_items{
  color: #666;
  padding: 15px;
}
.additionalf{
  width:45.75%;
  border: 1px solid #fff;
 float:left;
 
}
.additionalf input[type="text"]{
  float:right;
  padding:5px;
  width:250px;

}

.additionalf span{
  padding:5px;
  width:120px;
 }

.row_items_pro{
  color: #666;
  padding: 15px;
background-color :#c1c0bb ;
font-size:12px ; 
}

