@charset "utf-8";
/* CSS Document */

.first_title{
 background: #61b6b9;
 border-radius: 10px;
 color: #fff;
 padding: 10px 20px;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 10px;
}
.befotxt{
	list-style: none;
	    padding: 10px;
}
.befotxt:before {
    content: "»";
    color: #bdce5c;
    font-size: 2rem;
    line-height: 1;
}
.arrowbox{
	padding: 20px;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.fa-angle-down:before {
    content: "^";
    font-weight: bold;
}
.card-header:first-child {
    border-radius: 0px;
    background: #bdce5c;
    color: #fff;
    padding: 0px;
}
.card-header .title {
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    padding: 15px !important;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card-header .accicon {
	float: left;
    font-size: 20px;
    background: #d0dc88;
    text-align: center;
    width: 45px;
    padding: 5px 10px;
    transform: scaleX(1.05);
}
.ajcard{
	padding-left: 50px;
}
.card {
    border: 1px solid #bdce5c!important;
    margin-bottom: 20px;
	border-radius: 0px;
}
.collapsed {
    background: #fff!important;
    border: 1px solid #fff;
    transform: scaleX(1.005) scaleY(1.05);
}
.collapsed >span.title {
    color: #000;
}