.red_background{
    background: #f5232357 !important;
}

#jitsiConferenceFrame0{
    height:90vh !important;
}

.custom-hidden{
    display: none;
}

.custom-show{
    display: block;
}

.custom-cursor{
    cursor: pointer;
}

.animate-show{
    display: block;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.animate-hide{
    display: none;
    -webkit-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}

.popup-without-close-container{
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}

a:hover{
    text-decoration: none;
}

body {
    padding:0;
    margin:0;
    font-family:Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti;
    background: #00aeef;
    overflow-x:hidden;
}
* {
    -webkit-font-size-adjust: none;
    font-size-adjust: none;
}
a img {
    border:none;
}
a, td , input , button {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
input , textarea , button , select {
    font-family:Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti;
}

label input[type=radio] {
}
label input[type=radio]+label {
    cursor:pointer;
}
 label input[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin: -2px 2px 0 -5px;
    box-sizing:border-box;
    border:2px solid #ccc;
}
/* 臨時添加 中醫強制不能修改，默認選擇否。這裡只是強制改CSS而已 */
/* label #med_no::before   {
    content: "";
    background: #00aeec;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin: -2px 2px 0 -5px;
    box-sizing: border-box;
    border: 4px solid #ddd;
} */
/* ---- */
.Specialist_group label input[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin:0;
    box-sizing:border-box;
    border:2px solid #ccc;
}
/* label .shipping_input[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: -2px;
    margin-left: -5px;
    box-sizing:border-box;
    border:2px solid #ccc;
} */
/*  医生注册界面性别 */
/*  label .DocRegistrationSex[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: -2px;
    margin-left: -5px;
    box-sizing:border-box;
    border:2px solid #ccc;
}  */
/*電子健康  */
/* label .EleHealth[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: -2px;
    margin-left: -5px;
    box-sizing:border-box;
    border:2px solid #ccc;
} */
/* 接受医疗券  */
/* label .MedicalVoucher[type=radio]::before   {
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-top: -2px;
    margin-left: -5px;
    box-sizing:border-box;
    border:2px solid #ccc;
} */
/* 單選 選中 樣式 */
label input[type=radio]:checked::before {
    content: "";
    background: #00aeef;
    box-shadow: inset 0px 0px 2px 3px rgba(255,255,255,1);
}
/* ---- */

/* ---- */
.input_error {
    /*    box-shadow:0 0 10px #f00 , inset 0 0 20px rgba(255,0,0,0.5);*/
    box-shadow:0 0 10px #f00 , inset 0 0 20px rgba(255,0,0,0.1) !important;
    color:#f00 !important;
    border-color:#ff8a8a !important;
    -webkit-animation: showerror 0.5s;
    animation: showerror 0.5s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes showerror {
    0% { opacity: 1; }
    25% { opacity: 0.7; }
    50% { opacity: 1; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
}
@-webkit-keyframes showerror {
    0% { opacity: 1; }
    25% { opacity: 0.7; }
    50% { opacity: 1; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
}

.login_body {
    background:no-repeat url('../images/login_bg.png') bottom center fixed #00aeef;
    background-size: auto 100% ;
}
.login_div {
    display:block;
    width:100%;
    margin:auto;
    max-width:1024px;
    min-height:100vh;
    text-align:center;
}
.login_content {
    padding:40px 20px;
    display:block;
    margin:auto;
}
.login_content img {
    display:block;
    margin:auto;
    width:100%;
}
.login_content span {
    display:block;
    margin:auto;
    padding:5px 0 0 0;
    height:70px;
    width:100%;
    max-width:400px;
}
.Register_btn, .Login_btn {
    line-height:50px;
    border-radius:50px;
    font-size:18px;
    text-align:center;
    border:none;
    cursor:pointer;
    color:#5b5b5b;
    text-decoration:none;
}
.Register_btn {
    background:#ededed;
}
.Register_btn:hover {
    background:#ccc;
}
.Login_btn {
    background:#ffd14e;
    margin-left: 17%
}
.Login_btn:hover {
    background:#ff9c00;
}
.login_content span button {
    width:47%;
    float:left;
}
.login_content span button+button {
    margin:0 0 0 6%;
}
a.forgot_link {
    display:block;
    margin:auto;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size:14px;
}
img.login_logo {
    max-width:250px;
    width:60%;
    margin:auto auto 30px auto;
}
img.login_img_text {
    max-width:540px;
    width:80%;
    margin:20px auto 0 auto;
}
.login_content input {
    max-width:400px;
    width:100%;
    box-sizing:border-box;
    margin:0 auto 10px auto;
    border:2px solid #fff;
    text-align:center;
    display:block;
    height:50px;
    padding:0;
    color:#fff;
    line-height:50px;
    background:none;
    border-radius:50px;
    font-size:18px;
}
.login_content input:placeholder-shown , .login_content input::-ms-input-placeholder{
    color:#fff;
}
.login_content input::-webkit-input-placeholder {
    color:#fff;
}

input:-webkit-autofill {
    background-color: #666 !important;
    background-image:none !important;
    color: #000000 !important;
}

.error_popup {
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    margin:-50px 0 0 -110px;
    padding:20px;
    width:100%;
    max-width:220px;
    box-sizing:border-box;
    z-index:100;
    background:rgba(0,0,0,0.7);
    color:#fff;
    text-align:center;
    font-size:17px;
    border-radius:80px;
}

.Register_box {
    display:block;
    padding:10px;
    /* background:rgba(0,0,0,0.05);*/
}
.Register_box img.login_logo {
    height:100px;
    margin:0 auto;
    padding:0;
    width:auto;
    display:block;
}
.Register_title {
    text-align:center;
    color:#fff;
    display:block;
    font-size: 32px;
}
.reg_sub_menu {
    position: relative;
    display:block;
    height:40px;
}
.reg_sub_menu a {
    display:inline-block;
    padding:5px 15px;
    line-height:30px;
    font-size:15px;
    text-decoration:none;
    background:#ccc;
    color:#999;
    border-radius:5px 5px 0 0;
}
.reg_sub_menu a:hover {
    background:#ffc600;
    color:#fff;
}
.reg_sub_menu a.selected {
    background:#fff;
    color:#333;
}
/*
	註冊界面返回按鈕
*/
.reg_sub_menu .return{
    position: absolute;
    left:10px;
    background:#fff;
    color:#333;
}
.Register_content {
    display:block;
    background:rgba(255,255,255,0.7);
    list-style:none;
    padding:20px;
    margin:0 0 15px 0;
    border-radius:10px;
    text-align:left;
    border-top: 5px solid #fff;
}
.Register_content h1 {
    padding:0;
    margin:0;
    color:#00aeef;
    font-size:25px;
    font-weight:normal;
    line-height:1.6;
}
.Register_content h2 {
    padding:0;
    margin:0;
    color:#000;
    font-size:20px;
    font-weight:normal;
    line-height:1.5;
}
.Register_content h2 b {
    font-weight:normal;
}
.Clinic_content {
    padding:10px 0;
}
.Register_content li {
    display:block;
    padding:5px 0;
    clear:both;
    border-bottom:1px dotted #fff;
}
.Register_content li>span {
    display:block;
    float:left;
    width:25%;
    min-width:160px;
    font-size:15px;
    line-height:25px;
    padding:5px 0;
}
.Register_content li>div {
    padding:0;
    margin:0;
    float:left;
    width:70%;
}
.Register_content li ul.ClinicHours_list {
    padding:0;
    margin:0;
    float:left;
    width:70%;
    display:block;
}
.Register_content li ul.ClinicHours_list li {
    border-bottom:0px dotted #fff;
}
.Register_content li ul.ClinicHours_list li p {
    display:inline-block;
    padding:0;
    margin:0;
    vertical-align:top;
}
.Register_content li ul.ClinicHours_list li label {
    display:inline-block;
    width:120px;
}

.Register_content li>div p {
    display:inline-block;
    padding:0;
    margin:0;
}
.Register_content input[type=text], .Register_content input[type=password], .Register_content select {
    max-width:420px;
    width:70%;
    background:#eee;
    background:rgba(255,255,255,0.7);
    box-sizing:border-box;
    margin:0;
    border:2px solid #fff;
    text-align:left;
    display:block;
    height:35px;
    padding:0 2%;
    color:#222;
    line-height:35px;
    border-radius:50px;
    font-size:16px;
}
.Register_content input[type=file] {
    background:#eee;
    background:rgba(255,255,255,0.7);
    box-sizing:border-box;
    margin:0;
    border:2px solid #fff;
    text-align:left;
    display:block;
    padding:0 2%;
    color:#222;
    height:35px;
    border-radius:50px;
    font-size:16px;
    display: -webkit-flex;
    display:flex;
}
.Register_content input[type=file] button {
    vertical-align:middle;
}
.Register_content div.phone_num {
    display:block;
    height:35px;
    float:none;
}
.Register_content div.phone_num input[type=text]#phone_prefix  , .Register_content div.phone_num select#phone_prefix {
    min-width:60px;
    max-width:100px;
    padding:0 0 0 2%;
    border-radius:50px 0 0 50px;
    float:none;
    display:inline-block;
}
.Register_content div.phone_num input[type=text]#phone {
    padding:0 2% 0 1%;
    border-radius:0 50px 50px 0;
    float:none;
    width:200px;
    display:inline-block;
}

.Register_content textarea {
    max-width:420px;
    width:70%;
    background:#eee;
    background:rgba(255,255,255,0.7);
    box-sizing:border-box;
    margin:0;
    border:2px solid #fff;
    text-align:left;
    display:block;
    height:100px;
    padding:0 2%;
    color:#222;
    line-height:1.5;
    border-radius:17px;
    font-size:16px;
}
.Register_content b.remove_add ,  b.remove_add {
    float:right;
    display:block;
    width:25px;
    height:25px;
    text-align:center;
    line-height:25px;
    background:#00aeef;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    border-radius:5px;
}
.Register_content select.time_select {
    padding:0 0 0 5px;
    width:55px;
    border-radius:10px;
    display:inline-block;
    vertical-align:middle;
}
.Register_content label {
    cursor:pointer;
    padding: 0 14px;
    line-height:25px;
    display:inline-block;
}
/* 多选框样式修改*/
.Register_content input[type=checkbox]{
	margin-top:6px;
}
.Register_content li.add_address b {
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    font-weight: normal;
    background: #00aeef;
    display: inline-block;
    border-radius: 15px;
}
.Register_content li.add_address b:hover {
    color: #fff;
    background: #5ac8f0;
}



.all_content {
    display:block;
    min-height:100vh;
    background:#efefef url('../images/bx_loader.gif') center no-repeat;
    background-position:center 50vh;
    margin:0 0 0 75px;
    padding-bottom:10px;
    box-sizing:border-box;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.menu_show {
    margin:0 0 0 300px;
}
.top_menu {
    display:block;
    min-height:50px;
    padding:15px 10px 10px 10px;
    background:#00aeef;
    color:#fff;
    /* 固定定位 */

}
/* .Topmargin{
	position: fixed;
    width: 100%;
    z-index: 1;
    top:0px;
} */
.top_menu ul {
    list-style:none;
    padding:0;
    margin:0;
}
.top_menu ul li {
    float:right;
    display:block;
}
.top_setting {
    display:block;
    float:right;
    vertical-align:bottom;
}
.top_profile {
    display:inline-block;
    vertical-align:bottom;
    padding:0 0 0 0;
    /*    max-width:550px;
        width:100%;*/
}

.request_list {
    display:none;
    padding:5px;
    border:2px solid;
    border-color:#fff;
    vertical-align:bottom;
    height:52px;
    margin:0 20px;
    box-sizing:border-box;
    width: 160px;
    border-radius:8px;
    background:rgba(0,0,0,0.2);
    cursor:pointer;
    -webkit-animation: request_list_flash 0.5s  infinite alternate;
    animation: request_list_flash 0.5s  infinite alternate;
}
.request_list span {
    display:block;
    color:#fff;
    font-size:13px;
    line-height:20px;
    overflow:hidden;
    white-space:nowrap;
}
.request_list span.request_list_time {
    font-size:12px;
}
b.request_list_num {
    float:right;
    display:block;
    min-width:15px;
    height:15px;
    text-align:center;
    font-size:10px;
    color:#fff;
    background:#33cc00;
    border-radius:15px;
    font-weight:normal;
    line-height:15px;
    font-family:arial;
}

@keyframes request_list_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:0 0 10px rgba(255,255,255,0);
        border-color:#7df555;
        background:rgba(0,0,0,0.4);
    }
    to {
        text-shadow:0 0 10px #fff;
        box-shadow:0 0 20px rgba(125,255,85,1);
        border-color:#fff;
        background:rgba(0,0,0,0.2);
    }
}
@-webkit-keyframes request_list_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:0 0 10px rgba(255,255,255,0);
        border-color:#7df555;
        background:rgba(0,0,0,0.4);
    }
    to {
        text-shadow:0 0 10px #fff;
        box-shadow:0 0 20px rgba(125,255,85,1);
        border-color:#fff;
        background:rgba(0,0,0,0.2);
    }
}

.request_list_popup {
    position:fixed;
    display:none;
    top:50%;
    left:50%;
    width:300px;
    min-height:150px;
    margin:-75px 0 0 -150px;
    z-index:500;
    background:#666;
    background:rgba(0,0,0,0.7);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-radius:15px;
    border:2px solid #fff;
    color:#fff;
}
.request_list_popup input#wait_time {
    width:35px;
    height:25px;
    text-align:center;
    border:1px solid #ccc;
    font-size:17px;
    border-radius:5px;
}
.request_list_popup b {
    display:block;
    white-space:nowrap;
}
.request_list_popup p {
    padding:5px 0;
    margin:0;
}
.request_list_popup .request_load_text {
    display:none;
    text-align:center;
    color:#ffd14e;
}
p.request_list_popup_close {
    float:right;
    display:block;
    width:15px;
    height:15px;
    padding:5px;
    margin: -15px -15px 0 -25px;
    background: #00adef;
    border-radius:20px;
    cursor:pointer;
}
p.request_list_popup_close img {
    width:100%;
    display:block;
}
.request_list_popup.Loading span.btn1 {
    display:none;
}
.request_list_popup.Loading .request_load_text {
    display:block;
}

ul.request_list_popup_minute_btn {
    display:block;
    padding:0px 0 10px 0;
    margin:0;
}
.request_list_popup.Loading  ul.request_list_popup_minute_btn {
    display:none;
}
ul.request_list_popup_minute_btn li {
    display:inline-block;
    padding:3px 8px;
    background:#eee;
    border-radius:5px;
    color:#333;
    margin:0 0 5px 0;
    font-size:14px;
    cursor:pointer;
}
ul.request_list_popup_minute_btn li:hover {
    background:#fff;
}


.popup_msg {
    position:fixed;
    display:none;
    top:50%;
    left:50%;
    width:250px;
    height:150px;
    margin:-75px 0 0 -125px;
    z-index:500;
    background:#666;
    background:rgba(0,0,0,0.7);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-radius:15px;
    border:2px solid #fff;
    color:#fff;

}
.popup_msg_close {
    display:block;
    width:100%;
}
.popup_msg_close span {
    width:25px;
    height:25px;
    float:right;
    margin:-18px;
    background: #00aeef;
    box-sizing:border-box;
    cursor:pointer;
    padding:5px;
    border-radius:20px;
}
.popup_msg_close span img {
    width:100%;
    display:block;
}

.top_setting {
    padding:33px 0 0 0;
    height:32px;
    line-height:32px;
}
.top_setting a {
    display:inline-block;
    font-size:20px;
    line-height:20px;
    height:20px;
    color:#fff;
    text-decoration:none;
    padding:0 15px;
    border-left:1px solid #fff;
}
.top_setting a:hover {
    color:#ffd14e;
}
.top_setting a img {
    border:none;
    vertical-align:middle;
    height:22px;
    margin:-1px 0;
}
.top_logo {
    height:55px;
    vertical-align:middle;
    margin:0 10px 0 0;
}

/*
.online_btn {
    display:inline-block;
    vertical-align:top;
    padding:0 20px 0 0;
}
.online_btn span {
    border:1px solid #fff;
    height:70px;
    width:70px;
    margin:0 0 0 10px;
    text-align:center;
    line-height:70px;
    color:#fff;
    display:block;
    float:left;
    border-radius:10px;
    box-sizing:border-box;
    font-size:19px;
    cursor:pointer;
}*/
.online_btn {
    display:inline-block;
    vertical-align:bottom;
    padding:0;
    height:30px;
    margin:0 0 0 0;
    border:1px solid #fff;
    border-radius:15px;
    overflow:hidden;
    background:#69cff6;
}
.online_btn span {
    width:90px;
    margin:0;
    text-align:center;
    line-height:30px;
    color:#fff;
    display:block;
    float:left;
    box-sizing:border-box;
    font-size:17px;
    cursor:pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.online_btn span+span {
    border-left:1px solid #fff;
}
.online_btn span:hover {
    background:rgba(255,255,255,0.2);
}
.online_btn span.select::before {
    /*   content:"";
     width:20px;
      height:20px;
      border-radius:20px;
      display:block;
      margin:-30px 0 0 35px;
      position:absolute;*/
}
.online_btn span#Online.select , .online_btn span#Online.select::before {
    background:#33cc00;
}
.online_btn span#Busy.select , .online_btn span#Busy.select::before {
    background:#ff9900;
}
.online_btn span#Offline.select, .online_btn span#Offline.select::before {
    background:#ff3300;
}
li.profile_li {
    width:620px;
}
.Dr_profile {
    display:inline-block;
    vertical-align:top;
    padding:0 10px 0 0;
    font-size:16px;
    min-width:220px;
    text-align:left;
}
.Dr_profile span {
    display:block;
    line-height:20px;
    padding:5px 0;
    width:auto;
    /*    min-width:250px;*/
}

