.max--w320 { max-width: 320px; } .container { height: 100%; } .container .content { height: 100%; display: flex; } .container .content aside { width: 250px; border-right: 1px solid #ccc; } .container .content aside .aside--main--title { padding: 20px; background: #33559B; color: #fff; font-size: 20px; } .container .content aside .aside--list { display: flex; flex-direction: column; } .container .content aside .aside--list .v-btn { padding: 15px 10px; font-size: 16px; cursor: pointer; justify-content: flex-start; padding-left: 20px; } .container .content aside .aside--list .v-btn.actv { background: #e4e4e4; } .container .content .main { padding: 1.625rem; width: calc(100% - 250px); } .container .content .main .data--list--wrap { width: 100%; padding-top: 40px; } .container .content .main .data--list--wrap .btn--actions--wrap { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; } .container .content .main .search--modules { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #eee; border-radius: 15px; padding: 20px; margin-top: 25px; background: #f8f8f8; } .container .content .main .search--modules .form--cont--filter { width: 100%; max-width: 10.5rem; } .container .content .main .search--modules .form--cont--text { width: 100%; max-width: calc(100% - 10.5rem); } .container .content .main .search--modules .sch--btn { height: 2.25rem; max-width: 80px; } .container .content .main .inner--headers { display: flex; align-items: center; justify-content: space-between; } .container .content .main .inner--headers > h2 { font-size: 1.625rem; } .container .content .main .inner--headers .bread--crumbs--wrap { display: flex; align-items: center; gap: 5px; } .container .content .main .inner--headers .bread--crumbs--wrap span { font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 5px; } .container .content .main .inner--headers .bread--crumbs--wrap span:before { content: ""; display: inline-flex; width: 15px; height: 15px; background: url(../img/ic_arrow_right_chv.svg) no-repeat center; } .container .content .main .inner--headers .bread--crumbs--wrap span:nth-of-type(1):before { display: none; } .container .content .main .inner--headers .bread--crumbs--wrap span:last-child { font-weight: bold; } /********************************************** | ag-grid **********************************************/ .tbl-wrap .ag-paging-panel { padding: 1.25rem 0px; } .tbl-wrap .ag-header-cell-resize:after { width: 1px; height: 1.25rem; top: calc(50% - 0.625rem); } .tbl-wrap .ag-checkbox-input-wrapper:after { content: ""; width: 1rem; height: 1rem; background: url(../img/ico_chk_off.svg); background-repeat: no-repeat; } .tbl-wrap .ag-checkbox-input-wrapper.ag-checked:after { content: ""; background: url(../img/ico_chk_on.svg); background-repeat: no-repeat; } .tbl-wrap .ag-checkbox-input-wrapper.ag-indeterminate:after { content: ""; background: url(../img/ico_check_indeterminate.svg); background-repeat: no-repeat; } .tbl-wrap .ag-root-wrapper .ag-header-cell { padding: 0rem 1.25rem; } .tbl-wrap .ag-root-wrapper .ag-header-cell-text { text-align: left; } .tbl-wrap .ag-root-wrapper .ag-root-wrapper-body.ag-layout-normal { height: 100%; } .tbl-wrap .ag-root-wrapper .ag-cell-label-container { height: 3.125rem; } .tbl-wrap .ag-root-wrapper .ag-header-cell-text { color: #444; font-size: 0.875rem; font-style: normal; font-weight: 700; } .tbl-wrap .ag-root-wrapper .ag-header { border-top: 0px; } .tbl-wrap .ag-root-wrapper .ag-header .ag-header-container { background: #F2F7FF; } .tbl-wrap .ag-root-wrapper .ag-header.ag-header-allow-overflow .ag-header-row { background: #F2F7FF; } .tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row.disabled { opacity: 0.5; pointer-events: none; } .tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row .ag-cell { color: #444; font-size: 0.875rem; font-style: normal; font-weight: 400; text-align: left; justify-content: flex-start; padding: 0px 1.25rem; } .tbl-wrap .ag-overlay-no-rows-center { display: flex; align-items: center; justify-content: center; gap: 0.62rem; color: #444; text-align: center; font-size: 0.875rem; font-weight: 700; } .tbl-wrap .ag-overlay-no-rows-center:before { content: ""; display: inline-flex; width: 1.25rem; height: 1.25rem; background: url(../img/ico_no_data_nw.svg); background-size: contain; } .check--box--group { display: flex; } .form--group--inner { display: flex; align-items: center; gap: 10px; } .form--group--inner .visible { display: none; } .status--box { display: flex; align-items: center; justify-content: center; padding: 5px 25px; border-radius: 35px; background: #e4e4e4; } .status--box.actv { background: #33559B; color: #fff; } .img--content { display: flex; align-items: center; } .equip--image--wrap { display: flex; align-items: center; } .equip--image--wrap .equip--image { width: 90px; height: 90px; margin-right: 25px; } .equip--image--wrap .equip--image #preview_image { width: 90px; height: 90px; position: relative; border: 1px solid rgba(0, 0, 0, 0.2); overflow: hidden; } .equip--image--wrap .equip--image #preview_image img { width: 100%; position: absolute; top: 50%; -o-object-fit: contain; object-fit: contain; left: 50%; transform: translate(-50%, -50%); } .equip--image--wrap .equip--image .images-wrapper { width: 100%; height: 90px; } .equip--image--wrap .equip--image .images-wrapper .image { background-size: cover; width: 100%; height: 90px; background-repeat: none; cursor: pointer; } .equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar { top: 30px; right: 30px; } .equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn { border-radius: 50%; width: 56px; height: 56px; display: inline-block; background-image: url(../img/ic_close.svg); background-position: center; background-repeat: no-repeat; } .equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn svg { display: none; } .equip--image--wrap .equip--image--select { display: flex; flex-direction: column; } .equip--image--wrap .equip--image--select .form--group { margin-bottom: 25px; margin-top: 10px; display: flex; } .equip--image--wrap .equip--image--select .form--group .file--btn { width: 75px; height: 33px; display: inline-flex; align-items: center; justify-content: center; border-radius: 0px !important; background: #6C7281 !important; cursor: pointer; } .equip--image--wrap .equip--image--select .equip--image--desc { color: #0131AD; font-size: 12px; font-style: normal; font-weight: 500; letter-spacing: -0.36px; } .form--group--inner { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 10px; } .form--group--inner .text--box { height: 36px; border-radius: 0px; border: 1px solid #b5b5b5; white-space: nowrap; display: flex; align-items: center; width: 324px; justify-content: flex-start; padding: 0 20px; text-overflow: ellipsis; } .v-file-input { margin-top: 0px; padding-top: 0px; } .v-file-input.custom-input .v-input__control .v-field { border-radius: 0px; } .v-file-input.custom-input .v-input__control .v-field__field input:placeholder { font-size: 0.75rem !important; font-weight: 400; color: #8e8e8e !important; } .v-file-input.custom-input .v-input__control .v-field__field .v-field__input { padding: 0px; min-height: 36px; padding-left: 0.75rem; font-size: 0.75rem !important; font-weight: 400 !important; } .v-file-input.custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder { font-size: 0.75rem !important; font-weight: 400; color: #8e8e8e !important; } .v-file-input.custom-input .v-input__control .v-field__field .v-field__input::placeholder { font-size: 0.75rem !important; font-weight: 400; color: #8e8e8e !important; } .v-file-input .v-input__control .v-input__slot { padding: 0 15px; } .v-file-input .v-input__control .v-input__slot::before { display: none; } .v-file-input .v-input__control .v-input__slot::after { display: none; } .v-file-input .v-input__control .v-input__slot input::-moz-placeholder { color: #444 !important; font-size: 12px !important; font-style: normal !important; font-weight: 300 !important; letter-spacing: -0.36px !important; } .v-file-input .v-input__control .v-input__slot .v-file-input__text, .v-file-input .v-input__control .v-input__slot .v-file-input__text--placeholder, .v-file-input .v-input__control .v-input__slot input::placeholder { color: #444 !important; font-size: 12px !important; font-style: normal !important; font-weight: 300 !important; letter-spacing: -0.36px !important; } .v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear { opacity: 1; } .v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear .mdi-close::before { content: ""; background-image: url(../static/ic_clear.svg); display: inline-block; width: 16px; height: 16px; background-position: center; } .flex--type { display: flex; align-items: center; gap: 12px; } .file--btn { border-radius: 0px !important; background: #4B5161 !important; color: #FFF !important; font-size: 12px !important; font-weight: 500 !important; } .radio--group .v-selection-control-group { gap: 10px; } .mdi-radiobox-marked::before { content: "" !important; width: 15px; height: 15px; display: inline-flex; background: url(../img/ic_radio_on.svg) no-repeat center; } .mdi-radiobox-blank::before { content: "" !important; width: 15px; height: 15px; display: inline-flex; background: url(../img/ic_radio_off.svg) no-repeat center; }/*# sourceMappingURL=default.css.map */