/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
plugins
/
internal-links
/
admin
/
css
/
Upload File
HOME
/** * ILJ Color Palettes */ .ilj-menu-settings input[type="text"], .ilj-menu-settings input[type="number"] { width: 50%; border: 1px solid #aaa; border-radius: 4px; min-height: 32px; } .ilj-menu-settings input:disabled { cursor: not-allowed; opacity: 0.7; } .ilj-menu-settings .help { text-decoration: none; cursor: pointer; } .ilj-menu-settings .section { background-color: #fff; padding: 25px; overflow: hidden; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; margin-bottom: 20px; } .ilj-menu-settings .section h2 { padding: 10px 0 0 0; font-weight: 700; font-size: 17px; color: rgba(0, 0, 0, 0.7) !important; margin: 0; } .ilj-menu-settings .section .section-description { margin-bottom: 20px; font-style: italic; border-bottom: 1px solid #ccc; padding-bottom: 20px; font-size: 15px; margin-top: 5px; color: #989898; } .ilj-menu-settings .actions { margin-top: 20px; border-top: 1px solid #ccc; } .ilj-menu-settings .actions .action { display: inline-block; margin-right: 20px; float: left; } .ilj-menu-settings .actions .action:last-child { margin: 0; float: right; } .ilj-menu-settings .actions input[type="submit"], .ilj-menu-settings .actions a.button { font-size: 15px; line-height: 40px; height: 42px; padding: 0 34px; } .ilj-menu-settings table.form-table tbody tr { border-bottom: 1px solid #eaeaea; } .ilj-menu-settings table.form-table tbody tr:last-child { border: none; } .ilj-menu-settings table.form-table tbody tr th, .ilj-menu-settings table.form-table tbody tr td { padding-top: 20px; padding-bottom: 20px; } .ilj-menu-settings table.form-table tbody tr th { width: 220px; } .ilj-menu-settings table.form-table tbody tr td { padding-left: 20px; } @media only screen and (max-width: 425px) { .ilj-menu-settings table.form-table tbody tr td { padding-left: 0px; } .ilj-menu-settings table.form-table tbody tr td p, .ilj-menu-settings table.form-table tbody tr td small { max-width: 80%; } .ilj-menu-settings table.form-table tbody tr td .ilj-select2-container, .ilj-menu-settings table.form-table tbody tr td input { width: 80% !important; } .ilj-menu-settings .actions { padding-top: 20px; } .ilj-menu-settings .actions .action { width: 100%; } .ilj-menu-settings .actions .action .submit { margin: 0 0 20px 0; padding: 0; } .ilj-menu-settings .actions .action .submit input { width: 100%; } } .ilj-menu-settings .nav-tab-wrapper { padding-top: 0 !important; } .ilj-menu-settings .nav-tab-wrapper .nav-tab-active { background: #fff; border-bottom-color: #fff; } .ilj-menu-settings .ilj-upgrade { float: right; margin-right: 0.5em; padding: 5px 10px; font-size: 14px; font-weight: 600; line-height: 1.71428571; white-space: nowrap; text-decoration: none; } .ilj-menu-settings .ilj-upgrade.tools { float: left; padding: 0; margin-bottom: 10px; } .ilj-menu-settings .pro-title { color: #aaa; text-shadow: 2px 2px #fff; cursor: not-allowed; position: relative; padding-left: 25px; } .ilj-menu-settings .pro-title span { position: absolute; left: 0; color: #ED4938; } .ilj-menu-settings .inactive { color: #aaa; text-shadow: 2px 2px #fff; cursor: not-allowed; } .ilj-menu-settings .pro-setting { opacity: 0.65; cursor: not-allowed; } .ilj-menu-settings .pro-setting input[type="checkbox"] { border: 1px solid black; } .ilj-menu-settings #ilj-cancel-schedule-feedback { display: inline-block; margin: 0px; padding: 0px 30px; color: green; } .ilj-menu-settings #ilj-cancel-schedule-feedback p { margin: 0.3em 0; padding: 0px; } .ilj-toggler-label { box-sizing: border-box; margin: 0; user-select: none; } .ilj-toggler-input { opacity: 0 !important; position: absolute; top: 0; left: 0; /*&[disabled] { ~ label { .ilj-toggler-disabled { display: block; } .ilj-toggler-switch, [class^="ilj-toggler-option-"] { display: none; } } }*/ } .ilj-toggler-input:checked ~ label { /*.ilj-toggler-disabled { &:before { content: attr(data-checked); } }*/ } .ilj-toggler-input:checked ~ label .ilj-toggler-switch:after { transform: translate3d(100%, 0, 0); } .ilj-toggler-input[disabled] { cursor: not-allowed; } .ilj-toggler-input[disabled] ~ label { cursor: not-allowed; } .ilj-toggler-switch { transition: background 0.1s, border-color 0.1s; display: inline-block; position: relative; line-height: 1; display: flex; align-items: center; background-clip: padding-box; } .ilj-toggler-switch::after { transition: all 0.1s ease-in-out; content: ""; position: absolute; top: 0; left: 0; transform: translate3d(0, 0, 0); border-radius: 100%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); background-image: url("../img/toggler/toggler.svg"); background-position: 50% 50%; background-repeat: no-repeat; background-size: 20px; } [class^="ilj-toggler-option-"] { transition: opacity 0.2s, transform 0.2s; flex: 0 0 50%; text-align: center; position: relative; z-index: 1; text-transform: uppercase; font-weight: bold; line-height: 1; speak: none; box-sizing: border-box; } .ilj-toggler-wrap { display: inline-block; vertical-align: middle; position: relative; } .ilj-toggler-wrap .ilj-toggler-input:focus ~ label .ilj-toggler-switch::after { box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #71767c, 0 3px 6px rgba(0, 0, 0, 0.3); } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-switch { background: #007cba; border-color: #007cba; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-l { margin-top: 1px; color: white; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-l .ilj-toggler-svg > * { fill: white; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-r { color: white; margin-top: 2px; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-r .ilj-toggler-svg > * { fill: white; } .ilj-toggler-wrap .ilj-toggler-input:checked:focus ~ label .ilj-toggler-switch::after { box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #007cba, 0 3px 6px rgba(0, 0, 0, 0.3); } .ilj-toggler-wrap .ilj-toggler-switch { width: 55px; height: 25px; background: #71767c; border: 2px solid #71767c; border-radius: 15.75px; box-sizing: content-box; } .ic-Form-group.ic-Form-group--horizontal .ilj-toggler-wrap .ilj-toggler-switch { flex: 0 0 55px; } .ilj-toggler-wrap .ilj-toggler-switch:after { background-color: white; width: 27.5px; height: 25px; } .ilj-toggler-wrap .ilj-toggler-option-l { color: white; } .ilj-toggler-wrap .ilj-toggler-option-l .ilj-toggler-svg > * { fill: white; } .ilj-toggler-wrap .ilj-toggler-option-r { color: white; } .ilj-toggler-wrap .ilj-toggler-option-r .ilj-toggler-svg > * { fill: white; } .ilj-toggler-wrap .ilj-toggler-svg { max-width: 13.75px; max-height: 12.5px; } .ilj-toggler-wrap [class^="ilj-toggler-option-"] { transition-delay: 0.1s; } .ilj-toggler-wrap .ilj-toggler-option-l { opacity: 0; } .ilj-toggler-wrap .ilj-toggler-option-r { opacity: 1; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-l { opacity: 1; } .ilj-toggler-wrap .ilj-toggler-input:checked ~ label .ilj-toggler-option-r { opacity: 0; }