.checkin-button{

}
.checkin-button i{

}
.checkin-button > i em {

}
.checkin-container{
    padding: 4px 6px;
    line-height: 22px;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    border-radius: 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    clear: both;
}
.checkin-container input {
   /* border: none;*/
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 3px 0 0 6px;
    margin: 0;
    max-width: inherit;
}
#checkin_select{
    background-color: #f1f1f1;
    color: #000!important;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #ccc;
    float: left;
    padding: 0 .6em;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
	display: inline-flex;
}
#checkin_select:after{
    display: block;
    content: "";
    clear: both;
}
#checkin_select .checkin_select_name{
    max-width: 90%;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.checkin_select_remove{
    margin-left: 8px;
    cursor: pointer;
}
.checkin_select_remove:after{
    content: "x";
    padding: 0px 2px;
}
.checkin_suggest_list{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    border: solid 1px #dddddd;
    border-radius: 3px;
    max-width: 445px;
    padding: 4px 0;
    z-index: 9999;
    max-height: 300px;
    overflow: auto;
}
.checkin_suggest_item{
    padding: 3px 7px !important;
}
.checkin_suggest_item:hover, .checkin_suggest_item.ui-state-focus{
    background-color: #428bca;
    color: #FFFFFF;
    cursor: pointer;
    border:none !important;
}
.checkin_suggest_item .checkin_suggest_avatar{
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.checkin_suggest_item .checkin_suggest_avatar img{
    width: 100%;
}
.checkin_suggest_item .checkin_suggest_info{
    margin-left: 45px;
}
.checkin_suggest_item .checkin_suggest_name{
    font-weight: bold;
}
.checkin-container .col-md-10 {
    width: 82.33333333%;
}
.checkin-container .col-md-2 {
    width: 16.66666667%;
}
#checkin_item_type{
   /* border: none;*/
}
@media (max-width: 767px){
    .checkin_suggest_list{
        width: 240px !important;
    }
    .checkin-container .col-md-10 {
        width: 72%;
    }
    .checkin-container .col-md-2 {
        width: 26%;
    }
}
@media (max-width: 365px){
    .checkin_suggest_list{
        width: 240px !important;
    }
    .checkin-container .col-md-10 {
        width: 63%;
    }
    .checkin-container .col-md-2 {
        width: 35%;
    }
}
@media (max-width: 320px){
    .checkin_suggest_list{
        width: 200px !important;
    }
    .checkin-container .col-md-10 {
        width: 63%;
    }
    .checkin-container .col-md-2 {
        width: 35%;
    }
}