.Dr_profile .Dr_pic i {
    display:none;
    min-width:15px;
    height:15px;
    line-height:15px;
    font-size:11px;
    font-family:arial;
    text-align:center;
    position:absolute;
    padding:1px;
    box-sizing:border-box;
    text-decoration:none;
    font-style:normal;
    border-radius:30px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.Dr_profile .Dr_pic i.private_unread {
    background: #ffd14e;
    margin:0 0 0 52px;
}
.Dr_profile .Dr_pic i.open_unread {
    background: #38a54c;
    margin: 15px 0 0 52px;
}
p.Dr_pic {
    padding:0;
    margin:0 0 0 0;
    height:60px;
    width:60px;
    overflow:hidden;
    border-radius:100%;
    text-align:center;
    float:left;
    margin:0 15px 0 0;
    background:#fff;
}
p.Dr_pic span , p.Dr_pic b {
    display:block;
    height:100%;
    margin:0 -100%;
    width: 300%;
    text-align:center;
    padding:0;
}
p.Dr_pic img {
    height:100%;
    display:block;
    margin:auto;
}



.left_menu {
    position:fixed;
    z-index:100;
    width:75px;
    left:0px;
    overflow-x:hidden;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.menu_show .left_menu {
    left:0px;
    width:300px;
}
.left_menu_show_text {
    display:block;
    position:fixed;
    left:75px;
    top:50%;
    margin:-60px 0 0 0;
    z-index:100;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

/* add new style by Dave (21 June 2018);*/
.settingPanel {
    padding: 10px 20px;
}


@media screen and (max-height: 640px){
    .left_menu, .left_menu_show_text {
        position:absolute;
    }
}

.menu_show .left_menu_show_text {
    left:300px;
}
.left_menu_show_text span {
    width:10px;
    height:120px;
    line-height:120px;
    display:block;
    margin:0;
    text-align:left;
    background: #29313c;
    border-radius:0 10px 10px 0;
    cursor:pointer;
}
#left_menu_text_show {
    display:block;
}
#left_menu_text_hide {
    display:none;
}
.menu_show .left_menu_show_text span#left_menu_text_show  {
    display:none;
}
.menu_show .left_menu_show_text span#left_menu_text_hide  {
    display:block;
}
.left_menu_show_text span img {
    height:18px;
    display:inline-block;
}

.left_menu>ul {
    list-style:none;
    padding:80px 0 20px 0;
    margin:0;
    width:300px;
    background:#29313c;
    overflow:hidden;
    min-height:100vh;
    box-sizing:border-box;
}
.left_menu>ul li {
    display:block;
}
.left_menu>ul li a {
    width:auto;
    min-height:26px;
    line-height:26px;
    padding:10px 15px;
    display:block;
    text-decoration:none;
    font-size:20px;
    color:#50647b;
}
.left_menu>ul li:last-child a {
    border-bottom:0px solid #515151;
}
.left_menu>ul li a:hover {
    /*    background:#ffb400;*/
    color:#fff;
}
.left_menu>ul li.select a {
    color:#ffd14e;
}
.left_menu>ul li span.left_menu_icon {
    height:45px;
    width:45px;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
}
.left_menu>ul li span.left_menu_icon img {
    height:45px;
    width:auto;
    display:block;
    margin:0;
}
.left_menu>ul li span.left_menu_text {
    display:none;
    vertical-align:middle;
    line-height:22px;
    font-size:18px;
    width:200px;
    padding:0 0 0 10px;
}
.menu_show .left_menu>ul li span.left_menu_text {
    display:inline-block;
}
.left_menu>ul li:hover span.left_menu_icon img {
    margin-left:-45px;
}
.left_menu>ul li.select span.left_menu_icon img {
    margin-left:-90px;
}

.left_menu>ul li ul {
    /* display:none;*/
    display:block;
    padding:0;
    margin:0;
}

.left_menu>ul li.submenu ul , .left_menu>ul li.select ul {
    display:block;
    padding:0;
    margin:0;
    list-style:none;
}
.left_menu>ul li ul li a {
    background:none;
    color:#fff;
    min-height:25px;
    height:auto;
    line-height:25px;
    padding:12px 20px 12px 60px;
    border:none;
}
.left_menu>ul li ul li.select a {
    color:#ffd14e;
    background:none;
}
.left_menu span.unread_num {
    background: #ea523b;
    min-width: 11px;
    height: 15px;
    padding: 0 2px;
    border-radius: 30px;
    float: left;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    font-family: arial;
    /* font-weight: bold; */
    margin: 0 0 0 30px;
    position: absolute;
    display: none;
}

.left_menu>ul li.readonly_menu {
    width:auto;
    min-height:26px;
    line-height:26px;
    padding:10px 15px;
    display:block;
    text-decoration:none;
    font-size:20px;
    color:#50647b;
}
.left_menu>ul li.readonly_menu img {
    opacity:0.3;
    filter:alpha(opacity=30);
}


.menu_icon {
    padding:0;
    margin:0;
    width:45px;
    height:45px;
    position:absolute;
    top:55px;
    left:150px;
    cursor:pointer;
    display:none;
}
.menu_icon img {
    width:45px;
    height:45px;
}
#menu_hide {
    display:none;
}

.main_content {
    padding:20px 50px 20px 20px;
    font-size:15px;
    color:#515151;
    background:#efefef;
    line-height:1.5;
    min-height:95vh;
    box-sizing:border-box;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}
.main_content .login_div {
    background: #00aeef;
}
.main_content ul , .main_content h1, .main_content h2 {
    clear:both;
}
.main_content h1 {
    color:#00adef;
    font-size:20px;
    padding:2px 0;
    margin:0;
    font-weight:normal;
    line-height:1.5;
}
.main_content h2 {
    font-size:18px;
    width:40%;
    display:inline-block;
    padding:2px 0;
    margin:0;
    font-weight:800;
    line-height:1.5;
}
.main_content .radioYN{
	width:40%;
	display:inline-block;
}

/* 已报表单 */
.isShowtable .title h2{
	font-size:18px;
    padding:2px 0;
    margin:0;
    font-weight:800;
    line-height:1.5;
}
.NewSick_table{
	background-color:#efefef;
	width:100%;
}


.main_content h3 {
    font-size: 18px;
    margin:0;
    font-weight:800;
}
.main_content hr {
    border:none;
    border-top:1px solid #ccc;
}
.main_content video {
    /*    max-width:640px;*/
    width:100%;
    height:480px;
    background:#000;
}

.content_sort_btn {
    display:block;
    padding:0 0 15px 0;
    margin:0;
}
.content_sort_btn2 {
    display:block;
    padding:0 0 15px 0;
    margin:0;
}
.content_sort_btn span , .content_sort_btn p {
    margin:0 2px 5px 0;
    padding:7px 18px;
    display:inline-block;
    border-radius:10px;
    cursor:pointer;
    font-size:17px;
    line-height:25px;
}
.content_sort_btn span {
    background:#515151;
    color:#fff;
}
.content_sort_btn p {
    background:#f4f4f4;
}
.content_sort_btn p:hover {
    background:#e1e1e1;
}
.content_sort_btn p img {
    height:25px;
    margin:0 10px 0 0;
    vertical-align:middle;
}

.content_sort_btn2  select,.content_sort_btn2 input[type=text]  {
    line-height:30px;
    height:30px;
    padding:0 10px;
    display:inline-block;
    vertical-align:middle;
    border-radius:10px;
    border:1px solid #ccc;
}

table.main_table, table.main_table2 {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-size:17px;
    line-height:25px;
}
table.main_table tr , table.main_table2 tr {
    border-bottom:1px solid #b5b5b5;
}
table.main_table th , table.main_table2 th {
    color:#00adef;
    padding:10px;
    text-align:left;
    vertical-align:top;
    line-height:1.2;
}
table.main_table tr td , table.main_table2 tr td {
    cursor:pointer;
    padding:10px;
    vertical-align:top;
}
table.main_table tr:hover {
    /*    background: #fff0c3;*/
}
table.main_table tr:first-child:hover , table.main_table2 tr:first-child:hover {
    background:none;
}

table.list_table tr:hover td  {
    background: #fff0c3;
}
table.list_table tr:first-child:hover  {
    background:none;
}
/*
table.list_table tr td {
    width:30%;
}
table.list_table tr td+td {
    width:20%;
}
table.list_table tr td+td+td {
    width:auto;
}*/
table.main_table input[type=checkbox] {
    cursor:pointer;
}
.list_left_icon {
    min-width:30px;
    min-height:20px;
    padding:0 10px 0 0;
    float:left;
    color:#333;
    font-weight:normal;
}
.list_left_icon input {
    vertical-align:middle;
    width:18px;
    height:18px;
}
img.delete_icon_btn {
    width:24px;
    height:24px;
    cursor:pointer;
    vertical-align:middle;
    display:inline-block;
}
.list_icon {
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:middle;
    background-size:100% 100%;
}
.unread_icon {
    width:15px;
    height:15px;
    display:inline-block;
    vertical-align:middle;
    margin: 0 5px 0 0;
    border-radius:20px;
    background:#ededed;
    box-shadow:inset 2px 2px 3px rgba(0,0,0,0.2);
}
.unread .unread_icon {
    background:#00aeef;
}
.reply .unread_icon {
    background:#3b9e00;
}

tr.cat1 {
    background:#fff5da;
}
tr.cat1 span.list_icon {
    background-image:url('../images/QA.png');
}
tr.cat2 {
    background:#cdeffb;
}
tr.cat2 span.list_icon  {
    background-image:url('../images/booking.png');
}
tr.cat3 {
    /*    background:#bff0e7;*/
}
tr.cat3 span.list_icon  {
    background-image:url('../images/personal.png');
}



table.patient_form_table {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-size:17px;
}
table.patient_form_table td {
    padding:3px 10px 3px 0;
    width:auto;
    vertical-align:top;
}
table.patient_form_table tr td:nth-child(odd) {
    color:#939393;
    width:20%;
}
table.patient_form_table tr td:nth-child(even) {
    color:#515151;
    width:30%;
    font-weight:bold;
    /*min-width:180px;*/
}
.patient_form_table_ul {
    display:block;
    padding:10px;
    margin:0 0 10px 0;
    list-style:none;
    border:1px solid #aaa;
    background:rgba(255,255,255,0.5);
}
.patient_form_table_ul li {
    width:50%;
    float:left;
    display:block;
    padding:5px 0;
    min-width:240px;
    line-height:1.3;
}
.patient_form_table_ul li span {
    display:block;
    width:125px;
    float:left;
}
.patient_form_table_ul li b {
    display:block;
    margin:0 0 0 125px;
    padding:0 10px 0 0;
}
.patient_form_table_ul li span:after {
    content:" :";
}

.list_title_content {
    padding:0 30px 0 0;
    display:block;
}

.unread .list_title_content {
    background:no-repeat url('../images/unreaded_ball.png') right center;
    background-size:20px 20px;
}

.clear {
    clear:both  !important;
    width:100% !important;
    float:none !important;
    height:0px  !important;
    padding:0  !important;
    margin:0  !important;
}

.att_img {
    display:block;
    list-style:none;
    padding:0;
    margin:0;
}
.att_img li {
    display:inline-block;
    width:100px;
    height:100px;
    line-height:100px;
    text-align:center;
    overflow:hidden;
    border:1px solid #aaa;
    border-radius:5px;
    margin:0 2px 2px 0;
}
.att_img li a {
    display:block;
    height:100px;
    margin:0 -100%;
}
.att_img li img {
    max-width:100%;
    height:100px;
    display:block;
    vertical-align:middle;
    margin:auto;
}

input.input_text1 , select.input_text1 {
    border:1px solid #aaa;
    border-radius:10px;
    color:#666;
    font-size:17px;
    line-height:1.5;
    box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
}
.input_text1 {
    outline:none;
}
.input_text1:focus {
    background:#fffcef;
}
textarea.input_text1 {
    border:1px solid #aaa;
    border-radius:10px;
    color:#666;
    font-size:17px;
    line-height:1.5;
    box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    vertical-align:top;
}

ul.basic_inform_list {
    list-style:none;
    padding:0;
    margin:0;
}

ul.basic_inform_list li {
    width:100%;
    max-width:640px;
    margin:0 0 0 0;
    padding:5px 0;
    border-bottom:1px dotted #ccc;
    vertical-align:top;
}
ul.basic_inform_list li span {
    display:inline-block;
    min-width:140px;
    width:28%;
    padding:0 2% 0 0;
    vertical-align:top;
}
ul.basic_inform_list li p.Dr_pic {
    float:none;
    display:inline-block;
    width:40px;
    height:40px;
    border:1px solid #aaa;
    vertical-align:middle;
    margin:0;
}
ul.basic_inform_list li .input_text1 {
    box-sizing:border-box;
    width:68%;
    padding:2px 10px;
    vertical-align:middle;
   	display: inline-block;
}
ul.basic_inform_list li .name_input_group {
    box-sizing:border-box;
    width:68%;
    display:inline-block;
    vertical-align:middle;
}
ul.basic_inform_list li .name_input_group .input_text1 {
    width:48%;
}
ul.basic_inform_list li label {
    cursor:pointer;
    display:inline-block;
    min-width:80px;
}
ul.basic_inform_list li label input[type=radio]{
    cursor:pointer;
}
ul.edu_list li {
    min-height:30px;
}

input:read-only, input.input_text1:read-only   {
    background:#eee;
    color: #999;
}
input:-moz-read-only, input.input_text1:-moz-read-only   {
    background:#eee;
    color: #999;
}
ul.basic_inform_list li .phone_num  , ul.basic_inform_list li  .checkbox{
    width:68%;
    vertical-align:middle;
    display:inline-block;
    padding:0;
    margin:0;
    min-width:300px;
}
ul.basic_inform_list li  .checkbox label {
    display:inline-block;
    cursor:pointer;
}
ul.basic_inform_list li #phone_prefix.input_text1 {
    width:30%;
}
ul.basic_inform_list li .phone_num select.input_text1 {
    width:28%;
    padding: 3px 10px;
}
ul.basic_inform_list li #phone.input_text1 {
    width:60%;
}
ul.basic_inform_list li div.inputcolumn2 {
    width:68%;
    display:inline-block;
}
ul.basic_inform_list li div.inputcolumn2 .input_text1 {
    width:40%;
}

