﻿body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-width: 970px;
    background-color: #F5F5F5;
}

body.zhtw {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

h1 {
    font-size: 24px;
}

.h1_height {
    height: 60px;
    line-height: 60px
}

html {
    height: 100%;
}

.topbgcolor {
    background-color: #fff0b0;
}

.border_all {
    border: 1px solid #E5E5E5;
    border-collapse: collapse;
}

.border_bottom {
    border-bottom: 1px solid #E5E5E5;
}

.cont_padding {
    padding: 10px 10px
}

.cont_fontsize {
    font-size: 20px
}

.wordbreak {
    word-break: break-all;
    word-wrap: break-word;
}

.contentminheight {
    min-height: 500px
}

.round {
    -moz-border-radius: 15px; /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 15px; /* Webkit浏览器的私有属性 */
    border-radius: 15px;
    background-color: #f05729;
    padding-bottom: 1px;
    color: #ffffff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.smallround {
    widrh: 40px;
    height: 40px;
    border-radius: 20px;
}

.smallround_fontcolor {
    color: #46b8da;
}

.inline_block {
    display: inline-block
}

.roundpoint {
    width: 8px;
    height: 8px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pub_border {
    background-color: #ffffff;
    border-right: 1px solid #d3e8e9;
    border-top: 1px solid #d3e8e9;
    border-left: 1px solid #d3e8e9;
    border-bottom: 1px solid #d3e8e9;
    border-collapse: collapse;
}

.pub_border_bottom {
    border-bottom: 1px solid #d3e8e9;
    border-collapse: collapse;
}

.pub_page_height {
    padding-bottom: 10px;
}

.pub_title_height {
    font-size: 31px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.info_list_li1 {

    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.width_message {
    width: 380px;
}

.event_li {
    width: 484px;
}

.uploadfile-image {
    vertical-align: text-center;
    max-width: 100px;
    max-height: 100px;
    zoom: expression( function(elm) { if (elm.width > 100 || elm.height > 100 ){ if (elm.width>elm.height) { elm.width=100; } else{ elm.height=100; } } elm.style.zoom = '1'; }(this) );
}

@media screen and (min-width: 1290px) {
    .info_list_li1 {
        width: 425px;
        overflow: hidden;
        white-space: nowrap;
    }

    .width_message {
        width: 400px;
    }

    .event_li {
        width: 510px;
    }
}

.clearfloat {
    clear: both;
}

.info_list_li {
    margin-right: 10px;
    width: 126px;
    height: 126px;
    overflow: hidden;
    white-space: nowrap;
}

.wrapline {
    word-break: break-all;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.nowrapline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newlinehidden {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ilboder {
    padding: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-collapse: collapse;
}

.phcolor {
    color: #999;
}

.ilboder_over {
    padding: 5px;
    border: 0px solid #000;
    border-collapse: collapse;
}

.navbar-static-top {
    margin-bottom: 19px;
}

.note {
    color: #EB5816;
}

.form-register {
    max-width: 630px;
    margin: 0 auto;
}

.form-signin {
    max-width: 330px;
    padding: 100px 15px 15px 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[name="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar {
    min-height: 70px;
}

.obj_hidden {
    display: none;
}

.obj_show {
    display: block;
}

.centent_title_row {
    padding: 0 20px 10px 0;
    text-align: right;
}

.padding_top_5 {
    padding-top: 5px;
}

.modal-header {
    background-color: #33bed1;
}

.modal-title {
    color: #ffffff;
}

.searchbtntitle {
    position: absolute;
    top: 15px;
    left: 230px;
    padding-top: 0px;
}

.navbar-static-top {
    margin-bottom: 20px;
}

.hearder_title_font_color {
    color: #ffffff;
}

.hearder_title_font_size {
    font-size: 28px;
}

.hearder_bg {
    height: 68px;
    background-color: #33bed1;
    border-bottom: 1px solid #1da8bb;
    min-width: 1250px;
    padding-left: calc(100vw - 100%);
}

.hearder_bg > .head-content {
    width: 1200px;
    margin: auto;
}

.admin-page > div {
    width: 1200px;
    margin: 0 auto;
}

.admin-page > div > div:first-of-type > span {
    font-size: 20px;
    color: #33BED1;
    display: block;
    padding: 10px 0;
}

.admin-page > div:last-of-type li {
    margin-right: 20px;
}

.admin-page > div:last-of-type li a {
    display: block;
    width: 240px;
    text-decoration: none;
    color: #000000;
}

.admin-page > div:last-of-type li a > img {
    height: 240px;
    width: 100%;
}

.admin-page > div:last-of-type li a > span {
    display: block;
    padding: 5px 0;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header {
    background: #33BED1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    padding: 10px;
}

.border-bottom {
    border-bottom: 1px solid #d3e8e9;
    padding: 0 0 20px 0;
}

.mt12 {
    margin-top: 12px;
}

.mt40 {
    margin-top: 40px;
}

.logo {
    margin: 4px 10px;
}

.logo img {
    display: block;
}

.pub_class {
    background: #fff;
    border: 1px solid #d3e8e9;
    border-radius: 3px;
    margin: 0 auto;
    padding: 20px;
    width: 94%;
}

.warp {
    width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
    .logo {
        margin: 0 auto;
        width: 147px;
    }

    .xsmt16 {
        margin-top: 16px !important;
    }

    .pub_class {
        width: 91%;
    }

    h2 {
        margin: 0;
    }

    form {
        padding: 0px;
    }
}

@media screen and (min-width: 200px) and (max-width: 389px) {
    .QR img {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .pub_class {
        width: 670px;
    }
}

#top-scroller {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, .3);
    padding: 9px 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .6);
    border-radius: 50px;
    text-align: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

#top-scroller img {
    width: 50%;
}

#top-scroller:hover {
    background-position: 0 -30px;
}

#top-scroller:active {
    background-position: 0 -60px;
}

.hand {
    cursor: pointer;
}

.evt_color_0 {
    color: rgb(76, 123, 191);
}

.evt_color_1 {
    color: rgb(76, 123, 191);
}

.evt_color_4 {
    color: rgb(243, 203, 56);
}

.evt_color_5 {
    color: rgb(199, 111, 190);
}

.evt_color_6 {
    color: rgb(188, 54, 55);
}

.evt_color_7 {
    color: rgb(23, 172, 108);
}

.evt_color_8 {
    color: rgb(23, 172, 108);
}

.evt_color_9 {
    color: rgb(23, 172, 108);
}

.evt_color_10 {
    color: rgb(84, 191, 227);
}

.evt_color_11 {
    color: rgb(215, 79, 81);
}

.evt_color_12 {
    color: rgb(33, 163, 180);
}

.evt_color_13 {
    color: rgb(76, 124, 190);
}

.evt_color_14 {
    color: rgb(237, 170, 203);
}

.evt_color_16 {
    color: rgb(84, 201, 236);
}

.evt_color_17 {
    color: rgb(163, 220, 26);
}

.evt_color_18 {
    color: rgb(99, 97, 164);
}

.evt_color_19 {
    color: rgb(89, 188, 134);
}

.evt_color_20 {
    color: rgb(216, 163, 0);
}

.evt_color_21 {
    color: rgb(216, 78, 76);
}

.evt_color_24 {
    color: rgb(231, 114, 97);
}

.evt_color_25 {
    color: rgb(112, 135, 2);
}

.evt_color_26 {
    color: rgb(239, 138, 58);
}

.evt_color_27 {
    color: rgb(106, 121, 216);
}

.evt_color_28 {
    color: rgb(99, 83, 205);
}

.evt_color_29 {
    color: rgb(244, 134, 67);
}

.evt_color_30 {
    color: rgb(154, 154, 154);
}

.evt_color_31 {
    color: rgb(243, 174, 42);
}

.evt_color_32 {
    color: rgb(223, 123, 5);
}

.evt_color_33 {
    color: rgb(156, 104, 73);
}

.evt_color_34 {
    color: rgb(51, 121, 180);
}

.evt_color_35, .evt_color_41 {
    color: rgb(226, 92, 121);
}

.evt_color_36 {
    color: rgb(92, 199, 147);
}

.evt_color_37 {
    color: rgb(64, 169, 222);
}

.evt_color_38 {
    color: rgb(253, 122, 123);
}

.evt_color_39 {
    color: rgb(84, 191, 227);
}

.evt_color_42 {
    color: #c77a00;
}

.evt_color_43 {
    color: #60a8f1;
}

.evt_color_44 {
    color: #69d738;
}

.evt_color_46 {
    color: rgb(216, 117, 0);
}

.evt_color_47 {
    color: #37adf6;
}

.evt_color_48 {
    color: #4ca036;
}

.evt_color_49 {
    color: rgb(246, 186, 75);
}

.evt_color_50 {
    color: rgb(29, 83, 193);
}

.evt_color_51 {
    color: rgb(255, 186, 0);
}

.evt_color_52 {
    color: rgb(212,161,7);
}

.evt_color_55 {
    color: rgb(212,152,95);
}

.evt_color_57 {
     color: rgb(255, 170, 170);
 }

.evt_color_58 {
    color: rgb(179, 43, 64);
}

.evt_color_59 {
    color: rgb(7, 107, 33);
}

.evt_old:hover {
    background-color: rgb(248, 248, 248);
}

.evt_old {
    background-color: #ffffff;
}

.evt_new {
    background-color: rgb(252, 255, 234);
}

.evt_new:hover {
    background-color: rgb(239, 244, 206);
}

.evt_edit {
    background-color: rgb(240, 247, 255);
}

.evt_edit:hover {
    background-color: rgb(221, 233, 245);
}

.evt_delete {
    background-color: rgb(255, 222, 222);
}

.evt_delete:hover {
    background-color: rgb(246, 205, 205);
}

.fontcolor {
    color: #475c9d;
}

.messagesearch {
    height: 45px;
    line-height: 45px;
    min-width: 700px;
}

.messagesearch > .title {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messagesearch > .body {
    padding: 0 100px 0 112px;
}

.messagesearch > .body .items {
    overflow: hidden;
    padding: 3px 0;
}

.messagesearch .selected {
    position: relative;
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 5px 5px 5px 0;
    padding: 0 26px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
    color: #e4393c;
}

.messagesearch .item {
    position: relative;
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    vertical-align: top;
    margin: 6px 5px 5px 0;
    padding: 0 4px 0 4px;
    cursor: pointer;
}

.messagesearch .selected:hover {
    border-color: #e4393c;
    text-decoration: none;
    background: #fff
}

.messagesearch .selected i {
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    right: 0;
    top: 3px;
    background: url("/static/kidsrun/images/search.ele.9eaba9d6f9f1.9eaba9d6f9f1.png") no-repeat 7px -140px;
}

.icon-title1 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat 0 0;
}

.icon-title2 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -24px 0;
}

.icon-title3 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -48px 0;
}

.icon-title4 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -72px 0;
}

.icon-title5 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -96px 0;
}

.icon-title6 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -120px 0px;
}

