/*
 *   Included libraries:
 *   JSZip 2.5.0, DataTables 1.10.20, Buttons 1.6.1, Column visibility 1.6.1, HTML5 export 1.6.1, Print view 1.6.1, Responsive 2.2.3, Select 1.3.1
 */

.table.dataTable {
  clear: both;
  margin-top: 0 ;
  margin-bottom: 6px ;
  max-width: none !important;
  border-collapse:collapse !important;
  border-spacing: 0;
}
.dataTable td,
.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
}
.dataTable td.dataTables_empty,
.dataTable th.dataTables_empty {
  text-align: center;
}
.dataTable.nowrap th,
.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin-left: -150px;
    margin-top: -35px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(64,64,64,.3);
}

.dataTable thead > tr > th.sorting_asc, 
.dataTable thead > tr > th.sorting_desc, 
.dataTable thead > tr > th.sorting,
.dataTable thead > tr > td.sorting_asc,
.dataTable thead > tr > td.sorting_desc,
.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
.dataTable thead > tr > th:active,
.dataTable thead > tr > td:active {
  outline: none;
}
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.dataTable thead .sorting:before, 
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:before,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:before,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_asc_disabled:before,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:before,
.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
.dataTable thead .sorting:before,
.dataTable thead .sorting_asc:before,
.dataTable thead .sorting_desc:before,
.dataTable thead .sorting_asc_disabled:before,
.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
.dataTable thead .sorting_asc:before,
.dataTable thead .sorting_desc:after {
  opacity: 1;
}
.dataTable thead .sorting_asc_disabled:before,
.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead .dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
.dataTable.table-sm .sorting:before,
.dataTable.table-sm .sorting_asc:before,
.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
.dataTable.table-sm .sorting:after,
.dataTable.table-sm .sorting_asc:after,
.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

.table-bordered.dataTable th,
.table-bordered.dataTable td {
  border-left-width: 0;
}
.table-bordered.dataTable th:last-child, .table-bordered.dataTable th:last-child,
.table-bordered.dataTable td:last-child,
.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
.table-bordered.dataTable tbody th,
.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead .table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}


.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child,
.dataTable.dtr-inline.collapsed > thead > tr[role="row"] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}
.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
.dataTable.dtr-column > tbody > tr > td.control,
.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
.dataTable.dtr-column > tbody > tr > td.control:before,
.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}
.dataTable.dtr-column > tbody > tr.parent td.control:before,
.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

.dataTable > tbody > tr.child .dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataTable > tbody > tr.child .dtr-details > li {
  border-bottom: 1px solid transparent;
  padding: 0.5em 0;
}

.dataTable > tbody > tr.child .dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: normal;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal .table tr:first-child td {
  border-top: none;
}


.dataTable tbody > tr.selected,
.dataTable tbody > tr > .selected {
  background-color: #0275d8;
}
.dataTable.stripe tbody > tr.odd.selected,
.dataTable.stripe tbody > tr.odd > .selected, .dataTable.display tbody > tr.odd.selected,
.dataTable.display tbody > tr.odd > .selected {
  background-color: #0272d3;
}
.dataTable.hover tbody > tr.selected:hover,
.dataTable.hover tbody > tr > .selected:hover, .dataTable.display tbody > tr.selected:hover,
.dataTable.display tbody > tr > .selected:hover {
  background-color: #0271d0;
}
.dataTable.order-column tbody > tr.selected > .sorting_1,
.dataTable.order-column tbody > tr.selected > .sorting_2,
.dataTable.order-column tbody > tr.selected > .sorting_3,
.dataTable.order-column tbody > tr > .selected, .dataTable.display tbody > tr.selected > .sorting_1,
.dataTable.display tbody > tr.selected > .sorting_2,
.dataTable.display tbody > tr.selected > .sorting_3,
.dataTable.display tbody > tr > .selected {
  background-color: #0273d4;
}
.dataTable.display tbody > tr.odd.selected > .sorting_1, .dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #026fcc;
}
.dataTable.display tbody > tr.odd.selected > .sorting_2, .dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0270ce;
}
.dataTable.display tbody > tr.odd.selected > .sorting_3, .dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0270d0;
}
.dataTable.display tbody > tr.even.selected > .sorting_1, .dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0273d4;
}
.dataTable.display tbody > tr.even.selected > .sorting_2, .dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0274d5;
}
.dataTable.display tbody > tr.even.selected > .sorting_3, .dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0275d7;
}
.dataTable.display tbody > tr.odd > .selected, .dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #026fcc;
}
.dataTable.display tbody > tr.even > .selected, .dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0273d4;
}
.dataTable.display tbody > tr.selected:hover > .sorting_1, .dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #026bc6;
}
.dataTable.display tbody > tr.selected:hover > .sorting_2, .dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #026cc8;
}
.dataTable.display tbody > tr.selected:hover > .sorting_3, .dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #026eca;
}
.dataTable.display tbody > tr:hover > .selected,
.dataTable.display tbody > tr > .selected:hover, .dataTable.order-column.hover tbody > tr:hover > .selected,
.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #026bc6;
}
.dataTable tbody td.select-checkbox,
.dataTable tbody th.select-checkbox {
  position: relative;
}
.dataTable tbody td.select-checkbox:before, .dataTable tbody td.select-checkbox:after,
.dataTable tbody th.select-checkbox:before,
.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.dataTable tbody td.select-checkbox:before,
.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
.dataTable tr.selected td.select-checkbox:after,
.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.dataTable tbody tr.selected,
.dataTable tbody th.selected,
.dataTable tbody td.selected {
  color: white;
}
.dataTable tbody tr.selected a,
.dataTable tbody th.selected a,
.dataTable tbody td.selected a {
  color: #a2d4ed;
}

