body{
    background: #1b2838;
    color: #fff;
	overflow-x:hidden;
}
a, a:hover{
	    text-decoration: none;
		 color: #fff;
}

.card .card-body {
    padding: 8px 8px 0px;
	max-height:60px;
	overflow: hidden;
}
h5.card-title {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.card {
    background-color: rgb(93, 93, 93);
    background-clip: border-box;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
svg.bi {
    margin-top: -3px;
}
.card:hover .card-body{
    max-height: 100%;	z-index:10; display:block;
}

input.form-control.mr-2.col-6.form-control-lg {
	width:100%;
}
form.form-inline.my-2.my-lg-0 {
    display: inline;
}
.list-ul li{
	list-style: none;
    margin-bottom: 5px;
    line-height: 28px;

}
.list-ul{
	padding-left:0;
}
.bg {
    background: #f3f3f3;
    padding: 1px 15px 15px 15px;
    margin-bottom: 30px;
	border-radius:5px;
}
.title {
	font-size:29px;
}
.before {
    color: #999;
}
.pretty {
    color: #fff;
}
.after{
    color: #999;
}
span.badge.badge-light {
    font-weight: normal;
}
.badge {
    padding: .13em .39em;
    font-size: 14px;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}
.page-link {
    position: relative;
    display: block;
    padding: 8px 13px;
    line-height: 1.25;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: bold;
}
.page-item.active .page-link, 
a.page-link:hover  {
    z-index: 3;
    color: #fff;
    background-color: #111;
    border-color: #111;
    border-radius: -1px;
}
#tag-container section {
    border: 1px solid transparent;
    border-radius: 5px;
}
#tag-container .tag {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    display: flex;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: .2em;
}
#tag-container .tag .name {
    flex: 1;
}
#tag-container .tag .count {
    min-width: 2.5em;
    justify-content: flex-end;
}
.tag {
    font-size: 1em;
    vertical-align: middle;
    display: inline-flex;
    margin: .13em;
    flex-direction: row;
    justify-content: center;
	width: 16%;
	float:left;
}
.name {
    color: #fff;
    background: #4d4d4d;
    /**  background: #F4D03F; **/
}

.meta-title {
    color: #fff;
    background: #F4D03F;
}
.count {
    color: grey;
    background: #333;
    box-shadow: inset 0 0 0.4em #2b2b2b;
}
#tag-container .tag .count {
    min-width: 2.5em;
    justify-content: flex-end;
}
.count {
    color: grey;
    background: #333;
    box-shadow: inset 0 0 0.4em #2b2b2b;
}
.tag .count {
    font-size: .9em;
    color: #ccc;
    font-weight: 400;
    padding: .13em .26em;
}
.tag .count, .tag .name {
    display: flex;
    padding: .13em .39em;
    align-items: center;
}
.tag>:first-child {
    border-top-left-radius: .3em;
    border-bottom-left-radius: .3em;
}
.tag>:last-child {
    border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
}

/********/	
.img-thumbnail{
    padding: 3px;
    background-color: #fff;
    border-radius: 0;
}
.card-body:hover{
    background: #c5c5c5;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 12px;
    background: #f3f3f3; 
}
.img-thumbnail{
	 border-top-left-radius: .3em;
    border-top-right-radius: .3em;
}
.card-body{
	 border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}
	
#back2Top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
    font-size: 45px;
}
.detail .col-md-3.col-sm-6.mb-4{
    padding-right: 10px;
    padding-left: 10px;
}
.detail .img-thumbnail{
	border-radius:0 !important;
}
.detail .mb-4{
    margin-bottom: 5px !important;
}
.detail .col-md-3.col-sm-6.mb-4 {
    width: 49% !important;
}
.read1{         
	overflow-x: auto;
    overflow-y: visible;
}
.read1 img{
	max-width:100%;
}
.bad{
	display:inline-block;
	font-size:14px;
	    background: none;
}
.bad-f{
	background:#6c757d;    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px 0 0 3px;
    padding-bottom: 2px;
}
.bad-fix{
	padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 3px 3px 0;
    background: #000;
    padding-bottom: 2px;
	
}
.bad:hover .bad-f{ 
	border-radius: 3px 0 0 3px;
	background:#44474a;
}
.bad:hover .bad-fix{  
	border-radius: 0 3px 3px 0;
}
a.badge.badge-secondary.mr-2 {
    font-weight: normal;
    font-size: 14px;
}
.alert a{   
	color:#000;
}
.alphabetical-pagination {
    list-style: none;
}.alphabetical-pagination li {
    display: inline-block;
}
.alphabetical-pagination li a, .alphabetical-pagination li span {
    display: inline-block;
    font-size: 0.9em;
    line-height: 2.4em;
    height: 2.4em;
    min-width: 2.4em;
    margin-right: .3em;color: #211e1e;
    text-align: center;
}
.alphabetical-pagination li a.current, .alphabetical-pagination li span.current,.alphabetical-pagination li a:hover {
    border-radius: 100%;
    font-weight: 700;
    color: #fff;
    background-color: #2e2e2e;
	color:#fff;
}
@media all and (max-width: 680px) {
  .tag {
	width: inherit;
}
}


.detail a.d-block.mb-4.h-100, .row .col-lg-3.col-md-4.col-6.mb-3 a{
    background-image: url(../img/loadfb.gif);
    background-repeat: no-repeat;
    background-position: center 25%;
}
.containerzz {
    background: #434e58 !important;
    margin: 0 auto;
    padding: 5px;
}  
.container.nobg span {
    font-weight: bold;
    padding: 10px;
}