
:not(input){
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.minifont {
    font-size: xx-small !important;
}
.middlfont {
    font-size: 16px !important;
}
.notshow{
    display:none
}
.nopadding, .nopadding div {
    padding: 1px !important;
}
.noborder{
    border:none !important;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 100%; }


.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%; }

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }

.col-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.col-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%; }
.col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
.col-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
.col-33, .col-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
.col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
.col-70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
.col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
.col-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
.col-offset-25 {
    margin-left: 25%;
}
.item-text-wrap {
    overflow: visible;
    white-space: normal;
}
.button-clear {
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    transition: opacity .1s;
    padding: 0 6px;
    max-height: 42px;
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
}
.transtext{
    color: transparent;
}
.graytext{
    color: lightgray;
}
.assertive, a.assertive {
    color: #ef4e3a;
}
.royal, a.royal {
    color: #8a6de9;
}
.positive, a.positive {
    color: #4a87ee;
}
.boxline {
    border-right: 1px solid lightgray;
}
.picbox {
    width: 96%;
    margin-left: 4%;
    margin-top: 10px;
}

.picbox li {
    width: 30%;
    float: left;
    margin: 5px 3px;
    padding: 1px;
}

.picbox li img {
    width: 100%;
}


.card {
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.card>.bl:last-child{
    border-bottom: none;
}
.card>*>.bl:last-child{
    border-bottom: none;
}
.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.redcolor {
    color: red;
}
.numbtn{
    background-color: #56b041;
    color: white;
    border-radius: 50%;
    width:30px;
    height:30px;
    line-height: 30px;
    outline: none;
    border: 0;

}

/* ============================================================
  STYLE 1
============================================================ */
.style-1 input[type="text"] {
    padding: 10px;
    border: solid 1px gainsboro;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus, .style-1 input[type="text"].focus {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}

/* ============================================================
  STYLE 2
============================================================ */
.style-2 input[type="text"] {
    padding: 10px;
    border: solid 5px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.style-2 input[type="text"]:focus, .style-2 input[type="text"].focus {
    border: solid 5px #969696;
}

/* ============================================================
  STYLE 3
============================================================ */
.style-3 input[type="text"] {
    padding: 10px;
    border: solid 5px #c9c9c9;
    -webkit-box-shadow: inset 0 0 0 1px #707070;
    -moz-box-shadow: inset 0 0 0 1px #707070;
    box-shadow: inset 0 0 0 1px #707070;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}
.style-3 input[type="text"]:focus, .style-3 input[type="text"].focus {
    border: solid 5px #969696;
}

/* ============================================================
  STYLE 4
============================================================ */
.style-4 input[type="text"] {
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.style-4 input[type="text"]:focus, .style-4 input[type="text"].focus {
    border-bottom: solid 2px #969696;
}

/* ============================================================
  STYLE 5
============================================================ */
.style-5 input[type="text"] {
    padding: 10px;
    border: solid 1px #fff;
    -webkit-box-shadow: inset 1px 1px 2px 0 #707070;
    -moz-box-shadow: inset 1px 1px 2px 0 #707070;
    box-shadow: inset 1px 1px 2px 0 #707070;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.style-5 input[type="text"]:focus, .style-5 input[type="text"].focus {
    -webkit-box-shadow: inset 1px 1px 2px 0 #c9c9c9;
    -moz-box-shadow: inset 1px 1px 2px 0 #c9c9c9;
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.badge, .nobg{
    background-color: transparent;
}
.search{
    /*border-color: #145fd7;*/
    border-color: #45b7ec;
    border-width: 1px;
    /*background-color: #4a87ee;*/
    background-color: #45b7ec;
    color: #fff;
    padding:12px;
}
.button-full{
    width:100%;
    /*margin-top: 10px;*/
    margin-bottom: 5px;
}
.dfcolor{
    /*background-color: #4a87ee;*/
    background-color: #45b7ec;
    color: #fff;
}
.dfcolor>a, .dfcolor>h1{
    background: transparent;
    color: #fff;
}
.dfcolor .btn{
    border-color:transparent;
    font-size: unset;
}
.whitetext{
    color:#fff !important;
}
.front {
    position: relative;
    z-index: 2;
    padding: 16px;
    background-color: white;
}
.back{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}
.dfbtcolor{
    background-color: #45b7ec;
    color: #fff;
}
.noradius{
    border-radius:0px;
}
.tgraycolor{
    background-color: #f5f5f5;
    color: #222;
}
.fw700{
    font-weight: 700;
}
.flat{
    padding: 5px !important;
}
.halfheight{
    height:50% !important;
}
.nomargin{
    margin:0px;
}

.notuse .btn3d, .notuse .btn3d:active {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(71, 188, 243, 0.13)), color-stop(0, #00121a));*/
    background-color: #969696;
}

.btn3d{
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45b7ec), color-stop(1, #0386C3));*/
    background-color: #2ea7de;
    border-radius: 2px;
    color:white;
}
.btn3d:active{
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #45b7ec), color-stop(0, #0386C3));*/
    background-color: #3d89ad;
    border-radius: 2px;
    color:white;
}
.ptb15{
    padding-top:15px;
    padding-bottom:15px;
}
/*--------bindselector.html-------*/
.navheader{
    height: 40px;
    background-color: #f5f5f5;
}
.navheader>h4{
    padding:8px 16px;
}
/*--------end------*/
/*--------doctor.html-------*/
.itemcard{
    padding:16px;
    border-bottom:1px solid lightgray;
}
.box{
    border: 1px solid lightgray;
    padding: 16px;
    padding-left: 100px;
}
.box h2{
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 500;
}
button p{
    display:inline;
    font-size: 12px;
    color: #b2b2b2;
}
.box p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #666;
    font-size: 14px;
}
.box>img:first-child{
    max-height: 70px;
    min-width: 70px;

    position: absolute;
    left: 30px;
    max-width: 40px;
    width: 100%;
    border-radius: 4px;
}
.box1{
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding:16px;
}
.box2{
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    /*text-align: center;*/
}
.box1>p{
    margin-bottom:unset;
    padding-bottom: 10px;
}

.item{
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    padding: 12px;
}
.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 700;
}
.icon-button{
    background-color: white;border: 0px;
    font-size: 12px;
    color: #b2b2b2;
}
.w50{
    width:50%;
}
.nvbt{
    background-color: #45b7ec;
    color: white;
    padding: 12px;
}
button[disabled]{
    opacity: .5
}
.nooutline{
    outline:none
}
/*--------end-------*/
/*--------feedetail.html-------*/
.sfont{
    font-size: 15px;
}
.tiny{
    font-weight: 500;
    font-size: 12px
}
.bl{
    border-bottom: 1px solid lightgray;
}
.minifont {
    font-size: 16px !important;
}
/*--------end-------*/
/*--------guideinfo.html-------*/
.bigline{
    line-height:140%;
}
/*--------end-------*/

/*--------myfav.html-------*/
.container{
    position:relative;
    border-bottom: 1px solid lightgray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pullleft{
    right: unset;
    left:0;
}
.front h2{
    font-weight: 500;
    font-size: 18px;
}
.front p,.front h2{
    margin: unset;
}
.delbtn{
    color:red;
    background: transparent;
    outline: none;
    width:15%;
    border:none;
}
/*--------end-------*/
/*--------myreservation.html-------*/
.mycard{
    position:relative;
    border-bottom: 1px solid lightgray;
}
.infobox{
}
.infobox h3, .infobox>h2{
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 100;
}

.upbtn, .downbtn, .smsnoticbtn{
    display: block;
    border:none;
}
.upbtn{
    /*border-color: #145fd7;*/
    background-color: #4a87ee;
    color: #fff;
}
.downbtn{
    /*border-color: #cc2311;*/
    background-color: #ef4e3a;
    color: #fff;
}
.smsnoticbtn{
    /*border-color: #552bdf;*/
    background-color: #8a6de9;
    color: #fff;
}
.mycard>.itemcard{
    border: none;
}
/*--------end-------*/
/*--------queryfee.html-------*/
.columnfont{
    font-size: medium !important;
}
.columnfont1{
    font-size: xx-small !important;
}
/*--------end-------*/
/*--------queryitemdetail.html-------*/
.searchnav{
    margin:3% 5%;
}
.searchnav>label{
    background: #eee;padding: 5px;margin-top: 6px;
}
.searchnav>label input{
    width: 65%;margin-right: 3%;background: transparent;border:none;font-size: 15px;outline: none;
}
.searchnav>button{
    height: 26px;margin-left: 8px;
}
.f15{
    font-size: 15px;
}
.bd1{
    border: 1px solid #ddd;
}
/*--------end-------*/
/*--------shortcutreglist.html-------*/
.scard{
    padding:4px;
    border-bottom:1px solid lightgray;
}
.scard .box{
    padding: 8px;
    padding-left: 100px;
}
.scard .box>img:first-child{
    left: 20px;
}
.mb10{
    margin: 0 0 10px !important;
}
/*--------end-------*/

/*--------ybbindselector-------*/
.selcontainer {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    height: 43px;
    background-color: white;
}
.selcontainer>label{
    padding-left: 15px;
}
.selcontainer>select {
    width: 25%;
    margin-left: 38%;
    position: absolute;
    right: 15px
}
/*--------end-------*/
/*--------departmentlist.html-------*/
.searchfield {
    background: #eee;
    padding: 5px;
    margin-top: 6px;
}
.w8p{
    width:8%;
}
.atcenter{
    margin-top:45px;margin-bottom: 50px;
}
.searchfield input {
    width: 80%;
    border: unset;
    background: transparent;
    border: none
}
.back button{
    height: 100%;
}
.squre{
    padding-left: 70px;
}
.squre .onlytext{
    height: 40px;
    line-height: 40px;
}
.squre>img:first-child{
    position: absolute;
    left: 30px;
    width: 100%;
    border-radius: 4px;
    max-width: 40px;
    max-height: 40px;
}
.squre h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 500;
}
.squre p{
    margin-bottom: unset;
}
.backbtn{
    background-color: #4a87ee;
    color: #fff;
    border: none;
}
.vicon{
    font-style:normal;
}
.info{
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    color: #444;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bar .icon{
    padding-left: 4px;
    padding-right: 4px;
    font-size:17px;
    color: #aaa;
}
input,button{
    outline:none
}
.frontbg{
    background-color: #f8f8f8;
}
.infoopen{
    line-height: 38px;
    transition: 0.1s all linear;
}
.info.close{
    line-height: 0px;
}
.close{
    line-height: 0px;
}
/*--------end-------*/
/*--------myexamination.html-------*/
.simplecontent{
}
.simplecontent p{
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
    color:black;
}
.list.card {
    padding: 12px 11px;
    margin-right: 20px
}
/*--------end-------*/
/*--------payment.html-------*/
.div_row{
    border-top:1px solid #ddd;
    padding:0px;
}
.div_right {
    border-right:1px solid #ddd
}
.button-pay{
    width: 94%;
    margin: 0px 10px;
    background-color: #FF0000;
    height: 50px;
    padding: 0px 12px;
    border-color: white;
}
/*
.selectitem{
    padding-left: 60px;
}
.selectitem>img:first-child{
    position:absolute;
    padding: 4px 10px;
    height: 40px;
    left:3%
}*/
.selectitem{
}
.selectitem img:first-child {
    height:70px
}
.selectitem>span{
    height:70px;
    line-height:70px;
}
.alignright{
    position:absolute;
    right:10px;
}
.tl{
    border-top:1px solid #ddd;
}
/*--------end-------*/
/*--------queryitemdetail.html-------*/
.mr60{
    margin-right: 60px;
}
.searchfield button{
    position: absolute;
    right: 0;
    top: 2px;
}
.fullwidth{
    width: 100% !important;
}
.padl20{
    padding-left: 20px !important;
}
.pullleft{
    position: absolute !important;
    left:0;
}
.pullright{
    position: absolute !important;
    right: 0;
}
/*--------end-------*/
.mt45{
    margin-top:45px;
}

/*-------------------*/
.patientcard>p{
    color: inherit;
    margin: 2px 0;
    font-size: 18px;
}
/*.patientcard:active{
    background-color: #45c8ff;
    color: white;
}*/
.patientcard.selected{
    background-color: #c9c9c9;
    border: 1px solid black;
}
/*.patientcard.selected.bl{*/
    /*border: 1px solid black;*/
/*}*/
.patientcard{
    color: black;
    padding: 4px;
    border: 1px solid transparent;
}