/* Write your styles */
.nointerval {
	padding: 0;
	margin: 0;
}
.border-blue {
	margin-top: 0.3em;
/*	border: 1px solid #3bb4f2;
*/}
.textcenter {
	text-align: center;
}
.textred {
	color: red;
}
.am-thumbnail {
    border-radius: 1.5rem;
	border: 1px solid #F5F5F5;
	/*padding: 0.1rem;
*/}
.all-width {
	width: 100% !important;
}
.no-padding {
	padding: 0 ;
}
.padding-top-sm {
	padding-top: 0.5rem;
}
/*ajax style*/
.line-list-btn {
    display: inline-block;
    background-color: #0e90d2;
    padding: 2rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0.5rem;
    color: #FAFAFA;
    border-radius: 0.3rem;
}
select {
    border-radius: 0.5rem;
    letter-spacing: 3px;
	margin-top: -3px;
	color: #263238;
	background-color: white;
	padding: 0.5rem;
}
.am-panel-hd {
	padding: 2rem;
}
.am-panel-primary>.am-panel-hd {
    color: #fff;
    background-color: #191920;
	border-top: 1px solid #424242 !important;
    border-color: #191920;
}
.am-panel-primary {
    border: none;
}

.am-sticky-placeholder{
    height: 0px; margin: 0px;
}
.list_title{
    width:100%; height:75px; line-height:75px; text-align:left; background:#F4F7F4;
    float:left; font-size:20px; font-weight:bold;padding-left: 5%;
}
.list_item{
    
}
.list_item .item_box{
    width:100%;height:75px;line-height:75px;text-align:left;background:#FBFEFB
}
.list_item .item_box .pic{
    width:20%;height:75px;float:left;margin-left:5%;
}
.list_item .item_box .name{
    width:50%; height:75px;float:left;margin-left:5%;
}


