ul.column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
ul.column2 li,ul.column3 li {
    float:none;
    width:100%;
    margin:0;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
ul.column2 li:nth-child(2n),ul.column3 li:nth-child(3n) {
    margin:0 0 0 0;
}

ul.column3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.btn1 {
    line-height:20px;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    padding:10px 20px;
    border:none;
    cursor:pointer;
    margin:0;
    color:#5b5b5b;
    background:#ffd14e;
    text-decoration:none;
    display: inline-block;
    outline:none;
}
.btn1:hover {
    color:#fff;
}
.btn1 img {
    width:25px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
}


.btn2 {
    line-height:40px;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    padding:0 20px;
    border:none;
    cursor:pointer;
    margin:0;
    color:#fff;
    background:#be4b5f;
    text-decoration:none;
    display: inline-block;
    outline:none;
}
.btn2:hover {
    color:#fff;
    background:#d83052;
}
.btn3 {
    line-height:40px;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    padding:0 20px;
    border:none;
    cursor:pointer;
    margin:0;
    color:#fff;
    background:#33cc00;
    text-decoration:none;
    display: inline-block;
    outline:none;
}
.btn3:hover {
    color:#fff;
    background:#269700;
}

.btn4 {
    line-height:40px;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    padding:0 20px;
    border:none;
    cursor:pointer;
    margin:0;
    color:#fff;
    background: #00aeef;
    text-decoration:none;
    display: inline-block;
    outline:none;
}
.btn4:hover {
    color:#fff;
    background:#41cbff;
}


.refresh_btn {
    background:#00aeef;
    color:#fff;
}
.refresh_btn:hover {
    background:#28c5ff;
}
.refresh_btn img {
    margin:-5px 0 -5px -10px;
}

.back_btn {
    line-height:30px;
    border-radius:30px;
    font-size:18px;
    text-decoration:none;
    text-align:center;
    padding:0 30px;
    border:none;
    cursor:pointer;
    color:#fff;
    background:#ccc;
    border:1px solid #ccc;
    box-sizing:border-box;
    float:right;
    display: inline-block;
    margin:0 2px;
}
.back_btn:hover {
    color:#fff;
    background:#ddd;
}

.PrevNext_btn {
    line-height:30px;
    border-radius:30px;
    font-size:15px;
    text-decoration:none;
    text-align:center;
    padding:0 15px;
    border:none;
    cursor:pointer;
    color:#fff;
    background: #64c8eb;
    border:1px solid #ccc;
    box-sizing:border-box;
    display: inline-block;
    margin:0;
}
.PrevNext_btn:hover {
    background: #75e0ff;
}
.save_btn {
    color:#5b5b5b;
    background:#ffd14e;
}
.save_btn:hover {
    color:#fff;
    background:#ffbd00;
}
.btn_bar {
    /*margin:-10px -10px 5px -10px;*/
    display:block;
    padding:3px 10px;
    background:#e5e5e5;
}

.top_btn_list {
    display:inline-block;
    padding:5px 0;
    vertical-align:middle;
}
.top_btn_list p {
    margin-bottom:5px;
}

.color_list {
    display:inline-block;
    margin:5px 0;
    vertical-align:middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.color_list p {
    display:inline-block;
    padding:0 10px 0 0;
}
.color_list p span {
    display:inline-block;
    margin:0 5px 0 0;
    width:20px;
    height:20px;
    vertical-align:middle;
}
.color_list label {
    display:inline-block;
    padding:5px 20px 5px 10px;
    margin:0 0 5px 0;
    color:#aaa;
    cursor:pointer;
    border: 1px solid #ccc;
    border-bottom:3px solid;
    border-radius:10px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
}
.color_list label span {
    text-shadow:0 1px 1px #fff;
}
.color_list label input[type=checkbox] {
    height:20px;
    width:20px;
    vertical-align:middle;
}
.color_list label input[type=checkbox]:checked {
    box-shadow:0 0 5px #fff;
}
.color_list label input[type=checkbox]:checked + span {
    color:#444;
}

.ChartDiv {
    display:block;
    width:48%;
    float:left;
    margin:0 4% 0 0;
    overflow-x:auto;
}
.ChartDiv h1 {
    font-size:25px;
    color:#00aeef;
    display:block;
    padding:0;
    margin:0 0 5px 0;
}
.ChartDiv div {
    background:#ededed;
    display:block;
    padding:10px;
    border-radius:8px;
}
.ChartDiv+.ChartDiv {
    margin:0;
}

.Dashboard_3box {
    width:28%;
    min-height:120px;
    background:#00aeef;
    float:left;
    padding:10px 2%;
    color:#fff;
    border-radius:10px;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.2);
}
.Dashboard_3box+.Dashboard_3box {
    margin:0 0 0 2%;
}
.Dashboard_3box h1 {
    color:#ffd250;
    font-size:28px;
    padding:0;
    margin:0;
    line-height:45px;
    font-weight:bold;
}
.Dashboard_3box h2 {
    padding:0 0 20px 0;
    margin:0;
    font-size:26px;
    line-height:35px;
    font-weight:normal;
}
.Dashboard_3box p {
    padding:5px 0;
    margin:0px;
    height:25px;
    line-height:25px;
    font-size:17px;
}
.Dashboard_3box p span {
    padding:0;
    margin:0;
    color:#d3d3d3;
    display:block;
    float:left;
    width:50%;
}
.Dashboard_3box p span b{
    color:#fff;
    padding:0 2px;
    font-weight:normal;
}

span.list_btn1 {
    display:inline-block;
    padding:2px 15px;
    vertical-align:middle;
    background:#ededed;
    border-radius:25px;
    cursor:pointer;
    line-height:1.5;
}
span.list_btn2 {
    display:inline-block;
    padding:2px 15px;
    vertical-align:middle;
    background:#ffd250;
    border-radius:25px;
    cursor:pointer;
    line-height:1.5;
}
.soap_div {
    background:#f4f4f4;
    padding:10px 20px;
    margin:15px -20px;
    display:block;
}
/*
.soap_div p {
    display:block;
    float:left;
    width:49%;
    padding:5px 0;
    margin:0;
}
.soap_div p:nth-child(odd) {
    margin:0 0 0 2%;
}
*/
.soap_div p {
    display:block;
    float:left;
    width:100%;
    padding:5px 0;
    margin:0;
}
.soap_div p+p {
    display:none;
}
.soap_div p+p+p+p {
    display:block;
}

.soap_div textarea {
    border:2px solid #c6c6c6;
    border-radius:10px;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    height:155px;
    display:block;
    width:100%;
    margin:5px 0 0 0;
    font-size:15px;
    line-height:1.5;
}
.soap_div textarea[readonly='readonly'], .soap_div textarea[readonly] {
    outline:none;
    border:1px solid #c6c6c6;
    background: #fdfdfd;
    color: #999;
}
.soap_div .readonly_text {
    border:1px solid #c6c6c6;
    border-radius:10px;
    padding:10px;
    box-sizing:border-box;
    height:200px;
    display:block;
    width:100%;
    margin:5px 0 0 0;
    font-size:15px;
    line-height:1.5;
    overflow:auto;
    background: #fdfdfd;
}

.med_div {
    background:#f4f4f4;
    padding:10px 20px;
    margin:15px -20px;
    display:block;
}
.med_div p {
    display:block;
    padding:5px 0;
    margin:0;
    text-align:right;
}
.med_div p  input[name=total_price] {
    border:2px solid #c6c6c6;
    border-radius:10px;
    background:#fff;
    padding:5px 10px;
    width:100px;
    text-align:center;
    font-size:17px;
    line-height:20px;
}
.med_div textarea {
    border:2px solid #c6c6c6;
    border-radius:10px;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    height:200px;
    display:block;
    width:100%;
    margin:5px 0 0 0;
    font-size:15px;
    line-height:1.5;
}
.med_div textarea[readonly] {
    border:1px solid #c6c6c6;
    outline:none;
    background: #fdfdfd;
    color: #999;
}


.del_div {
    background:#f4f4f4;
    padding:10px 20px;
    margin:15px -20px;
    display:block;
}
.del_div textarea {
    border:2px solid #c6c6c6;
    border-radius:10px;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    height:100px;
    display:block;
    width:100%;
    margin:5px 0;
    font-size:15px;
    line-height:1.5;
}
/*
.del_div input {
    font-size:15px;
    line-height:1.5;
    display:inline-block;
    box-sizing:border-box;
    padding:5px 10px;
    border:2px solid #c6c6c6;
    border-radius:10px;
    background:#fff;
    width:100%;
    max-width:320px;
}*/

.del_div label {
    display:inline-block;
    cursor:pointer;
}
.del_div label input[type=radio]:checked +span  {
    color: #00adef;
}
.del_div textarea[readonly] {
    border:1px solid #c6c6c6;
    outline:none;
    background: #fdfdfd;
    color: #999;
}




.video_group {
    display:block;
    padding:0 0 20px 0;
    margin:0px;
    clear:both;
}
.video_group div.video_div {
    width:50%;
    /*    height:300px;*/
    float:left;
    min-height:160px;
    margin:0;
    text-align:center;
}
.video_group div.video_div div {
    margin:auto;
}
.video_group div#main_video {
    width:100%;
    display:block;
    min-height:100px;
    background:#333;
    text-align:left;
}
.video_group div#main_video div.set_video {
    display:inline-block;
    vertical-align:top;
    color:666;
    text-align:center;
    background:#000;
}
.video_group div#main_video div#subscribersDiv {
    /*width:300px;
    height:400px;*/
    width:70%;
    height:100%;
    min-height:400px;
}
.video_group div#main_video div#subscribersDiv.sub_video_rotate .OT_widget-container {
    transform: rotate(90deg);
    /*width: 400px !important;
    height: 400px !important;*/
    transform-origin: 50% 50%;
}
.video_group div#main_video div#subscribersDiv.sub_video_rotate .OT_widget-container video {
    width: 400px !important;
    height: 300px !important;
    margin:100px 0 0 0;
}
.video_rotate {
    /*position:absolute;
    z-index:80;
    width:30px;
    height:30px;
    padding:4px;
    cursor:pointer;
    box-sizing:border-box;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));*/
    width: 28px;
    height: 25px;
    padding: 4px;
    cursor: pointer;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    float: right;
    padding-top: 0px;
}
.video_rotate img {
    width:100%;
}

.video_group div#main_video div#myPublisherDiv {
    /*width:120px;*/
    /*height:160px;*/
    /*width:30%;*/
    height:100%;
    float:right;
    margin:0 0 0 -150px;
    right:0;
    /*    position:absolute;*/
}

.video_group div#left_video {
    width:70%;
    background:#000;
}
.video_group div#right_video {
    width:30%;
    background:#ffd250;
}
.video_group p {
    text-align: center;
    float: left;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    /* border-bottom: 1px solid #ccc; */
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px rgba(255,255,255,0.5);
}
.video_group p span {
    vertical-align: bottom;
}
.video_group p span:hover {
    box-shadow:0 5px 10px rgba(0,0,0,0.3);
}

span.play_video_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#33cc00;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:5px 0;
    -webkit-animation: play_btn_flash 0.5s  infinite alternate;
    animation: play_btn_flash 0.5s  infinite alternate;
}

span.play_chat_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:yellow;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:5px 0;
    -webkit-animation: chat_btn_flash 0.5s  infinite alternate;
    animation: chat_btn_flash 0.5s  infinite alternate;
}
@keyframes play_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(150,255,110,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#2cb100;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(150,255,110,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#3ae600;
        margin:0px 0 10px 0;
    }
}
@-webkit-keyframes play_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(150,255,110,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#2cb100;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(150,255,110,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#3ae600;
        margin:0px 0 10px 0;
    }
}

@keyframes chat_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,213,110,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#ffd500;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,173,110,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#ffad00;
        margin:0px 0 10px 0;
    }
}
@-webkit-keyframes chat_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,213,110,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#ffd500;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,173,110,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#ffad00;
        margin:0px 0 10px 0;
    }
}


span.hi_video_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#0078cc;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
}
span.hi_video_btn b {
    display:block;
    font-weight:normal;
}
span.hi_video_btn i {
    display:none;
    font-style:normal;
}
span.hi_video_btn.loading b {
    display:none;
}
span.hi_video_btn.loading i {
    display:block;
}
span.stop_video_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#b50000;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
    -webkit-animation: stop_btn_flash 0.5s  infinite alternate;
    animation: stop_btn_flash 0.5s  infinite alternate;
}

span.stop_face_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#fdd14e;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
    -webkit-animation: stop_face_btn_flash 0.5s  infinite alternate;
    animation: stop_face_btn_flash 0.5s  infinite alternate;
}

span.request_hkid_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#33cc00;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:5px 0;
    -webkit-animation: play_btn_flash 0.5s  infinite alternate;
    animation: play_btn_flash 0.5s  infinite alternate;
}
@keyframes stop_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,200,200,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,160,160,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#b50000;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,200,200,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,160,160,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#ff3030;
        margin:0px 0 10px 0;
    }
}
@-webkit-keyframes stop_btn_flash {
    from {
        text-shadow:0 0 10px rgba(255,200,200,0);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,209,78,0), 0 5px 10px rgba(0,0,0,0.3);
        background:#b50000;
        margin:5px 0;
    }
    to {
        text-shadow:0 0 10px rgba(255,200,200,1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,160,160,1), 0 10px 10px rgba(0,0,0,0.2);
        background:#ff3030;
        margin:0px 0 10px 0;
    }
}

@keyframes stop_face_btn_flash {
  from {
      text-shadow:0 0 10px rgba(255,200,200,0);
      box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,160,160,0), 0 5px 10px rgba(0,0,0,0.3);
      background:#b50000;
      margin:5px 0;
  }
  to {
      text-shadow:0 0 10px rgba(255,200,200,1);
      box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,160,160,1), 0 10px 10px rgba(0,0,0,0.2);
      background:#ff3030;
      margin:0px 0 10px 0;
  }
}
@-webkit-keyframes stop_face_btn_flash {
  from {
      text-shadow:0 0 10px rgba(255,200,200,0);
      box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,209,78,0), 0 5px 10px rgba(0,0,0,0.3);
      background:#b50000;
      margin:5px 0;
  }
  to {
      text-shadow:0 0 10px rgba(255,200,200,1);
      box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,160,160,1), 0 10px 10px rgba(0,0,0,0.2);
      background:#ff3030;
      margin:0px 0 10px 0;
  }
}
span.hold_video_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#ffa800;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
}
span.hold_video_btn2 {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#52a01e;
    color:#fff;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
}
span.sreen_shr_btn {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#ffd250;
    color: #515151;
    border-radius:30px;
    cursor:pointer;
    margin:0 0 5px 0;
}
.btn_flash {
    -webkit-animation: btn_flash 0.5s  infinite alternate;
    animation: btn_flash 0.5s  infinite alternate;
}

@keyframes btn_flash {
    from {
        filter: contrast(1);
        text-shadow:0 0 0 #fff;
        box-shadow: inset 0px 0px 5px rgba(255,255,255,0);
        -webkit-filter: contrast(1);
    }
    to {
        filter: contrast(1.5);
        text-shadow:0 0 10px #fff;
        box-shadow: inset 0px 0px 5px rgba(255,255,255,0.3);
        -webkit-filter: contrast(1.5);
    }
}
@-webkit-keyframes btn_flash {
    from {
        text-shadow:0 0 0 #fff;
        box-shadow: inset 0px 0px 5px rgba(255,255,255,0);
        -webkit-filter: contrast(1);
    }
    to {
        text-shadow:0 0 10px #fff;
        box-shadow: inset 0px 0px 5px rgba(255,255,255,0.3);
        -webkit-filter: contrast(1.5);
    }
}



span.request_hkid_btn img ,span.play_video_btn img ,  span.stop_video_btn img , span.hold_video_btn img , span.hold_video_btn2 img ,span.sreen_shr_btn img ,span.play_chat_btn img, span.stop_face_btn img {
    width:15px;
    vertical-align:middle;
    display:inline-block;
    margin:-1px 2px 0 0;
}
.sreen_shr_btn2 {
    font-size:19px;
    display:inline-block;
    padding:5px 25px;
    background:#ffd250;
    color: #515151;
    border-radius:30px;
    cursor:pointer;
    border:none;
}
.sreen_shr_btn2 img{
    width:15px;
    vertical-align:middle;
    display:inline-block;
    margin:-1px 2px 0 0;
}

.user_img_icon {
    display:inline-block;
    height:80px;
    width:80px;
    overflow:hidden;
    border-radius:100%;
    background:#eee;
    border:3px solid #fff;
    box-shadow:0 3px 8px rgba(0,0,0,0.2);
}
.user_img_icon p {
    margin:0 -100%;
    padding:0;
    height:100%;
    display:block;
}
.user_img_icon p img {
    height:100%;
    display:block;
    margin:auto;
}

.qna_content {
    display:block;
    list-style:none;
    padding:0;
    margin:0 -20px;
    border-top:1px solid #ddd;
}
.qna_content li {
    padding:10px 20px;
    border-bottom:1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #efefef 25%);
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#efefef 25%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#efefef 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#efefef',GradientType=0 );
}
.qna_content li .att_img li {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #999;
    border-radius: 5px;
    padding:0;
    background:#fff;
}
.qna_content textarea {
    width:100%;
    border: 2px solid #ccc;
    border-bottom:none;
    border-radius:0px;
    color: #222;
    display: block;
    font-size: 16px;
    height: 100px;
    line-height: 1.4;
    margin: 0 0 0 0;
    padding:10px;
    box-sizing:border-box;
    resize: vertical;
}

.qna_content  p.qna_title {
    padding:4px 10px 5px 10px;
    margin:0 0 0 0;
    font-size:17px;
    line-height:22px;
    display:block;
    color:#fff;
}
.qna_content  p.qna_title span {
    font-size:14px;
    display:inline-block;
}
.qna_content  p.qna_time {
    padding:3px 10px;
    margin:0 0 5px 0;
    font-size:12px;
    line-height:15px;
    display:block;
    color:#333;
    border:2px solid #ccc;
    border-top:none;
}
.qna_content li.Question_box .user_img_icon {
    float:left;
    margin:0 -86px 0 0;
}
.qna_content li.Question_box .qna_box_style {
    width:auto;
    display:block;
    margin:0;
    padding:0 0 0 95px;
    background:no-repeat url("../images/qna_li_bg1.png") 55px 0px;
}
.qna_content li.Question_box p.qna_title {
    background:#64c8eb;
    border-radius:0 25px 0 0 ;
}
.qna_content li.Question_box p.qna_time {
    border-radius:0 0 5px 15px;
    text-align:right;
    background:#e6f5ff;
    border-color:#64c8eb;
}
.qna_content li.Question_box textarea {
    background:#e6f5ff;
    border-color:#64c8eb;
    outline:none;
}
.qna_box_style {
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
}

.qna_content li.Answer_box .user_img_icon {
    float:right;
    margin:0 0 0 -86px;
}
.qna_content li.Answer_box .qna_box_style {
    width:auto;
    display:block;
    margin:0;
    padding:0 95px 0 0;
    background:no-repeat url("../images/qna_li_bg2.png") right 0px;
}
.qna_content li.Answer_box p.qna_title {
    background:#ffb400;
    border-radius:25px 0 0 0;
    text-align:right;
}
.qna_content li.Answer_box p.qna_time {
    border-radius:0 0 15px 5px;
    text-align:left;
    background:#fffcf0;
    border-color:#ffb400;
}
.qna_content li.Answer_box textarea {
    background:#fffcf0;
    border-color:#ffb400;
    outline:none;
}
.qna_content li.my_answer p.qna_title {
    background:none;
    text-align:left;
    color: #00adef;
}
.qna_content li.my_answer textarea {
    background:#fff;
    border:2px solid #ccc;
    border-radius:10px;
    margin:5px 0 10px 0;
    height: 120px;
    outline:none;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
}

