﻿ /*全局样式表*/
html {
    height: 100% !important;
}

body {
    height: 100% !important;
}

/*四边阴影*/
.shadow {
    -webkit-box-shadow: #666 0px 0px 10px !important;
    -moz-box-shadow: #666 0px 0px 10px !important;
    box-shadow: #666 0px 0px 10px !important;
}

/*解决底部导航栏遮挡内容问题*/
.container-fluid {
    padding-bottom: 80px !important;
}

img {
    max-width: 100% !important;
}

/*弹出的提示文本*/
.popover-body {
    text-align: justify;
}

.popover {
    margin-bottom: 20px;
}

/*来自编辑器中的图片*/
.card-body img {
    max-width: 100% !important;
    height: auto !important;
    /*margin-left: -2em !important;*/
    /*padding-right: 2em !important;*/
}
/*来自编辑器中的图片*/
p img {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    text-indent: 0em !important;
}

/*自定义文件框样式*/
.CusFileInput {
    border: #c4c4c4;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

/*提示框*/
.tooltip-inner {
    text-align: left !important;
    background-color: #2196f3 !important;
}


/*提示框容器*/
.tooltip {
    z-index: 999999999 !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #2196f3 !important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #2196f3 !important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #2196f3 !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #2196f3 !important;
}

/*编辑器中的内容*/
.card-body p {
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0px;
    /*两字体缩进*/
    text-indent: 2em !important;
}

/*编辑器中的内容*/
#InfoMemo p, .text-justify p {
    line-height: 30px !important;
    margin-bottom: 0px !important;
    /*两字体缩进*/
    text-indent: 2em !important;
}

#InfoMemo > p:nth-child(1), .text-justify > p:nth-child(1), .card-body > p:nth-child(1) {
    text-indent: 0em !important;
}
/*隐藏分页控件中生成的滚动条*/
#wrapper > div:nth-child(2) {
    display: none !important;
}

button {
    text-decoration: none !important;
}

.MySearchInput::-webkit-input-placeholder {
    color: #212529;
}
