
.aclist{
float:right;
width:250px;
margin-right:10px;

}
.aclist2{
float:right;
//width:150px;
margin-right:10px;
margin-top: 3.5px;
}
.aclist2 select{
//float: right;
width: 150px;
height:30px;
padding:0px;
}
.aclist select{
float: right;
width: 150px;
height:30px;
padding:0px;
}
.aclist span{
text-align:center;
margin-top:10px;
width:100px;
}

.aclist3 {
    float: left;
    width: 350px;
}

#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]{
    width: 50%;
    padding: 12px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    float:right;

}
.f1{
float:left;

width:100%
}
.f2 {
    float: left;
    width: 71%;
}

.f2 input[type="text"], select{
    box-sizing: border-box;

    margin: 5px 0;
    padding: 12px 10px;
    width: 30%;
}
. f3{
    float: left;
    width: 29%;
}
.f3 input[type="text"] {
    box-sizing: border-box;

    margin: 5px 0;
    padding: 12px 10px;
    width: 200px;
}

.rowdata{
border: 1px solid #fff;
}


.rowcolor{
width: 50px;
//background-color:#aaa;
border: 1px solid #fff;
}


tr.rowcolor.odd{
	background-color:#ddd;
}
 tr.rowcolor.even{

//background-color: #ddd;
}

.selectdropdown{
float:left;
width:50%;
clear:right;
margin-left:30px;

}


.dropdownlist{
float:left;
width:80%;
}


#edit-cancel{
visibility:hidden;
}

.accordion p{
  font-style: italic;
  font-weight: 13px;
  color: #be614b;

}

span{
     font-size: 12px;
     float:left;


    display:inline;


}
.accordion i{
  color:#ff0000;
}
.internal_block{
  margin: 10px 10px 50px 10px;
}
#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);
}
.edit_form{
  margin:0 auto;
  clear:both;
  width:100%;
}

.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion{

  margin:0 auto;
  padding: 0px;
}
.accordion h1, h2 {
  color:#333B3E;


}
.accordion h1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

.accordion h2 {
  font-size: 18px;
  padding-left: 5px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #DAA598); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #DAA598); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #DAA598); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #DAA598); /* Standard syntax (must be last) */
  margin: 0;
  cursor: pointer;
}

.accordion p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  font-style: normal;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.accordion p span{
  color:#be614b;
  font-size: 15px;
  float:none;
  padding: 0px;
}
ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;

}
.accordion ul li a{
  color:#be614b;
  list-style-type: none;
// float:right;
  padding:5px;
}


	
