.ueditorContent {
    font-family: sans-serif;
    font-size: 16px;
}

.ueditorContent * {
    word-wrap: break-word;
    word-break: break-all;
}

.ueditorContent a {
    color: #3690cf;
}

.ueditorContent a:hover,
.ueditorContent a *:hover {
    color: #ca0c16;
}

.ueditorContent img {
    border: none;
    vertical-align: middle;
}

.ueditorContent h1,
.ueditorContent h2,
.ueditorContent h3,
.ueditorContent h4,
.ueditorContent h5,
.ueditorContent h6 {
    margin: 8px 0 16px;
}

/* .ueditorContent p {
    margin-bottom: 16px;
} */


/* tablesort */

.ueditorContent table.sortEnabled tr.firstRow th,
.ueditorContent table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/sortable.png);
}


/* table */

.ueditorContent .selectTdClass {
    background-color: #edf5fa !important;
}

.ueditorContent table.noBorderTable td,
.ueditorContent table.noBorderTable th,
.ueditorContent table.noBorderTable caption {
    border: 1px dashed #ddd !important;
}


/*  */


/* .ueditorContent table tr:nth-child(2n) {
    background-color: #f7f7f7;
} */

.ueditorContent table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.ueditorContent table tr td,
.ueditorContent table tr th {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    padding: 8px;
    text-align: left;
}

.ueditorContent table tr td p,
.ueditorContent table tr th p {
    font-size: 14px;
    color: #4f4f4f;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 22px;
}

.ueditorContent table tr th p {
    font-weight: 700;
}

.ueditorContent table tr td code,
.ueditorContent table tr th code {
    white-space: normal;
    word-break: break-word;
}

.ueditorContent table tr th {
    font-weight: 700;
    background-color: #eff3f5;
}


/*  */

.ueditorContent table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.ueditorContent td,
.ueditorContent th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.ueditorContent caption {
    border: 1px dashed #ddd;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.ueditorContent th {
    border-top: 1px solid #bbb;
    background-color: #f7f7f7;
}

.ueditorContent table tr.firstRow th {
    border-top-width: 2px;
}

.ueditorContent .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ueditorContent .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.ueditorContent td p {
    margin: 0;
    padding: 0;
}


/* list */

.ueditorContent ol,
.ueditorContent ul {
    margin: 0;
    padding: 0;
    /* width: 95%; */
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.ueditorContent li {
    clear: both;
}

.ueditorContent ol.custom_cn {
    list-style: none;
}

.ueditorContent ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent li.list-cn-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent li.list-cn-paddingleft-3 {
    padding-left: 55px;
}

.ueditorContent ol.custom_cn1 {
    list-style: none;
}

.ueditorContent ol.custom_cn1 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn1-paddingleft-1 {
    padding-left: 30px;
}

.ueditorContent li.list-cn1-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent li.list-cn1-paddingleft-3 {
    padding-left: 55px;
}

.ueditorContent ol.custom_cn2 {
    list-style: none;
}

.ueditorContent ol.custom_cn2 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-cn2-paddingleft-1 {
    padding-left: 40px;
}

.ueditorContent li.list-cn2-paddingleft-2 {
    padding-left: 55px;
}

.ueditorContent li.list-cn2-paddingleft-3 {
    padding-left: 68px;
}

.ueditorContent ol.custom_num {
    list-style: none;
}

.ueditorContent ol.custom_num li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent ol.custom_num1 {
    list-style: none;
}

.ueditorContent ol.custom_num1 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num1-paddingleft-1 {
    padding-left: 25px;
}

.ueditorContent ol.custom_num2 {
    list-style: none;
}

.ueditorContent ol.custom_num2 li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-num2-paddingleft-1 {
    padding-left: 35px;
}

.ueditorContent li.list-num2-paddingleft-2 {
    padding-left: 40px;
}

.ueditorContent ul.custom_dash {
    list-style: none;
}

.ueditorContent ul.custom_dash li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-dash-paddingleft {
    padding-left: 35px;
}

.ueditorContent ul.custom_dot {
    list-style: none;
}

.ueditorContent ul.custom_dot li {
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.ueditorContent li.list-dot-paddingleft {
    padding-left: 20px;
}

.ueditorContent .list-paddingleft-1 {
    padding-left: 0;
}

.ueditorContent .list-paddingleft-2 {
    padding-left: 30px;
}

.ueditorContent .list-paddingleft-3 {
    padding-left: 60px;
}


/* pagebreak */

.ueditorContent .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}


/* pre */

.ueditorContent pre {
    margin: 0.5em 0;
    /* padding: 0.4em 0.6em; */
    /* border-radius: 8px; */
    /* background: #f8f8f8; */
    overflow: auto;
}


/* loading */

.ueditorContent .loadingclass {
    display: inline-block;
    cursor: default;
    background: url('../images/loading.gif') no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-left: 1px;
    height: 22px;
    width: 22px;
}

.ueditorContent .loaderrorclass {
    display: inline-block;
    cursor: default;
    background: url('../images/loaderror.png') no-repeat center center transparent;
    border: 1px solid #cccccc;
    margin-right: 1px;
    height: 22px;
    width: 22px;
}


/* anchor */

.ueditorContent .anchorclass {
    background: url('../images/anchor.gif') no-repeat scroll left center transparent;
    cursor: auto;
    display: inline-block;
    height: 16px;
    width: 15px;
}


/* blockquote */

.ueditorContent blockquote {
    display: block;
    padding: 16px 16px 0;
    margin: 0 0 24px;
    border-left: 8px solid #dddfe4;
    background: #eef0f4;
    overflow: auto;
    overflow-scrolling: touch;
    word-wrap: break-word;
    word-break: normal;
}