| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/main.ui.grid/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/main.ui.grid/templates/.default/style.css |
:root {
--main-grid-top-border-radius: var(--main-grid-border-radius);
--main-grid-bottom-border-radius: var(--main-grid-border-radius);
}
.main-grid-panel-custom { max-width: 300px; }
.main-grid-panel-custom select { max-width: 220px; }
.main-grid-control-panel-input-text,
.main-grid-editor-text,
.main-grid-editor-textarea {
position: relative;
display: inline-block;
box-sizing: border-box;
margin-right: 6px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
height: 40px;
border: 1px solid #c6cdd3;
border-radius: var(--ui-field-border-radius, 2px);
background: #fff;
color: #5c6470;
text-align: left;
font-size: 14px;
line-height: 34px;
}
.main-grid-control-panel-input-text:focus,
.main-grid-editor-text:focus,
.main-grid-editor-textarea:focus { border-color: #7d7d7d; }
.main-grid-editor-text,
.main-grid-editor-textarea {
padding-right: 4px;
padding-left: 4px;
color: #535c69;
font-size: 13px;
}
.main-grid-editor-textarea {
padding-top: 4px;
padding-bottom: 4px;
min-height: 40px;
line-height: 17px;
}
/**/
.main-dropdown {
position: relative;
display: inline-block;
box-sizing: border-box;
padding-right: 40px;
padding-left: 15px;
height: 40px;
border: 1px solid #c6cdd3;
border-radius: var(--main-dropdown-border-radius, var(--ui-border-radius-2xs, 2px));
background: #fff;
color: #5c6470;
text-align: left;
text-transform: uppercase;
font: 12px/36px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
cursor: pointer;
-webkit-user-select: none;
user-select: none;
}
.main-dropdown .popup-window {
text-transform: none!important;
}
.main-dropdown-inner {
display: inline-block;
overflow: hidden;
max-width: 180px;
height: 27px;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
}
.main-dropdown:focus,
.main-dropdown:hover { border-color: #7d7d7d; }
.main-dropdown:focus { outline: none; }
.main-dropdown::before {
position: absolute;
top: 50%;
right: 13px;
display: inline-block;
margin-top: -4px;
width: 11px;
height: 10px;
background: url(images/sprite-interface.min.svg) no-repeat 0 -114px;
content: "";
}
.main-dropdown-active::before {
transform: rotate(180deg);
}
.main-dropdown-item-selected .menu-popup-item-icon,
.main-dropdown-item-not-selected .menu-popup-item-icon {
min-width: 12px;
width: 12px;
}
.main-dropdown-item-selected .menu-popup-item-icon {
background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%229%22%3E%3Cpath%20fill%3D%22%232066B0%22%20d%3D%22M1.36%203.446L4.013%206.1%2010.316%200l1.36%201.36-6.299%206.1-1.364%201.36-1.36-1.36L0%204.806z%22/%3E%3C/svg%3E) no-repeat center;
}
.main-dropdown-item-locked .menu-popup-item-icon {
display: inline-block;
min-height: 12px;
width: 12px;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjMjhCQUU5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk1MiA1SDl2N0gwVjVoMS4wNTJWMy40MTJhMy40NTIgMy40NTIgMCAwMTYuOSAwVjV6bS0uOTU2IDBsLjAxMi0xLjU4OEEyLjcgMi43IDAgMDA0LjUuOTNhMi43IDIuNyAwIDAwLTIuNTA4IDIuNDgyTDIuMDA1IDVoNC45OTF6TTUuMDIgOC44Nzl2MS4yODdIMy45ODFWOC44NzlhLjgxLjgxIDAgMDEtLjMwNi0uNjM0LjgyNS44MjUgMCAxMTEuNjUgMCAuODEuODEgMCAwMS0uMzA2LjYzNHoiLz48L3N2Zz4=) no-repeat center;
}
.main-grid-panel-select-pagesize {
overflow: visible;
box-sizing: border-box;
}
/*Settings*/
.main-grid-interface-settings-icon {
position: absolute;
top: 50%;
left: 45%;
display: inline-block;
min-width: 16px;
width: 16px;
height: 17px;
background: url(images/grid-gear.svg) 50% 50% no-repeat;
background-size: 13px;
opacity: .5;
cursor: pointer;
transition: all 200ms ease;
transform: translateY(-50%) translateX(-50%);
}
.main-grid-cell-action + .main-grid-cell-head:not([class*="main-grid-column-color"]) .main-grid-cell-head-container {
padding-left: 2px;
}
.main-grid-cell-action + .main-grid-cell:not([class*="main-grid-column-color"]) .main-grid-cell-content {
margin-left: 3px;
}
.main-grid-interface-settings-icon.main-grid-interface-settings-icon-active { opacity: 1; }
.main-grid-interface-settings-icon:hover { opacity: 1; }
.main-grid {
position: relative;
display: table;
width: 100%;
table-layout: fixed;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-regular, 400);
}
.main-grid.--hide-top-border-radius {
--main-grid-top-border-radius: 0;
}
/*.main-grid.--hide-bottom-border-radius:not(.main-grid-empty-stub):not(.main-grid-empty-footer) {*/
.main-grid.--hide-bottom-border-radius:not(.main-grid-empty-stub) {
--main-grid-bottom-border-radius: 0;
}
.main-grid-wrapper {
overflow: hidden;
border-radius: var(--main-grid-top-border-radius);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.main-grid-empty-stub .main-grid-wrapper,
.main-grid-empty-footer .main-grid-wrapper {
border-bottom-left-radius: var(--main-grid-bottom-border-radius);
border-bottom-right-radius: var(--main-grid-bottom-border-radius);
}
.main-grid-container {
overflow-x: auto;
overflow-y: hidden;
border-radius: var(--main-grid-top-border-radius);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.main-grid-empty-stub .main-grid-container,
.main-grid-empty-footer .main-grid-container {
border-bottom-left-radius: var(--main-grid-bottom-border-radius);
border-bottom-right-radius: var(--main-grid-bottom-border-radius);
}
/* ALL */
.main-grid-table {
overflow: hidden;
min-width: 100%;
border: none;
border-spacing: 0;
table-layout: fixed;
opacity: 1;
transition: opacity 150ms linear;
}
.main-grid-with-sticked.main-grid-container,
.main-grid-with-sticked .main-grid-table {
transform: none!important;
}
.main-grid-table > tbody {
background-color: rgba(255, 255, 255, .87);
}
.main-grid-table-fade tbody tr {
transition: 200ms all ease;
opacity: .7;
pointer-events: none;
}
.main-grid-border { }
/* fade */
.main-grid-fade { position: relative; }
.main-grid-fade-shadow-left,
.main-grid-fade-shadow-right {
position: absolute;
top: 0;
bottom: 0;
z-index: 0;
width: 10px;
height: auto;
text-decoration: none;
opacity: 0;
pointer-events: none;
}
.main-grid-fade-shadow-left {
position: absolute;
top: 0;
right: auto;
bottom: 0;
z-index: 10;
overflow: hidden;
width: 10px;
border-left: 1px rgba(238, 242, 244, .5) solid;
content: '';
opacity: 1;
transition: margin-left 200ms ease;
transform: translateX(-1px);
}
.main-grid-fade-shadow-left::before {
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: -10px;
z-index: 1;
width: 10px;
border-radius: 80%;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
content: '';
opacity: 0;
transition: opacity 200ms ease, margin-left 200ms ease;
}
.main-grid-fade-shadow-right {
position: absolute;
top: 0;
right: -10px;
bottom: 0;
left: auto;
z-index: 9;
width: 10px;
border-radius: 80%;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
content: '';
opacity: 0;
transition: .2s;
}
.main-grid-fade-right .main-grid-fade-shadow-right { opacity: 1; }
.main-grid-fade-left .main-grid-fade-shadow-left::before { opacity: 1; }
.main-grid-row-body { font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica)); }
/* THEAD */
.main-grid-row-head {
border-bottom: 2px #eef2f4 solid;
background-color: #fff;
}
.main-grid-cell-head {
position: relative;
box-sizing: border-box;
padding: 0;
min-width: 70px;
height: 45px;
vertical-align: middle;
cursor: pointer;
transition: background-color .3s cubic-bezier(.000, .465, .750, .750);
white-space: nowrap;
background-color: #fff;
border-bottom: 1px #EDEEF0 solid;
}
.main-grid-fixed-top .main-grid-cell-head {
height: 45px;
border-bottom: none;
}
.main-grid-cell-head * {
-webkit-user-select: none;
user-select: none;
}
.main-grid-cell-head:last-child { border-right: 0; }
.main-grid-row-head .main-grid-cell-head.main-grid-cell-last { border-right-color: transparent; }
.main-grid-border .main-grid-cell-head {
border-top: 1px solid #c1eaf9 !important;
border-right: 1px solid #c1eaf9 !important;
border-bottom: 1px solid #c1eaf9 !important;
}
.main-grid-border .main-grid-fixed-top .main-grid-cell-head {
height: 48px;
}
.main-grid-border .main-grid-row-head .main-grid-cell-head:first-child { border-left: 1px solid #c1eaf9; }
.main-grid-cell-head-container {
position: relative;
display: block;
box-sizing: border-box;
padding: 14px 16px 11px;
flex-grow: 1;
max-width: 100%;
}
span.main-grid-cell-head-container { box-sizing: border-box; }
.main-grid-head-icon
{
margin-right: 4px;
display: inline-block;
}
.main-grid-head-icon img{
margin-bottom: 1px;
}
.main-grid-head-title {
z-index: 7;
display: inline-block;
overflow: hidden;
padding-right: 21px;
max-width: 100%;
color: #535c69;
text-align: left;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}
.main-grid-col-no-sortable { cursor: default; }
.main-grid-compact .main-grid-cell-head-container { padding: 9px 10px; }
.main-grid-compact .main-grid-head-title { font-size: 13px; }
.main-grid-cell-sortable-up,
.main-grid-cell-sortable-down {
position: relative;
padding-right: 21px;
}
.main-grid-compact .main-grid-cell-sortable-up,
.main-grid-compact .main-grid-cell-sortable-down { padding-right: 21px; }
.main-grid-cell-sortable { background-color: #c1eaf9; }
.main-grid-cell-sortable-up:before,
.main-grid-cell-sortable-down:before {
position: absolute;
top: 50%;
right: 0;
z-index: 1;
margin-top: -6px;
width: 21px;
height: 12px;
background: url(images/sprite-interface.min.svg) 1px -214px no-repeat;
content: '';
opacity: 0;
transition: all 300ms ease;
}
.main-grid-cell-sortable-up:before {
transform: rotate(180deg);
}
.main-grid-cell-sortable.main-grid-cell-sortable-up:before,
.main-grid-cell-sortable.main-grid-cell-sortable-down:before,
.main-grid-cell-sortable-up:hover:before,
.main-grid-cell-sortable-down:hover:before { opacity: .6; }
/* TBODY */
.main-grid-row td {
position: relative;
overflow: visible;
}
.main-grid-on-row-drag.main-grid-row {
position: relative;
z-index: 2;
pointer-events: none;
}
.main-grid-table-fake {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
transform: translate3d(0px, 0px, 0);
}
.main-grid-table-fake thead { border: 0; }
.main-grid-table-fake thead tr th {
padding: 0;
border: 0;
}
.main-grid-cell {
overflow: hidden;
box-sizing: border-box;
padding: 0;
border-bottom: 1px #eef2f4 solid;
background: #fff;
vertical-align: top;
-khtml-user-drag: none;
-webkit-user-drag: none;
}
.main-grid-row-body:last-child .main-grid-cell {
border-bottom: none;
}
.main-grid-cell * {
-khtml-user-drag: none;
-webkit-user-drag: none;
}
.main-grid:not(.main-grid-ondrag) .main-grid-row:hover > .main-grid-cell,
.main-grid:not(.main-grid-ondrag) .main-grid-row.main-grid-row-over > .main-grid-cell {
background-color: #f6f8f9;
}
.main-grid-row-checked .main-grid-cell,
.main-grid-row-checked .main-grid-cell {
background-color: #F4FCDE;
}
.main-grid:not(.main-grid-ondrag) .main-grid-row-checked:hover > .main-grid-cell,
.main-grid:not(.main-grid-ondrag) .main-grid-row.main-grid-row-checked.main-grid-row-over > .main-grid-cell,
.main-grid-row-checked:hover > .main-grid-cell {
background-color: #EFF7D7;
}
.main-grid-row .main-grid-cell:last-child { border-right: none; }
.main-grid-border .main-grid-cell {
border-right: 1px solid #edeef0 !important;
border-bottom: 1px solid #edeef0 !important;
}
.main-grid-border .main-grid-row .main-grid-cell:first-child { border-left: 1px solid #edeef0; }
.main-grid-cell-content,
.main-grid-editor-container {
position: relative;
display: block;
margin: 15px 16px 10px;
color: #535c69;
vertical-align: top;
font-size: 14px;
}
.main-grid-cell-content {
flex-grow: 1;
}
.main-grid-cell-inner {
display: flex;
}
.main-grid-cell .main-grid-cell-content-actions {
display: inline-flex;
margin-left: 3px;
align-items: baseline;
margin-top: 13px;
margin-right: 16px;
}
.main-grid-row-edit [data-editable="true"] .main-grid-cell-content-actions {
display: none;
}
.main-grid-cell-content-action {
position: relative;
display: inline-block;
min-height: 21px;
min-width: 31px;
cursor: pointer;
transition: 200ms all ease;
box-sizing: border-box;
}
.main-grid-cell-content-action::before {
position: absolute;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
content: '';
width: 18px;
height: 18px;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
transition: 200ms all ease;
}
.main-grid-cell-content-action-by-hover {
opacity: 0;
}
.main-grid-row:hover .main-grid-cell-content-action-by-hover {
opacity: 1;
}
.main-grid-cell-content-action-pin::before {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.835 3.97c.356.356.337.95-.04 1.328-.379.377-.973.394-1.328.038l-.663-.663L7.59 10.2l.646.647c.332.36.304.935-.063 1.302-.367.368-.943.396-1.302.064l-1.58-1.577L1.22 13.7a.249.249 0 01-.237.08.219.219 0 01-.168-.17.249.249 0 01.08-.236l3.02-4.117-1.548-1.547c-.339-.359-.313-.94.057-1.31.37-.37.951-.395 1.31-.056l.646.647 5.527-4.215-.658-.658c-.338-.358-.313-.939.058-1.31.37-.37.95-.394 1.309-.055l3.218 3.216z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.main-grid-cell-content-action-mute::before {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.006 0v11.715L3.056 9.05v-.182a.605.605 0 01-.076.005H.6a.6.6 0 01-.6-.601V3.443a.6.6 0 01.6-.6h2.38c.026 0 .052.001.077.004v-.111L7.006 0zm6.463 2.933l.975.975-1.95 1.95 1.95 1.95-.975.974-1.95-1.95-1.95 1.95-.974-.975 1.95-1.95-1.95-1.949.974-.975 1.95 1.95 1.95-1.95z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.main-grid-cell-content-action-pin::before,
.main-grid-cell-content-action-mute::before {
opacity: .6;
}
.main-grid-row .main-grid-cell-content-action-pin.main-grid-cell-content-action-active::before {
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.main-grid-row:hover .main-grid-cell-content-action-pin:hover::before,
.main-grid-row:hover .main-grid-cell-content-action-mute:hover::before {
opacity: .7;
}
.main-grid-row:hover .main-grid-cell-content-action-pin:active::before,
.main-grid-row:hover .main-grid-cell-content-action-mute:active::before {
opacity: .8;
}
.main-grid-row:hover .main-grid-cell-content-action-pin.main-grid-cell-content-action-active::before,
.main-grid-row:hover .main-grid-cell-content-action-mute.main-grid-cell-content-action-active::before {
opacity: .8;
}
.main-grid-row:hover .main-grid-cell-content-action-pin.main-grid-cell-content-action-active:hover::before,
.main-grid-row:hover .main-grid-cell-content-action-mute.main-grid-cell-content-action-active:hover::before {
opacity: 1;
}
.main-grid-cell-content a:hover { text-decoration: underline; }
.main-grid-editor-container {
margin-top: 11px;
margin-bottom: 11px;
padding: 0;
text-align: left;
}
.main-grid-editor-container .main-grid-editor-output {
position: absolute;
top: -15px;
display: inline-block;
box-sizing: border-box;
padding: 2px 4px;
min-width: 21px;
background: #36b5df;
color: #fff;
text-align: center;
transform: translateX(-50%);
}
.main-grid-editor-container .main-grid-editor-output::after {
position: absolute;
bottom: -8px;
left: 50%;
display: inline-block;
margin-left: -5px;
width: 0;
height: 0;
border-width: 8px 5px 0 5px;
border-style: solid;
border-color: #36b5df transparent transparent transparent;
content: '';
}
.main-grid-editor-container .main-grid-editor-range {
margin: 0;
padding-right: 0;
padding-left: 0;
}
.main-grid-compact .main-grid-cell-content { padding: 10px 10px 8px; }
.main-grid-cell-content.main-grid-cell-text-line {
display: block;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-grid-editor-checkbox {
margin-top: 7px;
margin-left: 0;
width: auto;
height: auto;
}
/* Tbody Content*/
.main-grid-cell-text-limited {
position: relative;
display: block;
overflow: hidden;
max-height: 58px;
line-height: 16px;
}
.main-grid-cell-text-limited:before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 16px;
background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
content: '';
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
transition: background 300ms ease;
}
.main-grid-row:hover .main-grid-cell-text-limited:before {
background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5f5f5', GradientType=0);
}
.main-grid-row-checked .main-grid-cell-text-limited:before {
background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(245, 252, 222, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5fcde', GradientType=0);
}
.main-grid-row-checked:hover .main-grid-cell-text-limited:before {
background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 255, 235, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#faffeb', GradientType=0);
}
.main-grid-cell-text-limited-btn {
border-bottom: 1px dashed;
color: #2067b0;
vertical-align: bottom;
font-size: 12px;
line-height: 15px;
cursor: pointer;
transition: border 300ms ease;
}
.main-grid-cell-text-limited-btn:hover { border-bottom-color: transparent; }
.main-grid-content-note {
display: block;
float: right;
margin: 2px 0 2px 7px;
width: 13px;
height: 11px;
background: url(images/sprite-interface.min.svg) 0 -187px no-repeat;
opacity: .4;
cursor: pointer;
transition: opacity 200ms ease;
}
.main-grid-content-note:hover { opacity: .7; }
/* TFOOT */
.main-grid-row-foot { }
.main-grid-cell-foot {
overflow: hidden;
box-sizing: border-box;
padding: 0;
background-color: #fff;
vertical-align: top;
transition: background 300ms ease;
}
.main-grid-cell-foot .main-grid-cell-content { padding: 10px 13px 22px; }
.main-grid-compact .main-grid-cell-foot .main-grid-cell-content { padding: 10px 10px 15px; }
/* CUSTOM */
/* Checkbox */
.main-grid-cell-head.main-grid-cell-checkbox,
.main-grid-cell.main-grid-cell-checkbox,
.main-grid-control-panel-cell.main-grid-cell-checkbox {
box-sizing: border-box;
min-width: 31px;
width: 1%;
border-right: none;
text-align: center;
}
.main-grid-cell-checkbox .main-grid-cell-content,
.main-grid-cell-action .main-grid-cell-content {
top: -3px;
margin-right: 0;
margin-left: 0;
}
.main-grid-panel-limit .main-grid-panel-content-title {
position: relative;
top: -6px;
}
/* Actions */
.main-grid-cell-action {
min-width: 36px;
width: 1%;
text-align: center;
cursor: default;
}
.main-grid-action-container {
display: inline-block;
margin-top: 18px;
}
.main-grid-row-action-button {
position: relative;
top: 2px;
left: -1px;
display: inline-block;
width: 14px;
height: 12px;
background: url(images/sprite-interface.min.svg) 0 -201px no-repeat;
opacity: .3;
cursor: pointer;
transition: opacity 200ms ease;
}
.main-grid-row-action-button::before {
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
display: block;
content: '';
}
.main-grid-row-action-button:hover { opacity: .7; }
.main-grid-row-action-button-disabled,
.main-grid-row-action-button-disabled:hover {
opacity: .1;
cursor: default;
}
/* Inputs */
.main-grid-cell-content-edit {
overflow: hidden;
box-sizing: border-box;
padding: 3px 10px;
max-width: 100%;
height: 38px;
border: 1px solid #b5bac0;
background: #fff;
color: #000;
vertical-align: top;
text-overflow: ellipsis;
font-size: 14px;
}
textarea.main-grid-cell-content-edit { height: auto; }
input[type="file"].main-grid-cell-content-edit { display: none; }
/* FOOTER Panel*/
.main-grid-panel-wrap {
border-top: 2px solid #eef2f4;
}
.main-grid-panel-table {
display: table;
width: 100%;
border-collapse: collapse;
-webkit-user-select: none;
user-select: none;
}
.main-grid-panel-table tr,
.main-grid-control-panel-table tr { height: 42px; }
.main-grid-panel-row {
display: table-row;
text-align: right;
}
.main-grid-panel-cell {
display: table-cell;
padding: 6px 13px 6px;
text-transform: uppercase;
font-size: 11px;
}
.main-grid-panel-cell.main-grid-cell-checkbox {
box-sizing: border-box;
padding-right: 5px;
padding-left: 0;
width: 55px;
text-align: center;
}
.main-grid-panel-content { white-space: nowrap; }
.main-grid-panel-content-title {
text-transform: uppercase;
font-size: 11px;
}
.main-grid-panel-content-text {
color: #000;
text-transform: uppercase;
font-size: 11px;
}
.main-grid-panel-counter {
padding-left: 19px;
min-width: 120px;
width: 1%;
}
.main-grid-panel-counter .main-grid-panel-counter-for-all,
.main-grid-panel-counter.main-grid-panel-counter-for-all-enable .main-grid-panel-counter-for-selected { display: none; }
.main-grid-panel-counter.main-grid-panel-counter-for-all-enable .main-grid-panel-counter-for-all { display: block; }
.main-grid-cell-left { text-align: left; }
.main-grid-cell-center { text-align: center; }
.main-grid-cell-right { text-align: right; }
.main-grid-cell-justify { text-align: justify; }
.main-grid-panel-select {
min-width: 130px;
height: 32px;
outline: none;
border: 1px solid #b5bac0;
border-radius: 1px;
background: #fff;
line-height: 32px;
}
/* Contorl panel */
.main-grid-control-panel-wrap {
position: relative;
}
.main-grid-control-panel-fade {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
background: #fff;
opacity: 0.55;
}
.main-grid-control-panel-table {
display: table;
border-collapse: collapse;
}
.main-grid-control-panel-row { display: table-row; }
.main-grid-control-panel-cell {
display: table-cell;
padding-right: 0;
padding-left: 11px;
height: 54px;
}
.main-grid-control-panel-cell.main-grid-control-panel-cell-checkbox { padding-left: 0; }
.main-grid-control-panel-checkbox-container {
position: relative;
top: 1px;
margin-top: 0;
width: 20px;
text-align: center;
}
.main-grid-control-panel-content { white-space: nowrap; }
.main-grid-control-panel-content-title {
color: #535c69;
vertical-align: middle;
text-transform: uppercase;
font-size: 11px;
line-height: 18px;
}
.main-grid-control-panel-content-title label {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
font-size: 12px;
margin-left: -2px;
position: relative;
top: -1px;
}
.main-grid-control-panel-content-text {
color: #000;
vertical-align: middle;
font-size: 14px;
line-height: 32px;
}
.main-grid-control-panel-action-icon {
display: inline-block;
margin: 0 4px;
width: 15px;
height: 15px;
background: url(images/sprite-interface.min.svg) no-repeat 0;
background-size: 15px auto;
vertical-align: middle;
line-height: 32px;
opacity: .7;
cursor: pointer;
}
.main-grid-control-panel-action-edit { background-position: 0 0; }
.main-grid-control-panel-action-remove { background-position: 0 -17px; }
.main-grid-control-panel-action-revert { background-position: 0 -34px; }
.main-grid-control-panel-action-icon:hover { opacity: 1; }
.main-grid-control-panel-action-icon.main-grid-control-panel-action-icon-disable {
opacity: .3;
cursor: not-allowed;
}
.main-grid-control-panel-btn { display: inline-block; }
.main-grid-control-panel-btn:hover { }
.main-grid-control-panel-btn:active { }
/* drag */
.main-grid-resize-button {
position: absolute;
top: 0;
right: -4px;
bottom: 0;
z-index: 10;
display: block;
width: 11px;
opacity: 0;
cursor: col-resize;
transition: opacity 200ms;
}
.main-grid-cell-head:nth-last-of-type(2) .main-grid-resize-button {
right: 0;
width: 3px;
}
.main-grid-cell-head:hover .main-grid-resize-button { opacity: 1; }
html:not(.bx-firefox) .main-grid-resize-button::after {
position: absolute;
top: 100%;
right: 4px;
z-index: 1;
display: inline-block;
width: 1px;
background: #eef2f4;
content: '';
opacity: 0;
transition: opacity 200ms;
}
.main-grid-resize-button::before {
position: absolute;
top: 50%;
right: 4px;
display: inline-block;
margin-top: -13px;
width: 1px;
height: 26px;
background: rgba(0, 0, 0, .1);
content: '';
font-size: 13px;
}
.main-grid-cell-head:nth-last-of-type(2) .main-grid-resize-button::before {
right: 0;
width: 1px;
}
html:not(.bx-firefox) .main-grid-cell-head:nth-last-of-type(2) .main-grid-resize-button::after { right: 1px; }
.main-grid-resize-button:hover::before,
.main-grid-resize-button:active::before {
background: rgba(0, 0, 0, .2);
opacity: 1;
}
html:not(.bx-firefox) .main-grid-resize-button:hover::after,
html:not(.bx-firefox) .main-grid-resize-button:active::after {
height: 50000px;
opacity: 1;
}
.main-grid-cell-last .main-grid-resize-button,
.main-grid-cell-head-drag .main-grid-resize-button { right: 0; }
.main-grid-cell-head-drag {
position: absolute;
top: 0;
z-index: 30;
}
.main-grid-cell-head-drag::after {
position: absolute;
top: 100%;
width: 100%;
height: 1000px;
background: rgba(0, 0, 0, .07);
content: "";
}
.main-grid-cell-head-drag .main-grid-cell-head-container {
z-index: 99;
background: rgba(35, 174, 225, 0.51);
}
.main-grid-border .main-grid-cell-head-ondrag .main-grid-cell-head-container,
.main-grid-border .main-grid-cell-head-drag .main-grid-cell-head-container { top: 1px; }
.main-grid-cell-head-ondrag .main-grid-cell-head-container,
.main-grid-triangle-top {
/*position:absolute;*/
top: 0;
z-index: 20;
transition: left 0.2s ease-out;
}
.main-grid-cell-head-ondrag.main-grid-cell-last .main-grid-cell-head-container { border-right-color: transparent; }
.main-grid-cell-head-drag-dest .main-grid-cell-head-container {
position: absolute;
top: 1px;
display: block;
width: 0;
border: none;
background: none;
}
.main-grid-cursor {
position: absolute;
top: 0;
bottom: 0;
z-index: 99;
width: 2px;
height: 100%;
background-color: rgba(0, 0, 0, .4);
}
.main-grid-cursor::before {
width: 4px;
height: 1px;
background: rgba(0, 0, 0, .4);
transform: rotate(-45deg);
}
/* MORE */
.main-grid-more {
position: relative;
text-align: center;
}
.main-grid-more-btn {
display: inline-block;
margin-top: 12px;
margin-bottom: 12px;
padding: 3px 44px;
border: 1px solid #c6cdd3;
border-radius: var(--ui-border-radius-pill, 2px);
color: #0b66c3;
vertical-align: middle;
text-align: center;
font-weight: normal;
font-size: 13px;
line-height: 34px;
cursor: pointer;
transition: background 200ms;
}
.main-grid-more-btn::after {
position: absolute;
right: 0;
top: 0;
left: 0;
display: block;
height: 2px;
background: #eef2f4;
content: '';
}
.main-grid-more-btn:hover { background: #f5f5f5; }
.main-grid-more-btn:active {
background: #f5f5f5;
box-shadow: inset 0 -4px 3px -5px rgba(0, 0, 0, .7);
}
.main-grid-more-btn.load {
padding-right: 36px;
background: #f5f5f5;
}
.main-grid-more-btn .main-grid-more-load-text,
.main-grid-more-btn.load .main-grid-more-text { display: none; }
.main-grid-more-btn.load .main-grid-more-load-text { display: inline-block; }
.main-grid-more-btn.load .main-grid-more-icon {
position: relative;
top: -2px;
display: inline-block;
margin: 0 5px;
width: 20px;
height: 20px;
background: url(images/loader.gif) 50% 50% no-repeat;
vertical-align: middle;
opacity: .6;
}
.main-grid-more-btn.load .main-grid-more-icon {
width: 20px;
height: 20px;
background: url(images/loader.png) no-repeat 0 0;
background-size: 100%;
transition: opacity 0.2s linear;
}
.main-grid-more-btn.load .main-grid-more-icon {
opacity: 1;
animation: grid-load 2s linear infinite;
}
@keyframes grid-load {
0% { transform: rotate(0deg) }
100% { transform: rotate(360deg) }
}
.main-grid-special-empty {
min-width: 0 !important;
cursor: default;
}
.main-grid-cell-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main-table-more-btn:hover .main-grid-more-icon { opacity: 1; }
/* ICON */
.bx-disk-folder-icon { }
.bx-disk-folder-icon.icon-shared_2 { }
.bx-file-icon-container-small.bx-disk-file-icon { }
.bx-file-icon-container-small.bx-disk-file-icon.icon-zip { }
.main-grid-disk-icon {
display: inline-block;
background: url(images/sprite-interface.min.svg) no-repeat center;
}
.main-grid-cell-content .main-grid-disk-icon {
position: relative;
top: -2px;
vertical-align: middle;
}
.main-grid-control-sort {
position: relative;
top: 0;
left: -18px;
display: inline-block;
visibility: hidden;
width: 14px;
height: 14px;
background: url(images/sprite-interface.min.svg) 3px -290px no-repeat;
}
.main-grid-control-sort-desc,
.main-grid-cell-head:hover .main-grid-control-sort-hover-desc,
.main-grid-cell-head:active .main-grid-control-sort-hover-desc { visibility: visible; }
.main-grid-control-sort-asc,
.main-grid-cell-head:hover .main-grid-control-sort-hover-asc,
.main-grid-cell-head:active .main-grid-control-sort-hover-asc {
visibility: visible;
background: url(images/sprite-interface.min.svg) 3px -291px no-repeat;
transform: rotate(180deg);
}
.main-grid-col-no-sortable .main-grid-control-sort-asc,
.main-grid-col-no-sortable.main-grid-cell-head:hover .main-grid-control-sort-hover-asc,
.main-grid-col-no-sortable.main-grid-cell-head:active .main-grid-control-sort-hover-asc,
.main-grid-col-no-sortable .main-grid-control-sort-desc,
.main-grid-col-no-sortable.main-grid-cell-head:hover .main-grid-control-sort-hover-desc,
.main-grid-col-no-sortable.main-grid-cell-head:active .main-grid-control-sort-hover-desc { visibility: hidden; }
.main-grid-cell-head.load .main-grid-control-sort {
visibility: visible;
background: url(images/loader.png) no-repeat 0 0;
background-size: 100%;
animation: grid-load 2s linear infinite;
}
label.main-grid-checkbox {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main-grid-head-checkbox-container label.main-grid-checkbox { display: none; }
.main-grid-row-checkbox[disabled] + .main-grid-checkbox {
opacity: .4;
pointer-events: none;
}
.main-grid-row-body .main-grid-row-checkbox {
width: 14px;
height: 14px;
}
.main-grid-row-body .main-grid-row-checkbox,
.main-grid-row-body .main-grid-row-checkbox + label {
pointer-events: none;
}
.main-grid-action-panel { border-top: 2px solid #eef2f4; }
.main-grid-nav-panel,
.main-grid-action-panel {
color: #5c6470;
}
.menu-popup-item { position: relative; }
.menu-popup-item.icon .menu-popup-item-icon { background: url(images/sprite-interface.min.svg) 999px 999px no-repeat; }
.menu-popup-item.icon.edit .menu-popup-item-icon { background-position: 50% -247px; }
.menu-popup-item.icon.add .menu-popup-item-icon {
background-position: 50% -277px;
transform: rotate(45deg);
}
.menu-popup-item.icon.remove .menu-popup-item-icon { background-position: 50% -277px; }
.menu-popup-item.icon.menu::after {
position: absolute;
top: 50%;
right: 10px;
display: inline-block;
margin-top: -3px;
width: 0;
height: 0;
border-width: 3px 0 3px 4px;
border-style: solid;
border-color: transparent transparent transparent #80868e;
content: '';
}
[id*="popup-window-content-menu-popup-main-grid-actions-menu"] .menu-popup-item-text,
[id*="menu-popup-main_grid_submenu"] .menu-popup-item-text { padding-right: 22px; }
.main-grid-hide { display: none; }
.main-grid-show { display: block; }
.main-grid-row-custom > .main-grid-cell {
padding-right: 16px;
padding-left: 16px;
}
.main-grid-row-custom:hover > .main-grid-cell { background: #fff !important; }
.main-grid-panel-control-container,
.main-grid-panel-hidden-control-container {
display: table-cell;
padding: 7px;
vertical-align: middle;
}
.main-grid-panel-hidden-control-container {
padding-left: 0;
padding-right: 0;
}
.main-grid-panel-control-container .main-grid-control-panel-btn {
margin-right: 0;
margin-left: 0;
}
.main-grid-editor-text,
.main-grid-editor-textarea {
box-sizing: border-box;
margin-left: -11px;
padding-left: 10px;
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
line-height: 35px;
}
.main-grid-editor.main-dropdown {
padding-left: 10px;
width: 100%;
text-transform: none;
font-weight: normal;
font-size: 15px;
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
line-height: 36px;
}
.main-grid-editor-money {
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
min-height: 39px;
color: #333;
white-space: nowrap;
background: #fff;
font: 400 14px/16px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
border: 1px solid #c6cdd3;
border-radius: 3px;
padding: 0 8px;
min-width: 50px;
overflow: hidden;
justify-content: flex-end;
}
.main-grid-editor-money-currency {
border: none;
margin: 0;
}
.main-grid-editor-money-price {
-moz-appearance: textfield;
text-align: right;
width: 100%;
background: #fff;
box-sizing: border-box;
position: relative;
padding: 3px 8px 2px;
height: 39px;
border: none;
border-radius: var(--ui-field-border-radius, 3px);
font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
color: #333;
min-width: 50px;
}
.main-grid-editor-money-price::-webkit-outer-spin-button,
.main-grid-editor-money-price::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.main-grid-editor-money-price::-ms-input-placeholder {
color: #121212;
}
.main-grid-editor-money-price::-webkit-input-placeholder {
color: #121212;
}
.main-grid-editor-money-price::-moz-placeholder {
color: #121212;
opacity: 1;
}
.main-grid-editor.main-grid-editor-money-currency {
cursor: pointer;
max-width: 36px;
width: auto;
height: 100%;
color: #80868E;
font-size: 13px;
display: flex;
align-items: center;
background: none;
padding: 0;
}
.main-grid-editor-money-currency .main-dropdown-inner {
white-space: nowrap;
overflow: hidden;
max-width: 100%;
display: inline-block;
border-bottom: 1px dashed #cbced1;
transition: border-color .2s linear;
margin: 1px 7px 0 0;
height: 18px;
line-height: 19px;
font-size: 14px;
text-overflow: clip;
}
.main-grid-editor-money-currency .main-dropdown-inner:hover {
border-color: #a7aaad;
}
.main-grid-editor-money-currency:before {
display: none;
}
.main-grid-cell-checkbox .main-grid-cell-head-container {
padding: 12px 0 10px;
}
.main-grid-cell-head-container .main-grid-checkbox.main-grid-row-checkbox.main-grid-check-all {
width: 14px;
height: 14px;
}
.main-grid-fixed-bar { overflow: hidden; }
.main-grid-fixed-top {
position: fixed;
top: 0;
z-index: 1;
box-shadow: 0 2px 8px -4px rgba(0, 0, 0, .4);
transition: none;
}
.main-grid-fixed-bottom {
position: fixed;
bottom: 0;
transform: translateY(100%);
box-shadow: 0 -2px 6px -4px rgba(0, 0, 0, .4);
background-color: #fff;
}
.main-grid-action-panel.main-grid-fixed-bottom { z-index: 80; }
.main-grid-action-panel .main-grid-panel-counter {
opacity: 0;
transition: opacity 200ms;
}
.main-grid-action-panel.main-grid-fixed-bottom .main-grid-panel-counter { opacity: 1; }
.main-grid-disable .main-grid-panel-control-container:not([id*="actallrows_"]) {
opacity: .5;
cursor: default;
pointer-events: none;
}
.main-grid-bottom-panels {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
background-color: #fff;
border-radius: var(--main-grid-bottom-border-radius);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.main-grid-bottom-panels::before {
display: table;
clear: both;
content: '';
}
.main-grid .main-grid-row.main-grid-row-empty > td.main-grid-cell {
background: rgba(255, 255, 255, .05);
vertical-align: middle;
line-height: 44px;
}
.main-grid .main-grid-row.main-grid-row-empty:hover > td.main-grid-cell {
background: rgba(255, 255, 255, .05);
}
.main-grid-full {
overflow: visible;
table-layout: auto;
}
.main-grid-action-panel .main-grid-panel-date,
.main-grid-action-panel .main-grid-panel-date .main-ui-date-input {
height: 40px;
line-height: 40px;
}
.main-grid-action-panel .main-grid-panel-date .main-ui-date-input { border: 1px solid #c6cdd3; }
.main-grid-action-panel .main-grid-panel-date .main-ui-date-button {
height: 32px;
background-position: 6px -231px;
}
.main-grid-action-panel .main-grid-panel-date .main-ui-control-value-delete { height: 32px; }
.main-grid-action-panel .main-grid-panel-date .main-ui-control-value-delete .main-ui-control-value-delete-item { top: 8px; }
.main-grid-buttons {
display: inline-block;
box-sizing: border-box;
padding: 0 18px;
height: 34px;
outline: none;
border: 1px solid #c6cdd3;
border-radius: var(--main-grid-buttons-border-radius, var(--ui-border-radius-2xs, 2px));
background: none;
color: #535c69;
vertical-align: middle;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
white-space: nowrap;
font-size: 12px;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-semi-bold, 600);
line-height: 34px;
cursor: pointer;
transition: background-color 0.2s linear, color 0.2s linear;
-webkit-font-smoothing: antialiased;
}
.main-grid-buttons:hover {
background: #cfd4d8;
color: #535c69;
}
.main-grid-action-panel:not(.main-grid-disable) .main-grid-buttons.save {
border: 1px transparent solid;
background: #bbed21;
box-shadow: none;
color: #535c69;
}
.main-grid-action-panel:not(.main-grid-disable) .main-grid-buttons.save:hover { background: #d2f95f; }
.main-grid-buttons.cancel {
border: 1px transparent solid;
background: #f1361b;
box-shadow: none;
color: #fff;
}
.main-grid-buttons.cancel:hover { background: #cc1a00; }
.main-grid-action-panel:not(.main-grid-disable) .main-grid-buttons.apply {
border: 1px transparent solid;
background: #3bc8f5;
box-shadow: none;
color: #fff;
}
.main-grid-action-panel:not(.main-grid-disable) .main-grid-buttons.apply:hover { background: #3fddff; }
.main-grid-disable .main-grid-buttons.apply {
background: none;
color: #535c69;
}
.main-grid-disable.main-grid-settings-window-actions-item-button {
opacity: .6;
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
.main-grid-buttons.icon {
position: relative;
padding: 4px;
width: 24px;
height: 24px;
border: none;
background: none;
box-shadow: none;
opacity: .8;
}
.main-grid-buttons.icon:hover { opacity: 1; }
.main-grid-buttons.icon::before {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
width: 16px;
height: 16px;
background: url(images/sprite-interface.min.svg) 0 0 no-repeat;
content: "";
}
.main-grid-buttons.icon.remove,
.main-grid-buttons.icon.edit {
padding-left: 24px;
width: auto;
line-height: normal;
}
.main-grid-buttons.icon.remove::before,
.main-grid-buttons.icon.edit::before { left: 12px; }
.main-grid-buttons.icon.remove::before { background-position: 1px -276px; }
.main-grid-buttons.icon.edit::before { background-position: 1px 0; }
.main-grid-control-panel-cell:first-child { padding-left: 6px; }
.grid-mode .workarea-content-paddings,
.grid-mode #workarea-content { padding: 0; }
.main-dropdown-item[data-pseudo="true"] { opacity: .6; }
.main-grid-confirm-content {
padding: 30px 40px;
min-width: 300px;
border-bottom: 1px rgba(0, 0, 0, .05) solid;
text-align: center;
}
.main-grid-settings-window {
position: relative;
overflow: hidden;
padding-right: 10px;
padding-left: 10px;
height: 0;
background: #fff;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-regular, 400);
opacity: 0;
}
.popup-window[id*="-grid-settings-window"] .popup-window-content .main-grid-settings-window {
overflow: auto;
height: auto;
opacity: 1;
}
.main-grid-settings-window-show {
animation: showGridSettings 200ms;
animation-fill-mode: both;
}
@keyframes showGridSettings {
100% {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 10px solid #eef2f4;
opacity: 1;
height: auto;
}
}
.main-grid-settings-window-footer {
position: absolute;
bottom: -48px;
z-index: 1;
}
.main-grid-settings-window-list {
position: relative;
padding-top: 8px;
padding-bottom: 16px;
min-height: 110px;
border-bottom: 1px rgba(0, 0, 0, .05) solid;
column-count: 4;
}
.main-grid-settings-window-list-label { padding-bottom: 5px; }
.main-grid-settings-window-list-item {
position: relative;
display: inline-block;
overflow: hidden;
width: 100%;
border-bottom: 1px #fff solid;
border-radius: var(--ui-border-radius-sm, 2px);
color: #525C69;
font: 14px/33px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
cursor: pointer;
-webkit-column-break-inside: avoid;
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-label:not([contenteditable="true"]) {
transition: background 200ms;
}
.main-grid-settings-window-list-item-checkbox {
position: absolute;
top: 10px;
margin: 0 7px;
vertical-align: middle;
}
.main-grid-settings-window-list-item-label {
display: block;
box-sizing: border-box;
padding: 6px 35px 6px 28px;
word-break: break-word;
min-height: 33px;
width: auto;
height: auto;
outline: none;
border: 1px transparent solid;
vertical-align: middle;
line-height: 19px;
cursor: pointer;
transition: border 200ms;
border-radius: 2px;
}
.main-grid-settings-window-list-item-label[contenteditable="true"] { border: 1px rgba(59, 153, 252, .6) solid; }
.main-grid-settings-window-list-item-checkbox:checked + .main-grid-settings-window-list-item-label,
.main-grid-settings-window-list-item:hover .main-grid-settings-window-list-item-label:not([contenteditable="true"]) {
background: #B3EAFC;
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-edit-button {
position: absolute;
top: 0;
right: 24px;
z-index: 2;
width: 20px;
height: 31px;
opacity: 0;
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-edit-button::before {
position: relative;
top: 2px;
left: -5px;
z-index: 1;
display: inline-block;
width: 20px;
height: 31px;
background: url(images/main-ui-filter.svg) 3px -44px no-repeat;
content: '';
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-edit-button::after {
position: absolute;
top: 5px;
left: -10px;
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background: transparent;
content: '';
transition: background 200ms, opacity 200ms ease;
}
.main-grid-settings-window-list-item:hover .main-grid-settings-window-list-item-edit-button { opacity: .8; }
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-edit-button:hover,
.main-grid-settings-window-list-item-label[contenteditable="true"] + .main-grid-settings-window-list-item-edit-button { opacity: 1; }
.main-grid-settings-window-list-item-label[contenteditable="true"] + .main-grid-settings-window-list-item-edit-button::after { background: #bbed21; }
.main-grid-settings-window-list-item-label[contenteditable="true"] + .main-grid-settings-window-list-item-edit-button:hover::after { background: #d2f95f; }
.main-grid-settings-window-list-item-edit-input {
position: absolute;
top: 5px;
left: 28px;
display: none;
margin-left: 0;
padding-left: 0;
width: calc(100% - 50px);
height: 19px;
border: none;
background: none;
color: #80868e;
font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
line-height: 19px;
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-sticky-button {
position: absolute;
top: 5px;
right: 0;
width: 24px;
height: 24px;
opacity: 0;
}
.main-grid-settings-window-list-item .main-grid-settings-window-list-item-sticky-button::after {
display: block;
width: 24px;
height: 24px;
background: transparent no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cpath%20fill%3D%22%23535C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.466%202.964L8.73.23C8.535.03%208.25-.046%207.98.025c-.267.07-.476.28-.55.547-.07.267.004.553.2.75l.56.558L3.8%205.157l-.55-.55c-.303-.304-.794-.306-1.098-.004-.304.302-.306.793-.004%201.097l1.677%201.676-3.092%203.3c-.076.077-.076.2%200%20.277.076.076.2.076.276%200l3.3-3.102%201.674%201.675c.304.304.797.304%201.1%200%20.305-.304.305-.797%200-1.1l-.55-.55%203.274-4.39.565.563c.303.28.772.27%201.065-.02.293-.29.305-.76.028-1.064z%22/%3E%3C/svg%3E);
content: '';
}
.main-grid-settings-window-list-item:hover .main-grid-settings-window-list-item-sticky-button { opacity: .8; }
.main-grid-settings-window-list-item.main-grid-settings-window-list-item-sticked .main-grid-settings-window-list-item-sticky-button { opacity: 1; }
.main-grid-settings-window-list-item.main-grid-settings-window-list-item-sticked .main-grid-settings-window-list-item-sticky-button::after {
transform: rotate(-45deg);
transform-origin: center;
}
.main-grid-settings-window-list-item-checkbox:not(:checked) ~ .main-grid-settings-window-list-item-sticky-button { display: none; }
.main-grid-settings-window-list-item-checkbox:not(:checked) ~ .main-grid-settings-window-list-item-edit-button { right: 0; }
.main-grid-settings-window-list-item-edit .main-grid-settings-window-list-item-edit-input {
z-index: 1;
display: block;
}
.main-grid-settings-window-list-item-edit .main-grid-settings-window-list-item-edit-button { opacity: .8; }
.main-grid-settings-window-list-item-edit .main-grid-settings-window-list-item-label { color: transparent; }
.main-grid-settings-window-actions {
padding-top: 19px;
color: #80868e;
font-size: 12px;
}
.main-grid-settings-window-actions-item {
position: relative;
margin-right: 60px;
cursor: pointer;
transition: 200ms;
}
.main-grid-settings-window-actions-item:hover { color: #000; }
.main-grid-settings-window-actions-item-close { padding-left: 13px; }
.main-grid-settings-window-actions-item-close::before {
position: absolute;
top: 2px;
left: 0;
display: inline-block;
width: 12px;
height: 12px;
background-image: url(images/main-ui-filter.svg);
background-position: 2px -4px;
background-size: 130%;
content: '';
opacity: .4;
transition: all 200ms;
}
.main-grid-settings-window-actions-item-close:hover::before { opacity: 1; }
.main-grid-settings-window-list-item-checked .main-grid-settings-window-list-item-label::before {
background: url(images/main-ui-filter.svg?1) 0 -369px no-repeat;
}
.main-grid-settings-window-actions-item-button {
display: inline-block;
color: #535c69;
vertical-align: middle;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-bold, 700);
cursor: pointer;
}
.main-grid-settings-window-actions-item-reset {
position: relative;
padding-left: 13px;
max-width: 180px;
border-bottom: 0;
text-align: left;
text-transform: none;
white-space: normal;
font-size: 12px;
opacity: .4;
transition: opacity .3s;
}
.main-grid-settings-window-actions-item-reset::before {
position: absolute;
top: 4px;
left: 0;
display: inline-block;
width: 10px;
height: 10px;
background: no-repeat 0 -22px url(images/sprite-interface.min.svg);
background-size: 100%;
content: '';
transition: all 200ms;
}
.main-grid-settings-window-actions-item-reset:hover { opacity: 1; }
.main-grid-settings-window-for-all {
margin-left: 10px;
border-bottom: 0;
vertical-align: top;
text-transform: none;
font-size: 12px;
}
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-label {
padding-left: 1px;
max-width: 180px;
vertical-align: top;
text-align: left;
}
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-checkbox,
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-label {
display: inline-block;
margin-right: 1px;
vertical-align: middle;
opacity: .4;
cursor: pointer;
transition: opacity .3s;
}
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-checkbox:hover,
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-label:hover { opacity: .6; }
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-checkbox:checked,
.main-grid-settings-window-for-all .main-grid-settings-window-for-all-checkbox:checked + .main-grid-settings-window-for-all-label { opacity: 1; }
/* NO INFO BLOCK */
.main-grid-empty-block {
display: flex;
box-sizing: border-box;
padding: 30px;
transform: translate3d(0px, 0px, 0);
}
.main-adm-panel-mini-grid-state .main-grid-empty-block { height: calc(100vh - 329px); }
.main-adm-panel-full-grid-state .main-grid-empty-block { height: calc(100vh - 438px); }
.main-grid-empty-inner {
display: flex;
flex-direction: column;
margin: auto;
}
.main-grid-empty-image {
margin: auto auto 40px auto;
width: 87px;
height: 111px;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2087%20111%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23535c69%3B%20fill-rule%3A%20evenodd%3B%20opacity%3A%200.12%3B%20%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M86.93%2025.17l.018-.018L61.884.032l-.03.03v-.05H.012v111h86.8v-.008h.17V31.988h.034v-6.82h-.085zM61.84%209.63l15.504%2015.54H61.84V9.63zm18.336%2094.564H6.816V6.83h48.222v18.34h-.02v6.818h25.16v72.206zM56.91%2044.814L44.43%2057.32%2031.95%2044.812%2026.576%2050.2l12.48%2012.508-12.48%2012.507%205.376%205.388L44.43%2068.1l12.48%2012.508%205.377-5.388-12.48-12.508L62.288%2050.2z%22/%3E%3C/svg%3E');
background-repeat: no-repeat;
}
.main-grid-empty-text {
color: #c6c8cc;
font: 32px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}
/* END OF NO INFO BLOCK */
.main-grid-ear {
position: absolute;
z-index: 20;
margin-bottom: -80px;
width: 50px;
height: 160px;
opacity: 0;
transition: opacity 200ms ease, margin 200ms ease, height 200ms ease;
transform: translate3d(0px, 48px, 0);
will-change: transform;
}
.main-grid-ear.show { opacity: .6; }
.main-grid-ear:hover { opacity: .8; }
.main-grid-ear-left {
left: 0;
margin-left: -50px;
background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E') center left no-repeat;
}
.main-grid-ear-left.show { margin-left: 0; }
.main-grid-ear-right {
right: 0;
left: auto;
margin-right: -50px;
background: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A') center right no-repeat;
}
.main-grid-ear-right.show { margin-right: 0; }
.main-grid-show-popup-animation {
animation: popupShowAnimation 200ms;
animation-fill-mode: both;
}
.main-grid-close-popup-animation {
animation: popupCloseAnimation 200ms;
animation-fill-mode: both;
}
.main-grid-cell-plus {
min-width: 22px;
max-width: 22px;
width: 22px;
-webkit-user-select: none;
user-select: none;
}
.main-grid-minus-button,
.main-grid-plus-button {
position: relative;
display: inline-block;
margin: 0 0 0 -7px;
width: 22px;
height: 17px;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.main-grid-row-custom .main-grid-minus-button,
.main-grid-row-custom .main-grid-plus-button {
position: absolute;
top: 16px;
left: 12px;
z-index: 1;
float: left;
}
.main-grid-row-custom .main-grid-minus-button + .main-grid-cell-content,
.main-grid-row-custom .main-grid-plus-button + .main-grid-cell-content { margin-left: 34px; }
.main-grid-row-custom .main-grid-minus-button + .main-grid-cell-content .tasks-grid-wrapper,
.main-grid-row-custom .main-grid-plus-button + .main-grid-cell-content .tasks-grid-wrapper {
margin: -16px -50px;
padding: 0 29px;
}
.main-grid-row-expand .main-grid-plus-button { opacity: .7; }
.main-grid-row-expand .main-grid-plus-button:hover { opacity: 1; }
.main-grid-plus-button:before {
display: inline-block;
width: 22px;
height: 14px;
background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525C69%22%20opacity%3D%22.234%22/%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%2380868E%22%20d%3D%22M8%2C6%20L8%2C4%20L6%2C4%20L6%2C6%20L4%2C6%20L4%2C8.01443104%20L6%2C8.01443104%20L6%2C10%20L8%2C10%20L8%2C8.01443104%20L10%2C8.01443104%20L10%2C6%20L8%2C6%20Z%22%20opacity%3D%22.7%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A') center center no-repeat;
content: '';
}
.main-grid-row-expand .main-grid-plus-button:before {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20stroke%3D%22%23525C69%22%20opacity%3D%22.234%22/%3E%0A%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%222%22%20x%3D%224%22%20y%3D%226%22%20fill%3D%22%23A6AAAF%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A');
content: '';
}
.main-grid-minus-button:hover:before { opacity: 1; }
.main-grid-row-body { transition: opacity, border 200ms; }
.main-grid-cell-no-border { border-bottom: none; }
.main-grid-load-row { opacity: .6; }
.main-grid-load-row td { border-color: rgba(0, 0, 0, .1); }
/* LOADER */
.main-grid-loader-container {
position: absolute;
top: 0;
left: 50%;
z-index: 1;
display: none;
visibility: hidden;
margin-left: -55px;
width: 110px;
height: 110px;
opacity: 0;
pointer-events: none;
}
.main-grid-loader-circular {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
margin-top: -55px;
width: 110px;
height: 110px;
transform-origin: center;
animation: rotate 2s linear infinite;
}
.main-grid-loader-path {
animation: dash 1.5s ease-in-out infinite;
stroke: #bfc3c8;
stroke-width: 1.5;
stroke-dasharray: 20, 200;
stroke-dashoffset: 0;
stroke-linecap: round;
}
.main-grid-settings-window-search-wrapper{
margin-bottom: 15px;
}
.main-grid-settings-window-search-section-item{
margin-top: 10px;
display: inline-block;
margin-right: 20px;
cursor: pointer;
transition: all 1000ms;
}
.main-grid-settings-window-search-section-item-icon{
display: block;
position: relative;
margin: 0 auto;
padding: 10px;
transition: background 200ms ease;
box-sizing: border-box;
border: 2px solid #c6cdd3;
border-radius: 4px;
}
.main-grid-settings-window-search-section-item-icon-active{
border-color: #2FC6F6;
}
.main-grid-settings-window-search-section-item-icon-active::before{
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGZpbHRlciBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgaWQ9ImEiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xMTM3MjU0OSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MF9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MF9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwXzEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC45OTkgNWgyLjAwMnEuMTQ3IDAgLjI5NC4wMDd0LjI5NC4wMjJxLjE0Ny4wMTQuMjkyLjAzNi4xNDYuMDIyLjI5LjA1LjE0NS4wMjkuMjg4LjA2NS4xNDIuMDM2LjI4My4wNzguMTQxLjA0My4yOC4wOTMuMTM5LjA1LjI3NS4xMDYuMTM2LjA1Ni4yNjkuMTE5dC4yNjMuMTMycS4xMy4wNy4yNTYuMTQ1LjEyNi4wNzYuMjQ5LjE1OC4xMjIuMDgyLjI0LjE3LjExOS4wODcuMjMzLjE4LjExNC4wOTQuMjIzLjE5M3QuMjEzLjIwM3EuMTA0LjEwNC4yMDMuMjEzLjA5OS4xMS4xOTIuMjIzLjA5NC4xMTQuMTgxLjIzMi4wODguMTE5LjE3LjI0MS4wODIuMTIzLjE1Ny4yNDkuMDc2LjEyNi4xNDYuMjU2LjA3LjEzLjEzMi4yNjMuMDYzLjEzMy4xMi4yNy4wNTYuMTM1LjEwNS4yNzQuMDUuMTM5LjA5My4yOC4wNDIuMTQuMDc4LjI4My4wMzYuMTQzLjA2NS4yODguMDI4LjE0NC4wNS4yOS4wMjIuMTQ1LjAzNi4yOTIuMDE0LjE0Ny4wMjIuMjk0LjAwNy4xNDcuMDA3LjI5NHYxLjAwMnEwIC4xNDctLjAwNy4yOTQtLjAwOC4xNDctLjAyMi4yOTQtLjAxNC4xNDctLjAzNi4yOTItLjAyMi4xNDYtLjA1LjI5LS4wMjkuMTQ1LS4wNjUuMjg4LS4wMzYuMTQyLS4wNzguMjgzLS4wNDMuMTQxLS4wOTMuMjgtLjA1LjEzOS0uMTA2LjI3NS0uMDU2LjEzNi0uMTE5LjI2OXQtLjEzMi4yNjNxLS4wNy4xMy0uMTQ2LjI1Ni0uMDc1LjEyNi0uMTU3LjI0OS0uMDgyLjEyMi0uMTcuMjQtLjA4Ny4xMTktLjE4LjIzMy0uMDk0LjExNC0uMTkzLjIyM3QtLjIwMy4yMTNxLS4xMDQuMTA0LS4yMTMuMjAzLS4xMS4wOTktLjIyMy4xOTItLjExNC4wOTQtLjIzMi4xODEtLjExOS4wODgtLjI0MS4xNy0uMTIzLjA4Mi0uMjQ5LjE1OC0uMTI2LjA3NS0uMjU2LjE0NS0uMTMuMDctLjI2My4xMzItLjEzMy4wNjMtLjI3LjEyLS4xMzUuMDU2LS4yNzQuMTA1LS4xMzkuMDUtLjI4LjA5My0uMTQuMDQyLS4yODMuMDc4LS4xNDMuMDM2LS4yODguMDY1LS4xNDQuMDI4LS4yOS4wNS0uMTQ1LjAyMi0uMjkyLjAzNi0uMTQ3LjAxNC0uMjk0LjAyMi0uMTQ3LjAwNy0uMjk0LjAwN2gtMi4wMDJxLS4xNDcgMC0uMjk0LS4wMDctLjE0Ny0uMDA4LS4yOTQtLjAyMi0uMTQ3LS4wMTQtLjI5Mi0uMDM2LS4xNDYtLjAyMi0uMjktLjA1LS4xNDUtLjAyOS0uMjg4LS4wNjUtLjE0Mi0uMDM2LS4yODMtLjA3OC0uMTQxLS4wNDMtLjI4LS4wOTMtLjEzOS0uMDUtLjI3NS0uMTA2LS4xMzYtLjA1Ni0uMjY5LS4xMTl0LS4yNjMtLjEzMnEtLjEzLS4wNy0uMjU2LS4xNDYtLjEyNi0uMDc1LS4yNDktLjE1Ny0uMTIyLS4wODItLjI0LS4xNy0uMTE5LS4wODctLjIzMy0uMTgtLjExNC0uMDk0LS4yMjMtLjE5M3QtLjIxMy0uMjAzcS0uMTA0LS4xMDQtLjIwMy0uMjEzLS4wOTktLjExLS4xOTItLjIyMy0uMDk0LS4xMTQtLjE4MS0uMjMyLS4wODgtLjExOS0uMTctLjI0MS0uMDgyLS4xMjMtLjE1OC0uMjQ5LS4wNzUtLjEyNi0uMTQ1LS4yNTYtLjA3LS4xMy0uMTMyLS4yNjMtLjA2My0uMTMzLS4xMi0uMjctLjA1Ni0uMTM1LS4xMDUtLjI3NC0uMDUtLjEzOS0uMDkzLS4yOC0uMDQyLS4xNC0uMDc4LS4yODMtLjAzNi0uMTQzLS4wNjUtLjI4OC0uMDI4LS4xNDQtLjA1LS4yOS0uMDIyLS4xNDUtLjAzNi0uMjkyLS4wMTUtLjE0Ny0uMDIyLS4yOTRRNSAxMi4xNDggNSAxMi4wMDF2LTEuMDAycTAtLjE0Ny4wMDctLjI5NHQuMDIyLS4yOTRxLjAxNC0uMTQ3LjAzNi0uMjkyLjAyMi0uMTQ2LjA1LS4yOS4wMjktLjE0NS4wNjUtLjI4OC4wMzYtLjE0Mi4wNzgtLjI4My4wNDMtLjE0MS4wOTMtLjI4LjA1LS4xMzkuMTA2LS4yNzUuMDU2LS4xMzYuMTE5LS4yNjl0LjEzMi0uMjYzcS4wNy0uMTMuMTQ1LS4yNTYuMDc2LS4xMjYuMTU4LS4yNDkuMDgyLS4xMjIuMTctLjI0LjA4Ny0uMTE5LjE4LS4yMzMuMDk0LS4xMTQuMTkzLS4yMjN0LjIwMy0uMjEzcS4xMDQtLjEwNC4yMTMtLjIwMy4xMS0uMDk5LjIyMy0uMTkyLjExNC0uMDk0LjIzMi0uMTgxLjExOS0uMDg4LjI0MS0uMTcuMTIzLS4wODIuMjQ5LS4xNTguMTI2LS4wNzUuMjU2LS4xNDUuMTMtLjA3LjI2My0uMTMyLjEzMy0uMDYzLjI3LS4xMi4xMzUtLjA1Ni4yNzQtLjEwNS4xMzktLjA1LjI4LS4wOTMuMTQtLjA0Mi4yODMtLjA3OC4xNDMtLjAzNi4yODgtLjA2NS4xNDQtLjAyOC4yOS0uMDUuMTQ1LS4wMjIuMjkyLS4wMzYuMTQ3LS4wMTUuMjk0LS4wMjIuMTQ3LS4wMDcuMjk0LS4wMDd6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTkuOTk5IDBoLjAwMnEuMjQ1IDAgLjQ5LjAxMi4yNDYuMDEyLjQ5LjAzNi4yNDQuMDI0LjQ4Ny4wNnQuNDg0LjA4NHEuMjQuMDQ4LjQ3OS4xMDguMjM4LjA2LjQ3My4xMy4yMzQuMDcyLjQ2Ni4xNTUuMjMuMDgyLjQ1Ny4xNzYuMjI3LjA5NC40NS4xOTkuMjIxLjEwNS40MzguMjIuMjE2LjExNi40MjcuMjQzLjIxLjEyNi40MTQuMjYyLjIwNC4xMzcuNDAxLjI4My4xOTguMTQ2LjM4Ny4zMDIuMTkuMTU1LjM3Mi4zMnQuMzU1LjMzOXEuMTc0LjE3My4zMzkuMzU1LjE2NS4xODIuMzIuMzcyLjE1Ni4xOS4zMDIuMzg3dC4yODMuNHEuMTM2LjIwNS4yNjIuNDE1LjEyNy4yMTEuMjQyLjQyOC4xMTYuMjE2LjIyMS40Mzh0LjE5OS40NDlxLjA5NC4yMjYuMTc3LjQ1Ny4wODIuMjMyLjE1My40NjYuMDcyLjIzNS4xMzEuNDczLjA2LjIzOS4xMDguNDguMDQ4LjI0LjA4NC40ODMuMDM2LjI0My4wNi40ODd0LjAzNi40OXEuMDEyLjI0NS4wMTIuNDl2LjAwMnEwIC4yNDUtLjAxMi40OS0uMDEyLjI0Ni0uMDM2LjQ5LS4wMjQuMjQ0LS4wNi40ODd0LS4wODQuNDg0cS0uMDQ4LjI0LS4xMDguNDc5LS4wNi4yMzgtLjEzLjQ3My0uMDcyLjIzNC0uMTU0LjQ2Ni0uMDgzLjIzLS4xNzcuNDU3LS4wOTQuMjI3LS4xOTkuNDUtLjEwNS4yMjEtLjIyLjQzOC0uMTE2LjIxNi0uMjQzLjQyNy0uMTI2LjIxLS4yNjIuNDE0LS4xMzcuMjA0LS4yODMuNDAxLS4xNDYuMTk4LS4zMDIuMzg3LS4xNTUuMTktLjMyLjM3MnQtLjMzOS4zNTVxLS4xNzMuMTc0LS4zNTUuMzM5LS4xODIuMTY1LS4zNzIuMzItLjE5LjE1Ni0uMzg3LjMwMnQtLjQuMjgzcS0uMjA1LjEzNi0uNDE1LjI2Mi0uMjExLjEyNy0uNDI4LjI0Mi0uMjE2LjExNi0uNDM4LjIyMXQtLjQ0OS4xOTlxLS4yMjYuMDk0LS40NTcuMTc3LS4yMzIuMDgyLS40NjYuMTUzLS4yMzUuMDcyLS40NzMuMTMxLS4yMzguMDYtLjQ4LjEwOC0uMjQuMDQ4LS40ODMuMDg0LS4yNDMuMDM2LS40ODcuMDZ0LS40OS4wMzZxLS4yNDUuMDEyLS40OS4wMTJoLS4wMDJxLS4yNDUgMC0uNDktLjAxMi0uMjQ2LS4wMTItLjQ5LS4wMzYtLjI0NC0uMDI0LS40ODctLjA2dC0uNDg0LS4wODRxLS4yNC0uMDQ4LS40NzktLjEwOC0uMjM4LS4wNi0uNDczLS4xMy0uMjM0LS4wNzItLjQ2Ni0uMTU0LS4yMy0uMDgzLS40NTctLjE3Ny0uMjI3LS4wOTQtLjQ1LS4xOTktLjIyMS0uMTA1LS40MzgtLjIyLS4yMTYtLjExNi0uNDI3LS4yNDMtLjIxLS4xMjYtLjQxNC0uMjYyLS4yMDQtLjEzNy0uNDAxLS4yODMtLjE5OC0uMTQ2LS4zODctLjMwMi0uMTktLjE1NS0uMzcyLS4zMnQtLjM1NS0uMzM5cS0uMTc0LS4xNzMtLjMzOS0uMzU1LS4xNjUtLjE4Mi0uMzItLjM3Mi0uMTU2LS4xOS0uMzAyLS4zODd0LS4yODMtLjRxLS4xMzYtLjIwNS0uMjYyLS40MTUtLjEyNy0uMjExLS4yNDItLjQyOC0uMTE2LS4yMTYtLjIyMS0uNDM4dC0uMTk5LS40NDlxLS4wOTQtLjIyNi0uMTc2LS40NTctLjA4My0uMjMyLS4xNTQtLjQ2Ni0uMDcyLS4yMzUtLjEzMS0uNDczLS4wNi0uMjM4LS4xMDgtLjQ4LS4wNDgtLjI0LS4wODQtLjQ4My0uMDM2LS4yNDMtLjA2LS40ODd0LS4wMzYtLjQ5UTAgMTAuMjQ3IDAgMTAuMDAydi0uMDAycTAtLjI0NS4wMTItLjQ5LjAxMi0uMjQ2LjAzNi0uNDkuMDI0LS4yNDQuMDYtLjQ4N3QuMDg0LS40ODRRLjI0IDcuODA4LjMgNy41N3EuMDYtLjIzOC4xMy0uNDczLjA3Mi0uMjM0LjE1NS0uNDY2LjA4Mi0uMjMuMTc2LS40NTcuMDk0LS4yMjcuMTk5LS40NS4xMDUtLjIyMS4yMi0uNDM4LjExNi0uMjE2LjI0My0uNDI3LjEyNi0uMjEuMjYyLS40MTQuMTM3LS4yMDQuMjgzLS40MDEuMTQ2LS4xOTguMzAyLS4zODcuMTU1LS4xOS4zMi0uMzcydC4zMzktLjM1NXEuMTczLS4xNzQuMzU1LS4zMzkuMTgyLS4xNjUuMzcyLS4zMi4xOS0uMTU2LjM4Ny0uMzAydC40LS4yODNxLjIwNS0uMTM2LjQxNS0uMjYyLjIxMS0uMTI3LjQyOC0uMjQyLjIxNi0uMTE2LjQzOC0uMjIxdC40NDktLjE5OXEuMjI2LS4wOTQuNDU3LS4xNzYuMjMyLS4wODMuNDY2LS4xNTRRNy4zMzEuMzU5IDcuNTcuM3EuMjM5LS4wNi40OC0uMTA4LjI0LS4wNDguNDgzLS4wODQuMjQzLS4wMzYuNDg3LS4wNnQuNDktLjAzNlE5Ljc1MyAwIDkuOTk4IDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSIjMDBCMEU4IiBmaWx0ZXI9InVybCgjYSkiLz48cGF0aCBkPSJNMTAuMDA1IDEyLjEzNmw1LjI4Mi01LjIxNCAxLjU5OCAxLjYwNy02Ljg1NSA2Ljc5Ni0uMDI1LS4wMjUtLjAyNS4wMjUtNC4xOTMtNC4wNTlMNy4zODUgOS42NmwyLjYyIDIuNDc3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=") center no-repeat;
position: absolute;
content: '';
bottom: 14px;
top: -12px;
right: -13px;
width: 28px;
height: 28px;
}
.main-grid-settings-window-search-section-item-icon>div{
max-width: 300px;
max-height: 17px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.main-grid-settings-window-search-input-wrapper{
justify-content: flex-end;
margin-top: 10px;
}
.main-grid-settings-window-section-title{
color: #56616c;
font-family: 8px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-regular, 400);
font-size: 18px;
line-height: 25px;
border-bottom: 2px rgba(0, 0, 0, .05) solid;
margin-bottom: 10px;
padding-bottom: 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.main-grid-settings-window-section-title+.main-grid-settings-window-list{
border-bottom: none;
}
.main-grid-settings-window-list-item-visible{
animation: showGridSearchSectionItem 300ms both;
}
.main-grid-settings-window-list-item-hidden{
animation: hideGridSearchSectionItem 300ms both;
}
@keyframes hideGridSearchSectionItem {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes showGridSearchSectionItem {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.main-grid-settings-window-select-link {
margin-right: 20px;
border-bottom: 1px rgba(128, 134, 142, .35) dashed;
color: #80868e;
opacity: .8;
cursor: pointer;
transition: opacity 200ms;
}
.main-grid-settings-window-select-link:hover { opacity: 1; }
.main-grid-settings-window-select-link:active { opacity: .6; }
.main-grid-cell-drag,
.main-grid-cell-drag .main-grid-cell-head-container,
.main-grid-cell-drag .main-grid-cell-content {
min-width: 10px;
min-height: 20px;
width: 1%;
}
.main-grid-cell-drag .main-grid-cell-head-container { padding: 0; }
.main-grid-cell-drag .main-grid-cell-content {
margin-right: 5px;
margin-left: 6px;
background: url(images/drag.svg) 50% 50% no-repeat;
opacity: 0;
cursor: move;
transition: opacity 200ms ease;
}
.main-grid-row-body:hover .main-grid-cell-drag .main-grid-cell-content,
.main-grid-table-fake .main-grid-cell-content { opacity: 1; }
.main-grid-cell-drag .main-grid-cell-content,
.main-grid-cell-action .main-grid-cell-content { top: -1px; }
.main-grid-cell-drag .main-grid-cell-content { top: -2px; }
.main-grid-cell-checkbox:first-child .main-grid-cell-content,
.main-grid-cell-checkbox:first-child .main-grid-cell-head-container {
padding-left: 11px;
}
.main-grid-fake-container {
z-index: 99;
transform: translateZ(0);
}
.main-grid-error {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
padding-top: 14px;
padding-left: 24px;
background: rgba(205, 92, 92, .9);
color: #fff;
opacity: 0;
transition: opacity 200ms;
transform: translateZ(0);
}
.main-grid-error.main-grid-error-show { opacity: 1; }
.main-grid-messages {
padding-bottom: 20px;
border-bottom: 1px rgba(0, 0, 0, .05) solid;
}
.main-grid-message {
margin-bottom: 14px;
padding: 10px;
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}
.main-grid-message:last-child { margin-bottom: 0; }
.main-grid-message-title { font-weight: var(--ui-font-weight-bold); }
.main-grid-message.main-grid-message-message { }
.main-grid-message.main-grid-message-error {
background: rgb(251, 229, 232);
color: rgb(210, 0, 32);
}
.main-grid-message.main-grid-message-warning {
background: rgb(248, 244, 193);
color: rgb(145, 112, 45);
}
.main-grid-message.main-grid-message-info {
background: rgb(224, 243, 249);
color: rgb(30, 146, 191);
}
.main-grid-message.main-grid-message-success {
background: rgb(233, 247, 218);
color: rgb(111, 145, 42);
}
.main-grid-cell-head.main-grid-cell-static.main-grid-cell-drag {
min-width: 21px;
max-width: 21px;
}
.main-grid-cell-head.main-grid-cell-static.main-grid-cell-checkbox {
width: 31px;
cursor: auto;
}
.main-grid-cell-head.main-grid-cell-static.main-grid-cell-checkbox .main-grid-cell-head-container {
min-width: 31px;
}
.main-grid-cell-head.main-grid-cell-static.main-grid-cell-action { width: 36px; }
.main-grid-settings-window-buttons-wrapper,
.main-grid-settings-window-select-links{
position: absolute;
top: 30px;
}
.main-grid-settings-window-buttons-wrapper {
left: 0;
}
.main-grid-settings-window-select-links{
right:0;
}
@keyframes rotate {
100% { transform: rotate(360deg); }
}
@keyframes dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
.main-grid-show-loader {
animation: showLoader .5s linear forwards;
}
.main-grid-hide-loader {
animation: hideLoader .5s linear forwards;
}
.main-grid-load-animation {
display: table !important;
animation: main-grid-load 10ms;
}
@keyframes main-grid-load {
0% { visibility: hidden; }
100% { visibility: visible; }
}
@keyframes showLoader {
0% { opacity: 0; }
50% { opacity: 0; }
100% {
opacity: 1;
visibility: visible;
}
}
@keyframes hideLoader {
0% {
opacity: 1;
visibility: visible;
}
50% { opacity: 1; }
99.999% { visibility: visible; }
100% {
opacity: 0;
visibility: hidden;
}
}
/* END OF LOADER */
@keyframes popupShowAnimation {
0% {
opacity: 0;
transform: translate3d(0, 5px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0px, 0);
}
}
@keyframes popupCloseAnimation {
0% {
opacity: 1;
transform: translate3d(0, 0px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 25px, 0);
}
}
.main-grid-popup-window-buttons-wrapper {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 9999;
box-sizing: border-box;
margin-right: -10px;
margin-bottom: -10px;
margin-left: -10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
background: #fff;
box-shadow: 0 -2px 9px -2px rgba(0, 0, 0, .5);
}
.main-grid-fixed-column {
position: absolute !important;
left: 0;
z-index: 1;
}
.main-grid-fixed-column + * > * { opacity: 0; }
.main-grid-reset-right { right: 0 !important; }
.main-grid-image-editor {
display: flex;
}
.main-grid-image-editor-left {
padding-right: 10px;
}
.main-grid-image-editor-preview {
max-width: 100px;
}
.main-grid-image-editor-file-input {
display: none;
}
.main-grid-image-editor-right {
display: flex;
flex-direction: column;
align-items: start;
}
.main-grid-image-editor-right .ui-btn {
margin-left: 0;
margin-bottom: 10px;
}
.main-grid-cell-checkbox .main-grid-cell-content {
position: relative;
}
.main-grid-cell-checkbox .main-grid-cell-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 111;
}
.main-dropdown-active .menu-popup-items,
.popup-window[id*="grid_page_size_menu"] .menu-popup-items {
overflow: hidden;
}
.main-dropdown-active .menu-popup-items .menu-popup-item,
.main-dropdown-item-not-selected,
.main-dropdown-item-selected {
padding-right: 20px;
}
.main-ui-grid-row-editor-actions-panel {
background-color: #ffffff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-left: 20px;
padding-top: 9px;
}
.main-grid-head-title .ui-hint {
height: 13px;
width: 13px;
line-height: 13px;
}
.main-grid-head-title .ui-hint-icon {
margin: 0;
vertical-align: bottom;
}
.main-ui-grid-show-new-row {
animation: showNewRow 900ms ease;
z-index: 9999;
}
.main-ui-grid-show-new-row td:not([style*="background-color"]) {
animation: showNewRowTd 900ms ease;
}
@keyframes showNewRow {
0% {
opacity: .2;
transform: translateY(-10px);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
}
60% {
transform: translateY(-10px);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
opacity: 1;
}
100% {
transform: translateY(0);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
opacity: 1;
}
}
@keyframes showNewRowTd {
0% {
background-color: #FFF2D5;
}
60% {
background-color: #FFF2D5;
}
100% {
background-color: #ffffff;
}
}
.main-grid-empty-block-title {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-light, 300);
font-size: 31px;
color: #333333;
text-align: center;
margin-bottom: 21px;
}
.main-grid-empty-block-description {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-light, 300);
font-size: 16px;
color: #525C69;
text-align: center;
max-width: 525px;
line-height: normal;
}
.main-grid-cell-counter {
padding-top: 14px;
padding-left: 9px;
padding-bottom: 14px;
min-width: 34px;
text-align: right;
}
.main-grid-row-edit [data-editable="true"] .main-grid-cell-counter {
display: none;
}
.main-grid-cell-counter.main-grid-cell-counter-right {
padding-right: 16px;
padding-left: 0;
margin-left: -7px;
min-width: auto;
text-align: left;
}
.main-grid-cell-counter + .main-grid-cell-content {
margin-left: 7px;
}
.main-grid-cell-head .main-grid-cell-counter-left-aligned + .main-grid-cell-head-container {
padding-left: 0;
margin-left: 7px;
max-width: calc(100% - 50px);
min-width: calc(100% - 50px);
}
td[class*="main-grid-column-color-"]::before,
th[class*="main-grid-column-color-"]::before {
content: '';
position: absolute;
top: -1px;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.main-grid-column-color-blue::before {
opacity: .07;
background-color: #2FC6F6;
}
.main-grid-column-color-grey::before {
opacity: .04;
background-color: #525C69;
}
.main-grid-cell-content .main-grid-labels {
margin-top: -5px;
margin-bottom: -3px;
}
.main-grid-labels .ui-label {
position: relative;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 4px;
}
.main-grid-labels .ui-label.ui-label-link,
.main-grid-labels .ui-label.ui-label-link:hover {
cursor: default;
}
.main-grid-labels .ui-label.ui-label-link .ui-label-inner,
.main-grid-labels .ui-label.ui-label-link:hover .ui-label-inner {
border-bottom: 1px dashed transparent;
}
.main-grid-labels .ui-label.ui-label-link .ui-label-inner:hover {
cursor: pointer;
border-color: var(--ui-label-color);
}
.main-grid-head-title-tooltip {
margin-left: 4px;
}
.main-grid-label-remove-button {
cursor: pointer;
}
.main-grid-label-remove-inside {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.316.685l2.64 2.641L6.598.686l1.174 1.173L5.13 4.5l2.642 2.64-1.174 1.175-2.642-2.641-2.64 2.64L.142 7.142 2.782 4.5.142 1.86z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E") center center no-repeat;
width: 16px;
height: 16px;
margin-right: -5px;
margin-left: 3px;
opacity: .5;
transition: 200ms opacity ease;
}
.main-grid-label-remove-inside:hover {
opacity: .8;
}
.main-grid-label-remove-outside {
position: absolute;
background-color: #FFFFFF;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.316.685l2.64 2.641L6.598.686l1.174 1.173L5.13 4.5l2.642 2.64-1.174 1.175-2.642-2.641-2.64 2.64L.142 7.142 2.782 4.5.142 1.86z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
width: 18px;
height: 18px;
top: -9px;
right: -9px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.09);
border-radius: 100%;
opacity: 0;
cursor: pointer;
transition: 200ms ease opacity;
}
.main-grid-labels .ui-label:hover .main-grid-label-remove-outside {
opacity: .8;
}
.main-grid-labels .ui-label:hover .main-grid-label-remove-outside:hover {
opacity: 1;
}
.main-grid-tags {
display: flex;
flex-wrap: wrap;
margin-top: -5px;
margin-bottom: -3px;
}
.main-grid-tag {
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-regular, 400);
font-size: 12px;
background: #EBECF0;
display: inline-flex;
align-items: center;
padding-left: 8px;
padding-right: 8px;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
height: 21px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 14px;
cursor: pointer;
transition: 200ms all ease;
-webkit-user-select: none;
user-select: none;
box-sizing: border-box;
}
.main-grid-tag:hover,
.main-grid-tag-active {
background-color: #BCEDFC;
}
.main-grid-tag-inner {
margin-top: -2px;
}
.main-grid-tag-remove {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.316.685l2.64 2.641L6.598.686l1.174 1.173L5.13 4.5l2.642 2.64-1.174 1.175-2.642-2.641-2.64 2.64L.142 7.142 2.782 4.5.142 1.86z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
margin-right: -4px;
opacity: .5;
transition: opacity 200ms ease;
}
.main-grid-tag-add {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.326 9V5.318H9V3.75H5.326V0h-1.63v3.75H0v1.568h3.696V9z' fill='%23525C69' fill-rule='nonzero'/%3E%3C/svg%3E") center center no-repeat;
display: inline-flex;
width: 31px;
height: 21px;
border-radius: 14px;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
border: 1px rgba(82, 92, 105, .37) solid;
cursor: pointer;
transition: 200ms all ease;
opacity: 0;
}
.main-grid-row:hover .main-grid-tag-add {
opacity: .7;
}
.main-grid-row:hover .main-grid-tag-add:hover {
opacity: 1;
}
.main-grid-editor-container .main-ui-multi-select {
min-width: 160px;
}
.main-grid-action-panel .ui-btn:after {
left: 4px;
}
.main-grid-action-panel .ui-btn[class*="ui-btn-icon-"] {
padding-left: 30px;
}