Sindbad~EG File Manager
/**
* tom-select.css (v2.1.0)
* Copyright (c) contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
*/
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
cursor: pointer;
}
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
box-shadow: inset 0 0 12px 4px #fff;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
content: "!";
visibility: hidden;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.plugin-checkbox_options .option input {
margin-right: 0.5rem;
}
.plugin-clear_button .clear-button {
opacity: 0;
position: absolute;
top: 8px;
right: 2px;
margin-right: 0 !important;
background: transparent !important;
transition: opacity 0.5s;
cursor: pointer;
}
.plugin-clear_button.single .clear-button {
right: calc(2px + 2rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
opacity: 1;
}
.ts-wrapper .dropdown-header {
position: relative;
padding: 10px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
color: black;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
box-shadow: none;
border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
border: 1px solid #d0d0d0;
border-width: 0 0 1px 0;
display: block;
padding: 8px 8px;
box-shadow: none;
width: 100%;
background: transparent;
}
.plugin-dropdown_input .items-placeholder {
border: 0 none !important;
box-shadow: none !important;
width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
flex: none;
min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
flex-grow: 1;
flex-basis: 0;
min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
display: inline-flex;
align-items: center;
padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button .item .remove {
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 0 6px;
border-left: 1px solid #d0d0d0;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
margin-left: 6px;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button .item.active .remove {
border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
background: none;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove {
border-left-color: white;
}
.ts-wrapper.plugin-remove_button .remove-single {
position: absolute;
right: 0;
top: 0;
font-size: 23px;
}
.ts-wrapper {
position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
font-smoothing: inherit;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
background: #fff;
cursor: text;
}
.ts-control {
border: 1px solid #d0d0d0;
padding: 8px 8px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: none;
border-radius: 3px;
display: flex;
flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
padding: 6px 8px 3px;
}
.full .ts-control {
background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
cursor: default !important;
}
.focus .ts-control {
box-shadow: none;
}
.ts-control > * {
vertical-align: baseline;
display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0px solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
background: #e8e8e8;
color: #303030;
border: 0px solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
color: #7d7d7d;
background: white;
border: 0px solid white;
}
.ts-control > input {
flex: 1 1 auto;
min-width: 7rem;
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
box-shadow: none !important;
}
.ts-control > input::-ms-clear {
display: none;
}
.ts-control > input:focus {
outline: none !important;
}
.has-items .ts-control > input {
margin: 0px 4px !important;
}
.ts-control.rtl {
text-align: right;
}
.ts-control.rtl.single .ts-control:after {
left: 15px;
right: auto;
}
.ts-control.rtl .ts-control > input {
margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
opacity: 0.5;
background-color: #fafafa;
}
.input-hidden .ts-control > input {
opacity: 0;
position: absolute;
left: -10000px;
}
.ts-dropdown {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 10;
border: 1px solid #d0d0d0;
background: #fff;
margin: 0.25rem 0 0 0;
border-top: 0 none;
box-sizing: border-box;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
cursor: inherit;
opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
opacity: 1;
cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.ts-dropdown .optgroup-header {
color: #303030;
background: #fff;
cursor: default;
}
.ts-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.ts-dropdown .active.create {
color: #495c68;
}
.ts-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
display: inline-block;
width: 30px;
height: 30px;
margin: 5px 8px;
}
.ts-dropdown .spinner:after {
content: " ";
display: block;
width: 24px;
height: 24px;
margin: 3px;
border-radius: 50%;
border: 5px solid #d0d0d0;
border-color: #d0d0d0 transparent #d0d0d0 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ts-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
overflow-scrolling: touch;
scroll-behavior: smooth;
}
.ts-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane {
z-index: 400;
}
.leaflet-tile-pane {
z-index: 200;
}
.leaflet-overlay-pane {
z-index: 400;
}
.leaflet-shadow-pane {
z-index: 500;
}
.leaflet-marker-pane {
z-index: 600;
}
.leaflet-tooltip-pane {
z-index: 650;
}
.leaflet-popup-pane {
z-index: 700;
}
.leaflet-map-pane canvas {
z-index: 100;
}
.leaflet-map-pane svg {
z-index: 200;
}
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
/* control positioning */
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
/* cursors */
.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
/* general toolbar styles */
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px "Lucida Console", Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-control-attribution svg {
display: inline !important;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
/* popup */
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
min-height: 1px;
max-width: 240px;
min-width: 240px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
/* Printing */
@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#adminmenu #menu-posts-realpress-property img {
width: 16px;
padding: 6px 0;
}
.ts-control {
padding: 5px 8px;
border: 1px solid #8c8f94;
}
.ts-control .clear-button {
top: 5px;
}
.realpress-taxonomy-term-child-1 {
margin: 3px 0 3px 15px;
}
.realpress-taxonomy-term-child-1 input[type=checkbox] {
margin: auto 10px auto 0;
}
.realpress-taxonomy-term-child-2 {
margin: 3px 0 3px 30px;
}
.realpress-taxonomy-term-child-2 input[type=checkbox] {
margin: auto 10px auto 0;
}
.realpress-taxonomy-term-parent {
margin: 5px 0;
}
.realpress-taxonomy-term-parent input[type=checkbox] {
margin: auto 10px auto 0;
}
.realpress-add-taxonomy-filter {
margin-bottom: 10px;
}
.realpress-add-taxonomy-term-list {
padding: 0 2px;
height: 200px;
overflow-y: auto;
clear: both;
border-bottom: 1px solid #e5e5e5;
}
.realpress-search-button {
border-radius: 0 5px 5px 0;
cursor: pointer;
border: 1px solid #8c8f94 !important;
}
.realpress-search-content {
display: flex;
}
.realpress-taxonomy-subtext {
margin-top: 20px;
line-height: 15px;
font-weight: 400;
color: #000000;
opacity: 65%;
}
.realpress-add-taxonomy-new-term {
height: 50px;
margin: 10px 0;
}
.realpress-add-taxonomy-new-term a {
line-height: 50px;
text-decoration: none;
color: #118a7e;
}
.realpress-add-taxonomy-new-term a:hover {
font-weight: 500;
}
.realpress-loading-display {
width: 2rem;
height: 2rem;
border: 5px solid #2271b1;
border-top: 6px solid #FFF;
border-radius: 100%;
margin: auto;
display: none;
-webkit-animation: spin 2s linear infinite;
animation: spin 1s infinite linear;
display: block;
}
#realpress_taxonomy_content .realpress-row {
justify-content: space-between;
}
#realpress_taxonomy_content .realpress_col-4 {
padding: 0 20px;
border: solid 1px #c3c4c7;
flex-basis: 32%;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px #c3c4c7;
}
#realpress_taxonomy_content .realpress_col-4:nth-last-of-type(-n+3) {
margin-bottom: 0;
}
.realpress-search-input {
z-index: 99;
margin-right: -1px;
width: 100%;
border-radius: 4px 0 0 4px !important;
border: 1px solid #8c8f94 !important;
}
.realpress-add-taxonomy-term-load-more {
display: none;
}
.realpress-add-taxonomy-term-load-more button {
cursor: pointer;
}
#realpress_property_section .realpress-additional-fields .realpress-additional-fields-title {
font-weight: 600;
font-size: 14px;
padding-top: 10px;
margin-bottom: 20px;
}
#realpress_property_section .realpress-additional-fields tr.realpress-additional-item-template {
display: none;
}
#realpress_property_section .realpress-additional-fields table {
width: 100%;
text-align: left;
}
#realpress_property_section .realpress-additional-fields .realpress-sort {
width: 40px;
}
#realpress_property_section .realpress-additional-fields td.realpress-additional-element {
margin: 0;
}
#realpress_property_section .realpress-additional-fields td.realpress-additional-element .realpress-field-wrapper {
width: 100%;
margin: 0;
}
#realpress_property_section .realpress-additional-fields td.realpress-additional-element .realpress-field-wrapper .realpress-input-content {
width: 95%;
}
#realpress_property_section .realpress-additional-fields .realpress-remove {
text-align: left;
width: 40px;
}
#realpress_property_section .realpress-additional-fields .realpress-remove i {
color: #fd0e0e;
cursor: pointer;
}
#realpress_map_content .realpress-row:first-child {
margin: 10px 0;
}
/*Search sidebar*/
.realpress-map-search {
z-index: 1000;
height: auto;
overflow-x: hidden;
overflow-y: auto;
max-height: 600px;
position: absolute;
background-color: white;
width: 400px;
max-width: 50%;
}
.realpress-map-search-box {
display: flex;
height: auto;
padding: 10px 20px 10px 10px;
overflow: hidden;
background-color: #EEE;
}
.realpress-map-search-result-header {
min-height: 40px;
padding: 10px;
display: none;
}
.realpress-map-search-result-header span {
float: right;
cursor: pointer;
}
.realpress-map-search-result-wrapper {
padding: 10px;
display: none;
}
#realpress_address_map {
margin-bottom: 10px;
height: 600px;
width: 100%;
}
.realpress-map-search-box-input {
width: 100%;
z-index: 99;
}
.realpress-map-search-box-input input {
width: 100%;
border: 1px solid #8c8f94 !important;
}
.openstreet_map .realpress-map-search-box-input input {
border-radius: 4px 0 0 4px !important;
}
.realpress-map-search-box-button button {
border-radius: 0 5px 5px 0;
border: 1px solid #8c8f94 !important;
cursor: pointer;
height: 100%;
}
.realpress-map-search-load-more button {
cursor: pointer;
}
/*Content*/
li.realpress-search-list-item {
cursor: pointer;
border-bottom: solid 1px #ddd;
}
li.realpress-search-list-item a:hover {
text-decoration: underline;
}
li.realpress-search-list-item.active {
font-weight: 600;
background-color: #b3cde6;
}
li.realpress-search-list-item:last-of-type {
border-bottom: none;
}
/*Loading*/
.realpress-map-search-loading-wrapper {
width: 2rem;
height: 2rem;
border: 5px solid #2271b1;
border-top: 6px solid #FFF;
border-radius: 100%;
margin: auto;
display: none;
-webkit-animation: spin 2s linear infinite;
animation: spin 1s infinite linear;
}
.realpress-map-search-loading-wrapper.realpress-loading-display {
display: block;
margin-bottom: 10px;
}
/*Map*/
.realpress_map-fields {
display: flex;
flex-wrap: wrap;
top: 10px;
}
.realpress-checkbox-content i.dashicons-menu {
cursor: move;
}
form[action="edit-tags.php"] .realpress-input-content input {
width: 95%;
}
form[action="edit-tags.php"] .realpress-field-wrapper {
margin: 1em 0;
}
.realpress-email-setting-wrapper {
display: flex;
flex-wrap: wrap;
}
.realpress-email-setting-wrapper li a.active {
left: 1px;
}
.realpress-email-setting-wrapper a {
cursor: pointer;
color: #3c434a;
}
.realpress-email-setting-wrapper a.active {
color: #0073aa;
font-weight: 500;
}
.realpress-email-setting-wrapper .realpress-email-section {
flex-basis: 300px;
min-height: 600px;
border: 1px solid #C4C4C4;
background-color: #F5F5F5;
}
.realpress-email-setting-wrapper .realpress-email-section ul {
margin: 0;
}
.realpress-email-setting-wrapper .realpress-email-section li {
font-weight: 500;
font-size: 13px;
min-height: 50px;
margin: 0;
display: flex;
align-items: center;
}
.realpress-email-setting-wrapper .realpress-email-section li a {
display: block;
flex-basis: 100%;
align-self: stretch;
line-height: 30px;
box-sizing: border-box;
padding: 10px 12px 10px 20px;
}
.realpress-email-setting-wrapper .realpress-email-section li:active, .realpress-email-setting-wrapper .realpress-email-section li:hover {
background-color: #FFF;
}
.realpress-email-setting-wrapper .realpress-email-section li:active a, .realpress-email-setting-wrapper .realpress-email-section li:hover a {
color: #118a7e;
}
.realpress-email-setting-wrapper .realpress-email-section li.active {
background-color: #FFF;
}
.realpress-email-setting-wrapper .realpress-email-section li.active a {
color: #118a7e;
}
.realpress-email-setting-wrapper .realpress-email-content-wrapper {
flex: 1;
vertical-align: top;
padding: 20px;
border-top: solid 1px #C4C4C4;
border-right: solid 1px #C4C4C4;
border-bottom: solid 1px #C4C4C4;
}
.realpress-email-setting-wrapper .realpress-email-content-wrapper .realpress-email-user {
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.realpress-email-setting-wrapper .realpress-email-content-wrapper .realpress-email-user a {
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
border-radius: 5px;
font-weight: 500;
color: #000;
background: #FFF;
}
.realpress-email-setting-wrapper .realpress-email-content-wrapper .realpress-email-user a.active {
color: #3BAEA0;
background: rgba(214, 230, 242, 0.4);
}
.realpress-email-setting-wrapper .realpress-email-content-wrapper .realpress-input-wrapper, .realpress-email-setting-wrapper .realpress-email-content-wrapper .realpress-wp-editor-wrapper {
display: none;
}
.realpress-email-setting-wrapper .realpress-wp-editor-content {
width: calc(100% - 200px);
}
@media all and (max-width: 739px) {
.realpress-email-setting-wrapper .realpress-wp-editor-content {
width: 100%;
}
}
@media all and (min-width: 740px) and (max-width: 1023px) {
.realpress-email-setting-wrapper .realpress-wp-editor-content {
width: 100%;
}
}
.realpress-email-setting-wrapper .realpress-wp-editor-content .realpress-description {
color: #646970;
}
.realpress-email-setting-wrapper .realpress-wp-editor-content .realpress-description span {
display: inline-block;
margin-bottom: 6px;
margin-right: 5px;
background: rgba(0, 0, 0, 0.07);
cursor: pointer;
}
.realpress-row {
padding: 0;
display: flex;
flex-wrap: wrap;
word-break: break-all;
}
.realpress-sortable .realpress-checkbox-content {
margin-bottom: 20px;
}
.realpress-sortable .realpress-checkbox-content i.dashicons-move {
cursor: move;
}
.realpress-sortable .realpress-checkbox-content:last-child {
margin-bottom: 0;
}
.realpress-checkbox-content input[type=checkbox] {
margin: auto 10px auto 0;
}
.realpress-checkbox-content > span {
display: inline-block;
margin-right: 10px;
}
.realpress_col-12 {
flex-basis: 100%;
}
.realpress_col-9 {
flex-basis: 75%;
}
.realpress_col-8 {
flex-basis: 66.66%;
}
.realpress_col-6 {
flex-basis: 50%;
}
.realpress_col-4 {
flex-basis: 33.33%;
}
.realpress_col-3 {
flex-basis: 25%;
}
@media all and (max-width: 739px) {
.realpress_col-9, .realpress_col-8, .realpress_col-6, .realpress_col-4, .realpress_col-3 {
flex-basis: 100%;
}
}
.realpress-image-info input {
margin-bottom: 5px;
width: 100%;
}
.realpress-image-info .realpress-image-inner {
display: flex;
align-items: center;
}
@media all and (max-width: 739px) {
.realpress-image-info .realpress-image-inner {
display: block;
}
}
.realpress-image-info .realpress-image-inner .realpress-image-preview {
border: solid 3px #ccc;
width: 70px;
height: 70px;
position: relative;
}
@media all and (max-width: 739px) {
.realpress-image-info .realpress-image-inner .realpress-image-preview {
width: 100px;
height: 100px;
margin: 10px auto;
}
}
.realpress-image-info .realpress-image-inner .realpress-image-preview img {
max-width: 100%;
max-height: 100%;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.realpress-image-info .realpress-image-inner .realpress-image-control {
flex-basis: calc(100% - 64px);
margin-left: 10px;
}
@media all and (max-width: 739px) {
.realpress-image-info .realpress-image-inner .realpress-image-control {
margin-left: 0;
}
}
.realpress-image-info .realpress-image-inner .realpress-image-control button {
margin-top: 2px;
}
.realpress-image-info .realpress-image-inner .realpress-image-control button.realpress-image-add {
margin-right: 5px;
}
.realpress-image-info button.realpress-gallery-add {
display: block !important;
}
.realpress-gallery-preview {
display: inline-block;
cursor: move;
margin: 0 10px 10px 0;
position: relative;
width: 100px;
height: 100px;
background-color: #ddd;
border: solid 3px #ccc;
overflow: hidden;
}
.realpress-gallery-preview:after {
content: "";
background-color: transparent;
visibility: hidden;
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.realpress-gallery-preview:hover:after {
background-color: rgba(0, 0, 0, 0.4);
visibility: visible;
}
.realpress-gallery-remove {
position: absolute;
cursor: pointer;
right: 5px;
top: 5px;
color: #fff;
z-index: 2;
}
/*Center img*/
.realpress-gallery-centered {
display: flex;
justify-content: center;
height: 100%;
}
.realpress-gallery-centered img {
align-self: center;
display: block;
}
.realpress-field-panel {
margin-bottom: 20px;
}
.realpress-field-panel-template {
display: none;
}
.realpress-field-panel-title {
position: relative;
border: solid 1px #118a7e;
background-color: #118a7e;
padding: 5px 0px 5px 2px;
font-size: 14px;
cursor: move;
}
.realpress-field-panel-title .realpress-field-panel-title-text {
color: #FFF;
padding-left: 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
min-width: 0;
max-width: 500px;
min-height: 20px;
}
.realpress-field-panel-title i.dashicons-move {
padding-left: 10px;
color: white;
}
.realpress-field-panel-content {
display: flex;
flex-wrap: wrap;
padding: 10px;
margin-top: -1px;
border: solid 1px #118a7e;
}
.realpress-button-remove {
position: absolute;
right: 34px;
width: 34px;
height: 30px;
border-radius: 0;
display: block;
top: 0;
background-color: transparent;
border-left: solid 1px #ccc;
text-align: center;
color: white;
cursor: pointer;
}
.realpress-button-remove .dashicons-no-alt {
line-height: 30px;
font-size: 20px;
display: inline;
font-weight: 300;
}
.realpress-button-toggle {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border-left: solid 1px #ddd;
width: 34px;
line-height: 34px;
text-align: center;
font-size: 14px;
font-weight: 400;
color: white;
cursor: pointer;
}
.realpress-button-toggle .dashicons {
line-height: 30px;
font-size: 20px;
display: inline;
font-weight: 300;
}
/*Tab*/
.realpress-option-setting-wrapper {
font-style: normal;
margin-top: 15px;
margin-right: 20px;
/*Content*/
}
.realpress-option-setting-wrapper select, .realpress-option-setting-wrapper input[type=number] {
width: 500px;
}
.realpress-option-setting-wrapper a {
text-decoration: none;
border: none;
box-shadow: none;
}
.realpress-option-setting-wrapper a:active {
border: none;
box-shadow: none;
}
.realpress-option-setting-wrapper .realpress-option-setting-header {
display: flex;
flex-wrap: wrap;
background-color: #3BAEA0;
color: #FFF;
}
.realpress-option-setting-wrapper .realpress-option-setting-info {
flex-basis: 100%;
padding: 20px 40px;
font-style: normal;
font-weight: 700;
font-size: 20px;
height: 30px;
line-height: 30px;
}
.realpress-option-setting-wrapper ul.realpress-option-setting-tab {
margin: 0 0 0 40px;
align-items: end;
display: flex;
flex-wrap: wrap;
font-weight: 500;
}
@media (max-width: 1024px) {
.realpress-option-setting-wrapper ul.realpress-option-setting-tab {
border-bottom: 0;
}
}
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li {
box-sizing: border-box;
margin-bottom: -1px;
font-size: 14px;
}
@media (max-width: 1024px) {
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li {
margin-bottom: 10px;
}
}
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li a {
display: block;
height: 100%;
padding: 10px 20px;
color: #FFF;
font-weight: 700;
font-size: 14px;
line-height: 20px;
}
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li.active, .realpress-option-setting-wrapper ul.realpress-option-setting-tab > li:hover {
color: #000;
background-color: white;
}
@media (max-width: 1024px) {
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li.active, .realpress-option-setting-wrapper ul.realpress-option-setting-tab > li:hover {
border-bottom: 1px solid #c3c4c7;
}
}
.realpress-option-setting-wrapper ul.realpress-option-setting-tab > li.active a, .realpress-option-setting-wrapper ul.realpress-option-setting-tab > li:hover a {
color: #000;
}
.realpress-option-setting-wrapper .realpress-option-setting-content {
display: block;
clear: both;
padding: 40px;
background-color: white;
}
.realpress-option-setting-wrapper .realpress-option-setting-content button[type=submit] {
color: #FFF;
background: #3BAEA0;
border-color: #3BAEA0;
}
.realpress-option-setting-wrapper .realpress-option-setting-content button[type=submit]:hover, .realpress-option-setting-wrapper .realpress-option-setting-content button[type=submit].active {
background: #118a7e;
border-color: #118a7e;
color: #FFF;
}
.realpress-option-setting-wrapper .realpress-option-setting-content button[type=submit]:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #118a7e;
}
.realpress-option-setting-wrapper .realpress-option-setting-field {
margin-bottom: 30px;
}
.realpress-option-setting-wrapper .realpress-option-setting-field .realpress-title {
font-weight: 600;
font-size: 16px;
margin-top: 30px;
margin-bottom: 30px;
}
.realpress-option-setting-wrapper .realpress-option-setting-field .enable ~ div {
display: none;
}
.realpress-option-setting-wrapper .realpress-field-wrapper {
display: flex;
flex-wrap: wrap;
align-items: start;
padding-bottom: 10px;
}
.realpress-option-setting-wrapper .realpress-field-wrapper.hide {
display: none;
}
.realpress-option-setting-wrapper .realpress-field-wrapper .realpress-title-wrapper {
width: 200px;
float: left;
font-weight: 500;
}
.realpress-option-setting-wrapper .realpress-input-content, .realpress-option-setting-wrapper .realpress-select-content, .realpress-option-setting-wrapper .realpress-radio-button-content, .realpress-option-setting-wrapper .realpress-checkbox-content {
margin-right: 0;
padding: 0;
width: 100%;
max-width: 500px;
}
@media (max-width: 767px) {
.realpress-option-setting-wrapper .realpress-input-content, .realpress-option-setting-wrapper .realpress-select-content, .realpress-option-setting-wrapper .realpress-radio-button-content, .realpress-option-setting-wrapper .realpress-checkbox-content {
margin-top: 5px;
}
}
.realpress-option-setting-wrapper .realpress-input-content input[type=text], .realpress-option-setting-wrapper .realpress-select-content input[type=text], .realpress-option-setting-wrapper .realpress-radio-button-content input[type=text], .realpress-option-setting-wrapper .realpress-checkbox-content input[type=text] {
width: 100%;
max-width: 500px;
}
.realpress-option-setting-wrapper .realpress-select-content select {
max-width: 100%;
}
.realpress-option-setting-wrapper .realpress-select-content input {
width: 100%;
}
.realpress-option-setting-wrapper .realpress-checkbox-label {
display: inline-block;
margin: 0;
}
.realpress-option-setting-wrapper input:where([type=checkbox], [type=radio]) {
margin: 0;
}
.realpress-option-setting-wrapper .realpress-additional-fields tr.realpress-additional-item-template {
display: none;
}
.realpress-option-setting-wrapper .realpress-additional-fields table {
text-align: center;
}
.realpress-option-setting-wrapper .realpress-additional-fields table th {
text-align: center;
}
.realpress-option-setting-wrapper .realpress-additional-fields table th:nth-of-type(2) {
width: 500px;
}
.realpress-option-setting-wrapper .realpress-additional-fields table th:nth-of-type(3) {
width: 200px;
}
.realpress-option-setting-wrapper .realpress-additional-fields table .realpress-sort {
width: 22px;
}
.realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element {
margin: 0;
}
.realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper {
width: 100%;
margin: 0;
}
.realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-input-content, .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-select-content, .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-checkbox-content {
width: 100%;
margin-left: 0;
}
.realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-input-content input[type=text], .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-input-content select, .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-select-content input[type=text], .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-select-content select, .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-checkbox-content input[type=text], .realpress-option-setting-wrapper .realpress-additional-fields table td.realpress-additional-element .realpress-field-wrapper .realpress-checkbox-content select {
width: 100%;
}
.realpress-option-setting-wrapper .realpress-additional-fields table .realpress-remove {
text-align: right;
width: 22px;
}
.realpress-option-setting-wrapper .realpress-additional-fields table .realpress-remove i {
color: #fd0e0e;
cursor: pointer;
}
@media (max-width: 575px) {
body {
--realpress-space-item: 10px;
--property--padding-horizontal-item: 8px ;
}
}
/*Property Wrapper*/
#realpress_property_section {
font-size: 16px !important;
border: 1px solid #c3c4c7;
}
#realpress_property_section .realpress-radio-button-content {
margin: 10px 0;
}
#realpress_property_section .handle-order-higher, #realpress_property_section .handle-order-lower {
display: none;
}
.realpress-property-meta-wrapper {
display: flex;
flex-wrap: wrap;
margin: -6px -12px -12px;
height: 100%;
}
.realpress-property-meta-wrapper * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.realpress-property-meta-wrapper .realpress-tab-section {
flex-basis: 15%;
}
@media all and (max-width: 739px) {
.realpress-property-meta-wrapper .realpress-tab-section {
flex-basis: 100%;
}
}
.realpress-property-meta-wrapper .realpress-tab-section ul {
width: 100%;
}
.realpress-property-meta-wrapper .realpress-tab-section li {
display: block;
}
.realpress-property-meta-wrapper .realpress-tab-section li a {
display: block;
}
.realpress-property-meta-wrapper .realpress-tab-content-section {
flex-basis: 85%;
min-height: 300px;
}
@media all and (max-width: 739px) {
.realpress-property-meta-wrapper .realpress-tab-content-section {
flex-basis: 100%;
}
}
.realpress-property-meta-wrapper .realpress-tab-content-section .realpress-field-wrapper {
margin: 0 0 10px 0;
}
.realpress-property-meta-wrapper .realpress-input-content {
width: 95%;
}
.realpress-property-meta-wrapper .realpress-input-content input[type=text], .realpress-property-meta-wrapper .realpress-input-content input[type=number] {
width: 100%;
}
.realpress-property-meta-wrapper .realpress-title-wrapper {
font-size: 14px;
line-height: 1.3;
font-weight: 600;
margin-bottom: 5px;
}
.realpress-property-meta-wrapper .realpress-description {
margin: 5px 0;
color: #646970;
}
.block-editor-page .realpress-property-meta-wrapper {
border: 1px solid #c3c4c7;
}
.leaflet-control-attribution {
display: none;
}
body.post-type-realpress-property .realpress-property-thumbnail img {
max-width: 100%;
max-height: 100%;
}
/*Tab section general*/
.realpress-tab-section {
background-color: #f1f1f1;
height: 100%;
}
.realpress-tab-section a {
cursor: pointer;
text-decoration: none;
}
.realpress-tab-section li {
background-color: #f3f3f3;
border-bottom: 1px solid #c3c4c7;
position: relative;
margin-top: 0;
margin-bottom: 0;
height: 40px;
}
.realpress-tab-section li a {
padding: 10px;
font-size: 14px;
font-weight: 400;
color: #666;
box-shadow: none;
text-align: left;
}
.realpress-tab-section li.active {
background-color: #fff;
}
.realpress-tab-section li.active a {
color: #118a7e;
font-weight: 700;
left: 1px;
}
.realpress-tab-section li:not(.active):hover {
background-color: #fff;
}
.realpress-tab-section li:not(.active):hover a {
color: #118a7e;
outline: none;
}
.realpress-tab-section ul {
left: auto;
position: static;
font-size: small;
line-height: 1.4rem;
list-style: none;
margin-top: 0;
margin-bottom: 0;
}
/*Content*/
.realpress-header-wrapper {
width: 100%;
}
.realpress-header-wrapper h2 {
font-weight: 700 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.realpress-tab-content-section {
vertical-align: top;
padding: 15px;
position: relative;
width: 100%;
height: 100%;
border-left: solid 1px #c3c4c7;
}
.realpress-tab-content-section label {
font-size: 14px;
}
.realpress-field-content {
display: none;
padding: 5px;
height: 100%;
}
.realpress-field-wrapper {
margin: 10px 0 20px;
}
.realpress-sort .dashicons-move {
cursor: move;
}
/*Maybe transfer to style file*/
.realpress-additional-fields-table {
border-collapse: separate;
border-spacing: 0 10px;
}
.realpress-additional-fields-table th {
font-weight: 500;
}
form[id=edittag] .realpress-field-wrapper {
display: flex;
flex-wrap: wrap;
}
form[id=edittag] .realpress-title-wrapper {
font-size: 14px;
color: #222;
padding: 20px 10px 20px 0;
vertical-align: top;
width: 200px;
}
@media screen and (max-width: 782px) {
form[id=edittag] .realpress-title-wrapper {
width: auto;
padding: 10px 0 0;
}
}
form[id=edittag] .realpress-title-wrapper label {
font-weight: 600;
display: block;
padding: 5px 0;
}
form[id=edittag] .realpress-input-content {
width: 570px;
padding: 20px 10px;
vertical-align: middle;
}
@media screen and (max-width: 782px) {
form[id=edittag] .realpress-input-content {
width: 100%;
padding: 0;
}
}
form[id=edittag] .realpress-input-content input {
width: 95%;
}
@media screen and (max-width: 782px) {
form[id=edittag] .realpress-input-content input {
width: 100%;
}
}
form[id=edittag] .realpress-color-picker {
padding: 20px 10px;
vertical-align: middle;
}
@media screen and (max-width: 782px) {
form[id=edittag] .realpress-color-picker {
width: 100%;
padding: 0;
}
}
#profile-page .realpress-field-wrapper, #createuser .realpress-field-wrapper {
display: flex;
}
@media screen and (max-width: 782px) {
#profile-page .realpress-field-wrapper, #createuser .realpress-field-wrapper {
display: block;
}
}
#profile-page .realpress-field-wrapper .realpress-title-wrapper, #createuser .realpress-field-wrapper .realpress-title-wrapper {
vertical-align: middle;
text-align: left;
padding: 15px 10px 15px 0;
flex-basis: 200px;
line-height: 1.3;
font-weight: 600;
font-size: 14px;
}
#profile-page .realpress-field-wrapper .realpress-input-content, #profile-page .realpress-field-wrapper .realpress-checkbox-content, #profile-page .realpress-field-wrapper .realpress-image-info, #createuser .realpress-field-wrapper .realpress-input-content, #createuser .realpress-field-wrapper .realpress-checkbox-content, #createuser .realpress-field-wrapper .realpress-image-info {
padding: 15px 10px;
line-height: 1.3;
vertical-align: middle;
}
#profile-page .realpress-field-wrapper .realpress-input-content input[type=text], #profile-page .realpress-field-wrapper .realpress-checkbox-content input[type=text], #profile-page .realpress-field-wrapper .realpress-image-info input[type=text], #createuser .realpress-field-wrapper .realpress-input-content input[type=text], #createuser .realpress-field-wrapper .realpress-checkbox-content input[type=text], #createuser .realpress-field-wrapper .realpress-image-info input[type=text] {
width: 25em;
}
@media screen and (max-width: 782px) {
#profile-page .realpress-field-wrapper .realpress-input-content input[type=text], #profile-page .realpress-field-wrapper .realpress-checkbox-content input[type=text], #profile-page .realpress-field-wrapper .realpress-image-info input[type=text], #createuser .realpress-field-wrapper .realpress-input-content input[type=text], #createuser .realpress-field-wrapper .realpress-checkbox-content input[type=text], #createuser .realpress-field-wrapper .realpress-image-info input[type=text] {
width: 100%;
}
}
@media screen and (max-width: 782px) {
#profile-page .realpress-field-wrapper .realpress-input-content, #profile-page .realpress-field-wrapper .realpress-checkbox-content, #profile-page .realpress-field-wrapper .realpress-image-info, #createuser .realpress-field-wrapper .realpress-input-content, #createuser .realpress-field-wrapper .realpress-checkbox-content, #createuser .realpress-field-wrapper .realpress-image-info {
padding: 0;
}
}
#profile-page .realpress-field-wrapper .realpress-image-control input[type=text], #createuser .realpress-field-wrapper .realpress-image-control input[type=text] {
width: 100%;
}
@media screen and (max-width: 782px) {
#profile-page .realpress-field-wrapper .realpress-image-control input[type=text], #createuser .realpress-field-wrapper .realpress-image-control input[type=text] {
width: 100%;
}
}
.realpress-import-demo-content button {
cursor: pointer;
}
.realpress-import-demo-content .realpress-import-demo-notification {
margin: 10px 0;
}
.realpress-quick-add-page-inline {
display: none;
margin: 0;
}
.realpress-quick-add-page-inline input {
width: 500px;
}
@media all and (max-width: 739px) {
.realpress-quick-add-page-inline input {
width: 100%;
}
}
.realpress-quick-add-page-inline button.button {
margin-left: 16px;
}
@media all and (max-width: 739px) {
.realpress-quick-add-page-inline button.button {
margin-top: 20px;
margin-left: 0;
}
}
.realpress-wp-dropdown-page-content {
max-width: 700px;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.realpress-wp-dropdown-page-content .realpress-dropdown {
width: 500px;
}
@media all and (max-width: 739px) {
.realpress-wp-dropdown-page-content .realpress-dropdown {
width: 100%;
}
}
.realpress-wp-dropdown-page-content > button.realpress-quick-add-page {
margin-left: 20px;
}
@media all and (max-width: 739px) {
.realpress-wp-dropdown-page-content > button.realpress-quick-add-page {
margin-top: 20px;
margin-left: 0;
}
}
.realpress-wp-dropdown-page-content .realpress-quick-add-page-actions {
flex-basis: 100%;
}
.realpress-widget-group .realpress-title-wrapper {
font-weight: 500;
margin: 10px 0;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists