@media (max-width:767px) {
   .main-sidebar {
      padding-top: 50px;
   }
}

html,
body {
   height: 100%;
   width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ji63ut');
  src:  url('../fonts/icomoon.eot?ji63ut#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ji63ut') format('truetype'),
    url('../fonts/icomoon.woff?ji63ut') format('woff'),
    url('../fonts/icomoon.svg?ji63ut#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pc:before {
  content: "\e956";
  color: rgba(0, 0, 0, 0.4);
}
.icon-mobile:before {
  content: "\e958";
  color: rgba(0, 0, 0, 0.4);
}
.icon-ipad:before {
  content: "\e95a";
  color: rgba(0, 0, 0, 0.4);
}
.icon-pc.active:before, .icon-mobile.active:before, .icon-ipad.active:before{
  color: #337ab7;
}
.move-btn {
   display: inline-block;
   width: 30px;
   height: 30px;
   background-image: url('../img/move_dark.png');
   background-position: center;
   background-size: 18px 18px;
   background-repeat: no-repeat;
   cursor: move;
}

.circle-num {
   padding: 0 4px;
   background-color: red;
   color: #fff !important;
   border-radius: 50%;
}

.el-select.dbSelect {
   width: 100%;
}

.dialog-fixed .el-dialog{
   min-width: 600px;
   max-width: 1000px;
}
.dialog_tinymce .el-dialog{
   margin-top: 8vh!important;
   width: 70%!important;
}
.my-table-header,
.my-table-header th {
   text-align: left;
   background-color: #5e92ae !important;
   color: #fff;
}

.el-table__body .cell {
   width: 100%;
   display: flex;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.child-page {
   position: absolute;
   box-sizing: border-box;
   padding: 20px;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   overflow-y: scroll;
   background-color: #fff;
   z-index: 1000;
}
.child-page-inner{
   height: 100%;
   width: 100%;
   box-sizing: border-box;
   overflow-y: scroll;
}
.childTable .doris-table .ag-header{
   color: #fff;
   background-image: none;
   background-color: #82C2FF;
}
.main-picture img{
   object-fit: contain;
}
.batchOperationTools {
   position: absolute;
   top: 5px;
   right: 20px;;
   z-index: 500;
}

.doris-table .ag-header-cell {
   padding-left: 2px !important;
   padding-right: 2px !important;
}
.doris-table .ag-ltr .ag-cell{
   border-right: 1px dotted silver!important;
}

.layout-boxed {
   background: #FEFEFE
}

.wrapper {
   height: 100% !important;
}

.main-sidebar {
   height: 100%;
   overflow-y: scroll;
}

.main-sidebar::-webkit-scrollbar {
   display: none;
}

.info-wrapper {
   height: 50px;
   padding: 10px 20px;
   box-sizing: border-box;
}

.item-margin0 .el-form-item {
   margin-bottom: 0;
}

.page-container {
   height: 100%;
   width: 100%;
   padding: 20px;
   box-sizing: border-box;
}

.info-wrapper__title {
   font-size: 18px;
}

.table-wrapper {
   position: relative;
   height: calc(100% - 60px) !important;
   padding: 0 20px;
   margin-top: 5px;
   box-sizing: border-box;
}

.el-loading-spinner .el-icon-loading {
   font-size: 22px;
}

.table-wrapper.listing {
   height: calc(100% - 105px) !important;
}

.condition-wrapper {
   padding: 0 20px;
}

.content-wrapper {
   position: relative;
   overflow-x: hidden;
   overflow-y: scroll;
}

.main-footer,
.content-wrapper {
   margin-left: 150px;
}

.main-header .logo,
.main-sidebar {
   width: 150px;
}
.wrapper.ovh .content-wrapper{
   overflow: hidden;
}
.content-wrapper .listing-edit-container {
   padding-bottom: 50px;
   background-color: #fff;
}

.foot-tools-btn {
   position: fixed;
   width: 100%;
   bottom: 5px;
   text-align: center;
   background-color: rgba(7, 17, 27, 0.2);
}

@media(max-width: 1150px) {
   .fixed-side-bar {
      display: none;
   }
}

.fixed-full-screen{
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fff;
   z-index: 10;
}
.fixed-side-bar {
   position: fixed;
   top: 80px;
   width: 150px;
   right: 5px;
   bottom: 120px;
   font-size: 13px;
}

.el-step.is-vertical .el-step__title {
   font-size: 14px !important;
   cursor: pointer;
}

.el-step.is-vertical .el-step__title:hover {
   text-decoration: underline;
}

.el-step__title.is-wait,
.el-step__title.is-finish {
   color: rgba(0, 0, 0, 0.7) !important
}

.el-step__head.is-finish .el-step__icon,
.el-step__head.is-finish .el-step__line {
   color: #C0C4CC !important;
   border-color: transparent;
}

.el-step__title.is-process,
.el-step__head.is-process .el-step__icon {
   font-weight: 700;
   color: #409EFF !important;
}

.mr5 {
   margin-right: 5px;
}

.ml5 {
   margin-left: 5px;
}

.cursorp {
   cursor: pointer;
}

.cursorDisable {
   cursor: not-allowed !important;
}

.f18 {
   font-size: 18px;
}

.p5 {
   padding: 5px;
}

.value {
   margin-left: 10px;
   color: #00A5F3;
}

.fa-spinner {
   animation: loading .4s infinite ease-out;
}

.property-wrapper {
   padding: 20px;
}

.property-wrapper .row {
   margin-bottom: 10px;
   padding: 10px;
   display: flex;
   justify-content: space-between;
   align-items: start;
   border: 1px solid #ddd;
}

.property-wrapper .row .value {
   flex: 1;
}

.loading{
   animation: loading .5s ease-in infinite;
}
@keyframes loading {
   0% {
      transform: rotate(0);
   }

   100% {
      transform: rotate(360deg);
   }
}

.el-input__inner {
   border-radius: 0 !important;
}

.el-form--label-top .el-form-item__label {
   padding: 0 !important;
   margin-bottom: 0;
}

.limit-width,
.limit-width input {
   width: 200px !important;
}

.dialog__middle .el-dialog {
   width: 70%;
}

.dialog__large .el-dialog {
   width: 80%;
}

.hide_label .el-radio__label {
   display: none;
}

.aspectSelections-item {
   display: inline-block;
   padding: 2px 5px;
   margin: 5px;
   border-radius: 15px;
   border: 1px solid rgba(0, 0, 0, 0.3);
   line-height: 1.5em;
   font-size: 13px;
   cursor: pointer;
}

.aspectSelections-item:hover {
   background-color: rgba(255, 255, 255, 1);
}

.aspectSelections-item__plus {
   display: inline-block;
   width: 16px;
   height: 16px;
   background-color: #70D000;
   border: 1px solid #44B206;
   line-height: 16px;
   border-radius: 50%;
}

.aspectSelections-item__plus i {
   color: #fff;
}

.el-select-dropdown.el-popper {
   max-width: 800px;
}

.el-autocomplete-suggestion.el-popper {
   width: 300px !important;
}

.el-form-item {
   margin-bottom: 15px !important;
}

.preview-full-screen {
   position: absolute;
   padding: 20px;
   bottom: 20px;
   right: 20px;
   cursor: pointer;
}

.el-dialog.is-fullscreen .el-dialog__body {
   padding: 0;
   margin: 0;
   width: 100%;
   height: calc(100% - 50px);
}

.noscrollbar::-webkit-scrollbar {
   display: none;
}

.el-image-viewer__close {
   color: #333;
}

.my-custom-tools {
   overflow: visible !important;
}

.tools-btn {
   display: block;
   padding: 8px 16px;
   color: #409EFF;
   background: #ecf5ff;
   border-color: #b3d8ff;
   border-radius: 0;
}

.tools-btn:hover+.tools-dropdown {
   display: inline-block;
}

.tools-dropdown {
   width: 105px;
   border: 1px solid rgba(0, 0, 0, 0.3);
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
   display: none;
   z-index: 2003;
   border-radius: 0;
   background-color: #fff;
   color: #409EFF;
}

.tools-dropdown:hover {
   display: inline-block;
}

.tools-dropdown-item {
   display: block;
   padding: 5px 0;
   text-align: center;
   cursor: pointer;
   font-size: 13px;
}

.tools-dropdown-item:hover,
.tools-dropdown-btn:hover {
   background: #409EFF;
   border-color: #409EFF;
   color: #FFF;
   /* background-color: rgba(0, 0, 0, 0.1); */
}

.ag-pinned-right-cols-container>.ag-row-position-absolute:hover {
   z-index: 10000;
}

.el-image-viewer__img {
   margin-left: 100px !important;
   max-height: 80% !important;
}

.line-items {
   display: inline-block;
   margin: 0 5px;
   padding: 0 4px;
   height: 16px;
   min-width: 16px;
   line-height: 16px;
   font-size: 13px;
   text-align: center;
   background-color: red;
   color: #fff;
   border-radius: 50%;
}

.mce-branding,
.mce-branding+a {
   display: none !important;
}

.el-upload__input {
   display: none !important;
}

.tinymce-container {
   max-width: 1200px
}

div.mce-fullscreen {
   padding: 30px 30px 30px 180px;
   box-sizing: border-box;
}

.tinymce-container.fullscreen .mce-container-body.mce-stack-layout {
   max-width: 1200px;
   margin: 0 auto;
   border: 1px solid rgba(0, 0, 0, 0.3);

}
.el-image-viewer__prev{
   left: 150px!important;
}
.el-image-viewer__next{
   right: 150px!important;
}
.el-date-editor .el-range-separator{
   width: 30px;
}
/* 表格里的点击展示的详情 */
.grid-detail-item{
   padding: 5px 0;
}
.grid-detail-item + .grid-detail-item{
   border-top: 1px dashed #ccc;
}
.grid-detail-item:first-child{
   border-top: 1px dashed #ccc;
}
.grid-detail-item:last-child{
   border-bottom: 1px dashed #ccc;
}
.custom-popper{
   max-height: 500px;
   min-height: 50px;
   overflow-y: scroll;
}
.custom-label .el-form-item__label{
   float: none;
}
.el-collapse-item__header{
   padding: 0 10px;
  background-color: #EBF5FF;
}
.wrapper.content-fullscreen .content-wrapper{
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   padding: 20px;
   margin: 0;
   z-index: 10000;
   transition: all .3s ease-in;
}
.wrapper.content-fullscreen .info-wrapper,
.wrapper.content-fullscreen .condition-wrapper{
   display: none;
}
.label-left .el-form-item__label{
  float: none;
}
.custom-message.el-message{
 width: 80%;
}
.custom-message.el-message .el-message__content p{
   margin-bottom: 10px;
   line-height: 1.2em;
   border-bottom: 1px dashed #ccc;
   font-size:　13px!important;
   color: rgba(0, 0, 0, 0.7)!important;
}
.custom-message.el-message .el-message__content p .name{
   color: red!important;
}
.smallForm .el-form-item{margin-bottom: 0!important;}
.smallForm .el-form-item__label{font-size: 12px;font-weight: 300;}

.zxsite-edit-container .section-wrapper{
   border: 1px solid #04B479!important;
}
.zxsite-edit-container .section-header,
.zxsite-edit-container+.foot-tools-btn .submit-btn{
   background: #04B479!important;
}
.zxsite-edit-container+.foot-tools-btn .submit-btn{
   border-color: #04B479!important;
}
.height60 .ag-cell {
   line-height: 60px!important;;
}
.ag-row.ag-row-group{
   background-color: #b7e4ff!important;
   /* background-color: #bbded6!important; */
}
.ag-theme-balham .ag-row-selected {
   border-color: #dee4e7!important;
   background-color: #dee4e7!important; 
}
.ag-header-group-cell.ag-header-group-cell-with-group:nth-child(2n){
   background-color: #409eff;
}
.ag-header-group-cell.ag-header-group-cell-with-group:nth-child(2n+1){
   background-color: #79b7f7;
}
 .ag-header-group-cell-with-group .ag-header-group-cell-label{
   justify-content: center;
}