.fc-event {
    cursor:pointer;
}
.fc-event:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}

.booking_popup , .nhp_add_popup {
    position: fixed;
    top:5%;
    height:90%;
    margin:0 0 0 -40%;
    width:80%;
    padding:10px;
    border:2px solid #ccc;
    background:#fff;
    left:50%;
    z-index:350;
    border-radius:10px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    display:none;
    box-sizing:border-box;
}
.booking_popup h1 {
    display:block;
    border-bottom:1px dotted;
    margin-bottom:5px ;
}
.booking_content {
    text-align: left;
    overflow: auto;
    display: block;
    height: auto;
    max-height: 90%;
    box-sizing:border-box;
    padding:10px 0;
}
.booking_content h2 {
    display:block;
    color:#00aeef;
    border-bottom:1px dotted;
    margin-bottom:5px ;
}
.booking_content div.booking_popup_date {
    color:#00aeef;
    display:block;
    padding:0 0 5px 0;
}
div.booking_popup_date input {
    padding: 2px 5px;
    font-size: 15px;
    line-height: 35px;
    width: 100px;
    vertical-align: middle;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}
div.booking_popup_date input:read-only  {
    border:1px solid #0aaa00;
    background:none;
    color:#000;
    /*    animation: outline_flash 0.5s  infinite alternate;*/
    box-shadow: 0px 0px 5px rgba(10,205,0,0.5);
}
div.booking_popup_date input:-moz-read-only {
    border:1px solid #0aaa00;
    background:none;
    color:#000;
    box-shadow: 0px 0px 5px rgba(10,205,0,0.5);
}
div.booking_popup_date input:disabled{
    border:1px solid #f5f5f5;
    background:#fff;
    color:#000;
}
div.booking_popup_date select.booking_popup_input_time {
    width:45px;
    padding:2px 0;
    border:1px solid #0aaa00;
    font-size:15px;
    line-height:20px;
    vertical-align:middle;
    /*    animation: outline_flash 0.5s  infinite alternate;*/
    box-shadow: 0px 0px 5px rgba(10,205,0,0.5);
}
div.booking_popup_date input.booking_popup_input_time {
    width:44px;
    text-align:center;
    padding:2px 0;
    margin-right: 0px;
}
div.booking_popup_date select:disabled {
    border:1px solid #eee;
    background:#fff;
    color:#000;
}
.popup_bg {
    content:"";
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:51;
    background:rgba(0,0,0,0.2);
    display:none;
}

.outline_flash {
    animation: outline_flash 0.5s  infinite alternate;
}

@keyframes outline_flash {
    from {
        box-shadow: 0px 0px 5px rgba(10,205,0,0);
    }
    to {
        box-shadow: 0px 0px 5px rgba(10,205,0,0.5);
    }
}

p.p_btn {
    cursor:pointer;
    display:inline-block;
    border-radius:10px;
    font-size:17px;
    line-height:30px;
    width:auto;
    text-align:center;
    color:#fff;
    margin:10px auto;
    padding:0 15px 0 10px;
}
p.p_btn img {
    height:25px;
    vertical-align:middle;
}
p.Detail_btn {
    background:#40b04a;
}
p.Detail_btn:hover {
    background:#50d15b;
}
p.Delete_btn {
    background:#c00000;
    width: 210px;
    font-size: 15px;
    padding: 0px;
}
p.Delete_btn:hover  {
    background:#f00808;
}
p.update_btn {
    background:#00aeef;
}
p.update_btn:hover  {
    background:#0094cb;
}
p.accpet_btn {
    background: #fdc947;
    color: black;
    width: 320px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 15px;
}
p.accpet_btn:hover  {
    background:#fdc947ab;
}
p.unavailable_btn {
    background:#a00a28;
}
p.unavailable_btn:hover  {
    background:#d83052;
}

span.close_btn {
    background:no-repeat url('../images/close.png') center #00aeef;
    width:30px;
    height:30px;
    float:right;
    margin:-20px -20px -30px 0;
    cursor:pointer;
    border-radius:30px;
    border:3px solid #fff;
    box-shadow:0 0 8px rgba(0,0,0,0.3);
}

.date_select {
    display:block;
    padding:5px 0;
    text-align:center;
}
.date_select span {
    display:inline-block;
    vertical-align:middle;
    min-width:50px;
}
.date_select select.time_select {
    display:inline-block;
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:15px;
    padding:5px;
    border-radius:5px;
}
.date_select input {
    display:inline-block;
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:15px;
    padding:5px;
    border-radius:5px;
}


.calendar_popup {
    position: fixed;
    height:250px;
    width:250px;
    padding:10px;
    border:2px solid #ccc;
    background:#fff;
    left:50%;
    top:50%;
    z-index:55;
    border-radius:10px;
    margin:-137px 0 0 -137px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    display:none;
}
.calendar_popup h1 {
    display:block;
    border-bottom:1px dotted;
    margin-bottom:5px ;
}


.add_date_popup {
    position: fixed;
    height:250px;
    width:250px;
    padding:10px;
    border:2px solid #ccc;
    background:#fff;
    left:50%;
    top:50%;
    z-index:55;
    border-radius:10px;
    margin:-137px 0 0 -137px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    display:none;
}

.add_date_popup  .date_select {
    text-align:left;
}
.add_date_popup  .date_select span {
    min-width:80px;
}
.add_date_popup  .date_select input {
    width:120px;
}


.right_menu {
    float:right;
    width:0px;
    min-height:400px;
    padding:0;
    position:absolute;
    z-index:50;
    right:0px;
    /*  top:110px;*/
    height:auto;
    background:#aaa;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    border-radius: 0 0 10px 10px;
}
.right_menu .main_menu {
    padding:0;
    height: auto;
}
.right_menu .main_menu h1 {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 15px;
    margin: 0;
    font-weight:normal;
    background: #000;
    color: #333;
    background: #ffd14e;
}
.main_menu_refresh_btn {
    height: 25px;
    margin: 5px 0 0 0;
    display:block;
    float:right;
    cursor:pointer;
}
.main_menu h1 span {
    font-size: 11px;
    min-width: 20px;
    width:auto;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: text-bottom;
    display: inline-block;
    background: #00aeef;
    border-radius: 40px;
}

.right_menu_btn {
    width:32px;
    padding:15px 0;
    min-height:60px;
    display:block;
    position:absolute;
    margin:0 0 0 -32px;
    border-radius:7px 0 0 7px;
    cursor:pointer;
    text-align:center;
    z-index:-1;
    /*   box-shadow: 0px 3px 7px rgba(0,0,0,0.25) , inset 8px 0px 8px rgba(255,255,255,0.2);*/
    box-shadow: 0px 3px 7px rgba(0,0,0,0.15);
}
.right_menu_btn span {
    color:#fff;
    font-size:14px;
    line-height:30px;
    height:90px;
    width:90px;
    text-align:center;
    display:block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.tc_lang_all .right_menu_btn span {
    height:80px;
    width:80px;
}
.right_menu_btn:hover {
    background:#999;
}
.right_menu_btn img {
    width:15px;
    height:15px;
    margin:auto;
    display:block;
}
.right_menu_btn img#con_menu_hide {
    display:none;
}

#Consultation_menu_btn {
    margin-top:0;
    background:#ffd14e;
    overflow:hidden;
}
#booking_menu_btn {
    margin-top:140px;
    background:#00aeef;
    overflow:hidden;
}


.main_menu h1 {
    box-shadow: inset 0px 5px 4px 0px rgba(255,255,255,0.2);
}

.menu1 ul.list_btn {
    background: #f5f5f5;
}
.menu2 ul.list_btn {
    background: #f5f5f5;
}
.right_menu .menu1 h1 {
    background:#4478c0;
    color:#fff;
}
.right_menu .menu2 h1 {
    background:#ff7e00;
    color:#fff;
}
.right_menu .menu4 h1 {
    background:#c35fa0;
    color:#fff;
}
.menu1 ul.list_btn li, .menu2 ul.list_btn li {
    background:#eee;
    color:#444;
}
.menu1 ul.list_btn li.NursingHome , .menu2 ul.list_btn li.NursingHome {
    border-left:0px solid #0f0;
}
.menu1 ul.list_btn li.NursingHome::before , .menu2 ul.list_btn li.NursingHome::before , .main_menu ul.list_btn li.NursingHome::before {
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    content:"";
    background:no-repeat url('../images/NursingHome_list_icon.gif');
    background-size:100% 100%;
}
.menu1 ul.list_btn li.patient_hk::before , .menu2 ul.list_btn li.patient_hk::before , .main_menu ul.list_btn li.patient_hk::before {
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    content:"";
    background:no-repeat url('../images/HongKong.png');
    background-size:100% 100%;
}
.menu1 ul.list_btn li.patient_ch::before , .menu2 ul.list_btn li.patient_ch::before , .main_menu ul.list_btn li.patient_ch::before {
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    content:"";
    background:no-repeat url('../images/China.png');
    background-size:100% 100%;
}
.main_menu  ul li {
    border-top: 1px solid #fff;
    box-shadow: inset 0px 3px 3px 0px rgba(255,255,255,0.2), inset 0px -1px 1px 0px rgba(0,0,0,0.2);
}
ul.list_btn li div.divbtn {
    color:#444;
}
.menu1 ul.list_btn li:nth-child(odd) , .menu2 ul.list_btn li:nth-child(odd) {
    background:#ddd;
}
.menu1 ul.list_btn li:hover, .menu2 ul.list_btn li:hover {
    background:#ccc;
    color:#fff;
}
.menu1 ul.list_btn li.sortable-placeholder , .menu2 ul.list_btn li.sortable-placeholder {
    border-top: 1px solid #aaa;
    background:url('../images/li_bg.png') center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
}
.loading_div {
    height: 180px;
    width: 300px;
    min-width: auto;
    margin: -35px 0 0 0;
}
ul.list_btn {
    overflow-x: auto;
    height: 350px;
}

.Consultation_content {
    margin:0 0 0 0;
    display:block;
    float:none;
    width:auto;
    height:auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    background:none;
}
.Consultation_video_left {
    margin:0 0 0 0;
    width:100%;
    /*max-width:425px; Keith*/
    /*position:absolute;*/
    min-height:63px;
    background: #ddd;
    border-radius:5px;
    padding:0;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
.Consultation_content .message_box {
    position:inherit;
    width: 100%;
    display:block;
}
.Consultation_content .message_box  #message {
    -webkit-animation: message_flash 3s  ;
    animation: message_flash 3s  ;
}
@keyframes message_flash {
    0% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    10% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    20% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    30% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    40% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    50% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    60% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    70% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    80% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    90% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    100% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
}
@-webkit-keyframes message_flash {
    0% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    10% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    20% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    30% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    40% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    50% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    60% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    70% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    80% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
    90% {background-color: #ffffff;box-shadow:0 0 15px rgba(130,125,255,0.0);}
    100% {background-color: #fff8b9;box-shadow:0 0 15px rgba(130,125,255,0.5);}
}

.Consultation_menu_group , .booking_menu_group {
    display:none;
    border-left:5px solid;
    border-bottom:5px solid;
    margin:0 0 0 -5px;
    min-height: 300px;
    width:0px;
    overflow: hidden;
    border-radius: 0 0 0 15px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.2);
}
.con_menu_show .right_menu , .booking_menu_show .right_menu  {
    right:0px;
    height:auto;
    width:300px;
}
.con_menu_show .Consultation_menu_group, .con_menu_show  .booking_menu_group {
    width:300px;
}
.con_menu_show .main_content , .booking_menu_show .main_content {
    margin:0 300px 0 0;
}
.con_menu_show .Consultation_menu_group {
    display:block;
    background:#eee;
    border-color:#ff9000;
}
.con_menu_show #Consultation_menu_btn img#con_menu_show {
    display:none;
}
.con_menu_show #Consultation_menu_btn img#con_menu_hide {
    display:block;
}

.booking_menu_show .booking_menu_group {
    display:block;
    background:#eee;
    border-color:#0050a0;
    width:300px;
}
.booking_menu_show #booking_menu_btn img#con_menu_show {
    display:none;
}
.booking_menu_show #booking_menu_btn img#con_menu_hide {
    display:block;
}


.video_con_menu ul.list_btn {
    height:550px;
}
.video_con_menu .loading_div {
    height:600px;
}


.text_content {
    height:auto;
    background:#fff;
    /*border-radius:10px;*/
}

.sub_menu {
    display:block;
    background:#ddd;
    min-height:46px;
    padding:4px 10px 0 10px;
    /*margin:-20px -20px 20px -20px;*/
    border-bottom:1px solid #ccc;
}
.sub_menu span {
    font-size:15px;
    display:inline-block;
    height:45px;
    border:1px solid #ccc;
    background:#a0aab4;
    border-bottom:0px;
    cursor:pointer;
    padding:0 20px;
    margin:0 0 -1px 0;
    line-height:46px;
    border-radius:5px 5px 0 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    color:#c9cfd7;
}
.sub_menu span:hover {
    background: #ffd14e;
    color:#333;
}
.sub_menu span.selected {
    border-bottom:1px solid #efefef;
    background: #efefef;
    color:#333;
}
.sub_menu span b.unread_num {
    display:inline-block;
    display:none;
    background:#00adef;
    font-size:11px;
    color:#fff;
    font-weight:normal;
    height:20px;
    line-height:20px;
    min-width:14px;
    padding:0 3px;
    margin:0 -5px 0 3px;
    text-align:center;
    vertical-align:middle;
    border-radius:20px;
}
.ScreenSharingDiv {
    display:none;
    background:#555;
    height:300px;
}
.ScreenSharingDiv div {
    width:100% !important;
    height:100% !important;
    display:block;
}

.num_icon {
    background: #00adef;
    min-width: 21px;
    height: 25px;
    padding: 0 2px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    font-family: arial;
    margin: 0;
    vertical-align:middle;
}
.Dashboard_catbox {
    display:block;
    width:49%;
    margin:0;
    margin-bottom:20px;
    padding:15px 25px 25px 25px;
    background:#fff no-repeat url("../images/dashboard_box_bg.png") right bottom;
    float:left;
    box-sizing:border-box;
    text-shadow:0 1px 0px #fff;
    min-height:340px;
}
.Dashboard_catbox_s {
    min-height:220px;
}
.Dashboard_catbox:nth-child(even) {
    margin-left:2%;
}
.Dashboard_catbox h1 {
    color:#49637c;
    margin:-10px -10px 5px -20px;
    padding:10px 10px 15px 20px;
    border-radius:7px 7px 0 0;
    text-shadow:0 1px 0px rgba(0,0,0,0.1);
    background:no-repeat url("../images/dashboard_title_line.png") bottom left;
}
.Dashboard_catbox b.sub_title {
    color:#00adef;
    padding:5px 0;
    display:block;
}
ul.Dashboard_list1 {
    list-style:none;
    padding:0;
    margin:0;
}
ul.Dashboard_list1 li {
    display:block;
    padding:5px 0;
    cursor:pointer;
    color:#222;
}
ul.Dashboard_list1 li:hover {
    background:#fff;
}
ul.Dashboard_list1 li .right_num {
    float:right;
    color:#00adef;
}
ul.Dashboard_list1 li.total_li {
    color:#aaa;
}
ul.Dashboard_list1 li.total_li .right_num {
    color:#aaa;
}

#qr_box {
    display:block;
    width:100%;
    padding:0 0 20px 0;
}
#qr_box img.qr_img {
    height:150px;
    width:150px;
    margin:0 10px 5px 0;
    display:inline-block;
    vertical-align:middle;
    border:1px solid #ccc;
}
.qr_button {
    display:inline-block;
    vertical-align:middle;
}
#qr_box a.qr_download {
    display:block;
    color:#fff;
    margin:0 0 10px 0;
    background: #00aeef;
}
#qr_box a.qr_download:hover {
    background:#28c5ff;
}
h1.title_bg_style {
    background:#00adef;
    color: #fff;
    text-align: left;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
    margin: 0 -10px;
    display:block;
}
h1.title_line {
    border-bottom:dotted 1px;
    display:block;
    margin-bottom: 5px;
}
.content_text_box {
    display:block;
    padding:10px;
    border: 2px solid #eee;
    border-radius: 10px;
    min-height:100px;
    background:#fff;
}
.menu1 ul.list_btn li.ConListTop  {
    background:#32af05;
    list-style:none;
    color:#fff;
}
.menu1 ul.list_btn li.ConListTop div.divbtn span.spanName {
    color:#fff;
    text-shadow:0 0 5px rgba(255,255,180,0.5);
}
.menu1 ul.list_btn li.ConListTop img.ConListTop_iocn, .menu1 ul.list_btn li.ConListTop img.ConListTop_iocn:hover {
    width:20px;
    height:auto;
    margin:0 -20px 0 -5px;
    -webkit-filter: drop-shadow(0 0 5px rgba(255,255,0,1));
    -webkit-animation: icon_flash 1s  infinite;
    animation: icon_flash 1s  infinite;
}


