/**
 *
 * Apply your custom CSS here
 *
*/
.image-title{
    position:absolute;
    margin-top:-20px;
    width:100%;
    text-align:center;
}
.navbar-nav > li > a {
     padding-top: 10px!important; 
     padding-bottom: 10px!important; 
}
.navbar {
    min-height: 3px!important;
}
.input-group-addon {

  background-color: #f1f4f5!important;
  border-top-right-radius:10px!important;
  border-bottom-right-radius:10px!important;
}
.no-radius{
    border-radius:0px!important;
}
.radius1{
    border-radius:5px!important;
 
}
.btn + .btn{
    margin-left:0px!important;
}
.ckeditor + .cke {
  margin-top: 0px;
  margin-bottom: 0px;
}
.link{
    color:#0a1ad5;
}
.bootstrap-timepicker-widget {
   z-index:99999!important;
}
.cbp_tmtimeline:before {
    background:#f1f4f5!important;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel{
    background:#f1f4f5!important;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after{
    border-right-color: #f1f4f5!important;
}
.list-label a {
    padding: 5px;
}

select::-ms-expand { display: none; }          
.info-select{
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片
    background: url(../img/arrow.png) no-repeat scroll right center transparent; */          
}