.icon-title7 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -144px 0px;
}

.icon-title8 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -168px 0px;
}

.icon-title9 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -192px 0px;
}

.icon-title10 {
    background: url("/static/kidsrun/images/lefticons.b60cbf70b223.b60cbf70b223.png") no-repeat -216px 0px;
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

/*class list*/
#class_list li a:link,
#class_list li a:hover,
#class_list li a:visited,
#class_list li a:active {
    text-decoration: none;
}

.imgsize {
    width: 100px;
    /*height: 100px;*/
}

/*search style*/
.box-element .line {
    width: 100%;
    border: 1px solid #3d3d3d;
    margin: 2px
}

.draggable9_box {
    padding: 20px;
    border: 1px solid #dddddd
}

.view {
    margin-bottom: 10px;
}

pre {
    background-color: #fff;
    border: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*font-family: "微软雅黑", "新细明体";*/
    font-family: Noto Sans TC, sans-serif,微软雅黑, 新细明体, "Helvetica Neue", Helvetica, Arial;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.btn {
    border-radius: 0px;
}

.btn-warning {
    background-color: #F59058;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
}

.border_bottom1 {
    border-bottom: 1px solid #7d7d7d;
}

.box-element {
    padding-bottom: 10px;
}
textarea{
    resize: none;
}
a:focus,button:focus,video{
    outline:none;
}
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus,
button.btn.focus,
button.btn:active.focus,
button.btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

.btn-default:focus,
.btn-default:active {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.theme-color{
    color: #32BFD1;
}

/*select style */
#bodyhtml select{
    border: solid 1px rgb(204,204, 204);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/static/facility/images/icon/drop.c851ba2d6f46.png") no-repeat scroll right center #ffffff;
    padding-right: 14px;
}

#bodyhtml select::-ms-expand{
    display: none;
}