.right_menu .report_list h1 {
    background:#a62323;
    color:#fff;
}
.report_list ul {
    background:#f5f5f5;
}
.report_list ul li {
    padding: 7px 10px 8px 15px;
    min-height: 30px;
    line-height: 1.3;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #444;
    font-size: 15px;
    background:#eee;
}
.report_list ul li span {
    display:block;
    font-size: 13px;
}
.report_list ul li:nth-child(odd) {
    background:#ddd;
}
.report_list ul li:hover {
    background:#ccc;
    color:#fff;
}

.right_menu .Medication_list h1 {
    background:#1e6414;
    color:#fff;
}
.Medication_list ul {
    background:#f5f5f5;
}
.Medication_list ul li {
    padding: 7px 10px 8px 15px;
    min-height: 30px;
    line-height: 1.3;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #444;
    font-size: 15px;
    background:#eee;
}
.Medication_list ul li img.Medication_icon {
    float:right;
    width:25px;
}
.Medication_list ul li span {
    display:block;
    font-size: 13px;
}
.Medication_list ul li:nth-child(odd) {
    background:#ddd;
}
.Medication_list ul li:hover {
    background:#ccc;
    color:#fff;
}


.booking_menu_list {
    padding:0;
    margin:0;
    display:block;
    list-style:none;
    background:#3c87d7;
    min-height:400px;
    max-height:600px;
    max-height:80vh;
    overflow:auto;
}
.booking_menu_list li {
    display:block;
    border-top:1px solid #fff;
    box-shadow: inset 0px 3px 3px 0px rgba(255,255,255,0.2), inset 0px -1px 1px 0px rgba(0,0,0,0.2);
}
.booking_menu_list li {
    padding: 7px 10px 8px 15px;
    min-height: 30px;
    line-height: 1.3;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #444;
    font-size: 15px;
    background:#eee;
}
.booking_menu_list li span {
    display:block;
    font-size: 13px;
}
.booking_menu_list li.online_booking {
    /* border-right:5px solid #ffa200;*/
    background-image:url('../images/online_booking_bg.gif');
    background-repeat:no-repeat;
    background-position:right top;
    background-size: 15px 15px;
}
.booking_menu_list li.offline_booking {
    /* border-right:5px solid #0f91ff;*/
    background-image:url('../images/offline_booking_bg.gif');
    background-repeat:no-repeat;
    background-position:right top;
    background-size: 15px 15px;
}
.booking_menu_list li:nth-child(odd) {
    background-color:#ddd;
}
.booking_menu_list li:hover {
    background-color:#bbb;
    color:#fff;
}

.not_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.SharingID_code {
    display:block;
    padding:5px;
}
.SharingID_code input {
    padding:2px 3px;
}
.SharingID_code img {
    height:25px;
    vertical-align:middle;
}


@keyframes icon_flash {
    from {
        opacity: 0.7;
        filter: drop-shadow(0 0 5px rgba(255,255,0,0)); }
    to {
        opacity: 1;
        filter: drop-shadow(0 0 5px rgba(255,255,0,1));  }
}
@-webkit-keyframes icon_flash {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}

.save_btn_flash {
    -webkit-animation: save_btn_flash 0.6s  infinite alternate;
    animation: save_btn_flash 0.6s  infinite alternate;
}

@keyframes save_btn_flash {
    from {
        background: #ffd14e;
    }
    to {
        background: #ffb400;
        color:#fff;
    }
}
@-webkit-keyframes save_btn_flash {
    from {
        border-color:#ccc;
        background: #ffd14e;
    }
    to {
        border-color:#fff;
        background: #ffb400;
        color:#fff;
    }
}

.page_btn {
    display:block;
    clear:both;
    list-style:none;
    padding:0;
    margin:10px 0;
}
.page_btn li {
    display:inline-block;
    min-width:30px;
    height:30px;
    text-align:center;
    font-size:12px;
    line-height:30px;
    vertical-align:middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page_btn li img {
    height: 15px;
    vertical-align: middle;
}
.page_btn li.now_page {
    color:#00adef;
    font-size:14px;
}
.page_btn li.perv_page, .page_btn li.next_page {
    cursor:pointer;
}
.page_btn li.perv_page:hover , .page_btn li.next_page:hover {
    background:#b4ebff;
    color:#fff;
}

.more_content {
	/* position: relative; */

    display:block;
    padding:10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #ccc;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
/* .more_content .Basic_style{
	display: inline-block;
    margin-left: 50px;
} */
.infor_sub_title {
	/* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */

    padding:0;
    margin:0;
    font-size:19px;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    line-height:25px;
    background:#00aeef;
    min-width:25px;
    height:25px;
    text-align:center;
    border-radius:25px;
}
.Specialist_group {
    display:block;
}
.Specialist_group label {
    display:inline-block;
    border:1px solid #ccc;
    margin:0 3px 5px;
    border-radius:5px;
    cursor:pointer;
    padding:5px 7px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.Specialist_group label.selected {
    background: #fffdf4;
    background: -moz-linear-gradient(top,  #fffdf4 0%, #fff0ce 100%);
    background: -webkit-linear-gradient(top,  #fffdf4 0%,#fff0ce 100%);
    background: linear-gradient(to bottom,  #fffdf4 0%,#fff0ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf4', endColorstr='#fff0ce',GradientType=0 );
}
.Specialist_group label input {
    cursor:pointer;
    width:20px;
    height:20px;
    vertical-align:middle;
}
.Specialist_group label img {
    vertical-align:middle;
    height:40px;
}



.Clinic_Detail_Hours {
    padding:0;
    margin:0;
    list-style:none;
    display:block;
}
.Clinic_Detail_Hours li {
    display:inline-block;
    border:1px solid #ccc;
    padding:5px;
    margin:0 0 5px 0;
    border-radius:5px;
    vertical-align:top;
    background:#fff;
    min-width: 230px;
}
.Clinic_Detail_Hours li label {
    display:block;
    cursor:pointer;
    line-height:1.5;
    padding:0 2px 0 0;
}
.Clinic_Detail_Hours li label input {
    cursor:pointer;
    width:20px;
    height:20px;
    vertical-align:middle;
}
.Clinic_Detail_Hours li p {
    display:block;
    padding:2px 0;
    margin:0;
    width: 230px;
}
.Clinic_Detail_Hours li .add_time {
    display:block;
    height:25px;
    width:25px;
    text-align:center;
    font-size:21px;
    color:#fff;
    line-height:25px;
    background: #00aeef;
    cursor:pointer;
    margin:0 -15px 0 0;
    border-radius:2px;
}
.Clinic_Detail_Hours li .add_time_hide {
    background:#ddd;
    cursor:default;
}
.Clinic_Detail_Hours li .delete_btn {
    display: inline-block;
    vertical-align: middle;
    height:20px;
    width:20px;
    text-align:center;
    font-size:18px;
    color:#fff;
    line-height:20px;
    background: #b40000;
    cursor:pointer;
    margin:0 -15px 0 2px;
    border-radius:2px;
}

.Consultation_submenu {
    display:block;
    padding:10px 0;
    margin:0 -10px;
}
.Consultation_submenu p {
    display:inline-block;
    color:#666;
    padding:5px 15px;
    margin:0;
    font-size:17px;
    border-radius:5px;
    cursor:pointer;
    border:1px solid #aaa;
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #f9f9f9 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );

}
.Consultation_submenu p:hover {
    background:#32c6ff;
    color:#fff;
    border:1px solid #00adef;
}


.Consultation_submenu2 {
    display:block;
    padding:0;
    margin: -5px 0px 10px 0px;
    position: relative;
    width: 100%;
}
.Consultation_submenu2 p {
    display:inline-block;
    vertical-align:bottom;
    color:#fff;
    padding:5px 10px;
    margin:0 0.5% 0 0;
    font-size:15px;
    border-radius:5px 5px 0 0 ;
    cursor:pointer;
    box-sizing:border-box;
    width:24.5%;
    border:1px solid #bbb;
    border-bottom:0px;
    background: #bbbbbb;
    background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 );

}
.Consultation_submenu2_3btn p {
    margin:0 0.5% 0 0;
    width:32.83333%;
}
.Consultation_submenu2 p:hover {
    background:#32c6ff;
    color:#fff;
    border-color: #00adef;
}
.Consultation_submenu2 p.selected {
    border-bottom:1px solid #eaeaea;
    margin-bottom:-1px;
    color:#666;
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eaeaea',GradientType=0 );
}
.Consultation_submenu2 span {
    display:block;
    height:5px;
    clear:both;
    background:#eaeaea;
    border: 1px solid #bbb;
    border-bottom: 0px;
}
.Consultation_submenu2 b.count_num {
    background: #00adef;
    color: #fff;
    display:inline-block;
    height:18px;
    line-height:18px;
    font-weight:normal;
    min-width:18px;
    box-sizing:border-box;
    padding:0 3px;
    text-align:center;
    font-size:13px;
    margin:0 0 0 5px;
    border-radius:9px;
    vertical-align:middle;
}
.Consultation_submenu2 b.count_num.count_num_flash {
    -webkit-animation: count_num_flash 0.4s  infinite alternate;
    animation: count_num_flash 0.4s  infinite alternate;
}
@keyframes count_num_flash {
    from {
        box-shadow:0 0 10px rgba(255,220,0,0), 0 0px 0px rgba(0,0,0,0.3);
        background:#ff5400;
        margin:0 0 0 5px;
    }
    to {
        box-shadow:0 0 10px rgba(255,220,0,0.5), 0 5px 5px rgba(0,0,0,0.3);
        background:#ffa200;
        margin:-5px 0 0 5px;
    }
}
@-webkit-keyframes count_num_flash {
    from {
        box-shadow:0 0 10px rgba(255,220,0,0), 0 0px 0px rgba(0,0,0,0.3);
        background:#ff5400;
        margin:0 0 0 5px;
    }
    to {
        box-shadow:0 0 10px rgba(255,220,0,0.5), 0 5px 5px rgba(0,0,0,0.3);
        background:#ffa200;
        margin:-5px 0 0 5px;
    }
}
.Consultation_submenu2 i.refresh_icon {
    display:inline-block;
    width:22px;
    height:22px;
    vertical-align:middle;
    cursor:pointer;
    float:right;
    padding: 5px;
    margin: -5px;
}
.Consultation_submenu2 i.refresh_icon:hover {
    opacity:0.5;
}
.Consultation_submenu2 i.refresh_icon img {
    display:block;
    width:100%;
    height:100%;
}

.Consulation_popup_in {
    display:none;
    height: 100%;
    overflow: auto;
    padding:0;
    box-sizing: border-box;

}

.Consulation_popup_in .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.Consulation_popup_in .soap_div {
    margin:0;
    padding:0;
    background:none;
}
.Consulation_popup {
    position: fixed;
    width: 90%;
    height: 90%;
    margin: 5vh 0 0 5%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    overflow:auto;
}
.Consulation_popup p.close_btn {
    background:no-repeat url("../images/delete_g.png") #fff;
    width:35px;
    height:35px;
    display:block;
    float:right;
    background-size:100% 100%;
    cursor:pointer;
    padding: 0;
    margin: -5px 5px 0 0 ;
    position: fixed;
    right: 5%;
    border-radius:35px;
    z-index:50;
}
.Consulation_right_content {
    display:block;
    width:auto;
    margin:0;
    box-sizing:border-box;
    padding:0 10px 10px 10px;
    border:1px solid #aaa;
    min-height:510px;
    background:#f3f3f3;
}

h1.Message_preview_title {
    height:49px;
    padding:0;
    margin:0 0 -50px 0;
    border-bottom:1px solid #ddd;
}
.Message_preview_content_out {
    display:block;
    overflow: auto;
    height: 100%;
    padding:50px 0;
    box-sizing:border-box;
}
.Message_preview_content {
    display:block;
    overflow: auto;
    height: 100%;
    padding: 20px;
    box-sizing:border-box;
    margin:0;
}
div.Message_preview_btn {
    border-top:1px solid #ddd;
    height:39px;
    padding:10px 0 0 0;
    display:block;
    margin:-50px 0 0 0;
}
.Consulation_message_popup {
    /*position: fixed;*/
    width: 90%;
    height: 90%;
    margin: 5vh 0 0 5%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    overflow:auto;
    z-index: 200;
}
.Consulation_message_popup p.close_btn {
    background:no-repeat url("../images/delete_g.png") #fff;
    width:35px;
    height:35px;
    display:block;
    float:right;
    background-size:100% 100%;
    cursor:pointer;
    padding: 0;
    margin: -5px 5px 0 0 ;
    position: fixed;
    right: 5%;
    border-radius:35px;
    z-index:50;
}

.Consulation_message_popup #template_type {
    box-sizing: border-box;
    width: 68%;
    padding: 2px 10px;
    vertical-align: middle;
}
.Consulation_message_popup label {
    min-width: 100px;
    cursor: pointer;
    display: inline-block;
}


#load_con_content {
    padding:10px;
    width:inherit;
    background-color:#efefef;
}
#load_con_content.con_loading_div {
    background:#efefef no-repeat center url("../images/bx_loader.gif");
}
.video_now .Consulation_right_content {
    /*margin:0 0 0 440px; Keith 2017-09-26 Full page*/
    margin:0 0 0 0;
}

.report_popup {
    position: fixed;
    width: 90%;
    height: 90%;
    margin: 5vh 0 0 5%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    overflow:auto;
}
.report_popup_in {
    display:block;
    height: 100%;
    overflow: auto;
    padding:10px 20px;
    box-sizing: border-box;
}
.report_popup p.close_btn {
    background:no-repeat url("../images/delete_g.png") #fff;
    width:35px;
    height:35px;
    display:block;
    float:right;
    background-size:100% 100%;
    cursor:pointer;
    padding: 0;
    margin: -5px 5px 0 0 ;
    position: fixed;
    right: 5%;
    border-radius:35px;
    z-index:50;
}
.report_popup h1 , .print_report2 h1{
    color: #00adef;
    font-size: 20px;
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
}
.report_popup h1.title_bg_style , .print_report2 h1.title_bg_style {
    background: #00adef;
    color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0 -10px;
    display: block;
}
.report_popup_bg {
    position:fixed;
    z-index:90;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    display:none;
}
.print_report {
    display:none;
}
.print_report2 {
    padding:20px;
}


.Patient_list_menu {
    display:block;
    padding:0;
    margin: -5px 0px 10px 0px;
    position: relative;
    width: 100%;
}
.Patient_list_menu p {
    display:inline-block;
    vertical-align:bottom;
    color:#fff;
    padding:5px 15px;
    margin:0 2px 0 0;
    font-size:15px;
    border-radius:5px 5px 0 0 ;
    cursor:pointer;
    box-sizing:border-box;
    width:auto;
    border:1px solid #bbb;
    border-bottom:0px;
    background: #bbbbbb;
    background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 );

}
.Patient_list_menu p:hover {
    background:#32c6ff;
    color:#fff;
    border-color: #00adef;
}
.Patient_list_menu p.selected {
    border-bottom:1px solid #eaeaea;
    margin-bottom:-1px;
    color:#666;
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eaeaea',GradientType=0 );
}
.Patient_list_menu span {
    display:block;
    height:5px;
    clear:both;
    background:#eaeaea;
    border: 1px solid #bbb;
    border-bottom: 0px;
}










.load_detail_content {
    display:block;
    padding:10px 20px;
    clear:both;
}
.MedicationReportPriceList {
    display:block;
    padding:5px 0;
    font-size:15px;
}
.MedicationReportPriceList h1 {
    color: #00adef;
    /*float:left;*/
    font-size:21px;
    padding:0;
    margin:0;
    margin-left: 20px;
}
.MedicationReportPriceList b {
    color: #00adef;
    font-size:21px;
}
.MedicationReportPriceList div.MedicationReportPriceListTitle {
    text-align:right;
    font-size:16px;
    padding:0;
    margin:0;
    display:block;
}
.MedicationReportPriceList div.MedicationReportPriceListContent {
    font-size:15px;
    display:block;
}


h1.Medication_preview_title {
    height:49px;
    padding:0;
    margin:0 0 -50px 0;
    border-bottom:1px solid #ddd;
}
.Medication_preview_content_out {
    display:block;
    overflow: auto;
    height: 100%;
    padding:50px 0;
    box-sizing:border-box;
}
.Medication_preview_content {
    display:block;
    overflow: auto;
    height: 100%;
    padding: 20px;
    box-sizing:border-box;
    margin:0;
}
div.Medication_preview_btn {
    border-top:1px solid #ddd;
    height:39px;
    padding:10px 0 0 0;
    display:block;
    margin:-50px 0 0 0;
}

.Clinic_Address_Select {
    display:block;
}
.Clinic_Address_Select select {
    border:1px solid #aaa;
    padding:3px 5px;
    vertical-align:middle;
    height: 30px;
    color:#333;
    margin:0 0 3px 0;
    max-width:100%;
    border-radius:5px;
}
.Clinic_Address_Select input {
    border: 1px solid #aaa;
    padding: 3px 5px;
    vertical-align: middle;
    height: 30px;
    margin: 0;
    line-height: 30px;
    box-sizing: border-box;
    color:#333;
    margin:0 0 3px 0;
    width:100%;
    max-width:400px;
    border-radius:5px;
}

.welcome_popup {
    display:none;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:50;
}
.welcome_popup_in {
    width:96%;
    max-width:480px;
    min-height:200px;
    margin:auto;
    background:#fff;
    text-align:center;
    line-height:1.5;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    box-sizing:border-box;
    padding:20px;
    font-size:17px;
    color:#666;
    border-radius:10px;
}
.welcome_popup h1{
    color: #00adef;
    padding:20px 0;
    margin:0;
    font-size:30px;
}
.welcome_popup img#welcome_close {
    width: 40px;
    float: right;
    margin: -15px -15px 0 -25px;
    cursor: pointer;
}
.duration_time {
    display:block;
    padding:5px 0;
    font-size:15px;
}
.duration_time b {
    font-size:17px;
    color:#dc0000;
}
.video_interrupted {
    position: fixed;
    width: 100%;
    max-width: 480px;
    top: 40%;
    min-height: 20%;
    z-index: 150;
    background: rgba(0,0,0,0.7);
    left: 50%;
    margin: 0 0 0 -240px;
    border: 5px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 10px #000;
    border-radius:10px;
    display:none;
}
.input_box {
    border-radius: 5px;
    background: #fff;
    padding: 3px 5px;
    box-sizing: border-box;
    min-height: 25px;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #c6c6c6;
}

#DeliveryMessage {
    width:75%;
    min-height:80px;
}
.MyPatientList_left_main {
    /*width:200px;*/
    display:block;
    float:left;
}
ul.MyPatientList_left_menu {
    width:100%;
    display:block;
    list-style:none;
    padding:0 0 0 0;
    margin:0;
    box-sizing:border-box;
    /*height:400px;*/
    overflow:auto;
    overflow: scroll;
    overflow-x: hidden;
    border:1px solid #ccc;
    background:rgba(255,255,255,0.5);
}
ul.MyPatientList_left_menu::-webkit-scrollbar {
    width: 8px;
    opacity:0.5;
}
ul.MyPatientList_left_menu::-webkit-scrollbar * {
    background:transparent;
}
ul.MyPatientList_left_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
}
ul.MyPatientList_left_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:rgba(0,175,240,0.5) !important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
ul.MyPatientList_left_menu li {
    display:block;
    padding:7px 10px;
    font-size:15px;
    line-height:20px;
    background:no-repeat URL("../images/next.png") -20px center;
    background-color:#f5f5f5;
    background-size:12px 12px;
    /*border-top:1px solid #fefefe;
    border-bottom:1px solid #999;*/
    cursor:pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
ul.MyPatientList_left_menu li:hover {
    background-color:#ddd;
}
ul.MyPatientList_left_menu li.finished {
    color: #999;
    background: #ddd;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
ul.MyPatientList_left_menu li.selected {
    background: no-repeat URL("../images/next.png") right center;
    background-color:#00adef;
    background-size:12px 12px;
    color:#fff;
    border-top:1px solid #b9ecff;
    border-bottom:1px solid #006e98;
    text-shadow:none;
}
.MyPatientList_right {
    display:block;
    margin:0 0 0 220px;
    border:1px solid #ccc;
    min-height:400px;
    background:rgba(255,255,255,0.5);
}
.MyPatientList_right_load {
    background:rgba(255,255,255,0.5) url("../images/bx_loader.gif") no-repeat center;
}
.MyPatientList_right .MyPatientList_right_close {
    display:none;
}
.MyPatientList_right_content {
    display:block;
    padding:20px 20px 0 20px;
}
.MyPatientList_right_content h1, .MyPatientList_right_content h2, .MyPatientList_right_content ul  {
    clear:none;
}
.doctor_top_list {
    display:block;
    top:0;
    position:absolute;
    height:30px;
    width:100%;
    background:#0096cd;
    overflow:hidden;
    box-shadow:inset 0 0 2px rgba(0,0,0,0.2) ,0 0 15px rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}
.doctor_top_list ul {
    padding:0;
    margin:0;
    height:50px;
    width:100%;
    display:block;
    overflow:auto;
    overflow-y:hidden;
    white-space:nowrap;
    box-sizing:border-box;
}
.doctor_top_list ul li {
    display:inline-block;
    width:120px;
    height:30px;
    overflow:hidden;
    border-radius:15px 0 5px 0;
    box-sizing:border-box;
    padding:3px 0 0 3px;
    cursor:pointer;
    color:#888;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    background: #ffffff;
}
.doctor_top_list ul li:hover {
    background:#eee;
    color:#333;
}
.doctor_top_list ul li.selected {
    background: #ffd14e;
    color:#333;
}
.doctor_top_list ul li.not_approved {
    color:#999;
    background:#bbb;
    cursor:auto;
    display:none;
}
.doctor_top_list ul li p.Dr_pic {
    height:25px;
    width:25px;
    float:left;
    margin:0;
}
.doctor_top_list ul li p.Dr_pic img {
    opacity:0.5;
}
.doctor_top_list ul li:hover p.Dr_pic img {
    opacity:1;
}
.doctor_top_list ul li.not_approved p.Dr_pic img, .doctor_top_list ul li.not_approved:hover p.Dr_pic img  {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity:0.5;
}
.doctor_top_list ul li.selected p.Dr_pic img {
    filter: none;
    -webkit-filter: none;
    opacity:1;
}
.doctor_top_list ul li p.Dr_name {
    display:block;
    padding:0px;
    margin:0 0 0 30px;
    overflow:hidden;
    font-size:12px;
    line-height:12px;
    height:12px;
    white-space:nowrap;
    overflow:hidden;
}
.doctor_top_list ul li span.dr_unread_num {
    display:block;
    position:absolute;
    min-width:15px;
    height:15px;
    text-align:center;
    line-height:15px;
    font-size:12px;
    background:red;
    color:#fff;
    z-index:10;
    border-radius:20px;
    margin:-5px 0 0 -5px;
    transform: scale(0.7);
    -webkit-animation: dr_unread_num_flash 0.5s  infinite alternate;
    animation: dr_unread_num_flash 0.5s  infinite alternate;
}

@keyframes dr_unread_num_flash {
    from {
        box-shadow:0 0 10px rgba(255,0,0,0);
        background:#ff0000;
    }
    to {
        box-shadow:0 0 10px rgba(255,0,0,1);
        background:#ff9999;
    }
}
@-webkit-keyframes dr_unread_num_flash {
    from {
        box-shadow:0 0 10px rgba(255,0,0,0);
        background:#ff0000;
    }
    to {
        box-shadow:0 0 10px rgba(255,0,0,1);
        background:#ff9999;
    }
}

.doctor_top_list #dr_top_list_right , .doctor_top_list #dr_top_list_left {
    display:none;
    background:#007daa;
    background:rgba(0,125,170,0.7);
    z-index: 10;
    box-sizing:border-box;
    padding:5px;
    cursor:pointer;
}
.dr_top_list_overflow #dr_top_list_right {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    right:0px;
    top:0px;
}
.doctor_top_list #dr_top_list_right img {
    width:100%;
}
.dr_top_list_overflow #dr_top_list_left {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:0px;
    top:0px;
}
.doctor_top_list #dr_top_list_left img {
    width:100%;
}
.dr_top_list_overflow ul {
    padding:0 30px;
}




.sharing_menu {
    display:block;
    height:50px;
}
.sharing_menu p {
    display:block;
    width:50%;
    height:50px;
    line-height:50px;
    margin:0;
    padding:0;
    text-align:center;
    box-sizing:border-box;
    background:#ddd;
    float:left;
    color:#666;
    font-size:15px;
}
.sharing_menu p.selected {
    background:#eee;
    color:#444;
}
.all_unread_msg_icon {
    font-size: 10px;
    font-family:arial;
    height: 13px;
    min-width: 13px;
    display: inline-block;
    margin:3px auto -3px auto;
    background: #49d646;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-radius:15px;
}

.main_content h1.page_title {
    display:block;
    color:#29313c;
    font-size:18px;
    margin:0 0 20px 0;
}
.main_content h1.page_title img {
    vertical-align:middle;
    height:50px;
    margin:0 10px 0 0;
}

.main_content .row {
    margin-right: 0px;
    margin-left: 0px;
    /* 固定定位 *//*
    margin-top:87px; */
}

.copy_right {
    font-size:10px;
    text-align:center;
    display:block;
    padding: 10px 0;
    /*margin:-20px 0 0 0;*/
}
.index_copy_right {
    margin:0;
    color:#fff;
    clear: both;
}

#scroll_top_btn {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50px;
    z-index: 50;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    display:none;
}
#scroll_top_btn img {
    width:100%;
    height:100%;
}

ul.MyPatientList_left {
    padding:0;
    margin:0;
    list-style:none;
    display:block;
    float:left;
    width:180px;
    position: absolute;
    border:1px solid #999;
    overflow: scroll;
    overflow-x: hidden;
    background:rgba(255,255,255,0.5);
}
ul.MyPatientList_left::-webkit-scrollbar {
    width: 8px;
    opacity:0.5;
}
ul.MyPatientList_left::-webkit-scrollbar * {
    background:transparent;
}
ul.MyPatientList_left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
}
ul.MyPatientList_left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:rgba(0,175,240,0.5) !important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
ul.MyPatientList_left.fixedtop {
    position: fixed;
    top: 50px;
}
ul.MyPatientList_left li {
    display:block;
    padding:5px;
    border-top:1px solid #fff;
    border-bottom:1px solid #999;
    cursor:pointer;
    line-height:1.3;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    color: #999;
}
ul.MyPatientList_left li:hover {
    background:#fff;
    color: #333;
}
ul.MyPatientList_left li b {
    display:block;
    font-size: 15px;
    line-height:1.5;
}
ul.MyPatientList_left li span {
    display:block;
    font-size: 13px;
}
ul.MyPatientList_left li.selected {
    background: #00adef;
    color:#fff;
    border-top: 1px solid #b9ecff;
    border-bottom: 1px solid #006e98;
}
ul.MyPatientList_left li span.unfinished_count, span.unfinished_count {
    float:right;
    height:15px;
    line-height:15px;
    min-width:13px;
    font-size:11px;
    background: #ea523b;
    border-radius: 40px;
    text-align:center;
    color:#fff;
    padding:0 1px 0 0;
}
.unfinished_count2 {
    /*position:absolute;*/
    right:45px;
    top:12px;
    float:right;
    margin: 5px 3px 0 0;
    margin-left:10px;
    height:10px;
    width:10px;
    background: #ea523b;
    border-radius: 40px;
    text-align:center;
    color:#fff;
}
.MyPatient_right_content {
    display:block;
    margin:0 0 0 200px;
    border:1px solid #999;
    min-height:200px;
    padding:10px;
    box-sizing:border-box;
    background:rgba(255,255,255,0.5);
}

ul.report_status_bar {
    display:block;
    list-style:none;
    padding:0;
    margin:0 0 20px 0;
    font-size: 15px;
    color: #aaa;
}
.print_report2 ul.report_status_bar {
    display:none;
}
ul.report_status_bar li {
    display:inline-block;
    padding:5px 15px;
    background: #f5f5f5;
    border:1px solid #bbb;
    margin:0 0 5px 0;
    border-radius:5px;
    color: #999;
    font-size: 17px;
}
ul.report_status_bar li.selected {
    background: #00adef;
    color:#fff;
    border:1px solid #00adef;
}
ul.report_status_bar li.completed {
    background: #ffd14e;
    color:#666;
}
.nurse_all .top_menu {
    padding-top:40px;
}

.dr_red_text {
    background:#ffcfcf;
    color:#e90000;
    padding:4px 10px;
    text-align:center;
    display:block;
    font-size:15px;
    border-bottom:1px solid #00aeef;
}
ul.my_doctors_list {
    display:block;
    padding:0;
    margin:0;
    list-style:none;
}
ul.my_doctors_list li {
    display:inline-block;
    width:250px;
    margin:0 5px 5px 0;
    box-sizing:border-box;
    vertical-align:bottom;
}
ul.my_doctors_list li div {
    display:block;
    padding:5px;
    border:1px solid #ccc;
    background:#f6f6f6;
    line-height:1.3;
    border-radius:5px;
}
ul.my_doctors_list li label {
    cursor:pointer;
    display:block;
    padding:5px;
    border:1px solid #ccc;
    background:#f6f6f6;
    line-height:1.3;
    border-radius:5px;
}
ul.my_doctors_list li label:hover {
    background:#fff;
}
ul.my_doctors_list li label.selected {
    background:#faf5dc;
}
ul.my_doctors_list li p.Dr_pic {
    box-shadow:0 3px 7px rgba(0,0,0,0.3);
}
p.my_doctors_list_text {
    padding:0 0 0 75px;
    display:block;
    margin:0;
    min-height:60px;
}
ul.my_doctors_list li span.approval_text {
    display:inline-block;
    font-size:13px;
    line-height:18px;
    height:18px;
    margin:5px 0 0 0;
    overflow:hidden;
    vertical-align:middle;
}


ul.my_nurse_list {
    display:block;
    padding:0;
    margin:0;
    list-style:none;
}
ul.my_nurse_list li {
    display:inline-block;
    width:270px;
    margin:0 5px 5px 0;
    border:1px solid #ccc;
    background:#f6f6f6;
    padding:5px;
    line-height:1.3;
    border-radius:5px;
    box-sizing:border-box;
    vertical-align:bottom;
}
span.my_nurse_list_btn {
    display:inline-block;
    font-size:15px;
    padding:0 15px;
    line-height:20px;
    background:#00aeef;
    border-radius:20px;
    color:#fff;
    cursor:pointer;
    vertical-align:middle;
}

.other_unread_popup {
    position: fixed;
    width:300px;
    bottom:20px;
    margin:0 0 0 -150px;
    left:50%;
}
.other_unread_popup p {
    display:block;
    background:rgba(0,0,0,0.7) url("../images/msg_icon.png") 5px 5px no-repeat;
    background-size:20px 20px;
    color:#fff;
    padding:5px 5px 5px 30px;
    font-size:15px;
    line-height:1.3;
    margin:5px 0 0 0;
    border-radius:5px;
    box-sizing:border-box;
    box-shadow:0 0 10px rgba(255,215,0,0.5);
    z-index:500;
}
.other_unread_popup p img {
    display:block;
    margin:auto;
    max-width:100px;
    max-height:100px;
}
.other_unread_popup p.other_unread_img {
    cursor:pointer;
}

.Search_dr_input {
  padding:10px ;
  display: flex;width: 100%;
  align-items: center;
  align-content: center;
  background-color: #eeeeee;

}
.Search_dr_input input {
    height:40px;
    width:90%;
    padding:0 5px 0 15px;
    box-sizing:border-box;
    border:1px solid #aaa;
    border-right:0px solid #aaa;
    border-radius:5px 0 0 5px;
    vertical-align:middle;

}

.Search_dr_input input[readonly]{
  background-color: #fff;      (可根据需要改颜色)

}
.Search_dr_input button{
  min-width: 80px;
  font-size:0.7rem;
  margin-right: 8px;
}
/* .Search_dr_input span{
  min-width: 45px;
  font-size:0.7rem;
} */

.Search_dr_input input::-webkit-input-placeholder , .Search_dr_input input::-moz-placeholder {
    color:#ccc;
    opacity: 0.2;
}
.Search_dr_input button {
    border-radius:0 5px 5px 0;
    height:40px;
    box-sizing:border-box;
    border:1px solid #aaa;
    cursor:pointer;
    background: #ffd14e;
    padding:0 7px;
    vertical-align:middle;
    font-size:15px;

}
.Search_dr_input button:hover {
    background: #ffbd00;
}
.Search_dr_input .clear_btn {
    border-radius:5px;
    display:inline-block;
    height:40px;
    line-height:40px;
    box-sizing:border-box;
    border:1px solid #aaa;
    cursor:pointer;
    background: #ddd;
    padding:0 7px;
    vertical-align:middle;
    font-size:15px;
    vertical-align:middle;
    min-width: 47px;
}
.Search_dr_input .clear_btn:hover {
    background:#ccc;
}
.time_display {
    display:none;
    position:fixed;
    bottom:10px;
    right:10px;
    background:rgba(0,0,0,0.7);
    width:120px;
    margin:0;
    font-size:13px;
    color:#fff;
    text-align:center;
    z-index:50;
    line-height:15px;
    padding:5px 0;
    border-radius:10px;
}
.time_display span {
    display:inline-block;
    padding:0 0 0 5px;
}
.fc-title img {
    float:left;
    vertical-align:middle;
}
.popup_login {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:290;
    background:rgba(0,0,0,0.5);
}

.popup_video {/*keith 2017-09-26 */
    display:none;
    position:fixed;
    /*width: 420px;*/
    /*min-height: 520px;*/
    height:auto;
    bottom: 0px;
    right: 10px;
    z-index:290;
}

.popup_video .popup_video_header {/*keith 2017-09-26 */
    color: #ffffff;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 8px;
    height: 20px;
    background-color: #4478c0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 4px 6px -6px #3A3B3C;
}