/*=====================================================================================
                           dataTable Editor 1.9.2，未与js同步升级至1.9.4
======================================================================================*/

.DTE {
    position: relative;
}

    .DTE .DTE_Header {
        position: absolute;
        top: 0;
        left: 0;
        height: 52px;
        width: 100%;
        background-color: #e8e9eb;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 16px 10px 2px 16px;
        font-size: 1.3em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .DTE .DTE_Body {
        position: relative;
    }

    .DTE .DTE_Footer {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 52px;
        width: 100%;
        background-color: #e8e9eb;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .DTE .DTE_Form_Info {
        margin-bottom: 0.5em;
        display: none;
    }

    .DTE .DTE_Form_Content {
        position: relative;
        padding: 10px;
    }

    .DTE .DTE_Form_Error {
        float: left;
        padding: 5px;
        display: none;
        color: #b11f1f;
    }

    .DTE button.btn,
    .DTE .DTE_Form_Buttons button {
        position: relative;
        text-align: center;
        display: block;
        margin-top: 0;
        padding: 0.5em 1em;
        cursor: pointer;
        float: right;
        margin-left: 0.75em;
        color: inherit;
        font-size: 14px;
        border: 1px solid #999;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 3px #ccc;
        -moz-box-shadow: 1px 1px 3px #ccc;
        box-shadow: 1px 1px 3px #ccc;
        background-color: #dcdcdc;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#dcdcdc');
    }

        .DTE button.btn:hover,
        .DTE .DTE_Form_Buttons button:hover {
            border: 1px solid #666;
            -webkit-box-shadow: 1px 1px 3px #999;
            -moz-box-shadow: 1px 1px 3px #999;
            box-shadow: 1px 1px 3px #999;
            background-color: #cccccc;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
        }

        .DTE button.btn:active,
        .DTE .DTE_Form_Buttons button:active {
            -webkit-box-shadow: inset 1px 1px 3px #999;
            -moz-box-shadow: inset 1px 1px 3px #999;
            box-shadow: inset 1px 1px 3px #999;
        }

        .DTE button.btn:focus,
        .DTE .DTE_Form_Buttons button:focus {
            border: 1px solid #426c9e;
            text-shadow: 0 1px 0 #c4def1;
            background-color: #79ace9;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
            outline: none;
        }

            .DTE button.btn:focus:after,
            .DTE .DTE_Form_Buttons button:focus:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: white;
                display: block;
                content: " ";
                -webkit-animation-duration: 1s;
                -webkit-animation-name: buttonPulse;
                -webkit-animation-fill-mode: forwards;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -webkit-animation-direction: alternate;
                -moz-animation-duration: 1s;
                -moz-animation-name: buttonPulse;
                -moz-animation-fill-mode: forwards;
                -moz-animation-iteration-count: infinite;
                -moz-animation-timing-function: linear;
                -moz-animation-direction: alternate;
                -o-animation-duration: 1s;
                -o-animation-name: buttonPulse;
                -o-animation-fill-mode: forwards;
                -o-animation-iteration-count: infinite;
                -o-animation-timing-function: linear;
                -o-animation-direction: alternate;
                animation-duration: 1s;
                animation-name: buttonPulse;
                animation-fill-mode: forwards;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
                animation-direction: alternate;
            }

    .DTE.DTE_Action_Remove .DTE_Body_Content {
        text-align: center;
        padding: 20px 0;
    }

@-webkit-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@-moz-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@-o-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

.DTTT_container {
    float: left;
}

