#apisearch input#api-search {
     border: 1px solid #e6e6e6;
     height: 38px;
     border-radius: 3px;
	 font-size: 14px;
 }
 a.search_api {
     font-size: 13px;
     /* color: #444; */
 }
 ul#api_types {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     list-style: none;
 }
#search button.close {
     margin: -27px 50px 0 0;
     display: none;
 }
.apiListblock {
	height:100%;position: relative;
}
 .apiListblock{
 	height: 100%;
 	position: relative;
 	border: 1px solid #fff;
 	margin: 0 0 26px;
 	display: block;
 	padding: 4px;
 	margin-bottom: 18px;
 	line-height: 1.42857143;
 	background-color: #fff;
 	border: 1px solid #ddd;
 	border-radius: 3px;
 	-webkit-transition: border 0.2s ease-in-out;
 	-o-transition: border 0.2s ease-in-out;
 	transition: border 0.2s ease-in-out;
 }
 .listdata .apiListblock > span {
	position: absolute;
    top: 0;
    right: 0;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    left: auto;
 }
 
 .apiListblock .status{
 		border-radius: 2px;
 		font-size: 12px; 
 		padding: 6px 12px;
 		color: #fff;
 }
 .apiListblock .normal{
     background-color: #18bc9c;
     border-color: #18bc9c;
 }
 .apiListblock .shakedown{
    background-color: #f75444;
    border-color: #f75444;
 }
 .apiListblock .maintenance{
     background-color: #f39c12;
     border-color: #f39c12;
 }
 .apiListblock .close{
     
 		 background-color: #F012BE;
 		 border-color: #F012BE;
 }
 .apiListblock .unknown{
     background-color: #ffff00;
     border-color: #ffff00;
 }
 
 
 #apisearch .sicon-search:after {
     content: "";
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
     width: 9px;
     height: 3px;
     position: absolute;
     top: 10px;
     left: 8px;
     background-color: currentcolor;
 }
 
 #apisearch .sicon-search {
     width: 16px;
     height: 16px;
     border-radius: 100%;
     border: 3px solid currentcolor;
     position: relative;
     margin: -27px 0 -47px 92%;
     color: #a3a3a4;
	 cursor: pointer;
 }

#apisearch .hotsearch {
	margin-left: 41%;
	margin-top: 29px;
	 
}

#apisearch {
	background-color: #FFF;
	height: 66px;
	margin-bottom: 22px;
	margin-top: 12px;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.05);
}


#apisearch .so {
	width: 40%;
	padding: 15px 0 0 15px;
}


.fixed-table-loading {
    background-color: #f4f6f8;
    height: 88px;
    font-size: 16px;
    padding: 32px!important;
}

.table-striped > tbody > tr:nth-of-type(odd)  {
	background-color: #fff;
	height: 88px;
	font-size: 16px;
	padding: 32px!important;
}
.apilist .no-records-found td{
	padding: 32px!important;
}
.api_types a.active {
	border: 1px solid #ff6666!important
}
	

.api_types > #api_types > lis a {
	display: block;
	float: left;
	padding: 0px 15px;
	border-radius: 3px;
	font-size: 13px;
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height: 26px;
	color: #444;
	margin-right: 12px;
	margin-bottom: 9px;
	transition: all .2s;
	background: #FFF;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.05);
}
.api_types {
	/*margin-top: 40px;*/
	/*margin-bottom: -25px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.linepss:before {
	content: '';
	width: 4px;
	height: 16px;
	background: #FF6666;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}
.linepss {
	font-size: 16px;
	font-weight: 700;
	color: #555;
	padding-left: 14px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 2px;
	position: relative;
	margin-top: 16px;
}



.listdata .descr{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	font-size: 13px;
	padding: 6px 0 0;
	max-width: 21rem;

	
}
.thumbnail img{
	max-width: 86px;
	float: left;
}

/*.thumbnail img {
	max-width: 90px;
	max-height: 90px;
	float: left;
	padding-bottom: 30px;
 
	margin: 7px auto auto 3px;
}*/

.panel-body{
	padding: 0;
}
.apilist .thumbnail{
	border: 1px solid #fff;
	margin: 0 0 22px;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.col-md-3, .col-md-4{
	padding-left: 11px;
	padding-right: 11px;
}

.fixed-table-body{
		overflow-x: hidden;
		overflow-y: hidden;
}
 
.apilist{
	 max-width: 1170px;
	 margin: 0 auto;
}
.apilist .fixed-table-container{
	border: 0px solid #ddd;
}
.panel{
	background-color: #f4f6f8;
}

.tags.tags-new {
    background-position: 16px -88px;
}
.tags.tags-top {
   background-position: 16px -284px;
}
.tags.tags-hot {
    background-position: 16px 0px;
}

.tags {
    margin: 0;
    display: inline-block;
}
.tags {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 62px;
    height: 62px;
    overflow: hidden;
    background: url('/assets/img/tags_corner.svg') no-repeat 0 0;
}

@media (max-width: 850px){
	.so {
	    width: 99%;
	    padding: 15px 0 0 1%;
	}
	#apisearch .so {
	    width: 98%;
	    padding: 15px 0 0 5px;
	}
	.hotsearch{display: none;}
	
}


@media (max-width: 576px){
	#indexsobj {
	    background-color: #FFF;
	    height: 66px;
	    margin-bottom: -20px;
	    margin-top: auto;
	}
}
