@charset "utf-8";

.hospital_top {
    height: 100px;
    padding: 15px 20px;
    border-bottom: 1px dashed #ddd;
}

.hospital_top img {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.hospital_ls h1 {
    margin-bottom: 10px;
    line-height: 30px;
}

.hospital_ls span {
    color: #999;
}
.box_content_top{
    background: #FFF;
    min-height: 360px;
    display:none;
    clear: both;
    overflow: hidden;
}

.scope {
    width: 400px;
    height: 285px;
    overflow: auto;
    border: 1px solid #c4c4c4;
}

.btn_uploading {
    position: relative;
}

.ui-form-update1 {
    overflow: visible;
    padding-bottom: 1px;
}

.ui-form-update-btn1 {
    position: absolute;
    top: 26px;
    left: 99px;
    background: #3bbbc9;
}

.contentwrapper p {
    margin: 0;
}

.status {
    position: absolute;
    top: 48px;
    right: 153px;
    width: 135px;
    height: 55px;
}

.ui-form-name1 {
    width: 115px;
}

.ui-form_l1 {
    margin-bottom: 10px;
    background: #f2f2f5;
}

/*.ui-form_l1:hover > .btn_del {*/
/*display: inline !important;*/
/*}*/

.elements {
    clear: both;
    overflow: hidden;
}

.hornav {
    clear: both;
    overflow: hidden;
    position: relative;
}

.list {
    float: left;
    margin: 10px 0 10px 0;
}

.box {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
    padding-bottom: 20px;
}

.last2 {
    clear: both;
    overflow: hidden;
}

.lines {
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #c4c4c4;
    margin-right: 5px;
}

.permit2 {
    font-size: 12px;
    margin: 10px 20px 10px 20px;
}

.merge {
    padding: 5px;
    border: 1px solid #c4c4c4;
    margin: 0 10px 0 10px;
    display: inline-block;
}

.pic {
    display: inline-block;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pic span {
    display: inline-block;
    background: #999;
    color: #666;
    padding: 6px 34px;
    border-radius: 10px;
    font-size: 14px;
    position: absolute;
    top: -21px;
    left: -1px;
}

.pic .istab {
    color: #fff;
    background: #0E932E;
    border-radius: 10px;
    z-index: 999;
}

.note {
    color: #999;
    font-size: 12px;
}

#ui-form {
    margin-bottom: 10px;
}



.tableoptions {
    background: #fff;
    padding: 0;
}

.btn_add {
    margin-top: 10px !important;
}

#hospital_content {
    width: 521px;
}

.require::before {
    color: #ff1313;
    content: "*";
    font-size: 12px;
    left: -10px;
    position: relative;
    top: 0;
}

.btn_del {
    color: #05A;
    margin: 14px 28px 0 0;
}

.remark {
    border: 1px #ddd solid;
    word-break: break-all;
    border-radius: 3px;
    width: 150px;
    padding: 10px;
    position: absolute;
    background: #fff;
    top: 106px;
    right: 35px;
    height: 100px;
    box-shadow: 1px 3px 1px #FEC;
    display: none;
}

.remark:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ddd;
    position: absolute;
    top: -11px;
    left: 21px;
}
.certs_status{
    font-size: 74px;
    position: absolute;
    top: 33px;
    right: 3px;
}






.contenttitle_certs_title {
    border-bottom: 3px solid orange;
    overflow: hidden;
    margin-bottom: 10px;
}
.contenttitle_certs_title>p {
    background: orange;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-weight: bold;
    display: inline-block;
}
.longtime{
    margin-top: 0 !important;
}
.permit2 .ui-form-name:after {
    content: ':';
    display: block;
    width: 10px;
    height: 30px;
    background: #f3f7ef;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: -13px;
    top: 0;
}
.ui-form_cert{
    background: #f3f7ef;
    padding: 20px;
    position: relative;
}
.ui-form_cert>ul>li{
    min-height: 40px;
}
.cert_input{
    height: 32px;
    line-height: 32px;
}
