/*
Update by Paditech
Au: CCN Team;
Paditech.com
*/

.toolbar .toolbar-inner .list-menu .menu li.item_menu_home span{
	padding-top: 40px;
}
.page-home .md-invate .ct span.text_ct{
	color: #111;
	float: left;
}
.page-home .md-invate .ct span#code_value_span{
	color: #111;
	float: left;
}
.page-home .md-invate .ct .s_input_copy{
	float: left;
	position: relative;
}
.page-home .page-content .md-left #code_value_input{
	color: #111;
	position: absolute;
	opacity: 0;
	z-index: -1;
	top: 0;
	left: -3000px;
	width: 100%;
}
.page-home .page-content .md-left #copy_button{
	position: relative;
	z-index: 999;
}
.ios .toolbar{
	position: fixed !important;
}

 .comtent-header-back .drop-down .bs-caret .caret{
    width: 28px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAQCAYAAADnEwSWAAAABHNCSVQICAgIfAhkiAAAAKlJREFUOE+t1NENgCAMBNBjMkdRN2CUbqCO4mYGAwYV2kPxT9P05YrFAYD3fgIwiMgc3ns9z74uflgisPYCS30DtgIYszS/wQcUWm8iMrk4xm5gDQrOifUCNeiG/QUt6IV9BRmoiLWCLFTFWLAFUjELbIVMrAYC2AGki+DaI+vmuX59rbCw+Hn5ubAWRCVT9pBOlHpQySognegTlp0h2NHl421KxpyLVnMAX/x8EfQ6ck4AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    top: 50px;
    right: 30px;
	cursor: pointer;
 }
 #drop-down-link {
  position: absolute;
  right: 0;
  padding-right: 40px;
  height: 100%;
 }
 #drop-down-link .dropdown-menu a.dropdown-item {
    display: flex;
    margin-bottom: 20px;
    padding: 0px 0 20px;
    font-size: 26px;
    font-weight: normal;
    border-bottom: 2px solid #585555;
    color: #333;
  }
  #drop-down-link .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #drop-down-link .dropdown-menu a.dropdown-item span.icon{
      position:relative!important;
      top:0!important;
      right:inherit!important;
      width: 100px;
  }
  #dropdownMenuButton {
    background: transparent;
    height: 100%;
    outline: none !important;
  }
  #dropdownMenuButton:focus-visible {
   outline: none !important;
  }
  #drop-down-link .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 420px;
    position: absolute;
    top: 100px;
    background: #c1c0c0;
    border-radius: 15px;
    padding: 20px 0 15px 15px;
    border: 1px solid #c1c0c0;
    margin-right: 20px;
    /* box-shadow: 5px 5px 5px 5px #676464; */
  }

.history .cos-table-list table tr th:nth-child(1),
.history .cos-table-list table tr td:nth-child(1) {
	width: 35%;
}
#dropdownMenuButton .fa.fa-angle-down{
  color: #108526;
  font-size: 100px;
}

span.badge-danger {
    width: auto!important;
    height: auto!important;
    padding: 15px!important;
    color: #fff!important;
    background-color: #dc3545!important;
}
.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
span.notice_unread, span.article_unread, span.push_unread  {
    background: red!important;
    padding: 10px !important;
    border-radius: 20px !important;
}
.unread {
    background: #00ffff17!important;
    margin: 0px 0px 10px 0px;
}
