.blog_blog .leading {
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .blog_blog .leading {
    text-align: left;
  }
}
.blog_blog .leading.leading-0 {
  margin-top: 10px;
}
.blog_blog .leading.leading-30 {
  margin-bottom: 30px;
}
.blog_blog .leading .article-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.blog_blog .leading .article-intro {
  margin-bottom: -5px;
}
.item-page_blog h1.article-title {
  font-size: 150% !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important;
}
.item-page_blog .article-content {
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .item-page_blog .article-content {
    text-align: left;
  }
}
.item-page_blog .article-content .helpservice {
  margin-bottom: 15px;
}
.item-page_blog .article-content .helpservice .fa {
  top: 1px;
}
.item-page_blog .article-content .helpservice a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-page_blog .article-content .helpservice a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.item-page_blog .bloglink {
  color: #03a9f4;
  border-bottom: 1px solid #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-page_blog .bloglink:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.item-page_cabinet .hang:before {
  color: #b0bec5;
}
.item-page_cabinet .hang:hover:before {
  color: #ff5722;
}
.item-page_cabinet a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-page_cabinet a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.item-page_cabinet .item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.item-page_cabinet .collapse-link {
  color: #263238;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-page_cabinet .collapse-link:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.item-page_cabinet .addapi .fa {
  color: #546e7a;
}
.item-page_cabinet .form-horizontal {
  margin-bottom: 15px;
}
.item-page_cabinet .form-horizontal .form-group {
  margin: 0;
  padding: 0;
}
.item-page_cabinet .edit {
  color: #009688 !important;
}
.item-page_cabinet .edit:hover {
  opacity: 0.7;
}
.item-page_cabinet .delete {
  color: #ff1744 !important;
}
.item-page_cabinet .delete:hover {
  opacity: 0.7;
}
.item-page_cabinet .perm-question {
  border-bottom: none !important;
}
.item-page_cabinet .perm-question:hover {
  opacity: 0.7;
  border-bottom: none !important;
}
.item-page_cabinet .site-link {
  border-bottom: 0 !important;
}
.item-page_cabinet .site-link:hover {
  border-bottom: 0 !important;
}
.item-page_cabinet .site-link .fa {
  color: #b0bec5;
  font-size: 95%;
  margin-left: 7px;
}
.item-page_cabinet .site-link .fa:hover {
  color: #ff5722;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-page_cabinet .nav-tabs a:hover {
  border-bottom: none !important;
}
.item-page_cabinet table td.ellipsis {
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