.popup_video .popup_video_header .titletext{/*keith 2017-09-26 */
    color: #ffffff;
    float: left;
    max-width: 85px;
}

.popup_video .popup_video_header .popup_video_zoom{/*keith 2017-09-26 */
    border: solid 2px #ffffff;
    width: 13px;
    height: 13px;
    cursor: pointer;
    float: right;
    display: inline-block;
}

.popup_video .popup_video_content {/*keith 2017-09-26 */
    width: 100%;
    min-height: 250px;
}


.popup_login_text {
    position:fixed;
    top:50%;
    left:50%;
    width:300px;
    height:200px;
    margin:-100px 0 0 -150px;
    z-index:295;
    background:#fff;
    background:rgba(255,255,255,0.8);
    box-sizing:border-box;
    padding:15px;
    border-radius:10px;
}
.popup_login_text p {
    padding:0;
    margin:0 0 10px 0;
    display:block;
    color:#00aeef;
    font-size:17px;
}
.popup_login_text input {
    display:block;
    width:100%;
    height:35px;
    border:1px solid #ddd;
    margin:0 0 5px 0;
    font-size:15px;
    box-sizing:border-box;
    padding:5px;
}
.popup_login button {
    width:100px;
    line-height:35px;
    margin:5px 0 0 0;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family:Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti;
}
.popup_login button.popup_Login_btn {
    background:#ffd14e;
    color:#333;
}
.popup_login button.popup_Logout_btn {
    background:#00aeef;
    color:#fff;
}

.booking_status_title {
    display:block;
    margin:-10px 0 10px 0;
}
.booking_status_title p {
    display:block;
    background: #eee;
    border-left: 4px solid #c92952;
    color: #c92952;
    padding:5px 15px;
    margin:0;
    border-radius:0px;
    min-width:120px;
    text-align:left;
}
.booking_status_title p+p {
    display:none;
    border-left: 4px solid #009600;
    color: #009600;
}
.booking_status_title.accepted p {
    display:none;
}
.booking_status_title.accepted p+p {
    display:block;
}
.nurse_booking_group {
    display:block;
}
.nurse_booking_group select.input_text1 {
    line-height:30px;
    min-height:30px;
    max-width: 100%;
    vertical-align:middle;
}
.nurse_booking_group  select.input_text1 option {
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size:30px 30px;
    padding-left:30px;
}
.nurse_booking_group input#new_booking_date {
    width:120px;
    text-align:center;
    vertical-align:middle;
}
.nurse_booking_group input#new_booking_date:read-only {
    background:#fff;
    color: #666;
}
.nurse_booking_group span.left_text {
    display:inline-block;
    min-width:140px;
    vertical-align: top;
}

.nurse_booking_group_div {
    border-top:1px dotted #ddd;
    display:block;
    padding:5px 0;
}
.nurse_booking_group_div label {
    display:inline-block;
}

.patient_name {
    background: #00aeef;
    color: #fff;
    border-radius:10px 10px 0 0;
    padding: 3px 10px;
    margin: 0 0 0 0;
}

.select_dr_list_ul {
    list-style:none;
    display:inline-block;
    padding:0;
    margin:0;
    border: 1px solid #aaa;
    border-radius: 10px;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    min-width:300px;
    background:#fff;
}
.select_dr_list_ul li {
    display:block;
    cursor:pointer;
}
.select_dr_list_ul .select_dr_list_display {
    display:block;
    padding:5px 20px 5px 5px;
    box-sizing:border-box;
}
.select_dr_list_ul li ul {
    display:none;
    position:absolute;
    list-style:none;
    padding:0;
    margin:0;
    background:#fff;
    border:1px solid #ddd;
    height:200px;
    overflow:auto;
    overflow-x:hidden;
}
.select_dr_list_ul li:hover ul {
    /* display:block;*/
}
.select_dr_list_ul li ul.select_dr_list_show {
    display:block;
}
.select_dr_list_ul li ul li {
    display:block;
    height:40px;
    padding:5px;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;
    white-space:nowrap;
}
.select_dr_list_ul li ul li:hover {
    background: #00aeef;
    color:#fff;
}
.select_dr_list_ul li ul li.selected {
    background: #0097cf;
    color:#fff;
}
.select_dr_list_ul li ul li p.Dr_pic , .select_dr_list_ul .select_dr_list_display p.Dr_pic{
    width:30px;
    height:30px;
}
/* keith 2017-10-5 */
.select_pa_list_ul {
    list-style:none;
    display:inline-block;
    padding:0;
    margin:0;
    border: 1px solid #aaa;
    border-radius: 10px;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    min-width:300px;
    background:#fff;
}
.select_pa_list_ul li {
    display:block;
    cursor:pointer;
}
.select_pa_list_ul .select_pa_list_display {
    display:block;
    padding:5px 20px 5px 5px;
    box-sizing:border-box;
}
.select_pa_list_ul li ul {
    display:none;
    position:absolute;
    list-style:none;
    padding:0;
    margin:0;
    background:#fff;
    border:1px solid #ddd;
    height:200px;
    overflow:auto;
    overflow-x:hidden;
}
.select_pa_list_ul li:hover ul {
    /* display:block;*/
}
.select_pa_list_ul li ul.select_pa_list_show {
    display:block;
}
.select_pa_list_ul li ul li {
    display:block;
    height:40px;
    padding:5px;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;
    white-space:nowrap;
}
.select_pa_list_ul li ul li:hover {
    background: #00aeef;
    color:#fff;
}
.select_pa_list_ul li ul li.selected {
    background: #0097cf;
    color:#fff;
}
.select_pa_list_ul li ul li p.Dr_pic , .select_pa_list_ul .select_pa_list_display p.Dr_pic{
    width:30px;
    height:30px;
}

.img_select_list {
    display:block;
}
.img_select_list label , .img_select_list p {
    display:inline-block;
    width:140px;
    height:140px;
    padding:5px;
    margin:0 2px 5px 0;
    border:1px solid #ccc;
    background:#fff;
    vertical-align:top;
}
.img_select_list label.selected {
    background:#fff0ce;
}
.img_select_list input[type=checkbox]:checked + span {
    color: #f00;
    background:red;
}
.img_select_list label span {
    display:block;
    width:140px;
    height:140px;
    background:#eee;
    line-height:140px;
    text-align:center;
}
.img_select_list p span {
    display:block;
    width:140px;
    height:140px;
    background:#eee;
    line-height:140px;
    text-align:center;
}
.img_select_list p b {
    display: block;
    width: 25px;
    height: 25px;
    background: #00aeef;
    color: #fff;
    text-align: center;
    font-size: 17px;
    float: right;
    margin: -5px 0 0 120px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    border-radius: 15px;
    line-height: 25px;
}
.img_select_list p.pic_add_btn {
    color:#bbb;
}
.img_select_list p.pic_add_btn:hover {
    background: #00aeef;
    color:#ccc;
}
.img_select_list p.pic_add_btn span {
    font-size:130px;
    cursor:pointer;
}
.img_select_list label span img, .img_select_list p span img {
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
    display:inline-block;
    margin:-3px 0 0 0;
}
.img_select_list label input {
    margin:-30px 0 0 5px;
    width:25px;
    height:25px;
    position: absolute;
}


.MyPatientList_right_content table.patient_form_table td {
    padding:3px 0;
    width:auto;
    display:inline-block;
}
.MyPatientList_right_content  table.patient_form_table tr td:nth-child(odd) {
    width:40%;
}
.MyPatientList_right_content  table.patient_form_table tr td:nth-child(even) {
    width:60%;
}
.Medication_preview_content  table.patient_form_table tr td:nth-child(odd) {
    width:38%;
}
.MyPatientList_right_content table.patient_form_table tr {
    width:50%;
    display: block;
    float: left;
}


.NursingHomePatientList {
    display:block;
    width:100%;
    border-radius:5px;
    border-bottom:5px solid #00aeef;
    border-top:5px solid #00aeef;
    background:#ddd;
    box-shadow:0px 3px 5px rgba(0,0,0,0.15);
    margin:0 0 10px 0;
}
.NursingHomePatientList.fixedtop {
    position: fixed;
    top: 0px;
    z-index: 150;
    width: auto;
    right: 40px;
    left: 95px;
}
#NHPL_end {
    display:block;
}
.NursingHomePatientList ul {
    display:block;
    list-style:none;
    padding:2px 0 0 0;
    margin:0;
    background:url('../images/NursingHomePatientList_bg.png');
}
.NursingHomePatientList ul li {
    padding:0 15px;
    line-height:35px;
    height:35px;
    display:inline-block;
    text-align:center;
    border-left:1px solid #fff;
    border-right:1px solid #ccc;
    float:left;
    margin:0 0 2px 0;
    color:#777;
    cursor:pointer;
    background:#f7f7f7;
    text-shadow:1px 1px 1px #fff;
}
.NursingHomePatientList ul li:hover {
    background:#fff;
    color:#333;
}
.NursingHomePatientList ul li.video_done {
    background: #00a0e3;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
}
.NursingHomePatientList ul li.nhp_add_btn {
    font-size: 34px;
    width: 35px;
    padding: 0;
    height: 35px;
    background: #23960f;
    color: #eee;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.NursingHomePatientList ul li.nhp_add_btn:hover {
    background: #41be28;
}
.NursingHomePatientList ul li.selected {
    /*background-color:#007fae;*/
    background-color:#ff9c00;
    background-image:url('../images/NursingHome_selected_bg.png');
    background-repeat:no-repeat;
    background-position:bottom;
    color:#fff;
    height: 40px;
    margin-top: -5px;
    border-radius: 5px 5px 0 0;
    line-height: 40px;
    font-size: 17px;
    border-left:1px solid #b0eaff;
    border-right:1px solid #00729d;
    -webkit-animation: NursingHomePatient_flash 0.5s  infinite alternate;
    animation: NursingHomePatient_flash 0.5s  infinite alternate;
}
@keyframes NursingHomePatient_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0.1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,255,200,0);
        /*background-color:#007fae;*/
        background-color:#ff9c00;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1), 0 3px 1px rgba(0,0,0,0.2);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,255,200,1);
        /*background-color:#00b4ff;*/
        background-color:#ffae00;
    }
}
@-webkit-keyframes NursingHomePatient_flash {
    from {
        text-shadow:0 0 10px rgba(255,255,255,0), 0 1px 1px rgba(0,0,0,0.1);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.1), 0 0 10px rgba(255,255,200,0);
        /*background-color:#007fae;*/
        background-color:#ff9c00;
    }
    to {
        text-shadow:0 0 10px rgba(255,255,255,1), 0 3px 1px rgba(0,0,0,0.2);
        box-shadow:inset 0 20px 0 rgba(255,255,255,0.3), 0 0 10px rgba(255,255,200,1);
        /*background-color:#00b4ff;*/
        background-color:#ffae00;
    }
}

.NursingHomeGroupAtt {
    display:block;
    height:100px;
    margin:0 0 10px 0;
}
.NursingHomeGroupAtt_sound {
    display:block;
    float:left;
    background:#fff;
    width:200px;
    box-shadow:0px 3px 5px rgba(0,0,0,0.15), inset 0px 0px 2px rgba(0,0,0,0.2);
}
.NursingHomeGroupAtt_sound ul {
    list-style:none;
    padding:0;
    margin:0;
    height:100px;
    overflow:auto;
}
.NursingHomeGroupAtt_sound ul li {
    display:block;
    padding:1px 0;
    border-bottom:1px solid #666;
}
.NursingHomeGroupAtt_sound ul audio {
    display:block;
    width:100%;
}
.NursingHomeGroupAtt_img {
    display:block;
    height:100px;
    margin:0 0 0 205px;
    background:#fff;
    box-shadow:0px 3px 5px rgba(0,0,0,0.15);
}
.NursingHomeGroupAtt_img h1 {
    padding:0 5px;
    margin:0;
    clear: inherit;
    display:block;
    height:20px;
    line-height:20px;
    font-size:13px;
    background:#00adef;
    color:#fff;
}

.NursingHomeGroupAtt_img h1.count_num_flash {
    -webkit-animation: count_num_flash_h1 0.4s  infinite alternate;
    animation: count_num_flash_h1 0.4s  infinite alternate;
}
@keyframes count_num_flash_h1 {
    from {
        background:#00adef;
    }
    to {
        background:#00d8ff;
    }
}
@-webkit-keyframes count_num_flash_h1 {
    from {
        background:#00adef;
    }
    to {
        background:#00d8ff;
    }
}



.NursingHomeGroupAtt_img ul {
    display:block;
    overflow:auto;
    height:75px;
    list-style:none;
    padding:5px 5px 0 5px;
    margin:0;
    clear: inherit;
}
.NursingHomeGroupAtt_img ul li {
    display:inline-block;
    margin:0 5px 5px 0;
}
.NursingHomeGroupAtt_img ul li a {
    box-sizing:border-box;
    display:block;
    border:1px solid #ccc;
    background:#fff;
    text-align:center;
    line-height:66px;
    width:70px;
    height:70px;
}
.NursingHomeGroupAtt_img ul li a img {
    border:none;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
    opacity:1;
}
.NursingHomeGroupAtt_img ul li a:hover {
    border:1px solid #555;
}
.NursingHomeGroupAtt_img ul li a:hover img {
    opacity:0.6;
}
.clear_line {
    clear:both;
    display:block;
    width:100%;
    height:0px;
}
.sort_by_th {
    display:block;
    cursor:pointer;
}
.sort_by_th img {
    height:20px;
    display:inline-block;
    vertical-align:middle;
}

.fc-content.nursing_home {
    background:#9fd67b;
}

.NursingHome_Delete_btn {
    display:block;
    padding:0 0 10px 0;
}
.NursingHome_Delete_btn span {
    display:inline-block;
    background: #c00000;
    color:#fff;
    padding:5px 20px;
    border-radius: 10px;
    font-size: 17px;
    line-height:20px;
    cursor:pointer;
}
.NursingHome_Delete_btn span:hover {
    background: #f00808;
}
.NursingHome_Delete_btn span img {
    height:15px;
    display:inline-block;
    vertical-align: middle;
    margin:0 0 0 -5px;
}


.nhp_add_popup_content {
    overflow:auto;
    display:block;
    max-height: 100%;
    text-align:left;
    padding:10px 0;
    box-sizing: border-box;
}
.nhp_add_list {
    list-style:none;
    padding:0;
    margin:0;
}
.nhp_add_list li {
    max-width:300px;
    width:100%;
    border:1px solid #ddd;
    display:inline-block;
    box-sizing: border-box;
    padding:10px;
    margin:0 5px 10px 0;
    cursor:pointer;
}
.nhp_add_list li:hover {
    background:#d3ebf4;
}
.nhp_add_list li:hover::before {
    content: '+';
    position: relative;
    z-index: 5;
    font-size: 100px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    text-align: center;
    background: rgba(255,255,255,0.6);
    margin: 0 0 -80px 0;
    display: block;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.05);
    border:1px solid #fff;
    box-sizing:border-box;
}
.nhp_add_list li.now_patient {
    background:#eee;
    cursor: no-drop;
}
.nhp_add_list li.now_patient:hover::before {
    display:none;
}
.nhp_add_list li p {
    display:block;
    padding:3px 0;
    margin:0;
    border-bottom:1px dotted #eee;
}
.nhp_add_list li p span {
    display:inline-block;
    min-width:110px;
    font-size:13px;
    color:#999;
}
.nhp_add_find_box {
    display:block;
    background:#eee;
    padding:10px;
    margin:0 0 10px 0;
    border-bottom:1px solid #999;
}
.nhp_add_find_box span.btn1 {
}
.nhp_add_find_box p {
    display:inline-block;
    padding:2px 0;
    margin:0;
    width:100%;
    max-width:300px;
}
.nhp_add_find_box p span {
    display:inline-block;
    min-width:110px;
}
.nhp_add_find_box p span.btn1 {
    padding:5px 20px;
    min-width:inherit;
}
.nhp_add_find_box p input {
    display:inline-block;
    height:25px;
    border:1px solid #ccc;
    padding:0 5px;
    margin:0;
    border-radius:5px;
    width:120px;
}
.nhp_add_find_box p select {
    display:inline-block;
    height:25px;
    border:1px solid #ccc;
    border-radius:5px;
}
ul.Recording_list {
    list-style:none;
    display:block;
    padding:0;
    margin:0;
}
ul.Recording_list li {
    display:block;
    padding:2px 0;
}
ul.Recording_list audio {
    display:block;
    width:100%;
    max-width:320px;
}
.choose_shipping_show {
    display: flex;
    display: -webkit-flex;
    max-width:300px;
    width:100%;
    height:50px;
    margin:0;
}
.choose_shipping_show span {
    flex: 1;
    float:left;
    height:50px;
    box-sizing:border-box;
    border:1px solid #999;
    background:#eee;
    color:#999;
    line-height:40px;
    padding:5px;
    text-align:center;
    border-radius:10px 0 0 10px;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 15px 10px rgba(255,255,255,0.7), inset 0 -3px 5px rgba(0,0,0,0.1);
}
.choose_shipping_show span+span {
    border-radius:0 0 0 0;
    border-right:0px solid #999;
    border-left:0px solid #999;
}
.choose_shipping_show span+span+span {
    line-height:20px;
    border:1px solid #999;
    border-radius:0 10px 10px 0;
}
.choose_shipping_show_cht span+span+span {
    line-height:40px;
}
.choose_shipping_show_2btn span+span {
    border:1px solid #999;
    border-left:0px solid #999;
    border-radius:0 10px 10px 0;
}
.choose_shipping_show span.selected  {
    color:#fff;
    background: #00aeef;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0 -3px 5px rgba(0,0,0,0.1), inset 0 15px 10px rgba(255,255,255,0.4);
}
.Patient_Select_bar {
    display:block;
    background:#eee;
    background:rgba(0,0,0,0.05);
    padding:5px 10px;
    margin:5px -10px;
    min-height: 35px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.Patient_Select_bar h1 {
    font-size:15px;
    clear: inherit;
}
.Patient_Select_bar .print_btn {
    float:right;
    padding: 5px 20px;
    font-size: 15px;
    margin:0 0 5px 0;
}
.msg_template_list {
    display:none;
    position:absolute;
    background:rgba(255,255,255,0.8);
    border:1px solid #ddd;
    box-shadow:0 0 8px rgba(0,0,0,0.2);
    box-sizing:border-box;
    padding:5px;
    bottom:100px;
    width:300px;
    max-width:80vw;
}
.msg_template_list ul {
    list-style:none;
    padding:0;
    margin:0;
    border-top:1px solid #ccc;
    max-height:250px;
    overflow-x:auto;
}
.msg_template_list ul li {
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:3px 5px;
    cursor:pointer;
    max-width:100%;
    max-height:50px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background:rgba(255,255,255,0.6);
}
.msg_template_list ul li:hover {
    background: #00aeef;
    color:#fff;
}
.msg_template_close {
    display:block;
    height:0px;
}
.msg_template_close span {
    float:right;
    width:25px;
    height:25px;
    background: #00aeef;
    box-sizing:border-box;
    padding:5px;
    cursor:pointer;
    border-radius:25px;
    margin:-15px;
    box-shadow:0 1px 5px rgba(0,0,0,0.5);
}
.msg_template_close span img {
    width:100%;
    height:100%;
    display:block;
}
.last_update_text {
    display: block;
    font-size: 11px;
    padding: 0px 60px 10px 60px;
    text-align: right;
}

.booking_container{
    border: 1px solid rgb(204, 204, 204);
    padding-top: 10px;
    padding-bottom: 10px;
}

.booking_container #txt-booking-date{
    padding: 2px 5px;
    font-size: 15px;
    line-height: 35px;
    width: 100px;
    vertical-align: middle;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.booking_container #txt-booking-hr,.booking_container #txt-booking-min{
    width: 44px;
    text-align: center;
    padding: 2px 0;
    margin-right: 0px;
    vertical-align: middle;
    height: 35px;
}