.DTE_Field input,
.DTE_Field textarea {
    box-sizing: border-box;
    background-color: white;
    -webkit-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

    .DTE_Field input:focus,
    .DTE_Field textarea:focus {
        background-color: #ffffee;
    }

    .DTE_Field input[type="color"],
    .DTE_Field input[type="date"],
    .DTE_Field input[type="datetime"],
    .DTE_Field input[type="datetime-local"],
    .DTE_Field input[type="email"],
    .DTE_Field input[type="month"],
    .DTE_Field input[type="number"],
    .DTE_Field input[type="password"],
    .DTE_Field input[type="search"],
    .DTE_Field input[type="tel"],
    .DTE_Field input[type="text"],
    .DTE_Field input[type="time"],
    .DTE_Field input[type="url"],
    .DTE_Field input[type="week"] {
        padding: 5px 4px;
        width: 100%;
    }

.DTE_Field label .DTE_Label_Info {
    font-size: 0.85em;
    margin-top: 0.25em;
}

    .DTE_Field label .DTE_Label_Info:empty {
        margin-top: 0;
    }

.DTE_Field .DTE_Field_Info,
.DTE_Field .DTE_Field_Message,
.DTE_Field .DTE_Field_Error {
    font-size: 11px;
    line-height: 1em;
    margin-top: 5px;
}

    .DTE_Field .DTE_Field_Info:empty,
    .DTE_Field .DTE_Field_Message:empty,
    .DTE_Field .DTE_Field_Error:empty {
        margin-top: 0;
    }

.DTE_Field .DTE_Field_Error {
    display: none;
    color: #b11f1f;
}

.DTE_Field .multi-value {
    display: none;
    border: 1px dotted #666;
    border-radius: 3px;
    padding: 5px;
    background-color: #fafafa;
    cursor: pointer;
}

    .DTE_Field .multi-value span {
        font-size: 0.8em;
        line-height: 1.25em;
        display: block;
        color: #666;
    }

    .DTE_Field .multi-value.multi-noEdit {
        border: 1px solid #ccc;
        cursor: auto;
        background-color: #fcfcfc;
    }

        .DTE_Field .multi-value.multi-noEdit:hover {
            background-color: #fcfcfc;
        }

    .DTE_Field .multi-value:hover {
        background-color: #f1f1f1;
    }

.DTE_Field.disabled {
    color: grey;
}

    .DTE_Field.disabled .multi-value {
        cursor: default;
        border: 1px dotted #aaa;
        background-color: transparent;
    }

.DTE_Field .multi-restore {
    display: none;
    margin-top: 0.5em;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #3879d9;
}

    .DTE_Field .multi-restore:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.DTE_Field_Type_textarea textarea {
    padding: 3px;
    width: 100%;
    height: 80px;
}

.DTE_Field.DTE_Field_Type_date img {
    vertical-align: middle;
    cursor: pointer;
}

.DTE_Field_Type_checkbox .DTE_Field_Input > div > div,
.DTE_Field_Type_radio .DTE_Field_Input > div > div {
    margin-bottom: 0.25em;
}

    .DTE_Field_Type_checkbox .DTE_Field_Input > div > div:last-child,
    .DTE_Field_Type_radio .DTE_Field_Input > div > div:last-child {
        margin-bottom: 0;
    }

    .DTE_Field_Type_checkbox .DTE_Field_Input > div > div label,
    .DTE_Field_Type_radio .DTE_Field_Input > div > div label {
        margin-left: 0.75em;
        vertical-align: middle;
    }

.DTE_Field_Type_select .DTE_Field_Input {
    padding-top: 4px;
}

.DTE_Body {
    padding: 52px 0;
}

    .DTE_Body .DTE_Body_Content {
        position: relative;
        overflow: auto;
    }

        .DTE_Body .DTE_Body_Content .DTE_Form_Info {
            padding: 1em 1em 0 1em;
            margin: 0;
        }

        .DTE_Body .DTE_Body_Content .DTE_Field {
            position: relative;
            zoom: 1;
            clear: both;
            padding: 5px 20%;
            border: 1px solid transparent;
        }

            .DTE_Body .DTE_Body_Content .DTE_Field:after {
                display: block;
                content: ".";
                height: 0;
                line-height: 0;
                clear: both;
                visibility: hidden;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field:hover {
                background-color: #f9f9f9;
                border: 1px solid #f3f3f3;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field > label {
                float: left;
                width: 40%;
                padding-top: 6px;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field > .DTE_Field_Input {
                float: right;
                width: 60%;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field.full {
                padding: 5px 0 5px 20%;
            }

                .DTE_Body .DTE_Body_Content .DTE_Field.full > label {
                    width: 30%;
                }

                .DTE_Body .DTE_Body_Content .DTE_Field.full > .DTE_Field_Input {
                    width: 70%;
                }

            .DTE_Body .DTE_Body_Content .DTE_Field.block > .DTE_Field_Input {
                float: none;
                clear: both;
                width: 100%;
            }

html[dir="rtl"] .DTE_Body .DTE_Body_Content .DTE_Field > label {
    float: right;
}

html[dir="rtl"] .DTE_Body .DTE_Body_Content .DTE_Field > .DTE_Field_Input {
    float: left;
}

html[dir="rtl"] .DTE .DTE_Form_Buttons button {
    float: left;
}

@media only screen and (max-width: 768px) {
    .DTE_Body .DTE_Body_Content .DTE_Field {
        padding: 5px 10%;
    }

        .DTE_Body .DTE_Body_Content .DTE_Field.full {
            padding: 5px 0 5px 10%;
        }

            .DTE_Body .DTE_Body_Content .DTE_Field.full > label {
                width: 35.5%;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field.full > .DTE_Field_Input {
                width: 64.5%;
            }

        .DTE_Body .DTE_Body_Content .DTE_Field.block > .DTE_Field_Input {
            width: 100%;
        }
}

@media only screen and (max-width: 640px) {
    .DTE_Body .DTE_Body_Content .DTE_Field {
        padding: 5px 0;
    }

        .DTE_Body .DTE_Body_Content .DTE_Field.full {
            padding: 5px 0%;
        }

            .DTE_Body .DTE_Body_Content .DTE_Field.full > label {
                width: 40%;
            }

            .DTE_Body .DTE_Body_Content .DTE_Field.full > .DTE_Field_Input {
                width: 60%;
            }

        .DTE_Body .DTE_Body_Content .DTE_Field.block > .DTE_Field_Input {
            width: 100%;
        }
}

@media only screen and (max-width: 580px) {
    .DTE_Body .DTE_Body_Content .DTE_Field {
        position: relative;
        zoom: 1;
        clear: both;
        padding: 5px 0;
    }

        .DTE_Body .DTE_Body_Content .DTE_Field > label {
            float: none;
            width: auto;
            padding-top: 0;
        }

        .DTE_Body .DTE_Body_Content .DTE_Field > .DTE_Field_Input {
            float: none;
            width: auto;
        }

        .DTE_Body .DTE_Body_Content .DTE_Field.full, .DTE_Body .DTE_Body_Content .DTE_Field.block {
            padding: 5px 0;
        }

            .DTE_Body .DTE_Body_Content .DTE_Field.full > label,
            .DTE_Body .DTE_Body_Content .DTE_Field.full > .DTE_Field_Input, .DTE_Body .DTE_Body_Content .DTE_Field.block > label,
            .DTE_Body .DTE_Body_Content .DTE_Field.block > .DTE_Field_Input {
                width: 100%;
            }
}

.DTE_Bubble {
    position: absolute;
    z-index: 11;
    margin-top: -6px;
    opacity: 0;
}

    .DTE_Bubble .DTE_Bubble_Liner {
        position: absolute;
        bottom: 0;
        border: 1px solid black;
        width: 300px;
        margin-left: -150px;
        background-color: white;
        box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
        border-radius: 6px;
        border: 1px solid #666;
        padding: 1em;
        background: #fcfcfc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table {
            width: 100%;
        }

            .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content {
                padding: 0;
            }

                .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content .DTE_Field {
                    position: relative;
                    zoom: 1;
                    margin-bottom: 0.5em;
                }

                    .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content .DTE_Field:last-child {
                        margin-bottom: 0;
                    }

                    .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content .DTE_Field > label {
                        padding-top: 0;
                        margin-bottom: 0;
                    }

                    .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content .DTE_Field > div {
                        padding: 0;
                    }

                        .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table > form .DTE_Form_Content .DTE_Field > div input {
                            margin: 0;
                        }

            .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table .DTE_Form_Buttons {
                text-align: right;
                margin-top: 1em;
            }

                .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Table .DTE_Form_Buttons button {
                    margin-bottom: 0;
                }

        .DTE_Bubble .DTE_Bubble_Liner .DTE_Header {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .DTE_Bubble .DTE_Bubble_Liner .DTE_Header + .DTE_Form_Info,
            .DTE_Bubble .DTE_Bubble_Liner .DTE_Header + .DTE_Bubble_Table {
                padding-top: 42px;
            }

        .DTE_Bubble .DTE_Bubble_Liner .DTE_Form_Error {
            float: none;
            display: none;
            padding: 0;
            margin-bottom: 0.5em;
        }

        .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Close {
            position: absolute;
            top: -11px;
            right: -11px;
            width: 22px;
            height: 22px;
            border: 2px solid white;
            background-color: black;
            text-align: center;
            border-radius: 15px;
            cursor: pointer;
            z-index: 12;
            box-shadow: 2px 2px 6px #111;
        }

            .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Close:after {
                content: '\00d7';
                color: white;
                font-weight: bold;
                font-size: 18px;
                line-height: 22px;
                font-family: 'Courier New', Courier, monospace;
                padding-left: 1px;
            }

            .DTE_Bubble .DTE_Bubble_Liner .DTE_Bubble_Close:hover {
                background-color: #092079;
                box-shadow: 2px 2px 9px #111;
            }

    .DTE_Bubble .DTE_Bubble_Triangle {
        position: absolute;
        height: 10px;
        width: 10px;
        top: -6px;
        background-color: white;
        border: 1px solid #666;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .DTE_Bubble.below .DTE_Bubble_Liner {
        top: 10px;
        bottom: auto;
    }

    .DTE_Bubble.below .DTE_Bubble_Triangle {
        top: 4px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.DTE_Bubble_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Fallback */
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10 Consumer Preview */
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Firefox */
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera */
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Webkit (Chrome 11+) */
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C Markup, IE10 Release Preview */
    z-index: 10;
}

    .DTE_Bubble_Background > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }

        .DTE_Bubble_Background > div:not([dummy]) {
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
        }

.DTE_Inline {
    position: relative;
    display: table;
    width: 100%;
}

    .DTE_Inline .DTE_Inline_Field,
    .DTE_Inline .DTE_Inline_Buttons {
        display: table-cell;
        vertical-align: middle;
    }

        .DTE_Inline .DTE_Inline_Field .DTE_Field,
        .DTE_Inline .DTE_Inline_Buttons .DTE_Field {
            padding: 0;
        }

            .DTE_Inline .DTE_Inline_Field .DTE_Field > label,
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field > label {
                display: none;
            }

            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="color"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="date"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="datetime"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="datetime-local"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="email"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="month"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="number"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="password"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="search"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="tel"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="text"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="time"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="url"],
            .DTE_Inline .DTE_Inline_Field .DTE_Field input[type="week"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="color"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="date"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="datetime"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="datetime-local"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="email"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="month"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="number"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="password"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="search"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="tel"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="text"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="time"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="url"],
            .DTE_Inline .DTE_Inline_Buttons .DTE_Field input[type="week"] {
                width: 100%;
            }

        .DTE_Inline .DTE_Inline_Field .DTE_Form_Buttons button,
        .DTE_Inline .DTE_Inline_Buttons .DTE_Form_Buttons button {
            margin: -6px 0 -6px 4px;
            padding: 5px;
        }

    .DTE_Inline .DTE_Field input[type="color"],
    .DTE_Inline .DTE_Field input[type="date"],
    .DTE_Inline .DTE_Field input[type="datetime"],
    .DTE_Inline .DTE_Field input[type="datetime-local"],
    .DTE_Inline .DTE_Field input[type="email"],
    .DTE_Inline .DTE_Field input[type="month"],
    .DTE_Inline .DTE_Field input[type="number"],
    .DTE_Inline .DTE_Field input[type="password"],
    .DTE_Inline .DTE_Field input[type="search"],
    .DTE_Inline .DTE_Field input[type="tel"],
    .DTE_Inline .DTE_Field input[type="text"],
    .DTE_Inline .DTE_Field input[type="time"],
    .DTE_Inline .DTE_Field input[type="url"],
    .DTE_Inline .DTE_Field input[type="week"] {
        margin: -6px 0;
    }

    .DTE_Inline .DTE_Field_Error,
    .DTE_Inline .DTE_Form_Error {
        font-size: 11px;
        line-height: 1.2em;
        padding: 0;
        margin-top: 10px;
    }

        .DTE_Inline .DTE_Field_Error:empty,
        .DTE_Inline .DTE_Form_Error:empty {
            margin-top: 0;
        }

span.dtr-data .DTE_Inline {
    display: inline-table;
}

.DTED_Lightbox_Wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -390px;
    width: 780px;
    height: 100%;
    z-index: 11;
}

    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container {
        display: table;
        height: 100%;
        width: 100%;
    }

        .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content {
                position: relative;
                box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
                border-radius: 6px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE {
                    background: white;
                    border-radius: 6px;
                    border: 1px solid #666;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE .DTE_Header {
                        right: 0;
                        width: auto;
                        border-top-left-radius: 6px;
                        border-top-right-radius: 6px;
                    }

                    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE .DTE_Body_Content {
                        box-sizing: border-box;
                        background: #fcfcfc;
                    }

                    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE .DTE_Footer {
                        right: 0;
                        width: auto;
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }

                .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTED_Lightbox_Close {
                    position: absolute;
                    top: -11px;
                    right: -11px;
                    width: 22px;
                    height: 22px;
                    border: 2px solid white;
                    background-color: black;
                    text-align: center;
                    border-radius: 15px;
                    cursor: pointer;
                    z-index: 12;
                    box-shadow: 2px 2px 6px #111;
                }

                    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTED_Lightbox_Close:after {
                        content: '\00d7';
                        color: white;
                        font-weight: bold;
                        font-size: 18px;
                        line-height: 22px;
                        font-family: 'Courier New', Courier, monospace;
                        padding-left: 1px;
                    }

                    .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTED_Lightbox_Close:hover {
                        background-color: #092079;
                        box-shadow: 2px 2px 9px #111;
                    }

.DTED_Lightbox_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Fallback */
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10 Consumer Preview */
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Firefox */
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera */
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Webkit (Chrome 11+) */
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C Markup, IE10 Release Preview */
    z-index: 10;
}

    .DTED_Lightbox_Background > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }

        .DTED_Lightbox_Background > div:not([dummy]) {
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
        }

body.DTED_Lightbox_Mobile .DTED_Lightbox_Background {
    height: 0;
}

body.DTED_Lightbox_Mobile .DTED_Lightbox_Shown {
    display: none;
}

body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
}

    body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container {
        display: block;
    }

        body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper {
            display: block;
        }

            body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content {
                border: 4px solid rgba(220, 220, 220, 0.5);
                border-radius: 0;
            }

                body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE {
                    border-radius: 0;
                    box-shadow: 0 0 5px #555;
                    border: 2px solid #444;
                }

                    body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE .DTE_Header {
                        border-top-left-radius: 0;
                        border-top-right-radius: 0;
                    }

                    body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE .DTE_Footer {
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                    }

                body.DTED_Lightbox_Mobile .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTED_Lightbox_Close {
                    top: 11px;
                    right: 15px;
                }

@media only screen and (max-width: 780px) {
    .DTED_Lightbox_Wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
/*
 * Namespace: DTED - DataTables Editor Display - Envelope
 */
.DTED_Envelope_Wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    z-index: 11;
    display: none;
    overflow: hidden;
}

    .DTED_Envelope_Wrapper .DTED_Envelope_Shadow {
        position: absolute;
        top: -10px;
        left: 10px;
        right: 10px;
        height: 10px;
        z-index: 10;
        box-shadow: 0 0 20px black;
    }

    .DTED_Envelope_Wrapper .DTED_Envelope_Container {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
        box-shadow: 3px 3px 10px #555;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: white;
    }

        .DTED_Envelope_Wrapper .DTED_Envelope_Container .DTE_Processing_Indicator {
            right: 36px;
        }

        .DTED_Envelope_Wrapper .DTED_Envelope_Container .DTE_Footer {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .DTED_Envelope_Wrapper .DTED_Envelope_Container .DTED_Envelope_Close {
            position: absolute;
            top: 16px;
            right: 10px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            z-index: 12;
            text-align: center;
            font-size: 12px;
            background: #F8F8F8;
            background: -webkit-gradient(linear, center bottom, center top, from(#CCC), to(white));
            background: -moz-linear-gradient(top, white, #CCC);
            background: linear-gradient(to bottom, white, #CCC);
            text-shadow: 0 1px 0 white;
            border: 1px solid #999;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            box-shadow: 0px 0px 1px #999;
            -moz-box-shadow: 0px 0px 1px #999;
            -webkit-box-shadow: 0px 0px 1px #999;
        }

.DTED_Envelope_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    /* Fallback */
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* IE10 Consumer Preview */
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Firefox */
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Opera */
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0.4)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Webkit (Chrome 11+) */
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C Markup, IE10 Release Preview */
}

table.dataTable tbody tr.highlight {
    background-color: #fa6 !important;
}

    table.dataTable tbody tr.highlight,
    table.dataTable tbody tr.noHighlight,
    table.dataTable tbody tr.highlight td,
    table.dataTable tbody tr.noHighlight td {
        -webkit-transition: background-color .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out;
        -ms-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

table.dataTable.stripe tbody tr.odd.highlight, table.dataTable.display tbody tr.odd.highlight {
    background-color: #fda;
}

table.dataTable.hover tbody tr:hover.highlight,
table.dataTable.hover tbody tr.odd:hover.highlight,
table.dataTable.hover tbody tr.even:hover.highlight, table.dataTable.display tbody tr:hover.highlight,
table.dataTable.display tbody tr.odd:hover.highlight,
table.dataTable.display tbody tr.even:hover.highlight {
    background-color: #fda;
}

table.dataTable.order-column tbody tr.highlight > .sorting_1,
table.dataTable.order-column tbody tr.highlight > .sorting_2,
table.dataTable.order-column tbody tr.highlight > .sorting_3, table.dataTable.display tbody tr.highlight > .sorting_1,
table.dataTable.display tbody tr.highlight > .sorting_2,
table.dataTable.display tbody tr.highlight > .sorting_3 {
    background-color: #faf6c8;
}

table.dataTable.display tbody tr.odd.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_1 {
    background-color: #f1edc1;
}

table.dataTable.display tbody tr.odd.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_2 {
    background-color: #f3efc2;
}

table.dataTable.display tbody tr.odd.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_3 {
    background-color: #f5f1c4;
}

table.dataTable.display tbody tr.even.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_1 {
    background-color: #faf6c8;
}

table.dataTable.display tbody tr.even.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_2 {
    background-color: #fcf8ca;
}

table.dataTable.display tbody tr.even.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_3 {
    background-color: #fefacb;
}

table.dataTable.display tbody tr:hover.highlight > .sorting_1,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_1,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_1 {
    background-color: #eae6bb;
}

table.dataTable.display tbody tr:hover.highlight > .sorting_2,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_2,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_2 {
    background-color: #ece8bd;
}

table.dataTable.display tbody tr:hover.highlight > .sorting_3,
table.dataTable.display tbody tr.odd:hover.highlight > .sorting_3,
table.dataTable.display tbody tr.even:hover.highlight > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_3 {
    background-color: #efebbf;
}

.DTE .editor_upload {
    padding-top: 4px;
}

    .DTE .editor_upload .eu_table {
        display: table;
        width: 100%;
    }

    .DTE .editor_upload .row {
        display: table-row;
    }

    .DTE .editor_upload .cell {
        display: table-cell;
        position: relative;
        width: 50%;
        vertical-align: top;
    }

        .DTE .editor_upload .cell + .cell {
            padding-left: 10px;
        }

    .DTE .editor_upload .row + .row .cell {
        padding-top: 10px;
    }

    .DTE .editor_upload button.btn,
    .DTE .editor_upload input[type=file] {
        width: 100%;
        height: 2.3em;
        font-size: 0.8em;
        text-align: center;
        line-height: 1em;
    }

    .DTE .editor_upload input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }

    .DTE .editor_upload .drop {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border: 3px dashed #ccc;
        border-radius: 6px;
        min-height: 4em;
        color: #999;
        padding-top: 3px;
        text-align: center;
    }

        .DTE .editor_upload .drop.over {
            border: 3px dashed #111;
            color: #111;
        }

        .DTE .editor_upload .drop span {
            max-width: 75%;
            font-size: 0.85em;
            line-height: 1em;
        }

    .DTE .editor_upload .rendered img {
        max-width: 8em;
        margin: 0 auto;
    }

    .DTE .editor_upload.noDrop .drop {
        display: none;
    }

    .DTE .editor_upload.noDrop .row.second {
        display: none;
    }

    .DTE .editor_upload.noDrop .rendered {
        margin-top: 10px;
    }

    .DTE .editor_upload.noClear .clearValue button {
        display: none;
    }

    .DTE .editor_upload.multi .cell {
        display: block;
        width: 100%;
    }

        .DTE .editor_upload.multi .cell .drop {
            min-height: 0;
            padding-bottom: 5px;
        }

    .DTE .editor_upload.multi .clearValue {
        display: none;
    }

    .DTE .editor_upload.multi ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .DTE .editor_upload.multi ul li {
            position: relative;
            margin-top: 0.5em;
        }

            .DTE .editor_upload.multi ul li:first-child {
                margin-top: 0;
            }

            .DTE .editor_upload.multi ul li img {
                vertical-align: middle;
            }

            .DTE .editor_upload.multi ul li button {
                position: absolute;
                width: 40px;
                right: 0;
                top: 50%;
                margin-top: -1.5em;
            }

.editor-datetime {
    position: absolute;
    background-color: white;
    z-index: 2050;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    padding: 0 20px 6px 20px;
    width: 275px;
}

    .editor-datetime .editor-datetime-title {
        text-align: center;
        padding: 5px 0px 3px;
    }

    .editor-datetime table {
        border-spacing: 0;
        margin: 12px 0;
        width: 100%;
    }

        .editor-datetime table.editor-datetime-table-nospace {
            margin-top: -12px;
        }

        .editor-datetime table th {
            font-size: 0.8em;
            color: #777;
            font-weight: normal;
            width: 14.285714286%;
            padding: 0 0 4px 0;
            text-align: center;
        }

        .editor-datetime table td {
            font-size: 0.9em;
            color: #444;
            padding: 0;
        }

            .editor-datetime table td.selectable {
                text-align: center;
                background: #f5f5f5;
            }

                .editor-datetime table td.selectable.disabled {
                    color: #aaa;
                    background: white;
                }

                    .editor-datetime table td.selectable.disabled button:hover {
                        color: #aaa;
                        background: white;
                    }

                .editor-datetime table td.selectable.now {
                    background-color: #ddd;
                }

                    .editor-datetime table td.selectable.now button {
                        font-weight: bold;
                    }

                .editor-datetime table td.selectable.selected button {
                    background: #4E6CA3;
                    color: white;
                    border-radius: 2px;
                }

                .editor-datetime table td.selectable button:hover {
                    background: #ff8000;
                    color: white;
                    border-radius: 2px;
                }

            .editor-datetime table td.editor-datetime-week {
                font-size: 0.7em;
            }

        .editor-datetime table button {
            width: 100%;
            box-sizing: border-box;
            border: none;
            background: transparent;
            font-size: inherit;
            color: inherit;
            text-align: center;
            padding: 4px 0;
            cursor: pointer;
            margin: 0;
        }

            .editor-datetime table button span {
                display: inline-block;
                min-width: 14px;
                text-align: right;
            }

        .editor-datetime table.weekNumber th {
            width: 12.5%;
        }

    .editor-datetime .editor-datetime-calendar table {
        margin-top: 0;
    }

    .editor-datetime .editor-datetime-label {
        position: relative;
        display: inline-block;
        height: 30px;
        padding: 5px 6px;
        border: 1px solid transparent;
        box-sizing: border-box;
        cursor: pointer;
    }

        .editor-datetime .editor-datetime-label:hover {
            border: 1px solid #ddd;
            border-radius: 2px;
            background-color: #f5f5f5;
        }

        .editor-datetime .editor-datetime-label select {
            position: absolute;
            top: 6px;
            left: 0;
            cursor: pointer;
            opacity: 0;
            -ms-filter: "alpha(opacity=0)";
        }

    .editor-datetime.horizontal {
        width: 550px;
    }

        .editor-datetime.horizontal .editor-datetime-date,
        .editor-datetime.horizontal .editor-datetime-time {
            width: 48%;
        }

        .editor-datetime.horizontal .editor-datetime-time {
            margin-left: 4%;
        }

    .editor-datetime .editor-datetime-date {
        position: relative;
        float: left;
        width: 100%;
    }

    .editor-datetime .editor-datetime-time {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

        .editor-datetime .editor-datetime-time > span {
            vertical-align: middle;
        }

        .editor-datetime .editor-datetime-time th {
            text-align: left;
        }

        .editor-datetime .editor-datetime-time .editor-datetime-timeblock {
            display: inline-block;
            vertical-align: middle;
        }

    .editor-datetime .editor-datetime-iconLeft,
    .editor-datetime .editor-datetime-iconRight,
    .editor-datetime .editor-datetime-iconUp,
    .editor-datetime .editor-datetime-iconDown {
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.3;
        overflow: hidden;
        box-sizing: border-box;
    }

        .editor-datetime .editor-datetime-iconLeft:hover,
        .editor-datetime .editor-datetime-iconRight:hover,
        .editor-datetime .editor-datetime-iconUp:hover,
        .editor-datetime .editor-datetime-iconDown:hover {
            border: 1px solid #ccc;
            border-radius: 2px;
            background-color: #f0f0f0;
            opacity: 0.6;
        }

        .editor-datetime .editor-datetime-iconLeft button,
        .editor-datetime .editor-datetime-iconRight button,
        .editor-datetime .editor-datetime-iconUp button,
        .editor-datetime .editor-datetime-iconDown button {
            border: none;
            background: transparent;
            text-indent: 30px;
            height: 100%;
            width: 100%;
            cursor: pointer;
        }

    .editor-datetime .editor-datetime-iconLeft {
        position: absolute;
        top: 5px;
        left: 5px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    }

    .editor-datetime .editor-datetime-iconRight {
        position: absolute;
        top: 5px;
        right: 5px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    }

    .editor-datetime .editor-datetime-iconUp {
        height: 20px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
    }

    .editor-datetime .editor-datetime-iconDown {
        height: 20px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
    }

.editor-datetime-error {
    clear: both;
    padding: 0 1em;
    max-width: 240px;
    font-size: 11px;
    line-height: 1.25em;
    text-align: center;
    color: #b11f1f;
}

.DTE .DTE_Processing_Indicator {
    position: absolute;
    top: 17px;
    right: 9px;
    height: 2em;
    width: 2em;
    z-index: 20;
    font-size: 12px;
    display: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.DTE.processing .DTE_Processing_Indicator {
    display: block;
}

.DTE.processing .DTE_Field .DTE_Processing_Indicator {
    display: none;
}

.DTE .DTE_Field .DTE_Processing_Indicator {
    top: 13px;
    right: 0;
    font-size: 8px;
}

.DTE.DTE_Inline .DTE_Processing_Indicator {
    top: 5px;
    right: 6px;
    font-size: 6px;
}

.DTE.DTE_Bubble .DTE_Processing_Indicator {
    top: 10px;
    right: 14px;
    font-size: 8px;
}

.DTE .DTE_Processing_Indicator span,
.DTE .DTE_Processing_Indicator:before,
.DTE .DTE_Processing_Indicator:after {
    display: block;
    background: black;
    width: 0.5em;
    height: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: editorProcessing 0.9s infinite ease-in-out;
    animation: editorProcessing 0.9s infinite ease-in-out;
}

.DTE .DTE_Processing_Indicator:before,
.DTE .DTE_Processing_Indicator:after {
    position: absolute;
    top: 0;
    content: '';
}

.DTE .DTE_Processing_Indicator:before {
    left: -1em;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.DTE .DTE_Processing_Indicator span {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.DTE .DTE_Processing_Indicator:after {
    left: 1em;
}

@-webkit-keyframes editorProcessing {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1.5);
    }
}

@keyframes editorProcessing {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1.5);
    }
}
/*=====================================================================================
              keyTable.dataTables for bootstrap4 无效，全部被uu-style.css覆盖
======================================================================================*/
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #0275d8;
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33;
}
/*=====================================================================================
                           autofill.dataTables for bootstrap4
======================================================================================*/
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  background: #0275d8;
  cursor: pointer;
}

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 60px;
  margin: -2px 0;
}