body{margin: 0px;}
.modal .title{font-size: 16px;font-weight: 600; color: #005599;}
.active{color:white !important; background: #2e6da4 !important; border-color: #2e6da4 !important;}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #cccccc !important;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arrow.png") no-repeat scroll right center white !important;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px !important;
    padding-left: 10px !important;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.select-full,.select-circle{overflow: hidden;}
.select-full .form-control{float: left; width: 33.33%; border-radius: 0px; padding: 0px; text-align: center;}

.select-circle .form-control{float: left; width: 33.33%; border-radius: 0px; padding: 0px; text-align: center;}
.select-circle .form-control:first-child{border-radius: 5px 0 0 5px;}
.select-circle .form-control:last-child{border-radius: 0 5px 5px 0;}

/*header*/
.header{width: 100%; height: 40px; background: #f15e4c; position: fixed; top: 0;z-index: 999;}
.header > table{width: 100%; color: white;}
.header > table td:first-child,.header > table td:last-child{width: 50px;}
.header td{text-align: center; line-height: 40px;}
.header td:active{background: #126afd;}
.header td:nth-child(2){border-left: 1px solid white;border-right: 1px solid white;}

.footer{width: 100%; height: 40px; background: #f15e4c; position: fixed; bottom: 0;z-index: 999;}

.has-header{margin-top: 40px;}
.no-padding{padding: 0px;}

.list-full{margin: 0px;}
.list-full > .list-group-item{border-radius: 0px !important; margin: 0px; border-bottom: 1px solid #e5e5e5; border-top: none;}
.list-full > .list-group-item:active{border: 1px solid #126afd !important;}
.modal-body .list-full > .list-group-item:last-child{border-bottom: none;}

.list-img{overflow: hidden;}
.list-img > img{width: 64px; height: 64px;float: left; margin-right: 5px;}
.list-img > p{margin: 0px; color: #696969;}
.list-img > span{color: #696969;}