.add_effect .formelm {
  padding: 1px 10%;
}
.add_effect .formelm label {
  display: inline-block;
  width: 25%;
}
.add_effect .formelm input {
  width: 57%;
}
.add_effect .formelm textarea {
  width: 57%;
}
.add_effect .formelm select {
  width: 60%;
}
.add_effect .formelm_buttons{
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}
.type-btns .btn{
  width: 130px;
  height: 120px;
  font-family: b nazanin;
  font-weight: bold;
  font-size: 24px;
}
.type-btns .book {
  background-image: url(images/book_icone.png), -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: url(images/book_icone.png), -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/book_icone.png), -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/book_icone.png), linear-gradient(to bottom,#fff,#e6e6e6);
  background-position: center !important;
  background-repeat: no-repeat;
}
.type-btns .article {
  background-image: url(images/article_icone.png), -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: url(images/article_icone.png), -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/article_icone.png), -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/article_icone.png), linear-gradient(to bottom,#fff,#e6e6e6);
  background-position: center !important;
  background-repeat: no-repeat;
}
.type-btns .thesis {
  background-image: url(images/thesis_icone.png), -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: url(images/thesis_icone.png), -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/thesis_icone.png), -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: url(images/thesis_icone.png), linear-gradient(to bottom,#fff,#e6e6e6);
  background-position: center !important;
  background-repeat: no-repeat;
}
.type-btns .btn:hover {
	background-color: #e6e6e6;
}
.type-btns .book:hover {
  background-image: url(images/book_icone.png);
}
.type-btns .article:hover {
  background-image: url(images/article_icone.png);
}
.type-btns .thesis:hover {
  background-image: url(images/thesis_icone.png)
}   
.manage_list {
  font-family: b nazanin;
  font-size: 16px;
}
.manage_list table th,
.manage_list table td {
  text-align: center;
}
.manage_list table a {
  font-weight: bold;
  color: brown;
}
.tooltip-inner {
  font-weight: bold;
  font-size: 14px;
  text-align: center !important;
}
/* effect page */
.effect .owner_title {
  margin-bottom: 10px;
  background-color: #a9d96c;
  border-radius: 4px;
  overflow: hidden;
}
.effect .owner {
  display: inline-block;
  vertical-align: top;
  min-height: 110px;
  width: 36%;
  background-color: #fff;
  padding: 10px 2%;
  border-radius: 0 4px 4px 0;
}
.effect .owner .owner_image,
.effect .effect_title .effect_image {
  vertical-align: top;
  width:80px;
  height: 102px;
  text-align: center;
  border: 4px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.effect .owner .owner_image {
  float: right;
  margin-left: 10px;
}
.effect .effect_title .effect_image {
  float: left;
  margin-right: 10px;
}
.effect .owner .owner_image > img,
.effect .effect_title .effect_image img {
  height: 102px;
}
.effect .owner .owner_name,
.effect .effect_title .effect_name {
  overflow: hidden;
  height: 50px;
  margin: 30px 0 0 0;
  color: #668855;
}
.effect .owner .owner_name .fname,
.effect .effect_title .effect_name .top {
  display: inline-block;
  width: 100%;
  line-height: 25px;
  border-bottom: 1px dashed;
}
.effect .owner .owner_name .lname,
.effect .effect_title .effect_name .bottom {
  line-height: 25px;
  float: left;
}
.effect .effect_type {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  background-color: #a9d96c;
  color: #fff;
  vertical-align: top;
  height: 127px;
  text-align: center;
  font-size: 24px;
}
.effect .effect_type > [class^="icon-"],
.effect .effect_type > [class*=" icon-"],
.effect .details_label > [class^="icon-"],
.effect .details_label > [class*=" icon-"],
.effect .desc_label > [class^="icon-"],
.effect .desc_label > [class*=" icon-"] {
  margin: 0;
  width: 100%;
  font-size: 50px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}
.effect .effect_title {
  display: inline-block;
  vertical-align: top;
  min-height: 110px;
  width: 36%;
  background-color: #fff;
  padding: 10px 2%;
  border-radius: 4px 0 0 4px;
}
.effect .details {
  background-color: #57c8f2;
  border-radius: 4px;
  overflow: hidden;
}
.effect .details .details_label {
  display: inline-block;
  width: 20%;
  background-color: #57c8f2;
  color: #fff;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  height: 127px;
}
.effect .details .details_label .lb {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.effect .details .details_rows {
  display: inline-block;
  width: 76%;
  background-color: #fff;
  padding: 10px 2%;
  border-radius: 4px 0 0 4px;
}
.effect .details .details_rows > p {
  border-bottom: 1px dashed #e0e0e0;
  margin: 0;
  line-height: 35px;
}
.effect .details .details_rows > p:last-child{
  border-bottom: 0;
}
.effect .description{
  background-color: #f8d347;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.effect .description .effect_desc{
  display: inline-block;
  min-height: 110px;
  width: 76%;
  background-color: #fff;
  padding: 10px 2%;
  border-radius: 0 4px 4px 0;
}
.effect .desc_label {
  display: inline-block;
  width: 20%;
  background-color: #f8d347;
  color: #fff;
  vertical-align: top;
  border-radius: 4px 0 0 4px;
  height: 127px;
}
.effect .desc_label .lb {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.effect .adminForm {
  margin-top: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.effect .adminForm .lb {
  display: inline-block;
  margin: -10px -10px -10px 30px;
  background-color: #8175c7;
  padding: 10px 10px 11px;
  color: #fff;
  font-weight: bold;
}
.effect .adminForm  input,
.effect .adminForm  a {
  font-family: b nazanin;
  font-size: 15px;
  font-weight: bold;
}

/* effects page */
.effect,
.effects {
  font-family: b nazanin;
  font-size: 16px;
  background: #F4F4F4;
  border: 2px solid #DADADA;
  padding: 10px;
}
.effects .effect_row {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  height: 107px;
}
.effects .effect_row:hover {
  background-color: #fbfbfb;
}
.effects .effect_type {
  display: inline-block;
  float: right;
  width: 20%;
  height: 127px;
  background-color: #a9d96c;
  color: #fff;
  vertical-align: top;
  height: 127px;
  text-align: center;
  font-size: 24px;
  margin: -10px;
  margin-left: 20px;
}
.effects .effect_row:hover .effect_type {
  background-color: #6b6b6b;
}
.effects .effect_type > [class^="icon-"],
.effects .effect_type > [class*=" icon-"] {
  margin: 10px 0 0 0;
  width: 100%;
  font-size: 40px;
  height: 75px;
  line-height: 85px;
  text-align: center;
}
.effects .details_rows > p {
  border-bottom: 1px dashed #e0e0e0;
  margin: 0;
  line-height: 35px;
}
.effects .details_rows > p:last-child{
  border-bottom: 0;
}
.add_an_other {
	text-align: center;
}