Files
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

1204 lines
20 KiB
CSS

/* region */
.c1 {
width: calc(100% / 12)
}
.c2 {
width: calc((100% / 12) * 2)
}
.c3 {
width: calc((100% / 12) * 3)
}
.c4 {
width: calc((100% / 12) * 4)
}
.c5 {
width: calc((100% / 12) * 5)
}
.c6 {
width: calc((100% / 12) * 6)
}
.c7 {
width: calc((100% / 12) * 7)
}
.c8 {
width: calc((100% / 12) * 8)
}
.c9 {
width: calc((100% / 12) * 9)
}
.c10 {
width: calc((100% / 12) * 10)
}
.c11 {
width: calc((100% / 12) * 11)
}
.c12 {
width: calc((100% / 12) * 12)
}
.c0 {
width: 50px !important;
}
.c02 {
width: 70px !important;
}
.c05 {
width: 80px !important;
}
.p5 {
padding: 5px
}
.p10 {
padding: 10px
}
.p15 {
padding: 15px
}
.p20 {
padding: 20px !important;
}
.p25 {
padding: 25px
}
.p30 {
padding: 30px
}
.p35 {
padding: 35px
}
.top5 {
margin-top: 5px;
}
.top10 {
margin-top: 10px;
}
.top15 {
margin-top: 15px;
}
.top30 {
margin-top: 30px;
}
.top100 {
margin-top: 100px !important;
}
.top200 {
margin-top: 200px !important;
}
.top300 {
margin-top: 300px !important;
}
.bottom10 {
margin-bottom: 10px;
}
.bottom20 {
margin-bottom: 20px;
}
.right3 {
margin-right: 3px;
}
.right5 {
margin-right: 5px;
}
.right10 {
margin-right: 10px;
}
.left5 {
margin-left: 5px;
}
.left10 {
margin-left: 10px;
}
.font-20 {
font-size: 20px;
}
.font-30 {
font-size: 30px;
}
.pointer {
cursor: pointer;
}
.shadow {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.row {
display: block;
position: relative
}
.row-divider {
margin-top: 10px;
margin-bottom: 10px;
height: 2px;
background: var(--base-background-ultra-bright);
}
.hidden-row {
display: none;
}
.inner-block {
display: inline-block !important;
}
.flex {
display: flex;
}
.flex-wrap {
display: flex;
flex-wrap: wrap;
}
.flex-center {
justify-content: center;
}
.row-panel {
background: var(--base-background-ultra-bright);
padding: 15px;
}
.row-info {
background: #fffbeb;
padding: 15px;
border: 1px solid #e67c00;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-info .btn.btn-default{
background: #FFFFFF;
color: #e67c00;
border: 1px solid #e67c00;
}
.row-info .btn.btn-default:hover{
background: #faf0e5;
}
.center {
margin: 0 auto;
}
.ct {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.row label {
display: block;
margin-bottom: 5px;
}
.row input {
width: calc(100% - 14px);
height: 20px;
padding: 7px;
}
.row label input[type="radio"] {
display: inline-block;
height: 13px;
width: 13px;
}
.row textarea {
width: calc(100% - 15px);
height: 150px;
padding: 7px;
}
.row select {
width: 100%;
height: 35px;
padding: 7px;
}
select option {
background: var(--base-background-ultra-bright-clear);
color: var(--base-background-dark);
}
.row .image-upload {
background: var(--base-background-ultra-bright);
border: 2px solid var(--base-background-super-bright);
height: 150px;
width: 150px;
text-align: center;
cursor: pointer;
overflow: hidden;
position: relative;
}
.row .image-upload i {
font-size: 100px;
margin-top: 25px;
color: var(--base-background-super-bright);
}
.row .image-upload img, .row .image-upload canvas {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.row .image-upload .actions {
position: absolute;
bottom: 4px;
display: flex;
justify-content: center;
width: 100%;
}
.row .image-upload .actions i {
cursor: pointer;
display: block;
font-size: 16px;
color: var(--base-background);
font-weight: bold;
background: rgba(255, 255, 255, 0.5);
transition: background-color 0.5s;
border-radius: 100%;
margin: 1px;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border: 3px solid var(--base-background-middle-bright);
}
.row .image-upload .actions i:hover {
background-color: #FFFFFF;
}
.row select:after {
content: '';
display: block;
position: absolute;
right: 5px;
top: 5px;
width: 3px;
height: 3px;
border-right: 2px solid var(--base-background-dark);
border-bottom: 2px solid var(--base-background-dark);
transform: rotate(45deg);
}
.row-divider {
height: 3px;
margin: 10px 0;
background: var(--base-background-ultra-bright);
}
.info-box {
background: var(--base-background-ultra-bright);
color: var(--base-background-dark);
padding: 15px;
font-weight: bold;
font-style: italic;
border-radius: 3px;
}
.btn {
padding: 10px 25px;
color: #FFFFFF;
border: 0;
display: block;
cursor: pointer;
background: #FFFFFF;
text-decoration: none;
}
.btn:hover, .btn-ib:hover {
background: var(--base-background-ultra-bright);
}
.btn-ib {
padding: 5px;
color: #FFFFFF;
border: 0;
display: inline-block;
cursor: pointer;
background: #FFFFFF;
text-decoration: none;
margin-right: 5px;
font-size: 13px;
}
.hidden {
display: none !important;
}
.appear {
opacity: 0;
transition: opacity 1s;
}
.visible {
opacity: 1 !important;
}
.invisible {
position: relative;
overflow: hidden;
}
@keyframes load-cropper {
from {
left: -50%;
}
to {
left: 100%
}
}
.invisible:before {
position: absolute;
top: 0;
left: 0;
content: '';
display: block;
background: var(--base-background-ultra-bright-clear);
width: 100%;
height: calc(100% + 1px);
z-index: 100000;
}
.invisible:after {
content: '';
position: absolute;
bottom: 0;
left: -50%;
height: 4px;
background: var(--base-background-dark);
width: 50%;
animation: load-cropper 2s infinite;
z-index: 100001;
}
.disabled {
opacity: 0.4 !important;
pointer-events: none !important;
}
.no-events {
pointer-events: none !important;
}
.hide {
display: none;
}
.pointer {
cursor: pointer;
}
.btn-green {
background: #00aa00
}
.btn-default {
color: var(--base-background-dark);
border: 1px solid var(--base-background-dark)
}
.btn-dark {
background: var(--base-background);
border: 1px solid var(--base-background-dark);
color: #FFFFFF;
}
.btn-dark:hover {
color: var(--base-background);
}
.buttons-top {
position: fixed;
top: 0;
width: 100%;
background: #FFFFFF;
z-index: 20;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
box-shadow: 5px 0 10px #000;
}
.border-default {
border: 1px solid var(--base-background-dark);
border-radius: 3px;
}
.badge-dark {
background: var(--base-background);
padding: 3px 5px;
color: #FFFFFF;
border-radius: 3px;
}
.btn-red {
background: #de5147;
transition: all 0.5s;
}
.btn-red:hover {
background: #7b2d28;
}
.btn-rem {
color: #de5147;
border: 1px solid #de5147;
transition: all 0.5s;
}
.btn-rem:hover {
background: #f0d4d4;
}
.sh {
width: 70px;
height: 20px;
white-space: nowrap;
text-align: center;
}
.btn-ico {
display: block;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
padding: 0 !important;
margin: 0 auto;
box-shadow: 2px 2px 0 #999999;
border-radius: 3px;
}
.btn-ico i {
margin-top: 4px;
}
.cursor-default {
cursor: default !important;
}
/* endregion **/
/* region FORM VALIDATION */
input, select, textarea {
outline: none !important;
border-radius: 3px;
font-family: 'Varela Round', arial, sans-serif !important;
}
.form-error {
position: relative;
}
.form-error input, .form-error select, .form-error textarea, .form-error .search-box {
background: #fff6f8 !important;
border: 1px solid #c86d6d;
}
.form-error label {
color: #c86d6d !important;
}
.form-error .error-bubble {
text-align: center;
position: absolute;
bottom: calc(100% + 10px);
background: lightyellow;
color: #c86d6d;
width: calc(100% - 20px);
min-width: 150px;
padding: 10px;
border: 1px solid #c86d6d;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.radio-error.form-error .error-bubble {
bottom: calc(100% + 35px);
}
.form-error .error-bubble::after {
display: block;
content: '';
width: 10px;
height: 10px;
background: lightyellow;
transform: rotate(-50grad);
position: absolute;
bottom: -6px;
border-left: 1px solid #c86d6d;
border-bottom: 1px solid #c86d6d;
left: calc(50% - 10px);
}
form {
transition: opacity 0.2s;
}
.form-wait {
opacity: 0.6;
pointer-events: none;
}
.form-wait * {
pointer-events: none;
}
label:after {
content: '';
margin-left: 3px;
font-size: 18px;
font-weight: bold;
}
label.require:after {
content: '*';
color: #d00000;
margin-left: 3px;
font-size: 18px;
font-weight: bold;
}
@keyframes waitingTape {
0% {
left: 0
}
100% {
left: 100%;
}
}
.waiting-tape {
position: fixed;
bottom: 0;
width: 100%;
height: 5px;
background: #cccccc;
}
.waiting-tape:after {
content: '';
display: block;
width: 50%;
height: 100%;
background: var(--base-background);
position: absolute;
left: 0;
bottom: 0;
animation: waitingTape 1s infinite;
}
.filter input {
height: 11px;
border-radius: 0;
font-size: 12px;
}
.filter select {
height: 27px;
line-height: 27px;
padding: 3px;
font-size: 12px;
border-radius: 0;
}
.filter label {
font-size: 13px;
}
/* endregion */
.top {
width: calc(100% - 20px);
margin-left: 10px;
border-bottom: 4px solid var(--base-background-ultra-bright);
margin-bottom: 0;
}
.top-title {
font-size: 20px;
white-space: nowrap;
width: 50%;
padding-top: 25px !important;
font-weight: bold;
}
.top-type-title {
font-size: 18px;
color: var(--base-background-dark);
padding: 5px 10px;
border-bottom: 1px dashed var(--base-background-dark);
font-weight: bold;
margin: 0 auto;
width: 300px;
}
.breadcrumb {
height: 50px;
line-height: 50px;
text-align: right;
width: 50%;
font-size: 12px;
}
.breadcrumb a {
color: var(--base-background);
text-decoration: none;
font-size: 12px;
}
.breadcrumb a:hover {
color: var(--base-background-dark);
}
.breadcrumb a:after {
content: '';
margin-left: 10px;
margin-right: 10px;
display: inline-block;
width: 7px;
height: 7px;
border-bottom: 1px solid var(--base-background);
border-right: 1px solid var(--base-background);
transform: rotate(-45deg);
}
.top-page-panel {
background: var(--base-background-ultra-bright);
padding: 10px;
margin-bottom: 10px;
border: 1px solid var(--base-background-super-bright);
}
.main-filter-closed {
height: 0;
overflow-y: hidden;
}
.toggle-filter {
cursor: pointer;
border: 1px solid var(--base-background-super-bright);
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
padding: 5px 10px;
color: var(--base-background-dark);
}
.advanced-filter {
background: var(--base-background-ultra-bright-clear);
border-right: 1px solid var(--base-background-super-bright);
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: var(--left-bar-width);
opacity: 0;
transform: translateX(-500px);
transition: 0.3s;
}
.advanced-filter.filter-open {
transform: translateX(0);
opacity: 1;
}
.advanced-filter .filter-header {
height: calc(var(--header-height) + 5px);
border-bottom: 1px solid var(--base-background-super-bright);
}
.advanced-filter .filter-header .close-filter {
width: 25px;
height: 25px;
position: absolute;
right: 10px;
top: 10px;
border: 1px solid var(--base-background-dark);
background: #FFFFFF;
color: var(--base-background-dark);;
font-size: 14px;
text-align: center;
line-height: 25px;
cursor: pointer;
}
.advanced-filter .filter-header .close-filter:hover {
background: var(--base-background-ultra-bright);
}
.advanced-filter .filter-body {
padding: 10px;
}
.advanced-filter select {
width: 100%;
}
.delete-checkbox {
transform: scale(1.1);
cursor: pointer;
}
.modal-background {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 100;
}
.modal {
background: #FFFFFF;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
width: 300px;
height: 80px;
margin: 100px auto 0;
transform: translateY(-500px);
opacity: 0;
transition: all 0.3s;
border-radius: 5px;
padding: 20px;
border: 3px solid var(--base-background-super-bright);
}
.modal-video {
background: #000000;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
width: 80%;
height: 80%;
max-width: 1280px;
max-height: 720px;
margin: 100px auto 0;
transform: translateY(-500px);
opacity: 0;
transition: all 0.3s;
border-radius: 5px;
padding: 20px;
border: 3px solid var(--base-background-super-bright);
}
.modal-video.frame {
max-width: 90% !important;
max-height: 80% !important;
width: 90% !important;
height: 80% !important;
}
.modalImg {
display: flex !important;
max-width: 90% !important;
max-height: 70% !important;
width: 90% !important;
height: 80% !important;
justify-content: center !important;
}
.modal-video video {
width: 100%;
height: 100%;
}
.modal-video-close {
position: absolute;
width: 40px;
height: 40px;
border-radius: 100%;
background: var(--base-background-super-bright);
top: -45px;
right: -45px;
line-height: 50px;
text-align: center;
transition: all 0.3s;
cursor: pointer;
}
.modal-video-close .la {
color: var(--base-background-ultra-bright-clear);
font-size: 25px;
}
.modal-video-close:hover {
background: #FFFFFF;
}
.modal-video-close:hover .la {
color: var(--base-background-dark);
}
.modal-open {
transform: translateY(0);
opacity: 1;
}
.modal-message {
margin-bottom: 20px;
}
.flash {
position: fixed;
bottom: 20px;
right: 20px;
padding: 20px;
width: 200px;
text-align: center;
opacity: 0;
transform: translateX(500px);
transition: all 0.5s;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
z-index: 1000;
}
.flash.success {
background: #00aa00;
color: #FFFFFF;
transform: translateX(0);
opacity: 1;
}
.flash.warning {
background: #ff9f00;
color: #FFFFFF;
transform: translateX(0);
opacity: 1;
padding-left: 30px;
}
.flash.error {
background: #c62424;
color: #FFFFFF;
transform: translateX(0);
opacity: 1;
padding-left: 30px;
}
.flash.warning:before, .flash.error:before {
content: '!';
display: block;
position: absolute;
color: #fff;
font-size: 30px;
font-weight: bold;
left: 15px;
top: 15px;
}
@keyframes blink-green {
from {
opacity: 0.3;
}
to {
opacity: 1;
}
}
.blink-green {
animation: blink-green 0.5s infinite;
font-weight: bold;
color: #419915;
}
.cke_1.cke_chrome {
border-color: var(--base-background) !important;
}
.cke_1 .cke_top {
background-color: var(--base-background-ultra-bright) !important;
border-bottom-color: var(--base-background) !important;
}
.cke_1 .cke_bottom {
background-color: var(--base-background-ultra-bright) !important;
border-top-color: var(--base-background) !important;
}
a.cke_button {
background-color: var(--base-background-ultra-bright) !important;
}
.cke_button:hover, .cke_combo_button:hover, .cke_combo_on .cke_combo_button {
border-color: var(--base-background-dark) !important;
background-color: var(--base-background-middle-bright) !important;
}
.air-datepicker-cell {
color: var(--base-background-dark);
}
.air-datepicker.-inline- {
background: var(--base-background-ultra-bright) !important;
border-color: var(--base-background-dark) !important;
}
.air-datepicker-body--day-name {
color: var(--base-background-dark);
font-weight: bold;
}
.air-datepicker-cell.-day-.-focus- {
background: var(--base-background-ultra-bright);
}
.air-datepicker-cell.-current- {
color: #000000;
font-weight: bold;
}
.air-datepicker-cell.-selected- {
background: var(--base-background-dark) !important;
}
.air-datepicker-cell.-selected-.-focus- {
background: var(--base-background) !important;
}
.time-range {
display: flex;
width: 100%;
padding: 10px;
background: var(--base-background-ultra-bright);
border: 1px solid;
border-color: var(--base-background-super-bright);
}
.time-select {
width: 60px !important;
padding: 0 !important;
text-align: center;
display: block;
position: relative
}
.d:after {
content: '';
display: block;
margin: 15px 15px;
font-size: 20px;
height: 1px;
width: 10px;
background: var(--base-background-dark)
}
.sh:after {
content: ':';
display: block;
margin: 5px;
font-size: 20px;
color: var(--base-background-dark)
}
/*region [SEARCH BOX] */
.search-box {
width: calc(100% - 15px);
border-radius: 3px;
height: auto;
line-height: 20px;
border: 1px solid var(--base-background-dark);
position: relative;
padding: 5px 5px 5px 10px;
background: #FFFFFF;
}
.search-box:after {
content: '';
position: absolute;
display: block;
height: 5px;
width: 5px;
border-bottom: 2px solid var(--base-background-dark);
border-right: 2px solid var(--base-background-dark);
transform: rotate(45deg);
right: 4px;
top: 10px;
}
.search-box.open:after {
transform: rotate(-135deg);
top: 10px;
}
.search-box .selected {
height: 100%;
width: calc(100% - 30px);
position: relative;
display: flex;
flex-wrap: wrap;
white-space: nowrap;
overflow: hidden;
}
.search-box .selected-box {
height: 5px;
padding: 5px 20px 5px 5px;
background: var(--base-background-dark);
color: #FFFFFF;
font-size: 12px;
display: block;
line-height: 5px;
position: relative;
cursor: pointer;
border-radius: 3px;
margin: 1px;
border: 1px solid #000000;
}
.search-box .selected-box .close {
cursor: pointer;
}
.search-box .selected-box .close:before,
.search-box .selected-box .close:after {
position: absolute;
right: 7px;
top: 2px;
content: ' ';
height: 10px;
width: 2px;
background-color: #FFFFFF;
}
.search-box .selected-box .close:before {
transform: rotate(45deg);
}
.search-box .selected-box .close:after {
transform: rotate(-45deg);
}
.search-box .selected-box:hover {
}
.search-box .selected-box:hover .close:after,
.search-box .selected-box:hover .close:before {
background-color: #ff8585;
box-shadow: 0 0 7px #000;
}
.search-box .list {
position: absolute;
width: calc(100% - 20px);
background: #FFFFFF;
margin-top: 10px;
left: 0;
border: 1px solid #cccccc;
z-index: 100;
padding: 10px;
height: auto;
display: none;
box-shadow: 0 0 10px rgba(0,0,0, 0.3);
margin-bottom: 30px;
}
.search-box .list input {
width: calc(100% - 20px);
height: 20px;
padding: 5px;
}
.search-box.open .list {
display: block;
}
.search-box .list-item {
font-size: 14px;
padding: 5px;
cursor: pointer;
}
.search-box .list-items {
margin-top: 10px;
max-height: 200px;
overflow-y: scroll;
}
.search-box .list-item:hover, .search-box .list-item.hover {
background: var(--base-background-ultra-bright-clear) !important;
width: calc(100% - 15px);
}
.search-box .list-item.selected {
background: #f1f1f1;
width: calc(100% - 15px);
}
.preview-mode .row label {
display: block;
padding: 7px;
background: var(--base-background-dark);
color: #FFFFFF;
}
.preview-mode .row div {
background: var(--base-background-ultra-bright-clear);
padding: 7px;
}
.pdf-preview {
width: 150px;
height: 150px;
background: var(--base-background-middle-bright);
text-align: center;
line-height: 180px;
}
.pdf-preview .la {
font-size: 60px;
color: var(--base-background-dark);
}