.booking_container > div{
    padding-left: 0px;
    padding-right:0px;
}

.clinic-container > div{
    padding-left: 0px;
    padding-right:0px;
}


@media screen and (max-width: 1280px){
    .sub_menu {
        min-height:40px;
    }
    .sub_menu span {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        /*width: 32%;*/
        border-bottom: 1px;
    }
}

@media screen and (max-width: 1024px){
    .top_menu {
        min-height: 90px;
        padding: 10px 10px 10px 10px;
    }
    .nurse_all .menu_icon {
        top: 85px;
    }
    .top_setting {
        padding: 0 0 0 0;
        height: 30px;
        line-height: 30px;
        float: none;
        display: block;
        text-align: right;
    }
    .top_menu ul li {
        float:none;
        text-align:right;
    }

    .request_list {
        position:fixed;
        right:10px;
        bottom:10px;
        margin:0;
        background:rgba(0,0,0,0.7);
        z-index:300;
    }
    .online_btn span.select::before {
        width:20px;
        height:20px;
        margin:-25px 0 0 35px;
    }

    .Dr_profile {
        padding:0 10px 0 0;
        width:40%;
    }

    li.profile_li {
        width:100%;
    }
    .menu_show {
        margin:0 0 0 75px;
    }


    .MyPatientList_right_content table.patient_form_table {
        font-size:15px;
    }
    .MyPatientList_right_content table.patient_form_table tr {
        width:100%;
        float:none;
    }

}




@media screen and (max-width: 980px){
    ul.basic_inform_list li .input_text1 {
        width:100%;
    }
    ul.basic_inform_list li .phone_num  , ul.basic_inform_list li  .checkbox{
        width:100%;
    }
    .Consultation_video_left {
        position:inherit;
        margin:auto;
    }
    .video_now .Consulation_right_content {
        margin:0;
        clear:both;
    }

    .NursingHomePatientList.fixedtop {
        position:inherit;
    }
    #NHPL_end {
        display:none;
    }
    ul.MyPatientList_left {
        position:inherit;
        width:100%;
        float:none;
        max-height: 200px;
        margin:0 0 10px 0;
    }
    ul.MyPatientList_left.fixedtop {
        position:inherit;
        top: auto;
    }
    .MyPatient_right_content {
        margin:0;
    }
    .select_dr_list_ul li ul {
        position:inherit;
    }
    .select_dr_list_ul li ul li {
        font-size:12px;
    }
    .select_dr_list_ul {
        min-width:100%;
    }
}

@media screen and (max-width: 800px){
    .con_menu_show .main_content , .booking_menu_show .main_content {
        margin:0;
        width:100%;
    }
    .Dashboard_catbox {
        width:98%;
        margin:0 2% 0 0;
        margin-bottom:15px;
        float:none;
        min-height:100px;
    }
    .Dashboard_catbox:nth-child(even) {
        margin-left:0%;
    }

    .booking_popup , .nhp_add_popup {
        top:5%;
        height:90%;
        margin:0;
        width:90%;
        left:5%;
    }



}


@media screen and (max-width: 768px){
    .all_content {
        margin:0;
    }
    .left_menu {
        width:300px;
        margin:0 0 0 -300px;
    }
    .menu_show .left_menu {
        margin:0;
    }
    .left_menu_show_text {
        display:none;
    }
    .top_logo {
        margin: 0 5px 3px 55px;
        height: 40px;
        vertical-align:bottom;
    }
    .menu_icon {
        display:block;
        top: 50px;
        left: 12px;
        z-index:150;
    }
    .Dr_profile {
        min-width: auto;
    }

    .menu_show #menu_show{
        display:none;
    }
    .menu_show #menu_hide{
        display:block;
        top: 12px;
    }

    .top_menu {
        height: auto;
    }
    .top_menu ul li {
        float:none;
        display:block;
        text-align:right;
    }
    .left_menu>ul li a {
        font-size:17px;
    }
    .main_content {
        padding:15px;
    }
    .online_btn {
        position:absolute;
        top:10px;
        left:10px;
        height:25px;
    }
    .nurse_all .online_btn {
        top: 40px;
    }
    .online_btn span {
        width: 55px;
        line-height: 25px;
        font-size: 13px;
    }
    .online_btn span.select::before {
        width:5px;
        height:5px;
        margin:-10px 0 0 25px;
    }
    .top_setting a {
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        padding: 0 10px;
    }
    .top_setting a img {
        height: 16px;
        margin: -1px 0;
    }
    .Dr_profile {
        padding: 5px 0 0 0;
        font-size: 16px;
        width:auto;
    }
    p.Dr_pic {
        height: 50px;
        width: 50px;
    }
    .Dr_profile .Dr_pic i.private_unread {
        margin: 0 0 0 45px;
    }
    .Dr_profile .Dr_pic i.open_unread {
        margin: 15px 0 0 45px;
    }
    p.Dr_pic {
        margin: 0 10px 0 0;
    }

    .Dr_profile span {
        padding: 2px 0;
        min-width:auto;
        width:100%;
        margin:0 0 0 45px;
    }

    table.main_table tr th {
        display:none;
    }
    table.main_table tr td {
        width:100%;
        display:block;
        padding:5px 10px;
        box-sizing:border-box;
        border-top:1px dotted #ccc;
    }

    table.list_table tr th {
        display:none;
    }
    table.list_table tr td {
        width:100%;
        display:block;
        padding-top:2px;
        padding-bottom:2px;
    }
    table.list_table tr td+td {
        width:100%;
        display:block;
        padding-top:2px;
        padding-bottom:2px;
    }
    table.list_table tr td+td+td {
        width:100%;
        display:block;
        padding-top:2px;
        border-top:1px dotted #ccc;
    }

    .main_content video {
        max-width:640px;
        height:400px;
    }

    ul.basic_inform_list li {
        float:none;
        width:100%;
        margin:0;
    }
    .list_left_icon {
        width:auto;
    }
    .unread .unread_icon {
        display:inline-block;
        float: none;
    }

    .ChartDiv {
        width:100%;
        float:none;
        margin:0 0 20px 0;
    }


    .Dashboard_3box h1 {
        color:#ffd250;
        font-size:20px;
        line-height:35px;
    }
    .Dashboard_3box h2 {
        padding:0 0 10px 0;
        font-size:20px;
        line-height:30px;
    }
    .Dashboard_3box p {
        padding:5px 0;
        margin:0px;
        height:25px;
        line-height:20px;
        font-size:15px;
    }
    .Dashboard_3box p span {
        float:none;
        width:100%;
    }


    .soap_div {
        padding:10px 15px;
        margin:0 -15px;
    }
    .soap_div p {
        /*float:none;*/
        width:100%;
    }
    .soap_div p:nth-child(odd) {
        margin:0;
    }
    .soap_div textarea {
        height:100px;
    }

    .video_group {
        /*   margin:0 -15px 20px -15px;*/
    }
    .video_group div.video_div {
        width:100%;
        float:none;
    }
    .video_group p {
        float:none;
        width:100%;
        padding:10px 0;
    }


    .Register_content li>span {
        display:block;
        float:none;
        width:100%;
    }
    .Register_content input[type=text], .Register_content input[type=password], .Register_content select , .Register_content textarea {
        max-width:600px;
        width:96%;
        padding:0 2%;
    }
    .Register_content li>div {
        width:100%;
        float:none;
    }
    .Register_content li ul.ClinicHours_list {
        width:100%;
        float:none;
    }

    .Consultation_content {
        margin:0;
        display:block;
        width:100%;
    }
    .sub_menu {
        /*margin: -15px -15px 15px -15px;*/
    }
    ul.column2,ul.column3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    ul.column2 li:nth-child(2n),ul.column3 li:nth-child(2n){
        margin:0;
    }

    .sub_menu {
        min-height: 40px;
    }
    .sub_menu span {
        font-size:13px;
        height:40px;
        padding:0 20px;
        line-height:40px;
        box-sizing:border-box;
        /*width:48%;*/
        border-bottom: 1px;
    }


    #DeliveryMessage {
        width:100%;
    }

    .Consulation_popup_list {
        width:100%;
        float:none;
    }
    ul.MyPatientList_left_menu {
        width:100%;
        height:auto;
    }
    .MyPatientList_right {
        display:block;
        margin:0;
        width:96%;
        position:absolute;
        left:102%;
        border:1px solid #ccc;
        min-height:400px;
        background:#fff;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        box-shadow:0 0 5px rgba(0,0,0,0.1);
        top: 720px;
    }
    .MyPatientList_right.list_show {
        left:2%;
        top:0%;
    }
    .MyPatientList_right .MyPatientList_right_close {
        display:block;
        width:30px;
        height:30px;
        padding:5px;
        box-sizing:border-box;
        background: #ffa200;
        border-radius:30px;
        float: right;
        cursor:pointer;
    }
    .MyPatientList_right .MyPatientList_right_close img {
        width:20px;
        display:block;
    }

    .patient_form_table_ul li {
        width:100%;
    }

    table.patient_form_table {
        font-size:15px;
    }
    table.patient_form_table td {
        padding:3px 0;
        width:auto;
        display:inline-block;
    }
    table.patient_form_table tr td:nth-child(odd) {
        width:40%;
    }
    table.patient_form_table tr td:nth-child(even) {
        width:60%;
    }
    ul.basic_inform_list li .name_input_group {
        width:100%;
    }

    .last_update_text {
        text-align: center;
    }

    p.Delete_btn {
        width: 100%;
        margin-left:0px;
        margin-right: 0px;
    }
    p.accpet_btn {
        width: 100%;
        margin-left:0px;
        margin-right: 0px;
    }

}


@media screen and (max-width: 480px){

    .online_btn span {
        width: 45px;
        line-height: 25px;
        font-size: 12px;
    }

    .top_setting a {
        font-size: 12px;
    }

    .main_content video {
        height:320px;
    }


    ul.basic_inform_list li span {
        width:100%;
        padding:0 0 0 0;
    }
    ul.basic_inform_list li .input_text1 {
        width:100%;
    }
    ul.basic_inform_list li div.inputcolumn2 {
        width:100%;
        display:inline-block;
    }

    ul.basic_inform_list li .phone_num  , ul.basic_inform_list li  .checkbox{
        width:100%;
        min-width:auto;
    }

    .back_btn {
        float:none;
    }


    .Dashboard_3box {
        width:94%;
        float:none;
        padding:10px 3%;
        margin:0 0 10px 0;
        min-height: 80px;
    }
    .Dashboard_3box+.Dashboard_3box {
        margin:0 0 10px 0;
    }
    .Dashboard_3box h1 {
        color:#ffd250;
        font-size:20px;
        line-height:35px;
    }
    .Dashboard_3box h2 {
        padding:0 0 5px 0;
        font-size:20px;
        line-height:30px;
    }
    .Dashboard_3box p {
        padding:5px 0;
        margin:0px;
        height:25px;
        line-height:20px;
        font-size:15px;
    }
    .Dashboard_3box p span {
        float:left;
        width:50%;
    }

    .ChartDiv h1 {
        font-size:20px;
    }
    div.Medication_preview_btn .back_btn {
        padding:0 10px;
    }


    .video_interrupted {
        width: 90%;
        margin:0;
        left:5%;
        top:5%;
        max-width: 480px;
    }
    ul.report_status_bar li {
        min-width: 80%;
    }

    .video_group div#main_video div#myPublisherDiv {
        position:absolute;
    }
    .NursingHomeGroupAtt_sound {
        width: 49%;
    }
    .NursingHomeGroupAtt_img {
        margin: 0 0 0 51%;
    }
    .nurse_booking_group span.left_text {
        display:block;
    }

    .Medication_preview_content table.patient_form_table tr td:nth-child(odd) {
        width:42%;
    }
    .Medication_preview_content table.patient_form_table tr td:nth-child(even) {
        width:56%;
    }
    .MedicationReportPriceList h1 {
        font-size:18px;
        text-align:left;
    }

    .Patient_Select_bar .print_btn {
        float:none;
        margin:0 0 5px 0;
    }
    p.p_btn {
        font-size:15px;
        line-height:30px;
        margin:5px auto 0 auto;
        padding:0 15px 0 10px;
    }

}
.info-row_table{
	margin-top:40px;
}
.info-row_table .NewSick_table{
	background-color:"#efefef";
}
.isShow{
	background:#fff;
}
/* 设置护士页面中 医生的在线状态 */
.dr_top_info{
	width: 85%;
    display: inline-block;
}
.stateLamp{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
/* 转介信样式 */
.referralLetter_pop_info{
	display: flex;
    justify-content: space-between;
}
.referralLetter_pop_info{

	margin-left:65px
}
.referralLetter_pop_info .pop_info_name,.pop_info_time{
    margin: 0 0 10px 0;
}
.referralLetter_pop_info .Sick_Leave_name{
	margin-left:66px;
}
.referralLetter_pop_info .Referral_Letter_name{
	margin-left:6px
}
.internal_style{
	margin-bottom:10px;
}
/* 转介信样式 */
.save-btn {
    background-color: #4FB962;
    color: white;
    text-align: center;
    padding: 5px 15px;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    display: inline-block;

}
.save-btn:hover{
     color: white;
}
/*外部診斷給病人看  */
.rows_style{
	 height: 80px;
}
ul.basic_inform_list .CommonsosageLi{
    width:100%;
    margin:0 0 0 0;
    padding:5px 0;
    border-bottom:1px dotted #ccc;
    vertical-align:top;
}
.box{
	display:flex;
	justify-content: space-between;
	padding:5px 0;
}
.selectbox{
	width:80%;
}
.boxOther{
	display:flex;
	justify-content: flex-end;
	padding:5px 0;
}
ul.basic_inform_list li .align {
    display:inline-block;
    min-width:140px;
    width:40%;
    padding:0 2% 0 0;
    vertical-align:top;
}
ul.basic_inform_list li .name_input_group1 {
    box-sizing:border-box;
    width:40%;
    display:inline-block;
    vertical-align:middle;
}
.inputName{
	width:350px;
}



@media screen and (max-width: 360px){

    .sub_menu span {
        /*width:100%;*/
    }
    .top_setting a {
        font-size: 12px;
        height:16px;
        width:16px;
        overflow:hidden;
    }
    .main_content video {
        height:240px;
    }

    .Medication_preview_content table.patient_form_table tr td:nth-child(odd) {
        width:100%;
    }
    .Medication_preview_content table.patient_form_table tr td:nth-child(even) {
        width:100%;
    }
}
.rocket_chat{
  bottom:-36px;
}
