html {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #f2f2f2
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, a {
    padding: 0;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}

a, a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-style: normal;
}

/**bootstrap样式重写 */
.modal-content {
    border: 0px solid #e5e5e5;
    border-radius: 4px;
    padding: 0;
}

.modal-dialog .modal-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-dialog .modal-header h4{
    line-height: 36px;
}

.modal-body {
    border-right: 1px solid #fff;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;
    border-right: 1px solid #fff;
    border-radius: 4px;
}

.modal-footer  .btn{
    height: 40px;
    font-size: 16px;
}

.modal-title{
    color: #3b3b3b;
}

button.close {
    opacity: .8;
    font-size: 36px;
    font-weight: normal;
}


.regiontab {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    width: 400px;
    background-color: white;
    z-index: 12000
}

.regiontab > ul {
    margin-bottom: 0
}

.regiontab > div {
    max-height: 280px;
    overflow-y: auto
}

.regiontab > .breadcrumb > li + li:before {
    content: none
}

.quicksearch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.quicksearch > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 16px;
    color: #333;
    white-space: nowrap
}

.quicksearch > li > a.active {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.quicksearch > li > a.title {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    cursor: default
}

.quicksearch > li > a > span {
    font-size: 14px;
    width: 100px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden
}

.pageBar {
    width: 98%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 4px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not (.active ) {
    background-color: #ddd;
}

.mult-overdot2 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.L020015{background: url("../../images/common/L020015.png") no-repeat center 30px }*/
/*.L020015:hover{background: url("../../images/common/L020015_h.png") no-repeat center 30px }*/
/*.selected .L020015{background: url("../../images/common/L020015_h.png") no-repeat center 30px }*/
.L041001{background: url("../../images/common/L020015.png") no-repeat center 30px }
.L041001:hover{background: url("../../images/common/L020015_h.png") no-repeat center 30px }
.selected .L041001{background: url("../../images/common/L020015_h.png") no-repeat center 30px }
/*.L020016{background: url("../../images/common/L020016.png") no-repeat center 30px }*/
/*.L020016:hover{background: url("../../images/common/L020016_h.png") no-repeat center 30px }*/
.L020003{background: url("../../images/common/L020016.png") no-repeat center 30px }
.L020003:hover{background: url("../../images/common/L020016_h.png") no-repeat center 30px }
.selected .L020003{background: url("../../images/common/L020016_h.png") no-repeat center 30px }
/*.L030001{background: url("../../images/common/L030001.png") no-repeat center 30px }*/
/*.L030001:hover{background: url("../../images/common/L030001_h.png") no-repeat center 30px }*/
/*.selected .L030001{background: url("../../images/common/L030001_h.png") no-repeat center 30px }*/
.L020005{background: url("../../images/common/L030001.png") no-repeat center 30px }
.L020005:hover{background: url("../../images/common/L030001_h.png") no-repeat center 30px }
.selected .L020005{background: url("../../images/common/L030001_h.png") no-repeat center 30px }
/*.L020017{background: url("../../images/common/L020017.png") no-repeat center 30px }*/
/*.L020017:hover{background: url("../../images/common/L020017_h.png") no-repeat center 30px }*/
.L010002{background: url("../../images/common/L020017.png") no-repeat center 30px }
.L010002:hover{background: url("../../images/common/L020017_h.png") no-repeat center 30px }
.selected .L010002{background: url("../../images/common/L020017_h.png") no-repeat center 30px }
/*.L020012{background: url("../../images/common/L020012.png") no-repeat center 30px }*/
/*.L020012:hover{background: url("../../images/common/L020012_h.png") no-repeat center 30px }*/
/*.selected .L020012{background: url("../../images/common/L020012_h.png") no-repeat center 30px }*/
.L04020041{background: url("../../images/common/L020012.png") no-repeat center 30px }
.L04020041:hover{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.selected .L04020041{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.L010001{background: url("../../images/common/L020012.png") no-repeat center 30px }
.L010001:hover{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.selected .L010001{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.L020001{background: url("../../images/common/L020013.png") no-repeat center 30px }
.L020001:hover{background: url("../../images/common/L020013_h.png") no-repeat center 30px }
.selected .L020001{background: url("../../images/common/L020013_h.png") no-repeat center 30px }
.L020014{background: url("../../images/common/L020014.png") no-repeat center 30px }
.L020014:hover{background: url("../../images/common/L020014_h.png") no-repeat center 30px }
.selected .L020014{background: url("../../images/common/L020014_h.png") no-repeat center 30px }
/*.L020019{background: url("../../images/common/L020019.png") no-repeat center 30px }*/
/*.L020019:hover{background: url("../../images/common/L020019_h.png") no-repeat center 30px }*/
.L04020001{background: url("../../images/common/L020019.png") no-repeat center 30px }
.L04020001:hover{background: url("../../images/common/L020019_h.png") no-repeat center 30px }
.selected .L020019{background: url("../../images/common/L020019_h.png") no-repeat center 30px }
.L020004{background: url("../../images/common/L020018.png") no-repeat center 30px }
.L020004:hover{background: url("../../images/common/L020018_h.png") no-repeat center 30px }
.selected .L020004{background: url("../../images/common/L020018_h.png") no-repeat center 30px }
.L040006{background: url("../../images/common/L040006.png") no-repeat center 30px }
.L040006:hover{background: url("../../images/common/L040006_h.png") no-repeat center 30px }
.selected .L040006{background: url("../../images/common/L040006_h.png") no-repeat center 30px }
.L040001{background: url("../../images/common/L040001.png") no-repeat center 30px }
.L040001:hover{background: url("../../images/common/L040001_h.png") no-repeat center 30px }
.selected .L040001{background: url("../../images/common/L040001_h.png") no-repeat center 30px }
.L040002{background: url("../../images/common/L040002.png") no-repeat center 30px }
.L040002:hover{background: url("../../images/common/L040002_h.png") no-repeat center 30px }
.selected .L040002{background: url("../../images/common/L040002_h.png") no-repeat center 30px }
/*.L020004{background: url("../../images/common/L020004.png") no-repeat center 30px }*/
/*.L020004:hover{background: url("../../images/common/L020004_h.png") no-repeat center 30px }*/
/*.selected .L020004{background: url("../../images/common/L020004_h.png") no-repeat center 30px }*/
.L04011016{background: url("../../images/common/L020004.png") no-repeat center 30px }
.L04011016:hover{background: url("../../images/common/L020004_h.png") no-repeat center 30px }
.selected .L04011016{background: url("../../images/common/L020004_h.png") no-repeat center 30px }
/*.L020005{background: url("../../images/common/L020005.png") no-repeat center 30px }*/
/*.L020005:hover{background: url("../../images/common/L020005_h.png") no-repeat center 30px }*/
/*.selected .L020005{background: url("../../images/common/L020005_h.png") no-repeat center 30px }*/
.L04020011{background: url("../../images/common/L020005.png") no-repeat center 30px }
.L04020011:hover{background: url("../../images/common/L020005_h.png") no-repeat center 30px }
.selected .L04020011{background: url("../../images/common/L020005_h.png") no-repeat center 30px }
.L040004{background: url("../../images/common/L040004.png") no-repeat center 30px }
.L040004:hover{background: url("../../images/common/L040004_h.png") no-repeat center 30px }
.selected .L040004{background: url("../../images/common/L040004_h.png") no-repeat center 30px }
/*.L020003{background: url("../../images/common/L020003.png") no-repeat center 30px }*/
/*.L020003:hover{background: url("../../images/common/L020003_h.png") no-repeat center 30px }*/
/*.selected .L020003{background: url("../../images/common/L020003_h.png") no-repeat center 30px }*/
.L010003{background: url("../../images/common/L020003.png") no-repeat center 30px }
.L010003:hover{background: url("../../images/common/L020003_h.png") no-repeat center 30px }
.selected .L010003{background: url("../../images/common/L020003_h.png") no-repeat center 30px }
/*.L020001{background: url("../../images/common/L020001.png") no-repeat center 30px }*/
/*.L020001:hover{background: url("../../images/common/L020001_h.png") no-repeat center 30px }*/
/*.selected .L020001{background: url("../../images/common/L020001_h.png") no-repeat center 30px }*/
.L04020005{background: url("../../images/common/L020001.png") no-repeat center 30px }
.L04020005:hover{background: url("../../images/common/L020001_h.png") no-repeat center 30px }
.selected .L04020005{background: url("../../images/common/L020001_h.png") no-repeat center 30px }
.L020002{background: url("../../images/common/L020002.png") no-repeat center 30px }
.L020002:hover{background: url("../../images/common/L020002_h.png") no-repeat center 30px }
.selected .L020002{background: url("../../images/common/L020002_h.png") no-repeat center 30px }
.L020006{background: url("../../images/common/L020006.png") no-repeat center 30px }
.L020006:hover{background: url("../../images/common/L020006_h.png") no-repeat center 30px }
.selected .L020006{background: url("../../images/common/L020006_h.png") no-repeat center 30px }
.L020010{background: url("../../images/common/L020010.png") no-repeat center 30px }
.L020010:hover{background: url("../../images/common/L020010_h.png") no-repeat center 30px }
.selected .L020010{background: url("../../images/common/L020010_h.png") no-repeat center 30px }
.L040005{background: url("../../images/common/L040005.png") no-repeat center 30px }
.L040005:hover{background: url("../../images/common/L040005_h.png") no-repeat center 30px }
.selected .L040005{background: url("../../images/common/L040005_h.png") no-repeat center 30px }
.L020011{background: url("../../images/common/L020011.png") no-repeat center 30px }
.L020011:hover{background: url("../../images/common/L020011_h.png") no-repeat center 30px }
.selected .L020011{background: url("../../images/common/L020011_h.png") no-repeat center 30px }
/*.L020009{background: url("../../images/common/L020009.png") no-repeat center 30px }*/
/*.L020009:hover{background: url("../../images/common/L020009_h.png") no-repeat center 30px }*/
/*.selected .L020009{background: url("../../images/common/L020009_h.png") no-repeat center 30px }*/
.L020009{background: url("../../images/common/L020009.png") no-repeat center 30px }
.L020009:hover{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.selected .L020009{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.L04011004{background: url("../../images/common/L020009.png") no-repeat center 30px }
.L04011004:hover{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.selected .L04011004{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.L040003{background: url("../../images/common/L040003.png") no-repeat center 30px }
.L040003:hover{background: url("../../images/common/L040003_h.png") no-repeat center 30px }
.selected .L040003{background: url("../../images/common/L040003_h.png") no-repeat center 30px }
.L020007{background: url("../../images/common/L020007.png") no-repeat center 30px }
.L020007:hover{background: url("../../images/common/L020007_h.png") no-repeat center 30px }
.selected .L020007{background: url("../../images/common/L020007_h.png") no-repeat center 30px }
.L020008{background: url("../../images/common/L020008.png") no-repeat center 30px }
.L020008:hover{background: url("../../images/common/L020008_h.png") no-repeat center 30px }
.selected .L020008{background: url("../../images/common/L020008_h.png") no-repeat center 30px }
.L030002{background: url("../../images/common/L030002.png") no-repeat center 30px }
.L030002:hover{background: url("../../images/common/L030002_h.png") no-repeat center 30px }
.selected .L030002{background: url("../../images/common/L030002_h.png") no-repeat center 30px }


.grey-btn { background-color: #c0c0c0 !important;}
.overdot {white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}

.btn-success{background-color: #0086f2;color: #fff;}
.btn-success:hover{background-color: #0086f2;color: #fff;}
.btn-defult{background-color: #fff;color: #0086f2;border: 1px solid#0086f2;}
.btn-defult:hover{background-color: #fff;color: #0086f2;border: 1px solid#0086f2;}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {color: #fff;
background-color: #0086f2;border-color: #0086f2;}
.btn-success.focus, .btn-success:focus {color: #fff;background-color: #0086f2;border-color: #0086f2;}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {color: #fff;background-color: #0086f2;border-color: #0086f2;}

.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.overdot {white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.ehr_temp_rate {
    width: 110px;
    padding-top: 70px;
    height: 160px;
    position: fixed;
    right: 1px;
    bottom: 210px;
    background: url("../../images/common/art.png") no-repeat;
    background-size: 100%;
}