![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-full/dist/css/ |
Upload File : |
/*** module: node_modules/absol-acomp/css/locationinput.css ***/ .as-location-input-modal { z-index: 800001; } .as-location-picker-control-ctn { margin: 10px; background-color: white; box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px; border-radius: 2px; } .as-location-picker-control-btn { width: 40px; height: 40px; padding: 0; box-sizing: border-box; background-color: transparent; border: none; color: rgb(102, 102, 102); } .as-location-picker-control-btn:hover { color: black; } .gm-ui-hover-effect { outline: none; } .as-location-picker-control-btn > span { font-size: 2em; } .as-location-picker-search-input { height: 30px; width: 250px; border-radius: 2px; padding-right: 30px; position: relative; } .as-location-picker-search-input > input { outline: none; } .as-location-picker-search-input-search-icon-ctn { position: absolute; right: 0; top: 0; bottom: 0; width: 30px; text-align: center; font-size: 20px; color: rgb(102, 102, 102); } .as-location-picker-search-input-search-icon-ctn:hover { color: black; } .as-location-picker-search-input-search-icon-ctn::before, .as-location-picker-search-input-search-icon-ctn > span { display: inline-block; vertical-align: middle; } .as-location-picker-search-input-search-icon-ctn::before { content: ""; height: 100%; } .as-location-picker-control-ctn .as-flexicon-button { font-size: 14px; min-width: 9em; height: calc(2em + 2px); } .as-location-picker-control-ctn .as-flexicon-button:not(:last-child) { margin-right: 20px; } .as-location-picker-control-ctn.as-transparent { background-color: transparent; box-shadow: none; } .as-location-picker.as-read-only .as-location-picker-cancel-btn, .as-location-picker.as-read-only .as-location-picker-search-input { display: none; } .as-location-picker-control-ctn.as-bottom button{ box-shadow: 0 0px 2px 4px white; -webkit-box-shadow: 0 0 2px 4px white; -moz-box-shadow: 0 0 2px 4px white; } .as-location-input-modal { } .as-location-input-modal-window { padding: 10px; width: calc(100vw - 10px); height: calc(100vh - 10px); box-sizing: border-box; max-width: 900px; max-height: 600px; box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.7); border-radius: 5px; background-color: white; } .as-location-input-modal-window > .as-location-picker { width: 100%; height: 100%; } .as-location-input { height: var(--as-input-height); border-radius: var(--as-input-border-radius); border: 1px solid #dddddd; box-sizing: border-box; width: calc(13em + 50px); display: inline-block; vertical-align: middle; position: relative; background-color: white; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; } .as-location-input.as-disabled { background-color: var(--as-disabled-background-color); pointer-events: none; } .as-location-input-text { outline: none; width: calc(100% - 2em - 1px); height: 100%; border: none; background-color: transparent; display: block; padding: 0 0 0 var(--as-input-horizontal-padding); font: inherit; box-sizing: border-box; } .as-location-input-icon-ctn { border-left: 1px solid #ddd; border-right: none; border-top: none; border-bottom: none; text-align: center; position: absolute; right: 0; width: calc(2rem + 1px); box-sizing: border-box; top: 0; height: 100%; background-color: rgba(169, 169, 169, 0.1); cursor: pointer; font-size: inherit; } .as-location-input-icon-ctn:hover { background-color: rgba(169, 169, 169, 0.25); } .as-location-input-icon-ctn:active { background-color: rgba(169, 169, 169, 0.5); } .as-location-input-icon-ctn > span { line-height: 2em; font-size: calc(16em / 14); } .as-location-input.as-disabled { color: var(--as-disabled-text-color); pointer-events: none; } .as-location-input.as-disabled input { background-color: var(--as-disabled-background-color); } .as-location-input.as-value-null .as-location-input-clear-btn, .as-location-input.as-must-not-null .as-location-input-clear-btn { display: none; } .as-location-input-clear-btn { font-size: inherit; position: absolute; right: calc(2em + 2px); height: calc(2em + 2px); top: calc(50% - -1em - 1px); box-sizing: border-box; background-color: transparent; border: none; color: #bbb; visibility: hidden; } .as-location-input-clear-btn:hover { color: rgb(132, 132, 132) } .as-location-input-clear-btn:active { color: #525555; } .as-location-input-text:focus + .as-location-input-clear-btn, .as-location-input:hover .as-location-input-clear-btn { visibility: visible; } @media screen and (max-width: 600px) { .as-location-input-modal-window { max-width: unset; max-height: unset; } } @media screen and (max-width: 500px) { .as-location-picker-control-ctn.as-top { margin-top: 60px; width: calc(100% - 20px); } .as-location-picker-control-ctn.as-top .as-location-picker-search-input { width: 100%; } .as-location-input-modal-window { padding: 0; } .as-location-picker-control-ctn.as-bottom button{ margin-top: 20px; } } .as-location-input-modal.as-mobile .as-location-input-modal-window { height: calc(100vh - 80px); }