
.left5{
    margin-left: 5px;
}
.left10{
    margin-left: 10px;
}

.left15{
    margin-left: 15px;
}

.left20{
    margin-left: 15px;
}
.bold{
    font-weight: bold;
}

.red{
    color: red;
}
.green{
    color: #008000;
}
.grey{
    color: #808080;
}


/* for foot*/

#foot {
    padding-top: 30px;
    clear: both;
    height: 20px;
    line-height: 20px;
    color: #77C;
    /*background: none repeat scroll 0% 0% #E6E6E6;*/
    text-align: center;
}
#foot div{
    background: none repeat scroll 0% 0% #E6E6E6;
}

.sk-list-li{
    min-height: 2em;
}
.sk-content{
    margin-right: 8px;
}
.sk-date{
    color: #666;
    margin-left: 12px;
    font-size: 0.8em;
}
.sk-edit{
    font-size: 0.85em;
}
.pointer{
    cursor: pointer;
}
.ui-selecting { background: #FECA40; }
.ui-selected
{
    background: #F39814; color: white;
}
.sk-small{
    font-size: 0.8em;
}

.icon-1x {
    font-size: 1.4em;
}
.icon-1x.icon-border {
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.js-compare-merge{
    background-color: white;
    width: 100px;
    height: 26px;
    display: inline-block;
    border: 1px solid #c15d3e;
    background-color: #c15d3e;
    color: #fff;
    text-align: center;
    line-height:26px;
    border-radius: 5px;
    cursor:pointer;
    margin-left:228px!important;
    margin-bottm:2px;
}
.js-compare-merge:hover {
    background-color: #d4756d;
}

em.merge {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ededed;
    border: 1px solid #bfbfbf;
    margin: 8px 10px 0 0;
    /*float: left;*/
    cursor: pointer;
    margin-left:20px;
}

em.merge.check {
    background: url(/weidian/Public/clinic/yg/admin/images/qx-check.png) no-repeat;
    border-color: #c15d3e;
    background-size: 100% 100%;
}