/* Space out content a bit */
body {
  /*padding-bottom: 20px;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

.container-narrow>hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}

.marketing p+h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li.active>a {
  text-decoration: none;
  background-color: #fdf5f5 !important;
  color: #ED1D35 !important;
}

.nav>li.active>a>i {
  color: #ED1D35 !important;
}

.nav>li.active:before {
  width: 2px;
  height: 43px;
  background-color: #ED1D35;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/*公共span样式*/
.verticalSpanTop {
  vertical-align: top;
}

.verticalSpanSub {
  vertical-align: sub;
}

/****************************************短信相关样式************************************************/
.message_body_top {
  height: 34px;
  background: rgba(244, 244, 244, 1);
  padding-left: 10px;
  margin-top: 10px;
  line-height: 34px;
}

.message_icon {
  width: 48px;
  height: 48px;
  background: rgba(254, 243, 245, 1);
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}

.colorRed {
  color: red;
}

.role_tip_warn {
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  background: rgba(39, 39, 39, 0.05);
  border-radius: 4px;
}

.text_lineHeight {
  line-height: 34px;
}

.color_999999 {
  color: #999999;
}

.color_0E050A {
  color: #0E050A;
}

.border_bottom {
  border-bottom: 1px solid #dddddd
}

.successFont_color {
  color: #5cb85c;
  ;
}

.successName_color {
  color: #0666BA;
}

/*英文字符自动换行*/
.englishBr {
  word-wrap: break-word;
  word-break: break-all;
}

/*超过一行显示。。。*/
.text_dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
全局颜色样式
 */
.color_red {
  color: red !important;
}

.color_ED1D35 {
  color: #ED1D35 !important;
}

.color_62B57D {
  color: #62B57D !important;
}

.color_ABABAB {
  color: #ABABAB !important;
  text-decoration: none !important;
}

.color_679afa {
  color: #679afa;
}

.color_FF5151 {
  color: #FF5151 !important;
}

.color_0190F7 {
  color: #0190F7 !important;
}

.color_008EFF {
  color: #008EFF;
}

.color_F45050 {
  color: #F45050;
}

.color_FE9F00 {
  color: #FE9F00;
}

.color_0586FD {
  color: #0586FD;
}

.color_15C76B {
  color: #15C76B;
}

.background_ED1D35 {
  background: #ED1D35 !important;
}
.background_ED1D35_1 {
  background:rgba(237, 29, 53, 0.1);;
}

.background_FF5151 {
  background: #FF5151 !important;
}

.common_bg_FFF3F4 {
  background: #fde4e6;
}

.common_bg_e6f3ff {
  background: #e6f3ff;
}

.common-bg_FE9F00 {
  background: #FE9F00;
}

.common-bg_0586FD {
  background: #0586FD;
}

.common-bg_15C76B {
  background: #15C76B !important;
}

.common_bg_random {
  background: #FEF3F5 !important;
}

.common-bg-FE9F01 {
  background: #FE9F01 !important;
}

.common-bg-F8F9FA {
  background: #F8F9FA !important;
}

.btn-15C76B {
  background-color: #15C76B !important;
  border-color: #15C76B !important;
  color: #ffffff !important;
}

.btn-15C76B:hover {
  background-color: #15C76B !important;
  border-color: #15C76B !important;
  color: #ffffff !important;
}

.btn-ED1D35 {
  background-color: #ED1D35 !important;
  border-color: #ED1D35 !important;
  color: #ffffff !important;
}

.btn-ED1D35:hover {
  background-color: #ED1D35 !important;
  border-color: #ED1D35 !important;
  color: #ffffff !important;
}

.btn-59C23D {
  background-color: #fff !important;
  border-color: #59C23D !important;
  color: #59C23D !important;
}

.btn-59C23D:hover {
  background-color: rgba(89, 194, 61, 0.31) !important;
  border-color: #59C23D !important;
  color: #59C23D !important;
}
.btn-FFA927 {
  background-color: #fff !important;
  border-color: #FFA927 !important;
  color: #FFA927 !important;
}

.btn-FFA927:hover {
  background-color: rgba(253, 168, 39, 0.3) !important;
  border-color: #FFA927 !important;
  color: #FFA927 !important;
}

.btn-2-ED1D35 {
  background-color: #fff !important;
  border-color: #ED1D35 !important;
  color: #ED1D35 !important;
}

.btn-2-ED1D35:hover {
  background-color: rgba(237, 29, 53, 0.3) !important;
  border-color: #ED1D35 !important;
  color: #ED1D35 !important;
}

.btn-DDDDDD {
  background-color: #FFFFFF !important;
  border-color: #DDDDDD !important;
  color: #000000 !important;
}

.btn-DDDDDD:hover {
  background-color: rgb(187 187 187 / 39%) !important;
  border-color: #DDDDDD !important;
  color: #000000 !important;
}

.btn-0586FD {
  background-color: #0586FD !important;
  border-color: #0586FD !important;
  color: #59C23D !important;
}

.btn-0586FD:hover {
  background-color: #0586FD !important;
  border-color: #0586FD !important;
  color: #ffffff !important;
}

.btn-yq-0586FD {
  border-color: #0586FD !important;
  color: #0586FD !important;
  background: rgba(5,134,253,0.1) !important;
}

.btn-yq-0586FD:hover {
  border-color: #0586FD !important;
  color: #0586FD !important;
  background: rgba(5,134,253,0.1) !important;
}

.color_59C23D {
  color: #59C23D;
}
.color_FFA927 {
  color: #FFA927;
}
.color_ED1D35 {
  color: #ED1D35;
}

.btn-EFEFEF {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #000000 !important;
}

.btn-EFEFEF:hover {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #000000 !important;
}

.fact_reasons .labelContent_fact {
  z-index: 99;
  max-height: 424px;
  overflow-y: auto;
  width: 484px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 43px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 14px 14px 20px 14px;
}

.common_td_style {
  cursor: pointer;
  color: #ED1D35;
}

.label_i {
  position: absolute;
  font-size: 26px !important;
  color: #dddddd;
  z-index: 100;
}

.label_i_2 {
  position: absolute;
  font-size: 26px !important;
  color: #ffffff;
  z-index: 101;
}

.labelContent_ommonly_used {
  z-index: 99;
  max-height: 424px;
  overflow-y: auto;
  width: 159px;
  background: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 32px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 20px 11px 10px 14px;
}

.ommonly_used>i {
  right: 12px !important;
}

.ommonly_used>i:nth-child(1) {
  top: -42px !important;
}

.ommonly_used>i:nth-child(2) {
  top: -44px !important;
}

.common_zIndex120 {
  z-index: 120;
}

.common_position_relative {
  position: relative !important;
}

.labelContent_ommonly_used ul li {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  height: 22px;
  line-height: 22px;
}

.labelContent_ommonly_used ul li:hover {
  color: #ED1D35;
  text-decoration: underline;
}

.common-duihao {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("../../views/images/icon_duihao1.png");
}

.common-duihao.active {
  background: url("../../views/images/icon_duihao.png");
}

.litigant_body label {
  font-size: 13px !important;
  font-weight: normal;
  color: #000000;
}

.common-padding-9_5 {
  padding-right: 9.5%;
}

.common_bg_244 {
  background: rgba(244, 244, 244, 1);
}

.common_height_350 {
  height: 350px;
}

.common_height_305 {
  height: 305px;
}

.common_bor_bottom_2_ED1D35 {
  border-bottom: 2px solid #ED1D35;
}

.common-center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.common_wi100_he100 {
  width: 100%;
  height: 100%;
}

.border_top_none {
  border-top: none !important;
}

.common_enclosure_style {
  width: 128px;
  height: 128px;
  text-align: center;
  background: #dddddd;
}

.common_enclosure_style img {
  width: 100%;
  height: 100%;
}

.common_enclosure_style .common_enclosure_style_pdf {
  font-size: 96px;
}

.common_label {
  border-radius: 6px 0px 6px 0px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  padding: 5px 8px;
}

.common_chongxinjianding {
  background: rgba(0, 120, 231, 0.2);
  color: rgba(0, 120, 231, 1);
}

.common_cuiban {
  background: rgba(2, 197, 63, 0.2);
  color: rgba(2, 197, 63, 1);
}

.common_yaohao {
  background: rgba(2, 197, 175, 0.2);
  color: rgba(2, 197, 175, 1);
}

.common_zhiding {
  background: rgba(197, 141, 2, 0.2);
  color: rgba(197, 141, 2, 1);
}

.common_xieshang {
  background: rgba(232, 0, 193, 0.2);
  color: rgba(232, 0, 193, 1);
}

.common_taskSuspension {
  position: relative;
  top: -5px;
  color: #FF4646;
  border: 1px solid #FF4646;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 15px;
}

.top_-5 {
   top: -5px;
 }

.top_30 {
  top: 30px;
}

.top_1 {
  top: 1px;
}

.top_-1 {
  top: -1px;
}

.popup_close {
  position: absolute;
  top: 11px;
  right: 10px;
}

/************************************************************联系客服样式**************************************************************/
#chatBtn {
  bottom: 70px !important;
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.modal-content {
  border: none;
}

.totalClassPagination {
  padding: 2px 15px 2px 15px;
  font-size: 13px;
  /* line-height: 1.4; */
  text-align: center;
  position: relative;
  top: 2px;
  border-radius: 4px;
  color: #656565;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
}

.common_badge {
  background-color: #ED1E35;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}

svg {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  /*background: red;*/
  height: 0;
}

.common-disabled {
  color: #BFBFBF !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%) !important;
  border: 1px solid #E1E1E1 !important;
}
.common-d_flex{
  display: flex;
}

/* hader头公共样式 */
.header-bar {
  overflow: hidden;
  padding: 15px;
  display: flex;
  align-items: center;
}

.header-bar .header-bar-title {
  float: left;
  font-size: 14px;
  flex: auto;
}

.header-bar .header-bar-extra {
  float: right;
  display: flex;
  align-items: center;
}

.group-partition span {
  border-left: 1px solid #EAEAEA;
  padding: 5px 10px;
  color: #ED1D35;
}
.icon-search{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  padding: 0 5px;
}

/* 客服样式 */
#K_L_D {
    z-index: 99999 !important;
}

.color_FCC10B {
  color: #FCC10B;
}