.dropdown-menu li a:hover,
div .dropdown-menu li a:hover{
    color: #32BFD1;
}
.dropdown .btn .caret {
    margin-left: 8px;
}

/* 默认文本省略 */
.text_ellipsis {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width: 100%;*/
    vertical-align: middle;
}

/* events checkbox  */

#edit_event input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

#edit_event input[type='checkbox']:checked+i{
    background: url("/static/facility/images/form/checkbox_checked.0b4cb196766d.png") no-repeat;
}

#edit_event input[type='checkbox']+i{
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("/static/facility/images/form/checkbox.9a42cf14d128.png") no-repeat;
    background-position: 0 0;
    margin-right: 5px;
    display: inline-block;
    margin-top: 0px;
}

#edit_event input[type='checkbox'][name='health_checkbox']+i{
    margin-left: -18px;
}

#dialog_editevent_evnetcontent_textarea{
    margin-top: 10px;
}

#dialog_evnetcontent label.checkbox-inline{
    padding-left: 0px;
}
.boldfont{
    font-weight: bold;
}
.realtime-item .dropdown-menu,
.time .dropdown-menu{
    position: absolute;
    top: auto;
    left: auto;
}
.realtime-item .dropdown-menu li{
    float: none;
}
.float-right{
    float: right;
}

.del-medicine-icon,
.cancel-medicine-del{
    display: inline-block;
    /*width: 50px;*/
    height: 24px;
    margin-left: 16px;
    cursor: pointer;
}
.del-medicine-reason{
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.del-medicine-str{
    border-top: 1px solid #E5E5E5;
    margin: 10px 0;
}
.del-medicine-str input.del-medicine-txt{
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    width: 70%;
}
.modal .modal-body textarea {
    resize: vertical;
}

#dialog_editevent_absencepan_buttonlist label.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* a标签样式 */
.a_none,
.a_none:hover,
.a_none:visited,
.a_none:focus {
    text-decoration: none; /* 移除下划线 */
    color: inherit; /* 继承父元素颜色 */
}

input[type="password"]::-ms-reveal {
    display: none;
  }	

